[PATCH] D50424: [WebAssembly] Group rodata into a single output segment

Nick Fitzgerald via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 10:09:43 PDT 2018


fitzgen accepted this revision.
fitzgen added a comment.
This revision is now accepted and ready to land.

Looks good to me!

General question: in the case of an optimized (for size) wasm binary, why not put everything into a single segment instead of a small handful?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D50424





More information about the llvm-commits mailing list