[cvs-nhc98] cvs commit: nhc98/src/runtime/Kernel newtables.c
Sven Panne
panne at glass.cse.ogi.edu
Fri Jul 2 15:00:30 EDT 2004
panne 2004/07/02 12:00:30 PDT
Modified files:
src/runtime/Kernel newtables.c
Log:
OK, this seems to be the end of nhc98's cunning memory layout: gcc 3.3.3
legitimately reshuffles the arrangement of the arrays (alphabetically?), so we
must not make any assumptions about their order. This is probably only the
beginning of the whole story...
NOTE: We should really abstract from the magic constants 10 (for ints) and 1
(for chars), but I was too lazy to do that now.
Revision Changes Path
1.5 +6 -8 nhc98/src/runtime/Kernel/newtables.c
More information about the Cvs-nhc98
mailing list