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
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_insnhelper.c
Age
Commit message (
Expand
)
Author
2023-12-01
Make expandarray compaction safe
Peter Zhu
2023-11-28
Fix cache incoherency for ME resolved through VM_METHOD_TYPE_REFINED
Alan Wu
2023-11-23
vm_setivar_slowpath: only optimize T_OBJECT
Jean Boussier
2023-11-15
vm_setivar_slowpath: improve bug error message
Jean Boussier
2023-11-13
Revert "Revert "Remove SHAPE_CAPACITY_CHANGE shapes""
Peter Zhu
2023-11-10
Revert "Remove SHAPE_CAPACITY_CHANGE shapes"
Peter Zhu
2023-11-09
Remove SHAPE_CAPACITY_CHANGE shapes
Peter Zhu
2023-11-03
Use shape capacity transitions for generic ivars
Peter Zhu
2023-11-03
vm_getivar: assume the cached shape_id like have a common ancestor
Jean Boussier
2023-11-02
Fix vm_getivar to handle module with TOO_COMPLEX shape
Jean Boussier
2023-10-31
Add ST table to gen_ivtbl for complex shapes
Peter Zhu
2023-10-31
Handle running out of shapes in `Object#dup`
Jean Boussier
2023-10-24
Use available constants
Aaron Patterson
2023-10-13
YJIT: Fallback opt_getconstant_path for const_missing (#8623)
Takashi Kokubun
2023-09-22
[Bug #19896]
Adam Hess
2023-09-14
YJIT: Plug native stack overflow
Alan Wu
2023-08-17
YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)
Maxime Chevalier-Boisvert
2023-08-10
YJIT: Implement checkmatch instruction (#8203)
Takashi Kokubun
2023-08-08
YJIT: Compile exception handlers (#8171)
Takashi Kokubun
2023-08-01
support `rescue` event for TracePoint
Koichi Sasada
2023-07-31
use inline cache for refinements
Koichi Sasada
2023-07-31
`calling->cd` instead of `calling->ci`
Koichi Sasada
2023-07-31
mark `cc->cme_` if it is for `super`
Koichi Sasada
2023-07-26
Implement `opt_aref_with` instruction (#8118)
ywenc
2023-07-24
YJIT: Fallback send instructions to vm_sendish (#8106)
Takashi Kokubun
2023-07-17
Remove __bp__ and speed-up bmethod calls (#8060)
Alan Wu
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-06-27
Stop allocating unused backref strings at `defined?`
Nobuyoshi Nakada
2023-06-05
Add missing write barrier
eileencodes
2023-06-05
Revert "Revert "Fix cvar caching when class is cloned""
eileencodes
2023-06-01
Revert "Fix cvar caching when class is cloned"
Aaron Patterson
2023-06-01
Fix cvar caching when class is cloned
eileencodes
2023-05-20
`rb_bug` prints a newline after the message
Nobuyoshi Nakada
2023-05-18
Add Fiber#kill, similar to Thread#kill. (#7823)
Samuel Williams
2023-04-26
`klass == (VALUE)NULL` --> `!klass`
Gary Tou
2023-04-26
defined zsuper: Handle NULL superclass for `BasicObject`
Gary Tou
2023-04-25
Optimize method_missing calls
Jeremy Evans
2023-04-25
Optimize symproc calls
Jeremy Evans
2023-04-25
Optimize send calls
Jeremy Evans
2023-04-25
Optimize cfunc calls for f(*a) and f(*a, **kw) if kw is empty
Jeremy Evans
2023-04-25
Speed up calling iseq bmethods
Jeremy Evans
2023-04-25
Generalize cfunc large array splat fix to fix many additional cases raising S...
Jeremy Evans
2023-04-18
Implement opt_newarray_send in YJIT
Aaron Patterson
2023-04-18
Emit special instruction for array literal + .(hash|min|max)
Aaron Patterson
2023-04-16
Move RCLASS_CLONED to rb_classext_struct
Peter Zhu
2023-03-23
`vm_call_single_noarg_inline_builtin`
Koichi Sasada
2023-03-20
Use an st table for "too complex" objects
Aaron Patterson
2023-03-14
YJIT: Implement throw instruction (#7491)
Takashi Kokubun
2023-03-11
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-11
Support multiple attributes with Primitive.attr!
Takashi Kokubun
[next]