Patrick Walton
|
c2f28e231f
|
stdlib: Remove the now-obsolete vec::alloc_len in favor of vec::capacity
|
2012-03-29 08:57:34 -07:00 |
|
Patrick Walton
|
166d14e42d
|
stdlib: Actually increase arena chunk sizes by powers of two
|
2012-03-29 08:41:26 -07:00 |
|
Patrick Walton
|
b210c7ad97
|
stdlib: Allow the fast path of arena allocation to be CCI'd. 15% improvement on binary-trees.
|
2012-03-29 08:41:26 -07:00 |
|
Patrick Walton
|
1d25594657
|
rustc: Add a vec::alloc_len and fix arena logic to use it
|
2012-03-29 08:41:26 -07:00 |
|
Patrick Walton
|
5ce3d35f41
|
rustc: Don't zero out arena chunks with vec::from_elem; that's slow because it calls the glue.
|
2012-03-29 08:41:25 -07:00 |
|
Patrick Walton
|
6f0cbf4cd4
|
stdlib: Fix a pointer mistake in arenas
|
2012-03-29 08:41:25 -07:00 |
|
Niko Matsakis
|
cce2751461
|
Adjust arena definition to be compatible with placement new
|
2012-03-21 05:46:31 -07:00 |
|
Patrick Walton
|
ba39e277e2
|
stdlib: Implement arenas
|
2012-03-20 19:08:17 -07:00 |
|