php Programming Glossary: yarv
Can Ruby, PHP, or Perl create a pre-compiled file for the code like Python? http://stackoverflow.com/questions/884186/can-ruby-php-or-perl-create-a-pre-compiled-file-for-the-code-like-python and several of them can dump and reload bytecode archives. YARV always compiles to bytecode before executing the code however.. in the future work is underway on a bytecode verifier for YARV and once that is done bytecode can safely be loaded into the.. have indicated that they are willing to implement a YARV VM emulator inside JRuby once the YARV bytecode format and verifier..
|