comparison CHANGELOG.md @ 16407:9575add7149c

Truffle: new option TraceTruffleCompilationCallTree which prints the inlined call tree just before compilation.
author Christian Humer <christian.humer@gmail.com>
date Fri, 04 Jul 2014 18:56:54 +0200
parents 4481cf549cfc
children 3f9ec3220077
comparison
equal deleted inserted replaced
16406:ed91068c8af5 16407:9575add7149c
8 * ResolvedJavaType.resolveMethod now takes a context type used to perform access checks. It now works correctly regarding default methods. 8 * ResolvedJavaType.resolveMethod now takes a context type used to perform access checks. It now works correctly regarding default methods.
9 * Removed Java based compilation queue (CompilationQueue.java). 9 * Removed Java based compilation queue (CompilationQueue.java).
10 * Enabled use of separate class loader (via -XX:+UseGraalClassLoader) for classes loaded from graal.jar to hide them from application classes. 10 * Enabled use of separate class loader (via -XX:+UseGraalClassLoader) for classes loaded from graal.jar to hide them from application classes.
11 11
12 ### Truffle 12 ### Truffle
13 * New flag -G:+TraceTruffleCompilationCallTree to print the tree of inlined calls before compilation.
13 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`) 14 * `truffle.jar`: strip out build-time only dependency into a seperated JAR file (`truffle-dsl-processor.jar`)
14 * New flag -G:+TraceTruffleCompilationAST to print the AST before compilation. 15 * New flag -G:+TraceTruffleCompilationAST to print the AST before compilation.
15 * ... 16 * ...
16 17
17 ## Version 0.3 18 ## Version 0.3