summaryrefslogtreecommitdiff
path: root/deps/v8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/ChangeLog')
-rw-r--r--deps/v8/ChangeLog158
1 files changed, 0 insertions, 158 deletions
diff --git a/deps/v8/ChangeLog b/deps/v8/ChangeLog
index 52601a467..7c435c8b6 100644
--- a/deps/v8/ChangeLog
+++ b/deps/v8/ChangeLog
@@ -1,161 +1,3 @@
-2012-12-10: Version 3.15.11
-
- Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
- flags.
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-07: Version 3.15.10
-
- Enabled optimisation of functions inside eval. (issue 2315)
-
- Fixed spec violations in methods of Number.prototype. (issue 2443)
-
- Added GCTracer metrics for a scavenger GC for DOM wrappers.
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-06: Version 3.15.9
-
- Fixed candidate eviction in code flusher.
- (Chromium issue 159140)
-
- Iterate through all arguments for side effects in Math.min/max.
- (issue 2444)
-
- Fixed spec violations related to regexp.lastIndex
- (issue 2437, issue 2438)
-
- Performance and stability improvements on all platforms.
-
-
-2012-12-04: Version 3.15.8
-
- Enforced stack allocation of TryCatch blocks.
- (issue 2166,chromium:152389)
-
- Fixed external exceptions in external try-catch handlers.
- (issue 2166)
-
- Activated incremental code flushing by default.
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-30: Version 3.15.7
-
- Activated code aging by default.
-
- Included more information in --prof log.
-
- Removed eager sweeping for lazy swept spaces. Try to find in
- SlowAllocateRaw a bounded number of times a big enough memory slot.
- (issue 2194)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-26: Version 3.15.6
-
- Ensure double arrays are filled with holes when extended from
- variations of empty arrays. (Chromium issue 162085)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-23: Version 3.15.5
-
- Fixed JSON.stringify for objects with interceptor handlers.
- (Chromium issue 161028)
-
- Fixed corner case in x64 compare stubs. (issue 2416)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-16: Version 3.15.4
-
- Fixed Array.prototype.join evaluation order. (issue 2263)
-
- Perform CPU sampling by CPU sampling thread only iff processing thread
- is not running. (issue 2364)
-
- When using an Object as a set in Object.getOwnPropertyNames, null out
- the proto. (issue 2410)
-
- Disabled EXTRA_CHECKS in Release build.
-
- Heap explorer: Show representation of strings.
-
- Removed 'type' and 'arguments' properties from Error object.
- (issue 2397)
-
- Added atomics implementation for ThreadSanitizer v2.
- (Chromium issue 128314)
-
- Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-13: Version 3.15.3
-
- Changed sample shell to send non-JS output (e.g. errors) to stderr
- instead of stdout.
-
- Correctly check for stack overflow even when interrupt is pending.
- (issue 214)
-
- Collect stack trace on stack overflow. (issue 2394)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-12: Version 3.15.2
-
- Function::GetScriptOrigin supplies sourceURL when script name is
- not available. (Chromium issue 159413)
-
- Made formatting error message side-effect-free. (issue 2398)
-
- Fixed length check in JSON.stringify. (Chromium issue 160010)
-
- ES6: Added support for Set and Map clear method (issue 2400)
-
- Fixed slack tracking when instance prototype changes.
- (Chromium issue 157019)
-
- Fixed disabling of code flusher while marking. (Chromium issue 159140)
-
- Added a test case for object grouping in a scavenger GC (issue 2077)
-
- Support shared library build of Android for v8.
- (Chromium issue 158821)
-
- ES6: Added support for size to Set and Map (issue 2395)
-
- Performance and stability improvements on all platforms.
-
-
-2012-11-06: Version 3.15.1
-
- Put incremental code flushing behind a flag. (Chromium issue 159140)
-
- Performance and stability improvements on all platforms.
-
-
-2012-10-31: Version 3.15.0
-
- Loosened aligned code target requirement on ARM (issue 2380)
-
- Fixed JSON.parse to treat leading zeros correctly.
- (Chromium issue 158185)
-
- Performance and stability improvements on all platforms.
-
-
2012-10-22: Version 3.14.5
Killed off the SCons based build.