logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

moar - a runtime for Raku

Description

       "moar" is the binary of MoarVM, (short for Metamodel On A Runtime Virtual Machine). It can be used to
       execute ".moarvm" bytecode files.

Environment Variables

       moar respects the following environment variables:

       MVM_JIT_DISABLE
           Disables the just-in-time compiler (JIT). This is ignored if MoarVM was built without JIT support.

       MVM_SPESH_DISABLE
           Disables the runtime bytecode specializer / optimizer.

       MVM_SPESH_INLINE_DISABLE
           Disables inlining of call frames inside the bytecode specializer.

       MVM_SPESH_OSR_DISABLE
           Disables the on-stack replacement feature of the bytecode specializer.

       MVM_CROSS_THREAD_WRITE_LOG
           Tells  MoarVM  to  insert instrumentation to detect when a thread does a write to an object it didn't
           allocate and doesn't have a lock for.

       MVM_CROSS_THREAD_WRITE_LOG_INCLUDE_LOCKED
           Same as MVM_CROSS_THREAD_WRITE_LOG, except objects that are locked are included as well.

Name

       moar - a runtime for Raku

Reporting Bugs

       Please use the issue tracker at <https://github.com/moarvm/moarvm/issues> to report bugs.

Synopsis

           moar --version
           moar [--dump] [--crash] [--libpath=...] [--full-cleanup] inputfile

See Also