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

Is the BEAM's byte code interpreter comparable to something like opcache with PHP?

[0]: https://www.php.net/manual/en/intro.opcache.php



BEAM is precompiled bytecode. The loader will peephole optimize the byte code replacing some instruction sequences with optimized variants. Bytecode resides in memory already, and there is no disk seeking.




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

Search: