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-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
2023-03-08
Add defined_ivar instruction
Ole Friis Østergaard
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
Remove obsoleted MJIT_HEADER macro
Takashi Kokubun
2023-03-06
Remove obsoleted MJIT_STATIC macro
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-05
Invalidate blocks on constant IC updates
Takashi Kokubun
2023-03-05
Fix broken rebase
Takashi Kokubun
2023-03-06
Change bytecode of `f(*a, **kw)`
Koichi Sasada
2023-03-03
[Bug #19469] Fix crash when resizing generic iv list
Peter Zhu
2023-03-03
Fix indentation in vm_setivar_default
Peter Zhu
2023-02-15
Refactor / document instance variable debug counters
Aaron Patterson
[next]