summaryrefslogtreecommitdiff
path: root/iseq.h
AgeCommit message (Expand)Author
2024-02-21Add IMEMO_NEWPeter Zhu
2024-01-31[PRISM] Mirror iseq APIsKevin Newton
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
2023-12-15Introduce --parser runtime flagHParker
2023-12-07Free everything at shutdownAdam Hess
2023-12-06Revert "allow enabling Prism via flag or env var"HParker
2023-12-05allow enabling Prism via flag or env varHParker
2023-12-02Pin instruction storagePeter Zhu
2023-08-01support `rescue` event for TracePointKoichi Sasada
2023-07-27Clean up OPT_STACK_CACHING (#8132)Takashi Kokubun
2023-04-11Move `catch_except_p` to `compile_data`eileencodes
2023-04-06Remove dependancy of vm_core.h on shape.hMatt Valentine-House
2023-02-08Rename iseq_mark_and_update to iseq_mark_and_movePeter Zhu
2023-02-08Replace `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED`Nobuyoshi Nakada
2023-01-20Make all of the references of iseq movablePeter Zhu
2022-10-18Allow passing a Rust closure to rb_iseq_callback (#6575)Takashi Kokubun
2022-10-17Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun
2022-09-01Remove rb_iseq_eachJohn Hawthorn
2022-09-01New constant caching insn: opt_getconstant_pathJohn Hawthorn
2022-07-22Add "rb_" prefixes to toplevel enum definitionsYusuke Endoh
2022-07-22Move enum definitions out of struct definitionYusuke Endoh
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-07-08Use `roomof` macroNobuyoshi Nakada
2022-07-07Remove ISEQ_MARKABLE_ISEQ flagAaron 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-23Speed up ISeq by marking via bitmaps and IC rearrangingAaron Patterson
2022-04-01Finer-grained constant cache invalidation (take 2)Kevin Newton
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-03-24Add ISEQ_BODY macroPeter Zhu
2021-12-19add `rb_iseq_type()` to return iseq type in SymbolKoichi Sasada
2021-12-01Rework tracing for blocks running as methodsAlan Wu
2021-11-15`Primitive.mandatory_only?` for fast pathKoichi Sasada
2021-10-20Cleanup diff against upstream. Add commentsAlan Wu
2021-10-20Yet Another Ruby JIT!Jose Narvaez
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-20Remove PC argument from ujit instructionsMaxime 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-08-21Allow tracing of optimized methodsJeremy Evans
2021-07-29Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans
2021-06-18Enable USE_ISEQ_NODE_ID by defaultYusuke Endoh
2021-05-07compile.c: Pass node instead of nd_line(node) to ADD_INSN* functionsYusuke Endoh
2021-04-22fix raise in exception with jumpKoichi Sasada
2021-03-10Remove DEFINED_IVAR2 from enumJohn Hawthorn