By default, do not retain any state when marshalling.
Check if YJIT is enabled.
Enable YJIT compilation. stats
option decides whether to enable YJIT stats or not. compilation_log
decides whether to enable YJIT compilation logging or not.
stats
:
false
: Don’t enable stats.
true
: Enable stats. Print stats at exit.
:quiet
: Enable stats. Do not print stats at exit.
log
:
false
: Don’t enable the log.
true
: Enable the log. Print log at exit.
:quiet
: Enable the log. Do not print log at exit.
Dispatch enter and leave events for AliasGlobalVariableNode
nodes and continue walking the tree.
Dispatch enter and leave events for BlockLocalVariableNode
nodes and continue walking the tree.
Dispatch enter and leave events for ClassVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for ClassVariableTargetNode
nodes and continue walking the tree.
Dispatch enter and leave events for ClassVariableWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for GlobalVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for GlobalVariableTargetNode
nodes and continue walking the tree.
Dispatch enter and leave events for GlobalVariableWriteNode
nodes and continue walking the tree.
Dispatch enter and leave events for LocalVariableReadNode
nodes and continue walking the tree.
Dispatch enter and leave events for LocalVariableTargetNode
nodes and continue walking the tree.
Dispatch enter and leave events for LocalVariableWriteNode
nodes and continue walking the tree.