rustc: Bump the default interior vector size up to 64 bytes

This commit is contained in:
Patrick Walton 2011-06-11 19:42:48 -07:00
parent 182b933ac4
commit ac206068d9
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ const int closure_elt_target = 1;
const int closure_elt_bindings = 2;
const int closure_elt_ty_params = 3;
const uint ivec_default_size = 16u;
const uint ivec_default_size = 64u;
const uint ivec_elt_len = 0u;
const uint ivec_elt_alen = 1u;