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