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
/
tool
/
ruby_vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose instruction information for debuggers [Feature #18026]
Nobuyoshi Nakada
2021-10-04
3
-31
/
+51
*
Allow tracing of optimized methods
Jeremy Evans
2021-08-21
1
-1
/
+6
*
Decompose the captured_cc code for investigation
Takashi Kokubun
2021-05-31
1
-1
/
+3
*
Remove DEFINED_IVAR2 from enum
John Hawthorn
2021-03-10
1
-1
/
+0
*
Avoid re-entering opt_invokebuiltin_delegate_leave
Takashi Kokubun
2021-01-11
1
-2
/
+1
*
Fix broken JIT of getinlinecache
Takashi Kokubun
2021-01-04
1
-1
/
+1
*
Avoid using inconsistent coding style
Takashi Kokubun
2021-01-04
1
-11
/
+3
*
enable constant cache on ractors
Koichi Sasada
2021-01-05
1
-5
/
+8
*
Skip checking ROBJECT_EMBED
Takashi Kokubun
2020-12-22
1
-3
/
+3
*
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-21
2
-3
/
+3
*
Check mjit_call_p only when interrupted
Takashi Kokubun
2020-12-19
2
-2
/
+8
*
Prefer RB_OBJ_FROZEN_RAW
Takashi Kokubun
2020-12-19
1
-2
/
+2
*
Lazily move PC with RUBY_VM_CHECK_INTS
Takashi Kokubun
2020-12-16
4
-4
/
+22
*
Ignore catch_except_p for PC motion
Takashi Kokubun
2020-12-16
1
-1
/
+1
*
Inline getconstant on JIT (#3906)
Takashi Kokubun
2020-12-16
2
-0
/
+38
*
Simplify positioning of '{' and '}'
Takashi Kokubun
2020-12-14
1
-30
/
+27
*
fix inline method cache sync bug
Koichi Sasada
2020-12-15
1
-2
/
+3
*
Cache access to reg_cfp->self on JIT
Takashi Kokubun
2020-11-27
1
-1
/
+1
*
Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"
Takashi Kokubun
2020-11-26
1
-2
/
+3
*
Set VM_FRAME_FLAG_FINISH at once on MJIT
Takashi Kokubun
2020-11-26
1
-3
/
+2
*
Clarify the intention of `false &&`
Takashi Kokubun
2020-11-22
1
-1
/
+2
*
An ellipsis (...) can only be placed at the beginning
Nobuyoshi Nakada
2020-10-29
1
-2
/
+6
*
Escape '/*' within block comment too
Nobuyoshi Nakada
2020-10-26
1
-1
/
+1
*
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-10-17
1
-7
/
+7
*
sync generic_ivtbl
Koichi Sasada
2020-10-14
1
-1
/
+1
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-1
/
+1
*
Remove the pc argument of vm_trace()
Alan Wu
2020-09-01
1
-1
/
+1
*
tool/prelude.c.tmpl: use RubyVM::CEscape
卜部昌平
2020-08-11
1
-1
/
+1
*
RubyVM::CEscape#rstring2cstr: do not escape '
卜部昌平
2020-08-11
1
-1
/
+1
*
skip inlining cexpr! that are not attr! inline
卜部昌平
2020-07-16
1
-1
/
+1
*
_mjit_compile_invokebuiltin: sp_inc can be negative
卜部昌平
2020-07-14
1
-1
/
+1
*
mk_builtin_loader.rb: STACK_ADDR_FROM_TOP unusable
卜部昌平
2020-07-13
1
-1
/
+1
*
builtin.h: avoid copy&paste
卜部昌平
2020-07-13
3
-22
/
+24
*
inline Primitive.cexpr!
卜部昌平
2020-07-13
1
-1
/
+1
*
precalc invokebuiltin destinations
卜部昌平
2020-07-13
3
-5
/
+28
*
Make sure vm_call_cfunc uses inlined cc
Takashi Kokubun
2020-07-10
1
-2
/
+2
*
Check ROBJECT_EMBED on guards-merged ivar access
Takashi Kokubun
2020-07-04
1
-18
/
+9
*
Merge ivar guards on JIT (#3284)
Takashi Kokubun
2020-07-03
1
-11
/
+40
*
Use ID instead of GENTRY for gvars. (#3278)
Koichi Sasada
2020-07-03
2
-58
/
+0
*
Show what's inlined first in "JIT inline" log
Takashi Kokubun
2020-06-25
1
-0
/
+3
*
Decide JIT-ed insn based on cached cfunc
Takashi Kokubun
2020-06-25
1
-7
/
+1
*
Avoid generating opt_send with cfunc cc with JIT
Takashi Kokubun
2020-06-23
2
-4
/
+10
*
Compile opt_send for opt_* only when cc has ISeq
Takashi Kokubun
2020-06-22
2
-4
/
+4
*
Verify builtin inline annotation with VM_CHECK_MODE (#3244)
Takashi Kokubun
2020-06-21
1
-2
/
+2
*
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-06-20
1
-1
/
+16
*
Remove obsoleted opt_call_c_function insn (#3232)
Takashi Kokubun
2020-06-17
1
-2
/
+1
*
Add a debug_counter for JIT cancel on leave
Takashi Kokubun
2020-05-28
1
-0
/
+1
*
Reduce code size for rb_class_of
Takashi Kokubun
2020-05-17
1
-1
/
+3
*
Always correct sp on leave cancel
Takashi Kokubun
2020-05-06
1
-3
/
+1
*
Include unit id in a function name of an inlined method
Takashi Kokubun
2020-04-30
1
-1
/
+1
[next]