Changes between Version 1 and Version 2 of Commentary/Compiler/IfaceFiles
- Timestamp:
- 08/02/07 23:23:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/IfaceFiles
v1 v2 17 17 * The strictness, arity, and unfolding of exported functions. This is crucial for cross-module optimisation; but it is only included when you compile with {{{-O}}}. 18 18 19 The contents of an interface file is the result of serialising the '''{{{IfaceSyn}}}''' family of data types. The data types are in [[GhcFile(compiler/iface/IfaceSyn )]] and [[GhcFile(compiler/iface/IfaceType)]]; the binary serialisation code is in [[GhcFile(compiler/iface/BinIface)]].19 The contents of an interface file is the result of serialising the '''{{{IfaceSyn}}}''' family of data types. The data types are in [[GhcFile(compiler/iface/IfaceSyn.lhs)]] and [[GhcFile(compiler/iface/IfaceType.lhs)]]; the binary serialisation code is in [[GhcFile(compiler/iface/BinIface.hs)]].
