[PATCH] D139206: [lld][NFC] Pack InputChunk / OutputSegment more tightly

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 08:42:19 PST 2022


sbc100 added inline comments.


================
Comment at: lld/wasm/InputChunks.h:109
+
+  llvm::Align alignment;
+
----------------
Maybe put this below the last i32 member (outSecOff) and before the first packed value (sectionKind)?

Do we have any tooling for automating this kind of stuff?



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139206/new/

https://reviews.llvm.org/D139206



More information about the llvm-commits mailing list