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
2019-12-10
vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned long
Yusuke Endoh
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
Revert "vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer"
Yusuke Endoh
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-05
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-11-19
make functions static
卜部昌平
2019-11-19
Clarify documentation for `InstructionSequence#compile`.
Samuel Williams
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
delete unused functions
卜部昌平
2019-11-13
Avoid top-level search for nested constant reference from nil in defined?
Dylan Thacker-Smith
2019-11-09
Support RB_BUILTIN in ISeq#to_a
Takashi Kokubun
2019-11-08
builtin.h must be included *AFTER* vm_core.h
Nobuyoshi Nakada
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-10-29
Right size the compile option hash
Lourens Naudé
2019-10-28
Pin labels during disassembly
Aaron Patterson
2019-10-24
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-10-04
iseq.c (rb_iseq_compile_on_base): Removed
Yusuke Endoh
2019-10-04
iseq.c (rb_iseq_compile_with_option): dummy parent_iseq for the parser
Yusuke Endoh
2019-10-04
Make parser_params have parent_iseq instead of base_block
Yusuke Endoh
2019-09-27
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-26
Remove mark array
Aaron Patterson
2019-09-26
Scan the ISEQ arena for markables and mark them
Aaron Patterson
2019-09-26
Introduce a secondary arena
Aaron Patterson
2019-09-26
Extract allocation and free functions
Aaron Patterson
2019-08-30
Make Method/Proc#parameters handle **nil syntax
Jeremy Evans
2019-08-30
Constified local variable `translator`
Nobuyoshi Nakada
2019-08-30
Adjust indent [ci skip]
Nobuyoshi Nakada
2019-08-27
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-19
Update moved objects in original_iseq
Alan Wu
2019-08-19
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-13
* expand tabs.
git
2019-08-12
Unpin default value objects
Aaron Patterson
2019-08-05
Document that RubyVM::InstructionSequence methods are implementation and vers...
Jeremy Evans
2019-07-23
check iseq is executable
Koichi Sasada
2019-07-23
Let memory sizes of the various IMEMO object types be reflected correctly
Lourens Naudé
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-29
Fix Possible Control flow issues (DEADCODE)
Kazuhiro NISHIYAMA
2019-05-23
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-04-29
iseq.c: removed unnecessary zero-fills
Nobuyoshi Nakada
2019-04-25
Lazy allocate the compile data catch table array
Lourens Naudé
2019-04-23
* expand tabs.
git
2019-04-22
Symbols can move, so don't cache in static pointer
Aaron Patterson
2019-04-20
Update MJIT references
tenderlove
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-11
Share the exception local ID table
nobu
[next]