summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
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
2021-10-20Should fix builds without mjit supportAlan Wu
2021-10-20Tie lifetime of uJIT blocks to iseqsAlan Wu
2021-10-20Restore interpreter regs in ujit hook. Implement leave bytecode.Maxime Chevalier-Boisvert
2021-10-20Add to the MicroJIT scraper an example that passes ecAlan Wu
2021-10-20MicroJIT: Don't compile trace instructionsAlan Wu
2021-10-20Small build fixesAlan Wu
2021-10-20Try to fix Windows buildAlan Wu
2021-10-20Avoid triggering GC while translating threaded codeAlan Wu
2021-10-20Remove PC argument from ujit instructionsMaxime Chevalier-Boisvert
2021-10-20Removed native_pop_code, ported call with labelMaxime Chevalier-Boisvert
2021-10-20Generate multiple copies of native code for `pop`Alan Wu
2021-10-20Reimplement Alan's pop instruction with the new assemblerMaxime Chevalier-Boisvert
2021-10-20Added sub instruction, 32-bit registers, more testsMaxime Chevalier-Boisvert
2021-10-20Yeah, this actually works!Alan Wu
2021-10-20Add example handler for ujit and scrape it from vm.oAlan Wu
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-08-29Support tracing of attr_reader and attr_writerJeremy Evans
2021-08-03Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada
2021-07-29Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans
2021-06-26iseq.c: Make ast_line_count return 0 when syntax error occurredYusuke Endoh