summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
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
2022-09-22Enable coverage for eval.Samuel Williams
2022-09-01Remove rb_iseq_eachJohn Hawthorn
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-08-25Convert catch_except_t to stdboolTakashi Kokubun
2022-08-15Simplify around `USE_YJIT` macro (#6240)Nobuyoshi Nakada
2022-07-26Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu
2022-07-22Add "rb_" prefixes to toplevel enum definitionsYusuke Endoh
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-18Separate TS_IVC and TS_ICVARC in is_entries buffersJemma Issroff
2022-07-08Simplify BLSR codeNobuyoshi Nakada
2022-07-07Remove ISEQ_MARKABLE_ISEQ flagAaron Patterson
2022-06-29Use iseq bitmap when updating referencesAaron Patterson
2022-06-29Move function to `static inline` so we don't have leaked globalsAaron Patterson
2022-06-29Fix ISeq dump / load in array casesAaron Patterson
2022-06-25iseq.c: Use ntz_intptr for faster bitmap scanJean Boussier
2022-06-23Free bitmap buffer if it's not usedAaron Patterson
2022-06-23Flatten bitmap when there is only one elementAaron Patterson
2022-06-23Speed up ISeq by marking via bitmaps and IC rearrangingAaron Patterson
2022-06-17Reuse an interned stringNobuyoshi Nakada
2022-04-27Rust YJITAlan Wu
2022-04-02Adjust indent [ci skip]Nobuyoshi Nakada
2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Delete ID from constant cache table if it becomes empty on ISEQ freeKevin Newton
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-03-24Add ISEQ_BODY macroPeter Zhu
2022-02-03Fix indents [ci skip]Nobuyoshi Nakada