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
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
2017-11-17
remove `trace_` prefix insns lazily.
ko1
2017-11-14
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
use RUBY_API_VERSION as ISEQ versions.
ko1
2017-11-09
insn_info/insns_info
ko1
2017-10-27
compile.c, iseq.c: consitfied NODE pointers
nobu
2017-09-03
Refactor the internal data format for coverage measurement
mame
2017-06-08
* remove trailing spaces.
svn
2017-06-08
check break target correctly.
ko1
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2016-05-14
* iseq.h (struct iseq_compile_data): use struct rb_id_table
naruse
2016-05-11
* compile.c (iseq_compile_each): share InlineCache during same
tarui
2016-03-10
iseq.h: coverage_enabled flag
nobu
2016-03-10
iseq.h: bit flags
nobu
2016-02-23
iseq.h: remove trailing comma
nobu
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
[next]