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
*
Move `catch_except_p` to `compile_data`
eileencodes
2023-04-11
1
-1
/
+0
*
Remove unused VM_CALL_BLOCKISEQ flag
Takashi Kokubun
2023-04-01
1
-1
/
+0
*
`vm_call_single_noarg_inline_builtin`
Koichi Sasada
2023-03-23
1
-8
/
+47
*
Remove obsoleted functions in rjit.c
Takashi Kokubun
2023-03-07
1
-1
/
+1
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-4
/
+4
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-3
/
+3
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-1
/
+1
*
Store MJIT blocks on each ISEQ
Takashi Kokubun
2023-03-05
1
-2
/
+2
*
Invalidate everything on GC.compact
Takashi Kokubun
2023-03-05
1
-1
/
+1
*
Fix spelling (#7389)
John Bampton
2023-02-27
1
-1
/
+1
*
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-09
1
-1
/
+1
*
Rename iseq_mark_and_update to iseq_mark_and_move
Peter Zhu
2023-02-08
1
-2
/
+2
*
Pass through `line_offset` argument correctly (but it was always 0). (#7177)
Samuel Williams
2023-01-27
1
-1
/
+1
*
Ensure main file has default coverage if required. (#7169)
Samuel Williams
2023-01-22
1
-2
/
+11
*
Make all of the references of iseq movable
Peter Zhu
2023-01-20
1
-20
/
+15
*
Combine code paths for marking cc
Peter Zhu
2023-01-19
1
-7
/
+19
*
Add rb_gc_mark_and_move and implement on iseq
Peter Zhu
2023-01-19
1
-161
/
+72
*
ci in iseq can only be object or null
Peter Zhu
2023-01-19
1
-2
/
+2
*
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-06
1
-19
/
+6
*
Fix crash when RGENGC_CHECK_MODE=2
Peter Zhu
2022-12-04
1
-8
/
+10
*
return early if there is no is_entries buffer
Aaron Patterson
2022-12-03
1
-0
/
+8
*
Use consistent style [ci skip]
Nobuyoshi Nakada
2022-12-02
1
-1
/
+2
*
Free the IV table after estimation
Aaron Patterson
2022-11-22
1
-0
/
+2
*
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-22
1
-0
/
+39
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-2
/
+2
*
push dummy frame for loading process
Koichi Sasada
2022-10-20
1
-0
/
+6
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
1
-12
/
+2
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
1
-2
/
+12
*
Add `eval: true/false` flag to `Coverage.setup`.
Samuel Williams
2022-09-29
1
-3
/
+5
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
1
-12
/
+2
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
1
-9
/
+7
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
1
-7
/
+9
*
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
1
-3
/
+3
*
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-26
1
-16
/
+15
*
Extract common code for coverage setup.
Samuel Williams
2022-09-25
1
-13
/
+19
*
Enable coverage for eval.
Samuel Williams
2022-09-22
1
-1
/
+12
*
Remove rb_iseq_each
John Hawthorn
2022-09-01
1
-33
/
+0
*
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
1
-77
/
+63
*
Convert catch_except_t to stdbool
Takashi Kokubun
2022-08-25
1
-1
/
+1
*
Simplify around `USE_YJIT` macro (#6240)
Nobuyoshi Nakada
2022-08-15
1
-3
/
+3
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-2
/
+2
*
Add "rb_" prefixes to toplevel enum definitions
Yusuke Endoh
2022-07-22
1
-10
/
+10
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-757
/
+757
*
Separate TS_IVC and TS_ICVARC in is_entries buffers
Jemma Issroff
2022-07-18
1
-4
/
+15
*
Simplify BLSR code
Nobuyoshi Nakada
2022-07-08
1
-1
/
+1
*
Remove ISEQ_MARKABLE_ISEQ flag
Aaron Patterson
2022-07-07
1
-41
/
+41
*
Use iseq bitmap when updating references
Aaron Patterson
2022-06-29
1
-88
/
+12
*
Move function to `static inline` so we don't have leaked globals
Aaron Patterson
2022-06-29
1
-20
/
+0
*
Fix ISeq dump / load in array cases
Aaron Patterson
2022-06-29
1
-2
/
+24
*
iseq.c: Use ntz_intptr for faster bitmap scan
Jean Boussier
2022-06-25
1
-16
/
+12
[next]