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.c
Age
Commit message (
Expand
)
Author
2019-07-23
check iseq is executable
Koichi Sasada
2019-07-23
Let memory sizes of the various IMEMO object types be reflected correctly
Lourens Naudé
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-29
Fix Possible Control flow issues (DEADCODE)
Kazuhiro NISHIYAMA
2019-05-23
prefix ASAN related inline functions asan_
Urabe, Shyouhei
2019-05-18
Rename rb_gc_new_location to rb_gc_location
Aaron Patterson
2019-04-29
iseq.c: removed unnecessary zero-fills
Nobuyoshi Nakada
2019-04-25
Lazy allocate the compile data catch table array
Lourens Naudé
2019-04-23
* expand tabs.
git
2019-04-22
Symbols can move, so don't cache in static pointer
Aaron Patterson
2019-04-20
Update MJIT references
tenderlove
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
* expand tabs.
svn
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
Adjusted styles
nobu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-01
* expand tabs.
svn
2019-04-01
unpoison / poison objects while walking the heap
tenderlove
2019-01-09
Fix styles [ci skip]
nobu
2018-12-23
iseq.c: avoid Null pointer dereference
k0kubun
2018-12-20
iseq.c: resurrect literal hash operands
nobu
2018-12-06
Return same ISeq object for one src.
ko1
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-27
Add rb_typeddata_is_instance_of
nobu
2018-11-27
fix for ISeq.of(method).
ko1
2018-11-27
* expand tabs.
svn
2018-11-27
`RubyVM::ISeq.of` accept ISeq.
ko1
2018-11-26
`TracePoint#enable(target_line:)` is supported. [Feature #15289]
ko1
2018-11-26
fix for ansi-pedantic compile option.
ko1
2018-11-26
fix type error.
ko1
2018-11-26
* expand tabs.
svn
2018-11-26
Support targetting TracePoint [Feature #15289]
ko1
2018-11-05
* expand tabs.
svn
2018-11-05
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-10-20
* expand tabs.
svn
2018-10-20
Remove tracecoverage instructions
mame
2018-10-20
iseq.c (rb_iseq_trace_flag_cleared): Accept size_t for type consistency
mame
2018-10-20
* expand tabs.
svn
2018-10-20
ext/coverage/: add the oneshot mode
mame
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-04
check argument type.
ko1
2018-09-13
iseq.c: prefix rb_ to non-static iseq functions
k0kubun
2018-08-23
iseq.c (rb_vm_encoded_insn_data_table_init): add a cast to build on clang
mame
2018-08-23
iseq.c (rb_iseq_trace_set): refactoring by using encoded_insn_data
mame
2018-08-23
iseq.c: add a map from encoded insn to insn data
mame
2018-08-23
check trace flags at loading [Bug #14702]
ko1
2018-08-22
parse.y: remove coverage-related code fragments
mame
[next]