From 52ea5b868a93b2c36a0682594938ada4cdc0b435 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 8 May 1998 21:58:38 +0000 Subject: [PATCH] refinements to calling convention, ad hoc optimizations and primitive inlining original commit: 979a3270e0eea63dfe933fd47dcf1f54488cb7a9 --- collects/compiler/sig.ss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/compiler/sig.ss b/collects/compiler/sig.ss index 8b258781aa..9d6a3c42a1 100644 --- a/collects/compiler/sig.ss +++ b/collects/compiler/sig.ss @@ -15,9 +15,12 @@ ; the public names of loaded extensions ; default = "" - use-mrspidey ; #t => analyze with MrSpidey + use-mrspidey ; #t => whole-program analyze with MrSpidey ; default = #f + use-mrspidey-for-units ; #t => per-unit analyze with MrSpidey + ; default = #f + clean-intermediate-files ; #t => keep intermediate .c/.o files ; default = #f