summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2009-05-13 15:11:55 +0000
committerIulian Dragos <jaguarul@gmail.com>2009-05-13 15:11:55 +0000
commit1b9f19f08560f324aee6632643ec2bd1187dec1a (patch)
treefec0c59aa0f6ea02035886623b365f2efda4b012 /build.xml
parent62d0a710573fa6bf0d7fcac30c9df1a8b843b3d1 (diff)
downloadscala-1b9f19f08560f324aee6632643ec2bd1187dec1a.tar.gz
scala-1b9f19f08560f324aee6632643ec2bd1187dec1a.tar.bz2
scala-1b9f19f08560f324aee6632643ec2bd1187dec1a.zip
Various improvements to the optimiser: more agg...
Various improvements to the optimiser: more aggresive inlining for monad methods, bytecode reading in more cases, better copy propagation during closure elimination.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 080a53e693..7efe28bf72 100644
--- a/build.xml
+++ b/build.xml
@@ -1636,7 +1636,7 @@ TEST AND DISTRIBUTION BUNDLE (ALL)
<target name="all.done" depends="dist.done, test.done"/>
- <target name="all.clean" depends="locker.clean, docs.clean, dist.clean"/>
+ <target name="all.clean" depends="locker.clean, docs.clean, dist.clean, optimised.clean"/>
<!-- ===========================================================================
STABLE REFERENCE (STARR)