summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2024-02-07[PRISM] Revert incorrect frozen string literal handlingKevin Newton
2024-02-06[PRISM] Fix fsl coming from fileKevin Newton
2024-01-31[PRISM] Mirror iseq APIsKevin Newton
2024-01-24Add VM_CALL_ARGS_SPLAT_MUT callinfo flagJeremy Evans
2024-01-23Dump annotations on RubyVM::ISeq.disasm (#9667)Takashi Kokubun
2024-01-22[Prism] Don't change file after setting it.Matt Valentine-House
2024-01-22[Prism] path and script name are not the sameMatt Valentine-House
2024-01-22Make prism respect dump_without_optKevin Newton
2024-01-19Remove null checks for xfreePeter Zhu
2024-01-18[PRISM] Add function to free scope nodePeter Zhu
2024-01-17[PRISM] Fix crash in compile_prismPeter Zhu
2024-01-16[PRISM] Fix memory leak when compiling filePeter Zhu
2024-01-12Only intern constants upon compilation entryAaron Patterson
2024-01-11[PRISM] Raise syntax errors when foundKevin Newton
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