Nick Glencross wrote:
A few new red splodges have appeared on the HP-UX smokes. In future
does it seem helpful if I investigate these?
I've just had a quick look at some of them now:
freeze_26/27: exposes a potential problem in the imcc optmiser which I
also see in valgrind on Linux. In try_allocate, mem_sys_allocate is
reserving space for 8 registers (in the latter test), but map_colours
is using register numbers beyond this range (I10/I12/N12) and hence
outside allocated memory.
coroutine_3: might have a problems with scratchpad memory allocation(?)
I'll log some bugs on this; it's more professional...
Cheers,
Nick