blob: d867c6a469329611d28f3066fbf78b855d46b45c [file] [log] [blame]
Steve Block59151502010-09-22 15:07:15 +010012010-09-13: Version 2.4.3
2
3 Made Date.parse properly handle TZ offsets (issue 857).
4
5 Performance improvements on all platforms.
6
7
Iain Merrick9ac36c92010-09-13 15:29:50 +010082010-09-08: Version 2.4.2
9
10 Fixed GC crash bug.
11
12 Fixed stack corruption bug.
13
14 Fixed compilation for newer C++ compilers that found Operand(0)
15 ambiguous.
16
17
182010-09-06: Version 2.4.1
19
20 Added the ability for an embedding application to receive a callback
21 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
22 (V8::RemoveMemoryAllocationCallback) from the OS.
23
24 Fixed several JSON bugs (including issue 855).
25
26 Fixed memory overrun crash bug triggered during V8's tick-based
27 profiling.
28
29 Performance improvements on all platforms.
30
31
Kristian Monsen80d68ea2010-09-08 11:05:35 +0100322010-09-01: Version 2.4.0
33
Iain Merrick9ac36c92010-09-13 15:29:50 +010034 Fix bug in Object.freeze and Object.seal when Array.prototype or
35 Object.prototype is changed (issue 842).
Kristian Monsen80d68ea2010-09-08 11:05:35 +010036
Iain Merrick9ac36c92010-09-13 15:29:50 +010037 Update Array.splice to follow Safari and Firefox when called
38 with zero arguments.
Kristian Monsen80d68ea2010-09-08 11:05:35 +010039
Iain Merrick9ac36c92010-09-13 15:29:50 +010040 Fix a missing live register when breaking at keyed loads on ARM.
Kristian Monsen80d68ea2010-09-08 11:05:35 +010041
Iain Merrick9ac36c92010-09-13 15:29:50 +010042 Performance improvements on all platforms.
Kristian Monsen80d68ea2010-09-08 11:05:35 +010043
44
452010-08-25: Version 2.3.11
46
Iain Merrick9ac36c92010-09-13 15:29:50 +010047 Fix bug in RegExp related to copy-on-write arrays.
Kristian Monsen80d68ea2010-09-08 11:05:35 +010048
Iain Merrick9ac36c92010-09-13 15:29:50 +010049 Refactoring of tools/test.py script, including the introduction of
50 VARIANT_FLAGS that allows specification of sets of flags with which
51 all tests should be run.
Kristian Monsen80d68ea2010-09-08 11:05:35 +010052
Iain Merrick9ac36c92010-09-13 15:29:50 +010053 Fix a bug in the handling of debug breaks in CallIC.
Kristian Monsen80d68ea2010-09-08 11:05:35 +010054
Iain Merrick9ac36c92010-09-13 15:29:50 +010055 Performance improvements on all platforms.
Kristian Monsen80d68ea2010-09-08 11:05:35 +010056
57
Steve Block791712a2010-08-27 10:21:07 +0100582010-08-23: Version 2.3.10
59
60 Fix bug in bitops on ARM.
61
62 Build fixes for unusual compilers.
63
64 Track high water mark for RWX memory.
65
66 Performance improvements on all platforms.
67
68
Iain Merrick75681382010-08-19 15:07:18 +0100692010-08-18: Version 2.3.9
70
71 Fix compilation for ARMv4 on OpenBSD/FreeBSD.
72
73 Removed specialized handling of GCC 4.4 (issue 830).
74
Iain Merrick9ac36c92010-09-13 15:29:50 +010075 Fixed DST cache to take into account the suspension of DST in
Iain Merrick75681382010-08-19 15:07:18 +010076 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
77
Kristian Monsen80d68ea2010-09-08 11:05:35 +010078 Performance improvements on all platforms.
Iain Merrick75681382010-08-19 15:07:18 +010079
80
812010-08-16: Version 2.3.8
82
83 Fixed build with strict aliasing on GCC 4.4 (issue 463).
84
85 Fixed issue with incorrect handling of custom valueOf methods on
86 string wrappers (issue 760).
87
88 Fixed compilation for ARMv4 (issue 590).
89
90 Improved performance.
91
92
932010-08-11: Version 2.3.7
94
95 Reduced size of heap snapshots produced by heap profiler (issue 783).
96
97 Introduced v8::Value::IsRegExp method.
98
99 Fixed CPU profiler crash in start / stop sequence when non-existent
100 name is passed (issue http://crbug.com/51594).
101
102 Introduced new indexed property query callbacks API (issue 816). This
103 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
104 by default.
105
106 Removed support for object literal get/set with number/string
107 property name.
108
109 Fixed handling of JSObject::elements in CalculateNetworkSize
110 (issue 822).
111
112 Allow compiling with strict aliasing enabled on GCC 4.4 (issue 463).
113
114
Ben Murdochbb769b22010-08-11 14:56:33 +01001152010-08-09: Version 2.3.6
116
Iain Merrick75681382010-08-19 15:07:18 +0100117 RegExp literals create a new object every time they are evaluated
118 (issue 704).
Ben Murdochbb769b22010-08-11 14:56:33 +0100119
Iain Merrick75681382010-08-19 15:07:18 +0100120 Object.seal and Object.freeze return the modified object (issue 809).
Ben Murdochbb769b22010-08-11 14:56:33 +0100121
Iain Merrick75681382010-08-19 15:07:18 +0100122 Fix building using GCC 4.4.4.
Ben Murdochbb769b22010-08-11 14:56:33 +0100123
124
1252010-08-04: Version 2.3.5
126
127 Added support for ES5 property names. Object initialisers and
128 dot-notation property access now allows keywords. Also allowed
129 non-identifiers after "get" or "set" in an object initialiser.
130
131 Randomize the addresses of allocated executable memory on Windows.
132
133
1342010-08-02: Version 2.3.4
135
136 Fixed problems in implementation of ES5 function.prototype.bind.
137
138 Fixed error when using apply with arguments object on ARM (issue 784).
139
140 Added setting of global flags to debugger protocol.
141
142 Fixed an error affecting cached results of sin and cos (issue 792).
143
144 Removed memory leak from a boundary case where V8 is not initialized.
145
146 Fixed issue where debugger could set breakpoints outside the body
147 of a function.
148
149 Fixed issue in debugger when using both live edit and step in features.
150
151 Added Number-letter (Nl) category to Unicode tables. These characters
152 can now be used in identifiers.
153
154 Fixed an assert failure on X64 (issue 806).
155
156 Performance improvements on all platforms.
157
158
Kristian Monsen50ef84f2010-07-29 15:18:00 +01001592010-07-26: Version 2.3.3
160
161 Fixed error when building the d8 shell in a fresh checkout.
162
163 Implemented Function.prototype.bind (ES5 15.3.4.5).
164
165 Fixed an error in inlined stores on ia32.
166
167 Fixed an error when setting a breakpoint at the end of a function
168 that does not end with a newline character.
169
170 Performance improvements on all platforms.
171
172
1732010-07-21: Version 2.3.2
174
175 Fixed compiler warnings when building with LLVM.
176
177 Fixed a bug with for-in applied to strings (issue 785).
178
179 Performance improvements on all platforms.
180
181
Ben Murdoch3bec4d22010-07-22 14:51:16 +01001822010-07-19: Version 2.3.1
183
184 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
185
186 Fixed bug related to code flushing while compiling a lazy
187 compilable function (issue http://crbug.com/49099).
188
189 Performance improvements on all platforms.
190
191
1922010-07-15: Version 2.3.0
193
194 Added ES5 Object.seal and Object.isSealed.
195
196 Added debugger API for scheduling debugger commands from a
197 separate thread.
198
199
2002010-07-14: Version 2.2.24
201
202 Added API for capturing stack traces for uncaught exceptions.
203
204 Fixed crash bug when preparsing from a non-external V8 string
205 (issue 775).
206
207 Fixed JSON.parse bug causing input not to be converted to string
208 (issue 764).
209
210 Added ES5 Object.freeze and Object.isFrozen.
211
212 Performance improvements on all platforms.
213
214
Leon Clarkeac952652010-07-15 11:15:24 +01002152010-07-07: Version 2.2.23
216
217 API change: Convert Unicode code points outside the basic multilingual
218 plane to the replacement character. Previous behavior was to silently
219 truncate the value to 16 bits.
220
221 Fixed crash: handle all flat string types in regexp replace.
222
223 Prevent invalid pre-parsing data passed in through the API from
224 crashing V8.
225
226 Performance improvements on all platforms.
227
Ben Murdoch3bec4d22010-07-22 14:51:16 +0100228
Steve Block8defd9f2010-07-08 12:39:36 +01002292010-07-05: Version 2.2.22
230
231 Added ES5 Object.isExtensible and Object.preventExtensions.
232
233 Enabled building V8 as a DLL.
234
235 Fixed a bug in date code where -0 was not interpreted as 0
236 (issue 736).
237
238 Performance improvements on all platforms.
239
240
2412010-06-30: Version 2.2.21
242
243 Fix bug in externalizing some ASCII strings (Chromium issue 47824).
244
245 Update JSON.stringify to floor the space parameter (issue 753).
246
247 Update the Mozilla test expectations to the newest version.
248
249 Update the ES5 Conformance Test expectations to the latest version.
250
251 Update the V8 benchmark suite.
252
253 Provide actual breakpoints locations in response to setBreakpoint
254 and listBreakpoints requests.
255
256
2572010-06-28: Version 2.2.20
258
259 Fix bug with for-in on x64 platform (issue 748).
260
261 Fix crash bug on x64 platform (issue 756).
262
263 Fix bug in Object.getOwnPropertyNames. (chromium issue 41243).
264
265 Fix a bug on ARM that caused the result of 1 << x to be
266 miscalculated for some inputs.
267
268 Performance improvements on all platforms.
269
270
Kristian Monsen9dcf7e22010-06-28 14:14:28 +01002712010-06-23: Version 2.2.19
272
273 Fix bug that causes the build to break when profillingsupport=off
274 (issue 738).
275
276 Added expose-externalize-string flag for testing extensions.
277
278 Resolve linker issues with using V8 as a DLL causing a number of
279 problems with unresolved symbols.
280
281 Fix build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
282 defined.
283
284 Performance improvements on all platforms.
285
286
2872010-06-16: Version 2.2.18
288
289 Added API functions to retrieve information on indexed properties
290 managed by the embedding layer. Fixes bug 737.
291
292 Make ES5 Object.defineProperty support array elements. Fixes bug 619.
293
294 Add heap profiling to the API.
295
296 Remove old named property query from the API.
297
298 Incremental performance improvements.
299
300
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +01003012010-06-14: Version 2.2.17
302
303 Improved debugger support for stepping out of functions.
304
305 Incremental performance improvements.
306
307
3082010-06-09: Version 2.2.16
309
Steve Block8defd9f2010-07-08 12:39:36 +0100310 Removed the SetExternalStringDiposeCallback API. Changed the
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100311 disposal of external string resources to call a virtual Dispose
312 method on the resource.
313
Steve Block8defd9f2010-07-08 12:39:36 +0100314 Added support for more precise break points when debugging and
Ben Murdoch7f4d5bd2010-06-15 11:15:29 +0100315 stepping.
316
317 Memory usage improvements on all platforms.
318
319
3202010-06-07: Version 2.2.15
321
322 Add an API to control the disposal of external string resources.
323
324 Add missing initialization of a couple of variables which makes
325 some compilers complaint when compiling with -Werror.
326
327 Improve performance on all platforms.
328
329
3302010-06-02: Version 2.2.14
331
332 Fixed a crash in code generated for String.charCodeAt.
333
334 Fixed a compilation issue with some GCC versions (issue 727).
335
336 Performance optimizations on x64 and ARM platforms.
337
338
3392010-05-31: Version 2.2.13
340
341 Implement Object.getOwnPropertyDescriptor for element indices and
342 strings (issue 599).
343
344 Fix bug for windows 64 bit C calls from generated code.
345
346 Add new scons flag unalignedaccesses for arm builds.
347
348 Performance improvements on all platforms.
349
350
Leon Clarkef7060e22010-06-03 12:02:55 +01003512010-05-26: Version 2.2.12
352
353 Allowed accessors to be defined on objects rather than just object
354 templates.
355
356 Changed the ScriptData API.
357
358
3592010-05-21: Version 2.2.11
360
361 Fix crash bug in liveedit on 64 bit.
362
363 Use 'full compiler' when debugging is active. This should increase
364 the density of possible break points, making single step more fine
365 grained. This will only take effect for functions compiled after
366 debugging has been started, so recompilation of all functions is
367 required to get the full effect. IA32 and x64 only for now.
368
369 Misc. fixes to the Solaris build.
370
371 Add new flags --print-cumulative-gc-stat and --trace-gc-nvp.
372
373 Add filtering of CPU profiles by security context.
374
375 Fix crash bug on ARM when running without VFP2 or VFP3.
376
377 Incremental performance improvements in all backends.
378
379
Kristian Monsen25f61362010-05-21 11:50:48 +01003802010-05-17: Version 2.2.10
381
382 Performance improvements in the x64 and ARM backends.
383
384
3852010-05-10: Version 2.2.9
386
387 Allow Object.create to be called with a function (issue 697).
388
389 Fixed bug with Date.parse returning a non-NaN value when called on a
390 non date string (issue 696).
391
392 Allow unaligned memory accesses on ARM targets that support it (by
Leon Clarkef7060e22010-06-03 12:02:55 +0100393 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
Kristian Monsen25f61362010-05-21 11:50:48 +0100394
395 C++ API for retrieving JavaScript stack trace information.
396
397
Steve Block6ded16b2010-05-10 14:33:55 +01003982010-05-05: Version 2.2.8
399
400 Performance improvements in the x64 and ARM backends.
401
402
4032010-05-03: Version 2.2.7
404
405 Added support for ES5 date time string format to Date.parse.
406
407 Performance improvements in the x64 backend.
408
409
4102010-04-28: Version 2.2.6
411
412 Added "amd64" as recognized architecture in scons build script
413 (by Ryan Dahl <coldredlemur@gmail.com>).
414
415 Fixed bug in String search and replace with very simple RegExps.
416
417 Fixed bug in RegExp containing "\b^".
418
419 Performance improvements on all platforms.
420
421
4222010-04-26: Version 2.2.5
423
424 Various performance improvements (especially for ARM and x64)
425
426 Fixed bug in CPU profiling (http://crbug.com/42137)
427
428 Fixed a bug with the natives cache.
429
430 Fixed two bugs in the ARM code generator that can cause
431 wrong calculations.
432
433 Fixed a bug that may cause a wrong result for shift operations.
434
435
4362010-04-21: Version 2.2.4
437
438 Fixed warnings on arm on newer GCC versions.
439
440 Fixed a number of minor bugs.
441
442 Performance improvements on all platforms.
443
444
4452010-04-14: Version 2.2.3
446
447 Added stack command and mem command to ARM simulator debugger.
448
449 Fixed scons snapshot and ARM build, and Windows X64 build issues.
450
451 Performance improvements on all platforms.
452
453
4542010-04-12: Version 2.2.2
455
456 Introduced new profiler API.
457
458 Fixed random number generator to produce full 32 random bits.
459
460
4612010-04-06: Version 2.2.1
462
463 Debugger improvements.
464
465 Fixed minor bugs.
466
467
4682010-03-29: Version 2.2.0
469
470 Fixed a few minor bugs.
471
472 Performance improvements for string operations.
473
474
4752010-03-26: Version 2.1.10
476
477 Fixed scons build issues.
478
479 Fixed a couple of minor bugs.
480
481
4822010-03-25: Version 2.1.9
483
484 Added API support for reattaching a global object to a context.
485
486 Extended debugger API with access to the internal debugger context.
487
488 Fixed Chromium crashes (issues http://crbug.com/39128 and
489 http://crbug.com/39160)
490
491
4922010-03-24: Version 2.1.8
493
494 Added fine-grained garbage collection callbacks to the API.
495
496 Performance improvements on all platforms.
497
498
4992010-03-22: Version 2.1.7
500
501 Fixed issue 650.
502
503 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
504
505 Performance improvements for arithmetic operations.
506
507 Performance improvements for string operations.
508
509 Print script name and line number information in stack trace.
510
511
5122010-03-17: Version 2.1.6
513
514 Performance improvements for arithmetic operations.
515
516 Performance improvements for string operations.
517
518
5192010-03-10: Version 2.1.4
520
521 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
522
523 Performance improvements on all platforms.
524
525
5262010-03-10: Version 2.1.3
527
528 Added API method for context-disposal notifications.
529
530 Added API method for accessing elements by integer index.
531
532 Added missing implementation of Uint32::Value and Value::IsUint32
533 API methods.
534
535 Added IsExecutionTerminating API method.
536
537 Disabled strict aliasing for GCC 4.4.
538
539 Fixed string-concatenation bug (issue 636).
540
541 Performance improvements on all platforms.
542
543
Andrei Popescu402d9372010-02-26 13:31:12 +00005442010-02-23: Version 2.1.2
545
546 Fix a crash bug caused by wrong assert.
547
548 Fix a bug with register names on 64-bit V8 (issue 615).
549
550 Performance improvements on all platforms.
551
Steve Block6ded16b2010-05-10 14:33:55 +0100552
Andrei Popescu402d9372010-02-26 13:31:12 +00005532010-02-19: Version 2.1.1
554
555 [ES5] Implemented Object.defineProperty.
556
557 Improved profiler support.
558
559 Added SetPrototype method in the public V8 API.
560
561 Added GetScriptOrigin and GetScriptLineNumber methods to Function
562 objects in the API.
563
564 Performance improvements on all platforms.
565
566
Leon Clarke4515c472010-02-03 11:58:03 +00005672010-02-03: Version 2.1.0
568
569 Values are now always wrapped in objects when used as a receiver.
570 (issue 223).
571
572 [ES5] Implemented Object.getOwnPropertyNames.
573
574 [ES5] Restrict JSON.parse to only accept strings that conforms to the
575 JSON grammar.
576
577 Improvement of debugger agent (issue 549 and 554).
578
579 Fixed problem with skipped stack frame in profiles (issue 553).
580
581 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
582 <ry@tinyclouds.org>.
583
584 Fix a bug that Math.round() returns incorrect results for huge
585 integers.
586
587 Fix enumeration order for objects created from some constructor
588 functions (isue http://crbug.com/3867).
589
590 Fix arithmetic on some integer constants (issue 580).
591
592 Numerous performance improvements including porting of previous IA-32
593 optimizations to x64 and ARM architectures.
594
595
Leon Clarkee46be812010-01-19 14:06:41 +00005962010-01-14: Version 2.0.6
597
598 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
599 GetOwnProperty, FromPropertyDescriptor.
600
601 Fixed Mac x64 build errors.
602
603 Improved performance of some math and string operations.
604
605 Improved performance of some regexp operations.
606
607 Improved performance of context creation.
608
609 Improved performance of hash tables.
610
611
6122009-12-18: Version 2.0.5
613
614 Extended to upper limit of map space to allow for 7 times as many map
615 to be allocated (issue 524).
616
617 Improved performance of code using closures.
618
619 Improved performance of some binary operations involving doubles.
620
621
6222009-12-16: Version 2.0.4
623
624 Added ECMAScript 5 Object.create.
625
626 Improved performance of Math.max and Math.min.
627
628 Optimized adding of strings on 64-bit platforms.
629
630 Improved handling of external strings by using a separate table
631 instead of weak handles. This improves garbage collection
632 performance and uses less memory.
633
634 Changed code generation for object and array literals in toplevel
635 code to be more compact by doing more work in the runtime.
636
637 Fixed a crash bug triggered when garbage collection happened during
638 generation of a callback load inline cache stub.
639
640 Fixed crash bug sometimes triggered when local variables shadowed
641 parameters in functions that used the arguments object.
642
643
Steve Blockd0582a62009-12-15 09:54:21 +00006442009-12-03: Version 2.0.3
645
646 Optimized handling and adding of strings, for-in and Array.join.
647
648 Heap serialization is now non-destructive.
649
650 Improved profiler support with information on time spend in C++
651 callbacks registered through the API.
652
653 Added commands to the debugger protocol for starting/stopping
654 profiling.
655
656 Enabled the non-optimizing compiler for top-level code.
657
658 Changed the API to only allow strings to be set as data objects on
659 Contexts and scripts to avoid potentially keeping global objects
660 around for too long (issue 528).
661
662 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
663
664 Fixed bugs.
665
666
6672009-11-24: Version 2.0.2
668
669 Improved profiler support.
670
671 Fixed bug that broke compilation of d8 with readline support.
672
673
6742009-11-20: Version 2.0.1
675
676 Fixed crash bug in String.prototype.replace.
677
678 Reverted a change which caused Chromium interactive ui test
679 failures.
680
Leon Clarkee46be812010-01-19 14:06:41 +0000681
Steve Blockd0582a62009-12-15 09:54:21 +00006822009-11-18: Version 2.0.0
683
684 Added support for VFP on ARM.
685
686 Added TryCatch::ReThrow method to the API.
687
688 Reduced the size of snapshots and improved the snapshot load time.
689
690 Improved heap profiler support.
691
692 64-bit version now supported on Windows.
693
694 Fixed a number of debugger issues.
695
696 Fixed bugs.
697
698
6992009-10-29: Version 1.3.18
700
701 Reverted a change which caused crashes in RegExp replace.
702
703 Reverted a change which caused Chromium ui_tests failure.
704
705
7062009-10-28: Version 1.3.17
707
708 Added API method to get simple heap statistics.
709
710 Improved heap profiler support.
711
712 Fixed the implementation of the resource constraint API so it
713 works when using snapshots.
714
715 Fixed a number of issues in the Windows 64-bit version.
716
717 Optimized calls to API getters.
718
719 Added valgrind notification on code modification to the 64-bit version.
720
721 Fixed issue where we logged shared library addresses on Windows at
722 startup and never used them.
723
724
Steve Block3ce2e202009-11-05 08:53:23 +00007252009-10-16: Version 1.3.16
Leon Clarkee46be812010-01-19 14:06:41 +0000726
Steve Block3ce2e202009-11-05 08:53:23 +0000727 X64: Convert smis to holding 32 bits of payload.
728
729 Introduce v8::Integer::NewFromUnsigned method.
730
731 Add missing null check in Context::GetCurrent.
732
733 Add trim, trimLeft and trimRight methods to String
734 Patch by Jan de Mooij <jandemooij@gmail.com>
735
736 Implement ES5 Array.isArray
737 Patch by Jan de Mooij <jandemooij@gmail.com>
738
739 Skip access checks for hidden properties.
740
741 Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API.
742
743 Fix GYP-based builds of V8.
744
745
7462009-10-07: Version 1.3.15
747
748 Expand the maximum size of the code space to 512MB for 64-bit mode.
749
750 Fixed a crash bug happening when starting profiling (issue
751 http://crbug.com/23768).
752
753
7542009-10-07: Version 1.3.14
755
756 Added GetRealNamedProperty to the API to lookup real properties
757 located on the object or in the prototype chain skipping any
758 interceptors.
759
760 Fix the stack limits setting API to work correctly with threads. The
761 stack limit now needs to be set to each thread thich is used with V8.
762
763 Remove the high-priority flag from IdleNotification()
764
765 Ensure V8 is initialized before locking and unlocking threads.
766
767 Implemented a new JavaScript minifier for compressing the source of
Steve Blockd0582a62009-12-15 09:54:21 +0000768 the built-in JavaScript. This removes non-Open Source code from Douglas
Steve Block3ce2e202009-11-05 08:53:23 +0000769 Crockford from the project.
770
771 Added a missing optimization in StringCharAt.
772
773 Fixed some flaky socket tests.
774
775 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
776 in 64-bit mode.
777
778 Fixed memory leaks in the thread management code.
779
780 Fixed the result of assignment to a pixel array. The assigned value
781 is now the result.
782
783 Error reporting for invalid left-hand sides in for-in statements, pre-
784 and postfix count expressions, and assignments now matches the JSC
785 behavior in Safari 4.
786
787 Follow the spec in disallowing function declarations without a name.
788
789 Always allocate code objects within a 2 GB range. On x64 architecture
790 this is used to use near calls (32-bit displacement) in Code objects.
791
792 Optimized array construction ported to x64 and ARM architectures.
793
794 [ES5] Changed Object.keys to return strings for element indices.
795
796
Steve Blocka7e24c12009-10-30 11:49:00 +00007972009-09-23: Version 1.3.13
798
799 Fixed uninitialized memory problem.
800
801 Improved heap profiler support.
802
803
8042009-09-22: Version 1.3.12
805
806 Changed behavior of |function|.toString() on built-in functions to
807 be compatible with other implementations. Patch by Jan de Mooij.
808
809 Added Object::IsDirty in the API.
810
811 Optimized array construction; it is now handled purely in native
812 code.
813
814 [ES5] Made properties of the arguments array enumerable.
815
816 [ES5] Added test suite adapter for the es5conform test suite.
817
818 [ES5] Added Object.keys function.
819
820
8212009-09-15: Version 1.3.11
822
823 Fixed crash in error reporting during bootstrapping.
824
825 Optimized generated IA32 math code by using SSE2 instructions when
826 available.
827
828 Implemented missing pieces of debugger infrastructure on ARM. The
829 debugger is now fully functional on ARM.
830
831 Make 'hidden' the default visibility for gcc.
832
833
8342009-09-09: Version 1.3.10
835
836 Fixed profiler on Mac in 64-bit mode.
837
838 Optimized creation of objects from simple constructor functions on
839 ARM.
840
841 Fixed a number of debugger issues.
842
843 Reduced the amount of memory consumed by V8.
844
845
8462009-09-02: Version 1.3.9
847
848 Optimized stack guard checks on ARM.
849
850 Optimized API operations by inlining more in the API.
851
852 Optimized creation of objects from simple constructor functions.
853
854 Enabled a number of missing optimizations in the 64-bit port.
855
856 Implemented native-code support for regular expressions on ARM.
857
858 Stopped using the 'sahf' instruction on 64-bit machines that do
859 not support it.
860
861 Fixed a bug in the support for forceful termination of JavaScript
862 execution.
863
864
8652009-08-26: Version 1.3.8
866
867 Changed the handling of idle notifications to allow idle
868 notifications when V8 has not yet been initialized.
869
870 Fixed ARM simulator compilation problem on Windows.
Leon Clarkee46be812010-01-19 14:06:41 +0000871
Steve Blocka7e24c12009-10-30 11:49:00 +0000872
8732009-08-25: Version 1.3.7
874
875 Reduced the size of generated code on ARM platforms by reducing
876 the size of constant pools.
877
878 Changed build files to not include the 'ENV' user environment
879 variable in the build environment.
880
881 Changed the handling of idle notifications.
882
883
8842009-08-21: Version 1.3.6
885
886 Add support for forceful termination of JavaScript execution.
887
888 Add low memory notification to the API. The embedding host can signal
889 a low memory situation to V8.
890
891 Changed the handling of global handles (persistent handles in the API
892 sense) to avoid issues regarding allocation of new global handles
893 during weak handle callbacks.
894
895 Changed the growth policy of the young space.
896
897 Fixed a GC issue introduced in version 1.3.5.
898
899
9002009-08-19: Version 1.3.5
901
902 Optimize initialization of some arrays in the builtins.
903
904 Fix mac-nm script to support filenames with spaces.
905
906 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
907
908 Changed typeof RegExp from 'object' to 'function' for compatibility.
909 Fixed bug where regexps were not callable across contexts.
910
911 Added context independent script compilation to the API.
912
913 Added API call to get the stack trace for an exception.
914
915 Added API for getting object mirrors.
916
917 Make sure that SSE3 instructions are used whenever possible even when
918 running off a snapshot generated without using SSE3 instructions.
919
920 Tweaked the handling of the initial size and growth policy of the heap.
921
922 Added native code generation for RegExp to 64-bit version.
923
924 Added JavaScript debugger support to 64-bit version.
925
926
9272009-08-13: Version 1.3.4
928
929 Added a readline() command to the d8 shell.
930
931 Fixed bug in json parsing.
932
933 Added idle notification to the API and reduced memory on idle
934 notifications.
935
936
9372009-08-12: Version 1.3.3
938
939 Fix issue 417: incorrect %t placeholder expansion.
940
941 Add .gitignore file similar to Chromium's one.
942
943 Fix SConstruct file to build with new logging code for Android.
944
945 API: added function to find instance of template in prototype
946 chain. Inlined Object::IsInstanceOf.
947
948 Land change to notify valgrind when we modify code on x86.
949
950 Add api call to determine whether a string can be externalized.
951
952 Add a write() command to d8.
953
954
9552009-08-05: Version 1.3.2
956
957 Started new compiler infrastructure for two-pass compilation using a
958 control flow graph constructed from the AST.
959
960 Profiler stack sampling for X64.
961
962 Safe handling of NaN to Posix platform-dependent time functions.
963
964 Added a new profiler control API to unify controlling various aspects
965 of profiling.
966
967 Fixed issue 392.
968
969
9702009-07-30: Version 1.3.1
971
972 Speed improvements to accessors and interceptors.
973
974 Added support for capturing stack information on custom errors.
975
976 Added support for morphing an object into a pixel array where its
977 indexed properties are stored in an external byte array. Values written
978 are always clamped to the 0..255 interval.
979
980 Profiler on x64 now handles C/C++ functions from shared libraries.
981
982 Changed the debugger to avoid stepping into function.call/apply if the
983 function is a built-in.
984
985 Initial implementation of constructor heap profile for JS objects.
Leon Clarkee46be812010-01-19 14:06:41 +0000986
Steve Blocka7e24c12009-10-30 11:49:00 +0000987 More fine grained control of profiling aspects through the API.
Leon Clarkee46be812010-01-19 14:06:41 +0000988
Steve Blocka7e24c12009-10-30 11:49:00 +0000989 Optimized the called as constructor check for API calls.
990
991
9922009-07-27: Version 1.3.0
993
994 Allowed RegExp objects to be called as functions (issue 132).
995
996 Fixed issue where global property cells would escape after
997 detaching the global object; see http://crbug.com/16276.
998
999 Added support for stepping into setters and getters in the
1000 debugger.
1001
1002 Changed the debugger to avoid stopping in its own JavaScript code
1003 and in the code of built-in functions.
1004
1005 Fixed issue 345 by avoiding duplicate escaping labels.
1006
1007 Fixed ARM code generator crash in short-circuited boolean
1008 expressions and added regression tests.
1009
1010 Added an external allocation limit to avoid issues where small V8
1011 objects would hold on to large amounts of external memory without
1012 causing garbage collections.
Leon Clarkee46be812010-01-19 14:06:41 +00001013
1014 Finished more of the inline caching stubs for x64 targets.
Steve Blocka7e24c12009-10-30 11:49:00 +00001015
1016
10172009-07-13: Version 1.2.14
1018
1019 Added separate paged heap space for global property cells and
1020 avoid updating the write barrier when storing into them.
1021
1022 Improved peep-hole optimization on ARM platforms by not emitting
1023 unnecessary debug information.
1024
1025 Re-enabled ICs for loads and calls that skip a global object
1026 during lookup through the prototype chain.
1027
1028 Allowed access through global proxies to use ICs.
1029
1030 Fixed issue 401.
1031
1032
10332009-07-09: Version 1.2.13
1034
1035 Fixed issue 397, issue 398, and issue 399.
1036
1037 Added support for breakpoint groups.
1038
1039 Fixed bugs introduced with the new global object representation.
1040
1041 Fixed a few bugs in the ARM code generator.
1042
1043
10442009-07-06: Version 1.2.12
1045
1046 Added stack traces collection to Error objects accessible through
1047 the e.stack property.
1048
1049 Changed RegExp parser to use a recursive data structure instead of
1050 stack-based recursion.
1051
1052 Optimized Date object construction and string concatenation.
1053
1054 Improved performance of div, mod, and mul on ARM platforms.
1055
1056
10572009-07-02: Version 1.2.11
1058
1059 Improved performance on IA-32 and ARM.
1060
1061 Fixed profiler sampler implementation on Mac OS X.
1062
1063 Changed the representation of global objects to improve
1064 performance of adding a lot of new properties.
1065
1066
10672009-06-29: Version 1.2.10
1068
1069 Improved debugger support.
1070
1071 Fixed bug in exception message reporting (issue 390).
1072
1073 Improved overall performance.
1074
1075
10762009-06-23: Version 1.2.9
1077
1078 Improved math performance on ARM.
1079
1080 Fixed profiler name-inference bug.
1081
1082 Fixed handling of shared libraries in the profiler tick processor
1083 scripts.
1084
1085 Fixed handling of tests that time out in the test scripts.
1086
1087 Fixed compilation on MacOS X version 10.4.
1088
1089 Fixed two bugs in the regular expression engine.
1090
1091 Fixed a bug in the string type inference.
1092
1093 Fixed a bug in the handling of 'constant function' properties.
Leon Clarkee46be812010-01-19 14:06:41 +00001094
Steve Blocka7e24c12009-10-30 11:49:00 +00001095 Improved overall performance.
Leon Clarkee46be812010-01-19 14:06:41 +00001096
Steve Blocka7e24c12009-10-30 11:49:00 +00001097
10982009-06-16: Version 1.2.8
1099
1100 Optimized math on ARM platforms.
1101
1102 Fixed two crash bugs in the handling of getters and setters.
1103
1104 Improved the debugger support by adding scope chain information.
1105
1106 Improved the profiler support by compressing log data transmitted
1107 to clients.
1108
1109 Improved overall performance.
1110
1111
11122009-06-08: Version 1.2.7
1113
1114 Improved debugger and profiler support.
1115
1116 Reduced compilation time by improving the handling of deferred
1117 code.
1118
1119 Optimized interceptor accesses where the property is on the object
1120 on which the interceptors is attached.
1121
1122 Fixed compilation problem on GCC 4.4 by changing the stack
1123 alignment to 16 bytes.
1124
1125 Fixed handle creation to follow stric aliasing rules.
1126
1127 Fixed compilation on FreeBSD.
1128
1129 Introduced API for forcing the deletion of a property ignoring
1130 interceptors and attributes.
1131
1132
11332009-05-29: Version 1.2.6
1134
1135 Added a histogram recording hit rates at different levels of the
1136 compilation cache.
1137
1138 Added stack overflow check for the RegExp analysis phase. Previously a
1139 very long regexp graph could overflow the stack with recursive calls.
1140
1141 Use a dynamic buffer when collecting log events in memory.
1142
1143 Added start/stop events to the profiler log.
1144
1145 Fixed infinite loop which could happen when setting a debug break while
1146 executing a RegExp compiled to native code.
1147
1148 Fixed handling of lastIndexOf called with negative index (issue 351).
1149
1150 Fixed irregular crash in profiler test (issue 358).
1151
1152 Fixed compilation issues with some versions of gcc.
1153
1154
11552009-05-26: Version 1.2.5
1156
1157 Fixed bug in initial boundary check for Boyer-Moore text
1158 search (issue 349).
1159
1160 Fixed compilation issues with MinGW and gcc 4.3+ and added support
1161 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
1162 Craig Schlenter.
1163
1164 Added a script cache to the debugger.
1165
1166 Optimized compilation performance by improving internal data
1167 structures and avoiding expensive property load optimizations for
1168 code that's infrequently executed.
1169
1170 Exposed the calling JavaScript context through the static API
1171 function Context::GetCalling().
1172
1173
11742009-05-18: Version 1.2.4
1175
1176 Improved performance of floating point number allocation for ARM
1177 platforms.
1178
1179 Fixed crash when using the instanceof operator on functions with
1180 number values in their prototype chain (issue 341).
1181
1182 Optimized virtual frame operations in the code generator to speed
1183 up compilation time and allocated the frames in the zone.
1184
1185 Made the representation of virtual frames and jump targets in the
1186 code generator much more compact.
1187
1188 Avoided linear search for non-locals in scope code when resolving
1189 variables inside with and eval scopes.
1190
1191 Optimized lexical scanner by dealing with whitespace as part of
1192 the token scanning instead of as a separate step before it.
1193
1194 Changed the scavenging collector so that promoted objects do not
1195 reside in the old generation while their remembered set is being
1196 swept for pointers into the young generation.
1197
1198 Fixed numeric overflow handling when compiling count operations.
1199
1200
12012009-05-11: Version 1.2.3
1202
1203 Fixed bug in reporting of out-of-memory situations.
1204
1205 Introduced hidden prototypes on certain builtin prototype objects
1206 such as String.prototype to emulate JSC's behavior of restoring
1207 the original function when deleting functions from those prototype
1208 objects.
1209
1210 Fixed crash bug in the register allocator.
1211
1212
12132009-05-04: Version 1.2.2
1214
1215 Fixed bug in array sorting for sparse arrays (issue 326).
1216
1217 Added support for adding a soname when building a shared library
1218 on Linux (issue 151).
1219
1220 Fixed bug caused by morphing internal ASCII strings to external
1221 two-byte strings. Slices over ASCII strings have to forward ASCII
1222 checks to the underlying buffer string.
1223
1224 Allowed API call-as-function handlers to be called as
1225 constructors.
1226
1227 Fixed a crash bug where an external string was disposed but a
1228 slice of the external string survived as a symbol.
1229
1230
12312009-04-27: Version 1.2.1
1232
1233 Added EcmaScript 5 JSON object.
1234
1235 Fix bug in preemption support on ARM.
1236
1237
12382009-04-23: Version 1.2.0
1239
1240 Optimized floating-point operations on ARM.
1241
1242 Added a number of extensions to the debugger API.
1243
1244 Changed the enumeration order for unsigned integer keys to always
1245 be numerical order.
1246
1247 Added a "read" extension to the shell sample.
1248
1249 Added support for Array.prototype.reduce and
1250 Array.prototype.reduceRight.
1251
1252 Added an option to the SCons build to control Microsoft Visual C++
1253 link-time code generation.
1254
1255 Fixed a number of bugs (in particular issue 315, issue 316,
1256 issue 317 and issue 318).
1257
1258
12592009-04-15: Version 1.1.10
1260
1261 Fixed crash bug that occurred when loading a const variable in the
1262 presence of eval.
1263
1264 Allowed using with and eval in registered extensions in debug mode
1265 by fixing bogus assert.
1266
1267 Fixed the source position for function returns to enable the
1268 debugger to break there.
1269
1270
12712009-04-14: Version 1.1.9
1272
1273 Made the stack traversal code in the profiler robust by avoiding
1274 to look into the heap.
1275
1276 Added name inferencing for anonymous functions to facilitate
1277 debugging and profiling.
1278
1279 Re-enabled stats timers in the developer shell (d8).
1280
1281 Fixed issue 303 by avoiding to shortcut cons-symbols.
1282
1283
12842009-04-11: Version 1.1.8
1285
1286 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
1287
1288 Fixed step-in handling for Function.prototype.apply and call in
1289 the debugger (issue 269).
1290
1291 Fixed v8::Object::DeleteHiddenValue to not bail out when there
1292 are no hidden properties.
1293
1294 Added workaround for crash bug, where external symbol table
1295 entries with deleted resources would lead to NPEs when looking
1296 up in the symbol table.
1297
1298
12992009-04-07: Version 1.1.7
1300
1301 Added support for easily importing additional environment
1302 variables into the SCons build.
1303
1304 Optimized strict equality checks.
1305
1306 Fixed crash in indexed setters on objects without a corresponding
1307 getter (issue 298).
1308
1309 Re-enabled script compilation cache.
1310
1311
13122009-04-01: Version 1.1.6
1313
1314 Reverted an unsafe code generator change.
1315
1316
13172009-04-01: Version 1.1.5
1318
1319 Fixed bug that caused function literals to not be optimized as
1320 much as other functions.
1321
1322 Improved profiler support.
1323
1324 Fixed a crash bug in connection with debugger unloading.
1325
1326 Fixed a crash bug in the code generator caused by losing the
1327 information that a frame element was copied.
1328
1329 Fixed an exception propagation bug that could cause non-null
1330 return values when exceptions were thrown.
1331
1332
13332009-03-30: Version 1.1.4
1334
1335 Optimized String.prototype.match.
1336
1337 Improved the stack information in profiles.
1338
1339 Fixed bug in ARM port making it possible to compile the runtime
1340 system for thumb mode again.
1341
1342 Implemented a number of optimizations in the code generator.
1343
1344 Fixed a number of memory leaks in tests.
1345
1346 Fixed crash bug in connection with script source code and external
1347 strings.
1348
1349
13502009-03-24: Version 1.1.3
1351
1352 Fixed assertion failures in compilation of loop conditions.
1353
1354 Removed STL dependency from developer shell (d8).
1355
1356 Added infrastructure for protecting the V8 heap from corruption
1357 caused by memory modifications from the outside.
1358
1359
13602009-03-24: Version 1.1.2
1361
1362 Improved frame merge code generated by the code generator.
1363
1364 Optimized String.prototype.replace.
1365
1366 Implemented __defineGetter__ and __defineSetter__ for properties
1367 with integer keys on non-array objects.
1368
1369 Improved debugger and profiler support.
1370
1371 Fixed a number of portability issues to allow compilation for
1372 smaller ARM devices.
1373
1374 Exposed object cloning through the API.
1375
1376 Implemented hidden properties. This is used to expose an identity
1377 hash for objects through the API.
1378
1379 Implemented restarting of regular expressions if their input
1380 string changes representation during preemption.
1381
1382 Fixed a code generator bug that could cause assignments in loops
1383 to be ignored if using continue to break out of the loop (issue
1384 284).
1385
1386
13872009-03-12: Version 1.1.1
1388
1389 Fixed an assertion in the new compiler to take stack overflow
1390 exceptions into account.
1391
1392 Removed exception propagation code that could cause crashes.
1393
1394 Fixed minor bug in debugger line number computations.
1395
1396 8-byte align the C stack on Linux and Windows to speed up floating
1397 point computations.
1398
1399
14002009-03-12: Version 1.1.0
1401
1402 Improved code generation infrastructure by doing simple register
1403 allocation and constant folding and propagation.
1404
1405 Optimized regular expression matching by avoiding to create
1406 intermediate string arrays and by flattening nested array
1407 representations of RegExp data.
1408
1409 Traverse a few stack frames when recording profiler samples to
1410 include partial call graphs in the profiling output.
1411
1412 Added support for using OProfile to profile generated code.
1413
1414 Added remote debugging support to the D8 developer shell.
1415
1416 Optimized creation of nested literals like JSON objects.
1417
1418 Fixed a bug in garbage collecting unused maps and turned it on by
1419 default (--collect-maps).
1420
1421 Added support for running tests under Valgrind.
1422
1423
14242009-02-27: Version 1.0.3
1425
1426 Optimized double-to-integer conversions in bit operations by using
1427 SSE3 instructions if available.
1428
1429 Optimized initialization sequences that store to multiple
1430 properties of the same object.
1431
1432 Changed the D8 debugger frontend to use JSON messages.
1433
1434 Force garbage collections when disposing contexts.
1435
1436 Align code objects at 32-byte boundaries.
1437
1438
14392009-02-25: Version 1.0.2
1440
1441 Improved profiling support by performing simple call stack
1442 sampling for ticks and by fixing a bug in the logging of code
1443 addresses.
1444
1445 Fixed a number of debugger issues.
1446
1447 Optimized code that uses eval.
1448
1449 Fixed a couple of bugs in the regular expression engine.
1450
1451 Reduced the size of generated code for certain regular expressions.
1452
1453 Removed JSCRE completely.
1454
1455 Fixed issue where test could not be run if there was a dot in the
1456 checkout path.
1457
1458
14592009-02-13: Version 1.0.1
1460
1461 Fixed two crash-bugs in irregexp (issue 231 and 233).
1462
1463 Fixed a number of minor bugs (issue 87, 227 and 228).
1464
1465 Added support for morphing strings to external strings on demand
1466 to avoid having to create copies in the embedding code.
1467
1468 Removed experimental support for external symbol callbacks.
1469
1470
14712009-02-09: Version 1.0.0
1472
1473 Fixed crash-bug in the code generation for case independent 16 bit
1474 backreferences.
1475
1476 Made shells more robust in the presence of string conversion
1477 failures (issue 224).
1478
1479 Fixed a potential infinite loop when attempting to resolve
1480 eval (issue 221).
1481
1482 Miscellaneous fixes to the new regular expression engine.
1483
1484 Reduced binary by stripping unneeded text from JavaScript library and
1485 minifying some JavaScript files.
1486
1487
14882009-01-27: Version 0.4.9
1489
1490 Enabled new regular expression engine.
1491
1492 Made a number of changes to the debugger protocol.
1493
1494 Fixed a number of bugs in the preemption support.
1495
1496 Added -p option to the developer shell to run files in parallel
1497 using preemption.
1498
1499 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
1500 193, 198 and 201).
1501
1502 Fixed a number of bugs in the serialization/deserialization
1503 support for the ARM platform.
1504
1505
15062009-01-19: Version 0.4.8.1
1507
1508 Minor patch to debugger support.
1509
1510
15112009-01-16: Version 0.4.8
1512
1513 Fixed string length bug on ARM (issue 171).
1514
1515 Made most methods in the API const.
1516
1517 Optimized object literals by improving data locality.
1518
1519 Fixed bug that caused incomplete functions to be cached in case of
1520 stack overflow exceptions.
1521
1522 Fixed bugs that caused catch variables and variables introduced by
1523 eval to behave incorrectly when using accessors (issues 186, 190
1524 and 191).
1525
1526
15272009-01-06: Version 0.4.7
1528
1529 Minor bugfixes and optimizations.
1530
1531 Added command line debugger to D8 shell.
1532
1533 Fixed subtle bug that caused the wrong 'this' to be used when
1534 calling a caught function in a catch clause.
1535
1536 Inline array loads within loops directly in the code instead of
1537 always calling a stub.
1538
1539
15402008-12-11: Version 0.4.6
1541
1542 Fixed exception reporting bug where certain exceptions were
1543 incorrectly reported as uncaught.
1544
1545 Improved the memory allocation strategy used during compilation to
1546 make running out of memory when compiling huge scripts less
1547 likely.
1548
1549 Optimized String.replace by avoiding the construction of certain
1550 sub strings.
1551
1552 Fixed bug in code generation for large switch statements on ARM.
1553
1554 Fixed bug that caused V8 to change the global object template
1555 passed in by the user.
1556
1557 Changed the API for creating object groups used during garbage
1558 collection. Entire object groups are now passed to V8 instead of
1559 individual members of the groups.
1560
1561
15622008-12-03: Version 0.4.5
1563
1564 Added experimental API support for allocating V8 symbols as
1565 external strings.
1566
1567 Fixed bugs in debugging support on ARM.
1568
1569 Changed eval implementation to correctly detect whether or not a
1570 call to eval is aliased.
1571
1572 Fixed bug caused by a combination of the compilation cache and
1573 dictionary probing in native code. The bug caused us to sometimes
1574 call functions that had not yet been compiled.
1575
1576 Added platform support for FreeBSD.
1577
1578 Added support for building V8 on Windows with either the shared or
1579 static version of MSVCRT
1580
1581 Added the v8::jscre namespace around the jscre functions to avoid
1582 link errors (duplicate symbols) when building Google Chrome.
1583
1584 Added support for calling a JavaScript function with the current
1585 debugger execution context as its argument to the debugger
1586 interface.
1587
1588 Changed the type of names of counters from wchar_t to char.
1589
1590 Changed the Windows system call used to compute daylight savings
1591 time. The system call that we used to use became four times
1592 slower on WinXP SP3.
1593
1594 Added support in the d8 developer shell for memory-mapped counters
1595 and added a stats-viewer tool.
1596
1597 Fixed bug in upper/lower case mappings (issue 149).
1598
1599
16002008-11-17: Version 0.4.4
1601
1602 Reduced code size by using shorter instruction encoding when
1603 possible.
1604
1605 Added a --help option to the shell sample and to the d8 shell.
1606
1607 Added visual studio project files for building the ARM simulator.
1608
1609 Fixed a number of ARM simulator issues.
1610
1611 Fixed bug in out-of-memory handling on ARM.
1612
1613 Implemented shell support for passing arguments to a script from
1614 the command line.
1615
1616 Fixed bug in date code that made certain date functions return -0
1617 instead of 0 for dates before the epoch.
1618
1619 Restricted applications of eval so it can only be used in the
1620 context of the associated global object.
1621
1622 Treat byte-order marks as whitespace characters.
1623
1624
16252008-11-04: Version 0.4.3
1626
1627 Added support for API accessors that prohibit overwriting by
1628 accessors defined in JavaScript code by using __defineGetter__ and
1629 __defineSetter__.
1630
1631 Improved handling of conditionals in test status files.
1632
1633 Introduced access control in propertyIsEnumerable.
1634
1635 Improved performance of some string operations by caching
1636 information about the type of the string between operations.
1637
1638 Fixed bug in fast-case code for switch statements that only have
1639 integer labels.
1640
1641
16422008-10-30: Version 0.4.2
1643
1644 Improved performance of Array.prototype.concat by moving the
1645 implementation to C++ (issue 123).
1646
1647 Fixed heap growth policy to avoid growing old space to its maximum
1648 capacity before doing a garbage collection and fixed issue that
1649 would lead to artificial out of memory situations (issue 129).
1650
1651 Fixed Date.prototype.toLocaleDateString to return the date in the
1652 same format as WebKit.
1653
1654 Added missing initialization checks to debugger API.
1655
1656 Added removing of unused maps during GC.
1657
1658
16592008-10-28: Version 0.4.1
1660
1661 Added caching of RegExp data in compilation cache.
1662
1663 Added Visual Studio project file for d8 shell.
1664
1665 Fixed function call performance regression introduced in version
1666 0.4.0 when splitting the global object in two parts (issue 120).
1667
1668 Fixed issue 131 by checking for empty handles before throwing and
1669 reporting exceptions.
1670
1671
16722008-10-23: Version 0.4.0
1673
1674 Split the global object into two parts: The state holding global
1675 object and the global object proxy.
1676
1677 Fixed bug that affected the value of an assignment to an element
1678 in certain cases (issue 116).
1679
1680 Added GetPropertyNames functionality (issue 33) and extra Date
1681 functions (issue 77) to the API.
1682
1683 Changed WeakReferenceCallback to take a Persistent<Value> instead
1684 of a Persistent<Object> (issue 101).
1685
1686 Fixed issues with message reporting for exceptions in try-finally
1687 blocks (issues 73 and 75).
1688
1689 Optimized flattening of strings and string equality checking.
1690
1691 Improved Boyer-Moore implementation for faster indexOf operations.
1692
1693 Added development shell (d8) which includes counters and
1694 completion support.
1695
1696 Fixed problem with the receiver passed to functions called from
1697 eval (issue 124).
1698
1699
17002008-10-16: Version 0.3.5
1701
1702 Improved string hash-code distribution by excluding bit-field bits
1703 from the hash-code.
1704
1705 Changed string search algorithm used in indexOf from KMP to
1706 Boyer-Moore.
1707
1708 Improved the generated code for the instanceof operator.
1709
1710 Improved performance of slow-case string equality checks by
1711 specializing the code based on the string representation.
1712
1713 Improve the handling of out-of-memory situations (issue 70).
1714
1715 Improved performance of strict equality checks.
1716
1717 Improved profiler output to make it easier to see anonymous
1718 functions.
1719
1720 Improved performance of slow-case keyed loads.
1721
1722 Improved property access performance by allocating a number of
1723 properties in the front object.
1724
1725 Changed the toString behavior on the built-in object constructors
1726 to print [native code] instead of the actual source. Some web
1727 applications do not like constructors with complex toString
1728 results.
1729
1730
17312008-10-06: Version 0.3.4
1732
1733 Changed Array.prototype.sort to use quick sort.
1734
1735 Fixed code generation issue where leaving a finally block with
1736 break or continue would accumulate elements on the expression
1737 stack (issue 86).
1738
1739 Made sure that the name accessor on functions returns the expected
1740 names for builtin JavaScript functions and C++ callback functions.
1741
1742 Added fast case code for extending the property storage array of
1743 JavaScript objects.
1744
1745 Ported switch statement optimizations introduced in version 0.3.3
1746 to the ARM code generator.
1747
1748 Allowed GCC to use strict-aliasing rules when compiling.
1749
1750 Improved performance of arguments object allocation by taking care
1751 of arguments adaptor frames in the generated code.
1752
1753 Updated the V8 benchmark suite to version 2.
1754
1755
17562008-09-25: Version 0.3.3
1757
1758 Improved handling of relocation information to enable more
1759 peep-hole optimizations.
1760
1761 Optimized switch statements where all labels are constant small
1762 integers.
1763
1764 Optimized String.prototype.indexOf for common cases.
1765
1766 Fixed more build issues (issue 80).
1767
1768 Fixed a couple of profiler issues.
1769
1770 Fixed bug where the body of a function created using the Function
1771 constructor was not allowed to end with a single-line comment
1772 (issue 85).
1773
1774 Improved handling of object literals by canonicalizing object
1775 literal maps. This will allow JSON objects with the same set of
1776 properties to share the same map making inline caching work better
1777 for JSON objects.
1778
1779
17802008-09-17: Version 0.3.2
1781
1782 Generalized the EvalCache into a CompilationCache and enabled it
1783 for scripts too. The current strategy is to retire all entries
1784 whenever a mark-sweep collection is started.
1785
1786 Fixed bug where switch statements containing only a default case
1787 would lead to an unbalanced stack (issue 69).
1788
1789 Fixed bug that made access to the function in a named function
1790 expression impossible in certain situations (issue 24).
1791
1792 Fixed even more build issues.
1793
1794 Optimized calling conventions on ARM. The conventions on ARM and
1795 IA-32 now match.
1796
1797 Removed static initializers for flags and counters.
1798
1799 Improved inline caching behavior for uncommon cases where lazily
1800 loading Date and RegExp code could force certain code paths go
1801 megamorphic.
1802
1803 Removed arguments adaption for builtins written in C++. This
1804 makes Array.prototype.push and Array.prototype.pop slightly
1805 faster.
1806
1807
18082008-09-11: Version 0.3.1
1809
1810 Fixed a number of build issues.
1811
1812 Fixed problem with missing I-cache flusing on ARM.
1813
1814 Changed space layout in memory management by splitting up
1815 code space into old data space and code space.
1816
1817 Added utf-8 conversion support to the API (issue 57).
1818
1819 Optimized repeated calls to eval with the same strings. These
1820 repeated calls are common in web applications.
1821
1822 Added Xcode project file.
1823
1824 Optimized a couple of Array operation.
1825
1826 Fixed parser bug by checking for end-of-string when parsing break
1827 and continue (issue 35).
1828
1829 Fixed problem where asian characters were not categorized as
1830 letters.
1831
1832 Fixed bug that disallowed calling functions fetched from an array
1833 using a string as an array index (issue 32).
1834
1835 Fixed bug where the internal field count on object templates were
1836 sometimes ignored (issue 54).
1837
1838 Added -f option to the shell sample for compatibility with other
1839 engines (issue 18).
1840
1841 Added source info to TryCatches in the API.
1842
1843 Fixed problem where the seed for the random number generator was
1844 clipped in a double to unsigned int conversion.
1845
1846 Fixed bug where cons string symbols were sometimes converted to
1847 non-symbol flat strings during GC.
1848
1849 Fixed bug in error reporting when attempting to convert null to an
1850 object.
1851
1852
18532008-09-04: Version 0.3.0
1854
1855 Added support for running tests on the ARM simulator.
1856
1857 Fixed bug in the 'in' operator where negative indices were not
1858 treated correctly.
1859
1860 Fixed build issues on gcc-4.3.1.
1861
1862 Changed Date.prototype.toLocaleTimeString to not print the
1863 timezone part of the time.
1864
1865 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
1866 with user code.
1867
1868
18692008-09-02: Version 0.2.5
1870
1871 Renamed the top level directory 'public' to 'include'.
1872
1873 Added 'env' option to the SCons build scripts to support
1874 overriding the ENV part of the build environment. This is mostly
1875 to support Windows builds in cases where SCons cannot find the
1876 correct paths to the Windows SDK, as these paths cannot be passed
1877 through shell environment variables.
1878
1879 Enabled "Buffer Security Check" on for the Windows SCons build and
1880 added the linker option /OPT:ICF as an optimization.
1881
1882 Added the V8 benchmark suite to the repository.
1883
1884
18852008-09-01: Version 0.2.4
1886
1887 Included mjsunit JavaScript test suite and C++ unit tests.
1888
1889 Changed the shell sample to not print the result of executing a
1890 script provided on the command line.
1891
1892 Fixed issue when building samples on Windows using a shared V8
1893 library. Added visibility option on Linux build which makes the
1894 generated library 18% smaller.
1895
1896 Changed build system to accept multiple build modes in one build
1897 and generate separate objects, libraries and executables for each
1898 mode.
1899
1900 Removed deferred negation optimization (a * -b => -(a * b)) since
1901 this visibly changes operand conversion order.
1902
1903 Improved parsing performance by introducing stack guard in
1904 preparsing. Without a stack guard preparsing always bails out
1905 with stack overflow.
1906
1907 Changed shell sample to take flags directly from the command-line.
1908 Added API call that implements this.
1909
1910 Added load, quit and version functions to the shell sample so it's
1911 easier to run benchmarks and tests.
1912
1913 Fixed issue with building samples and cctests on 64-bit machines.
1914
1915 Fixed bug in the runtime system where the prototype chain was not
1916 always searched for a setter when setting a property that does not
1917 exist locally.
1918
1919
19202008-08-14: Version 0.2.3
1921
1922 Improved performance of garbage collection by moving the
1923 function that updates pointers during compacting collection
1924 into the updating visitor. This gives the compiler a better
1925 chance to inline and avoid a function call per (potential)
1926 pointer.
1927
1928 Extended the shell sample with a --runtime-flags option.
1929
1930 Added Visual Studio project files for the shell.cc and
1931 process.cc samples.
1932
1933
19342008-08-13: Version 0.2.2
1935
1936 Improved performance of garbage collection by changing the way
1937 we use the marking stack in the event of stack overflow during
1938 full garbage collection and by changing the way we mark roots.
1939
1940 Cleaned up ARM version by removing top of stack caching and by
1941 introducing push/pop elimination.
1942
1943 Cleaned up the way runtime functions are called to allow
1944 runtime calls with no arguments.
1945
1946 Changed Windows build options to make sure that exceptions are
1947 disabled and that optimization flags are enabled.
1948
1949 Added first version of Visual Studio project files.
1950
1951
19522008-08-06: Version 0.2.1
1953
1954 Improved performance of unary addition by avoiding runtime calls.
1955
1956 Fixed the handling of '>' and '<=' to use right-to-left conversion
1957 and left-to-right evaluation as specified by ECMA-262.
1958
1959 Fixed a branch elimination bug on the ARM platform where incorrect
1960 code was generated because of overly aggressive branch
1961 elimination.
1962
1963 Improved performance of code that repeatedly assigns the same
1964 function to the same property of different objects with the same
1965 map.
1966
1967 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
1968 no longer expects DEBUG to be defined.
1969
1970 Added platform-nullos.cc to serve as the basis for new platform
1971 implementations.
1972
1973
19742008-07-30: Version 0.2.0
1975
1976 Changed all text files to have native svn:eol-style.
1977
1978 Added a few samples and support for building them. The samples
1979 include a simple shell that can be used to benchmark and test V8.
1980
1981 Changed V8::GetVersion to return the version as a string.
1982
1983 Added source for lazily loaded scripts to snapshots and made
1984 serialization non-destructive.
1985
1986 Improved ARM support by fixing the write barrier code to use
1987 aligned loads and stores and by removing premature locals
1988 optimization that relied on broken support for callee-saved
1989 registers (removed).
1990
1991 Refactored the code for marking live objects during garbage
1992 collection and the code for allocating objects in paged
1993 spaces. Introduced an abstraction for the map word of a heap-
1994 allocated object and changed the memory allocator to allocate
1995 executable memory only for spaces that may contain code objects.
1996
1997 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
1998 they can be used by debugging and logging modules. Added
1999 thread-safe message queues for dealing with debugger events.
2000
2001 Fixed the source code reported by toString for certain builtin
2002 empty functions and made sure that the prototype property of a
2003 function is enumerable.
2004
2005 Improved performance of converting values to condition flags in
2006 generated code.
2007
2008 Merged disassembler-{arch} files.
2009
2010
20112008-07-28: Version 0.1.4
2012
2013 Added support for storing JavaScript stack traces in a stack
2014 allocated buffer to make it visible in shallow core dumps.
2015 Controlled by the --preallocate-message-memory flag which is
2016 disabled by default.
2017
2018
20192008-07-25: Version 0.1.3
2020
2021 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
2022 map transitions would count as properties.
2023
2024 Allowed aliased eval invocations by treating them as evals in the
2025 global context. This may change in the future.
2026
2027 Added support for accessing the last entered context through the
2028 API and renamed Context::Current to Context::GetCurrent and
2029 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
2030
2031 Fixed bug in the debugger that would cause the debugger scripts to
2032 be recursively loaded and changed all disabling of interrupts to
2033 be block-structured.
2034
2035 Made snapshot data read-only to allow it to be more easily shared
2036 across multiple users of V8 when linked as a shared library.
2037
2038
20392008-07-16: Version 0.1.2
2040
2041 Fixed building on Mac OS X by recognizing i386 and friends as
2042 IA-32 platforms.
2043
2044 Added propagation of stack overflow exceptions that occur while
2045 compiling nested functions.
2046
2047 Improved debugger with support for recursive break points and
2048 handling of exceptions that occur in the debugger JavaScript code.
2049
2050 Renamed GetInternal to GetInternalField and SetInternal to
2051 SetInternalField in the API and moved InternalFieldCount and
2052 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
2053
2054
20552008-07-09: Version 0.1.1
2056
2057 Fixed bug in stack overflow check code for IA-32 targets where a
2058 non-tagged value in register eax was pushed to the stack.
2059
2060 Fixed potential quadratic behavior when converting strings to
2061 numbers.
2062
2063 Fixed bug where the return value from Object::SetProperty could
2064 end up being the property holder instead of the written value.
2065
2066 Improved debugger support by allowing nested break points and by
2067 dealing with stack-overflows when compiling functions before
2068 setting break points in them.
2069
2070
20712008-07-03: Version 0.1.0
2072
2073 Initial export.
2074