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
*
* expand tabs. [ci skip]
git
2019-08-15
1
-1
/
+1
*
Remove support for nil::Constant
Jeremy Evans
2019-08-14
1
-3
/
+3
*
* expand tabs.
git
2019-08-09
1
-1
/
+1
*
introduce RCLASS_CLONED flag for inline cache.
Koichi Sasada
2019-08-09
1
-3
/
+5
*
* expand tabs.
git
2019-08-06
1
-1
/
+1
*
leafify opt_plus
卜部昌平
2019-08-06
1
-1
/
+2
*
Make opt_eq and opt_neq insns leaf
Takashi Kokubun
2019-08-04
1
-4
/
+5
*
Revert "Revert "Add a specialized instruction for `.nil?` calls""
Yusuke Endoh
2019-08-02
1
-0
/
+20
*
Revert "Add a specialized instruction for `.nil?` calls"
Yusuke Endoh
2019-08-02
1
-20
/
+0
*
Add a specialized instruction for `.nil?` calls
Aaron Patterson
2019-07-31
1
-0
/
+20
*
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-19
1
-15
/
+0
*
Add a /* fall through */ comment
Yusuke Endoh
2019-07-14
1
-0
/
+1
*
Fix SystemStackError when calling a method in an unused refinement
Jeremy Evans
2019-06-11
1
-1
/
+4
*
* expand tabs.
git
2019-06-01
1
-4
/
+4
*
Make opt_aref instruction support Integer#[]
Yusuke Endoh
2019-06-01
1
-0
/
+4
*
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
1
-2
/
+3
*
avoid buffer overflow in vm_check_canary
Urabe, Shyouhei
2019-04-26
1
-0
/
+4
*
print the disasm
Urabe, Shyouhei
2019-04-26
1
-1
/
+1
*
suppress warning [ci skip]
Urabe, Shyouhei
2019-04-26
1
-1
/
+1
*
Revert "GET_CFP and ec->cfp are different"
k0kubun
2019-04-13
1
-3
/
+3
*
GET_CFP and ec->cfp are different
k0kubun
2019-04-13
1
-3
/
+3
*
* expand tabs.
svn
2019-04-05
1
-16
/
+16
*
add definemethod/definesmethod insn.
ko1
2019-04-05
1
-10
/
+74
*
* expand tabs.
svn
2019-04-04
1
-1
/
+1
*
Revert "Introduce inline cache for invokesuper"
k0kubun
2019-04-04
1
-7
/
+1
*
Introduce inline cache for invokesuper
k0kubun
2019-04-03
1
-1
/
+7
*
Prefer using vm_base_ptr rather than cfp->bp
k0kubun
2019-03-25
1
-4
/
+4
*
use cfp->bp more.
ko1
2019-03-25
1
-2
/
+6
*
add debug counters to count call cache fastpath.
ko1
2019-03-22
1
-0
/
+30
*
* expand tabs.
svn
2019-03-22
1
-1
/
+1
*
optimize method dispatch for lead/kw params.
ko1
2019-03-22
1
-0
/
+100
*
Share vm_call_iseq_optimizable_p to reduce copy-paste
k0kubun
2019-03-21
1
-3
/
+1
*
Make rb_iseq_only_optparam_p static
k0kubun
2019-03-21
1
-1
/
+1
*
remove redundant check.
ko1
2019-03-20
1
-1
/
+1
*
fix a type error with a cast for clang.
ko1
2019-03-20
1
-1
/
+1
*
* expand tabs.
svn
2019-03-20
1
-4
/
+4
*
optimize method dispatch for lead/opt params.
ko1
2019-03-20
1
-13
/
+90
*
change `cfunc->invoker` type for opt.
ko1
2019-02-22
1
-50
/
+51
*
on-smash canary detection
shyouhei
2019-02-01
1
-1
/
+51
*
vm_insnhelper.c: make VM helpers inline
k0kubun
2019-01-14
1
-3
/
+3
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-1
/
+1
*
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
1
-1
/
+1
*
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
1
-1
/
+1
*
vm_insnhelper.c: USE_FLONUM is always defined
shyouhei
2018-12-28
1
-1
/
+1
*
vm_insnhelper.c: delete unused macros
shyouhei
2018-12-28
1
-0
/
+48
*
* expand tabs.
svn
2018-12-26
1
-3
/
+3
*
insns.def: refactor to avoid CALL_METHOD macro
shyouhei
2018-12-26
1
-4
/
+100
*
vm_insnhelper.c: use COLDFUNC
shyouhei
2018-12-25
1
-4
/
+1
*
* expand tabs.
svn
2018-12-18
1
-1
/
+1
*
should use defined_class.
ko1
2018-12-18
1
-1
/
+1
[next]