[PATCH] D37831: [WebAssembly] Don't pass -ffunction-section/-fdata-sections by default

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 14:44:43 PDT 2017


dschuff added a comment.

I think the reasoning was really just that code size reduction is even more important on wasm than other platforms, and because it's a new ABI there's no one depending on the default behavior that would break.

And, I didn't mean to push back really hard or block you or anything, I just genuinely didn't understand what you meant in the commit description.


https://reviews.llvm.org/D37831





More information about the llvm-commits mailing list