Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: ChangeLog

Issue 42556: Preparing push of version 1.1.2 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
===================================================================
--- ChangeLog (revision 1589)
+++ ChangeLog (working copy)
@@ -1,3 +1,32 @@
+2009-03-24: Version 1.1.2
+
+ Improved frame merge code generated by the code generator.
+
+ Optimized String.prototype.replace.
+
+ Implemented __defineGetter__ and __defineSetter__ for properties
+ with integer keys on non-array objects.
+
+ Improved debugger and profiler support.
+
+ Fixed a number of portability issues to allow compilation for
+ smaller ARM devices.
+
+ Exposed object cloning through the API.
+
+ Implemented hidden properties. This is used to expose an identity
+ hash for objects through the API.
+
+ Implemented restarting of regular expressions if their input
+ string changes representation during preemption.
+
+ Optimized the creation of nested object and array literals.
+
+ Fixed a code generator bug that could cause assignments in loops
+ to be ignored if using continue to break out of the loop (issue
+ 284).
+
+
2009-03-12: Version 1.1.1
Fixed an assertion in the new compiler to take stack overflow
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698