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
2018-03-21
iseq.c: constfied validate_get_insn_info [ci skip]
nobu
2018-03-20
compile.c: fix ibf_load_code
nobu
2018-03-19
Reverting r62775, this should fix i686 builds
tenderlove
2018-03-19
iseq.c: append local var index to name
nobu
2018-03-19
iseq.c: mark kwrest arg
nobu
2018-03-16
Revert "Add direct marking on iseq operands"
naruse
2018-03-16
Revert "Fix warning: cast from pointer to integer of different size"
naruse
2018-03-14
Unconditionally define `TRACE_INSN_P`
tenderlove
2018-03-10
Fix warning: cast from pointer to integer of different size
kazu
2018-03-09
Add direct marking on iseq operands
tenderlove
2018-03-04
compile.c: set catch_except_p flag
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
mjit.c: merge MJIT infrastructure
k0kubun
2018-01-30
iseq.c: internal lvar name
nobu
2018-01-19
variable succ_index_table never actually used
shyouhei
2018-01-18
Use already casted variable
kazu
2018-01-17
iseq.c: dump as non-trace instructions
nobu
2018-01-17
iseq.c: flatten TS_NUM operand conditions
nobu
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-13
internal.h (FLEX_ARY_LEN): Add a macro to define a flexible array
mame
2018-01-13
flexible array member is a C99ism
shyouhei
2018-01-11
iseq.c: child iseq encoding
nobu
2018-01-10
iseq.c: Succinct bitvector now supports 32-bit machine
mame
2018-01-09
iseq.c: Add explicit casts from long to int (to pass compile on clang)
mame
2018-01-09
iseq.c: Add a succinct bitvector implementation for insn_info_table
mame
2018-01-09
iseq.c (iseq_data_to_ary): Avoid direct use of insns_info.positions
mame
2018-01-09
Rename code_range to code_location
mame
2018-01-08
use `getblockparamproxy` to pass blocks.
ko1
2018-01-08
parse.y: Make consistent with the terms about code ranges and locations
mame
2018-01-05
node.h: remove NODE_PRELUDE
mame
2018-01-05
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-05
Refactor ISEQ_TYPE_DEFINED_GUARD out
mame
2018-01-04
iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_opt
mame
2018-01-04
iseq.c (rb_iseq_new_with_opt): handle the case where node is imemo_func
mame
2018-01-04
insns_info.inc.tmpl: share large tablese
nobu
2018-01-01
vm_core.h: make the algorithm of get_insn_info selectable
mame
2018-01-01
iseq.h: Extract position array from iseq_insn_info_entry
mame
2018-01-01
iseq.c: fix build error when VM_CHECK_MODE is enabled
mame
2018-01-01
vm_core.h: refactoring of insns_info
mame
2017-12-25
Disasm output contains code range.
ko1
2017-12-24
Remove "trace_instruction" compile option.
ko1
2017-12-23
RubyVM::InstructionSequence#trace_points.
ko1
2017-12-23
RubyVM::InstructionSequence#each_child.
ko1
2017-12-23
iseq.c: show first_lineno on iseq inspect
k0kubun
2017-12-23
iseq.c: Remove unused macro in r61395
kazu
2017-12-23
iseq.c: local variable names
nobu
2017-12-22
iseq.c (rb_insn_operand_intern): needs parenthesies
nobu
2017-12-22
iseq.c: defined insn operand
nobu
[next]