aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Reloadtyping.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-16 16:51:42 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-16 16:51:42 +0000
commit707b6a1ae9660b13cf6f68c7c0ce74017f5981c5 (patch)
tree166a21d507612d60db40737333ddec5003fc81aa /backend/Reloadtyping.v
parente44df4563f1cb893ab25b2a8b25d5b83095205be (diff)
downloadcompcert-707b6a1ae9660b13cf6f68c7c0ce74017f5981c5.tar.gz
compcert-707b6a1ae9660b13cf6f68c7c0ce74017f5981c5.zip
Assorted changes to reduce stack and heap requirements when compiling very big functions.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2151 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/Reloadtyping.v')
-rw-r--r--backend/Reloadtyping.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Reloadtyping.v b/backend/Reloadtyping.v
index c0051399..70d79bcb 100644
--- a/backend/Reloadtyping.v
+++ b/backend/Reloadtyping.v
@@ -317,6 +317,7 @@ Lemma wt_transf_code:
Proof.
induction c; simpl; intros.
red; simpl; tauto.
+ rewrite transf_code_cons.
apply wt_transf_instr; auto with coqlib.
apply IHc. red; auto with coqlib.
Qed.