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
*
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
*
Fix indents [ci skip]
Nobuyoshi Nakada
2022-02-03
1
-1
/
+1
*
Treat TS_ICVARC cache as separate from TS_IVC cache
Jemma Issroff
2022-02-02
1
-0
/
+5
*
Fix constant assignment evaluation order
Jeremy Evans
2022-01-14
1
-36
/
+77
*
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
2021-12-13
1
-8
/
+4
*
Avoid Array allocation when appending to args array (#5211)
John Hawthorn
2021-12-07
1
-12
/
+44
*
Add `nd_type_p` macro
S.H
2021-12-04
1
-45
/
+45
*
Assign temporary ID to anonymous ID [Bug #18250]
Nobuyoshi Nakada
2021-11-23
1
-0
/
+1
*
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-21
1
-16
/
+12
*
optimize `Struct` getter/setter
Koichi Sasada
2021-11-19
1
-95
/
+0
*
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-18
1
-12
/
+9
*
compile.c: remove dead code
Yusuke Endoh
2021-11-18
1
-1
/
+0
*
compile.c: Fix typo
Yusuke Endoh
2021-11-18
1
-1
/
+1
*
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-11-15
1
-0
/
+77
*
Fix script_lines in loaded iseq as nil
Nobuyoshi Nakada
2021-10-29
1
-1
/
+2
*
suppress warnings for probable NULL dererefences
Nobuyoshi Nakada
2021-10-24
1
-0
/
+1
*
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-21
1
-1
/
+1
*
Simplify code for YJIT const cache in compile.c
Alan Wu
2021-10-20
1
-24
/
+11
*
Fix changes from rebase
Noah Gibbs
2021-10-20
1
-1
/
+1
*
Simpler fix for -DUSE_EMBED_CI=0
Alan Wu
2021-10-20
1
-2
/
+2
*
Revert "Fix use-after-free on USE_EMBED_CI=0"
Alan Wu
2021-10-20
1
-12
/
+7
*
Fix use-after-free on USE_EMBED_CI=0
Alan Wu
2021-10-20
1
-7
/
+11
*
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
1
-2
/
+32
*
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+0
*
MicroJIT: compile after ten calls
Alan Wu
2021-10-20
1
-36
/
+6
*
Implement the --disable-ujit command line option
Alan Wu
2021-10-20
1
-2
/
+2
*
Avoid triggering GC while translating threaded code
Alan Wu
2021-10-20
1
-7
/
+20
*
Avoid recompiling overlapping instruction sequences in ujit
Maxime Chevalier-Boisvert
2021-10-20
1
-7
/
+15
*
Generate multiple copies of native code for `pop`
Alan Wu
2021-10-20
1
-1
/
+1
*
Add new files, ujit_compile.c, ujit_compile.h
Maxime Chevalier-Boisvert
2021-10-20
1
-8
/
+7
*
Added shift instructions
Maxime Chevalier-Boisvert
2021-10-20
1
-6
/
+12
*
Yeah, this actually works!
Alan Wu
2021-10-20
1
-0
/
+5
*
Cast to void pointer for `%p` in commented out code [ci skip]
Nobuyoshi Nakada
2021-10-20
1
-4
/
+4
*
Dump outer variables tables when dumping an iseq to binary
Aaron Patterson
2021-10-07
1
-1
/
+54
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-1
/
+1
*
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-12
1
-2
/
+2
[next]