On 03/16/2010 06:58 PM, Stuart Brady wrote: > The tcg_reg_free() calls worry me slightly, but I assume they're safe...
Yeah, that one's rather gross. Since Aurelien's generic div/rem patch I could simply remove all that millicode stuff, including that tcg_reg_free, and let the generic code handle this instead. Which would get to the same millicode routine via one or two extra levels of indirection. Thoughts? r~