bjorn3 commented on issue #4181:
I believe the mach backends barely cache allocations in the
Context
unlike the old backend framework, so only frontend allocations are cached.
cfallin commented on issue #4181:
I believe the mach backends barely cache allocations in the
Context
unlike the old backend framework, so only frontend allocations are cached.We could certainly push more in this direction: e.g. we could reuse
VCode
s (though those are currently designed with smallvecs to avoid allocations altogether for small functions) and RA2 contexts. Happy to review PRs for these if you want to work on them @bnjbvr.
Last updated: Nov 22 2024 at 17:03 UTC