mingw-woarm64-build icon indicating copy to clipboard operation
mingw-woarm64-build copied to clipboard

Optimise pdata/xdata sections

Open ZacWalk opened this issue 1 year ago • 0 comments

Currently, xdata/pdata is a minimal implementation. It works for most scenarios but could be improved in several ways.

  • Packed unwind data could be used to minimise the number of xdata sections.
  • More than 32 epilogues could be supported.
  • Shrink-wrapped functions are currently not supported and disabled.
  • Functions larger that 1MB not supported

ZacWalk avatar Nov 01 '23 14:11 ZacWalk