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

Unified Diff: ChangeLog

Issue 4272: Update version string and ChangeLog. We are now working on version (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 3 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 371)
+++ ChangeLog (working copy)
@@ -1,3 +1,27 @@
+2008-09-25: Version 0.3.3
+
+ Improved handling of relocation information to enable more
+ peep-hole optimizations.
+
+ Optimized switch statements where all labels are constant small
+ integers.
+
+ Optimized String.prototype.indexOf for common cases.
+
+ Fixed more build issues (issue 80).
+
+ Fixed a couple of profiler issues.
+
+ Fixed bug where the body of a function created using the Function
+ constructor was not allowed to end with a single-line comment
+ (issue 85).
+
+ Improved handling of object literals by canonicalizing object
+ literal maps. This will allow JSON objects with the same set of
+ properties to share the same map making inline caching work better
+ for JSON objects.
+
+
2008-09-17: Version 0.3.2
Generalized the EvalCache into a CompilationCache and enabled it
« 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