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
*
rb_funcallv
nobu
2016-07-29
1
-1
/
+1
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-10
/
+11
*
* iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseq
ko1
2016-07-13
1
-0
/
+3
*
* iseq.h (struct iseq_compile_data): use struct rb_id_table
naruse
2016-05-14
1
-3
/
+5
*
* compile.c (iseq_compile_each): share InlineCache during same
tarui
2016-05-11
1
-0
/
+4
*
remove rb_thread_t::base_block
nobu
2016-03-28
1
-14
/
+2
*
remove rb_thread_t::parse_in_eval
nobu
2016-03-28
1
-29
/
+38
*
suppress warning
nobu
2016-03-21
1
-1
/
+1
*
SyntaxError message at iseq compile
nobu
2016-03-19
1
-1
/
+3
*
iseq.h: coverage_enabled flag
nobu
2016-03-10
1
-1
/
+4
*
iseq.c: set coverage at once
nobu
2016-03-10
1
-4
/
+5
*
fstring early for internal iseq
normal
2016-01-26
1
-5
/
+8
*
iseq.c: mark parent iseq
nobu
2016-01-13
1
-4
/
+1
*
iseq.c: mark parents of wrapped iseq
nobu
2016-01-12
1
-0
/
+4
*
iseq.c: volatile only on gcc4.8
nobu
2016-01-08
1
-2
/
+2
*
iseq.c: make local variables volatile
nobu
2016-01-08
1
-12
/
+16
*
* iseq.c (rb_iseq_compile_with_option): move variable initialization
shugo
2016-01-08
1
-13
/
+7
*
iseq.c: suppress warnings
nobu
2015-12-28
1
-14
/
+8
*
iseq.c: narrow down protected region
nobu
2015-12-24
1
-30
/
+31
*
* enum.c: fix a typo in documentation.
hsbt
2015-12-14
1
-1
/
+1
*
iseq.c: use rb_check_funcall
nobu
2015-12-12
1
-5
/
+4
*
* iseq.c: rename methods
ko1
2015-12-09
1
-13
/
+13
*
add documentation for RubyVM::InstructionSequence#to_binary_format and RubyVM...
ko1
2015-12-09
1
-0
/
+11
*
make local symbols static
nobu
2015-12-08
1
-2
/
+2
*
* iseq.c (iseq_s_load): fix mysterious bug.
ko1
2015-12-08
1
-1
/
+1
*
* remove trailing spaces.
svn
2015-12-08
1
-1
/
+1
*
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
1
-47
/
+104
*
error.c: name_err_local_variables
nobu
2015-12-08
1
-0
/
+6
*
* iseq.c (iseq_load): disable peephole optimization option
ko1
2015-12-07
1
-0
/
+1
*
* iseq.c (iseq_translate): at the end of constructing an iseq,
ko1
2015-12-07
1
-3
/
+17
*
* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.
ko1
2015-12-02
1
-24
/
+15
*
* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() and
ko1
2015-12-02
1
-2
/
+2
*
* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-02
1
-4
/
+10
*
* iseq.h: introduce ISEQ_COMPILE_DATA() macro.
ko1
2015-12-02
1
-16
/
+16
*
iseq.h: rename member
nobu
2015-11-25
1
-3
/
+3
*
iseq.c (iseq_memsize): account for rb_call_cache entries
normal
2015-11-01
1
-0
/
+8
*
* iseq.c (make_compile_option_value): include frozen_string_literal*
ko1
2015-10-23
1
-1
/
+4
*
* ruby.c: introduce --enable-frozen-string-literal-debug option.
ko1
2015-10-23
1
-0
/
+1
*
iseq.c: list of keywords [Fix GH-1056]
nobu
2015-10-14
1
-1
/
+3
*
* iseq.c (rb_iseq_free): free iseq::variable_body to avoid memory
ko1
2015-10-05
1
-0
/
+1
*
fronzen-string-literal pragma
nobu
2015-09-27
1
-22
/
+34
*
* iseq.c (rb_iseq_free): free rb_iseq_t::body::cc_entries.
ko1
2015-09-19
1
-0
/
+1
*
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-19
1
-19
/
+29
*
* iseq.c: disable ISeq.load. It enabled accidentally at r51794.
ko1
2015-09-11
1
-1
/
+1
*
* vm_core.h: remove rb_call_info_t::blockiseq.
ko1
2015-09-08
1
-9
/
+2
*
* iseq.c (iseq_memsize): functions for wrapper object should have
ko1
2015-09-03
1
-3
/
+8
*
* vm_opts.h, iseq.c, iseq.h: add compile option to force frozen
ko1
2015-08-21
1
-0
/
+3
*
iseq.c (rb_iseq_mark): reduce NULL checks
normal
2015-08-14
1
-3
/
+3
*
iseq.c (iseq_memsize): reimplement for wrapper
normal
2015-08-12
1
-32
/
+80
*
iseq.c: fix type
nobu
2015-07-25
1
-5
/
+6
[next]