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
ruby_4_0
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
2025-12-18
Remove assertion in encoded_iseq_trace_instrument (#15616)
Luke Gruber
2025-12-17
refactor: utilize a predefined macro
Yusuke Endoh
2025-12-16
Make tracepoints with set_trace_func or TracePoint.new ractor local (#15468)
Luke Gruber
2025-12-12
Binding#implicit_parameters, etc. support the implicit "it" parameter
Yusuke Endoh
2025-11-28
[DOC] Fix backticks in InstructionSequence docs
Peter Zhu
2025-11-07
renaming internal data structures and functions from namespace to box
Satoshi Tagomori
2025-10-30
fix ibf and coverage sharable issue
Koichi Sasada
2025-10-23
skip jit payload
Koichi Sasada
2025-10-23
use `SET_SHAREABLE`
Koichi Sasada
2025-09-29
Update Namespace#eval to use control frames instead of namespace_push/pop
Satoshi Tagomori
2025-09-29
Update current namespace management by using control frames and lexical contexts
Satoshi Tagomori
2025-09-25
ZJIT: Forget about dead ISEQs in `Invariants`
Alan Wu
2025-09-24
Ractor.shareable_proc
Koichi Sasada
2025-08-28
Make `RubyVM::AST.of` return a parent node of NODE_SCOPE
Yusuke Endoh
2025-08-27
Rename rb_hook_list_mark_and_update to rb_hook_list_mark_and_move
Peter Zhu
2025-08-18
Use mark and move for iseqw
Peter Zhu
2025-08-01
Use `rb_gc_mark_weak` for `cc->klass`.
Jean Boussier
2025-07-11
Rename some set_* functions to set_table_*
Jeremy Evans
2025-07-09
ZJIT: Mark profiled objects when marking ISEQ (#13784)
Takashi Kokubun
2025-06-18
More write barriers to local_iseq and parent_iseq
John Hawthorn
2025-06-03
Fix memory leak in Prism's RubyVM::InstructionSequence.new
Peter Zhu
2025-05-29
Read {max_iv,variation}_count from prime classext
John Hawthorn
2025-05-15
Ensure shape_id is never used on T_IMEMO
Jean Boussier
2025-05-12
Cast up `int` instruction code to `VALUE`
Nobuyoshi Nakada
2025-05-11
namespace on read
Satoshi Tagomori
2025-04-28
Add comments for cryptic functions in iseq.c
Takashi Kokubun
2025-04-28
ZJIT: Drop trace_zjit_* instructions (#13189)
Takashi Kokubun
2025-04-26
Use `set_table` to track const caches
Jean Boussier
2025-04-19
Fix style [ci skip]
Nobuyoshi Nakada
2025-03-17
Avoid pinning `storage_head` in `iseq_mark_and_move` (#12880)
Eileen M. Uchitelle
2025-03-12
Push a real iseq in rb_vm_push_frame_fname()
Alan Wu
2025-03-12
Have `ast` live longer in ISeq.compile_file to fix GC stress crash
Alan Wu
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-01-13
Proc#parameters: Show anonymous optionals as `[:opt]`
Alan Wu
2025-01-07
Correctly set node_id on iseq location
Aaron Patterson
2025-01-02
[DOC] Exclude 'Method' from RDoc's autolinking
Nobuyoshi Nakada
2024-12-19
Prefix asan_poison_object with rb
Peter Zhu
2024-11-29
Fix use-after-free in constant cache
Peter Zhu
2024-11-28
Avoid an operation on a pointer after free
Yusuke Endoh
2024-11-13
Move Array#map to Ruby
Takashi Kokubun
2024-11-08
Fix memory leak in prism when syntax error in iseq compilation
Peter Zhu
2024-10-16
RubyVM::InstructionSequence.of Thread::Backtrace::Location
Kevin Newton
2024-10-04
Fix intermediate array off-by-one error
Kevin Newton
2024-10-02
Mark iseq keyword default values during compilation
Peter Zhu
2024-10-02
Make default parser enum and define getter/setter
Nobuyoshi Nakada
2024-09-16
[PRISM] Assume an eval context for RubyVM::ISEQ compile
Kevin Newton
2024-08-29
[PRISM] Handle RubyVM.keep_script_lines
Kevin Newton
2024-08-21
[PRISM] Implement unused block warning
eileencodes
2024-08-15
Show anonymous and ambiguous params in ISeq disassembly
Kevin Newton
2024-08-11
compile.c: don't allocate empty default values list
Jean Boussier
[next]