Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86_64: Enhance the effectiveness of the register cache
365224b introduced a cache to keep track of BEAM registers that had already been loaded into CPU registers. This commit further improves the effectiveness of the cache. Now 170,753 loads of BEAM registers are avoided, compared to 115,719 loads before this commit. (When loading all modules in OTP and the standard library of Elixir 16.0.0.)
- Loading branch information