index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iseq.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify SUPPORT_JOKE and OPT_SUPPORT_JOKE
Takashi Kokubun
2019-09-03
1
-1
/
+1
*
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
1
-1
/
+1
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-1
/
+1
*
Reverting compaction for now
tenderlove
2019-04-17
1
-1
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-1
/
+1
*
Share the exception local ID table
nobu
2019-04-11
1
-0
/
+2
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-1
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-1
/
+1
*
iseq.h: Remove dead members
nobu
2019-04-04
1
-2
/
+0
*
`script_compiled` TracePoint event [Feature #15287]
ko1
2018-12-06
1
-0
/
+1
*
Return same ISeq object for one src.
ko1
2018-12-06
1
-1
/
+3
*
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
1
-1
/
+1
*
Support targetting TracePoint [Feature #15289]
ko1
2018-11-26
1
-0
/
+2
*
* expand tabs.
svn
2018-10-20
1
-2
/
+2
*
Remove tracecoverage instructions
mame
2018-10-20
1
-1
/
+5
*
Remove compile-time dependencies on ruby/version.h
nobu
2018-10-13
1
-4
/
+3
*
iseq.c: prefix rb_ to non-static iseq functions
k0kubun
2018-09-13
1
-5
/
+5
*
check trace flags at loading [Bug #14702]
ko1
2018-08-23
1
-0
/
+2
*
compile.c: remove tracecoverage instruction for line coverage
mame
2018-08-22
1
-1
/
+2
*
prototized
nobu
2018-08-22
1
-1
/
+1
*
thread.c (rb_reset_coverages): remove coverage counters from all ISeqs
mame
2018-08-22
1
-0
/
+2
*
repack structs
nobu
2018-07-29
1
-1
/
+1
*
Make VM_INSN_INFO_TABLE_IMPL=1 work
mame
2018-06-13
1
-0
/
+2
*
iseq.h (struct iseq_compile_data): remove cached_const field
normal
2018-06-07
1
-1
/
+0
*
iseq.h: fix argument order
nobu
2018-05-09
1
-1
/
+1
*
RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)
shyouhei
2018-05-09
1
-7
/
+8
*
revert r63362 due to test failure. Sorry!
shyouhei
2018-05-09
1
-7
/
+5
*
RSTRING_PTR is not guaranteed to be VALUE-aligned
shyouhei
2018-05-09
1
-5
/
+7
*
compile.c: do not dump pointers
nobu
2018-04-05
1
-1
/
+1
*
Reverting r62775, this should fix i686 builds
tenderlove
2018-03-19
1
-29
/
+11
*
Revert "Add direct marking on iseq operands"
naruse
2018-03-16
1
-10
/
+28
*
Revert "Fix error: implicit conversion loses integer precision"
naruse
2018-03-16
1
-2
/
+2
*
Fix error: implicit conversion loses integer precision
kazu
2018-03-10
1
-2
/
+2
*
Add direct marking on iseq operands
tenderlove
2018-03-09
1
-28
/
+10
*
there is no such thing like 0 in enum defined_type
shyouhei
2018-01-19
1
-0
/
+1
*
exclude flexible array size with old compilers
nobu
2018-01-14
1
-3
/
+4
*
iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_A...
mame
2018-01-13
1
-7
/
+3
*
iseq.c: Add a succinct bitvector implementation for insn_info_table
mame
2018-01-09
1
-0
/
+2
*
Rename code_range to code_location
mame
2018-01-09
1
-1
/
+1
*
iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_opt
mame
2018-01-04
1
-0
/
+1
*
iseq.h: Extract position array from iseq_insn_info_entry
mame
2018-01-01
1
-1
/
+0
*
Remove "trace_instruction" compile option.
ko1
2017-12-24
1
-1
/
+0
*
add experimental API.
ko1
2017-12-21
1
-0
/
+1
*
thread.c (update_line_coverage): Use RUBY_EVENT_LINE
mame
2017-12-06
1
-1
/
+0
*
Revamp method coverage to support define_method
mame
2017-12-05
1
-1
/
+0
*
introduce `trace_events' info for iseq.
ko1
2017-11-18
1
-34
/
+66
*
remove `trace_` prefix insns lazily.
ko1
2017-11-17
1
-0
/
+1
*
remove `trace` instruction. [Feature #14104]
ko1
2017-11-14
1
-3
/
+9
*
use RUBY_API_VERSION as ISEQ versions.
ko1
2017-11-14
1
-2
/
+4
*
insn_info/insns_info
ko1
2017-11-09
1
-2
/
+2
[next]