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.h
Age
Commit message (
Expand
)
Author
2021-06-18
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-05-07
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-04-22
fix raise in exception with jump
Koichi Sasada
2021-03-10
Remove DEFINED_IVAR2 from enum
John Hawthorn
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-11-19
make functions static
卜部昌平
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-08
cstr -> bytes
Koichi Sasada
2019-11-08
support builtin features with Ruby and C.
Koichi Sasada
2019-10-09
avoid overflow in integer multiplication
卜部昌平
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-03
Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE
Takashi Kokubun
2019-08-27
decouple compile.c usage of imemo_ifunc
卜部昌平
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
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-04
iseq.h: Remove dead members
nobu
2018-12-06
`script_compiled` TracePoint event [Feature #15287]
ko1
2018-12-06
Return same ISeq object for one src.
ko1
2018-11-26
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-10-20
* expand tabs.
svn
2018-10-20
Remove tracecoverage instructions
mame
2018-10-13
Remove compile-time dependencies on ruby/version.h
nobu
2018-09-13
iseq.c: prefix rb_ to non-static iseq functions
k0kubun
2018-08-23
check trace flags at loading [Bug #14702]
ko1
2018-08-22
compile.c: remove tracecoverage instruction for line coverage
mame
2018-08-22
prototized
nobu
2018-08-22
thread.c (rb_reset_coverages): remove coverage counters from all ISeqs
mame
2018-07-29
repack structs
nobu
2018-06-13
Make VM_INSN_INFO_TABLE_IMPL=1 work
mame
2018-06-07
iseq.h (struct iseq_compile_data): remove cached_const field
normal
2018-05-09
iseq.h: fix argument order
nobu
2018-05-09
RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)
shyouhei
2018-05-09
revert r63362 due to test failure. Sorry!
shyouhei
2018-05-09
RSTRING_PTR is not guaranteed to be VALUE-aligned
shyouhei
2018-04-05
compile.c: do not dump pointers
nobu
2018-03-19
Reverting r62775, this should fix i686 builds
tenderlove
2018-03-16
Revert "Add direct marking on iseq operands"
naruse
[next]