General

Profile

tenderlovemaking (Aaron Patterson)

Issues

open closed Total
Assigned issues 5 152 157
Reported issues 25 129 154

Projects

Project Roles Registered on
Ruby Committer 03/25/2010
Backport187 Committer 06/18/2013
Backport191 Committer 10/05/2011
Backport192 Committer 10/05/2011
Backport193 Committer 10/05/2011
Backport200 Committer 02/17/2013
Backport21 Committer 12/21/2013
Backport22 Committer 12/19/2014
Ruby 1.8 Committer 10/05/2011
Ruby master Committer 11/13/2009

Like

Activity

06/29/2024

05:25 PM Ruby master Revision a2c27bae (git): [YJIT] Don't expand kwargs on forwarding
Similarly to splat arrays, we shouldn't expand splat kwargs.
[ruby-core:118401]
tenderlovemaking (Aaron Patterson)

06/26/2024

08:01 PM Ruby master Revision 4cbc41d5 (git): [YJIT] Fix block and splat handling when forwarding
This commit fixes splat and block handling when calling in to a
forwarding iseq. In the case of a splat we need to a...
tenderlovemaking (Aaron Patterson)

06/20/2024

06:16 AM Ruby master Revision 0e1182f9 (git): [ruby/fiddle] Remove Vim commands
(https://github.com/ruby/fiddle/pull/140)
Some of these commands just don't work (for example `sws` is not a Vim
set...
tenderlovemaking (Aaron Patterson)

06/18/2024

04:51 PM Ruby master Feature #20425 (Closed): Optimize forwarding callers and callees
tenderlovemaking (Aaron Patterson)
04:28 PM Ruby master Revision cfc5646c (git): fix allocation assertions
tenderlovemaking (Aaron Patterson)
04:28 PM Ruby master Revision a25dd5b1 (git): Set a fast path for forwardable iseqs
tenderlovemaking (Aaron Patterson)
04:28 PM Ruby master Revision cc97a270 (git): Add two new instructions for forwarding calls
This commit adds `sendforward` and `invokesuperforward` for forwarding
parameters to calls
Co-authored-by: Matt Vale...
tenderlovemaking (Aaron Patterson)
04:28 PM Ruby master Revision a661c829 (git): Refactor so we don't have _cd
This should make the diff more clean tenderlovemaking (Aaron Patterson)
04:28 PM Ruby master Revision e5160a9c (git): Mark the class on orphan call caches
"super" CC's are "orphans", meaning there is no class CC table that
points at them. Since they are orphans, we shoul...
tenderlovemaking (Aaron Patterson)
04:28 PM Ruby master Revision 4b04da1e (git): Deconstruct ci in one place
Putting these calls next to each other lets the compiler combine "packed
ci" checks
tenderlovemaking (Aaron Patterson)

Also available in: Atom