aboutsummaryrefslogtreecommitdiff
path: root/src/comp/middle/metadata.rs
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-04-25 16:59:49 -0700
committerPatrick Walton <[email protected]>2011-04-25 17:00:25 -0700
commitc4e13cd1fa451327a756efc0c23bbbdbb9e7e1ae (patch)
treeda2c6ec1d2c28e316ee97df032c615bb92ad2de4 /src/comp/middle/metadata.rs
parentKick ty_var and ty_local entries out of the type store. Pre-compute presence ... (diff)
downloadrust-c4e13cd1fa451327a756efc0c23bbbdbb9e7e1ae.tar.xz
rust-c4e13cd1fa451327a756efc0c23bbbdbb9e7e1ae.zip
rustc: Use the abbreviated type names to avoid LLVM bitcode size explosion
Diffstat (limited to 'src/comp/middle/metadata.rs')
-rw-r--r--src/comp/middle/metadata.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/comp/middle/metadata.rs b/src/comp/middle/metadata.rs
index fee92395..bd1d5253 100644
--- a/src/comp/middle/metadata.rs
+++ b/src/comp/middle/metadata.rs
@@ -45,9 +45,8 @@ const uint tag_index_table = 0x15u;
// Type encoding
// Compact string representation for ty.t values. API ty_str & parse_from_str.
-// (The second has to be authed pure.) Extra parameters are for converting
-// to/from def_ids in the string rep. Whatever format you choose should not
-// contain pipe characters.
+// Extra parameters are for converting to/from def_ids in the string rep.
+// Whatever format you choose should not contain pipe characters.
mod Encode {