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