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
...
*
compile.c: order with splatting
nobu
2016-10-22
1
-2
/
+2
*
compile.c: literal range
nobu
2016-10-01
1
-1
/
+16
*
compile.c: optimize flip-flop
nobu
2016-10-01
1
-41
/
+39
*
compile.c: tailcall in conditinal block
nobu
2016-09-23
1
-0
/
+7
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-55
/
+56
*
Coverage on non-positive lines
nobu
2016-06-26
1
-0
/
+1
*
* iseq.h (struct iseq_compile_data): use struct rb_id_table
naruse
2016-05-14
1
-4
/
+12
*
* compile.c (iseq_compile_each): share InlineCache during same
tarui
2016-05-11
1
-3
/
+17
*
compile.c: true conditions
nobu
2016-04-26
1
-0
/
+12
*
compile.c: remove redundant trace insn
nobu
2016-04-23
1
-0
/
+11
*
compile.c: instruction ID predicate
nobu
2016-04-23
1
-30
/
+31
*
compile.c: ISeq element type predicates
nobu
2016-04-23
1
-15
/
+19
*
compile.c: make SyntaxError after formatting
nobu
2016-04-20
1
-7
/
+6
*
refactor syntax error
nobu
2016-04-20
1
-8
/
+1
*
appending compile error without rb_errinfo
nobu
2016-04-19
1
-35
/
+48
*
compile.c: fix dangling link
nobu
2016-04-18
1
-5
/
+5
*
compile.c: initialize LABEL fields
nobu
2016-04-12
1
-0
/
+2
*
compile.c: disable tco with rescue
nobu
2016-04-11
1
-2
/
+45
*
remove rb_thread_t::parse_in_eval
nobu
2016-03-28
1
-19
/
+5
*
compile.c: explicit address
nobu
2016-03-26
1
-2
/
+2
*
compile.c: strict condition
nobu
2016-03-17
1
-3
/
+4
*
compile.c: move newarray specialization
nobu
2016-03-17
1
-20
/
+22
*
* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.
mame
2016-03-17
1
-0
/
+20
*
compile.c: bit flag
nobu
2016-03-17
1
-1
/
+1
*
optimize named capture assignment
nobu
2016-03-14
1
-0
/
+63
*
fstring early for internal iseq
normal
2016-01-26
1
-1
/
+1
*
compile.c: fix tailcall optimization
nobu
2016-01-26
1
-2
/
+6
*
compile.c: fix lhs splat in massign
nobu
2016-01-10
1
-4
/
+18
*
compile.c: adjust call_info count
nobu
2016-01-01
1
-17
/
+24
*
compile.c: remove unreferred label
nobu
2016-01-01
1
-0
/
+3
*
compile.c: adjust label reference
nobu
2015-12-29
1
-0
/
+1
*
fix common misspelling [ci skip]
nobu
2015-12-24
1
-1
/
+1
*
preserve source file name encoding
nobu
2015-12-24
1
-35
/
+37
*
* compile.c (ibf_load_object_string): use fstring if frozen string.
ko1
2015-12-18
1
-1
/
+1
*
* compile.c (ibf_load_setup): check tainted string argument.
ko1
2015-12-18
1
-0
/
+2
*
* compile.c: fix typos.
hsbt
2015-12-14
1
-1
/
+1
*
compile.c: rehash cdhash
nobu
2015-12-11
1
-0
/
+2
*
compile.c (iseq_compile_each): reduce needless rb_str_dup
normal
2015-12-10
1
-3
/
+3
*
* compile.c (iseq_compile_each): do not add debug information
ko1
2015-12-09
1
-3
/
+8
*
compile.c (ibf_dump_object_unsupported): fix spelling error
normal
2015-12-09
1
-1
/
+1
*
* *.c (*_memsize): do not check ptr.
ko1
2015-12-09
1
-17
/
+7
*
* compile.c (ibf_dump_memsize): should check NULL.
ko1
2015-12-08
1
-5
/
+10
*
compile.c: suppress warning
nobu
2015-12-08
1
-1
/
+2
*
* compile.c (iseq_ibf_dump): dump extra data just string length.
ko1
2015-12-08
1
-1
/
+1
*
compile.c: fix extra_str
nobu
2015-12-08
1
-1
/
+1
*
* compile.c (ibf_load_setup): cast to int.
ko1
2015-12-08
1
-1
/
+1
*
* compile.c (ibf_setup_load): rename to ibf_load_setup().
ko1
2015-12-08
1
-3
/
+21
*
free ibf_dump at exception
nobu
2015-12-08
1
-23
/
+74
*
compile.c: make opt a string value
nobu
2015-12-08
1
-2
/
+3
*
check loading object index range
nobu
2015-12-08
1
-0
/
+3
[prev]
[next]