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-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
2021-12-07
Avoid Array allocation when appending to args array (#5211)
John Hawthorn
2021-12-04
Add `nd_type_p` macro
S.H
2021-11-23
Assign temporary ID to anonymous ID [Bug #18250]
Nobuyoshi Nakada
2021-11-21
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-19
optimize `Struct` getter/setter
Koichi Sasada
2021-11-18
Optimize dynamic string interpolation for symbol/true/false/nil/0-9
Jeremy Evans
2021-11-18
compile.c: remove dead code
Yusuke Endoh
2021-11-18
compile.c: Fix typo
Yusuke Endoh
2021-11-15
`Primitive.mandatory_only?` for fast path
Koichi Sasada
2021-10-29
Fix script_lines in loaded iseq as nil
Nobuyoshi Nakada
2021-10-24
suppress warnings for probable NULL dererefences
Nobuyoshi Nakada
2021-10-21
`RubyVM.keep_script_lines`
Koichi Sasada
2021-10-20
Simplify code for YJIT const cache in compile.c
Alan Wu
2021-10-20
Fix changes from rebase
Noah Gibbs
2021-10-20
Simpler fix for -DUSE_EMBED_CI=0
Alan Wu
2021-10-20
Revert "Fix use-after-free on USE_EMBED_CI=0"
Alan Wu
2021-10-20
Fix use-after-free on USE_EMBED_CI=0
Alan Wu
2021-10-20
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
Refactor uJIT code into more files for readability
Maxime Chevalier-Boisvert
2021-10-20
MicroJIT: compile after ten calls
Alan Wu
2021-10-20
Implement the --disable-ujit command line option
Alan Wu
2021-10-20
Avoid triggering GC while translating threaded code
Alan Wu
2021-10-20
Avoid recompiling overlapping instruction sequences in ujit
Maxime Chevalier-Boisvert
2021-10-20
Generate multiple copies of native code for `pop`
Alan Wu
2021-10-20
Add new files, ujit_compile.c, ujit_compile.h
Maxime Chevalier-Boisvert
2021-10-20
Added shift instructions
Maxime Chevalier-Boisvert
2021-10-20
Yeah, this actually works!
Alan Wu
2021-10-20
Cast to void pointer for `%p` in commented out code [ci skip]
Nobuyoshi Nakada
2021-10-07
Dump outer variables tables when dumping an iseq to binary
Aaron Patterson
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-09-12
Using RB_FLOAT_TYPE_P macro
S-H-GAMELINKS
2021-09-11
Using SYMBOL_P macro
S-H-GAMELINKS
2021-09-10
Remove unused argument
Nobuyoshi Nakada
2021-09-10
suppress GCC's -Wsuggest-attribute=format
卜部昌平
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-09-01
Extract compile_attrasgn from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_kw_arg from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_errinfo from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_dots from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_colon3 from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_colon2 from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_match from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_yield from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_super from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_op_log from iseq_compile_each0
Nobuyoshi Nakada
[next]