From c80cb14a50e07c8d6f2fb51ff2ab68039a8f3a28 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 5 Mar 1990 16:54:53 +0000 Subject: [PATCH] Brought up to date w.r.t. the new top-level functions. --- compiler/profile.lisp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/compiler/profile.lisp b/compiler/profile.lisp index 2c6e2f21b..9fdaead12 100644 --- a/compiler/profile.lisp +++ b/compiler/profile.lisp @@ -1,8 +1,7 @@ ;;; -*- Package: C -*- (in-package 'c) -(load "rm:timing.fasl") -(use-package 'timing) +(use-package "PROFILE") (profile ir1-top-level find-initial-dfo @@ -12,10 +11,13 @@ join-successor-if-possible ir1-optimize-block flush-dead-code - check-types + generate-type-checks + constraint-propagate environment-analyze gtn-analyze + control-analyze ltn-analyze + stack-analyze ir2-convert lifetime-pre-pass lifetime-flow-analysis -- GitLab