Following up on scala/scala@4c7127d9acb1e0bae6f14a6b40019a535d057112,
this commit moves the instrumentation logic out of the compiler project.
This has huge benefits as it will allows us to fix instrumentation bugs
without having to wait for a new release of the compiler.
This can be merged only after https://github.com/scala/scala/pull/1504 is merged and a new Scala 2.9.3 SNAPSHOT is produced, or the worksheet for Scala 2.9 won't build.
review by @dragos
Following up on scala/scala@4c7127d9acb1e0bae6f14a6b40019a535d057112, this commit moves the instrumentation logic out of the compiler project.
This has huge benefits as it will allows us to fix instrumentation bugs without having to wait for a new release of the compiler.
This can be merged only after https://github.com/scala/scala/pull/1504 is merged and a new Scala 2.9.3 SNAPSHOT is produced, or the worksheet for Scala 2.9 won't build.