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