[PATCH] D88543: [AArch64] Match the windows canonical callee saved register order

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 03:57:10 PDT 2020


mstorsjo added a comment.

> With all of them applied, a 228 KB xdata section shrinks by 74 KB thanks to being able to write packed unwind info, ending up with smaller xdata than the corresponding section for an x86_64 build of the same DLL.

Actually, I just found another hopefully pretty simple fix that gets rid of another 46 KB - so the gains in the end are pretty notable!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88543



More information about the llvm-commits mailing list