From 108f1bd33afde322c65ca768080e67ea4171ea75 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 10 Mar 1991 18:26:04 +0000
Subject: [PATCH] Merged the times for the pack phases into a single number. 
 Similarly, merged the lifetime analysis phases.

---
 compiler/profile.lisp | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/compiler/profile.lisp b/compiler/profile.lisp
index a1f73cd47..50e3f2918 100644
--- a/compiler/profile.lisp
+++ b/compiler/profile.lisp
@@ -22,19 +22,24 @@
 	 ir2-convert
 	 copy-propagate
 	 select-representations
+
+	 lifetime-analyze
+#|
 	 lifetime-pre-pass
 	 lifetime-flow-analysis
 	 reset-current-conflict
 	 lifetime-post-pass
+|#
 	 delete-unreferenced-tns
-
+	 pack
+#|
 	 pack-wired-tn
 	 pack-tn
 	 pack-load-tns
 	 assign-tn-costs
 	 optimized-emit-saves
 	 emit-saves
-
+|#
 	 generate-code
 	 fasl-dump-component
 	 clear-ir2-info
-- 
GitLab