jameysharp opened PR #8390 from jameysharp:borrow-split-clobbers
to bytecodealliance:main
:
Since the vector of clobbered registers is sorted first by class, we can return slices of that vector instead of allocating a temporary vector for each class.
This relies on the
RealReg
sort order and on the frame layout'sclobbered_callee_saves
being sorted in natural order.cc: @elliottt
jameysharp requested wasmtime-compiler-reviewers for a review on PR #8390.
jameysharp requested cfallin for a review on PR #8390.
elliottt submitted PR review:
Very nice cleanup!
jameysharp merged PR #8390.
Last updated: Nov 22 2024 at 17:03 UTC