summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/ChangeLog')
-rw-r--r--V8Binding/v8/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/V8Binding/v8/ChangeLog b/V8Binding/v8/ChangeLog
index ac364f7..83ebc02 100644
--- a/V8Binding/v8/ChangeLog
+++ b/V8Binding/v8/ChangeLog
@@ -1,3 +1,30 @@
+2009-07-13: Version 1.2.14
+
+ Added separate paged heap space for global property cells and
+ avoid updating the write barrier when storing into them.
+
+ Improved peep-hole optimization on ARM platforms by not emitting
+ unnecessary debug information.
+
+ Re-enabled ICs for loads and calls that skip a global object
+ during lookup through the prototype chain.
+
+ Allowed access through global proxies to use ICs.
+
+ Fixed issue 401.
+
+
+2009-07-09: Version 1.2.13
+
+ Fixed issue 397, issue 398, and issue 399.
+
+ Added support for breakpoint groups.
+
+ Fixed bugs introduced with the new global object representation.
+
+ Fixed a few bugs in the ARM code generator.
+
+
2009-07-06: Version 1.2.12
Added stack traces collection to Error objects accessible through