index
:
ruby.git
master
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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iseq.c
Age
Commit message (
Expand
)
Author
2023-09-01
Copy compile options from AST directly without intermediate Hash
Nobuyoshi Nakada
2023-09-01
Copy `rb_compile_option_t` only if needed
Nobuyoshi Nakada
2023-09-01
Use macro argument not the variable directly
Nobuyoshi Nakada
2023-08-30
Update YARP APIs to handle uint8_t
Kevin Newton
2023-08-29
Compile more YARP node types (#8322)
Jemma Issroff
2023-08-29
[YARP] Compile basic types (#8311)
Jemma Issroff
2023-08-28
Add yarp/yarp_compiler.c (#8042)
Jemma Issroff
2023-08-25
Move SCRIPT_LINES__ away from parse.y
Nobuyoshi Nakada
2023-08-01
support `rescue` event for TracePoint
Koichi Sasada
2023-07-28
`cc->cme` should not be marked.
Ruby
2023-07-27
Clean up OPT_STACK_CACHING (#8132)
Takashi Kokubun
2023-06-30
Don't check for null pointer in calls to free
Peter Zhu
2023-06-17
Replace parser & node compile_option from Hash to bit field
yui-knk
2023-06-12
[Feature #19719] Universal Parser
yui-knk
2023-05-23
Move `ruby_node_name` to node.c and rename prefix of the function
yui-knk
2023-04-11
Move `catch_except_p` to `compile_data`
eileencodes
2023-04-01
Remove unused VM_CALL_BLOCKISEQ flag
Takashi Kokubun
2023-03-23
`vm_call_single_noarg_inline_builtin`
Koichi Sasada
2023-03-07
Remove obsoleted functions in rjit.c
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-05
Store MJIT blocks on each ISEQ
Takashi Kokubun
2023-03-05
Invalidate everything on GC.compact
Takashi Kokubun
2023-02-27
Fix spelling (#7389)
John Bampton
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-08
Rename iseq_mark_and_update to iseq_mark_and_move
Peter Zhu
2023-01-27
Pass through `line_offset` argument correctly (but it was always 0). (#7177)
Samuel Williams
2023-01-22
Ensure main file has default coverage if required. (#7169)
Samuel Williams
2023-01-20
Make all of the references of iseq movable
Peter Zhu
2023-01-19
Combine code paths for marking cc
Peter Zhu
2023-01-19
Add rb_gc_mark_and_move and implement on iseq
Peter Zhu
2023-01-19
ci in iseq can only be object or null
Peter Zhu
2022-12-06
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-04
Fix crash when RGENGC_CHECK_MODE=2
Peter Zhu
2022-12-03
return early if there is no is_entries buffer
Aaron Patterson
2022-12-02
Use consistent style [ci skip]
Nobuyoshi Nakada
2022-11-22
Free the IV table after estimation
Aaron Patterson
2022-11-22
Increment max_iv_count on class based on number of set_iv in initialize (#6788)
Jemma Issroff
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-29
Add `eval: true/false` flag to `Coverage.setup`.
Samuel Williams
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Rework vm_core to use `int first_lineno` struct member.
Samuel Williams
2022-09-26
Rework `first_lineno` to be `int`.
Samuel Williams
2022-09-25
Extract common code for coverage setup.
Samuel Williams
[next]