diff CHANGELOG.md @ 14172:cd22c8dbda4f

Made graph caching compilation local
author Doug Simon <doug.simon@oracle.com>
date Thu, 13 Mar 2014 15:36:30 +0100
parents be0d961e3a88
children 2e90d9a9a677
line wrap: on
line diff
--- a/CHANGELOG.md	Thu Mar 13 14:48:01 2014 +0100
+++ b/CHANGELOG.md	Thu Mar 13 15:36:30 2014 +0100
@@ -3,7 +3,8 @@
 ## `tip`
 ### Graal
 * New methods for querying memory usage of individual objects and object graphs in Graal API (MetaAccessProvider#getMemorySize, MetaUtil#getMemorySizeRecursive).
-* ...
+* New (tested) invariant that equality comparisons for JavaType/JavaMethod/JavaField values use .equals() instead of '=='.
+* Made graph caching compilation-local.
 
 ### Truffle
 * ...