At 1:22 PM +0200 4/22/04, Leopold Toetsch wrote:
Dan Sugalski wrote:
... (I'd like to avoid 30 minute compile sessions--it's a tad tedious :)

Should be faster now by some factor.

Cool, thanks. I've an optimized build of parrot going now, and I'll see what things look like when it's dine.


How many symbols are in the biggest compilation unit (parrot -v "registers in .imc")?

Dunno what parrot thinks--it's not done yet. grep says 569 .locals and 473 temp PMC registers. ($Px) I think that can reasonably be considered A Lot. I'm rejigging the compiler to cut down on the number of .local declarations, but that'll increase the temp pmc usage, at least with the relatively simple temp system I've got now. (I can throw dummy labels in to create fake basic blocks if that'll help the register coloring code)
--
Dan


--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to