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
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
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
2018-03-16
Revert "Fix error: implicit conversion loses integer precision"
naruse
2018-03-10
Fix error: implicit conversion loses integer precision
kazu
2018-03-09
Add direct marking on iseq operands
tenderlove
2018-01-19
there is no such thing like 0 in enum defined_type
shyouhei
2018-01-14
exclude flexible array size with old compilers
nobu
2018-01-13
iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_A...
mame
2018-01-09
iseq.c: Add a succinct bitvector implementation for insn_info_table
mame
2018-01-09
Rename code_range to code_location
mame
2018-01-04
iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_opt
mame
2018-01-01
iseq.h: Extract position array from iseq_insn_info_entry
mame
2017-12-24
Remove "trace_instruction" compile option.
ko1
2017-12-21
add experimental API.
ko1
2017-12-06
thread.c (update_line_coverage): Use RUBY_EVENT_LINE
mame
2017-12-05
Revamp method coverage to support define_method
mame
2017-11-18
introduce `trace_events' info for iseq.
ko1
[next]