Hacker News new | ask | show | jobs
by ignoramous 1202 days ago
> In other words, it always spills temporaries to memory. We're actively working on keeping things in registers rather than spilling.

Curious: What register allocation algorithm do the current Ruby JITs use? Is that influencing the work on this new JIT too?