Next Previous Up Top Contents Index

4.7 Environment options: the Options structure

4.7.2 The Compiler structure

structure Compiler:     
    sig
      val generateDebugInfo: bool option
      val generateTraceProfileCode: bool option
      val generateVariableDebugInfo: bool option
      val interruptTightLoops: bool option
      val optimizeHandlers: bool option
      val optimizeLeaffns: bool option
      val optimizeSelfTailCalls: bool option
      val optimizeTailCalls: bool option
      val printCompilerMessages: bool option
    end

generateDebugInfo
generateTraceProfileCode
generateVariableDebugInfo
interruptTightLoops
optimizeHandlers
optimizeLeaffns
optimizeSelfTailCalls
optimizeTailCalls
printCompilerMessages

MLWorks Reference Manual version 2.0 - 29 Jul 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker