index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile.c
Age
Commit message (
Expand
)
Author
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-27
* expand tabs. [ci skip]
git
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-25
[Bug #19021] Fix safe call w/ conditional assign
John Hawthorn
2022-09-26
Use `int first_lineno` for binary format.
Samuel Williams
2022-09-26
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-22
avoid extra dup and pop in compile_op_asgn2
HParker
2022-09-22
avoid extra dup and pop in compile_op_log
HParker
2022-09-22
Enable coverage for eval.
Samuel Williams
2022-09-12
Add comments for some peephole optimizations [ci skip]
Maple Ong
2022-09-02
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-09-01
Use getblockparamproxy with branch
John Hawthorn
2022-09-02
* expand tabs. [ci skip]
git
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-08-25
Convert catch_except_t to stdbool
Takashi Kokubun
2022-08-09
Optimize duparray/expandarray -> putobject/expandarray
Jeremy Evans
2022-08-09
Expand newarray/expandarray optimization for unequal operands
Jeremy Evans
2022-08-09
Add peephole optimizer for newarray(X)/expandarray(X, 0) -> opt_reverse(X)
Jeremy Evans
2022-08-09
Add peephole optimizer for newarray(2)/expandarray(2, 0) -> swap
Jeremy Evans
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-23
Remove duplicate code for internal arrays
Nobuyoshi Nakada
2022-07-22
Use rb_ary_tmp_new only for internal arrays
Peter Zhu
2022-07-22
Remove reference counting for all frozen arrays
Peter Zhu
2022-07-22
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-20
Add RARRAY_LITERAL_FLAG for array literals
Peter Zhu
2022-07-18
Separate TS_IVC and TS_ICVARC in is_entries buffers
Jemma Issroff
2022-07-12
Check only whether `RUBY_DEVEL` is defined
Nobuyoshi Nakada
2022-07-11
Fix a regression of b2e58b02aec73f9c350bf109c021c180fc699ccc
Yusuke Endoh
2022-07-07
Remove ISEQ_MARKABLE_ISEQ flag
Aaron Patterson
2022-06-29
Fix ISeq dump / load in array cases
Aaron Patterson
2022-06-24
Dump inline storage partition information to binary format
Aaron Patterson
2022-06-23
Free bitmap buffer if it's not used
Aaron Patterson
2022-06-23
Flatten bitmap when there is only one element
Aaron Patterson
2022-06-23
Update vm_core.h
Aaron Patterson
2022-06-23
Speed up ISeq by marking via bitmaps and IC rearranging
Aaron Patterson
2022-06-17
Remove unused function declaration
Peter Zhu
2022-06-13
compile.c (add_adjust_info): Remove `insns_info_index > 0`
Yusuke Endoh
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2022-03-02
Using macros to check iseq element
S.H
2022-02-03
Fix indents [ci skip]
Nobuyoshi Nakada
2022-02-02
Treat TS_ICVARC cache as separate from TS_IVC cache
Jemma Issroff
2022-01-14
Fix constant assignment evaluation order
Jeremy Evans
2021-12-13
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
[next]