summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2021-10-24suppress warnings for probable NULL dererefencesNobuyoshi Nakada
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-20Simplify code for YJIT const cache in compile.cAlan Wu
2021-10-20Fix changes from rebaseNoah Gibbs
2021-10-20Simpler fix for -DUSE_EMBED_CI=0Alan Wu
2021-10-20Revert "Fix use-after-free on USE_EMBED_CI=0"Alan Wu
2021-10-20Fix use-after-free on USE_EMBED_CI=0Alan Wu
2021-10-20YJIT: Fancier opt_getinlinecacheAlan Wu
2021-10-20Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert
2021-10-20MicroJIT: compile after ten callsAlan Wu
2021-10-20Implement the --disable-ujit command line optionAlan Wu
2021-10-20Avoid triggering GC while translating threaded codeAlan Wu
2021-10-20Avoid recompiling overlapping instruction sequences in ujitMaxime Chevalier-Boisvert
2021-10-20Generate multiple copies of native code for `pop`Alan Wu
2021-10-20Add new files, ujit_compile.c, ujit_compile.hMaxime Chevalier-Boisvert
2021-10-20Added shift instructionsMaxime Chevalier-Boisvert
2021-10-20Yeah, this actually works!Alan Wu
2021-10-20Cast to void pointer for `%p` in commented out code [ci skip]Nobuyoshi Nakada
2021-10-07Dump outer variables tables when dumping an iseq to binaryAaron Patterson
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-09-12Using RB_FLOAT_TYPE_P macroS-H-GAMELINKS
2021-09-11Using SYMBOL_P macroS-H-GAMELINKS
2021-09-10Remove unused argumentNobuyoshi Nakada
2021-09-10suppress GCC's -Wsuggest-attribute=format卜部昌平
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-09-01Extract compile_attrasgn from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_kw_arg from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_errinfo from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_dots from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_colon3 from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_colon2 from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_match from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_yield from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_super from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_op_log from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_op_cdecl from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_op_asgn2 from iseq_compile_each0Nobuyoshi Nakada
2021-09-01Extract compile_op_asgn1 from iseq_compile_each0Nobuyoshi Nakada
2021-08-31Remove no longer used variable line_nodeNobuyoshi Nakada
2021-08-31Extract compile_block from iseq_compile_each0Nobuyoshi Nakada
2021-08-31Constify line_node in iseq_compile_each0Nobuyoshi Nakada
2021-08-21Allow tracing of optimized methodsJeremy Evans
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-07-29Fix use-after-free on -DUSE_EMBED_CI=0Alan Wu
2021-07-15Add pattern matching pin support for instance/class/global variablesJeremy Evans
2021-07-06Store the dup'd CDHASH in the object list during IBF loadAaron Patterson
2021-06-23Check type of instruction - can be INSN or ADJUSTeileencodes
2021-06-18Add a cache for class variableseileencodes
2021-06-18Enable USE_ISEQ_NODE_ID by defaultYusuke Endoh
2021-06-18Make it possible to get AST::Node from Thread::Backtrace::LocationYusuke Endoh