RJIT: Support rest args

This commit is contained in:
Takashi Kokubun 2023-04-01 21:52:35 -07:00
parent 87dc06ed24
commit a077b7e36b
5 changed files with 150 additions and 3 deletions

View file

@ -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 = []