Hi, > While a lot of tests are failing because of unsupported compiler options such > as advancedTelemetry
Advanced telemetry should be relatively easy to add (and quite useful) ,I add it to the existing compc compiler and basically it's just flag in the swf header. > or ASDoc generation. That's probably going to be a little harder, the current solution is a mess of XML and HTML templates, XML style sheets, and Java code that's not that straight forward to modified. It wouldn't be easy to port across. Out of interest is there any performance tests in there? Would be interesting to know if you getter better performance (esp on Java 1.8). Thanks, Justin
