[cvs-nhc98] patch applied (hat): Change standard suffixes .hi and .o
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 07:00:22 EDT 2006
Wed Dec 6 06:28:26 PST 2000 malcolm
* Change standard suffixes .hi and .o
for tracing, to .T_hi and .T_o
for heap profiling, to .hi and .p_o
for time profiling, to .hi and .t_o
Both the compiler and hmake can now deal with these suffixes.
There is now no need for a separate directory to hold the tracing
versions of the .hi files for prelude and standard libraries.
Build-dependencies are now more accurate, because the .hi files
don't have to be removed and re-generated for tracing.
M ./src/compiler98/Flags.hs -4 +16
M ./src/compiler98/Import.hs -1 +1
M ./src/compiler98/OsOnly.hs -3 +6
M ./src/hattrans/Flags.hs -4 +16
M ./src/old/runtime/io.c -2 +9
More information about the Cvs-nhc98
mailing list