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
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
2021-09-01
Extract compile_op_cdecl from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_op_asgn2 from iseq_compile_each0
Nobuyoshi Nakada
2021-09-01
Extract compile_op_asgn1 from iseq_compile_each0
Nobuyoshi Nakada
2021-08-31
Remove no longer used variable line_node
Nobuyoshi Nakada
2021-08-31
Extract compile_block from iseq_compile_each0
Nobuyoshi Nakada
2021-08-31
Constify line_node in iseq_compile_each0
Nobuyoshi Nakada
2021-08-21
Allow tracing of optimized methods
Jeremy Evans
2021-08-15
Show verbose error messages when single pattern match fails
Kazuki Tsujimoto
2021-07-29
Fix use-after-free on -DUSE_EMBED_CI=0
Alan Wu
2021-07-15
Add pattern matching pin support for instance/class/global variables
Jeremy Evans
2021-07-06
Store the dup'd CDHASH in the object list during IBF load
Aaron Patterson
2021-06-23
Check type of instruction - can be INSN or ADJUST
eileencodes
2021-06-18
Add a cache for class variables
eileencodes
2021-06-18
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
[next]