summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2023-12-21Avoid underflow of rb_yjit_live_iseq_countJohn Hawthorn
2023-12-17Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-15Introduce --parser runtime flagHParker
2023-12-15[PRISM] Fix `compile_prism` when src is a fileeileencodes
2023-12-07Free everything at shutdownAdam Hess
2023-12-06Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-06Revert "allow enabling Prism via flag or env var"HParker
2023-12-06Adjust styles [ci skip]Nobuyoshi Nakada
2023-12-05allow enabling Prism via flag or env varHParker
2023-12-02Pin instruction storagePeter Zhu
2023-11-20RubyVM::InstructionSequence.compile_file_prismKevin Newton
2023-11-15Escape and quote non-local variable namesNobuyoshi Nakada
2023-11-03[prism] Update to use new options APIsKevin Newton
2023-10-25[PRISM] Move scope_node itself to CRuby, create prism_compile.hJemma Issroff
2023-10-25[PRISM] Move pm_scope_node_init to prism_compile.cJemma Issroff
2023-10-18Address PR commentsJemma Issroff
2023-10-18Put line change backJemma Issroff
2023-10-18Temporarily removed location code on scope nodesJemma Issroff
2023-10-18Remove pm_compile_context_t, move the context onto ScopeNodeJemma Issroff
2023-10-18YJIT: Add a live ISeq counter Alan Wu
2023-10-02[ci skip] More docs for InstructionSequence.compileMatt Valentine-House
2023-09-27Rename YARP symbols to prismKevin Newton
2023-09-26fix iseq kwargs table and original_iseq leaksAdam Hess
2023-09-01Copy compile options from AST directly without intermediate HashNobuyoshi Nakada
2023-09-01Copy `rb_compile_option_t` only if neededNobuyoshi Nakada
2023-09-01Use macro argument not the variable directlyNobuyoshi Nakada
2023-08-30Update YARP APIs to handle uint8_tKevin Newton
2023-08-29Compile more YARP node types (#8322)Jemma Issroff
2023-08-29[YARP] Compile basic types (#8311)Jemma Issroff
2023-08-28Add yarp/yarp_compiler.c (#8042)Jemma Issroff
2023-08-25Move SCRIPT_LINES__ away from parse.yNobuyoshi Nakada
2023-08-01support `rescue` event for TracePointKoichi Sasada
2023-07-28`cc->cme` should not be marked.Ruby
2023-07-27Clean up OPT_STACK_CACHING (#8132)Takashi Kokubun
2023-06-30Don't check for null pointer in calls to freePeter Zhu
2023-06-17Replace parser & node compile_option from Hash to bit fieldyui-knk
2023-06-12[Feature #19719] Universal Parseryui-knk
2023-05-23Move `ruby_node_name` to node.c and rename prefix of the functionyui-knk
2023-04-11Move `catch_except_p` to `compile_data`eileencodes
2023-04-01Remove unused VM_CALL_BLOCKISEQ flagTakashi Kokubun
2023-03-23`vm_call_single_noarg_inline_builtin`Koichi Sasada
2023-03-07Remove obsoleted functions in rjit.cTakashi Kokubun
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-06Stop exporting symbols for MJITTakashi Kokubun
2023-03-05Store MJIT blocks on each ISEQTakashi Kokubun
2023-03-05Invalidate everything on GC.compactTakashi Kokubun
2023-02-27Fix spelling (#7389)John Bampton
2023-02-09Merge gc.h and internal/gc.hMatt Valentine-House
2023-02-08Rename iseq_mark_and_update to iseq_mark_and_movePeter Zhu