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

Unified Diff: ChangeLog

Issue 13385: Prepare pushing new v8 version to trunk (now working on version 0.4.7). (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years 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 966)
+++ ChangeLog (working copy)
@@ -1,3 +1,25 @@
+2008-12-11: Version 0.4.6
+
+ Fixed exception reporting bug where certain exceptions were
+ incorrectly reported as uncaught.
+
+ Improved the memory allocation strategy used during compilation to
+ make running out of memory when compiling huge scripts less
+ likely.
+
+ Optimized String.replace by avoiding the construction of certain
+ sub strings.
+
+ Fixed bug in code generation for large switch statements on ARM.
+
+ Fixed bug that caused V8 to change the global object template
+ passed in by the user.
+
+ Changed the API for creating object groups used during garbage
+ collection. Entire object groups are now passed to V8 instead of
+ individual members of the groups.
+
+
2008-12-03: Version 0.4.5
Added experimental API support for allocating V8 symbols as
« 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