| Index: ChangeLog
|
| ===================================================================
|
| --- ChangeLog (revision 8778)
|
| +++ ChangeLog (working copy)
|
| @@ -1,3 +1,89 @@
|
| +2011-08-01: Version 3.5.2
|
| +
|
| + Performance improvements on all platforms.
|
| +
|
| +
|
| +2011-07-28: Version 3.5.1
|
| +
|
| + Fixed setting the readonly flag on the prototype property using the
|
| + API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
|
| +
|
| + Changed the tools/test.py script to use d8 instead of shell for
|
| + testing.
|
| +
|
| + Fixed crash in ToBooleanStub when GC happens during invocation.
|
| +
|
| + Enabled automatic unboxing of double arrays.
|
| +
|
| + Performance improvements on all platforms.
|
| +
|
| +
|
| +2011-07-25: Version 3.5.0
|
| +
|
| + Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
|
| + proxies.
|
| +
|
| + Removed logging to memory support.
|
| +
|
| + Bugfixes and performance work.
|
| +
|
| +
|
| +2011-07-20: Version 3.4.14
|
| +
|
| + Fix the debugger for strict-mode functions. (Chromium issue 89236)
|
| +
|
| + Add GetPropertyAttribute method for Object in the API. (Patch by
|
| + Peter Varga)
|
| +
|
| + Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
|
| +
|
| +
|
| +2011-07-18: Version 3.4.13
|
| +
|
| + Improved debugger support to allow inspection of optimized frames (issue
|
| + 1140).
|
| +
|
| + Fixed a bug in prototype transitions cache clearing introduced by r8165.
|
| +
|
| + Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
|
| +
|
| + Fixed a memory leak in sample/shell.cc (dispose semaphores).
|
| +
|
| + Simplified HClampToUint8. Patch by Andy Wingo.
|
| +
|
| + Exposed APIs for detecting boxed primitives, native errors. Patch by
|
| + Luke Zarko.
|
| +
|
| + Added map check for COW elements to crankshaft array handling code
|
| + (issue 1560).
|
| +
|
| + Sample shell and (a light version of) D8 links against a shared library
|
| + now.
|
| +
|
| + Fixed bug in array filter and reduce functions (issue 1559).
|
| +
|
| + Avoid TLS load in AstNode constructor.
|
| +
|
| + Introduced a random entropy source which can optionally be provided at
|
| + initialization. (Chromium issue 89462).
|
| +
|
| +
|
| +2011-07-13: Version 3.4.12
|
| +
|
| + Added --prof profiling option to d8 shell.
|
| +
|
| + Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
|
| +
|
| + Fixed a potential assertion failure in const declarations.
|
| +
|
| + Fixed an assertion failure in descriptor arrays (issue 1526).
|
| +
|
| + Enabled fast thread-local storage by default on supported platforms.
|
| +
|
| + Improved reporting of source position for global variable loads
|
| + (issue 1527).
|
| +
|
| +
|
| 2011-07-11: Version 3.4.11
|
|
|
| Fixed MinGW32 build.
|
|
|