From 0cf899b3370ba480e3e62b5d94e771822ffeb978 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Tue, 20 Nov 1990 18:35:10 +0000 Subject: [PATCH] Updated for save optimization and copy propagation. --- compiler/profile.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/profile.lisp b/compiler/profile.lisp index 52496bab2..a1f73cd47 100644 --- a/compiler/profile.lisp +++ b/compiler/profile.lisp @@ -20,6 +20,7 @@ ltn-analyze stack-analyze ir2-convert + copy-propagate select-representations lifetime-pre-pass lifetime-flow-analysis @@ -29,8 +30,9 @@ pack-wired-tn pack-tn - pack-targeting-tns pack-load-tns + assign-tn-costs + optimized-emit-saves emit-saves generate-code -- GitLab