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
*
Create succ_index_table as a part of `iseq_setup`
Nobuyoshi Nakada
2020-04-15
1
-7
/
+1
*
Shrink diassembled result string
Nobuyoshi Nakada
2020-04-15
1
-1
/
+3
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-7
/
+7
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-0
/
+1
*
Move code to mark jit_unit's cc_entries to mjit.c
Takashi Kokubun
2020-03-12
1
-11
/
+1
*
Pin and inline cme in JIT-ed method calls
Takashi Kokubun
2020-03-11
1
-1
/
+2
*
Optimize away call data refs in JIT-ed method calls
Takashi Kokubun
2020-03-10
1
-1
/
+2
*
Eliminate unnecessary mjit_iseq_cc_entries calls
Takashi Kokubun
2020-02-26
1
-2
/
+3
*
Internalize rb_mjit_unit definition again
Takashi Kokubun
2020-02-26
1
-3
/
+2
*
should be initialize jit_unit->cc_entries.
Koichi Sasada
2020-02-25
1
-1
/
+3
*
check USE_MJIT
Koichi Sasada
2020-02-22
1
-0
/
+2
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-0
/
+17
*
VALUE size packed callinfo (ci).
Koichi Sasada
2020-02-22
1
-43
/
+41
*
this ternary operator is an undefined behaviour
卜部昌平
2020-02-06
1
-1
/
+6
*
Rename RUBY_MARK_NO_PIN_UNLESS_NULL to RUBY_MARK_MOVABLE_UNLESS_NULL
0x005c
2020-01-23
1
-1
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-9
/
+21
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-2
/
+2
*
vm_core.h (iseq_unique_id): prefer uintptr_t instead of unsigned long
Yusuke Endoh
2019-12-10
1
-1
/
+1
*
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
1
-1
/
+12
*
Revert "vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer"
Yusuke Endoh
2019-12-09
1
-3
/
+0
*
vm_args.c (rb_warn_check): Use iseq_unique_id instead of its pointer
Yusuke Endoh
2019-12-09
1
-0
/
+3
*
Introduce an "Inline IVAR cache" struct
Aaron Patterson
2019-12-05
1
-0
/
+2
*
make functions static
卜部昌平
2019-11-19
1
-2
/
+2
*
Clarify documentation for `InstructionSequence#compile`.
Samuel Williams
2019-11-19
1
-2
/
+14
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-10
/
+0
*
delete unused functions
卜部昌平
2019-11-14
1
-14
/
+0
*
Avoid top-level search for nested constant reference from nil in defined?
Dylan Thacker-Smith
2019-11-13
1
-6
/
+13
*
Support RB_BUILTIN in ISeq#to_a
Takashi Kokubun
2019-11-09
1
-0
/
+15
*
builtin.h must be included *AFTER* vm_core.h
Nobuyoshi Nakada
2019-11-08
1
-1
/
+1
*
support builtin features with Ruby and C.
Koichi Sasada
2019-11-08
1
-0
/
+11
*
Right size the compile option hash
Lourens Naudé
2019-10-29
1
-1
/
+1
*
Pin labels during disassembly
Aaron Patterson
2019-10-28
1
-4
/
+20
*
Combine call info and cache to speed up method invocation
Alan Wu
2019-10-24
1
-27
/
+18
*
avoid overflow in integer multiplication
卜部昌平
2019-10-09
1
-2
/
+5
*
iseq.c (rb_iseq_compile_on_base): Removed
Yusuke Endoh
2019-10-04
1
-20
/
+7
*
iseq.c (rb_iseq_compile_with_option): dummy parent_iseq for the parser
Yusuke Endoh
2019-10-04
1
-1
/
+8
*
Make parser_params have parent_iseq instead of base_block
Yusuke Endoh
2019-10-04
1
-1
/
+1
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-2
/
+2
*
Remove mark array
Aaron Patterson
2019-09-26
1
-4
/
+0
*
Scan the ISEQ arena for markables and mark them
Aaron Patterson
2019-09-26
1
-0
/
+3
*
Introduce a secondary arena
Aaron Patterson
2019-09-26
1
-3
/
+5
*
Extract allocation and free functions
Aaron Patterson
2019-09-26
1
-17
/
+30
*
Make Method/Proc#parameters handle **nil syntax
Jeremy Evans
2019-08-30
1
-0
/
+6
*
Constified local variable `translator`
Nobuyoshi Nakada
2019-08-30
1
-12
/
+5
*
Adjust indent [ci skip]
Nobuyoshi Nakada
2019-08-30
1
-26
/
+26
*
decouple compile.c usage of imemo_ifunc
卜部昌平
2019-08-27
1
-4
/
+6
*
Update moved objects in original_iseq
Alan Wu
2019-08-19
1
-0
/
+8
*
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-19
1
-2
/
+4
*
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-12
1
-8
/
+8
[next]