Skip to content

Commit ac20606

Browse files
committed
rustc: Bump the default interior vector size up to 64 bytes
1 parent 182b933 commit ac20606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/back/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const int closure_elt_target = 1;
6666
const int closure_elt_bindings = 2;
6767
const int closure_elt_ty_params = 3;
6868

69-
const uint ivec_default_size = 16u;
69+
const uint ivec_default_size = 64u;
7070

7171
const uint ivec_elt_len = 0u;
7272
const uint ivec_elt_alen = 1u;

0 commit comments

Comments
 (0)