mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RJIT: Support rest args
This commit is contained in:
parent
87dc06ed24
commit
a077b7e36b
5 changed files with 150 additions and 3 deletions
|
@ -27,7 +27,7 @@ module RubyVM::RJIT
|
|||
CFP = :r15
|
||||
SP = :rbx
|
||||
|
||||
# Scratch registers: rax, rcx
|
||||
# Scratch registers: rax, rcx, rdx
|
||||
|
||||
# Mark objects in this Array during GC
|
||||
GC_REFS = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue