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-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
2019-04-10
* expand tabs.
svn
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
Adjusted styles
nobu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-01
* expand tabs.
svn
2019-04-01
unpoison / poison objects while walking the heap
tenderlove
2019-01-09
Fix styles [ci skip]
nobu
2018-12-23
iseq.c: avoid Null pointer dereference
k0kubun
2018-12-20
iseq.c: resurrect literal hash operands
nobu
2018-12-06
Return same ISeq object for one src.
ko1
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-27
Add rb_typeddata_is_instance_of
nobu
2018-11-27
fix for ISeq.of(method).
ko1
2018-11-27
* expand tabs.
svn
2018-11-27
`RubyVM::ISeq.of` accept ISeq.
ko1
2018-11-26
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
fix for ansi-pedantic compile option.
ko1
[next]