MoarVM支持 JIT 的虚拟机
MoarVM 是 "Metamodel On A Runtime" 的简写。这是一个为 Rakudo Perl 6 和 NQP Compiler Toolchain. 编写的虚拟机,主要功能:
-
Running the Perl 6 specification test suite fastest
-
Having the lowest memory usage
-
Having the best startup time
-
Being fastest to build both NQP and Rakudo - and thus in theory your Perl 6 and NQP programs too!
评论