comparison CHANGELOG.md @ 18816:972009398b30

Disable inlining across Truffle boundary by default.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 11 Jan 2015 02:39:07 +0100
parents aaff308f290c
children 5a21cac1968f
comparison
equal deleted inserted replaced
18815:c4469ca2a822 18816:972009398b30
7 ### Graal 7 ### Graal
8 * ... 8 * ...
9 9
10 ### Truffle 10 ### Truffle
11 * Added Node#deepCopy as primary method to copy ASTs. 11 * Added Node#deepCopy as primary method to copy ASTs.
12 * Disable inlining across Truffle boundary by default. New option TruffleInlineAcrossTruffleBoundary default false.
12 13
13 ### Truffle-DSL 14 ### Truffle-DSL
14 * All methods enclosed in a @TypeSystem must now be static. 15 * All methods enclosed in a @TypeSystem must now be static.
15 * All methods enclosed in generated type system classes are static. 16 * All methods enclosed in generated type system classes are static.
16 * Deprecated the public singleton used in the generated type system classes. 17 * Deprecated the public singleton used in the generated type system classes.