From 540d29f6417c5008d987f874696670ebb3ef8d27 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 28 Mar 2011 18:04:52 -0700 Subject: Move all allocas to dedicated basic block at top of function, to keep frames finite. Un-comment next size in nbody.rs. --- src/comp/rustc.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/comp/rustc.rc') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index f331eba0..174fdcfa 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -48,8 +48,10 @@ auth front.creader.get_type = impure; auth front.creader.impure_no_op = impure; auth middle.metadata = unsafe; auth middle.trans = unsafe; +auth middle.trans.copy_any_self_to_alloca = impure; auth middle.trans.copy_args_to_allocas = impure; auth middle.trans.trans_block = impure; +auth middle.trans.alloc_ty = impure; auth lib.llvm = unsafe; auth pretty.pprust = impure; -- cgit v1.2.3