From c4e13cd1fa451327a756efc0c23bbbdbb9e7e1ae Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 25 Apr 2011 16:59:49 -0700 Subject: rustc: Use the abbreviated type names to avoid LLVM bitcode size explosion --- src/comp/middle/metadata.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/comp/middle/metadata.rs') 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 { -- cgit v1.2.3