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
*
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
*
compile.c, iseq.c: consitfied NODE pointers
nobu
2017-10-27
1
-1
/
+1
*
Refactor the internal data format for coverage measurement
mame
2017-09-03
1
-0
/
+3
*
* remove trailing spaces.
svn
2017-06-08
1
-1
/
+1
*
check break target correctly.
ko1
2017-06-08
1
-0
/
+14
*
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-06-01
1
-2
/
+1
*
* iseq.h (struct iseq_compile_data): use struct rb_id_table
naruse
2016-05-14
1
-1
/
+1
*
* compile.c (iseq_compile_each): share InlineCache during same
tarui
2016-05-11
1
-0
/
+1
*
iseq.h: coverage_enabled flag
nobu
2016-03-10
1
-0
/
+1
*
iseq.h: bit flags
nobu
2016-03-10
1
-10
/
+10
*
iseq.h: remove trailing comma
nobu
2016-02-23
1
-4
/
+5
*
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
1
-3
/
+30
*
error.c: name_err_local_variables
nobu
2015-12-08
1
-0
/
+3
*
* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.
ko1
2015-12-02
1
-5
/
+36
*
* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() and
ko1
2015-12-02
1
-3
/
+6
*
* iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.
ko1
2015-12-02
1
-1
/
+1
*
* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-02
1
-1
/
+3
*
* iseq.h: introduce ISEQ_COMPILE_DATA() macro.
ko1
2015-12-02
1
-0
/
+2
*
iseq.h: rename member
nobu
2015-11-25
1
-1
/
+1
*
* ruby.c: introduce --enable-frozen-string-literal-debug option.
ko1
2015-10-23
1
-0
/
+1
*
fronzen-string-literal pragma
nobu
2015-09-27
1
-0
/
+1
*
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-19
1
-1
/
+3
*
iseq.h: rb_iseq_t
nobu
2015-09-19
1
-0
/
+5
[next]