When my work build finally becomes fully operational, there are some things I want to try with SCons source.
- actually read through the svn trunk, there are some funky test and xml files in there I haven't poked at.
- psyco optimize for speed. this is one slow mofo when it starts up. It gets mentioned on the list a few times, but I haven't seen a complete implementation or any tuning.
- rip out python pre python 2.4 legacy code. seriously, how long do you carry backwards compat?
- an interesting post on the users list regarding use of python 2.5 classes as a 5% performance gain.
- simplify creating tools for data pipelines. as a game developer tech artist monkey, I almost never want to make code into binaries.
- integrate this baby with buildbot. With buildbot and -j, I might explode.
Leave a comment