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 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
*
Using SYMBOL_P macro
S-H-GAMELINKS
2021-09-11
1
-2
/
+2
*
Remove unused argument
Nobuyoshi Nakada
2021-09-10
1
-1
/
+1
*
suppress GCC's -Wsuggest-attribute=format
卜部昌平
2021-09-10
1
-2
/
+2
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-2
/
+2
*
Extract compile_attrasgn from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-84
/
+89
*
Extract compile_kw_arg from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-32
/
+37
*
Extract compile_errinfo from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-24
/
+30
*
Extract compile_dots from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-23
/
+30
*
Extract compile_colon3 from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-25
/
+32
*
Extract compile_colon2 from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-42
/
+49
*
Extract compile_match from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-34
/
+40
*
Extract compile_yield from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-48
/
+46
*
Extract compile_super from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
1
-132
/
+140
[next]