about summary refs log tree commit diff
path: root/src/rt/rust_stack.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-12 17:59:19 -0700
committerbors <bors@rust-lang.org>2013-08-12 17:59:19 -0700
commitd9492d72baa73082be91edf8acd6bb97747db3c9 (patch)
tree800800024633731da8320d0db2863c58961de764 /src/rt/rust_stack.cpp
parent59da4e0bc971f3435f6e8b29ed9447a02f21487d (diff)
parent88b89f84766930b1d6d7be1c558290c40e55d4ff (diff)
downloadrust-d9492d72baa73082be91edf8acd6bb97747db3c9.tar.gz
rust-d9492d72baa73082be91edf8acd6bb97747db3c9.zip
auto merge of #8450 : alexcrichton/rust/nopt-changes, r=graydon
Since the new runtime landed, the *-nopt builders have increased cycle time by roughly an hour. I have a feeling that this is because the entire runtime is in rust and it's not being optimized at all. In that past with an optimized C++ runtime it looks like things ran faster.

This adds the ability to disable optimizations in tests only, not for the entire compiler. This means that the entire compiler and associated libraries will be built with optimizations, but the tests themselves would be built and run without optimizations.

This isn't quite as good of a guarantee as disabling optimizations everywhere, but hopefully it'll improve cycle time for the *-nopt builds to move the queue along faster.


Diffstat (limited to 'src/rt/rust_stack.cpp')
0 files changed, 0 insertions, 0 deletions