
2 Jul
2004
2 Jul
'04
3:19 a.m.
A short question regarding newtables.c: It looks like startBytes must immediately precede ints, same for startChars/chars. Is this really the case? If yes, it's just wishful thinking: Any decent C compiler should remove startFoo or is at least free to move it around... :-[ Code generated by nhc98 segfaults most of the time (nhc98 HEAD, iX86 gcc 3.3.3), and I'm currently having a look what might be the cause. Cheers, S.