aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTLgenproof.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-10-27 09:23:19 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-10-27 09:23:19 +0000
commitb54721f58c2ecb65ce554d8b34f214d5121a2b0c (patch)
tree01bc71f3e5e6b1681dac76de97ab925e005cc2c4 /backend/RTLgenproof.v
parent63cc20f9ddb18bebae523c46438abdf2a4b140d4 (diff)
downloadcompcert-kvx-b54721f58c2ecb65ce554d8b34f214d5121a2b0c.tar.gz
compcert-kvx-b54721f58c2ecb65ce554d8b34f214d5121a2b0c.zip
Various algorithmic improvements that reduce compile times (thanks Alexandre Pilkiewicz):
- Lattice: preserve sharing in "combine" operation - Kildall: use splay heaps (lib/Heaps.v) for node sets - RTLgen: add a "nop" before loops so that natural enumeration of nodes coincides with (reverse) postorder - Maps: add PTree.map1 operation, use it in RTL and LTL. - Driver: increase minor heap size git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1543 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/RTLgenproof.v')
-rw-r--r--backend/RTLgenproof.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/RTLgenproof.v b/backend/RTLgenproof.v
index b49b671a..24f8c1a7 100644
--- a/backend/RTLgenproof.v
+++ b/backend/RTLgenproof.v
@@ -1069,7 +1069,7 @@ Proof.
inv H2. eapply IHs2; eauto.
(* loop *)
intros. inversion H1; subst.
- eapply IHs; eauto. econstructor; eauto.
+ eapply IHs; eauto. econstructor; eauto. econstructor; eauto.
(* block *)
intros. inv H1.
eapply IHs; eauto. econstructor; eauto.
@@ -1216,6 +1216,7 @@ Proof.
left. apply plus_one. eapply exec_Inop; eauto.
econstructor; eauto.
econstructor; eauto.
+ econstructor; eauto.
(* block *)
inv TS.