summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
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
2022-02-02Treat TS_ICVARC cache as separate from TS_IVC cacheJemma Issroff
2021-12-19`rb_iseq_update_references()` cares `script_lines`Koichi Sasada
2021-12-19`iseq_type_sym()` -> `iseq_type_id()`Koichi Sasada
2021-12-19add `rb_iseq_type()` to return iseq type in SymbolKoichi Sasada
2021-12-15fix local TP memory leakKoichi Sasada
2021-12-13Introduce an option "--dump=insns_without_opt" for debugging purposesYusuke Endoh
2021-12-01Rework tracing for blocks running as methodsAlan Wu
2021-11-17add `VM_CALLCACHE_ON_STACK`Koichi Sasada
2021-11-15`Primitive.mandatory_only?` for fast pathKoichi Sasada
2021-10-29need to mark script_linesKoichi Sasada
2021-10-21freeze (make shareable) script_linesKoichi Sasada
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-20Cleanup iseq.c minimize diff with upstreamAlan Wu
2021-10-20TracePoint supportAlan Wu
2021-10-20Clear JIT code when tracepoints get enabledAaron Patterson
2021-10-20Yet Another Ruby JIT!Jose Narvaez