blob: b5b442336eec6b6af7958ed5ffcf7ed321bbec69 [file] [log] [blame]
Steve Block44f0eee2011-05-26 01:26:41 +010012011-03-30: Version 3.2.6
2
3 Fixed xcode build warning in shell.cc (out of order initialization).
4
5 Fixed null-pointer dereference in the compiler when running without
6 SSE3 support (Chromium issue 77654).
7
8 Fixed x64 compilation error due to some dead code. (Issue 1286)
9
10 Introduced scons target to build the preparser stand-alone example.
11
12 Made FreeBSD build and pass all tests.
13
14
152011-03-28: Version 3.2.5
16
17 Fixed build with Irregexp interpreter (issue 1266).
18
19 Added Crankshaft support for external arrays.
20
21 Fixed two potential crash bugs.
22
23
242011-03-23: Version 3.2.4
25
26 Added isolates which allows several V8 instances in the same process.
27 This is controlled through the new Isolate class in the API.
28
29 Implemented more of EcmaScript 5 strict mode.
30
31 Reduced the time it takes to make detailed heap snapshot.
32
33 Added a number of commands to the ARM simulator and enhanced the ARM
34 disassembler.
35
36
372011-03-17: Version 3.2.3
38
39 Fixed a number of crash bugs.
40
41 Fixed Array::New(length) to return an array with a length (issue 1256).
42
43 Fixed FreeBSD build.
44
45 Changed __defineGetter__ to not throw (matching the behavior of Safari).
46
47 Implemented more of EcmaScript 5 strict mode.
48
49 Improved Crankshaft performance on all platforms.
50
51
522011-03-14: Version 3.2.2
53
54 Fixed a number of crash and correctness bugs.
55
56 Improved Crankshaft performance on all platforms.
57
58 Fixed Crankshaft on Solaris/Illumos.
59
60
612011-03-10: Version 3.2.1
62
63 Fixed a number of crash bugs.
64
65 Improved Crankshaft for x64 and ARM.
66
67 Implemented more of EcmaScript 5 strict mode.
68
69
Ben Murdoche0cee9b2011-05-25 10:26:03 +0100702011-03-07: Version 3.2.0
71
72 Fixed a number of crash bugs.
73
74 Turned on Crankshaft by default on x64 and ARM.
75
76 Improved Crankshaft for x64 and ARM.
77
78 Implemented more of EcmaScript 5 strict mode.
79
80
812011-03-02: Version 3.1.8
82
83 Fixed a number of crash bugs.
84
85 Improved Crankshaft for x64 and ARM.
86
87 Implemented more of EcmaScript 5 strict mode.
88
89 Fixed issue with unaligned reads and writes on ARM.
90
91 Improved heap profiler support.
92
93
942011-02-28: Version 3.1.7
95
96 Fixed a number of crash bugs.
97
98 Improved Crankshaft for x64 and ARM.
99
100 Fixed implementation of indexOf/lastIndexOf for sparse
101 arrays (http://crbug.com/73940).
102
103 Fixed bug in map space compaction (http://crbug.com/59688).
104
105 Added support for direct getter accessors calls on ARM.
106
107
1082011-02-24: Version 3.1.6
109
110 Fixed a number of crash bugs.
111
112 Added support for Cygwin (issue 64).
113
114 Improved Crankshaft for x64 and ARM.
115
116 Added Crankshaft support for stores to pixel arrays.
117
118 Fixed issue in CPU profiler with Crankshaft.
119
120
1212011-02-16: Version 3.1.5
122
123 Change RegExp parsing to disallow /(*)/.
124
125 Added GDB JIT support for ARM.
126
127 Fixed several crash bugs.
128
129 Performance improvements on the IA32 platform.
130
131
Steve Block1e0659c2011-05-24 12:43:12 +01001322011-02-14: Version 3.1.4
133
134 Fixed incorrect compare of prototypes of the global object (issue
135 1082).
136
137 Fixed a bug in optimizing calls to global functions (issue 1106).
138
139 Made optimized Function.prototype.apply safe for non-JSObject first
140 arguments (issue 1128).
141
142 Fixed an error related to element accessors on Object.prototype and
143 parser errors (issue 1130).
144
145 Fixed a bug in sorting an array with large array indices (issue 1131).
146
147 Properly treat exceptions thrown while compiling (issue 1132).
148
149 Fixed bug in register requirements for function.apply (issue 1133).
150
151 Fixed a representation change bug in the Hydrogen graph construction
152 (issue 1134).
153
154 Fixed the semantics of delete on parameters (issue 1136).
155
156 Fixed a optimizer bug related to moving instructions with side effects
157 (issue 1138).
158
159 Added support for the global object in Object.keys (issue 1150).
160
161 Fixed incorrect value for Math.LOG10E
162 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
163
164 Performance improvements on the IA32 platform.
165
166 Implement assignment to undefined reference in ES5 Strict Mode.
167
168
1692011-02-09: Version 3.1.3
170
171 Fixed a bug triggered by functions with huge numbers of declared
172 arguments.
173
174 Fixed zap value aliasing a real object - debug mode only (issue 866).
175
176 Fixed issue where Array.prototype.__proto__ had been set to null
177 (issue 1121).
178
179 Fixed stability bugs in Crankshaft for x86.
180
181
1822011-02-07: Version 3.1.2
183
184 Added better security checks when accessing properties via
185 Object.getOwnPropertyDescriptor.
186
187 Fixed bug in Object.defineProperty and related access bugs (issues
188 992, 1083 and 1092).
189
190 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
191 copyright notice generation for embedders.
192
193
1942011-02-02: Version 3.1.1
195
196 Perform security checks before fetching the value in
197 Object.getOwnPropertyDescriptor.
198
199 Fixed a bug in Array.prototype.splice triggered by passing no
200 arguments.
201
202 Fixed bugs in -0 in arithmetic and in Math.pow.
203
204 Fixed bugs in the register allocator and in switching from optimized
205 to unoptimized code.
206
207
2082011-01-31: Version 3.1.0
209
210 Performance improvements on all platforms.
211
212
2132011-01-28: Version 3.0.12
214
215 Added support for strict mode parameter and object property
216 validation.
217
218 Fixed a couple of crash bugs.
219
220
2212011-01-25: Version 3.0.11
222
223 Fixed a bug in deletion of lookup slots that could cause global
224 variables to be accidentally deleted (http://crbug.com/70066).
225
226 Added support for strict mode octal literal verification.
227
228 Fixed a couple of crash bugs (issues 1070 and 1071).
229
230
2312011-01-24: Version 3.0.10
232
233 Fixed External::Wrap for 64-bit addresses (issue 1037).
234
235 Fixed incorrect .arguments variable proxy handling in the full
236 code generator (issue 1060).
237
238 Introduced partial strict mode support.
239
240 Changed formatting of recursive error messages to match Firefox and
241 Safari (issue http://crbug.com/70334).
242
243 Fixed incorrect rounding for float-to-integer conversions for external
244 array types, which implement the Typed Array spec
245 (issue http://crbug.com/50972).
246
247 Performance improvements on the IA32 platform.
248
249
Ben Murdochb8e0da22011-05-16 14:20:40 +01002502011-01-19: Version 3.0.9
251
252 Added basic GDB JIT Interface integration.
253
254 Make invalid break/continue statements a syntax error instead of a
255 runtime error.
256
257
2582011-01-17: Version 3.0.8
259
260 Exposed heap size limit to the heap statistics gathered by
261 the GetHeapStatistics API.
262
263 Wrapped external pointers more carefully (issue 1037).
264
265 Hardened the implementation of error objects to avoid setters
266 intercepting the properties set then throwing an error.
267
268 Avoided trashing the FPSCR when calculating Math.floor on ARM.
269
270 Performance improvements on the IA32 platform.
271
272
2732011-01-10: Version 3.0.7
Ben Murdoch086aeea2011-05-13 15:57:08 +0100274
275 Stopped calling inherited setters when creating object literals
276 (issue 1015).
277
278 Changed interpretation of malformed \c? escapes in RegExp to match
279 JSC.
280
281 Enhanced the command-line debugger interface and fixed some minor
282 bugs in the debugger.
283
284 Performance improvements on the IA32 platform.
285
286
Ben Murdochb8e0da22011-05-16 14:20:40 +01002872011-01-05: Version 3.0.6
Steve Block9fac8402011-05-12 15:51:54 +0100288
Ben Murdoch086aeea2011-05-13 15:57:08 +0100289 Allowed getters and setters on JSArray elements (issue 900).
Steve Block9fac8402011-05-12 15:51:54 +0100290
291 Stopped JSON objects from hitting inherited setters (part of
Ben Murdoch086aeea2011-05-13 15:57:08 +0100292 issue 1015).
Steve Block9fac8402011-05-12 15:51:54 +0100293
294 Allowed numbers and strings as names of getters/setters in object
Ben Murdoch086aeea2011-05-13 15:57:08 +0100295 initializer (issue 820).
Steve Block9fac8402011-05-12 15:51:54 +0100296
297 Added use_system_v8 option to gyp (off by default), to make it easier
298 for Linux distributions to ship with system-provided V8 library.
299
Ben Murdoch086aeea2011-05-13 15:57:08 +0100300 Exported external array data accessors (issue 1016).
Steve Block9fac8402011-05-12 15:51:54 +0100301
302 Added labelled thread names to help with debugging (on Linux).
303
304
3052011-01-03: Version 3.0.5
306
307 Fixed a couple of cast errors for gcc-3.4.3.
308
309 Performance improvements in GC and IA32 code generator.
310
311
Ben Murdochb0fe1622011-05-05 13:52:32 +01003122010-12-21: Version 3.0.4
313
314 Added Date::ResetCache() to the API so that the cached values in the
315 Date object can be reset to allow live DST / timezone changes.
316
317 Extended existing support for printing (while debugging) the contents
318 of objects. Added support for printing objects from release builds.
319
320 Fixed V8 issues 989, 1006, and 1007.
321
322
3232010-12-17: Version 3.0.3
324
325 Reapplied all changes for version 3.0.1.
326
327 Improved debugger protocol for remote debugging.
328
329 Added experimental support for using gyp to generate build files
330 for V8.
331
332 Fixed implementation of String::Write in the API (issue 975).
333
334
3352010-12-15: Version 3.0.2
336
337 Revert version 3.0.1 and patch 3.0.1.1.
338
339
3402010-12-13: Version 3.0.1
341
342 Added support for an experimental internationalization API as an
343 extension. This extension is disabled by default but can be enabled
344 when building V8. The ECMAScript internationalization strawman is
345 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
346
347 Made RegExp character class parsing stricter. This mirrors a change
348 to RegExp parsing in WebKit.
349
350 Fixed a bug in Object.defineProperty when used to change attributes
351 of an existing property. It incorrectly set the property value to
352 undefined (issue 965).
353
354 Fixed several different compilation failures on various platforms
355 caused by the 3.0.0 release.
356
357 Optimized Math.pow so it can work on unboxed doubles.
358
359 Sped up quoting of JSON strings by removing one traversal of the
360 string.
361
362
3632010-12-07: Version 3.0.0
364
365 Improved performance by (partially) addressing issue 957 on
366 IA-32. Still needs more work for the other architectures.
367
368
Shimeng (Simon) Wang8a31eba2010-12-06 19:01:33 -08003692010-11-29: Version 2.5.9
370
371 Fixed crashes during GC caused by partially initialize heap
372 objects.
373
374 Fixed bug in process sample that caused memory leaks.
375
376 Improved performance on ARM by implementing missing stubs and
377 inlining.
378
379 Improved heap profiler support.
380
381 Added separate seeding on Windows of the random number generator
382 used internally by the compiler (issue 936).
383
384 Exposed API for getting the name of the function used to construct
385 an object.
386
387 Fixed date parser to handle one and two digit millisecond
388 values (issue 944).
389
390 Fixed number parsing to disallow space between sign and
391 digits (issue 946).
392
393
3942010-11-23: Version 2.5.8
395
396 Removed dependency on Gay's dtoa.
397
398 Improved heap profiler precision and speed.
399
400 Reduced overhead of callback invocations on ARM.
401
402
4032010-11-18: Version 2.5.7
404
405 Fixed obscure evaluation order bug (issue 931).
406
407 Split the random number state between JavaScript and the private API.
408
409 Fixed performance bug causing GCs when generating stack traces on
410 code from very large scripts.
411
412 Fixed bug in parser that allowed (foo):42 as a labelled statement
413 (issue 918).
414
415 Provide more accurate results about used heap size via
416 GetHeapStatistics.
417
418 Allow build-time customization of the max semispace size.
419
420 Made String.prototype.split honor limit when separator is empty
421 (issue 929).
422
423 Added missing failure check after expecting an identifier in
424 preparser (Chromium issue 62639).
425
426
Russell Brenner90bac252010-11-18 13:33:46 -08004272010-11-10: Version 2.5.6
428
429 Added support for VFP rounding modes to the ARM simulator.
430
431 Fixed multiplication overflow bug (issue 927).
432
433 Added a limit for the amount of executable memory (issue 925).
434
435
Teng-Hui Zhu3e5fa292010-11-09 16:16:48 -08004362010-11-08: Version 2.5.5
437
438 Added more aggressive GC of external objects in near out-of-memory
439 situations.
440
441 Fixed a bug that gave the incorrect result for String.split called
442 on the empty string (issue 924).
443
444
4452010-11-03: Version 2.5.4
446
447 Improved V8 VFPv3 runtime detection to address issue 914.
448
449
4502010-11-01: Version 2.5.3
451
452 Fixed a bug that prevents constants from overwriting function values
453 in object literals (issue 907).
454
455 Fixed a bug with reporting of impossible nested calls of DOM functions
456 (issue http://crbug.com/60753).
457
458
John Reck59135872010-11-02 12:39:01 -07004592010-10-27: Version 2.5.2
460
461 Improved sampler resolution on Linux.
462
463 Allowed forcing the use of a simulator from the build script
464 independently of the host architecture.
465
Ben Murdoch086aeea2011-05-13 15:57:08 +0100466 Fixed FreeBSD port (issue 912).
John Reck59135872010-11-02 12:39:01 -0700467
468 Made windows-tick-processor respect D8_PATH.
469
470 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
471
472
Ben Murdochf87a2032010-10-22 12:50:53 +01004732010-10-20: Version 2.5.1
474
475 Fixed bug causing spurious out of memory exceptions
476 (issue http://crbug.com/54580).
477
478 Fixed compilation error on Solaris platform (issue 901).
479
480 Fixed error in strtod (string to floating point number conversion)
481 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
482
483 Adjusted randomized allocations of executable memory to have 64k
484 granularity (issue http://crbug.com/56036).
485
486 Supported profiling using kernel perf_events on linux. Added ll_prof
487 script to tools and --ll-prof flag to V8.
488
489
4902010-10-18: Version 2.5.0
491
492 Fixed bug in cache handling of lastIndex on global regexps
493 (issue http://crbug.com/58740).
494
495 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
496 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
Ben Murdochb0fe1622011-05-05 13:52:32 +0100497 from Hewlett-Packard Development Company, LP).
Ben Murdochf87a2032010-10-22 12:50:53 +0100498
499 Fixed compilation error on ARM with gcc 4.4 (issue 894).
500
501
5022010-10-13: Version 2.4.9
503
504 Fixed a bug in the handling of conditional expressions in test
505 contexts in compiler for top-level code.
506
507 Added "//@ sourceURL" information to the StackTrace API.
508
509 Exposed RegExp construction through the API.
510
511
5122010-10-04: Version 2.4.8
513
514 Fixed a bug in ResumeProfilerEx causing it to not always write out the
515 whole snapshot (issue 868).
516
517 Performance improvements on all platforms.
518
519
5202010-09-30: Version 2.4.7
521
522 Changed the command-line flag --max-new-space-size to be in kB and the
523 flag --max-old-space-size to be in MB (previously they were in bytes).
524
525 Added Debug::CancelDebugBreak to the debugger API.
526
527 Fixed a bug in getters for negative numeric property names
528 (https://bugs.webkit.org/show_bug.cgi?id=46689).
529
530 Performance improvements on all platforms.
531
532
Kristian Monsen0d5e1162010-09-30 15:31:59 +01005332010-09-27: Version 2.4.6
Ben Murdochf87a2032010-10-22 12:50:53 +0100534
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100535 Fixed assertion failure related to copy-on-write arrays (issue 876).
536
537 Fixed build failure of 64-bit V8 on Windows.
538
539 Fixed a bug in RegExp (issue http://crbug.com/52801).
540
541 Improved the profiler's coverage to cover more functions (issue 858).
542
543 Fixed error in shift operators on 64-bit V8
544 (issue http://crbug.com/54521).
545
546
5472010-09-22: Version 2.4.5
Ben Murdochf87a2032010-10-22 12:50:53 +0100548
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100549 Changed the RegExp benchmark to exercise the regexp engine on different
550 inputs by scrambling the input strings.
551
552 Fixed a bug in keyed loads on strings.
553
554 Fixed a bug with loading global function prototypes.
555
556 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
557
558 Performance improvements on all platforms.
559
560
5612010-09-15: Version 2.4.4
562
563 Fixed bug with hangs on very large sparse arrays.
564
565 Now tries harder to free up memory when running out of space.
566
567 Added heap snapshots to JSON format to API.
568
569 Recalibrated benchmarks.
570
571
Steve Block59151502010-09-22 15:07:15 +01005722010-09-13: Version 2.4.3
573
574 Made Date.parse properly handle TZ offsets (issue 857).
575
576 Performance improvements on all platforms.
577
578
Iain Merrick9ac36c92010-09-13 15:29:50 +01005792010-09-08: Version 2.4.2
580
581 Fixed GC crash bug.
582
583 Fixed stack corruption bug.
584
585 Fixed compilation for newer C++ compilers that found Operand(0)
586 ambiguous.
587
588
5892010-09-06: Version 2.4.1
590
591 Added the ability for an embedding application to receive a callback
592 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
593 (V8::RemoveMemoryAllocationCallback) from the OS.
594
595 Fixed several JSON bugs (including issue 855).
596
597 Fixed memory overrun crash bug triggered during V8's tick-based
598 profiling.
599
600 Performance improvements on all platforms.
601
602
Kristian Monsen80d68ea2010-09-08 11:05:35 +01006032010-09-01: Version 2.4.0
604
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100605 Fixed bug in Object.freeze and Object.seal when Array.prototype or
606 Object.prototype are changed (issue 842).
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100607
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100608 Updated Array.splice to follow Safari and Firefox when called
Iain Merrick9ac36c92010-09-13 15:29:50 +0100609 with zero arguments.
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100610
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100611 Fixed a missing live register when breaking at keyed loads on ARM.
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100612
Iain Merrick9ac36c92010-09-13 15:29:50 +0100613 Performance improvements on all platforms.
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100614
615
6162010-08-25: Version 2.3.11
617
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100618 Fixed bug in RegExp related to copy-on-write arrays.
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100619
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100620 Refactored tools/test.py script, including the introduction of
Iain Merrick9ac36c92010-09-13 15:29:50 +0100621 VARIANT_FLAGS that allows specification of sets of flags with which
622 all tests should be run.
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100623
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100624 Fixed a bug in the handling of debug breaks in CallIC.
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100625
Iain Merrick9ac36c92010-09-13 15:29:50 +0100626 Performance improvements on all platforms.
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100627
628
Steve Block791712a2010-08-27 10:21:07 +01006292010-08-23: Version 2.3.10
630
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100631 Fixed bug in bitops on ARM.
Steve Block791712a2010-08-27 10:21:07 +0100632
633 Build fixes for unusual compilers.
634
635 Track high water mark for RWX memory.
636
637 Performance improvements on all platforms.
638
639
Iain Merrick75681382010-08-19 15:07:18 +01006402010-08-18: Version 2.3.9
641
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100642 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
Iain Merrick75681382010-08-19 15:07:18 +0100643
644 Removed specialized handling of GCC 4.4 (issue 830).
645
Iain Merrick9ac36c92010-09-13 15:29:50 +0100646 Fixed DST cache to take into account the suspension of DST in
Iain Merrick75681382010-08-19 15:07:18 +0100647 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
648
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100649 Performance improvements on all platforms.
Iain Merrick75681382010-08-19 15:07:18 +0100650
651
6522010-08-16: Version 2.3.8
653
654 Fixed build with strict aliasing on GCC 4.4 (issue 463).
655
656 Fixed issue with incorrect handling of custom valueOf methods on
657 string wrappers (issue 760).
658
659 Fixed compilation for ARMv4 (issue 590).
660
661 Improved performance.
662
663
6642010-08-11: Version 2.3.7
665
666 Reduced size of heap snapshots produced by heap profiler (issue 783).
667
668 Introduced v8::Value::IsRegExp method.
669
670 Fixed CPU profiler crash in start / stop sequence when non-existent
671 name is passed (issue http://crbug.com/51594).
672
673 Introduced new indexed property query callbacks API (issue 816). This
674 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
675 by default.
676
677 Removed support for object literal get/set with number/string
678 property name.
679
680 Fixed handling of JSObject::elements in CalculateNetworkSize
681 (issue 822).
682
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100683 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
Iain Merrick75681382010-08-19 15:07:18 +0100684
685
Ben Murdochbb769b22010-08-11 14:56:33 +01006862010-08-09: Version 2.3.6
687
Iain Merrick75681382010-08-19 15:07:18 +0100688 RegExp literals create a new object every time they are evaluated
689 (issue 704).
Ben Murdochbb769b22010-08-11 14:56:33 +0100690
Iain Merrick75681382010-08-19 15:07:18 +0100691 Object.seal and Object.freeze return the modified object (issue 809).
Ben Murdochbb769b22010-08-11 14:56:33 +0100692
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100693 Fixed building using GCC 4.4.4.
Ben Murdochbb769b22010-08-11 14:56:33 +0100694
695
6962010-08-04: Version 2.3.5
697
698 Added support for ES5 property names. Object initialisers and
699 dot-notation property access now allows keywords. Also allowed
700 non-identifiers after "get" or "set" in an object initialiser.
701
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100702 Randomized the addresses of allocated executable memory on Windows.
Ben Murdochbb769b22010-08-11 14:56:33 +0100703
704
7052010-08-02: Version 2.3.4
706
707 Fixed problems in implementation of ES5 function.prototype.bind.
708
709 Fixed error when using apply with arguments object on ARM (issue 784).
710
711 Added setting of global flags to debugger protocol.
712
713 Fixed an error affecting cached results of sin and cos (issue 792).
714
715 Removed memory leak from a boundary case where V8 is not initialized.
716
717 Fixed issue where debugger could set breakpoints outside the body
718 of a function.
719
720 Fixed issue in debugger when using both live edit and step in features.
721
722 Added Number-letter (Nl) category to Unicode tables. These characters
723 can now be used in identifiers.
724
725 Fixed an assert failure on X64 (issue 806).
726
727 Performance improvements on all platforms.
728
729
Kristian Monsen50ef84f2010-07-29 15:18:00 +01007302010-07-26: Version 2.3.3
731
732 Fixed error when building the d8 shell in a fresh checkout.
733
734 Implemented Function.prototype.bind (ES5 15.3.4.5).
735
736 Fixed an error in inlined stores on ia32.
737
738 Fixed an error when setting a breakpoint at the end of a function
739 that does not end with a newline character.
740
741 Performance improvements on all platforms.
742
743
7442010-07-21: Version 2.3.2
745
746 Fixed compiler warnings when building with LLVM.
747
748 Fixed a bug with for-in applied to strings (issue 785).
749
750 Performance improvements on all platforms.
751
752
Ben Murdoch3bec4d22010-07-22 14:51:16 +01007532010-07-19: Version 2.3.1
754
755 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
756
757 Fixed bug related to code flushing while compiling a lazy
758 compilable function (issue http://crbug.com/49099).
759
760 Performance improvements on all platforms.
761
762
7632010-07-15: Version 2.3.0
764
765 Added ES5 Object.seal and Object.isSealed.
766
767 Added debugger API for scheduling debugger commands from a
768 separate thread.
769
770
7712010-07-14: Version 2.2.24
772
773 Added API for capturing stack traces for uncaught exceptions.
774
775 Fixed crash bug when preparsing from a non-external V8 string
776 (issue 775).
777
778 Fixed JSON.parse bug causing input not to be converted to string
779 (issue 764).
780
781 Added ES5 Object.freeze and Object.isFrozen.
782
783 Performance improvements on all platforms.
784
785
Leon Clarkeac952652010-07-15 11:15:24 +01007862010-07-07: Version 2.2.23
787
788 API change: Convert Unicode code points outside the basic multilingual
789 plane to the replacement character. Previous behavior was to silently
790 truncate the value to 16 bits.
791
792 Fixed crash: handle all flat string types in regexp replace.
793
794 Prevent invalid pre-parsing data passed in through the API from
795 crashing V8.
796
797 Performance improvements on all platforms.
798
Ben Murdoch3bec4d22010-07-22 14:51:16 +0100799
Steve Block8defd9f2010-07-08 12:39:36 +01008002010-07-05: Version 2.2.22
801
802 Added ES5 Object.isExtensible and Object.preventExtensions.
803
804 Enabled building V8 as a DLL.
805
806 Fixed a bug in date code where -0 was not interpreted as 0
807 (issue 736).
808
809 Performance improvements on all platforms.
810
811
8122010-06-30: Version 2.2.21
813
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100814 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
Steve Block8defd9f2010-07-08 12:39:36 +0100815
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100816 Updated JSON.stringify to floor the space parameter (issue 753).
Steve Block8defd9f2010-07-08 12:39:36 +0100817
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100818 Updated the Mozilla test expectations to the newest version.
Steve Block8defd9f2010-07-08 12:39:36 +0100819
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100820 Updated the ES5 Conformance Test expectations to the latest version.
Steve Block8defd9f2010-07-08 12:39:36 +0100821
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100822 Updated the V8 benchmark suite.
Steve Block8defd9f2010-07-08 12:39:36 +0100823
824 Provide actual breakpoints locations in response to setBreakpoint
825 and listBreakpoints requests.
826
827
8282010-06-28: Version 2.2.20
829
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100830 Fixed bug with for-in on x64 platform (issue 748).
Steve Block8defd9f2010-07-08 12:39:36 +0100831
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100832 Fixed crash bug on x64 platform (issue 756).
Steve Block8defd9f2010-07-08 12:39:36 +0100833
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100834 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
Steve Block8defd9f2010-07-08 12:39:36 +0100835
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100836 Fixed a bug on ARM that caused the result of 1 << x to be
Steve Block8defd9f2010-07-08 12:39:36 +0100837 miscalculated for some inputs.
838
839 Performance improvements on all platforms.
840
841
Kristian Monsen9dcf7e22010-06-28 14:14:28 +01008422010-06-23: Version 2.2.19
843
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100844 Fixed bug that causes the build to break when profillingsupport=off
Kristian Monsen9dcf7e22010-06-28 14:14:28 +0100845 (issue 738).
846
847 Added expose-externalize-string flag for testing extensions.
848
849 Resolve linker issues with using V8 as a DLL causing a number of
850 problems with unresolved symbols.
851
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100852 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
Kristian Monsen9dcf7e22010-06-28 14:14:28 +0100853 defined.
854
855 Performance improvements on all platforms.
856
857
8582010-06-16: Version 2.2.18
859
860 Added API functions to retrieve information on indexed properties
861 managed by the embedding layer. Fixes bug 737.
862
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100863 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
Kristian Monsen9dcf7e22010-06-28 14:14:28 +0100864
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100865 Added heap profiling to the API.
Kristian Monsen9dcf7e22010-06-28 14:14:28 +0100866
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100867 Removed old named property query from the API.
Kristian Monsen9dcf7e22010-06-28 14:14:28 +0100868
869 Incremental performance improvements.
870
871
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +01008722010-06-14: Version 2.2.17
873
874 Improved debugger support for stepping out of functions.
875
876 Incremental performance improvements.
877
878
8792010-06-09: Version 2.2.16
880
Steve Block8defd9f2010-07-08 12:39:36 +0100881 Removed the SetExternalStringDiposeCallback API. Changed the
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100882 disposal of external string resources to call a virtual Dispose
883 method on the resource.
884
Steve Block8defd9f2010-07-08 12:39:36 +0100885 Added support for more precise break points when debugging and
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100886 stepping.
887
888 Memory usage improvements on all platforms.
889
890
8912010-06-07: Version 2.2.15
892
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100893 Added an API to control the disposal of external string resources.
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100894
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100895 Added missing initialization of a couple of variables which makes
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100896 some compilers complaint when compiling with -Werror.
897
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100898 Improved performance on all platforms.
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100899
900
9012010-06-02: Version 2.2.14
902
903 Fixed a crash in code generated for String.charCodeAt.
904
905 Fixed a compilation issue with some GCC versions (issue 727).
906
907 Performance optimizations on x64 and ARM platforms.
908
909
9102010-05-31: Version 2.2.13
911
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100912 Implemented Object.getOwnPropertyDescriptor for element indices and
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100913 strings (issue 599).
914
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100915 Fixed bug for windows 64 bit C calls from generated code.
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100916
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100917 Added new scons flag unalignedaccesses for arm builds.
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100918
919 Performance improvements on all platforms.
920
921
Leon Clarkef7060e22010-06-03 12:02:55 +01009222010-05-26: Version 2.2.12
923
924 Allowed accessors to be defined on objects rather than just object
925 templates.
926
927 Changed the ScriptData API.
928
929
9302010-05-21: Version 2.2.11
931
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100932 Fixed crash bug in liveedit on 64 bit.
Leon Clarkef7060e22010-06-03 12:02:55 +0100933
934 Use 'full compiler' when debugging is active. This should increase
935 the density of possible break points, making single step more fine
936 grained. This will only take effect for functions compiled after
937 debugging has been started, so recompilation of all functions is
938 required to get the full effect. IA32 and x64 only for now.
939
940 Misc. fixes to the Solaris build.
941
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100942 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
Leon Clarkef7060e22010-06-03 12:02:55 +0100943
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100944 Added filtering of CPU profiles by security context.
Leon Clarkef7060e22010-06-03 12:02:55 +0100945
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100946 Fixed crash bug on ARM when running without VFP2 or VFP3.
Leon Clarkef7060e22010-06-03 12:02:55 +0100947
948 Incremental performance improvements in all backends.
949
950
Kristian Monsen25f61362010-05-21 11:50:48 +01009512010-05-17: Version 2.2.10
952
953 Performance improvements in the x64 and ARM backends.
954
955
9562010-05-10: Version 2.2.9
957
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100958 Allowed Object.create to be called with a function (issue 697).
Kristian Monsen25f61362010-05-21 11:50:48 +0100959
960 Fixed bug with Date.parse returning a non-NaN value when called on a
961 non date string (issue 696).
962
Kristian Monsen0d5e1162010-09-30 15:31:59 +0100963 Allowed unaligned memory accesses on ARM targets that support it (by
Leon Clarkef7060e22010-06-03 12:02:55 +0100964 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
Kristian Monsen25f61362010-05-21 11:50:48 +0100965
966 C++ API for retrieving JavaScript stack trace information.
967
968
Steve Block6ded16b2010-05-10 14:33:55 +01009692010-05-05: Version 2.2.8
970
971 Performance improvements in the x64 and ARM backends.
972
973
9742010-05-03: Version 2.2.7
975
976 Added support for ES5 date time string format to Date.parse.
977
978 Performance improvements in the x64 backend.
979
980
9812010-04-28: Version 2.2.6
982
983 Added "amd64" as recognized architecture in scons build script
984 (by Ryan Dahl <coldredlemur@gmail.com>).
985
986 Fixed bug in String search and replace with very simple RegExps.
987
988 Fixed bug in RegExp containing "\b^".
989
990 Performance improvements on all platforms.
991
992
9932010-04-26: Version 2.2.5
994
995 Various performance improvements (especially for ARM and x64)
996
997 Fixed bug in CPU profiling (http://crbug.com/42137)
998
999 Fixed a bug with the natives cache.
1000
1001 Fixed two bugs in the ARM code generator that can cause
1002 wrong calculations.
1003
1004 Fixed a bug that may cause a wrong result for shift operations.
1005
1006
10072010-04-21: Version 2.2.4
1008
1009 Fixed warnings on arm on newer GCC versions.
1010
1011 Fixed a number of minor bugs.
1012
1013 Performance improvements on all platforms.
1014
1015
10162010-04-14: Version 2.2.3
1017
1018 Added stack command and mem command to ARM simulator debugger.
1019
1020 Fixed scons snapshot and ARM build, and Windows X64 build issues.
1021
1022 Performance improvements on all platforms.
1023
1024
10252010-04-12: Version 2.2.2
1026
1027 Introduced new profiler API.
1028
1029 Fixed random number generator to produce full 32 random bits.
1030
1031
10322010-04-06: Version 2.2.1
1033
1034 Debugger improvements.
1035
1036 Fixed minor bugs.
1037
1038
10392010-03-29: Version 2.2.0
1040
1041 Fixed a few minor bugs.
1042
1043 Performance improvements for string operations.
1044
1045
10462010-03-26: Version 2.1.10
1047
1048 Fixed scons build issues.
1049
1050 Fixed a couple of minor bugs.
1051
1052
10532010-03-25: Version 2.1.9
1054
1055 Added API support for reattaching a global object to a context.
1056
1057 Extended debugger API with access to the internal debugger context.
1058
1059 Fixed Chromium crashes (issues http://crbug.com/39128 and
1060 http://crbug.com/39160)
1061
1062
10632010-03-24: Version 2.1.8
1064
1065 Added fine-grained garbage collection callbacks to the API.
1066
1067 Performance improvements on all platforms.
1068
1069
10702010-03-22: Version 2.1.7
1071
1072 Fixed issue 650.
1073
1074 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
1075
1076 Performance improvements for arithmetic operations.
1077
1078 Performance improvements for string operations.
1079
1080 Print script name and line number information in stack trace.
1081
1082
10832010-03-17: Version 2.1.6
1084
1085 Performance improvements for arithmetic operations.
1086
1087 Performance improvements for string operations.
1088
1089
10902010-03-10: Version 2.1.4
1091
1092 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
1093
1094 Performance improvements on all platforms.
1095
1096
10972010-03-10: Version 2.1.3
1098
1099 Added API method for context-disposal notifications.
1100
1101 Added API method for accessing elements by integer index.
1102
1103 Added missing implementation of Uint32::Value and Value::IsUint32
1104 API methods.
1105
1106 Added IsExecutionTerminating API method.
1107
1108 Disabled strict aliasing for GCC 4.4.
1109
1110 Fixed string-concatenation bug (issue 636).
1111
1112 Performance improvements on all platforms.
1113
1114
Andrei Popescu402d9372010-02-26 13:31:12 +000011152010-02-23: Version 2.1.2
1116
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001117 Fixed a crash bug caused by wrong assert.
Andrei Popescu402d9372010-02-26 13:31:12 +00001118
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001119 Fixed a bug with register names on 64-bit V8 (issue 615).
Andrei Popescu402d9372010-02-26 13:31:12 +00001120
1121 Performance improvements on all platforms.
1122
Steve Block6ded16b2010-05-10 14:33:55 +01001123
Andrei Popescu402d9372010-02-26 13:31:12 +000011242010-02-19: Version 2.1.1
1125
1126 [ES5] Implemented Object.defineProperty.
1127
1128 Improved profiler support.
1129
1130 Added SetPrototype method in the public V8 API.
1131
1132 Added GetScriptOrigin and GetScriptLineNumber methods to Function
1133 objects in the API.
1134
1135 Performance improvements on all platforms.
1136
1137
Leon Clarke4515c472010-02-03 11:58:03 +000011382010-02-03: Version 2.1.0
1139
1140 Values are now always wrapped in objects when used as a receiver.
1141 (issue 223).
1142
1143 [ES5] Implemented Object.getOwnPropertyNames.
1144
1145 [ES5] Restrict JSON.parse to only accept strings that conforms to the
1146 JSON grammar.
1147
1148 Improvement of debugger agent (issue 549 and 554).
1149
1150 Fixed problem with skipped stack frame in profiles (issue 553).
1151
1152 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
1153 <ry@tinyclouds.org>.
1154
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001155 Fixed a bug that Math.round() returns incorrect results for huge
Leon Clarke4515c472010-02-03 11:58:03 +00001156 integers.
1157
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001158 Fixed enumeration order for objects created from some constructor
Leon Clarke4515c472010-02-03 11:58:03 +00001159 functions (isue http://crbug.com/3867).
1160
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001161 Fixed arithmetic on some integer constants (issue 580).
Leon Clarke4515c472010-02-03 11:58:03 +00001162
1163 Numerous performance improvements including porting of previous IA-32
1164 optimizations to x64 and ARM architectures.
1165
1166
Leon Clarkee46be812010-01-19 14:06:41 +000011672010-01-14: Version 2.0.6
1168
1169 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
1170 GetOwnProperty, FromPropertyDescriptor.
1171
1172 Fixed Mac x64 build errors.
1173
1174 Improved performance of some math and string operations.
1175
1176 Improved performance of some regexp operations.
1177
1178 Improved performance of context creation.
1179
1180 Improved performance of hash tables.
1181
1182
11832009-12-18: Version 2.0.5
1184
1185 Extended to upper limit of map space to allow for 7 times as many map
1186 to be allocated (issue 524).
1187
1188 Improved performance of code using closures.
1189
1190 Improved performance of some binary operations involving doubles.
1191
1192
11932009-12-16: Version 2.0.4
1194
1195 Added ECMAScript 5 Object.create.
1196
1197 Improved performance of Math.max and Math.min.
1198
1199 Optimized adding of strings on 64-bit platforms.
1200
1201 Improved handling of external strings by using a separate table
1202 instead of weak handles. This improves garbage collection
1203 performance and uses less memory.
1204
1205 Changed code generation for object and array literals in toplevel
1206 code to be more compact by doing more work in the runtime.
1207
1208 Fixed a crash bug triggered when garbage collection happened during
1209 generation of a callback load inline cache stub.
1210
1211 Fixed crash bug sometimes triggered when local variables shadowed
1212 parameters in functions that used the arguments object.
1213
1214
Steve Blockd0582a62009-12-15 09:54:21 +000012152009-12-03: Version 2.0.3
1216
1217 Optimized handling and adding of strings, for-in and Array.join.
1218
1219 Heap serialization is now non-destructive.
1220
1221 Improved profiler support with information on time spend in C++
1222 callbacks registered through the API.
1223
1224 Added commands to the debugger protocol for starting/stopping
1225 profiling.
1226
1227 Enabled the non-optimizing compiler for top-level code.
1228
1229 Changed the API to only allow strings to be set as data objects on
1230 Contexts and scripts to avoid potentially keeping global objects
1231 around for too long (issue 528).
1232
1233 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
1234
1235 Fixed bugs.
1236
1237
12382009-11-24: Version 2.0.2
1239
1240 Improved profiler support.
1241
1242 Fixed bug that broke compilation of d8 with readline support.
1243
1244
12452009-11-20: Version 2.0.1
1246
1247 Fixed crash bug in String.prototype.replace.
1248
1249 Reverted a change which caused Chromium interactive ui test
1250 failures.
1251
Leon Clarkee46be812010-01-19 14:06:41 +00001252
Steve Blockd0582a62009-12-15 09:54:21 +000012532009-11-18: Version 2.0.0
1254
1255 Added support for VFP on ARM.
1256
1257 Added TryCatch::ReThrow method to the API.
1258
1259 Reduced the size of snapshots and improved the snapshot load time.
1260
1261 Improved heap profiler support.
1262
1263 64-bit version now supported on Windows.
1264
1265 Fixed a number of debugger issues.
1266
1267 Fixed bugs.
1268
1269
12702009-10-29: Version 1.3.18
1271
1272 Reverted a change which caused crashes in RegExp replace.
1273
1274 Reverted a change which caused Chromium ui_tests failure.
1275
1276
12772009-10-28: Version 1.3.17
1278
1279 Added API method to get simple heap statistics.
1280
1281 Improved heap profiler support.
1282
1283 Fixed the implementation of the resource constraint API so it
1284 works when using snapshots.
1285
1286 Fixed a number of issues in the Windows 64-bit version.
1287
1288 Optimized calls to API getters.
1289
1290 Added valgrind notification on code modification to the 64-bit version.
1291
1292 Fixed issue where we logged shared library addresses on Windows at
1293 startup and never used them.
1294
1295
Steve Block3ce2e202009-11-05 08:53:23 +000012962009-10-16: Version 1.3.16
Leon Clarkee46be812010-01-19 14:06:41 +00001297
Steve Block3ce2e202009-11-05 08:53:23 +00001298 X64: Convert smis to holding 32 bits of payload.
1299
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001300 Introduced v8::Integer::NewFromUnsigned method.
Steve Block3ce2e202009-11-05 08:53:23 +00001301
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001302 Added missing null check in Context::GetCurrent.
Steve Block3ce2e202009-11-05 08:53:23 +00001303
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001304 Added trim, trimLeft and trimRight methods to String
Steve Block3ce2e202009-11-05 08:53:23 +00001305 Patch by Jan de Mooij <jandemooij@gmail.com>
1306
1307 Implement ES5 Array.isArray
1308 Patch by Jan de Mooij <jandemooij@gmail.com>
1309
1310 Skip access checks for hidden properties.
1311
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001312 Added String::Concat(Handle<String> left, Handle<String> right) to the
1313 V8 API.
Steve Block3ce2e202009-11-05 08:53:23 +00001314
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001315 Fixed GYP-based builds of V8.
Steve Block3ce2e202009-11-05 08:53:23 +00001316
1317
13182009-10-07: Version 1.3.15
1319
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001320 Expanded the maximum size of the code space to 512MB for 64-bit mode.
Steve Block3ce2e202009-11-05 08:53:23 +00001321
1322 Fixed a crash bug happening when starting profiling (issue
1323 http://crbug.com/23768).
1324
1325
13262009-10-07: Version 1.3.14
1327
1328 Added GetRealNamedProperty to the API to lookup real properties
1329 located on the object or in the prototype chain skipping any
1330 interceptors.
1331
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001332 Fixed the stack limits setting API to work correctly with threads. The
Steve Block3ce2e202009-11-05 08:53:23 +00001333 stack limit now needs to be set to each thread thich is used with V8.
1334
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001335 Removed the high-priority flag from IdleNotification()
Steve Block3ce2e202009-11-05 08:53:23 +00001336
1337 Ensure V8 is initialized before locking and unlocking threads.
1338
1339 Implemented a new JavaScript minifier for compressing the source of
Steve Blockd0582a62009-12-15 09:54:21 +00001340 the built-in JavaScript. This removes non-Open Source code from Douglas
Steve Block3ce2e202009-11-05 08:53:23 +00001341 Crockford from the project.
1342
1343 Added a missing optimization in StringCharAt.
1344
1345 Fixed some flaky socket tests.
1346
1347 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
1348 in 64-bit mode.
1349
1350 Fixed memory leaks in the thread management code.
1351
1352 Fixed the result of assignment to a pixel array. The assigned value
1353 is now the result.
1354
1355 Error reporting for invalid left-hand sides in for-in statements, pre-
1356 and postfix count expressions, and assignments now matches the JSC
1357 behavior in Safari 4.
1358
1359 Follow the spec in disallowing function declarations without a name.
1360
1361 Always allocate code objects within a 2 GB range. On x64 architecture
1362 this is used to use near calls (32-bit displacement) in Code objects.
1363
1364 Optimized array construction ported to x64 and ARM architectures.
1365
1366 [ES5] Changed Object.keys to return strings for element indices.
1367
1368
Steve Blocka7e24c12009-10-30 11:49:00 +000013692009-09-23: Version 1.3.13
1370
1371 Fixed uninitialized memory problem.
1372
1373 Improved heap profiler support.
1374
1375
13762009-09-22: Version 1.3.12
1377
1378 Changed behavior of |function|.toString() on built-in functions to
1379 be compatible with other implementations. Patch by Jan de Mooij.
1380
1381 Added Object::IsDirty in the API.
1382
1383 Optimized array construction; it is now handled purely in native
1384 code.
1385
1386 [ES5] Made properties of the arguments array enumerable.
1387
1388 [ES5] Added test suite adapter for the es5conform test suite.
1389
1390 [ES5] Added Object.keys function.
1391
1392
13932009-09-15: Version 1.3.11
1394
1395 Fixed crash in error reporting during bootstrapping.
1396
1397 Optimized generated IA32 math code by using SSE2 instructions when
1398 available.
1399
1400 Implemented missing pieces of debugger infrastructure on ARM. The
1401 debugger is now fully functional on ARM.
1402
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001403 Made 'hidden' the default visibility for gcc.
Steve Blocka7e24c12009-10-30 11:49:00 +00001404
1405
14062009-09-09: Version 1.3.10
1407
1408 Fixed profiler on Mac in 64-bit mode.
1409
1410 Optimized creation of objects from simple constructor functions on
1411 ARM.
1412
1413 Fixed a number of debugger issues.
1414
1415 Reduced the amount of memory consumed by V8.
1416
1417
14182009-09-02: Version 1.3.9
1419
1420 Optimized stack guard checks on ARM.
1421
1422 Optimized API operations by inlining more in the API.
1423
1424 Optimized creation of objects from simple constructor functions.
1425
1426 Enabled a number of missing optimizations in the 64-bit port.
1427
1428 Implemented native-code support for regular expressions on ARM.
1429
1430 Stopped using the 'sahf' instruction on 64-bit machines that do
1431 not support it.
1432
1433 Fixed a bug in the support for forceful termination of JavaScript
1434 execution.
1435
1436
14372009-08-26: Version 1.3.8
1438
1439 Changed the handling of idle notifications to allow idle
1440 notifications when V8 has not yet been initialized.
1441
1442 Fixed ARM simulator compilation problem on Windows.
Leon Clarkee46be812010-01-19 14:06:41 +00001443
Steve Blocka7e24c12009-10-30 11:49:00 +00001444
14452009-08-25: Version 1.3.7
1446
1447 Reduced the size of generated code on ARM platforms by reducing
1448 the size of constant pools.
1449
1450 Changed build files to not include the 'ENV' user environment
1451 variable in the build environment.
1452
1453 Changed the handling of idle notifications.
1454
1455
14562009-08-21: Version 1.3.6
1457
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001458 Added support for forceful termination of JavaScript execution.
Steve Blocka7e24c12009-10-30 11:49:00 +00001459
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001460 Added low memory notification to the API. The embedding host can signal
Steve Blocka7e24c12009-10-30 11:49:00 +00001461 a low memory situation to V8.
1462
1463 Changed the handling of global handles (persistent handles in the API
1464 sense) to avoid issues regarding allocation of new global handles
1465 during weak handle callbacks.
1466
1467 Changed the growth policy of the young space.
1468
1469 Fixed a GC issue introduced in version 1.3.5.
1470
1471
14722009-08-19: Version 1.3.5
1473
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001474 Optimized initialization of some arrays in the builtins.
Steve Blocka7e24c12009-10-30 11:49:00 +00001475
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001476 Fixed mac-nm script to support filenames with spaces.
Steve Blocka7e24c12009-10-30 11:49:00 +00001477
1478 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
1479
1480 Changed typeof RegExp from 'object' to 'function' for compatibility.
1481 Fixed bug where regexps were not callable across contexts.
1482
1483 Added context independent script compilation to the API.
1484
1485 Added API call to get the stack trace for an exception.
1486
1487 Added API for getting object mirrors.
1488
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001489 Made sure that SSE3 instructions are used whenever possible even when
Steve Blocka7e24c12009-10-30 11:49:00 +00001490 running off a snapshot generated without using SSE3 instructions.
1491
1492 Tweaked the handling of the initial size and growth policy of the heap.
1493
1494 Added native code generation for RegExp to 64-bit version.
1495
1496 Added JavaScript debugger support to 64-bit version.
1497
1498
14992009-08-13: Version 1.3.4
1500
1501 Added a readline() command to the d8 shell.
1502
1503 Fixed bug in json parsing.
1504
1505 Added idle notification to the API and reduced memory on idle
1506 notifications.
1507
1508
15092009-08-12: Version 1.3.3
1510
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001511 Fixed issue 417: incorrect %t placeholder expansion.
Steve Blocka7e24c12009-10-30 11:49:00 +00001512
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001513 Added .gitignore file similar to Chromium's one.
Steve Blocka7e24c12009-10-30 11:49:00 +00001514
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001515 Fixed SConstruct file to build with new logging code for Android.
Steve Blocka7e24c12009-10-30 11:49:00 +00001516
1517 API: added function to find instance of template in prototype
1518 chain. Inlined Object::IsInstanceOf.
1519
1520 Land change to notify valgrind when we modify code on x86.
1521
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001522 Added api call to determine whether a string can be externalized.
Steve Blocka7e24c12009-10-30 11:49:00 +00001523
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001524 Added a write() command to d8.
Steve Blocka7e24c12009-10-30 11:49:00 +00001525
1526
15272009-08-05: Version 1.3.2
1528
1529 Started new compiler infrastructure for two-pass compilation using a
1530 control flow graph constructed from the AST.
1531
1532 Profiler stack sampling for X64.
1533
1534 Safe handling of NaN to Posix platform-dependent time functions.
1535
1536 Added a new profiler control API to unify controlling various aspects
1537 of profiling.
1538
1539 Fixed issue 392.
1540
1541
15422009-07-30: Version 1.3.1
1543
1544 Speed improvements to accessors and interceptors.
1545
1546 Added support for capturing stack information on custom errors.
1547
1548 Added support for morphing an object into a pixel array where its
1549 indexed properties are stored in an external byte array. Values written
1550 are always clamped to the 0..255 interval.
1551
1552 Profiler on x64 now handles C/C++ functions from shared libraries.
1553
1554 Changed the debugger to avoid stepping into function.call/apply if the
1555 function is a built-in.
1556
1557 Initial implementation of constructor heap profile for JS objects.
Leon Clarkee46be812010-01-19 14:06:41 +00001558
Steve Blocka7e24c12009-10-30 11:49:00 +00001559 More fine grained control of profiling aspects through the API.
Leon Clarkee46be812010-01-19 14:06:41 +00001560
Steve Blocka7e24c12009-10-30 11:49:00 +00001561 Optimized the called as constructor check for API calls.
1562
1563
15642009-07-27: Version 1.3.0
1565
1566 Allowed RegExp objects to be called as functions (issue 132).
1567
1568 Fixed issue where global property cells would escape after
1569 detaching the global object; see http://crbug.com/16276.
1570
1571 Added support for stepping into setters and getters in the
1572 debugger.
1573
1574 Changed the debugger to avoid stopping in its own JavaScript code
1575 and in the code of built-in functions.
1576
1577 Fixed issue 345 by avoiding duplicate escaping labels.
1578
1579 Fixed ARM code generator crash in short-circuited boolean
1580 expressions and added regression tests.
1581
1582 Added an external allocation limit to avoid issues where small V8
1583 objects would hold on to large amounts of external memory without
1584 causing garbage collections.
Leon Clarkee46be812010-01-19 14:06:41 +00001585
1586 Finished more of the inline caching stubs for x64 targets.
Steve Blocka7e24c12009-10-30 11:49:00 +00001587
1588
15892009-07-13: Version 1.2.14
1590
1591 Added separate paged heap space for global property cells and
1592 avoid updating the write barrier when storing into them.
1593
1594 Improved peep-hole optimization on ARM platforms by not emitting
1595 unnecessary debug information.
1596
1597 Re-enabled ICs for loads and calls that skip a global object
1598 during lookup through the prototype chain.
1599
1600 Allowed access through global proxies to use ICs.
1601
1602 Fixed issue 401.
1603
1604
16052009-07-09: Version 1.2.13
1606
1607 Fixed issue 397, issue 398, and issue 399.
1608
1609 Added support for breakpoint groups.
1610
1611 Fixed bugs introduced with the new global object representation.
1612
1613 Fixed a few bugs in the ARM code generator.
1614
1615
16162009-07-06: Version 1.2.12
1617
1618 Added stack traces collection to Error objects accessible through
1619 the e.stack property.
1620
1621 Changed RegExp parser to use a recursive data structure instead of
1622 stack-based recursion.
1623
1624 Optimized Date object construction and string concatenation.
1625
1626 Improved performance of div, mod, and mul on ARM platforms.
1627
1628
16292009-07-02: Version 1.2.11
1630
1631 Improved performance on IA-32 and ARM.
1632
1633 Fixed profiler sampler implementation on Mac OS X.
1634
1635 Changed the representation of global objects to improve
1636 performance of adding a lot of new properties.
1637
1638
16392009-06-29: Version 1.2.10
1640
1641 Improved debugger support.
1642
1643 Fixed bug in exception message reporting (issue 390).
1644
1645 Improved overall performance.
1646
1647
16482009-06-23: Version 1.2.9
1649
1650 Improved math performance on ARM.
1651
1652 Fixed profiler name-inference bug.
1653
1654 Fixed handling of shared libraries in the profiler tick processor
1655 scripts.
1656
1657 Fixed handling of tests that time out in the test scripts.
1658
1659 Fixed compilation on MacOS X version 10.4.
1660
1661 Fixed two bugs in the regular expression engine.
1662
1663 Fixed a bug in the string type inference.
1664
1665 Fixed a bug in the handling of 'constant function' properties.
Leon Clarkee46be812010-01-19 14:06:41 +00001666
Steve Blocka7e24c12009-10-30 11:49:00 +00001667 Improved overall performance.
Leon Clarkee46be812010-01-19 14:06:41 +00001668
Steve Blocka7e24c12009-10-30 11:49:00 +00001669
16702009-06-16: Version 1.2.8
1671
1672 Optimized math on ARM platforms.
1673
1674 Fixed two crash bugs in the handling of getters and setters.
1675
1676 Improved the debugger support by adding scope chain information.
1677
1678 Improved the profiler support by compressing log data transmitted
1679 to clients.
1680
1681 Improved overall performance.
1682
1683
16842009-06-08: Version 1.2.7
1685
1686 Improved debugger and profiler support.
1687
1688 Reduced compilation time by improving the handling of deferred
1689 code.
1690
1691 Optimized interceptor accesses where the property is on the object
1692 on which the interceptors is attached.
1693
1694 Fixed compilation problem on GCC 4.4 by changing the stack
1695 alignment to 16 bytes.
1696
1697 Fixed handle creation to follow stric aliasing rules.
1698
1699 Fixed compilation on FreeBSD.
1700
1701 Introduced API for forcing the deletion of a property ignoring
1702 interceptors and attributes.
1703
1704
17052009-05-29: Version 1.2.6
1706
1707 Added a histogram recording hit rates at different levels of the
1708 compilation cache.
1709
1710 Added stack overflow check for the RegExp analysis phase. Previously a
1711 very long regexp graph could overflow the stack with recursive calls.
1712
1713 Use a dynamic buffer when collecting log events in memory.
1714
1715 Added start/stop events to the profiler log.
1716
1717 Fixed infinite loop which could happen when setting a debug break while
1718 executing a RegExp compiled to native code.
1719
1720 Fixed handling of lastIndexOf called with negative index (issue 351).
1721
1722 Fixed irregular crash in profiler test (issue 358).
1723
1724 Fixed compilation issues with some versions of gcc.
1725
1726
17272009-05-26: Version 1.2.5
1728
1729 Fixed bug in initial boundary check for Boyer-Moore text
1730 search (issue 349).
1731
1732 Fixed compilation issues with MinGW and gcc 4.3+ and added support
1733 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
1734 Craig Schlenter.
1735
1736 Added a script cache to the debugger.
1737
1738 Optimized compilation performance by improving internal data
1739 structures and avoiding expensive property load optimizations for
1740 code that's infrequently executed.
1741
1742 Exposed the calling JavaScript context through the static API
1743 function Context::GetCalling().
1744
1745
17462009-05-18: Version 1.2.4
1747
1748 Improved performance of floating point number allocation for ARM
1749 platforms.
1750
1751 Fixed crash when using the instanceof operator on functions with
1752 number values in their prototype chain (issue 341).
1753
1754 Optimized virtual frame operations in the code generator to speed
1755 up compilation time and allocated the frames in the zone.
1756
1757 Made the representation of virtual frames and jump targets in the
1758 code generator much more compact.
1759
1760 Avoided linear search for non-locals in scope code when resolving
1761 variables inside with and eval scopes.
1762
1763 Optimized lexical scanner by dealing with whitespace as part of
1764 the token scanning instead of as a separate step before it.
1765
1766 Changed the scavenging collector so that promoted objects do not
1767 reside in the old generation while their remembered set is being
1768 swept for pointers into the young generation.
1769
1770 Fixed numeric overflow handling when compiling count operations.
1771
1772
17732009-05-11: Version 1.2.3
1774
1775 Fixed bug in reporting of out-of-memory situations.
1776
1777 Introduced hidden prototypes on certain builtin prototype objects
1778 such as String.prototype to emulate JSC's behavior of restoring
1779 the original function when deleting functions from those prototype
1780 objects.
1781
1782 Fixed crash bug in the register allocator.
1783
1784
17852009-05-04: Version 1.2.2
1786
1787 Fixed bug in array sorting for sparse arrays (issue 326).
1788
1789 Added support for adding a soname when building a shared library
1790 on Linux (issue 151).
1791
1792 Fixed bug caused by morphing internal ASCII strings to external
1793 two-byte strings. Slices over ASCII strings have to forward ASCII
1794 checks to the underlying buffer string.
1795
1796 Allowed API call-as-function handlers to be called as
1797 constructors.
1798
1799 Fixed a crash bug where an external string was disposed but a
1800 slice of the external string survived as a symbol.
1801
1802
18032009-04-27: Version 1.2.1
1804
1805 Added EcmaScript 5 JSON object.
1806
Kristian Monsen0d5e1162010-09-30 15:31:59 +01001807 Fixed bug in preemption support on ARM.
Steve Blocka7e24c12009-10-30 11:49:00 +00001808
1809
18102009-04-23: Version 1.2.0
1811
1812 Optimized floating-point operations on ARM.
1813
1814 Added a number of extensions to the debugger API.
1815
1816 Changed the enumeration order for unsigned integer keys to always
1817 be numerical order.
1818
1819 Added a "read" extension to the shell sample.
1820
1821 Added support for Array.prototype.reduce and
1822 Array.prototype.reduceRight.
1823
1824 Added an option to the SCons build to control Microsoft Visual C++
1825 link-time code generation.
1826
1827 Fixed a number of bugs (in particular issue 315, issue 316,
1828 issue 317 and issue 318).
1829
1830
18312009-04-15: Version 1.1.10
1832
1833 Fixed crash bug that occurred when loading a const variable in the
1834 presence of eval.
1835
1836 Allowed using with and eval in registered extensions in debug mode
1837 by fixing bogus assert.
1838
1839 Fixed the source position for function returns to enable the
1840 debugger to break there.
1841
1842
18432009-04-14: Version 1.1.9
1844
1845 Made the stack traversal code in the profiler robust by avoiding
1846 to look into the heap.
1847
1848 Added name inferencing for anonymous functions to facilitate
1849 debugging and profiling.
1850
1851 Re-enabled stats timers in the developer shell (d8).
1852
1853 Fixed issue 303 by avoiding to shortcut cons-symbols.
1854
1855
18562009-04-11: Version 1.1.8
1857
1858 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
1859
1860 Fixed step-in handling for Function.prototype.apply and call in
1861 the debugger (issue 269).
1862
1863 Fixed v8::Object::DeleteHiddenValue to not bail out when there
1864 are no hidden properties.
1865
1866 Added workaround for crash bug, where external symbol table
1867 entries with deleted resources would lead to NPEs when looking
1868 up in the symbol table.
1869
1870
18712009-04-07: Version 1.1.7
1872
1873 Added support for easily importing additional environment
1874 variables into the SCons build.
1875
1876 Optimized strict equality checks.
1877
1878 Fixed crash in indexed setters on objects without a corresponding
1879 getter (issue 298).
1880
1881 Re-enabled script compilation cache.
1882
1883
18842009-04-01: Version 1.1.6
1885
1886 Reverted an unsafe code generator change.
1887
1888
18892009-04-01: Version 1.1.5
1890
1891 Fixed bug that caused function literals to not be optimized as
1892 much as other functions.
1893
1894 Improved profiler support.
1895
1896 Fixed a crash bug in connection with debugger unloading.
1897
1898 Fixed a crash bug in the code generator caused by losing the
1899 information that a frame element was copied.
1900
1901 Fixed an exception propagation bug that could cause non-null
1902 return values when exceptions were thrown.
1903
1904
19052009-03-30: Version 1.1.4
1906
1907 Optimized String.prototype.match.
1908
1909 Improved the stack information in profiles.
1910
1911 Fixed bug in ARM port making it possible to compile the runtime
1912 system for thumb mode again.
1913
1914 Implemented a number of optimizations in the code generator.
1915
1916 Fixed a number of memory leaks in tests.
1917
1918 Fixed crash bug in connection with script source code and external
1919 strings.
1920
1921
19222009-03-24: Version 1.1.3
1923
1924 Fixed assertion failures in compilation of loop conditions.
1925
1926 Removed STL dependency from developer shell (d8).
1927
1928 Added infrastructure for protecting the V8 heap from corruption
1929 caused by memory modifications from the outside.
1930
1931
19322009-03-24: Version 1.1.2
1933
1934 Improved frame merge code generated by the code generator.
1935
1936 Optimized String.prototype.replace.
1937
1938 Implemented __defineGetter__ and __defineSetter__ for properties
1939 with integer keys on non-array objects.
1940
1941 Improved debugger and profiler support.
1942
1943 Fixed a number of portability issues to allow compilation for
1944 smaller ARM devices.
1945
1946 Exposed object cloning through the API.
1947
1948 Implemented hidden properties. This is used to expose an identity
1949 hash for objects through the API.
1950
1951 Implemented restarting of regular expressions if their input
1952 string changes representation during preemption.
1953
1954 Fixed a code generator bug that could cause assignments in loops
1955 to be ignored if using continue to break out of the loop (issue
1956 284).
1957
1958
19592009-03-12: Version 1.1.1
1960
1961 Fixed an assertion in the new compiler to take stack overflow
1962 exceptions into account.
1963
1964 Removed exception propagation code that could cause crashes.
1965
1966 Fixed minor bug in debugger line number computations.
1967
1968 8-byte align the C stack on Linux and Windows to speed up floating
1969 point computations.
1970
1971
19722009-03-12: Version 1.1.0
1973
1974 Improved code generation infrastructure by doing simple register
1975 allocation and constant folding and propagation.
1976
1977 Optimized regular expression matching by avoiding to create
1978 intermediate string arrays and by flattening nested array
1979 representations of RegExp data.
1980
1981 Traverse a few stack frames when recording profiler samples to
1982 include partial call graphs in the profiling output.
1983
1984 Added support for using OProfile to profile generated code.
1985
1986 Added remote debugging support to the D8 developer shell.
1987
1988 Optimized creation of nested literals like JSON objects.
1989
1990 Fixed a bug in garbage collecting unused maps and turned it on by
1991 default (--collect-maps).
1992
1993 Added support for running tests under Valgrind.
1994
1995
19962009-02-27: Version 1.0.3
1997
1998 Optimized double-to-integer conversions in bit operations by using
1999 SSE3 instructions if available.
2000
2001 Optimized initialization sequences that store to multiple
2002 properties of the same object.
2003
2004 Changed the D8 debugger frontend to use JSON messages.
2005
2006 Force garbage collections when disposing contexts.
2007
2008 Align code objects at 32-byte boundaries.
2009
2010
20112009-02-25: Version 1.0.2
2012
2013 Improved profiling support by performing simple call stack
2014 sampling for ticks and by fixing a bug in the logging of code
2015 addresses.
2016
2017 Fixed a number of debugger issues.
2018
2019 Optimized code that uses eval.
2020
2021 Fixed a couple of bugs in the regular expression engine.
2022
2023 Reduced the size of generated code for certain regular expressions.
2024
2025 Removed JSCRE completely.
2026
2027 Fixed issue where test could not be run if there was a dot in the
2028 checkout path.
2029
2030
20312009-02-13: Version 1.0.1
2032
2033 Fixed two crash-bugs in irregexp (issue 231 and 233).
2034
2035 Fixed a number of minor bugs (issue 87, 227 and 228).
2036
2037 Added support for morphing strings to external strings on demand
2038 to avoid having to create copies in the embedding code.
2039
2040 Removed experimental support for external symbol callbacks.
2041
2042
20432009-02-09: Version 1.0.0
2044
2045 Fixed crash-bug in the code generation for case independent 16 bit
2046 backreferences.
2047
2048 Made shells more robust in the presence of string conversion
2049 failures (issue 224).
2050
2051 Fixed a potential infinite loop when attempting to resolve
2052 eval (issue 221).
2053
2054 Miscellaneous fixes to the new regular expression engine.
2055
2056 Reduced binary by stripping unneeded text from JavaScript library and
2057 minifying some JavaScript files.
2058
2059
20602009-01-27: Version 0.4.9
2061
2062 Enabled new regular expression engine.
2063
2064 Made a number of changes to the debugger protocol.
2065
2066 Fixed a number of bugs in the preemption support.
2067
2068 Added -p option to the developer shell to run files in parallel
2069 using preemption.
2070
2071 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
2072 193, 198 and 201).
2073
2074 Fixed a number of bugs in the serialization/deserialization
2075 support for the ARM platform.
2076
2077
20782009-01-19: Version 0.4.8.1
2079
2080 Minor patch to debugger support.
2081
2082
20832009-01-16: Version 0.4.8
2084
2085 Fixed string length bug on ARM (issue 171).
2086
2087 Made most methods in the API const.
2088
2089 Optimized object literals by improving data locality.
2090
2091 Fixed bug that caused incomplete functions to be cached in case of
2092 stack overflow exceptions.
2093
2094 Fixed bugs that caused catch variables and variables introduced by
2095 eval to behave incorrectly when using accessors (issues 186, 190
2096 and 191).
2097
2098
20992009-01-06: Version 0.4.7
2100
2101 Minor bugfixes and optimizations.
2102
2103 Added command line debugger to D8 shell.
2104
2105 Fixed subtle bug that caused the wrong 'this' to be used when
2106 calling a caught function in a catch clause.
2107
2108 Inline array loads within loops directly in the code instead of
2109 always calling a stub.
2110
2111
21122008-12-11: Version 0.4.6
2113
2114 Fixed exception reporting bug where certain exceptions were
2115 incorrectly reported as uncaught.
2116
2117 Improved the memory allocation strategy used during compilation to
2118 make running out of memory when compiling huge scripts less
2119 likely.
2120
2121 Optimized String.replace by avoiding the construction of certain
2122 sub strings.
2123
2124 Fixed bug in code generation for large switch statements on ARM.
2125
2126 Fixed bug that caused V8 to change the global object template
2127 passed in by the user.
2128
2129 Changed the API for creating object groups used during garbage
2130 collection. Entire object groups are now passed to V8 instead of
2131 individual members of the groups.
2132
2133
21342008-12-03: Version 0.4.5
2135
2136 Added experimental API support for allocating V8 symbols as
2137 external strings.
2138
2139 Fixed bugs in debugging support on ARM.
2140
2141 Changed eval implementation to correctly detect whether or not a
2142 call to eval is aliased.
2143
2144 Fixed bug caused by a combination of the compilation cache and
2145 dictionary probing in native code. The bug caused us to sometimes
2146 call functions that had not yet been compiled.
2147
2148 Added platform support for FreeBSD.
2149
2150 Added support for building V8 on Windows with either the shared or
2151 static version of MSVCRT
2152
2153 Added the v8::jscre namespace around the jscre functions to avoid
2154 link errors (duplicate symbols) when building Google Chrome.
2155
2156 Added support for calling a JavaScript function with the current
2157 debugger execution context as its argument to the debugger
2158 interface.
2159
2160 Changed the type of names of counters from wchar_t to char.
2161
2162 Changed the Windows system call used to compute daylight savings
2163 time. The system call that we used to use became four times
2164 slower on WinXP SP3.
2165
2166 Added support in the d8 developer shell for memory-mapped counters
2167 and added a stats-viewer tool.
2168
2169 Fixed bug in upper/lower case mappings (issue 149).
2170
2171
21722008-11-17: Version 0.4.4
2173
2174 Reduced code size by using shorter instruction encoding when
2175 possible.
2176
2177 Added a --help option to the shell sample and to the d8 shell.
2178
2179 Added visual studio project files for building the ARM simulator.
2180
2181 Fixed a number of ARM simulator issues.
2182
2183 Fixed bug in out-of-memory handling on ARM.
2184
2185 Implemented shell support for passing arguments to a script from
2186 the command line.
2187
2188 Fixed bug in date code that made certain date functions return -0
2189 instead of 0 for dates before the epoch.
2190
2191 Restricted applications of eval so it can only be used in the
2192 context of the associated global object.
2193
2194 Treat byte-order marks as whitespace characters.
2195
2196
21972008-11-04: Version 0.4.3
2198
2199 Added support for API accessors that prohibit overwriting by
2200 accessors defined in JavaScript code by using __defineGetter__ and
2201 __defineSetter__.
2202
2203 Improved handling of conditionals in test status files.
2204
2205 Introduced access control in propertyIsEnumerable.
2206
2207 Improved performance of some string operations by caching
2208 information about the type of the string between operations.
2209
2210 Fixed bug in fast-case code for switch statements that only have
2211 integer labels.
2212
2213
22142008-10-30: Version 0.4.2
2215
2216 Improved performance of Array.prototype.concat by moving the
2217 implementation to C++ (issue 123).
2218
2219 Fixed heap growth policy to avoid growing old space to its maximum
2220 capacity before doing a garbage collection and fixed issue that
2221 would lead to artificial out of memory situations (issue 129).
2222
2223 Fixed Date.prototype.toLocaleDateString to return the date in the
2224 same format as WebKit.
2225
2226 Added missing initialization checks to debugger API.
2227
2228 Added removing of unused maps during GC.
2229
2230
22312008-10-28: Version 0.4.1
2232
2233 Added caching of RegExp data in compilation cache.
2234
2235 Added Visual Studio project file for d8 shell.
2236
2237 Fixed function call performance regression introduced in version
2238 0.4.0 when splitting the global object in two parts (issue 120).
2239
2240 Fixed issue 131 by checking for empty handles before throwing and
2241 reporting exceptions.
2242
2243
22442008-10-23: Version 0.4.0
2245
2246 Split the global object into two parts: The state holding global
2247 object and the global object proxy.
2248
2249 Fixed bug that affected the value of an assignment to an element
2250 in certain cases (issue 116).
2251
2252 Added GetPropertyNames functionality (issue 33) and extra Date
2253 functions (issue 77) to the API.
2254
2255 Changed WeakReferenceCallback to take a Persistent<Value> instead
2256 of a Persistent<Object> (issue 101).
2257
2258 Fixed issues with message reporting for exceptions in try-finally
2259 blocks (issues 73 and 75).
2260
2261 Optimized flattening of strings and string equality checking.
2262
2263 Improved Boyer-Moore implementation for faster indexOf operations.
2264
2265 Added development shell (d8) which includes counters and
2266 completion support.
2267
2268 Fixed problem with the receiver passed to functions called from
2269 eval (issue 124).
2270
2271
22722008-10-16: Version 0.3.5
2273
2274 Improved string hash-code distribution by excluding bit-field bits
2275 from the hash-code.
2276
2277 Changed string search algorithm used in indexOf from KMP to
2278 Boyer-Moore.
2279
2280 Improved the generated code for the instanceof operator.
2281
2282 Improved performance of slow-case string equality checks by
2283 specializing the code based on the string representation.
2284
2285 Improve the handling of out-of-memory situations (issue 70).
2286
2287 Improved performance of strict equality checks.
2288
2289 Improved profiler output to make it easier to see anonymous
2290 functions.
2291
2292 Improved performance of slow-case keyed loads.
2293
2294 Improved property access performance by allocating a number of
2295 properties in the front object.
2296
2297 Changed the toString behavior on the built-in object constructors
2298 to print [native code] instead of the actual source. Some web
2299 applications do not like constructors with complex toString
2300 results.
2301
2302
23032008-10-06: Version 0.3.4
2304
2305 Changed Array.prototype.sort to use quick sort.
2306
2307 Fixed code generation issue where leaving a finally block with
2308 break or continue would accumulate elements on the expression
2309 stack (issue 86).
2310
2311 Made sure that the name accessor on functions returns the expected
2312 names for builtin JavaScript functions and C++ callback functions.
2313
2314 Added fast case code for extending the property storage array of
2315 JavaScript objects.
2316
2317 Ported switch statement optimizations introduced in version 0.3.3
2318 to the ARM code generator.
2319
2320 Allowed GCC to use strict-aliasing rules when compiling.
2321
2322 Improved performance of arguments object allocation by taking care
2323 of arguments adaptor frames in the generated code.
2324
2325 Updated the V8 benchmark suite to version 2.
2326
2327
23282008-09-25: Version 0.3.3
2329
2330 Improved handling of relocation information to enable more
2331 peep-hole optimizations.
2332
2333 Optimized switch statements where all labels are constant small
2334 integers.
2335
2336 Optimized String.prototype.indexOf for common cases.
2337
2338 Fixed more build issues (issue 80).
2339
2340 Fixed a couple of profiler issues.
2341
2342 Fixed bug where the body of a function created using the Function
2343 constructor was not allowed to end with a single-line comment
2344 (issue 85).
2345
2346 Improved handling of object literals by canonicalizing object
2347 literal maps. This will allow JSON objects with the same set of
2348 properties to share the same map making inline caching work better
2349 for JSON objects.
2350
2351
23522008-09-17: Version 0.3.2
2353
2354 Generalized the EvalCache into a CompilationCache and enabled it
2355 for scripts too. The current strategy is to retire all entries
2356 whenever a mark-sweep collection is started.
2357
2358 Fixed bug where switch statements containing only a default case
2359 would lead to an unbalanced stack (issue 69).
2360
2361 Fixed bug that made access to the function in a named function
2362 expression impossible in certain situations (issue 24).
2363
2364 Fixed even more build issues.
2365
2366 Optimized calling conventions on ARM. The conventions on ARM and
2367 IA-32 now match.
2368
2369 Removed static initializers for flags and counters.
2370
2371 Improved inline caching behavior for uncommon cases where lazily
2372 loading Date and RegExp code could force certain code paths go
2373 megamorphic.
2374
2375 Removed arguments adaption for builtins written in C++. This
2376 makes Array.prototype.push and Array.prototype.pop slightly
2377 faster.
2378
2379
23802008-09-11: Version 0.3.1
2381
2382 Fixed a number of build issues.
2383
2384 Fixed problem with missing I-cache flusing on ARM.
2385
2386 Changed space layout in memory management by splitting up
2387 code space into old data space and code space.
2388
2389 Added utf-8 conversion support to the API (issue 57).
2390
2391 Optimized repeated calls to eval with the same strings. These
2392 repeated calls are common in web applications.
2393
2394 Added Xcode project file.
2395
2396 Optimized a couple of Array operation.
2397
2398 Fixed parser bug by checking for end-of-string when parsing break
2399 and continue (issue 35).
2400
2401 Fixed problem where asian characters were not categorized as
2402 letters.
2403
2404 Fixed bug that disallowed calling functions fetched from an array
2405 using a string as an array index (issue 32).
2406
2407 Fixed bug where the internal field count on object templates were
2408 sometimes ignored (issue 54).
2409
2410 Added -f option to the shell sample for compatibility with other
2411 engines (issue 18).
2412
2413 Added source info to TryCatches in the API.
2414
2415 Fixed problem where the seed for the random number generator was
2416 clipped in a double to unsigned int conversion.
2417
2418 Fixed bug where cons string symbols were sometimes converted to
2419 non-symbol flat strings during GC.
2420
2421 Fixed bug in error reporting when attempting to convert null to an
2422 object.
2423
2424
24252008-09-04: Version 0.3.0
2426
2427 Added support for running tests on the ARM simulator.
2428
2429 Fixed bug in the 'in' operator where negative indices were not
2430 treated correctly.
2431
2432 Fixed build issues on gcc-4.3.1.
2433
2434 Changed Date.prototype.toLocaleTimeString to not print the
2435 timezone part of the time.
2436
2437 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
2438 with user code.
2439
2440
24412008-09-02: Version 0.2.5
2442
2443 Renamed the top level directory 'public' to 'include'.
2444
2445 Added 'env' option to the SCons build scripts to support
2446 overriding the ENV part of the build environment. This is mostly
2447 to support Windows builds in cases where SCons cannot find the
2448 correct paths to the Windows SDK, as these paths cannot be passed
2449 through shell environment variables.
2450
2451 Enabled "Buffer Security Check" on for the Windows SCons build and
2452 added the linker option /OPT:ICF as an optimization.
2453
2454 Added the V8 benchmark suite to the repository.
2455
2456
24572008-09-01: Version 0.2.4
2458
2459 Included mjsunit JavaScript test suite and C++ unit tests.
2460
2461 Changed the shell sample to not print the result of executing a
2462 script provided on the command line.
2463
2464 Fixed issue when building samples on Windows using a shared V8
2465 library. Added visibility option on Linux build which makes the
2466 generated library 18% smaller.
2467
2468 Changed build system to accept multiple build modes in one build
2469 and generate separate objects, libraries and executables for each
2470 mode.
2471
2472 Removed deferred negation optimization (a * -b => -(a * b)) since
2473 this visibly changes operand conversion order.
2474
2475 Improved parsing performance by introducing stack guard in
2476 preparsing. Without a stack guard preparsing always bails out
2477 with stack overflow.
2478
2479 Changed shell sample to take flags directly from the command-line.
2480 Added API call that implements this.
2481
2482 Added load, quit and version functions to the shell sample so it's
2483 easier to run benchmarks and tests.
2484
2485 Fixed issue with building samples and cctests on 64-bit machines.
2486
2487 Fixed bug in the runtime system where the prototype chain was not
2488 always searched for a setter when setting a property that does not
2489 exist locally.
2490
2491
24922008-08-14: Version 0.2.3
2493
2494 Improved performance of garbage collection by moving the
2495 function that updates pointers during compacting collection
2496 into the updating visitor. This gives the compiler a better
2497 chance to inline and avoid a function call per (potential)
2498 pointer.
2499
2500 Extended the shell sample with a --runtime-flags option.
2501
2502 Added Visual Studio project files for the shell.cc and
2503 process.cc samples.
2504
2505
25062008-08-13: Version 0.2.2
2507
2508 Improved performance of garbage collection by changing the way
2509 we use the marking stack in the event of stack overflow during
2510 full garbage collection and by changing the way we mark roots.
2511
2512 Cleaned up ARM version by removing top of stack caching and by
2513 introducing push/pop elimination.
2514
2515 Cleaned up the way runtime functions are called to allow
2516 runtime calls with no arguments.
2517
2518 Changed Windows build options to make sure that exceptions are
2519 disabled and that optimization flags are enabled.
2520
2521 Added first version of Visual Studio project files.
2522
2523
25242008-08-06: Version 0.2.1
2525
2526 Improved performance of unary addition by avoiding runtime calls.
2527
2528 Fixed the handling of '>' and '<=' to use right-to-left conversion
2529 and left-to-right evaluation as specified by ECMA-262.
2530
2531 Fixed a branch elimination bug on the ARM platform where incorrect
2532 code was generated because of overly aggressive branch
2533 elimination.
2534
2535 Improved performance of code that repeatedly assigns the same
2536 function to the same property of different objects with the same
2537 map.
2538
2539 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
2540 no longer expects DEBUG to be defined.
2541
2542 Added platform-nullos.cc to serve as the basis for new platform
2543 implementations.
2544
2545
25462008-07-30: Version 0.2.0
2547
2548 Changed all text files to have native svn:eol-style.
2549
2550 Added a few samples and support for building them. The samples
2551 include a simple shell that can be used to benchmark and test V8.
2552
2553 Changed V8::GetVersion to return the version as a string.
2554
2555 Added source for lazily loaded scripts to snapshots and made
2556 serialization non-destructive.
2557
2558 Improved ARM support by fixing the write barrier code to use
2559 aligned loads and stores and by removing premature locals
2560 optimization that relied on broken support for callee-saved
2561 registers (removed).
2562
2563 Refactored the code for marking live objects during garbage
2564 collection and the code for allocating objects in paged
2565 spaces. Introduced an abstraction for the map word of a heap-
2566 allocated object and changed the memory allocator to allocate
2567 executable memory only for spaces that may contain code objects.
2568
2569 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
2570 they can be used by debugging and logging modules. Added
2571 thread-safe message queues for dealing with debugger events.
2572
2573 Fixed the source code reported by toString for certain builtin
2574 empty functions and made sure that the prototype property of a
2575 function is enumerable.
2576
2577 Improved performance of converting values to condition flags in
2578 generated code.
2579
2580 Merged disassembler-{arch} files.
2581
2582
25832008-07-28: Version 0.1.4
2584
2585 Added support for storing JavaScript stack traces in a stack
2586 allocated buffer to make it visible in shallow core dumps.
2587 Controlled by the --preallocate-message-memory flag which is
2588 disabled by default.
2589
2590
25912008-07-25: Version 0.1.3
2592
2593 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
2594 map transitions would count as properties.
2595
2596 Allowed aliased eval invocations by treating them as evals in the
2597 global context. This may change in the future.
2598
2599 Added support for accessing the last entered context through the
2600 API and renamed Context::Current to Context::GetCurrent and
2601 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
2602
2603 Fixed bug in the debugger that would cause the debugger scripts to
2604 be recursively loaded and changed all disabling of interrupts to
2605 be block-structured.
2606
2607 Made snapshot data read-only to allow it to be more easily shared
2608 across multiple users of V8 when linked as a shared library.
2609
2610
26112008-07-16: Version 0.1.2
2612
2613 Fixed building on Mac OS X by recognizing i386 and friends as
2614 IA-32 platforms.
2615
2616 Added propagation of stack overflow exceptions that occur while
2617 compiling nested functions.
2618
2619 Improved debugger with support for recursive break points and
2620 handling of exceptions that occur in the debugger JavaScript code.
2621
2622 Renamed GetInternal to GetInternalField and SetInternal to
2623 SetInternalField in the API and moved InternalFieldCount and
2624 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
2625
2626
26272008-07-09: Version 0.1.1
2628
2629 Fixed bug in stack overflow check code for IA-32 targets where a
2630 non-tagged value in register eax was pushed to the stack.
2631
2632 Fixed potential quadratic behavior when converting strings to
2633 numbers.
2634
2635 Fixed bug where the return value from Object::SetProperty could
2636 end up being the property holder instead of the written value.
2637
2638 Improved debugger support by allowing nested break points and by
2639 dealing with stack-overflows when compiling functions before
2640 setting break points in them.
2641
2642
26432008-07-03: Version 0.1.0
2644
2645 Initial export.
2646