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
/
iseq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* iseq.c (iseq_mark): skip some marking if iseq->orig is available.
ko1
2015-03-18
1
-8
/
+15
*
* fix namespace issue on singleton class expressions. [Bug #10943]
ko1
2015-03-06
1
-24
/
+1
*
compile.c: struct accessors
nobu
2014-12-17
1
-122
/
+0
*
iseq.c: default option
nobu
2014-12-17
1
-0
/
+1
*
iseq.c: absolute_path
nobu
2014-12-17
1
-5
/
+12
*
iseq.c: remove useless code
nobu
2014-12-16
1
-1
/
+0
*
iseq.c: struct accessors
nobu
2014-12-16
1
-28
/
+21
*
compile.c: wrap funcptr
nobu
2014-12-16
1
-1
/
+8
*
iseq.c: show function name if possible
nobu
2014-12-16
1
-1
/
+14
*
compile.c: check funcptr
nobu
2014-12-16
1
-0
/
+3
*
iseq.c: use caller location
nobu
2014-12-15
1
-4
/
+18
*
iseq.c: intermediate arrays
nobu
2014-12-15
1
-19
/
+27
*
* class.c (class_alloc): Strat from age == 2.
ko1
2014-12-11
1
-1
/
+1
*
struct.c: use iseqval
nobu
2014-12-10
1
-4
/
+4
*
struct: avoid all O(n) behavior on access
normal
2014-12-09
1
-0
/
+101
*
iseq.c: remove unused rb_iseq_new_with_bopt
normal
2014-12-05
1
-26
/
+10
*
mostly fix rb_iseq_load
normal
2014-12-03
1
-18
/
+38
*
iseq.c: avoid segfault on incomplete iseq
normal
2014-12-03
1
-5
/
+7
*
iseq.c: use lvar index
nobu
2014-12-02
1
-1
/
+1
*
iseq.c (iseq_data_to_ary): keep hidden variables
normal
2014-12-01
1
-1
/
+6
*
use 0 for reserved
nobu
2014-12-01
1
-1
/
+1
*
iseq.c (iseq_data_to_ary): add missing GC guard
normal
2014-11-27
1
-0
/
+1
*
iseq.c (iseq_s_compile_file): close IO when done
normal
2014-11-26
1
-0
/
+3
*
iseq.c: preserve encoding at disassembling
nobu
2014-11-23
1
-1
/
+1
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+1
*
* iseq.c (iseq_free): resolve memory leak.
ko1
2014-11-03
1
-1
/
+4
*
* iseq.c (iseq_memsize): catch up recent changes.
ko1
2014-11-03
1
-0
/
+4
*
* vm_core.h: change semantics of opt_num and opt_table.
ko1
2014-11-03
1
-7
/
+6
*
* vm_core.h: change iseq parameter data structure.
ko1
2014-11-02
1
-93
/
+79
*
* rewrite method/block parameter fitting logic to optimize
ko1
2014-11-02
1
-15
/
+25
*
symbol.c: rename rb_str_dynamic_intern
nobu
2014-10-14
1
-1
/
+1
*
iseq.c (rb_iseq_line_trace_each): explicit cast
normal
2014-10-01
1
-1
/
+3
*
iseq.c (rb_iseq_defined_string): trim redundant semi-colon
normal
2014-09-21
1
-1
/
+1
*
compile: translate iseq in-place
normal
2014-09-10
1
-20
/
+20
*
rb_iseq_location_t: change first_lineno type to VALUE
normal
2014-08-25
1
-2
/
+2
*
* iseq.c (rb_iseq_clone): Should not insert write barrier from
ko1
2014-08-15
1
-1
/
+1
*
symbols instead of IDs
nobu
2014-07-28
1
-24
/
+26
*
struct iseq_compile_data_storage: 16 bytes (from 32) overhead
normal
2014-07-26
1
-4
/
+2
*
rb_iseq_t: reduce to (280 bytes from 288 bytes) on 64-bit
normal
2014-07-26
1
-2
/
+3
*
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-07-25
1
-2
/
+1
*
* iseq.c (rb_iseq_defined_string): use rb_gc_mark_object() instead of
ko1
2014-07-16
1
-0
/
+1
*
vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bit
normal
2014-07-14
1
-9
/
+17
*
constify parameters
nobu
2014-06-18
1
-5
/
+5
*
iseq.c: linear search
nobu
2014-01-12
1
-24
/
+20
*
iseq.c: potential memory leak
nobu
2014-01-12
1
-0
/
+8
*
ruby/util.h: DECIMAL_SIZE_OF_BITS
nobu
2014-01-12
1
-1
/
+2
*
compile.c: unnamed keyword rest check
nobu
2013-12-25
1
-2
/
+4
*
iseq.c: fix parameter of unnamed rest keywords argument
nobu
2013-12-25
1
-4
/
+2
*
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-20
1
-25
/
+25
*
gc.c: promote long-lived NODE_CREF objects to oldgen
tmm1
2013-12-08
1
-3
/
+3
[next]