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 effectivness of the cache. Now 123,914 loads of BEAM registers are avoided, compared to 106,769 loads before this commit.
- Loading branch information