summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
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
2023-01-27Pass through `line_offset` argument correctly (but it was always 0). (#7177)Samuel Williams
2023-01-22Ensure main file has default coverage if required. (#7169)Samuel Williams
2023-01-20Make all of the references of iseq movablePeter Zhu
2023-01-19Combine code paths for marking ccPeter Zhu
2023-01-19Add rb_gc_mark_and_move and implement on iseqPeter Zhu
2023-01-19ci in iseq can only be object or nullPeter Zhu
2022-12-06Set max_iv_count (used for object shapes) based on inline cachesJemma Issroff
2022-12-04Fix crash when RGENGC_CHECK_MODE=2Peter Zhu
2022-12-03return early if there is no is_entries bufferAaron Patterson
2022-12-02Use consistent style [ci skip]Nobuyoshi Nakada
2022-11-22Free the IV table after estimationAaron Patterson
2022-11-22Increment max_iv_count on class based on number of set_iv in initialize (#6788)Jemma Issroff
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-10-20push dummy frame for loading processKoichi Sasada
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-29Add `eval: true/false` flag to `Coverage.setup`.Samuel Williams
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Rework vm_core to use `int first_lineno` struct member.Samuel Williams
2022-09-26Rework `first_lineno` to be `int`.Samuel Williams
2022-09-25Extract common code for coverage setup.Samuel Williams