index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iseq.c
Age
Commit message (
Expand
)
Author
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-29
Add `eval: true/false` flag to `Coverage.setup`.
Samuel Williams
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-25
Extract common code for coverage setup.
Samuel Williams
2022-09-22
Enable coverage for eval.
Samuel Williams
2022-09-01
Remove rb_iseq_each
John Hawthorn
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-08-25
Convert catch_except_t to stdbool
Takashi Kokubun
2022-08-15
Simplify around `USE_YJIT` macro (#6240)
Nobuyoshi Nakada
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-22
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-18
Separate TS_IVC and TS_ICVARC in is_entries buffers
Jemma Issroff
2022-07-08
Simplify BLSR code
Nobuyoshi Nakada
2022-07-07
Remove ISEQ_MARKABLE_ISEQ flag
Aaron Patterson
2022-06-29
Use iseq bitmap when updating references
Aaron Patterson
2022-06-29
Move function to `static inline` so we don't have leaked globals
Aaron Patterson
2022-06-29
Fix ISeq dump / load in array cases
Aaron Patterson
2022-06-25
iseq.c: Use ntz_intptr for faster bitmap scan
Jean Boussier
2022-06-23
Free bitmap buffer if it's not used
Aaron Patterson
2022-06-23
Flatten bitmap when there is only one element
Aaron Patterson
2022-06-23
Speed up ISeq by marking via bitmaps and IC rearranging
Aaron Patterson
2022-06-17
Reuse an interned string
Nobuyoshi Nakada
2022-04-27
Rust YJIT
Alan Wu
2022-04-02
Adjust indent [ci skip]
Nobuyoshi Nakada
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Delete ID from constant cache table if it becomes empty on ISEQ free
Kevin Newton
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2022-02-03
Fix indents [ci skip]
Nobuyoshi Nakada
2022-02-02
Treat TS_ICVARC cache as separate from TS_IVC cache
Jemma 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-19
add `rb_iseq_type()` to return iseq type in Symbol
Koichi Sasada
2021-12-15
fix local TP memory leak
Koichi Sasada
2021-12-13
Introduce an option "--dump=insns_without_opt" for debugging purposes
Yusuke Endoh
2021-12-01
Rework tracing for blocks running as methods
Alan Wu
2021-11-17
add `VM_CALLCACHE_ON_STACK`
Koichi Sasada
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-10-29
need to mark script_lines
Koichi Sasada
2021-10-21
freeze (make shareable) script_lines
Koichi Sasada
2021-10-21
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-20
Cleanup iseq.c minimize diff with upstream
Alan Wu
2021-10-20
TracePoint support
Alan Wu
[next]