summaryrefslogtreecommitdiff
path: root/tools/lockercp
Commit message (Collapse)AuthorAgeFilesLines
* Remove tools/*{cp, _scala, _scalac}, and tools/*pickledJason Zaugg2013-10-281-4/+0
| | | | | | | | | | The scripts to fire up a compiler or REPL from build products have bitrotted just enough to get rid of them. They do not include the correct JLine, nor the scala modules. I've also removed showPickled and diffPickled which were based on these, and were also based on some code in ShowPickled that no longer exists since 48cc8b4.
* Updated tools/*cp scripts.Paul Phillips2012-06-061-7/+1
| | | | | To include the asm classes in some cases, and also to improve with my sadly now-greater knowledge of shell scripting.
* Some profiler changes.Paul Phillips2011-01-041-0/+10
after each phase, so all the allocations are partitionable by phase in the profiler. I also changed the name of -Yprofile-resident to -Yprofile-memory and had it snapshot after the run instead of between them, so it is usable for regular scalac usage as well. Added tools/profile_scalac which can be used as a drop-in replacement which handles some tedious setup. Review by dragos.