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
2021-06-26
iseq.c: Make ast_line_count return 0 when syntax error occurred
Yusuke Endoh
2021-06-18
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-06-18
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-02
Refactor rb_vm_insn_addr2insn calls
Takashi Kokubun
2021-05-07
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-03-17
Use rb_fstring for "defined" strings.
Aaron Patterson
2021-03-17
Store strings for `defined` in the iseqs
Aaron Patterson
2021-01-06
remove invalidated cc
Koichi Sasada
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-11-19
Make RubyVM::InstructionSequence.compile_file use same encoding as load
Jeremy Evans
2020-11-17
remain enabled and line specified trace points
Koichi Sasada
2020-10-30
strip trailing spaces [ci skip]
Nobuyoshi Nakada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-10-20
Dump FrozenCore specially
Nobuyoshi Nakada
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-07-23
Remove unused field in rb_iseq_constant_body
Alan Wu
2020-07-03
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-06-26
fix return event and opt_invokebuiltin_delegate_leave (#3256)
Koichi Sasada
2020-06-23
Add another missing cast
Takashi Kokubun
2020-06-23
Add missing cast
Takashi Kokubun
2020-06-23
Trace :return of builtin methods
Takashi Kokubun
2020-06-17
ISeq created with callback is special, translation cannot be applied
Koichi Sasada
2020-06-09
vm_ci_markable: added
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-15
Create succ_index_table as a part of `iseq_setup`
Nobuyoshi Nakada
2020-04-15
Shrink diassembled result string
Nobuyoshi Nakada
2020-04-08
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-12
Move code to mark jit_unit's cc_entries to mjit.c
Takashi Kokubun
2020-03-11
Pin and inline cme in JIT-ed method calls
Takashi Kokubun
2020-03-10
Optimize away call data refs in JIT-ed method calls
Takashi Kokubun
2020-02-26
Eliminate unnecessary mjit_iseq_cc_entries calls
Takashi Kokubun
2020-02-26
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-25
should be initialize jit_unit->cc_entries.
Koichi Sasada
2020-02-22
check USE_MJIT
Koichi Sasada
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-06
this ternary operator is an undefined behaviour
卜部昌平
2020-01-23
Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL
0x005c
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-10
vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned long
Yusuke Endoh
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
Revert "vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer"
Yusuke Endoh
2019-12-09
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-05
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-11-19
make functions static
卜部昌平
[next]