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
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-06
1
-2
/
+22
*
Remove ruby2_keywords related to args forwarding
yui-knk
2022-11-29
1
-1
/
+0
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-2
/
+2
*
Fix false LocalJumpError when branch coverage is enabled
Yusuke Endoh
2022-11-08
1
-1
/
+24
*
push dummy frame for loading process
Koichi Sasada
2022-10-20
1
-27
/
+37
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-15
/
+11
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-11
/
+15
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-15
/
+11
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-11
/
+15
*
* expand tabs. [ci skip]
git
2022-09-27
1
-1
/
+1
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-15
/
+11
*
[Bug #19021] Fix safe call w/ conditional assign
John Hawthorn
2022-09-25
1
-11
/
+7
*
Use `int first_lineno` for binary format.
Samuel Williams
2022-09-26
1
-3
/
+3
*
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
1
-3
/
+3
*
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-26
1
-3
/
+3
*
avoid extra dup and pop in compile_op_asgn2
HParker
2022-09-22
1
-11
/
+24
*
avoid extra dup and pop in compile_op_log
HParker
2022-09-22
1
-8
/
+11
*
Enable coverage for eval.
Samuel Williams
2022-09-22
1
-3
/
+3
*
Add comments for some peephole optimizations [ci skip]
Maple Ong
2022-09-12
1
-0
/
+42
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-09-02
1
-4
/
+5
*
Use getblockparamproxy with branch
John Hawthorn
2022-09-01
1
-0
/
+6
*
* expand tabs. [ci skip]
git
2022-09-02
1
-5
/
+5
*
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
1
-68
/
+137
*
Convert catch_except_t to stdbool
Takashi Kokubun
2022-08-25
1
-5
/
+5
*
Optimize duparray/expandarray -> putobject/expandarray
Jeremy Evans
2022-08-09
1
-0
/
+14
*
Expand newarray/expandarray optimization for unequal operands
Jeremy Evans
2022-08-09
1
-3
/
+39
*
Add peephole optimizer for newarray(X)/expandarray(X, 0) -> opt_reverse(X)
Jeremy Evans
2022-08-09
1
-1
/
+10
*
Add peephole optimizer for newarray(2)/expandarray(2, 0) -> swap
Jeremy Evans
2022-08-09
1
-0
/
+19
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-1
/
+2
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-11
/
+11
*
Remove duplicate code for internal arrays
Nobuyoshi Nakada
2022-07-23
1
-2
/
+1
*
Use rb_ary_tmp_new only for internal arrays
Peter Zhu
2022-07-22
1
-1
/
+1
*
Remove reference counting for all frozen arrays
Peter Zhu
2022-07-22
1
-2
/
+2
*
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
1
-7
/
+7
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-3252
/
+3252
*
Add RARRAY_LITERAL_FLAG for array literals
Peter Zhu
2022-07-20
1
-2
/
+2
*
Separate TS_IVC and TS_ICVARC in is_entries buffers
Jemma Issroff
2022-07-18
1
-4
/
+31
*
Check only whether `RUBY_DEVEL` is defined
Nobuyoshi Nakada
2022-07-12
1
-1
/
+1
*
Fix a regression of b2e58b02aec73f9c350bf109c021c180fc699ccc
Yusuke Endoh
2022-07-11
1
-7
/
+4
*
Remove ISEQ_MARKABLE_ISEQ flag
Aaron Patterson
2022-07-07
1
-11
/
+0
*
Fix ISeq dump / load in array cases
Aaron Patterson
2022-06-29
1
-15
/
+7
*
Dump inline storage partition information to binary format
Aaron Patterson
2022-06-24
1
-41
/
+17
*
Free bitmap buffer if it's not used
Aaron Patterson
2022-06-23
1
-2
/
+21
*
Flatten bitmap when there is only one element
Aaron Patterson
2022-06-23
1
-5
/
+38
*
Update vm_core.h
Aaron Patterson
2022-06-23
1
-1
/
+1
*
Speed up ISeq by marking via bitmaps and IC rearranging
Aaron Patterson
2022-06-23
1
-25
/
+93
*
Remove unused function declaration
Peter Zhu
2022-06-17
1
-2
/
+0
*
compile.c (add_adjust_info): Remove `insns_info_index > 0`
Yusuke Endoh
2022-06-13
1
-2
/
+5
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-168
/
+166
*
Using macros to check iseq element
S.H
2022-03-02
1
-3
/
+3
[next]