Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Why not cache the compiled methods to make warmup a once-per-version delay? It would be a JIT/precompiled hybrid. Call it gradually compiled.

That's what Bootsnap does, and it now comes standard with Rails. https://github.com/Shopify/bootsnap



Nope, that's not what Bootsnap does. Bootsnap caches the pre-parsed .rb files as ISEQs (bytecode buffers.) It's conceptually a bit similar but not the same.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: