[PATCH] D115690: [SystemZ] Implement orderFrameObjects().

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 16:27:37 PST 2022


jonpa added a comment.

Initial benchmarking shows real big changes either way, nor any particular difference from using the extra "packing" trick (smaller objects below the last big one).

If we do not care about sorting by alignments (not sure how much that space saving is worth, if anything), we could simplify the patch considerably by just doing one sort for D12Freq and DPairFreq...


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

https://reviews.llvm.org/D115690



More information about the llvm-commits mailing list