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 (rb_iseq_build_from_ary): remove misc handling
normal
2014-12-05
1
-7
/
+4
*
mostly fix rb_iseq_load
normal
2014-12-03
1
-48
/
+176
*
compile.c: set true and false directly
nobu
2014-12-02
1
-6
/
+16
*
* compile.c (iseq_compile_each): remove duplicated line event.
ko1
2014-11-27
1
-6
/
+13
*
compile.c (iseq_calc_param_size): hoist out of iseq_set_arguments
normal
2014-11-26
1
-32
/
+38
*
* compile.c (iseq_set_sequence): use "nop" insn instead of
ko1
2014-11-26
1
-2
/
+2
*
rb_id2str over rb_id2name
nobu
2014-11-25
1
-10
/
+14
*
compile.c (iseq_build_callinfo_from_hash): hoist out
normal
2014-11-25
1
-19
/
+26
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-1
/
+0
*
* remove trailing spaces.
svn
2014-11-05
1
-2
/
+2
*
* compile.c (compile_data_alloc): add padding when strict alignment
ngoto
2014-11-05
1
-3
/
+64
*
* vm_core.h: change semantics of opt_num and opt_table.
ko1
2014-11-03
1
-10
/
+9
*
* vm_core.h: change iseq parameter data structure.
ko1
2014-11-02
1
-169
/
+154
*
* rewrite method/block parameter fitting logic to optimize
ko1
2014-11-02
1
-156
/
+247
*
compile.c: fix RB_GC_GUARD usage
normal
2014-10-11
1
-3
/
+5
*
* compile.c: remove commented out code.
hsbt
2014-10-01
1
-119
/
+0
*
compile.c: store IDs as Symbols
nobu
2014-09-20
1
-2
/
+2
*
compile.c, gc.c: suppress warnings
nobu
2014-09-14
1
-1
/
+1
*
* compile.c (rb_vm_addr2insn): rename to rb_vm_insn_addr2insn
ko1
2014-09-10
1
-4
/
+5
*
compile.c: remove useless cast
nobu
2014-09-10
1
-1
/
+1
*
rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bit
normal
2014-09-10
1
-16
/
+16
*
compile: translate iseq in-place
normal
2014-09-10
1
-6
/
+41
*
compile.c: remove needless SYM2ID <-> ID2SYM conversions
normal
2014-09-08
1
-41
/
+41
*
compile.c: assigned in REALLOC_N
nobu
2014-08-26
1
-1
/
+1
*
compile.c (iseq_set_sequence): check for multiplication overflow
normal
2014-08-26
1
-1
/
+1
*
compile.c: suppress a warning
nobu
2014-07-29
1
-1
/
+1
*
compile.c: check size
nobu
2014-07-26
1
-4
/
+4
*
struct iseq_compile_data_storage: 16 bytes (from 32) overhead
normal
2014-07-26
1
-3
/
+1
*
rb_iseq_t: reduce to (280 bytes from 288 bytes) on 64-bit
normal
2014-07-26
1
-1
/
+1
*
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-07-25
1
-2
/
+1
*
compile.c: make the receiver condition cleaner
nobu
2014-07-25
1
-11
/
+4
*
compile.c: FCALL flag on AREF
nobu
2014-07-19
1
-1
/
+1
*
compile.c: private reader in op_assign
nobu
2014-07-19
1
-5
/
+6
*
vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bit
normal
2014-07-14
1
-4
/
+7
*
* compile.c (rb_iseq_compile_node): put start label of block after
ko1
2014-06-19
1
-1
/
+1
*
compile.c: use enum
nobu
2014-06-08
1
-2
/
+2
*
node.h: remove NODE_PRIVATE_RECV
nobu
2014-06-06
1
-1
/
+1
*
compile.c, parse.y: private op assign
nobu
2014-06-06
1
-13
/
+15
*
node.h: NODE_PRIVATE_RECV
nobu
2014-06-06
1
-4
/
+6
*
* compile.c (BUFSIZE): Unused macro removed.
akr
2014-05-11
1
-2
/
+0
*
compile.c: non-destructive keyword splat
nobu
2014-04-26
1
-0
/
+1
*
compile.c: use correct key for block when loading serialized iseqs
charliesome
2014-01-27
1
-1
/
+1
*
compile.c: assignment result of aset_with
nobu
2014-01-25
1
-3
/
+5
*
compile.c: mark fstring
nobu
2014-01-25
1
-0
/
+1
*
insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keys
tmm1
2014-01-10
1
-0
/
+39
*
compile.c: fix error by clang
nobu
2013-12-25
1
-1
/
+1
*
compile.c: unnamed keyword rest check
nobu
2013-12-25
1
-1
/
+1
*
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-20
1
-2
/
+2
*
compile.c: add opt_aset instruction for faster Hash#[]= and Array#[]=
tmm1
2013-12-11
1
-0
/
+5
*
* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,
charliesome
2013-12-09
1
-1
/
+1
[prev]
[next]