diff options
| author | Graydon Hoare <[email protected]> | 2011-03-28 18:04:52 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-28 18:07:29 -0700 |
| commit | 540d29f6417c5008d987f874696670ebb3ef8d27 (patch) | |
| tree | fb5469533084454044b768752e43a436f7af9112 /src/comp/rustc.rc | |
| parent | rustc: Parse types in external metadata (diff) | |
| download | rust-540d29f6417c5008d987f874696670ebb3ef8d27.tar.xz rust-540d29f6417c5008d987f874696670ebb3ef8d27.zip | |
Move all allocas to dedicated basic block at top of function, to keep frames finite. Un-comment next size in nbody.rs.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 2 insertions, 0 deletions
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; |