Skip to content

Commit ba2331a

Browse files
committed
Add news
1 parent 1c291f1 commit ba2331a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Implement a limited form of register allocation know as "top of stack
2+
caching" in the JIT. It works by keeping 0-3 of the top items in the stack
3+
in registers. The code generator generates multiple versions of thos uops
4+
that do not escape and are relatively small. During JIT compilation, the
5+
copy that produces the least memory traffic is selected, spilling or
6+
reloading values when needed.

0 commit comments

Comments
 (0)