From: Guillermo J. Rozas Date: Thu, 14 May 1992 02:59:18 +0000 (+0000) Subject: Add a call to initialize-lap-linearizer! to phase/lap-generation. X-Git-Tag: 20090517-FFI~9404 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4dc3a738e193a0abcf2594492c72c237303ae7e2;p=mit-scheme.git Add a call to initialize-lap-linearizer! to phase/lap-generation. --- diff --git a/v7/src/compiler/base/toplev.scm b/v7/src/compiler/base/toplev.scm index ebe636748..4b26e988b 100644 --- a/v7/src/compiler/base/toplev.scm +++ b/v7/src/compiler/base/toplev.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.37 1991/12/02 18:46:57 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/toplev.scm,v 4.38 1992/05/14 02:59:18 jinx Exp $ -Copyright (c) 1988-91 Massachusetts Institute of Technology +Copyright (c) 1988-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -982,6 +982,7 @@ MIT in each case. |# (set! *interned-static-variables* '()) (set! *block-label* (generate-label)) (set! *external-labels* '()) + (initialize-lap-linearizer!) (if *procedure-result?* (generate-lap *rtl-graphs* '() (lambda (prefix environment-label free-ref-label n-sections)