rust/src/comp/back
Marijn Haverbeke e58c48bdda Optimize += [x] into a simple push operation
This is a preparation for making vectors always-on-the-heap again,
which would cause way too much malloc traffic for this idiom. I will
add an efficient std::vec::push in the future, and migrate += [x] to
that instead.

Reduces compiler code size by 3%
2011-08-24 13:57:27 +02:00
..
abi.rs Add skeleton of copy glue that actually copies 2011-08-22 11:41:49 +02:00
link.rs Replace &ty::t with ty::t throughout the compiler 2011-08-22 14:06:17 +02:00
upcall.rs Optimize += [x] into a simple push operation 2011-08-24 13:57:27 +02:00
x86.rs Reformat for new syntax 2011-07-27 15:54:33 +02:00