Skip to content

Commit

Permalink
x86_64: Enhance the effectiveness of the register cache
Browse files Browse the repository at this point in the history
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
bjorng committed Jan 19, 2024
1 parent 1a24beb commit 8787345
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 211 deletions.
Loading

0 comments on commit 8787345

Please sign in to comment.