Re: [perl #41788] [BUG] Real registers are limited to 2 digits
[email protected] (NotFound)
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
> 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