• dearblue's avatar
    Improved `Class#new` method · 33792c2a
    dearblue authored
    The number of registers used is reduced.
    
    Also, previously `R6` and` R7` were used, which exceeded the limit of `new_irep.nregs = 6`.
    This could cause the VM stack to overrun.
    33792c2a
class.c 77.1 KB