rustc: Change the default interior vector length to 4 per science

This commit is contained in:
Patrick Walton 2011-06-15 14:14:33 -07:00
parent a77180f4f5
commit 6c8e94f397

View File

@ -104,7 +104,7 @@ const int closure_elt_bindings = 2;
const int closure_elt_ty_params = 3;
const uint ivec_default_length = 8u;
const uint ivec_default_length = 4u;
const uint ivec_elt_len = 0u;