[perl #41788] [BUG] Real registers are limited to 2 digits

NotFound julian.notfound at gmail.com
Mon Dec 1 08:20:48 UTC 2008


> Currently, IMCC still has a 2-digit limit for PASM registers.
> I think we can easily extend this to any number, as long as it fits in
> an INTVAL.

Last time I checked, register allocator and some other imcc parts used
unsigned char for register numbers in several places.

-- 
Salu2


More information about the parrot-dev mailing list