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
...
*
vm_insnhelper.c: add space [ci skip]
卜部昌平
2020-06-03
1
-0
/
+6
*
vm_invoke_symbol_block: reduce MEMCPY
卜部昌平
2020-06-03
1
-59
/
+84
*
vm_invoke_symbol_block: call vm_call_opt_send
卜部昌平
2020-06-03
1
-8
/
+33
*
vm_invoke_block: force indirect jump
卜部昌平
2020-06-03
1
-11
/
+11
*
vm_invoke_block: insertion of unused args
卜部昌平
2020-06-03
1
-7
/
+7
*
vm_invoke_block: eliminate goto
卜部昌平
2020-06-03
1
-10
/
+16
*
vm_invoke_block: move logics around
卜部昌平
2020-06-03
1
-12
/
+9
*
Fixed `defined?` against protected method call
Nobuyoshi Nakada
2020-06-02
1
-1
/
+1
*
vm_insnhelper.c: merge opt_eq_func / opt_eql_func
卜部昌平
2020-06-02
1
-77
/
+47
*
Mark vm_stackoverflow as NOINLINE COLDFUNC on JIT
Takashi Kokubun
2020-05-26
1
-0
/
+3
*
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-22
1
-1
/
+4
*
fix memory leak of ccs
Koichi Sasada
2020-05-22
1
-2
/
+8
*
more on NULL versus functions
卜部昌平
2020-05-11
1
-4
/
+4
*
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
*
Disable -Wswitch warning when VM_CHECK_MODE
Nobuyoshi Nakada
2020-05-03
1
-0
/
+2
*
Invalidate fastpath when calling attr_reader by super
Takashi Kokubun
2020-04-14
1
-2
/
+2
*
Invalidate fastpath when calling attr_writer by super
Takashi Kokubun
2020-04-14
1
-3
/
+12
*
Make vm_call_cfunc_with_frame a fastpath (#3027)
Takashi Kokubun
2020-04-13
1
-0
/
+9
*
Enable fastpath on invokesuper (#3021)
Takashi Kokubun
2020-04-11
1
-2
/
+3
*
Turn class variable warnings into exceptions
Jeremy Evans
2020-04-10
1
-4
/
+4
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+2
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-6
/
+21
*
%p is for void *
卜部昌平
2020-03-04
1
-1
/
+1
*
method_missing_reason should be set.
Koichi Sasada
2020-03-03
1
-0
/
+1
*
check imemo_type
Koichi Sasada
2020-02-27
1
-3
/
+10
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-390
/
+424
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-114
/
+110
*
Adjusted indent [ci skip]
Nobuyoshi Nakada
2020-02-22
1
-1
/
+1
*
should be compared with called_id
Koichi Sasada
2020-02-13
1
-1
/
+1
*
Use inline cache for super calls
John Hawthorn
2020-02-13
1
-1
/
+17
*
support MJIT with debug option.
Koichi Sasada
2020-02-03
1
-2
/
+7
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-38
/
+7
*
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
[prev]
[next]