Ruby
2.4.2p198(2017-09-14revision59899)
|
Go to the source code of this file.
Macros | |
#define | OPT_TRACE_INSTRUCTION 1 |
#define | OPT_TAILCALL_OPTIMIZATION 0 |
#define | OPT_PEEPHOLE_OPTIMIZATION 1 |
#define | OPT_SPECIALISED_INSTRUCTION 1 |
#define | OPT_INLINE_CONST_CACHE 1 |
#define | OPT_FROZEN_STRING_LITERAL 0 |
#define | OPT_DEBUG_FROZEN_STRING_LITERAL 0 |
#define | OPT_DIRECT_THREADED_CODE 1 |
#define | OPT_TOKEN_THREADED_CODE 0 |
#define | OPT_CALL_THREADED_CODE 0 |
#define | OPT_CHECKED_RUN 1 |
#define | OPT_INLINE_METHOD_CACHE 1 |
#define | OPT_GLOBAL_METHOD_CACHE 1 |
#define | OPT_BLOCKINLINING 0 |
#define | OPT_OPERANDS_UNIFICATION 1 |
#define | OPT_INSTRUCTIONS_UNIFICATION 0 |
#define | OPT_UNIFY_ALL_COMBINATION 0 |
#define | OPT_STACK_CACHING 0 |
#define | SUPPORT_JOKE 0 |
#define | VM_COLLECT_USAGE_DETAILS 0 |
#define OPT_GLOBAL_METHOD_CACHE 1 |
Definition at line 41 of file vm_opts.h.
Referenced by method_entry_get_without_cache().