diff 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
line wrap: on
line diff
--- a/CHANGELOG.md	Sun Jan 11 00:00:37 2015 +0100
+++ b/CHANGELOG.md	Sun Jan 11 02:39:07 2015 +0100
@@ -9,6 +9,7 @@
 
 ### Truffle
 * Added Node#deepCopy as primary method to copy ASTs.
+* Disable inlining across Truffle boundary by default. New option TruffleInlineAcrossTruffleBoundary default false.
 
 ### Truffle-DSL
 * All methods enclosed in a @TypeSystem must now be static.