patch applied (hat): Hat: Do not store import lists in the ModInfo table for a module.
10 Oct
2006
10 Oct
'06
11:01 a.m.
Fri Mar 16 02:42:57 PST 2001 malcolm * Hat: Do not store import lists in the ModInfo table for a module. Storing import references forces the linker to add every single Prelude function into the final executable. We no longer use the import tables to find functions and adjust their trustedness at runtime, so carrying the dead code is no longer necessary. For the moment, the import list is still part of the C struct ModInfo, but in this change, we always fill it with a null list at compile time. M ./src/compiler98/DbgDumpSRIDTable.hs -1 +1 M ./src/compiler98/DbgDumpSRIDTableC.hs -1 +2
7026
Age (days ago)
7026
Last active (days ago)
0 comments
1 participants
participants (1)
-
Malcolm Wallace