Comments only (on Activation)
authorsimonpj@microsoft.com <unknown>
Fri, 5 Dec 2008 10:01:39 +0000 (10:01 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 5 Dec 2008 10:01:39 +0000 (10:01 +0000)
compiler/basicTypes/BasicTypes.lhs

index 8fcf5ca..70a9312 100644 (file)
@@ -566,8 +566,8 @@ data Activation = NeverActive
 data InlineSpec
   = Inline 
        Activation      -- Says during which phases inlining is allowed
 data InlineSpec
   = Inline 
        Activation      -- Says during which phases inlining is allowed
-       Bool            -- True <=> make the RHS look small, so that when inlining
-                       --          is enabled, it will definitely actually happen
+       Bool            -- True  <=> INLINE
+                       -- False <=> NOINLINE
   deriving( Eq )
 
 defaultInlineSpec, alwaysInlineSpec, neverInlineSpec :: InlineSpec
   deriving( Eq )
 
 defaultInlineSpec, alwaysInlineSpec, neverInlineSpec :: InlineSpec