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

Unified Diff: ChangeLog

Issue 13091: Preparing to push to trunk. (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 907)
+++ ChangeLog (working copy)
@@ -1,9 +1,43 @@
-2008-11-26: Version 0.4.4.1
+2008-12-03: Version 0.4.5
+ Added experimental API support for allocating V8 symbols as
+ external strings.
+
+ Fixed bugs in debugging support on ARM.
+
+ Completed keyed inline cache implementation for ARM.
Christian Plesner Hansen 2008/12/03 13:12:42 No need to mention this.
+
+ Changed eval implementation to correctly detect whether or not a
+ call to eval is aliased.
+
+ Fixed bug caused by a combination of the compilation cache and
+ dictionary probing in native code. The bug caused us to sometimes
+ call functions that had not yet been compiled.
+
+ Added platform support for FreeBSD.
+
+ Added support for building V8 on Windows with either the shared or
+ static version of MSVCRT
+
Added the v8::jscre namespace around the jscre functions to avoid
link errors (duplicate symbols) when building Google Chrome.
+ Added support for calling a JavaScript function with the current
+ debugger execution context as its argument to the debugger
+ interface.
+ Changed the type of names of counters from wchar_t to char.
+
+ Changed the Windows system call used to compute daylight savings
+ time. The system call that we used to use became four times
+ slower on WinXP SP3.
+
+ Added support in the d8 developer shell for memory-mapped counters
+ and added a stats-viewer tool.
+
+ Fixed bug in upper/lower case mappings (issue 149).
+
+
2008-11-17: Version 0.4.4
Reduced code size by using shorter instruction encoding when
« 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