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
/
vm_insnhelper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-6
/
+17
*
add several __has_something macro
卜部昌平
2019-12-26
1
-3
/
+1
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-4
/
+4
*
per-method serial number
卜部昌平
2019-12-18
1
-2
/
+2
*
add debug counter to count `call` reusing cases.
Koichi Sasada
2019-12-17
1
-0
/
+1
*
ensure cc->def == cc->me->def
卜部昌平
2019-12-16
1
-9
/
+9
*
Make super in instance_eval in method in module raise TypeError
Jeremy Evans
2019-12-12
1
-6
/
+7
*
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-12-05
1
-11
/
+11
*
check interrupts at each frame pop timing.
Koichi Sasada
2019-11-29
1
-1
/
+1
*
Reduce duplicated warnings for the change of Ruby 3 keyword arguments
Yusuke Endoh
2019-11-29
1
-2
/
+2
*
Revert "export for MJIT"
Koichi Sasada
2019-11-29
1
-1
/
+2
*
Revert "* remove trailing spaces. [ci skip]"
Koichi Sasada
2019-11-29
1
-1
/
+1
*
* remove trailing spaces. [ci skip]
git
2019-11-29
1
-1
/
+1
*
export for MJIT
Koichi Sasada
2019-11-29
1
-2
/
+1
*
fastpath for ivar read of FL_EXIVAR objects.
Koichi Sasada
2019-11-29
1
-30
/
+76
*
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-25
1
-1
/
+1
*
add fast path for argc==0.
Koichi Sasada
2019-11-25
1
-2
/
+7
*
peep-hole optimize VM instructions
卜部昌平
2019-11-19
1
-18
/
+15
*
should not use __func__
Koichi Sasada
2019-11-18
1
-1
/
+1
*
add casts.
Koichi Sasada
2019-11-18
1
-1
/
+1
*
vm_invoke_builtin_delegate with start index.
Koichi Sasada
2019-11-18
1
-3
/
+11
*
move rb_vm_lvar_exposed() correctly.
Koichi Sasada
2019-11-14
1
-0
/
+9
*
Avoid top-level search for nested constant reference from nil in defined?
Dylan Thacker-Smith
2019-11-13
1
-1
/
+4
*
rewrite comment.
Koichi Sasada
2019-11-11
1
-4
/
+3
*
use STACK_ADDR_FROM_TOP()
Koichi Sasada
2019-11-09
1
-2
/
+1
*
initialize kw special local var.
Koichi Sasada
2019-11-09
1
-1
/
+4
*
name the result of calccall
卜部昌平
2019-11-08
1
-2
/
+3
*
describe vm_cache_check_for_class_serial [ci skip]
卜部昌平
2019-11-08
1
-0
/
+79
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+186
*
extend rb_call_cache
卜部昌平
2019-11-07
1
-14
/
+47
*
rb_method_basic_definition_p with CC
卜部昌平
2019-11-05
1
-5
/
+11
*
fix bug in keyword + protected combination
卜部昌平
2019-10-28
1
-2
/
+9
*
more on struct rb_call_data
卜部昌平
2019-10-25
1
-114
/
+151
*
retry tailcall optimization (#2529)
wanabe
2019-10-25
1
-3
/
+34
*
Duplicate hash when converting keyword hash to keywords
Jeremy Evans
2019-10-24
1
-2
/
+4
*
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-24
1
-35
/
+31
*
extracted declare_under
Nobuyoshi Nakada
2019-10-10
1
-8
/
+10
*
Revert "tailcall optimization again (#2528)"
Koichi Sasada
2019-10-06
1
-34
/
+3
*
tailcall optimization again (#2528)
wanabe
2019-10-06
1
-3
/
+34
*
add debug counters for vm_search_method_slowpath()
卜部昌平
2019-10-03
1
-0
/
+5
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-23
/
+29
*
Treat return in block in class/module as LocalJumpError (#2511)
Jeremy Evans
2019-10-02
1
-1
/
+5
*
Fix assertion
Nobuyoshi Nakada
2019-09-30
1
-1
/
+1
*
delete unnecessary branch
卜部昌平
2019-09-30
1
-4
/
+0
*
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
1
-6
/
+6
*
refactor add rb_method_entry_from_template
卜部昌平
2019-09-30
1
-10
/
+2
*
refactor delete rb_method_entry_copy
卜部昌平
2019-09-30
1
-1
/
+0
*
refactor delete rb_method_definition_set
卜部昌平
2019-09-30
1
-20
/
+27
*
refactor rb_method_definition_create take opts
卜部昌平
2019-09-30
1
-4
/
+4
*
refactor constify most of rb_method_definition_t
卜部昌平
2019-09-30
1
-3
/
+3
[next]