logoalt Hacker News

vlovich12308/01/20251 replyview on HN

How do you deal with the lack of performance optimizations for JIT code because there’s no warm up and the optimizer never runs?


Replies

laurencerowe08/01/2025

We have support for running warmup requests and fork the VM after that. Eventually I’d like to add the ability to export the state of the VM so the warmup can be run on a different machine.

show 1 reply