Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / v8 / ChangeLog
1 2014-02-10: Version 3.24.35
2
3         Fix inconsistencies wrt whitespaces (issue 3109).
4
5         Performance and stability improvements on all platforms.
6
7
8 2014-02-07: Version 3.24.34
9
10         Performance and stability improvements on all platforms.
11
12
13 2014-02-06: Version 3.24.33
14
15         Allow externalizing strings in old pointer space (Chromium issue
16         268686).
17
18         Performance and stability improvements on all platforms.
19
20
21 2014-02-05: Version 3.24.32
22
23         Add Box object to heap profiler.
24
25         Check the offset argument of TypedArray.set for fitting into Smi
26         (Chromium issue 340125).
27
28         Performance and stability improvements on all platforms.
29
30
31 2014-02-04: Version 3.24.31
32
33         Fix short-circuiting logical and/or in HOptimizedGraphBuilder (Chromium
34         issue 336148).
35
36         Elements field of newly allocated JSArray could be left uninitialized in
37         some cases (fast literal case) (Chromium issue 340124).
38
39         Re-enable escape analysis.
40
41         Performance and stability improvements on all platforms.
42
43
44 2014-02-03: Version 3.24.30
45
46         Performance and stability improvements on all platforms.
47
48
49 2014-02-01: Version 3.24.29
50
51         Performance and stability improvements on all platforms.
52
53
54 2014-01-31: Version 3.24.28
55
56         Don't crash in Array.join() if the resulting string exceeds the max
57         string length (Chromium issue 336820).
58
59         Implements ES6 String.prototype.normalize method (issue 2943).
60
61         Performance and stability improvements on all platforms.
62
63
64 2014-01-30: Version 3.24.27
65
66         Performance and stability improvements on all platforms.
67
68
69 2014-01-29: Version 3.24.26
70
71         ES6: Map and Set needs to normalize minus zero (issue 3069).
72
73         Make `String.prototype.{starts,ends}With` throw when passing a regular
74         expression (issue 3070).
75
76         Performance and stability improvements on all platforms.
77
78
79 2014-01-28: Version 3.24.25
80
81         Performance and stability improvements on all platforms.
82
83
84 2014-01-27: Version 3.24.24
85
86         MIPS: Reduce the stack requirements of GetNoCodeAgeSequence (issue
87         3111).
88
89         Delete v8_shell target now that chrome uses d8 (Chromium issue 331585).
90
91         ARM: Reduce the stack requirements of GetNoCodeAgeSequence (issue 3111).
92
93         Performance and stability improvements on all platforms.
94
95
96 2014-01-24: Version 3.24.23
97
98         Performance and stability improvements on all platforms.
99
100
101 2014-01-23: Version 3.24.22
102
103         Fix compilation on x64 architectures (issue 3110).
104
105         Ensure we don't overwrite transitions in SetPropertyIgnoreAttributes
106         (Chromium issue 326155).
107
108         ES6: Implement Object.setPrototypeOf (issue 2675).
109
110         Fixed floor-of-div optimization (Chromium issue 334708).
111
112         Performance and stability improvements on all platforms.
113
114
115 2014-01-22: Version 3.24.21
116
117         Performance and stability improvements on all platforms.
118
119
120 2014-01-21: Version 3.24.20
121
122         ES6: Implement Object.setPrototypeOf (issue 2675).
123
124         Performance and stability improvements on all platforms.
125
126
127 2014-01-20: Version 3.24.19
128
129         Introduce a setting to control the toolset for which d8 is compiled
130         (issue 1775).
131
132         Performance and stability improvements on all platforms.
133
134
135 2014-01-17: Version 3.24.18
136
137         Performance and stability improvements on all platforms.
138
139
140 2014-01-16: Version 3.24.17
141
142         Make cells pointing to JSObjects weak in optimized code (issue 2073).
143
144         Performance and stability improvements on all platforms.
145
146
147 2014-01-15: Version 3.24.16
148
149         Annotate mapped memory regions for LeakSanitizer (Chromium issue
150         328552).
151
152         Turn Runtime_MigrateInstance into Runtime_TryMigrateInstance (Chromium
153         issue 315252).
154
155         Performance and stability improvements on all platforms.
156
157
158 2014-01-14: Version 3.24.15
159
160         Introduce an API mirroring the gc extension.
161
162         Performance and stability improvements on all platforms.
163
164
165 2014-01-10: Version 3.24.14
166
167         ES6: Add Object.getOwnPropertySymbols (issue 3049).
168
169         Performance and stability improvements on all platforms.
170
171
172 2014-01-09: Version 3.24.13
173
174         Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue
175         324225).
176
177         Removed v8::AssertNoGCScope.
178
179         Performance and stability improvements on all platforms.
180
181
182 2014-01-08: Version 3.24.12
183
184         Correctly handle instances without elements in polymorphic keyed
185         load/store (Chromium issue 331416).
186
187         Fix selection of popular pages in store buffer (Chromium issue 331444).
188
189         Prepare removal of ObjectTemplate::New without Isolate parameter
190         (Chromium issue 324225).
191
192         Performance and stability improvements on all platforms.
193
194
195 2014-01-07: Version 3.24.11
196
197         Remove generated makefiles on linux when running gyp_v8
198         (Chromium issue 331475)
199
200         Fix building d8 with readline support due to API changes
201
202         Performance and stability improvements on all platforms.
203
204
205 2014-01-03: Version 3.24.10
206
207         Reland r18383: More API cleanup (Chromium issue 324225).
208
209         MIPS: Fix loading of global object in LWrapReceiver (Chromium issue
210         318420).
211
212         Performance and stability improvements on all platforms.
213
214
215 2014-01-02: Version 3.24.9
216
217         Performance and stability improvements on all platforms.
218
219
220 2013-12-30: Version 3.24.8
221
222         ARM: fix loading of global object in LWrapReceiver (Chromium issue
223         318420).
224
225         Fix a race between concurrent recompilation and OSR (Chromium issue
226         330046).
227
228         Turn off concurrent sweeping (issue 3071).
229
230         Performance and stability improvements on all platforms.
231
232
233 2013-12-23: Version 3.24.7
234
235         Fix small spec violation in String.prototype.split (issue 3026).
236
237         Correctly resolve forcibly context allocated parameters in debug-
238         evaluate (Chromium issue 325676).
239
240         Introduce Function::GetBoundFunction. 
241
242         Performance and stability improvements on all platforms.
243
244
245 2013-12-20: Version 3.24.6
246
247         Performance and stability improvements on all platforms.
248
249
250 2013-12-19: Version 3.24.5
251
252         Performance and stability improvements on all platforms.
253
254
255 2013-12-18: Version 3.24.4
256
257         Removed all stuff marked as V8_DEPRECATED.
258
259         Performance and stability improvements on all platforms.
260
261
262 2013-12-17: Version 3.24.3
263
264         Performance and stability improvements on all platforms.
265
266
267 2013-12-17: Version 3.24.2
268
269         Flush instruction cache for deserialized code objects.
270
271         Performance and stability improvements on all platforms.
272
273
274 2013-12-13: Version 3.24.1
275
276         Fix polymorphic inlined calls with migrating prototypes.
277
278         Fixed global object leak caused by overwriting the global receiver (the
279         global proxy) in the global object with the global object itself
280         (Chromium issue 324812).
281
282         Initialize Date parse cache with SMI instead of double to workaround
283         sharing mutable heap numbers in snapshot (Chromium issue 280531).
284
285         Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue
286         234135).
287
288         Performance and stability improvements on all platforms.
289
290
291 2013-12-09: Version 3.24.0
292
293         Performance and stability improvements on all platforms.
294
295
296 2013-12-04: Version 3.23.18
297
298         Performance and stability improvements on all platforms.
299
300
301 2013-12-03: Version 3.23.17
302
303         Performance and stability improvements on all platforms.
304
305
306 2013-12-02: Version 3.23.16
307
308         Array builtins need to be prevented from changing frozen objects, and
309         changing structure on sealed objects (Chromium issue 299979).
310
311         Performance and stability improvements on all platforms.
312
313
314 2013-11-29: Version 3.23.15
315
316         Fix context register allocation in LTransitionElementsKind
317         (Chromium issue 324306).
318
319         Fix bug in inlining Function.apply (Chromium issue 323942).
320
321         Ensure that length is Smi in TypedArrayFromArrayLike constructor
322         (Chromium issue 324028).
323
324         Performance and stability improvements on all platforms.
325
326
327 2013-11-28: Version 3.23.14
328
329         Shorten autogenerated error message (issue 3019).
330
331         Performance and stability improvements on all platforms.
332
333
334 2013-11-27: Version 3.23.13
335
336         Increase precision for base conversion for large integers (issue 3025).
337
338         Flatten cons string for single character substrings (Chromium issue
339         323041).
340
341         Performance and stability improvements on all platforms.
342
343
344 2013-11-26: Version 3.23.12
345
346         Performance and stability improvements on all platforms.
347
348
349 2013-11-25: Version 3.23.11
350
351         Deprecate old versions of Isolate::SetData and GetData.
352
353         Performance and stability improvements on all platforms.
354
355
356 2013-11-22: Version 3.23.10
357
358         Remove preemption thread and API.
359         (issue 3004)
360
361         Performance and stability improvements on all platforms.
362
363
364 2013-11-21: Version 3.23.9
365
366         API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t
367         instead of intptr_t.
368
369         Remove deprecated v8::SetResourceConstraints without Isolate parameter.
370
371         Remove deprecated v8-defaults.h and defaults.cc.
372         (Chromium issue 312241)
373
374         Make it possible to add more than one piece of embedder data to
375         isolates.
376         (Chromium issue 317398)
377
378         Performance and stability improvements on all platforms.
379
380
381 2013-11-20: Version 3.23.8
382
383         Fixed crashes exposed though fuzzing.
384         (Chromium issue 320948)
385
386         Deprecated v8::External::New without Isolate parameter.
387
388         Made number of available threads isolate-dependent and exposed it to
389         ResourceConstraints.
390         (issue 2991)
391
392         Performance and stability improvements on all platforms.
393
394
395 2013-11-19: Version 3.23.7
396
397         Bugfix: dependent code field in AllocationSite was keeping code objects
398         alive even after context death.
399         (Chromium issue 320532)
400
401         Fixed data view accessors to throw execptions on offsets bigger than
402         size_t.
403         (issue 3013)
404
405         Performance and stability improvements on all platforms.
406
407
408 2013-11-18: Version 3.23.6
409
410         Limit size of dehoistable array indices.
411         (Chromium issues 319835, 319860)
412
413         Limit the size for typed arrays to MaxSmi.
414         (Chromium issue 319722)
415
416         Performance and stability improvements on all platforms.
417
418
419 2013-11-15: Version 3.23.5
420
421         Fixed missing type feedback check for Generic*String addition.
422         (Chromium issue 318671)
423
424         Fixed duplicate check in DependentCode::Insert.
425         (Chromium issue 318454)
426
427         Performance and stability improvements on all platforms.
428
429
430 2013-11-14: Version 3.23.4
431
432         Fixed overflow in TypedArray initialization function.
433         (Chromium issue 319120)
434
435         Performance and stability improvements on all platforms.
436
437
438 2013-11-13: Version 3.23.3
439
440         Fixed compilation with GCC 4.8.
441         (issue 2767, 2149)
442
443         Added explicit Isolate parameter to External::New.
444         (Chromium issue 266838)
445
446         Performance and stability improvements on all platforms.
447
448
449 2013-11-12: Version 3.23.2
450
451         Fixed --extra-code flag for snapshot creation.
452         (issue 2994)
453
454         Fixed error message wording when instanceof throws.
455         (Chromium issue 82797, issue 1593)
456
457         Performance and stability improvements on all platforms.
458
459
460 2013-11-08: Version 3.23.1
461
462         Made HCapturedObjects non-deletable for DCE. (issue 2987)
463
464         Use a fixed random seed per default. (issue 1880, 2885)
465
466         Fixed y-umlaut to uppercase. (issue 2984)
467
468         Performance and stability improvements on all platforms.
469
470
471 2013-11-06: Version 3.23.0
472
473         Fixed loading message from an Error object.  (Chromium issue 306220)
474
475         Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
476
477         Made snapshots reproducible. (issue 2885)
478
479         Added missing negative dictionary lookup to NonexistentHandlerFrontend.
480         (issue 2980)
481
482         Performance and stability improvements on all platforms.
483
484
485 2013-10-31: Version 3.22.24
486
487         Fixed uint32-to-smi conversion in Lithium.
488         (Chromium issue 309623)
489
490         Performance and stability improvements on all platforms.
491
492
493 2013-10-28: Version 3.22.23
494
495         Renamed deprecated __attribute__((no_address_safety_analysis)) to
496         __attribute__((no_sanitize_address)) (Chromium issue 311283)
497
498         Defined DEBUG for v8_optimized_debug=2
499
500         Performance and stability improvements on all platforms.
501
502
503 2013-10-25: Version 3.22.22
504
505         Record allocation stack traces. (Chromium issue 277984,v8:2949)
506
507         Performance and stability improvements on all platforms.
508
509
510 2013-10-24: Version 3.22.21
511
512         Performance and stability improvements on all platforms.
513
514
515 2013-10-24: Version 3.22.20
516
517         Made Array.prototype.pop throw if the last element is not configurable.
518
519         Fixed HObjectAccess for loads from migrating prototypes.
520         (Chromium issue 305309)
521
522         Enabled preaging of code objects when --optimize-for-size.
523         (Chromium issue 280984)
524
525         Exposed v8::Function::GetDisplayName to public API.
526         (Chromium issue 17356)
527
528         Performance and stability improvements on all platforms.
529
530
531 2013-10-23: Version 3.22.19
532
533         Fix materialization of captured objects with field tracking.
534         (Chromium issue 298990)
535
536         Performance and stability improvements on all platforms.
537
538
539 2013-10-22: Version 3.22.18
540
541         Add tool to visualize machine code/lithium.
542
543         Handle misaligned loads and stores in load elimination. Do not track
544         misaligned loads and be conservative about invalidating misaligned
545         stores. (issue 2934)
546
547         Performance and stability improvements on all platforms.
548
549
550 2013-10-21: Version 3.22.17
551
552         Harmony: Implement Math.trunc and Math.sign. (issue 2938)
553
554         Performance and stability improvements on all platforms.
555
556
557 2013-10-21: Version 3.22.16
558
559         Performance and stability improvements on all platforms.
560
561
562 2013-10-18: Version 3.22.15
563
564         Enabled calling the SetReference* & SetObjectGroupId functions with a
565         Persistent<SubclassOfValue>.
566
567         Performance and stability improvements on all platforms.
568
569
570 2013-10-17: Version 3.22.14
571
572         Performance and stability improvements on all platforms.
573
574
575 2013-10-16: Version 3.22.13
576
577         Do not look up ArrayBuffer on global object in typed array constructor.
578         (issue 2931)
579
580         Performance and stability improvements on all platforms.
581
582
583 2013-10-15: Version 3.22.12
584
585         Added histograms to track fraction of heap spaces and percentage of
586         generated crankshaft code.
587
588         Moved v8_optimized_debug default value to standalone.gypi.
589
590         Track JS allocations as they arrive with no affection on performance
591         when tracking is switched off (Chromium issue 277984).
592
593         Performance and stability improvements on all platforms.
594
595
596 2013-10-14: Version 3.22.11
597
598         Performance and stability improvements on all platforms.
599
600
601 2013-10-11: Version 3.22.10
602
603         Fixed timezone issues with date-time/parse-* tests.
604         (Chromium issue 2919)
605
606         Added column getter to CpuProfileNode (Chromium issue 302537)
607
608         Performance and stability improvements on all platforms.
609
610
611 2013-10-10: Version 3.22.9
612
613         Ensure only whitelisted stubs have sse2 versions in the snapshot.
614         (fix for chromium 304565)
615
616         Implement ArrayBuffer.isView.
617
618         Performance and stability improvements on all platforms.
619
620
621 2013-10-04: Version 3.22.8
622
623         Performance and stability improvements on all platforms.
624
625
626 2013-10-03: Version 3.22.7
627
628         Debug: Allow stepping into on a given call frame
629         (Chromium issue 296963).
630
631         Always use timeGetTime() for TimeTicks::Now() on Windows
632         (Chromium issue 288924).
633
634         Performance and stability improvements on all platforms.
635
636
637 2013-10-02: Version 3.22.6
638
639         Performance and stability improvements on all platforms.
640
641
642 2013-10-01: Version 3.22.5
643
644         Disabled externalization of sliced/cons strings in old pointer space
645         (Chromium issue 276357).
646
647         Turned on handle zapping for release builds
648
649         Performance and stability improvements on all platforms.
650
651
652 2013-09-30: Version 3.22.4
653
654         Function::Call and Object::CallAsFunction APIs should allow v8::Value as
655         a receiver (issue 2915).
656
657         Removed unnecessary mutex (Chromium issue 291236).
658
659         Removed ArrayBufferView::BaseAddress method.
660
661         Performance and stability improvements on all platforms.
662
663
664 2013-09-27: Version 3.22.3
665
666         Added methods to enable configuration of ResourceConstraints based on
667         limits derived at runtime.
668         (Chromium issue 292928)
669
670         Added -optimize-for-size flag to optimize for memory size (will be used
671         by pre-aging CL), and removed the is_memory_constrained
672         ResourceConstraint.
673         (Chromium issue 292928)
674
675         Performance and stability improvements on all platforms.
676
677
678 2013-09-26: Version 3.22.2
679
680         Performance and stability improvements on all platforms.
681
682
683 2013-09-25: Version 3.22.1
684
685         Sped up creating typed arrays from array-like objects.
686         (Chromium issue 270507)
687
688         Performance and stability improvements on all platforms.
689
690
691 2013-09-23: Version 3.22.0
692
693         LiveEdit to mark more closure functions for re-instantiation when scope
694         layout changes.
695         (issue 2872)
696
697         Made bounds check elimination iterative instead of recursive.
698         (Chromium issue 289706)
699
700         Turned on i18n support by default.
701
702         Set the proper instance-type on HAllocate in BuildFastLiteral.
703         (Chromium issue 284577)
704
705         Performance and stability improvements on all platforms.
706
707
708 2013-09-18: Version 3.21.17
709
710         Implemented local load/store elimination on basic blocks.
711
712         Added mutex when accessing concurrent recompilation output queue.
713         (Chromium issue 291236)
714
715         Don't lookup the cache for the result of Function::New.
716         (Chromium issue 272579)
717
718         Tweaked HConstant::EmitAtUses() to eliminate useless constant
719         generation.
720         (Chromium issue 2881)
721
722         Performance and stability improvements on all platforms.
723
724
725 2013-09-16: Version 3.21.16
726
727         Every place where AllocationMemento is initialized with an
728         AllocationSite is now checked to be sure a valid Site goes in. This is
729         temporary code to diagnose chromium bug 284577.
730
731         Performance and stability improvements on all platforms.
732
733
734 2013-09-13: Version 3.21.15
735
736         Non-JSObject heap objects are now handled using slow-path IC stub
737         guarded by the map.
738         (Chromium issue 280632)
739
740         i18n Javascript code added to the snapshot.
741         (V8 issue 2745)
742
743         Performance and stability improvements on all platforms.
744
745 2013-09-12: Version 3.21.14
746
747         Added access check for observed objects.
748         (V8 issue 2778)
749
750         Cleaned up v8::ArrayBuffer::Allocator interface.
751         (V8 issue 2823)
752
753         Performance and stability improvements on all platforms.
754
755 2013-09-11: Version 3.21.13
756
757         Added a ResourceConstraint for the embedder to specify that V8 is
758         running on a memory constrained device.
759         (Chromium issue 280984)
760
761         Removed HandleScope default ctor.
762         (Chromium issue 236173)
763
764         Enabled escape analysis for Hydrogen.
765
766         Correctly stringified mixed encoding indirect strings.
767         (Chromium issue 287476)
768
769         Performance and stability improvements on all platforms.
770
771
772 2013-09-09: Version 3.21.12
773
774         Fixed bitwise negation on x64.
775         (Chromium issue 285355)
776
777         Dropped GetCurrentThreadId() and TerminateExecution(int) from 
778         the external API.
779
780         Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
781         (Chromium issue 284998)
782
783         Added check if timeout has expired after processing each sample.
784         (issue 2814,v8:2871)
785
786         Removed obsolete global V8::has_been_fooed flags.
787         (issue 2744)
788
789         Performance and stability improvements on all platforms.
790
791
792 2013-09-05: Version 3.21.11
793
794         Performance and stability improvements on all platforms.
795
796
797 2013-09-04: Version 3.21.10
798
799         Fixed Eternal::IsEmpty logic (issue 2870).
800
801         Performance and stability improvements on all platforms.
802
803
804 2013-09-03: Version 3.21.9
805
806         Deprecated Persistent functions which were marked to be deprecated.
807
808         Allowed uncacheable identifiers to go generic (issue 2867).
809
810         Performance and stability improvements on all platforms.
811
812
813 2013-09-02: Version 3.21.8
814
815         Added scriptId to StackTrace frames (issue 2865).
816
817         Performance and stability improvements on all platforms.
818
819
820 2013-08-30: Version 3.21.7
821
822         Fixed casts of eternal handles.
823
824         Turned on global handle zapping.
825
826         Always visit branches during HGraph building (Chromium issue 280333).
827
828         Profiler changes: removed deprecated API, support higher sampling
829         rate on Windows.
830
831         Performance and stability improvements on all platforms.
832
833
834 2013-08-29: Version 3.21.6
835
836         Fixed inlined 'throw' statements interfering with live range
837         computation. (issue 2843)
838
839         Performance and stability improvements on all platforms.
840
841
842 2013-08-28: Version 3.21.5
843
844         Fixed compilation with recent MinGW64 versions. (issue 2300)
845
846         Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
847
848         Performance and stability improvements on all platforms.
849
850
851 2013-08-26: Version 3.21.4
852
853         Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
854
855         Use signals for cpu profiling on Mac OS X (issue 2814).
856
857         Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
858
859         Added support for higher CPU profiler sampling rate on posix systems
860         (issue 2814).
861
862         Worked around 'inlining failed' build error with older GCC 4.x releases.
863
864         Added source map support to tick processor.
865
866         Stability improvements on all platforms.
867
868
869 2013-08-23: Version 3.21.3
870
871         Temporarily disabled optimization for StringWrappers to use native
872         valueOf. (issue 2855)
873
874         Fixed crash on function declarations in eval inside non-trivial local
875         scope. (issue 2594)
876
877         Rewrote SamplingCircularQueue. (issue 2814)
878
879         Fixed hidden properties on object with frozen prototype. (issue 2829)
880
881         Fix deoptimization bug. (Chromium issue 274164)
882
883         Stability improvements on all platforms.
884
885
886 2013-08-22: Version 3.21.2
887
888         Stability improvements on all platforms.
889
890
891 2013-08-21: Version 3.21.1
892
893         Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
894         (Chromium issue 270527)
895
896         Replaced OS::MemCopy with memcpy in typed array initialization.
897         (Chromium issue 270642)
898
899         Moved i18n break iterator C++ code to runtime (issue 2745)
900
901         Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
902         (Chromium issue 263515)
903
904         Fixed register misuse in Allocate() on ARM. (issue 2851)
905
906         Fixed empty handle dereference in Runtime_InternalNumberFormat.
907         (Chromium issue 275467)
908
909         Performance and stability improvements on all platforms.
910
911
912 2013-08-19: Version 3.21.0
913
914         Fixed GC-related crasher (Chromium issue 274438)
915
916         Reverted making Intl non-enumerable.
917
918         Performance and stability improvements on all platforms.
919
920
921 2013-08-14: Version 3.20.17
922
923         Fixed Math.round/floor that had bogus Smi representation
924         (Chromium issue 272564)
925
926         Performance and stability improvements on all platforms.
927
928
929 2013-08-13: Version 3.20.16
930
931         Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
932
933         Fixed gcmole bugs in i18n code (issue 2745)
934
935         ia32: Calls to the TranscendentalCacheStub must ensure that esi is
936         set (issue 2827)
937
938         Made sure polymorphic element access creates non-replaying
939         phis. (issue 2815)
940
941         Allowed HPhis to have an invalid merge index. (issue 2815)
942
943         Fixed smi-based math floor. (Chromium issue 270268)
944
945         Deprecated self and total time getters and total sample count
946         getter on CpuProfileNode. (Chromium issue 267595)
947
948         Fixed Object.freeze, Object.observe wrt CountOperation and
949         CompoundAssignment. (issue 2774,2779)
950
951         Performance and stability improvements on all platforms.
952
953
954 2013-08-07: Version 3.20.15
955
956         Exposed eternal handle api.
957
958         Bugfix to solve issues with enabling V8 typed arrays in Blink.
959
960         Fixed Array index dehoisting.  (Chromium issue 264203)
961
962         Updated Array Iterator to use numeric indexes (issue 2818)
963
964         Return start/end profiling time in microseconds instead of milliseconds
965         (issue 2824)
966
967         Performance and stability improvements on all platforms.
968
969
970 2013-08-06: Version 3.20.14
971
972         Added new Harmony methods to Array.prototype object.
973         (issue 2776,v8:2777)
974
975         Performance and stability improvements on all platforms.
976
977
978 2013-08-01: Version 3.20.12
979
980         Removed buggy ToNumber truncation (partial fix for issue 2813)
981
982         Calling Map etc without new should throw TypeError (issue 2819)
983
984         Fixed a crash for large code objects on ARM (Chromium issue 2736)
985
986         Fixed stale unhandlified value in JSObject::SetPropertyForResult.
987         (Chromium issue 265894)
988
989         Added new Harmony methods to String.prototype object.
990         (issue 2796,v8:2797,v8:2798,v8:2799)
991
992         Performance and stability improvements on all platforms.
993
994
995 2013-07-30: Version 3.20.11
996
997         Performance and stability improvements on all platforms.
998
999
1000 2013-07-29: Version 3.20.10
1001
1002         Performance and stability improvements on all platforms.
1003
1004
1005 2013-07-26: Version 3.20.9
1006
1007         Check that ExternalString objects get aligned resources.
1008
1009         Fixed JSArray-specific length lookup in polymorphic array handling
1010         (Chromium issues 263276, 263905).
1011
1012         Performance and stability improvements on all platforms.
1013
1014
1015 2013-07-24: Version 3.20.8
1016
1017         Deprecated v8::V8::Pause/ResumeProfiler.
1018
1019         Fixed Chromium issues 247688, 258519 and 260203.
1020
1021         Performance and stability improvements on all platforms.
1022
1023
1024 2013-07-22: Version 3.20.7
1025
1026         Deprecated some debugger methods.
1027
1028         Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
1029
1030         Fixed data race in SamplingCircularQueue (Chromium issue 251218).
1031
1032         Fixed type feedback in presence of negative lookups
1033         (Chromium issue 252797).
1034
1035         Do not materialize context-allocated values for debug-evaluate
1036         (Chromium issue 259300).
1037
1038         Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
1039         (Chromium issue 260345).
1040
1041         Performance and stability improvements on all platforms.
1042
1043
1044 2013-07-17: Version 3.20.6
1045
1046         Try to remove invalidated stubs before falling back to checking the
1047         constant state (Chromium issue 260585).
1048
1049         Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
1050
1051         Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
1052
1053         Use internal array as API function cache  (Chromium issue 260106).
1054
1055         Fixed possible stack overflow in range analysis
1056         (Chromium issue 259452).
1057
1058         Performance and stability improvements on all platforms.
1059
1060
1061 2013-07-15: Version 3.20.5
1062
1063         Ensured that the length of frozen arrays is immutable
1064         (issue 2711, Chromium issue 259548).
1065
1066         Performance and stability improvements on all platforms.
1067
1068
1069 2013-07-10: Version 3.20.4
1070
1071         Fixed garbage-collection issue that causes a crash on ARM
1072         (Chromium issue 254570)
1073
1074         Performance and stability improvements on all platforms.
1075
1076
1077 2013-07-08: Version 3.20.3
1078
1079         Performance and stability improvements on all platforms.
1080
1081
1082 2013-07-05: Version 3.20.2
1083
1084         Remove deprecated heap profiler methods from V8 public API
1085
1086         Mark i18n functions as native and set proper names
1087         (issue 2745)
1088
1089         Correctly report stack trace when current function is FunctionApply
1090         builtin (Chromium issue 252097)
1091
1092         Enable GDBJIT interface for standalone by default.
1093
1094         Fix debuggersupport=off build. (issue 2754)
1095
1096         Introduce -m64 flag for making x64 when the default gcc compiler is for
1097         X32
1098
1099         Performance and stability improvements on all platforms.
1100
1101
1102 2013-07-02: Version 3.20.1
1103
1104         Implemented WeakMap.prototype.clear function. (issue 2753)
1105
1106         Ensure CheckInitialized is present independent of define.
1107         (Chromium issue 255779)
1108
1109         Performance and stability improvements on all platforms.
1110
1111
1112 2013-06-28: Version 3.20.0
1113
1114         Migrated several tests from blink to V8 repository.
1115
1116         Allowed users of the V8 API to distinguish between unset and undefined
1117         HiddenValues (issue 2746).
1118
1119         Deprecated old style callbacks in the V8 API.
1120
1121         Turned on parallel recompilation.
1122
1123         Performance and stability improvements on all platforms.
1124
1125
1126 2013-06-18: Version 3.19.18
1127
1128         Fixed read-only attribute of Function.length in strict mode.
1129         (issue 2705)
1130
1131         Fixed Runtime_SetProperty to properly handle OOM failures
1132         (Chromium issue 249873)
1133
1134         Emit deprecated check for constant function transitions.
1135         (Chromium issue 250609)
1136         
1137         Made MathFloorOfDiv optimization trigger more often
1138         (Issue 2205)
1139
1140         Make more GCs in idle notification handler.
1141         (Chromium issue 241815)
1142
1143         Increased default type info threshold.
1144         (Issue 2730)
1145
1146         Performance and stability improvements on all platforms.
1147
1148
1149 2013-06-14: Version 3.19.16
1150
1151         Performance and stability improvements on all platforms.
1152
1153
1154 2013-06-13: Version 3.19.15
1155
1156         Performance and stability improvements on all platforms.
1157
1158
1159 2013-06-13: Version 3.19.14
1160
1161         Fixed crashes when calling new Array(a) with a single argument that
1162         could result in creating a holey array with a packed elements kind.
1163         (Chromium issue 245480)
1164
1165         Fixed issues in parallel compilation.
1166         (Chromium issue 248076)
1167
1168         Performance and stability improvements on all platforms.
1169
1170
1171 2013-06-11: Version 3.19.13
1172
1173         Performance and stability improvements on all platforms.
1174
1175
1176 2013-06-10: Version 3.19.12
1177
1178         Fixed arguments array access. (Chromium issue 247303)
1179
1180         Fixed bug in LookupForWrite. (Chromium issue 242332)
1181
1182         Performance and stability improvements on all platforms.
1183
1184
1185 2013-06-07: Version 3.19.11
1186
1187         Performance and stability improvements on all platforms.
1188
1189
1190 2013-06-06: Version 3.19.10
1191
1192         Performance and stability improvements on all platforms.
1193
1194
1195 2013-06-05: Version 3.19.9
1196
1197         Implemented Load IC support for loading properties from primitive
1198         values to avoid perpetual soft deopts.  (Chromium issue 242512)
1199
1200         Implemented Freeing of PerThreadAssertData when possible to avoid
1201         memory leak. (Chromium issue 246567)
1202
1203         Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
1204
1205         Performance and stability improvements on all platforms.
1206
1207
1208 2013-06-03: Version 3.19.8
1209
1210         Fixed bug with inlining 'Array' function. (Chromium issue 244461)
1211
1212         Fixed initialization of literal objects. (Chromium issue 245424)
1213
1214         Fixed function name inferred inside closures. (Chromium issue 224884)
1215
1216         Performance and stability improvements on all platforms.
1217
1218
1219 2013-05-31: Version 3.19.7
1220
1221         Added support for //# sourceURL similar to deprecated //@ sourceURL one.
1222         (issue 2702)
1223
1224         Made sure IfBuilder::Return clears the current block.
1225         (Chromium issue 243868)
1226
1227         Fixed two CPU profiler tests on ARM and MIPS simulators
1228         (issue 2628)
1229
1230         Fixed idle incremental GC for large objects.
1231         (Chromium issue 241815)
1232
1233         Disabled --optimize-constructed-arrays due to crashes
1234         (Chromium issue 244461)
1235
1236         Performance and stability improvements on all platforms.
1237
1238
1239 2013-05-28: Version 3.19.6
1240
1241         Fixed IfBuilder::Deopt to clear the current block
1242         (Chromium issue 243868).
1243
1244         Performance and stability improvements on all platforms.
1245
1246
1247 2013-05-27: Version 3.19.5
1248
1249         Reset regexp parser flag after scanning ahead for capture groups.
1250         (issue 2690)
1251
1252         Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
1253         (issue 2628)
1254
1255         Performance and stability improvements on all platforms.
1256
1257
1258 2013-05-24: Version 3.19.4
1259
1260         Fixed edge case in stack trace formatting. (Chromium issue 237617)
1261
1262         Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
1263         issue 240032)
1264
1265         Made Object.freeze fast (issue 1858, Chromium issue 115960)
1266
1267         Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
1268         242924)
1269
1270         Performance and stability improvements on all platforms.
1271
1272
1273 2013-05-22: Version 3.19.3
1274
1275         Performance and stability improvements on all platforms.
1276
1277
1278 2013-05-17: Version 3.19.2
1279
1280         Fill in one-word-fillers for the unused property fields
1281         (Chromium issue 240056).
1282
1283         Removed use_system_v8 logic from the mainline gyp file
1284         (Chromium issue 226860).
1285
1286         Skip CPU profiler samples where top function's stack frame is not
1287         set up properly (issue 2628).
1288
1289         Performance and stability improvements on all platforms.
1290
1291
1292 2013-05-14: Version 3.19.1
1293
1294         Fixed missing hole check for loads from Smi arrays when all uses are
1295         changes (Chromium issue 233737)
1296
1297         Performance and stability improvements on all platforms.
1298
1299
1300 2013-05-10: Version 3.19.0
1301
1302         Deprecated Context::New which returns Persistent.
1303
1304         Added Persistent<T>::Reset which disposes the handle and redirects it to
1305         point to another object.
1306
1307         Deprecated WriteAscii and MayContainNonAscii.
1308
1309         Exposed AssertNoAllocation to API.
1310
1311         Performance and stability improvements on all platforms.
1312
1313
1314 2013-04-30: Version 3.18.5
1315
1316         Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
1317
1318         Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
1319         (Chromium issue 235311)
1320
1321         Change 'Parse error' to three more informative messages.
1322         (Chromium issue 2636)
1323
1324         Performance and stability improvements on all platforms.
1325
1326
1327 2013-04-26: Version 3.18.4
1328
1329         Added a preliminary API for ES6 ArrayBuffers
1330
1331         Replaced qsort with std::sort. (Chromium issue 2639)
1332
1333         Performance and stability improvements on all platforms.
1334
1335
1336 2013-04-24: Version 3.18.3
1337
1338         Exposed the GC under a name that is less collision prone than window.gc.
1339         (issue 2641)
1340
1341         Do not emit double values at their use sites. (Chromium issue 234101)
1342
1343         Added methods to allow resuming execution after calling
1344         TerminateExecution(). (issue 2361)
1345
1346         Performance and stability improvements on all platforms.
1347
1348
1349 2013-04-22: Version 3.18.2
1350
1351         OS::MemMove/OS::MemCopy: Don't call through to generated code when size
1352         == 0 to avoid prefetching invalid memory (Chromium issue 233500)
1353
1354         Removed heap snapshot size limit. (Chromium issue 232305)
1355
1356         Performance and stability improvements on all platforms.
1357
1358
1359 2013-04-18: Version 3.18.1
1360
1361         Removed SCons related files and deprecated test suite configurations.
1362
1363         Improved handling of unary plus (issue 2527).
1364
1365         Performance and stability improvements on all platforms.
1366
1367
1368 2013-04-17: Version 3.18.0
1369
1370         Enabled pretenuring of fast literals in high promotion mode.
1371
1372         Removed preparser library; link preparser executable against full V8.
1373
1374         Fixed set-up of intrinsic's 'constructor' properties.
1375         (Chromium issue 229445)
1376
1377         ES6 symbols: extended V8 API to support symbols (issue 2158).
1378
1379         Removed ARM support for VFP2.
1380
1381         Made __proto__ a real JavaScript accessor property.
1382         (issue 1949 and issue 2606)
1383
1384         Performance and stability improvements on all platforms.
1385
1386
1387 2013-04-04: Version 3.17.16
1388
1389         Stack trace API: poison stack frames below the first strict mode frame.
1390         (issue 2564)
1391
1392         Made Isolate::GetHeapStatistics robust against half-initialized
1393         isolates (Chromium issue 2591).
1394
1395         Finished implementation of ES6 symbols aka. private names (issue 2158).
1396
1397         Performance and stability improvements on all platforms.
1398
1399
1400 2013-03-21: Version 3.17.15
1401
1402         Rolled back API changes to maintain compatibility with older
1403         3.17.x versions of V8.
1404
1405         Disable zapping of global handles in release mode.
1406
1407         Always mark the entire valid prefix of the descriptor array.
1408         (Chromium issue 196331)
1409
1410         Use internal memcpy for CopyWords and when copying code.
1411         (Chromium issue 196330)
1412
1413         Performance and stability improvements on all platforms.
1414
1415
1416 2013-03-20: Version 3.17.14
1417
1418         Use internal memcpy when initializing code objects.
1419         (Chromium issue 196330)
1420
1421         Disabled weak embedded maps because of crashes.
1422         (Chromium issues 172489, 217858)
1423
1424         Performance and stability improvements on all platforms.
1425
1426
1427 2013-03-19: Version 3.17.13
1428
1429         Turned Flags into a uint32_t typedef (Chromium issue 194749).
1430
1431         Performance and stability improvements on all platforms.
1432
1433
1434 2013-03-18: Version 3.17.12
1435
1436         Unified kMaxArguments with number of bits used to encode it.
1437         (Chromium issue 211741)
1438
1439         Fixed detection of |handle_smi| case in
1440         HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
1441         (Chromium issue 196583)
1442
1443         Performance and stability improvements on all platforms.
1444
1445
1446 2013-03-15: Version 3.17.11
1447
1448         Added a version of the v8::HandleScope constructor with an v8::Isolate
1449         parameter and made AdjustAmountOfExternalAllocatedMemory an instance
1450         method of v8::Isolate.
1451         (issue 2487)
1452
1453         Fixed two register allocator bugs (off-by-one error/failure
1454         propagation). (issue 2576)
1455
1456         Fixed huge heap snapshot when a heavily shared context has many
1457         variables. (Chromium issue 145687)
1458
1459         Performance and stability improvements on all platforms.
1460
1461
1462 2013-03-13: Version 3.17.10
1463
1464         Fixed heap snapshot creation for Harmony collections. (issue 2535)
1465
1466         Fixed register allocation corner case. (Chromium issue 177883)
1467
1468         Performance and stability improvements on all platforms.
1469
1470
1471 2013-03-08: Version 3.17.9
1472
1473         Restored Function()'s expected string representation. (issue 2470)
1474
1475         Enabled deprecatations (again). (issue 2487)
1476
1477         Avoid bool to Oddball conversions by being lazy. (issue 2491)
1478
1479         Added %p option to --logfile.
1480
1481         Hardened Function()'s parsing of function literals. (issue 2470)
1482
1483         ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
1484
1485         Performance and stability improvements on all platforms.
1486
1487
1488 2013-03-07: Version 3.17.8
1489
1490         Added missing license headers. (Chromium issue 98597)
1491
1492         Inserted missing type cast in JSON.stringify. (issue 2570)
1493
1494         Reverted "Send SIGPROF signals on the profiler event processor thread"
1495         (issue 2571)
1496
1497         Fixed Array.length, String.length and Function.prototype LoadICs on x64.
1498         (issue 2568)
1499
1500         ES6 symbols: filter symbols form for-in loops and Object.keys.
1501         (issue 2158)
1502
1503         Properly handle misses for StoreArrayLengthStub on ia32 and x64
1504         (issue 2566)
1505
1506         Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
1507
1508         Removed "library" variable from standalone.gypi. (Chromium issue 111541)
1509
1510         Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
1511         (issue 2556)
1512
1513         Enabled zapping of disposed global handles in release mode.
1514         (Chromium issue 176056)
1515
1516         Added workaround for redefinition of __proto__ property. (issue 2565)
1517
1518         ES6 symbols: Allow symbols as property names. (issue 2158)
1519
1520         Performance and stability improvements on all platforms.
1521
1522
1523 2013-03-04: Version 3.17.7
1524
1525         Limited recursion in regexp compilation by a budget.
1526         (Chromium issue 178790)
1527
1528         ES6 symbols: Implemented Symbol intrinsic and basic functionality
1529         (issue 2158)
1530
1531         Performance and stability improvements on all platforms.
1532
1533
1534 2013-02-28: Version 3.17.6
1535
1536         Fixed materialization of arguments objects with unknown values.
1537         (Chromium issue 163530)
1538
1539         Set default number of sweeper threads to at most four.
1540
1541         Performance and stability improvements on all platforms.
1542
1543
1544 2013-02-27: Version 3.17.5
1545
1546         Made __proto__ a foreign callback on Object.prototype.
1547         (issue 621, issue 1949 and issue 2441)
1548
1549         Performance and stability improvements on all platforms.
1550
1551
1552 2013-02-25: Version 3.17.4
1553
1554         Performance and stability improvements on all platforms.
1555
1556
1557 2013-02-21: Version 3.17.3
1558
1559         Performance and stability improvements on all platforms.
1560
1561
1562 2013-02-19: Version 3.17.2
1563
1564         Removed bogus check for TOP register in deoptimizer.
1565         (Chromium issue 176943)
1566
1567         Made the Isolate parameter mandatory for internal HandleScopes.
1568         (issue 2487)
1569
1570         Fixed f.apply() optimization when declared arguments are mutated.
1571         (issue 2539)
1572
1573         Performance and stability improvements on all platforms.
1574
1575
1576 2013-02-14: Version 3.17.1
1577
1578         Performance and stability improvements on all platforms.
1579
1580
1581 2013-02-13: Version 3.17.0
1582
1583         Enabled parallel sweeping.
1584
1585         Don't try to unlink instructions twice during GVN
1586         (Chromium issue 175141)
1587
1588         Fixed code flusher disabling while marking incrementally.
1589         (Chromium issue 173458, 168582)
1590
1591         Don't use TLS for space iterators.
1592         (issue 2531)
1593
1594         Added new GetHeapStatistics API entry and deprecated old one.
1595
1596         Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
1597         platform-independent code.
1598         (Chromium issue 173907)
1599
1600         Added --trace-array-abuse to help find OOB accesses.
1601
1602         Performance and stability improvements on all platforms.
1603
1604
1605 2013-02-06: Version 3.16.14
1606
1607         Performance and stability improvements on all platforms.
1608
1609
1610 2013-02-04: Version 3.16.13
1611
1612         Tagged stubs that rely on instance types as MEGAMORPHIC.
1613         (Chromium issue 173974)
1614
1615         Fixed clearing of dead dependent codes and verifing of weak
1616         embedded maps on full GC. (Chromium issue 172488,172489)
1617
1618         Made the arm port build cleanly with Clang.
1619
1620         Performance and stability improvements on all platforms.
1621
1622
1623 2013-01-31: Version 3.16.12
1624
1625         Performance and stability improvements on all platforms.
1626
1627
1628 2013-01-30: Version 3.16.11
1629
1630         Put making embedded maps in optimized code weak behind a flag.
1631         (Chromium issue 172488,172489)
1632
1633         Performance and stability improvements on all platforms.
1634
1635
1636 2013-01-25: Version 3.16.10
1637
1638         Avoid excessive memory usage during redundant phi elimination.
1639         (issue 2510)
1640
1641         Fixed additional spec violations wrt RegExp.lastIndex.
1642         (issue 2437)
1643
1644         Added Isolate parameter to Persistent class.
1645         (issue 2487)
1646
1647         Performance and stability improvements on all platforms.
1648
1649
1650 2013-01-24: Version 3.16.9
1651
1652         Made embedded maps in optimized code weak.
1653         (issue 2073)
1654
1655         Fixed corner case when JSFunction is evicted from flusher.
1656         (Chromium issue 168801)
1657
1658         Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
1659         (Chromium issue 171641)
1660
1661         Performance and stability improvements on all platforms.
1662
1663
1664 2013-01-23: Version 3.16.8
1665
1666         Correctly reset lastIndex in an RegExp object.
1667         (Chromium issue 170856)
1668
1669         Added a workaround for Windows compilation problems related to V8EXPORT.
1670         (issue 2507)
1671
1672         tools/run-tests.py: shlex.split() the value of --command-prefix
1673         (Chromium issue 171553)
1674
1675         Fixed pattern detection for replacing shifts by rotation.
1676         (Chromium issue 2499)
1677
1678         Performance and stability improvements on all platforms.
1679
1680
1681 2013-01-21: Version 3.16.7
1682
1683         Removed <(library) usage from v8.gyp.
1684         (Chromium issue 111541)
1685
1686         Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
1687         (Chromium issue 169928)
1688
1689         Performance and stability improvements on all platforms.
1690
1691
1692 2013-01-18: Version 3.16.6
1693
1694         Made the Isolate parameter mandatory in Locker and Unlocker classes.
1695         (issue 2487)
1696
1697         Avoid pointer underflow in CopyCharsUnsigned.
1698         (issue 2493)
1699
1700         Generate shim headers when using system v8.
1701         (Chromium issue 165264)
1702
1703         Fixed arguments materialization for inlined apply().
1704         (issue 2489)
1705
1706         Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
1707         (Chromium issue 147497)
1708
1709         Added sanity check to CodeFlusher::AddCandidate.
1710         (Chromium issue 169209)
1711
1712         Performance and stability improvements on all platforms.
1713
1714
1715 2013-01-15: Version 3.16.5
1716
1717         Removed deprecated functions from V8's external API.
1718
1719         Prepared API for WebKit use of Latin-1.
1720
1721         Fixed V8 issue 2486.
1722
1723         Fixed Chromium issue 169723.
1724
1725         Performance and stability improvements on all platforms.
1726
1727
1728 2013-01-11: Version 3.16.4
1729
1730         Fixed Chromium issues 168545 and 169209.
1731
1732         Performance and stability improvements on all platforms.
1733
1734
1735 2013-01-09: Version 3.16.3
1736
1737         Improved GC performance when moving parts of a FixedArray (issue 2452).
1738
1739         Enabled readline on d8 while building a shared lib (issue 1781).
1740
1741         Fixed missing exception check in typed array constructor
1742         (Chromium issue 168545).
1743
1744         Check for read-only-ness when preparing for array sort (issue 2419).
1745
1746         Performance and stability improvements on all platforms.
1747
1748
1749 2013-01-04: Version 3.16.2
1750
1751         Added Makefile options to build for the Raspberry Pi (armv7=0,
1752         arm_fpu=vfp2).
1753
1754         Performance and stability improvements on all platforms.
1755
1756
1757 2012-12-27: Version 3.16.1
1758
1759         Fixed x64 MathMinMax for negative untagged int32 arguments.
1760         (Chromium issue 164442)
1761
1762         Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
1763         (issue 2458)
1764
1765         Performance and stability improvements on all platforms.
1766
1767
1768 2012-12-21: Version 3.16.0
1769
1770         V8_Fatal now prints C++ stack trace in debug mode.
1771
1772         Added HTML-based tick processor.
1773
1774         Continued implementation of Object.observe (V8 issue 2409).
1775
1776         Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
1777
1778         Fixed Chromium issues 125308, 165637, 166379, 166553.
1779
1780         Performance and stability improvements on all platforms.
1781
1782
1783 2012-12-10: Version 3.15.11
1784
1785         Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
1786         flags.
1787
1788         Performance and stability improvements on all platforms.
1789
1790
1791 2012-12-07: Version 3.15.10
1792
1793         Enabled optimisation of functions inside eval. (issue 2315)
1794
1795         Fixed spec violations in methods of Number.prototype. (issue 2443)
1796
1797         Added GCTracer metrics for a scavenger GC for DOM wrappers.
1798
1799         Performance and stability improvements on all platforms.
1800
1801
1802 2012-12-06: Version 3.15.9
1803
1804         Fixed candidate eviction in code flusher.
1805         (Chromium issue 159140)
1806
1807         Iterate through all arguments for side effects in Math.min/max.
1808         (issue 2444)
1809
1810         Fixed spec violations related to regexp.lastIndex
1811         (issue 2437, issue 2438)
1812
1813         Performance and stability improvements on all platforms.
1814
1815
1816 2012-12-04: Version 3.15.8
1817
1818         Enforced stack allocation of TryCatch blocks.
1819         (issue 2166,chromium:152389)
1820
1821         Fixed external exceptions in external try-catch handlers.
1822         (issue 2166)
1823
1824         Activated incremental code flushing by default.
1825
1826         Performance and stability improvements on all platforms.
1827
1828
1829 2012-11-30: Version 3.15.7
1830
1831         Activated code aging by default.
1832
1833         Included more information in --prof log.
1834
1835         Removed eager sweeping for lazy swept spaces. Try to find in
1836         SlowAllocateRaw a bounded number of times a big enough memory slot.
1837         (issue 2194)
1838
1839         Performance and stability improvements on all platforms.
1840
1841
1842 2012-11-26: Version 3.15.6
1843
1844         Ensure double arrays are filled with holes when extended from
1845         variations of empty arrays. (Chromium issue 162085)
1846
1847         Performance and stability improvements on all platforms.
1848
1849
1850 2012-11-23: Version 3.15.5
1851
1852         Fixed JSON.stringify for objects with interceptor handlers.
1853         (Chromium issue 161028)
1854
1855         Fixed corner case in x64 compare stubs. (issue 2416)
1856
1857         Performance and stability improvements on all platforms.
1858
1859
1860 2012-11-16: Version 3.15.4
1861
1862         Fixed Array.prototype.join evaluation order. (issue 2263)
1863
1864         Perform CPU sampling by CPU sampling thread only iff processing thread
1865         is not running. (issue 2364)
1866
1867         When using an Object as a set in Object.getOwnPropertyNames, null out
1868         the proto. (issue 2410)
1869
1870         Disabled EXTRA_CHECKS in Release build.
1871
1872         Heap explorer: Show representation of strings.
1873
1874         Removed 'type' and 'arguments' properties from Error object.
1875         (issue 2397)
1876
1877         Added atomics implementation for ThreadSanitizer v2.
1878         (Chromium issue 128314)
1879
1880         Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1881
1882         Performance and stability improvements on all platforms.
1883
1884
1885 2012-11-13: Version 3.15.3
1886
1887         Changed sample shell to send non-JS output (e.g. errors) to stderr
1888         instead of stdout.
1889
1890         Correctly check for stack overflow even when interrupt is pending.
1891         (issue 214)
1892
1893         Collect stack trace on stack overflow. (issue 2394)
1894
1895         Performance and stability improvements on all platforms.
1896
1897
1898 2012-11-12: Version 3.15.2
1899
1900         Function::GetScriptOrigin supplies sourceURL when script name is
1901         not available.  (Chromium issue 159413)
1902
1903         Made formatting error message side-effect-free.  (issue 2398)
1904
1905         Fixed length check in JSON.stringify.  (Chromium issue 160010)
1906
1907         ES6: Added support for Set and Map clear method (issue 2400)
1908
1909         Fixed slack tracking when instance prototype changes.
1910         (Chromium issue 157019)
1911
1912         Fixed disabling of code flusher while marking.  (Chromium issue 159140)
1913
1914         Added a test case for object grouping in a scavenger GC (issue 2077)
1915
1916         Support shared library build of Android for v8.
1917         (Chromium issue 158821)
1918
1919         ES6: Added support for size to Set and Map (issue 2395)
1920
1921         Performance and stability improvements on all platforms.
1922
1923
1924 2012-11-06: Version 3.15.1
1925
1926         Put incremental code flushing behind a flag. (Chromium issue 159140)
1927
1928         Performance and stability improvements on all platforms.
1929
1930
1931 2012-10-31: Version 3.15.0
1932
1933         Loosened aligned code target requirement on ARM (issue 2380)
1934
1935         Fixed JSON.parse to treat leading zeros correctly.
1936         (Chromium issue 158185)
1937
1938         Performance and stability improvements on all platforms.
1939
1940
1941 2012-10-22: Version 3.14.5
1942
1943         Killed off the SCons based build.
1944
1945         Added a faster API for creating v8::Integer objects.
1946
1947         Speeded up function deoptimization by avoiding quadratic pass over
1948         optimized function list. (Chromium issue 155270)
1949
1950         Always invoke the default Array.sort functions from builtin functions.
1951         (issue 2372)
1952
1953         Reverted recent CPU profiler changes because they broke --prof.
1954         (issue 2364)
1955
1956         Switched code flushing to use different JSFunction field.
1957         (issue 1609)
1958
1959         Performance and stability improvements on all platforms.
1960
1961
1962 2012-10-15: Version 3.14.4
1963
1964         Allow evals for debugger even if they are prohibited in the debugee
1965         context. (Chromium issue 154733)
1966
1967         Enabled --verify-heap in release mode (issue 2120)
1968
1969         Performance and stability improvements on all platforms.
1970
1971
1972 2012-10-11: Version 3.14.3
1973
1974         Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1975         (Chromium issue 155076).
1976
1977         Bumped variable limit further to 2^17 (Chromium issue 151625).
1978
1979         Performance and stability improvements on all platforms.
1980
1981
1982 2012-10-10: Version 3.14.2
1983
1984         ARM: allowed VFP3 instructions when hardfloat is enabled.
1985         (Chromium issue 152506)
1986
1987         Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1988         (Chromium issue 151749)
1989
1990         Made GDBJIT interface compile again. (issue 1804)
1991
1992         Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1993         (Chromium issue 143967)
1994
1995         Made sure that names of temporaries do not clash with real variables.
1996         (issue 2322)
1997
1998         Rejected local module declarations. (Chromium issue 150628)
1999
2000         Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
2001
2002         Fixed slot recording of code target patches.
2003         (Chromium issue 152615,chromium:144230)
2004
2005         Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
2006
2007         Performance and stability improvements on all platforms.
2008
2009
2010 2012-10-01: Version 3.14.1
2011
2012         Don't set -m32 flag when compiling with Android ARM compiler.
2013         (Chromium issue 143889)
2014
2015         Restore the descriptor array before returning allocation failure.
2016         (Chromium issue 151750)
2017
2018         Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
2019         128252).
2020
2021         Pull more recent gyp in 'make dependencies'.
2022
2023         Made sure that the generic KeyedStoreIC changes length and element_kind
2024         atomically (issue 2346).
2025
2026         Bumped number of allowed variables per scope to 65535, to address GWT.
2027         (Chromium issue 151625)
2028
2029         Support sourceURL for dynamically inserted scripts (issue 2342).
2030
2031         Performance and stability improvements on all platforms.
2032
2033
2034 2012-09-20: Version 3.14.0
2035
2036         Fixed missing slot recording during clearing of CallICs.
2037         (Chromium issue 144230)
2038
2039         Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
2040         (Chromium issue 150729)
2041
2042         Fixed minus zero test. (Issue 2133)
2043
2044         Fixed setting array length to zero for slow elements.
2045         (Chromium issue 146910)
2046
2047         Fixed lost arguments dropping in HLeaveInlined.
2048         (Chromium issue 150545)
2049
2050         Fixed casting error for receiver of interceptors.
2051         (Chromium issue 149912)
2052
2053         Throw a more descriptive exception when blocking 'eval' via CSP.
2054         (Chromium issue 140191)
2055
2056         Fixed debugger's eval when close to stack overflow. (issue 2318)
2057
2058         Added checks to live edit. (issue 2297)
2059
2060         Switched on code compaction on incremental GCs.
2061
2062         Fixed caching of optimized code for OSR. (issue 2326)
2063
2064         Not mask exception thrown by toString in String::UtfValue etc.
2065         (issue 2317)
2066
2067         Fixed API check for length of external arrays. (Chromium issue 148896)
2068
2069         Ensure correct enumeration indices in the dict (Chromium issue 148376)
2070
2071         Correctly initialize regexp global cache. (Chromium issue 148378)
2072
2073         Fixed arguments object materialization during deopt. (issue 2261)
2074
2075         Introduced new API to expose external string resource regardless of
2076         encoding.
2077
2078         Fixed CHECK failure in LCodeGen::DoWrapReceiver when
2079         --deopt-every-n-times flag is present
2080         (Chromium issue 148389)
2081
2082         Fixed edge case of extension with NULL as source string.
2083         (Chromium issue 144649)
2084
2085         Fixed array index dehoisting. (Chromium issue 141395)
2086
2087         Performance and stability improvements on all platforms.
2088
2089
2090 2012-09-11: Version 3.13.7
2091
2092         Enable/disable LiveEdit using the (C++) debug API.
2093
2094         Performance and stability improvements on all platforms.
2095
2096
2097 2012-09-06: Version 3.13.6
2098
2099         Added validity checking to API functions and calls.
2100
2101         Disabled accessor inlining (Chromium issue 134609).
2102
2103         Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
2104
2105         Directly use %ObjectKeys in json stringify (Chromium issue 2312).
2106
2107         Fixed VS2005 build (issue 2313).
2108
2109         Activated fixed ES5 readonly semantics by default.
2110
2111         Added hardfp flag to the Makefile.
2112
2113         Performance and stability improvements on all platforms.
2114
2115
2116 2012-08-29: Version 3.13.5
2117
2118         Release stack trace data after firing Error.stack accessor.
2119         (issue 2308)
2120
2121         Added a new API V8::SetJitCodeEventHandler to push code name and
2122         location to users such as profilers.
2123
2124         Allocate block-scoped global bindings to global context.
2125
2126         Performance and stability improvements on all platforms.
2127
2128
2129 2012-08-28: Version 3.13.4
2130
2131         Print reason for disabling optimization. Kill --trace-bailout flag.
2132
2133         Provided option to disable full DEBUG build on Android.
2134
2135         Introduced global contexts to represent lexical global scope(s).
2136
2137         Fixed rounding in Uint8ClampedArray setter. (issue 2294)
2138
2139         Performance and stability improvements on all platforms.
2140
2141
2142 2012-08-21: Version 3.13.3
2143
2144         Performance and stability improvements on all platforms.
2145
2146
2147 2012-08-20: Version 3.13.2
2148
2149         Performance and stability improvements on all platforms.
2150
2151
2152 2012-08-16: Version 3.13.1
2153
2154         Performance and stability improvements on all platforms.
2155
2156
2157 2012-08-10: Version 3.13.0
2158
2159         Added histograms for total allocated/live heap size, as well as
2160         allocated size and percentage of total for map and cell space.
2161
2162         Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
2163         (issue 1645)
2164
2165         Added checks for interceptors to negative lookup code in Crankshaft.
2166         (Chromium issue 140473)
2167
2168         Made incremental marking clear ICs and type feedback cells.
2169
2170         Performance and stability improvements on all platforms.
2171
2172
2173 2012-08-01: Version 3.12.19
2174
2175         Performance and stability improvements on all platforms.
2176
2177
2178 2012-07-30: Version 3.12.18
2179
2180         Forced using bit-pattern for signed zero double. (issue 2239)
2181
2182         Made sure double to int conversion is correct. (issue 2260)
2183
2184         Performance and stability improvements on all platforms.
2185
2186
2187 2012-07-27: Version 3.12.17
2188
2189         Always set the callee's context when calling a function from optimized
2190         code.
2191         (Chromium issue 138887)
2192
2193         Fixed building with GCC 3.x
2194         (issue 2016, 2017)
2195
2196         Improved API calls that return empty handles.
2197         (issue 2245)
2198
2199         Performance and stability improvements on all platforms.
2200
2201
2202 2012-07-25: Version 3.12.16
2203
2204         Performance and stability improvements on all platforms.
2205
2206
2207 2012-07-24: Version 3.12.15
2208
2209         Added PRESERVE_ASCII_NULL option to String::WriteAscii.
2210         (issue 2252)
2211
2212         Added dependency to HLoadKeyed* instructions to prevent invalid
2213         hoisting. (Chromium issue 137768)
2214
2215         Enabled building d8 for Android on Mac.
2216
2217         Interpret negative hexadecimal literals as NaN.
2218         (issue 2240)
2219
2220         Expose counters in javascript when using --track-gc-object-stats.
2221
2222         Enabled building and testing V8 on Android IA.
2223
2224         Added --trace-parse flag to parser.
2225
2226         Performance and stability improvements on all platforms.
2227
2228
2229 2012-07-18: Version 3.12.14
2230
2231         Deactivated optimization of packed arrays.
2232         (Chromium issue 137768)
2233
2234         Fixed broken accessor transition.
2235         (Chromium issue 137689)
2236
2237         Performance and stability improvements on all platforms.
2238
2239
2240 2012-07-17: Version 3.12.13
2241
2242         Fixed missing tagging of stack value in finally block.
2243         (Chromium issue 137496)
2244
2245         Added more support for heap analysis.
2246
2247         Performance and stability improvements on all platforms.
2248
2249
2250 2012-07-16: Version 3.12.12
2251
2252         Added an option to the tickprocessor to specify the directory for lib
2253         lookup.
2254
2255         Fixed ICs for slow objects with native accessor (Chromium issue 137002).
2256
2257         Fixed transcendental cache on ARM in optimized code (issue 2234).
2258
2259         New heap inspection tools: counters for object sizes and counts,
2260         histograms for external fragmentation.
2261
2262         Incorporated constness into inferred interfaces (in preparation for
2263         handling imports) (issue 1569).
2264
2265         Performance and stability improvements on all platforms.
2266
2267
2268 2012-07-12: Version 3.12.11
2269
2270         Renamed "mips" arch to "mipsel" in the GYP build.
2271
2272         Fixed computation of call targets on prototypes in Crankshaft.
2273         (Chromium issue 125148)
2274
2275         Removed use of __lookupGetter__ when generating stack trace.
2276         (issue 1591)
2277
2278         Turned on ES 5.2 globals semantics by default.
2279         (issue 1991, Chromium issue 80591)
2280
2281         Synced preparser and parser wrt syntax error in switch..case.
2282         (issue 2210)
2283
2284         Fixed reporting of octal literals in strict mode when preparsing.
2285         (issue 2220)
2286
2287         Fixed inline constructors for Harmony Proxy prototypes.
2288         (issue 2225)
2289
2290         Performance and stability improvements on all platforms.
2291
2292
2293 2012-07-10: Version 3.12.10
2294
2295         Re-enabled and fixed issue with array bounds check elimination
2296         (Chromium issue 132114).
2297
2298         Fixed Debug::Break crash. (Chromium issue 131642)
2299
2300         Added optimizing compiler support for JavaScript getters.
2301
2302         Performance and stability improvements on all platforms.
2303
2304
2305 2012-07-06: Version 3.12.9
2306
2307         Correctly advance the scanner when scanning unicode regexp flag.
2308         (Chromium issue 136084)
2309
2310         Fixed unhandlified code calling Harmony Proxy traps.
2311         (issue 2219)
2312
2313         Performance and stability improvements on all platforms.
2314
2315
2316 2012-07-05: Version 3.12.8
2317
2318         Implemented TypedArray.set and ArrayBuffer.slice in d8.
2319
2320         Performance and stability improvements on all platforms.
2321
2322
2323 2012-07-03: Version 3.12.7
2324
2325         Fixed lazy compilation for strict eval scopes.
2326         (Chromium issue 135066)
2327
2328         Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
2329         (issue 2151)
2330
2331         Report "hidden properties" in heap profiler for properties case.
2332         (issue 2212)
2333
2334         Activated optimization of packed arrays by default.
2335
2336         Performance and stability improvements on all platforms.
2337
2338
2339 2012-06-29: Version 3.12.6
2340
2341         Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
2342
2343         Extended TypedArray support in d8.
2344
2345
2346 2012-06-28: Version 3.12.5
2347
2348         Fixed lazy parsing heuristics to respect outer scope.
2349         (Chromium issue 135008)
2350
2351         Allow using test-wrapper-gypbuild.py on Windows when no python
2352         interpreter is registered.
2353
2354         Performance and stability improvements on all platforms.
2355
2356
2357 2012-06-27: Version 3.12.4
2358
2359         Removed -fomit-frame-pointer flag from Release builds to make
2360         the stack walkable by TCMalloc (Chromium issue 133723).
2361
2362         Ported r7868 (constant masking) to x64 (issue 1374).
2363
2364         Expose more detailed memory statistics (issue 2201).
2365
2366         Fixed Harmony Maps and WeakMaps for undefined values
2367         (Chromium issue 132744).
2368
2369         Correctly throw reference error in strict mode with ICs disabled
2370         (issue 2119).
2371
2372         Performance and stability improvements on all platforms.
2373
2374
2375 2012-06-25: Version 3.12.3
2376
2377         Reverted r11835 'Unify promotion and allocation limit computation' due
2378         to V8 Splay performance regression on Mac.  (Chromium issue 134183)
2379
2380         Fixed sharing of literal boilerplates for optimized code.  (issue 2193)
2381
2382         Performance and stability improvements on all platforms.
2383
2384
2385 2012-06-22: Version 3.12.2
2386
2387         Made near-jump check more strict in LoadNamedFieldPolymorphic on
2388         ia32/x64. (Chromium issue 134055)
2389
2390         Fixed lazy sweeping heuristics to prevent old-space expansion.
2391         (issue 2194)
2392
2393         Performance and stability improvements on all platforms.
2394
2395
2396 2012-06-21: Version 3.12.1
2397
2398         Performance and stability improvements on all platforms.
2399
2400
2401 2012-06-20: Version 3.12.0
2402
2403         Fixed Chromium issues:
2404         115100, 129628, 131994, 132727, 132741, 132742, 133211
2405
2406         Fixed V8 issues:
2407         915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
2408
2409         Added --extra-code flag to mksnapshot to load JS code into the VM
2410         before creating the snapshot.
2411
2412         Support 'restart call frame' command in the debugger.
2413
2414         Performance and stability improvements on all platforms.
2415
2416
2417 2012-06-13: Version 3.11.10
2418
2419         Implemented heap profiler memory usage reporting.
2420
2421         Preserved error message during finally block in try..finally.
2422         (Chromium issue 129171)
2423
2424         Fixed EnsureCanContainElements to properly handle double values.
2425         (issue 2170)
2426
2427         Improved heuristics to keep objects in fast mode with inherited
2428         constructors.
2429
2430         Performance and stability improvements on all platforms.
2431
2432
2433 2012-06-06: Version 3.11.9
2434
2435         Implemented ES5-conformant semantics for inherited setters and read-only
2436         properties. Currently behind --es5_readonly flag, because it breaks
2437         WebKit bindings.
2438
2439         Exposed last seen heap object id via v8 public api.
2440
2441         Performance and stability improvements on all platforms.
2442
2443
2444 2012-05-31: Version 3.11.8
2445
2446         Avoid overdeep recursion in regexp where a guarded expression with a
2447         minimum repetition count is inside another quantifier.
2448         (Chromium issue 129926)
2449
2450         Fixed missing write barrier in store field stub.
2451         (issues 2143, 1465, Chromium issue 129355)
2452
2453         Proxies: Fixed receiver for setters inherited from proxies.
2454         Proxies: Fixed ToStringArray function so that it does not reject some
2455         keys.
2456         (issue 1543)
2457
2458         Performance and stability improvements on all platforms.
2459
2460
2461 2012-05-29: Version 3.11.7
2462
2463         Get better function names in stack traces.
2464
2465         Performance and stability improvements on all platforms.
2466
2467
2468 2012-05-24: Version 3.11.6
2469
2470         Fixed RegExp.prototype.toString for incompatible receivers
2471         (issue 1981).
2472
2473         Performance and stability improvements on all platforms.
2474
2475
2476 2012-05-23: Version 3.11.5
2477
2478         Performance and stability improvements on all platforms.
2479
2480
2481 2012-05-22: Version 3.11.4
2482
2483         Some cleanup to common.gypi. This fixes some host/target combinations
2484         that weren't working in the Make build on Mac.
2485
2486         Handle EINTR in socket functions and continue incomplete sends.
2487         (issue 2098)
2488
2489         Fixed python deprecations.  (issue 1391)
2490
2491         Made socket send and receive more robust and return 0 on failure.
2492         (Chromium issue 15719)
2493
2494         Fixed GCC 4.7 (C++11) compilation.  (issue 2136)
2495
2496         Set '-m32' option for host and target platforms
2497
2498         Performance and stability improvements on all platforms.
2499
2500
2501 2012-05-18: Version 3.11.3
2502
2503         Disable optimization for functions that have scopes that cannot be
2504         reconstructed from the context chain. (issue 2071)
2505
2506         Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
2507
2508         Correctly check for native error objects.  (Chromium issue 2138)
2509
2510         Performance and stability improvements on all platforms.
2511
2512
2513 2012-05-16: Version 3.11.2
2514
2515         Revert r11496. (Chromium issue 128146)
2516
2517         Implement map collection for incremental marking. (issue 1465)
2518
2519         Add toString method to CallSite (which describes a frame of the
2520         stack trace).
2521
2522
2523 2012-05-15: Version 3.11.1
2524
2525         Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
2526
2527         Fix freebsd build. (V8 issue 2126)
2528
2529         Performance and stability improvements on all platforms.
2530
2531
2532 2012-05-11: Version 3.11.0
2533
2534         Fixed compose-discard crasher from r11524 (issue 2123).
2535
2536         Activated new global semantics by default. Global variables can
2537         now shadow properties of the global object (ES5.1 erratum).
2538
2539         Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
2540         transitioning (Chromium issue 117409).
2541
2542         Made Error.prototype.name writable again, as required by the spec and
2543         the web (Chromium issue 69187).
2544
2545         Implemented map collection with incremental marking (issue 1465).
2546
2547         Regexp: Fixed overflow in min-match-length calculation
2548         (Chromium issue 126412).
2549
2550         MIPS: Fixed illegal instruction use on Loongson in code for
2551         Math.random() (issue 2115).
2552
2553         Fixed crash bug in VisitChoice (Chromium issue 126272).
2554
2555         Fixed unsigned-Smi check in MappedArgumentsLookup
2556         (Chromium issue 126414).
2557
2558         Fixed LiveEdit for function with no locals (issue 825).
2559
2560         Fixed register clobbering in LoadIC for interceptors
2561         (Chromium issue 125988).
2562
2563         Implemented clearing of CompareICs (issue 2102).
2564
2565         Performance and stability improvements on all platforms.
2566
2567
2568 2012-05-03: Version 3.10.8
2569
2570         Enabled MIPS cross-compilation.
2571
2572         Ensured reload of elements pointer in StoreFastDoubleElement stub.
2573         (Chromium issue 125515)
2574
2575         Fixed corner cases in truncation behavior when storing to
2576         TypedArrays. (issue 2110)
2577
2578         Fixed failure to properly recognize and report out-of-memory
2579         conditions when allocating code space pages. (Chromium issue
2580         118625)
2581
2582         Fixed idle notifications to perform a round of incremental GCs
2583         after context disposal. (issue 2107)
2584
2585         Fixed preparser for try statement. (issue 2109)
2586
2587         Performance and stability improvements on all platforms.
2588
2589
2590 2012-04-30: Version 3.10.7
2591
2592         Performance and stability improvements on all platforms.
2593
2594
2595 2012-04-26: Version 3.10.6
2596
2597         Fixed some bugs in accessing details of the last regexp match.
2598
2599         Fixed source property of empty RegExp objects. (issue 1982)
2600
2601         Enabled inlining some V8 API functions.
2602
2603         Performance and stability improvements on all platforms.
2604
2605
2606 2012-04-23: Version 3.10.5
2607
2608         Put new global var semantics behind a flag until WebKit tests are
2609         cleaned up.
2610
2611         Enabled stepping into callback passed to builtins.
2612         (Chromium issue 109564)
2613
2614         Performance and stability improvements on all platforms.
2615
2616
2617 2012-04-19: Version 3.10.4
2618
2619         Fixed issues when stressing compaction with WeakMaps.
2620
2621         Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
2622
2623         Simplify invocation sequence at monomorphic function invocation sites.
2624         (issue 2079)
2625
2626         Performance and stability improvements on all platforms.
2627
2628
2629 2012-04-17: Version 3.10.3
2630
2631         Fixed several bugs in heap profiles (including issue 2078).
2632
2633         Throw syntax errors on illegal escape sequences.
2634
2635         Implemented rudimentary module linking (behind --harmony flag)
2636
2637         Implemented ES5 erratum: Global declarations should shadow
2638         inherited properties.
2639
2640         Made handling of const more consistent when combined with 'eval'
2641         and 'with'.
2642
2643         Fixed V8 on MinGW-x64 (issue 2026).
2644
2645         Performance and stability improvements on all platforms.
2646
2647
2648 2012-04-13: Version 3.10.2
2649
2650         Fixed native ARM build (issues 1744, 539)
2651
2652         Return LOOKUP variable instead of CONTEXT for non-context allocated
2653         outer scope parameters (Chromium issue 119609).
2654
2655         Fixed regular and ElementsKind transitions interfering with each other
2656         (Chromium issue 122271).
2657
2658         Improved performance of keyed loads/stores which have a HeapNumber
2659         index (issues 1388, 1295).
2660
2661         Fixed WeakMap processing for evacuation candidates (issue 2060).
2662
2663         Bailout on possible direct eval calls (Chromium issue 122681).
2664
2665         Do not assume that names of function expressions are context-allocated
2666         (issue 2051).
2667
2668         Performance and stability improvements on all platforms.
2669
2670
2671 2012-04-10: Version 3.10.1
2672
2673         Fixed bug with arguments object in inlined functions (issue 2045).
2674
2675         Fixed performance bug with lazy initialization (Chromium issue
2676         118686).
2677
2678         Added suppport for Mac OS X 64bit builds with GYP.
2679         (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
2680
2681         Fixed bug with hidden properties (issue 2034).
2682
2683         Fixed a performance bug when reloading pages (Chromium issue 117767,
2684         V8 issue 1902).
2685
2686         Fixed bug when optimizing throw in top-level code (issue 2054).
2687
2688         Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
2689
2690         Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
2691
2692         Fixed a bug with the new runtime profiler (Chromium issue 121147).
2693
2694         Fixed compilation of V8 using uClibc.
2695
2696         Optimized boot-up memory use.
2697
2698         Optimized regular expressions.
2699
2700
2701 2012-03-30: Version 3.10.0
2702
2703         Fixed store IC writability check in strict mode
2704         (Chromium issue 120099).
2705
2706         Resynchronize timers if the Windows system time was changed.
2707         (Chromium issue 119815)
2708
2709         Removed "-mfloat-abi=hard" from host compiler cflags when building for
2710         hardfp ARM
2711         (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
2712
2713         Fixed edge case for case independent regexp character classes
2714         (issue 2032).
2715
2716         Reset function info counters after context disposal.
2717         (Chromium issue 117767, V8 issue 1902)
2718
2719         Fixed missing write barrier in CopyObjectToObjectElements.
2720         (Chromium issue 119926)
2721
2722         Fixed missing bounds check in HasElementImpl.
2723         (Chromium issue 119925)
2724
2725         Performance and stability improvements on all platforms.
2726
2727
2728 2012-03-23: Version 3.9.24
2729
2730         Activated count-based profiler for ARM.
2731
2732         Fixed use of proxies as f.prototype properties. (issue 2021)
2733
2734         Enabled snapshots on MIPS.
2735
2736         Performance and stability improvements on all platforms.
2737
2738
2739 2012-03-21: Version 3.9.23
2740
2741         Use correct arguments adaptation environment when inlining function
2742         containing arguments. (Issue 2014)
2743
2744         Performance and stability improvements on all platforms.
2745
2746
2747 2012-03-20: Version 3.9.22
2748
2749         Enabled count-based profiler by default.
2750
2751         Implemented a hash based look-up to speed up address checks
2752         in large object space (issue 853).
2753
2754         Performance and stability improvements on all platforms.
2755
2756
2757 2012-03-19: Version 3.9.21
2758
2759         Fixed push-to-trunk script (and re-push).
2760
2761         Added API call that identifies strings that are guaranteed only to
2762         contain ASCII characters.
2763
2764
2765 2012-03-19: Version 3.9.20
2766
2767         Fixed declarations escaping global strict eval. (Issue 1624)
2768
2769         Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
2770
2771         Fixed function declarations overwriting read-only global properties.
2772         (Chromium issue 115452)
2773
2774         Fixed --use-strict flag in combination with --harmony[-scoping].
2775
2776         Debugger: naive implementation of "step into Function.prototype.bind".
2777
2778         Debugger: added ability to set script source from within OnBeforeCompile
2779
2780         Added flag to always call DebugBreak on abort.
2781
2782         Re-enabled constructor inlining and inline === comparison with boolean
2783         constants. (Issue 2009)
2784
2785         Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
2786
2787         Performance and stability improvements on all platforms.
2788
2789
2790 2012-03-14: Version 3.9.19
2791
2792         Ensure there is a smi check of the receiver for global load and call
2793         ICs (Chromium issue 117794).
2794
2795         Performance and stability improvements on all platforms.
2796
2797
2798 2012-03-13: Version 3.9.18
2799
2800         Ensure consistency of Math.sqrt on Intel platforms.
2801
2802         Remove static initializers in v8. (issue 1859)
2803
2804         Add explicit dependency on v8_base in the GYP-based build.
2805
2806         Performance and stability improvements on all platforms.
2807
2808
2809 2012-03-12: Version 3.9.17
2810
2811         Fixed VFP detection through compiler defines. (issue 1996)
2812
2813         Add Code-related fields to postmortem metadata.
2814
2815         Performance and stability improvements on all platforms.
2816
2817
2818 2012-03-09: Version 3.9.16
2819
2820         Added basic interface inference for modules (behind the --harmony flag).
2821
2822         Added Object.is, Number.isFinite, Number.isNaN.
2823
2824         Updated the Unicode tables to Unicode version 6.1.0.
2825
2826         Performance and stability improvements on all platforms.
2827
2828
2829 2012-03-06: Version 3.9.15
2830
2831         Fix the heap profiler crash caused by memory layout changes between
2832         passes.
2833
2834         Fix Error.prototype.toString to throw TypeError. (issue 1980)
2835
2836         Fix double-rounding in strtod for MinGW. (issue 1062)
2837
2838         Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
2839
2840         Performance and stability improvements on all platforms.
2841
2842
2843 2012-03-01: Version 3.9.14
2844
2845         Performance and stability improvements on all platforms.
2846
2847
2848 2012-02-29: Version 3.9.13
2849
2850         Added code kind check before preparing for OSR. (issue 1900, 115073)
2851
2852         Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2853         ARM.
2854
2855         Ported string construct stub to x64. (issue 849)
2856
2857         Performance and stability improvements on all platforms.
2858
2859
2860 2012-02-28: Version 3.9.12
2861
2862         Fixed the negative lookup stub to handle deleted entries in a
2863         dictionary. (issue 1964)
2864
2865         Added a new API where the host can supply a callback function. The
2866         callback function can resolve the location of a return address on stack
2867         to the location where a return-address rewriting profiler stashed the
2868         original return address.
2869
2870         Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2871         pass correct context value to the increment instruction.
2872
2873         Fixed issue 1853: Update breakpoints set with partial file name after
2874         compile.
2875
2876
2877 2012-02-27: Version 3.9.11
2878
2879         Made 'module' a context-sensitive keyword (V8 issue 1957).
2880
2881
2882 2012-02-24: Version 3.9.10
2883
2884         Fixed V8 issues 1322, 1772 and 1969.
2885
2886         Conformance improvements.
2887
2888         Performance and stability improvements on all platforms.
2889
2890
2891 2012-02-23: Version 3.9.9
2892
2893         Supported fast case for-in in Crankshaft.
2894
2895         Sped up heap snapshot serialization and dominators construction.
2896
2897         Randomized allocation addresses on windows. (Chromium issue 115151)
2898
2899         Fixed compilation with MinGW-w64. (issue 1943)
2900
2901         Fixed incorrect value of assignments to non-extensible properties.
2902
2903         Fixed a crash bug in generated code on ia32.
2904
2905         Performance and stability improvements on all platforms.
2906
2907
2908 2012-02-21: Version 3.9.8
2909
2910         Fixed memory leak and missing #include in StartupDataDecompressor
2911         (issue 1960).
2912
2913         Renamed static methods to avoid shadowing virtual methods and fix Clang
2914         C++11 compile error.
2915
2916         Fixed sequence of element access in array builtins (issue 1790).
2917
2918         Performance and stability improvements on all platforms.
2919
2920
2921 2012-02-16: Version 3.9.7
2922
2923         Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2924
2925         Fixed GCC-4.7 warnings.
2926
2927         Added Navier-Stokes benchmark.
2928
2929         Performance and stability improvements on all platforms.
2930
2931
2932 2012-02-14: Version 3.9.6
2933
2934         Fixed template-related linker error. (issue 1936)
2935
2936         Allowed inlining of functions containing object literals.  (issue 1322)
2937
2938         Added --call-graph-size option to tickprocessor.  (issue 1937)
2939
2940         Heap Snapshot maximum size limit is too low for really big apps. At the
2941         moment the limit is 256MB.  (Chromium issue 113015)
2942
2943         Performance and stability improvements on all platforms.
2944
2945
2946 2012-02-09: Version 3.9.5
2947
2948         Removed unused command line flags.
2949
2950         Performance and stability improvements on all platforms.
2951
2952
2953 2012-02-08: Version 3.9.4
2954
2955         Properly initialize element-transitioning array literals on ARM.
2956         (issue 1930)
2957
2958         Bug fixes on all platforms.
2959
2960
2961 2012-02-07: Version 3.9.3
2962
2963         When rethrowing an exception, print the stack trace of its original
2964         site instead of rethrow site (Chromium issue 60240).
2965
2966         Increased size of small stacks from 32k to 64k to avoid hitting limits
2967         in Chromium (Chromium issue 112843).
2968
2969
2970 2012-02-06: Version 3.9.2
2971
2972         Added timestamp to --trace-gc output. (issue 1932)
2973
2974         Heap profiler reports implicit references.
2975
2976         Optionally export metadata with libv8 to enable debuggers to inspect V8
2977         state.
2978
2979
2980 2012-02-02: Version 3.9.1
2981
2982         Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2983         (Chromium issue 112315).
2984
2985         Fixed a crash in dev tools (Chromium issue 107996).
2986
2987         Added 'dependencies_traverse': 1 to v8 GYP target.
2988
2989         Performance and stability improvements on all platforms.
2990
2991
2992 2012-02-01: Version 3.9.0
2993
2994         Reduced memory use immediately after starting V8.
2995
2996         Stability fixes and performance improvements on all platforms.
2997
2998
2999 2012-01-26: Version 3.8.9
3000
3001         Flush number string cache on GC (issue 1605).
3002
3003         Provide access to function inferred name with
3004         v8::Function::GetInferredName in V8 public API.
3005
3006         Fix building with Clang (issue 1912).
3007
3008         Reduce the space used by the stack for the profiling thread.
3009
3010         Fix misleading documentation of v8::Locker (issue 542).
3011
3012         Introduce readbinary function in d8 to read binary files.
3013
3014         Performance and stability improvements on all platforms.
3015
3016
3017 2012-01-23: Version 3.8.8
3018
3019         Limited number of loop iterations in Heap::ReserveSpace
3020         (Chromium issue 99027).
3021
3022         Fixed solaris build (VirtualMemory) (issue 1761).
3023
3024         Fixed strict vs. non-strict handling of function proxies in
3025         higher-order array and string methods.
3026
3027         Enabled asynchronous remote debugging with d8 (issue 1691).
3028
3029         Stability and performance improvements on all platforms.
3030
3031
3032 2012-01-19: Version 3.8.7
3033
3034         Ensure that LRandom restores rsi after call to the C function on x64.
3035         (Chromium issue http://crbug.com/110509)
3036
3037         Fixing include issues on *bsd when building with scons.
3038         (issue 1897)
3039
3040         Provide a switch to specify -fno-strict-aliasing
3041         (issue 1887)
3042
3043         Move WIN32 define from standalone.gypi to common.gypi
3044         (issue 1760)
3045
3046         Fix corner-case in heap size estimation.
3047         (issue 1893)
3048
3049         Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
3050         (issue 1903)
3051
3052         Performance improvements and bug fixes.
3053
3054
3055 2012-01-16: Version 3.8.6
3056
3057         Add primitive WebGL array support to d8.
3058
3059         Improve heap size estimation (issue 1893).
3060
3061         Hash collision DOS workaround extended from string keys
3062         to numeric keys.
3063
3064         Provide an API for iterating through all external strings referenced
3065         from the JS heap.
3066
3067         Adjust position recorded for call expressions. http://crbug.com/109195
3068
3069         Fix GC crash related to instanceof. http://crbug.com/109448
3070
3071         Performance improvements and bug fixes.
3072
3073
3074 2012-01-05: Version 3.8.5
3075
3076         Fix broken test that assumes that no GC can clear the regexp cache (GC
3077         can happen at any time due to Crankshaft).
3078
3079         Fix handling of bogus receivers for Harmony collections. (issue 1884)
3080
3081         Add netbsd support to gyp build.
3082
3083         Determine page size at runtime on posix platforms.
3084
3085         Ensure that store buffer filtering hash sets are cleared after
3086         StoreBuffer::Filter.
3087
3088         Randomize the seed used for string hashing.  This helps guard against
3089         CPU-eating DOS attacks against node.js servers.  Based on code from
3090         Bert Belder.  This version only solves the issue for those that compile
3091         V8 themselves or those that do not use snapshots.  A snapshot-based
3092         precompiled V8 will still have predictable string hash codes.
3093
3094         Implement callback when script finishes running in V8 API.
3095
3096         Improve performance of Math.min and Math.max for the case of two
3097         arguments. (issue 1325)
3098
3099
3100 2012-01-02: Version 3.8.4
3101
3102         Performance improvements for large Smi-only arrays.
3103
3104         Fixed InternalArrays construction. (issue 1878)
3105
3106
3107 2011-12-27: Version 3.8.3
3108
3109         Avoid embedding new space objects into code objects in the lithium gap
3110         resolver. (chromium:108296)
3111
3112         Bug fixes and performance optimizations on all platforms.
3113
3114
3115 2011-12-21: Version 3.8.2
3116
3117         Add max optimization flag to v8 gyp build to ensure V8 is always built 
3118         fully optimized in Chrome.
3119
3120         MIPS: Bring MIPS to parity with other platforms.
3121
3122         Optimizations and stability improvements on all platforms.
3123
3124
3125 2011-12-19: Version 3.8.1
3126
3127         Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
3128
3129         Stability improvements on all platforms.
3130
3131
3132 2011-12-13: Version 3.8.0
3133
3134         Fixed handling of arrays in DefineOwnProperty. (issue 1756)
3135
3136         Sync parser and preparser on do-while and return statements. 
3137         (issue 1856)
3138
3139         Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
3140
3141         Stability and performance improvements on all platforms.
3142
3143
3144 2011-12-01: Version 3.7.12
3145
3146         Increase tick interval for the android platform.
3147
3148         Fix a bug in the register allocator. (chromium:105112)
3149
3150         Fix handling of recompiling code. (chromium:105375, v8:1782)
3151
3152         Start incremental marking on idle notification. (v8:1458)
3153
3154         Build fixes for various platforms.
3155
3156         Various performance improvements.
3157
3158
3159 2011-11-29: Version 3.7.11
3160
3161         Fixed bug when generating padding to ensure space for lazy
3162         deoptimization.
3163         (issue 1846)
3164
3165         Further reduced pause times due to GC.
3166
3167         Stability and performance improvements on all platforms.
3168
3169
3170 2011-11-23: Version 3.7.10
3171
3172         Set maximum length of FixedArray in terms of elements instead an
3173         absolute number of bytes.
3174         (Chromium issue 103103)
3175
3176         Stability and performance improvements on all platforms.
3177
3178
3179 2011-11-21: Version 3.7.9
3180
3181         Removed exit-time destructors.
3182
3183         Stability and performance improvements on all platforms.
3184
3185
3186 2011-11-17: Version 3.7.8
3187
3188         Removed hidden prototype from builtins, i.e., deleting an overridden
3189         function on builtins will not make the original function reappear.
3190
3191         Added NetBSD support for scons build.
3192
3193         Performance improvements on all platforms.
3194
3195
3196 2011-11-14: Version 3.7.7
3197
3198         Fix missing fast property accessors in heap snapshots.
3199         (issue 1818)
3200
3201
3202 2011-11-11: Version 3.7.6
3203
3204         Fixed filtering of store buffer for large object pages.
3205         (issue 1817)
3206
3207         Fixed generated hash function on all platforms.
3208         (issue 1808)
3209
3210         Fixed Heap::Shrink to ensure that it does not free pages that are
3211         still in use.
3212         (Chromium issue 100414)
3213
3214         Stability and performance improvements on all platforms.
3215
3216
3217 2011-11-10: Version 3.7.5
3218
3219         Added initial gyp infrastructure for MIPS.
3220
3221         Implemented performance improvements to the incremental garbage
3222         collector.
3223
3224         Added optimizations and stability improvements on all platforms.
3225
3226
3227 2011-11-07: Version 3.7.4
3228
3229         Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
3230
3231         Fix Harmony sets and maps to allow null and undefined as keys
3232         (still hidden behind --harmony flag) (issue 1622).
3233
3234         Implement VirtualMemory on FreeBSD to fix build (issue 1807).
3235
3236         Enable VFP instructions for Android.
3237
3238         Fix error handling in Date.prototype.toISOString (issue 1792).
3239
3240         Bug fixes and performance improvements for all platforms.
3241
3242         Not officially supported but noteworthy: Crankshaft for MIPS :-)
3243
3244
3245 2011-10-28: Version 3.7.3
3246
3247         Slight deoptimization as a workaround for issue with jslint: Issue
3248         1789.
3249
3250
3251 2011-10-27: Version 3.7.2
3252
3253         Fix bug in deoptimization.  Known issue with jslint: Issue 1789.
3254
3255
3256 2011-10-26: Version 3.7.1
3257
3258         Achieved 33% speedup in debug-mode tests.
3259
3260         Removed special casing of calls to RegExp test and exec methods with no
3261         argument.  Now matches new JSC behaviour.  crbug.com/75740.
3262
3263         Return the empty string on cyclic references in toString (ES5
3264         conformance).
3265
3266         Fixed bug triggered by JSBeautifier.  crbug.com/100409.
3267
3268         Made Math.random state per-context instead of per-process (issue 864).
3269
3270         Fixed stack traces to skip native functions.
3271
3272         Make snapshots (new contexts) smaller and faster.
3273
3274         Fixed handling of Function.apply for non-array arguments.
3275
3276         Fixed evaluation order in defineProperties to match FireFox.
3277
3278         Fixed handling of non-object receivers for array builtins,
3279         crbug.com/100702.
3280
3281         Multiple fixes to improve compliance with test262.
3282
3283         Fixed compatibility with older Android releases.
3284
3285         Fixed compilation with gcc-4.5.3.
3286
3287         Improved performance of WriteUtf8, issue 1665.
3288
3289         Made native syntax an early error in the preparser.
3290
3291         Fixed issues 793 and 893 relating to Function.prototype.bind.
3292
3293         Improved let, const, Set and Map support and other Harmony features
3294         (behind the --harmony flag).
3295
3296         Changed evaluation order for > and <= to match ES5 instead of ES3.
3297
3298         Bug fixes and performance improvements on all platforms.
3299
3300
3301 2011-10-13: Version 3.7.0
3302
3303         Fixed array handling for Object.defineOwnProperty (ES5 conformance).
3304
3305         Fixed issue 1757 (string slices of external strings).
3306
3307         Fixed issue 1759 (ARM).
3308
3309         Added flag --noclever-optimizations to disable some things that
3310         caused trouble in the past.
3311
3312         Added flag --stress-compaction for testing.
3313
3314         Added flag --harmony to activate all experimental Harmony features.
3315
3316
3317 2011-10-10: Version 3.6.6
3318
3319         Added a GC pause visualization tool.
3320
3321         Added presubmit=no and werror=no flags to Makefile.
3322
3323         ES5/Test262 conformance improvements.
3324
3325         Fixed compilation issues with GCC 4.5.x (issue 1743).
3326
3327         Bug fixes and performance improvements on all platforms.
3328
3329
3330 2011-10-05: Version 3.6.5
3331
3332         New incremental garbage collector.
3333
3334         Removed the hard heap size limit (soft heap size limit is still
3335         700/1400Mbytes by default).
3336
3337         Implemented ES5 generic Array.prototype.toString (Issue 1361).
3338
3339         V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
3340
3341         Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
3342
3343         Fixed propertyIsEnumerable for numeric properties (Issue 1692).
3344
3345         Fixed the MinGW and Windows 2000 builds.
3346
3347         Fixed "Prototype chain is not searched if named property handler does
3348         not set a property" (Issue 1636).
3349
3350         Made the RegExp.prototype object be a RegExp object (Issue 1217).
3351
3352         Disallowed future reserved words as labels in strict mode.
3353
3354         Fixed string split to correctly coerce the separator to a string
3355         (Issue 1711).
3356
3357         API: Added an optional source length field to the Extension
3358         constructor.
3359
3360         API: Added Debug::DisableAgent to match existing Debug::EnableAgent
3361         (Issue 1573).
3362
3363         Added "native" target to Makefile for the benefit of Linux distros.
3364
3365         Fixed: debugger stops stepping outside evaluate (Issue 1639).
3366
3367         More work on ES-Harmony proxies.  Still hidden behind a flag.
3368
3369         Bug fixes and performance improvements on all platforms.
3370
3371
3372 2011-09-15: Version 3.6.4
3373
3374         Fixed d8's broken readline history.
3375
3376         Removed the need for code delete events in CPU profiler (Issue 1466).
3377
3378         Fixed debugger stepping next with trycatch recursion (Issue 1639).
3379
3380         Fixing parallel execution in d8 (with -p) and some memory leaks.
3381
3382         Support for precise stepping in functions compiled before debugging was
3383         started (step 1).
3384
3385
3386 2011-09-13: Version 3.6.3
3387
3388         Implemented better support of typed arrays in the d8 shell.
3389
3390         Bug fixes and performance improvements on all platforms.
3391
3392
3393 2011-09-08: Version 3.6.2
3394
3395         Added "dependencies" target to top-level Makefile.
3396
3397         Added ability to turn profiler on/off in d8.
3398
3399         Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
3400
3401         Fixed several crash bugs.
3402
3403
3404 2011-09-07: Version 3.6.1
3405
3406         Fixed a bug in abrupt exit from with or catch inside finally.
3407
3408         Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
3409         issue 95113).
3410
3411         Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
3412
3413         Fixed a few clang warnings (which -Werror treated as errors).
3414
3415         Performance improvements on all platforms.
3416
3417
3418 2011-09-05: Version 3.6.0
3419
3420         Fixed a bug when optimizing named function expression (issue 1647).
3421
3422         Fixed a bug when optimizing f.call.apply (issue 1650).
3423
3424         Made arguments and caller always be null on native functions
3425         (issues 1548 and 1643).
3426
3427         Fixed issue 1648 (cross-compiling x64 targeting ia32).
3428
3429         Fixed issue 371 (d8 printing of strings containing \0).
3430
3431         Fixed order of evaluation in arguments to parseInt (issue 1649).
3432
3433         Fixed a problem with large heap snapshots in Chrome DevTools
3434         (issue 1658, chromium issue 89268).
3435
3436         Upped default maximum heap size from 512M to 700M.
3437
3438
3439 2011-08-31: Version 3.5.10
3440
3441         Added dependency of v8_base on WinSocket2 Windows library in
3442         the GYP-build.
3443
3444         Various bugfixes.
3445
3446
3447 2011-08-29: Version 3.5.9
3448
3449         Made FromPropertyDescriptor not trigger inherited setters.
3450
3451         Fixed .gyp files to work on the ARM simulator.
3452
3453         Fixed shared library build warnings for MSVS.
3454
3455
3456 2011-08-24: Version 3.5.8
3457
3458         Added V8EXPORT attributes for v8::Array::CheckCast and
3459         v8::Number::CheckCast.
3460
3461         Made a slight API change enabling opting out from null termination
3462         in String::Write*().
3463
3464         Fixed arm build for gcc-4.6.
3465
3466
3467 2011-08-22: Version 3.5.7
3468
3469         Make scanner handle invalid unicode escapes in identifiers correctly.
3470
3471         Make regexp flag parsing stricter.
3472
3473         Fix several memory leaks.
3474
3475
3476 2011-08-17: Version 3.5.6
3477
3478         Fixed issue that could cause crashes when running with --heap-stats.
3479
3480         Fixed compilation on Linux 2.6.9 and older.
3481
3482         Fixed live-object-list to work with isolates.
3483
3484         Fixed memory leaks in zones and isolates.
3485
3486         Fixed a performance regression for TypedArrays on x64.
3487
3488         Stability improvements on all platforms.
3489
3490
3491 2011-08-15: Version 3.5.5
3492
3493         Fixed bugs involving negative zero and the optimizing compiler.
3494
3495         Fixed optimized version of Function.apply(x, arguments). (issue 1592)
3496
3497         Eliminated uses of deprecated ARM instructions.
3498
3499         Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
3500
3501         Removed restriction on the size of disassembled code that is printed.
3502
3503
3504 2011-08-10: Version 3.5.4
3505
3506         Added a preliminary implementation of ES Harmony weak maps.  Weak
3507         maps can be enabled by the flag --harmony-weakmaps.
3508
3509         Introduced a toplevel Makefile to support GYP-based building.  GYP
3510         can be obtained from http://gyp.googlecode.com.
3511
3512         Fixed a bug in the length property of functions created by
3513         Function.prototype.bind.
3514
3515         Reduced malloc heap allocation on process startup.
3516
3517         Several important code generation bug fixes.
3518
3519         Performance improvements on all platforms.
3520
3521
3522 2011-08-03: Version 3.5.3
3523
3524         MIPS: Port of fix to ClassOf check from ARM.
3525         Patch from Paul Lind <plind44@gmail.com>.
3526
3527         Stopped using mprotect on Cygwin.
3528         Avoided uninitialized member warning on gcc 4.3.4
3529         Both patches by Bert Belder.
3530
3531         Bug fixes and performance improvements on all platforms.
3532
3533
3534 2011-08-01: Version 3.5.2
3535
3536         Performance improvements on all platforms.
3537
3538
3539 2011-07-28: Version 3.5.1
3540
3541         Fixed setting the readonly flag on the prototype property using the
3542         API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
3543
3544         Changed the tools/test.py script to use d8 instead of shell for
3545         testing.
3546
3547         Fixed crash in ToBooleanStub when GC happens during invocation.
3548
3549         Enabled automatic unboxing of double arrays.
3550
3551         Performance improvements on all platforms.
3552
3553
3554 2011-07-25: Version 3.5.0
3555
3556         Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
3557         proxies.
3558
3559         Removed logging to memory support.
3560
3561         Bugfixes and performance work.
3562
3563
3564 2011-07-20: Version 3.4.14
3565
3566         Fix the debugger for strict-mode functions. (Chromium issue 89236)
3567
3568         Add GetPropertyAttribute method for Object in the API. (Patch by
3569         Peter Varga)
3570
3571         Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
3572
3573
3574 2011-07-18: Version 3.4.13
3575
3576         Improved debugger support to allow inspection of optimized frames (issue
3577         1140).
3578
3579         Fixed a bug in prototype transitions cache clearing introduced by r8165.
3580
3581         Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
3582
3583         Fixed a memory leak in sample/shell.cc (dispose semaphores).
3584
3585         Simplified HClampToUint8. Patch by Andy Wingo.
3586
3587         Exposed APIs for detecting boxed primitives, native errors. Patch by
3588         Luke Zarko.
3589
3590         Added map check for COW elements to crankshaft array handling code
3591         (issue 1560).
3592
3593         Sample shell and (a light version of) D8 links against a shared library
3594         now.
3595
3596         Fixed bug in array filter and reduce functions (issue 1559).
3597
3598         Avoid TLS load in AstNode constructor.
3599
3600         Introduced a random entropy source which can optionally be provided at
3601         initialization. (Chromium issue 89462).
3602
3603
3604 2011-07-13: Version 3.4.12
3605
3606         Added --prof profiling option to d8 shell.
3607
3608         Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
3609
3610         Fixed a potential assertion failure in const declarations.
3611
3612         Fixed an assertion failure in descriptor arrays (issue 1526).
3613
3614         Enabled fast thread-local storage by default on supported platforms.
3615
3616         Improved reporting of source position for global variable loads
3617         (issue 1527).
3618
3619
3620 2011-07-11: Version 3.4.11
3621
3622         Fixed MinGW32 build.
3623
3624         Fixed a GC bug with RegExp code flushing.
3625
3626         Implemented Object.defineProperty for proxies.
3627
3628         Fixed a bug in for/in iteration of arguments objects (issue 1531).
3629
3630         Added debugger support for inspecting optimized frames (issue 1140).
3631
3632         Allowed JSObject::PreventExtensions to work for arguments objects.
3633
3634         Bugfixes and performance work.
3635
3636
3637 2011-07-06: Version 3.4.10
3638
3639         Fixed debugger not breaking on certain "if" statements (issue 1523).
3640
3641         Fixed assertion failure in runtime profiler when running on IA32
3642         without snapshot (issue 1522).
3643
3644         Fixed ABI for API calls on IA32 (for clang compatibility).
3645
3646         Introduced code flushing of RegExp code to free memory used by
3647         RegExps sooner.
3648
3649         Fixed linux-tick-processor built wrong version of v8 (issue 1532).
3650
3651         Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
3652
3653         Performance improvements on all platforms.
3654
3655
3656 2011-07-04: Version 3.4.9
3657
3658         Added support for debugger inspection of locals in optimized frames
3659         (issue 1140).
3660
3661         Fixed SConstruct to pass correct defines to samples/preparser when
3662         building with library=shared.
3663
3664         Made date parser handle ES5 Date Time Strings correctly (issue 1498).
3665
3666         Fixed a bug in Object.defineProperty on the arguments object.
3667
3668         Performance improvements on all platforms.
3669
3670
3671 2011-06-29: Version 3.4.8
3672
3673         Ensure 16-byte stack alignment on Solaris (issue 1505).
3674
3675         Fix "illegal access" when calling parseInt with a radix
3676         that is not a smi. (issue 1246).
3677
3678
3679 2011-06-27: Version 3.4.7
3680
3681         Fixed 64-bit build on FreeBSD.
3682
3683         Added API to set the property attributes for the prototype
3684         property on functions created from FunctionTemplates.
3685
3686         Bugfixes and performance work.
3687
3688
3689 2011-06-22: Version 3.4.6
3690
3691         Lowered limit on code space for systems with low memory supply.
3692
3693         Allowed compiling v8_shell with the 'host' toolset (issue 82437).
3694
3695         Extended setBreakpoint API to accept partial script name (issue 1418).
3696
3697         Made multi-line comments not count when deciding whether the '-->'
3698         comment starter is first on a line. This matches Safari.
3699
3700         Made handling of non-array recievers in Array length setter correct
3701         (issue 1491).
3702
3703         Added ability to heap profiler to iterate over snapshot's node
3704         (issue 1481).
3705
3706
3707 2011-06-20: Version 3.4.5
3708
3709         Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
3710         1476, and 1477.
3711
3712         Improved code generation for !0 and !1.
3713
3714         Reduced memory usage for regular expressions with nested qualifiers.
3715         (issue 1472)
3716
3717         Fixed V8 to count line terminators in multi-line comments.
3718         (Chromium issue 86431)
3719
3720         Fixed disassembler=on option for release-mode builds. (issue 1473)
3721
3722         Performance improvements on all platforms.
3723
3724
3725 2011-06-15: Version 3.4.4
3726
3727         Added snapshot compression support and --stress-opt flag to d8.
3728
3729         Improved performance of try/catch.
3730
3731         Several GYP-related changes: Added support for building Xcode project
3732         files. Make the ARM simulator build with GYP again. Generate Makefiles
3733         for all architectures on Linux.
3734
3735         Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
3736         receiver for strict mode callbacks. (issue 1436)
3737
3738         Fixed a bug where an array load was incorrectly hoisted by GVN.
3739
3740         Handle 'undefined' correctly when === has been specialized for doubles.
3741         (issue 1434)
3742
3743         Corrected the limit of local variables in an optimized function from 64
3744         to 63.
3745
3746         Correctly set ReadOnly flag on indexed properties when using the API Set
3747         method. (issue 1470)
3748
3749         Give the correct error message when Object.isExtensible is called on a
3750         non-object. (issue 1452)
3751
3752         Added GetOwnPropertyNames method for Object in the API. Patch by Peter
3753         Varga.
3754
3755         Do not redefine properties unneccesarily in seal and freeze. (issue
3756         1447)
3757
3758         IsExecutionTerminating has an Isolate parameter now.
3759
3760         Distinguish keyed loads with a symbol key from fast elements loads,
3761         avoiding some useless deoptimizations. (issue 1471)
3762
3763
3764 2011-06-08: Version 3.4.3
3765
3766         Clear the global thread table when an isolate is disposed
3767         (issue 1433).
3768
3769         Converted time zone name to UTF8 on Windows (issue 1290).
3770
3771         Limited the number of arguments in a function call to 32766
3772         (issue 1413).
3773
3774         Compress sources of JS libraries in addition to the snapshot.
3775
3776         Fixed a bug in Lithium environment iteration.
3777
3778         Performance improvements on all platforms.
3779
3780
3781 2011-06-06: Version 3.4.2
3782
3783         More work on ES-Harmony proxies.  Still hidden behind a flag.
3784
3785         Fixed some crash bugs and improved performance.
3786
3787         Fixed building with gdb debugging support.
3788
3789         Do not install SIGPROF handler until it is needed.
3790
3791         Added DateTimeFormat to i18n API.
3792
3793         Fixed compilation on OpenBSD.
3794
3795         Take the ulimit into account when sizing the heap.  OpenBSD users
3796         may still have to increase the default ulimit to run heavy pages in
3797         the browser.
3798
3799
3800 2011-06-01: Version 3.4.1
3801
3802         Fixed JSON stringify issue with arrays.
3803
3804         Changed calls to JS builtins to be passed undefined when called with
3805         implicit receiver.
3806
3807         Implemented the set trap for Harmony proxies. Proxies still need to
3808         be enabled with the --harmony-proxies flag.
3809
3810
3811 2011-05-30: Version 3.4.0
3812
3813         Changed calls to undefined property setters to not throw (issue 1355).
3814
3815         Made RegExp objects not callable.
3816
3817         Fixed issues on special case large JSON strings in new json parser
3818         (issues http://crbug.com/83877 and http://crbug.com/84186).
3819
3820         Performance improvements on all platforms.
3821
3822
3823 2011-05-25: Version 3.3.10
3824
3825         Fixed calls of strict mode function with an implicit receiver.
3826
3827         Fixed fast handling of arrays to properly deal with changes to the
3828         Object prototype (issue 1403).
3829
3830         Changed strict mode poison pill to be the same type error function
3831         (issue 1387).
3832
3833         Fixed a debug crash in arguments object handling (issue 1227).
3834
3835         Fixed a bug in deoptimization on x64 (issue 1404).
3836
3837         Performance improvements and bug fixes on all platforms.
3838
3839
3840 2011-05-23: Version 3.3.9
3841
3842         Added DateTimeFormat class to experimental i18n API.
3843
3844         Extended preparser to give early errors for some strict mode
3845         restrictions.
3846
3847         Removed legacy execScript function from V8.
3848
3849         Extended isolate API with the ability to add embedder-specific
3850         data to an isolate.
3851
3852         Added basic support for polymorphic loads from JS and external
3853         arrays.
3854
3855         Fixed bug in handling of switch statements in the optimizing
3856         compiler.
3857
3858
3859 2011-05-18: Version 3.3.8
3860
3861         Added MarkIndependent to the persistent handle API.  Independent
3862         handles are independent of all other persistent handles and can be
3863         garbage collected more frequently.
3864
3865         Implemented the get trap for Harmony proxies.  Proxies are enabled
3866         with the --harmony-proxies flag.
3867
3868         Performance improvements and bug fixes on all platforms.
3869
3870
3871 2011-05-16: Version 3.3.7
3872
3873         Updated MIPS infrastructure files.
3874
3875         Performance improvements and bug fixes on all platforms.
3876
3877
3878 2011-05-11: Version 3.3.6
3879
3880         Updated MIPS infrastructure files.
3881
3882         Added method IsCallable for Object to the API.
3883         Patch by Peter Varga.
3884
3885
3886 2011-05-09: Version 3.3.5
3887
3888         Fixed build on FreeBSD. Patch by Akinori MUSHA.
3889
3890         Added check that receiver is JSObject on API calls.
3891
3892         Implemented CallAsConstructor method for Object in the API (Issue 1348).
3893         Patch by Peter Varga.
3894
3895         Added CallAsFunction method to the Object class in the API (Issue 1336).
3896         Patch by Peter Varga.
3897
3898         Added per-isolate locking and unlocking.
3899
3900         Fixed bug in x64 >>> operator (Issue 1359).
3901
3902
3903 2011-05-04: Version 3.3.4
3904
3905         Implemented API to disallow code generation from strings for a context
3906         (issue 1258).
3907
3908         Fixed bug with whitespaces in parseInt (issue 955).
3909
3910         Fixed bug with == comparison of Date objects (issue 1356).
3911
3912         Added GYP variables for ARM code generation:
3913         v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3914         and v8_use_arm_eabi_hardfloat.
3915
3916
3917 2011-05-02: Version 3.3.3
3918
3919         Added support for generating Visual Studio solution and project files
3920         using GYP.
3921
3922         Implemented support for ARM EABI calling convention variation where
3923         floating-point arguments are passed in registers (hardfloat).
3924
3925         Added Object::HasOwnProperty() to the API.
3926
3927         Added support for compressing startup data to reduce binary size. This
3928         includes build time support and an API for the embedder to decompress
3929         the startup data before initializing V8.
3930
3931         Reduced the profiling hooks overhead from >400% to 25% when using
3932         ll_prof.
3933
3934         Performance improvements and bug fixes on all platforms.
3935
3936
3937 2011-04-27: Version 3.3.2
3938
3939         Fixed crash bug on ARM with no VFP3 hardware.
3940
3941         Fixed compilation of V8 without debugger support.
3942
3943         Improved performance on JSLint.
3944
3945         Added support Float64 WebGL arrays.
3946
3947         Fixed crash bug in regexp replace.
3948
3949
3950 2011-04-20: Version 3.3.1
3951
3952         Reduced V8 binary size by removing virtual functions from hydrogen.
3953
3954         Fixed crash bug on x64.
3955
3956         Performance improvements on ARM and IA32.
3957
3958
3959 2011-04-18: Version 3.3.0
3960
3961         Fixed bug in floating point rounding in Crankshaft on ARM
3962         (issue 958)
3963
3964         Fixed a number of issues with running without VFPv3 support on ARM
3965         (issue 1315)
3966
3967         Introduced v8Locale.Collator, a partial implementation of Collator
3968         per last ECMAScript meeting + mailing list.
3969
3970         Minor performance improvements and bug fixes.
3971
3972
3973 2011-04-13: Version 3.2.10
3974
3975         Fixed bug in external float arrays on ARM (issue 1323).
3976
3977         Minor performance improvements and bug fixes.
3978
3979
3980 2011-04-11: Version 3.2.9
3981
3982         Removed support for ABI prior to EABI on ARM.
3983
3984         Fixed multiple crash bugs.
3985
3986         Added GCMole to the repository, a simple static analysis tool that
3987         searches for GC-unsafe evaluation order dependent callsites.
3988
3989         Made preparser API be exported in shared libraries.
3990
3991         Fixed multiple issues in EcmaScript 5 strict mode implementation.
3992
3993         Fixed mutable __proto__ property if object is not extensible
3994         (Issue 1309).
3995
3996         Fixed auto suspension of the sampler thread.
3997
3998
3999 2011-04-06: Version 3.2.8
4000
4001         Exposed WebGL typed array constructors in the shell sample.
4002
4003         Performance improvements on all platforms.
4004
4005
4006 2011-04-04: Version 3.2.7
4007
4008         Disabled the original 'classic' V8 code generator.  Crankshaft is
4009         now the default on all platforms.
4010
4011         Changed the heap profiler to use more descriptive names.
4012
4013         Performance and stability improvements to isolates on all platforms.
4014
4015
4016 2011-03-30: Version 3.2.6
4017
4018         Fixed xcode build warning in shell.cc (out of order initialization).
4019
4020         Fixed null-pointer dereference in the compiler when running without
4021         SSE3 support (Chromium issue 77654).
4022
4023         Fixed x64 compilation error due to some dead code. (Issue 1286)
4024
4025         Introduced scons target to build the preparser stand-alone example.
4026
4027         Made FreeBSD build and pass all tests.
4028
4029
4030 2011-03-28: Version 3.2.5
4031
4032         Fixed build with Irregexp interpreter (issue 1266).
4033
4034         Added Crankshaft support for external arrays.
4035
4036         Fixed two potential crash bugs.
4037
4038
4039 2011-03-23: Version 3.2.4
4040
4041         Added isolates which allows several V8 instances in the same process.
4042         This is controlled through the new Isolate class in the API.
4043
4044         Implemented more of EcmaScript 5 strict mode.
4045
4046         Reduced the time it takes to make detailed heap snapshot.
4047
4048         Added a number of commands to the ARM simulator and enhanced the ARM
4049         disassembler.
4050
4051
4052 2011-03-17: Version 3.2.3
4053
4054         Fixed a number of crash bugs.
4055
4056         Fixed Array::New(length) to return an array with a length (issue 1256).
4057
4058         Fixed FreeBSD build.
4059
4060         Changed __defineGetter__ to not throw (matching the behavior of Safari).
4061
4062         Implemented more of EcmaScript 5 strict mode.
4063
4064         Improved Crankshaft performance on all platforms.
4065
4066
4067 2011-03-14: Version 3.2.2
4068
4069         Fixed a number of crash and correctness bugs.
4070
4071         Improved Crankshaft performance on all platforms.
4072
4073         Fixed Crankshaft on Solaris/Illumos.
4074
4075
4076 2011-03-10: Version 3.2.1
4077
4078         Fixed a number of crash bugs.
4079
4080         Improved Crankshaft for x64 and ARM.
4081
4082         Implemented more of EcmaScript 5 strict mode.
4083
4084
4085 2011-03-07: Version 3.2.0
4086
4087         Fixed a number of crash bugs.
4088
4089         Turned on Crankshaft by default on x64 and ARM.
4090
4091         Improved Crankshaft for x64 and ARM.
4092
4093         Implemented more of EcmaScript 5 strict mode.
4094
4095
4096 2011-03-02: Version 3.1.8
4097
4098         Fixed a number of crash bugs.
4099
4100         Improved Crankshaft for x64 and ARM.
4101
4102         Implemented more of EcmaScript 5 strict mode.
4103
4104         Fixed issue with unaligned reads and writes on ARM.
4105
4106         Improved heap profiler support.
4107
4108
4109 2011-02-28: Version 3.1.7
4110
4111         Fixed a number of crash bugs.
4112
4113         Improved Crankshaft for x64 and ARM.
4114
4115         Fixed implementation of indexOf/lastIndexOf for sparse
4116         arrays (http://crbug.com/73940).
4117
4118         Fixed bug in map space compaction (http://crbug.com/59688).
4119
4120         Added support for direct getter accessors calls on ARM.
4121
4122
4123 2011-02-24: Version 3.1.6
4124
4125         Fixed a number of crash bugs.
4126
4127         Added support for Cygwin (issue 64).
4128
4129         Improved Crankshaft for x64 and ARM.
4130
4131         Added Crankshaft support for stores to pixel arrays.
4132
4133         Fixed issue in CPU profiler with Crankshaft.
4134
4135
4136 2011-02-16: Version 3.1.5
4137
4138         Change RegExp parsing to disallow /(*)/.
4139
4140         Added GDB JIT support for ARM.
4141
4142         Fixed several crash bugs.
4143
4144         Performance improvements on the IA32 platform.
4145
4146
4147 2011-02-14: Version 3.1.4
4148
4149         Fixed incorrect compare of prototypes of the global object (issue
4150         1082).
4151
4152         Fixed a bug in optimizing calls to global functions (issue 1106).
4153
4154         Made optimized Function.prototype.apply safe for non-JSObject first
4155         arguments (issue 1128).
4156
4157         Fixed an error related to element accessors on Object.prototype and
4158         parser errors (issue 1130).
4159
4160         Fixed a bug in sorting an array with large array indices (issue 1131).
4161
4162         Properly treat exceptions thrown while compiling (issue 1132).
4163
4164         Fixed bug in register requirements for function.apply (issue 1133).
4165
4166         Fixed a representation change bug in the Hydrogen graph construction
4167         (issue 1134).
4168
4169         Fixed the semantics of delete on parameters (issue 1136).
4170
4171         Fixed a optimizer bug related to moving instructions with side effects
4172         (issue 1138).
4173
4174         Added support for the global object in Object.keys (issue 1150).
4175
4176         Fixed incorrect value for Math.LOG10E
4177         (issue http://code.google.com/p/chromium/issues/detail?id=72555)
4178
4179         Performance improvements on the IA32 platform.
4180
4181         Implement assignment to undefined reference in ES5 Strict Mode.
4182
4183
4184 2011-02-09: Version 3.1.3
4185
4186         Fixed a bug triggered by functions with huge numbers of declared
4187         arguments.
4188
4189         Fixed zap value aliasing a real object - debug mode only (issue 866).
4190
4191         Fixed issue where Array.prototype.__proto__ had been set to null
4192         (issue 1121).
4193
4194         Fixed stability bugs in Crankshaft for x86.
4195
4196
4197 2011-02-07: Version 3.1.2
4198
4199         Added better security checks when accessing properties via
4200         Object.getOwnPropertyDescriptor.
4201
4202         Fixed bug in Object.defineProperty and related access bugs (issues
4203         992, 1083 and 1092).
4204
4205         Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
4206         copyright notice generation for embedders.
4207
4208
4209 2011-02-02: Version 3.1.1
4210
4211         Perform security checks before fetching the value in
4212         Object.getOwnPropertyDescriptor.
4213
4214         Fixed a bug in Array.prototype.splice triggered by passing no
4215         arguments.
4216
4217         Fixed bugs in -0 in arithmetic and in Math.pow.
4218
4219         Fixed bugs in the register allocator and in switching from optimized
4220         to unoptimized code.
4221
4222
4223 2011-01-31: Version 3.1.0
4224
4225         Performance improvements on all platforms.
4226
4227
4228 2011-01-28: Version 3.0.12
4229
4230         Added support for strict mode parameter and object property
4231         validation.
4232
4233         Fixed a couple of crash bugs.
4234
4235
4236 2011-01-25: Version 3.0.11
4237
4238         Fixed a bug in deletion of lookup slots that could cause global
4239         variables to be accidentally deleted (http://crbug.com/70066).
4240
4241         Added support for strict mode octal literal verification.
4242
4243         Fixed a couple of crash bugs (issues 1070 and 1071).
4244
4245
4246 2011-01-24: Version 3.0.10
4247
4248         Fixed External::Wrap for 64-bit addresses (issue 1037).
4249
4250         Fixed incorrect .arguments variable proxy handling in the full
4251         code generator (issue 1060).
4252
4253         Introduced partial strict mode support.
4254
4255         Changed formatting of recursive error messages to match Firefox and
4256         Safari (issue http://crbug.com/70334).
4257
4258         Fixed incorrect rounding for float-to-integer conversions for external
4259         array types, which implement the Typed Array spec
4260         (issue http://crbug.com/50972).
4261
4262         Performance improvements on the IA32 platform.
4263
4264
4265 2011-01-19: Version 3.0.9
4266
4267         Added basic GDB JIT Interface integration.
4268
4269         Make invalid break/continue statements a syntax error instead of a
4270         runtime error.
4271
4272
4273 2011-01-17: Version 3.0.8
4274
4275         Exposed heap size limit to the heap statistics gathered by
4276         the GetHeapStatistics API.
4277
4278         Wrapped external pointers more carefully (issue 1037).
4279
4280         Hardened the implementation of error objects to avoid setters
4281         intercepting the properties set then throwing an error.
4282
4283         Avoided trashing the FPSCR when calculating Math.floor on ARM.
4284
4285         Performance improvements on the IA32 platform.
4286
4287
4288 2011-01-10: Version 3.0.7
4289
4290         Stopped calling inherited setters when creating object literals
4291         (issue 1015).
4292
4293         Changed interpretation of malformed \c? escapes in RegExp to match
4294         JSC.
4295
4296         Enhanced the command-line debugger interface and fixed some minor
4297         bugs in the debugger.
4298
4299         Performance improvements on the IA32 platform.
4300
4301
4302 2011-01-05: Version 3.0.6
4303
4304         Allowed getters and setters on JSArray elements (issue 900).
4305
4306         Stopped JSON objects from hitting inherited setters (part of
4307         issue 1015).
4308
4309         Allowed numbers and strings as names of getters/setters in object
4310         initializer (issue 820).
4311
4312         Added use_system_v8 option to gyp (off by default), to make it easier
4313         for Linux distributions to ship with system-provided V8 library.
4314
4315         Exported external array data accessors (issue 1016).
4316
4317         Added labelled thread names to help with debugging (on Linux).
4318
4319
4320 2011-01-03: Version 3.0.5
4321
4322         Fixed a couple of cast errors for gcc-3.4.3.
4323
4324         Performance improvements in GC and IA32 code generator.
4325
4326
4327 2010-12-21: Version 3.0.4
4328
4329         Added Date::ResetCache() to the API so that the cached values in the
4330         Date object can be reset to allow live DST / timezone changes.
4331
4332         Extended existing support for printing (while debugging) the contents
4333         of objects.  Added support for printing objects from release builds.
4334
4335         Fixed V8 issues 989, 1006, and 1007.
4336
4337
4338 2010-12-17: Version 3.0.3
4339
4340         Reapplied all changes for version 3.0.1.
4341
4342         Improved debugger protocol for remote debugging.
4343
4344         Added experimental support for using gyp to generate build files
4345         for V8.
4346
4347         Fixed implementation of String::Write in the API (issue 975).
4348
4349
4350 2010-12-15: Version 3.0.2
4351
4352         Revert version 3.0.1 and patch 3.0.1.1.
4353
4354
4355 2010-12-13: Version 3.0.1
4356
4357         Added support for an experimental internationalization API as an
4358         extension.  This extension is disabled by default but can be enabled
4359         when building V8.  The ECMAScript internationalization strawman is
4360         at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
4361
4362         Made RegExp character class parsing stricter.  This mirrors a change
4363         to RegExp parsing in WebKit.
4364
4365         Fixed a bug in Object.defineProperty when used to change attributes
4366         of an existing property.  It incorrectly set the property value to
4367         undefined (issue 965).
4368
4369         Fixed several different compilation failures on various platforms
4370         caused by the 3.0.0 release.
4371
4372         Optimized Math.pow so it can work on unboxed doubles.
4373
4374         Sped up quoting of JSON strings by removing one traversal of the
4375         string.
4376
4377
4378 2010-12-07: Version 3.0.0
4379
4380         Improved performance by (partially) addressing issue 957 on
4381         IA-32. Still needs more work for the other architectures.
4382
4383
4384 2010-11-29: Version 2.5.9
4385
4386         Fixed crashes during GC caused by partially initialize heap
4387         objects.
4388
4389         Fixed bug in process sample that caused memory leaks.
4390
4391         Improved performance on ARM by implementing missing stubs and
4392         inlining.
4393
4394         Improved heap profiler support.
4395
4396         Added separate seeding on Windows of the random number generator
4397         used internally by the compiler (issue 936).
4398
4399         Exposed API for getting the name of the function used to construct
4400         an object.
4401
4402         Fixed date parser to handle one and two digit millisecond
4403         values (issue 944).
4404
4405         Fixed number parsing to disallow space between sign and
4406         digits (issue 946).
4407
4408
4409 2010-11-23: Version 2.5.8
4410
4411         Removed dependency on Gay's dtoa.
4412
4413         Improved heap profiler precision and speed.
4414
4415         Reduced overhead of callback invocations on ARM.
4416
4417
4418 2010-11-18: Version 2.5.7
4419
4420         Fixed obscure evaluation order bug (issue 931).
4421
4422         Split the random number state between JavaScript and the private API.
4423
4424         Fixed performance bug causing GCs when generating stack traces on
4425         code from very large scripts.
4426
4427         Fixed bug in parser that allowed (foo):42 as a labelled statement
4428         (issue 918).
4429
4430         Provide more accurate results about used heap size via
4431         GetHeapStatistics.
4432
4433         Allow build-time customization of the max semispace size.
4434
4435         Made String.prototype.split honor limit when separator is empty
4436         (issue 929).
4437
4438         Added missing failure check after expecting an identifier in
4439         preparser (Chromium issue 62639).
4440
4441
4442 2010-11-10: Version 2.5.6
4443
4444         Added support for VFP rounding modes to the ARM simulator.
4445
4446         Fixed multiplication overflow bug (issue 927).
4447
4448         Added a limit for the amount of executable memory (issue 925).
4449
4450
4451 2010-11-08: Version 2.5.5
4452
4453         Added more aggressive GC of external objects in near out-of-memory
4454         situations.
4455
4456         Fixed a bug that gave the incorrect result for String.split called
4457         on the empty string (issue 924).
4458
4459
4460 2010-11-03: Version 2.5.4
4461
4462         Improved V8 VFPv3 runtime detection to address issue 914.
4463
4464
4465 2010-11-01: Version 2.5.3
4466
4467         Fixed a bug that prevents constants from overwriting function values
4468         in object literals (issue 907).
4469
4470         Fixed a bug with reporting of impossible nested calls of DOM functions
4471         (issue http://crbug.com/60753).
4472
4473
4474 2010-10-27: Version 2.5.2
4475
4476         Improved sampler resolution on Linux.
4477
4478         Allowed forcing the use of a simulator from the build script
4479         independently of the host architecture.
4480
4481         Fixed FreeBSD port (issue 912).
4482
4483         Made windows-tick-processor respect D8_PATH.
4484
4485         Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
4486
4487
4488 2010-10-20: Version 2.5.1
4489
4490         Fixed bug causing spurious out of memory exceptions
4491         (issue http://crbug.com/54580).
4492
4493         Fixed compilation error on Solaris platform (issue 901).
4494
4495         Fixed error in strtod (string to floating point number conversion)
4496         due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
4497
4498         Adjusted randomized allocations of executable memory to have 64k
4499         granularity (issue http://crbug.com/56036).
4500
4501         Supported profiling using kernel perf_events on linux.  Added ll_prof
4502         script to tools and --ll-prof flag to V8.
4503
4504
4505 2010-10-18: Version 2.5.0
4506
4507         Fixed bug in cache handling of lastIndex on global regexps
4508         (issue http://crbug.com/58740).
4509
4510         Added USE_SIMULATOR macro that explicitly indicates that we wish to use
4511         the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
4512         from Hewlett-Packard Development Company, LP).
4513
4514         Fixed compilation error on ARM with gcc 4.4 (issue 894).
4515
4516
4517 2010-10-13: Version 2.4.9
4518
4519         Fixed a bug in the handling of conditional expressions in test
4520         contexts in compiler for top-level code.
4521
4522         Added "//@ sourceURL" information to the StackTrace API.
4523
4524         Exposed RegExp construction through the API.
4525
4526
4527 2010-10-04: Version 2.4.8
4528
4529         Fixed a bug in ResumeProfilerEx causing it to not always write out the
4530         whole snapshot (issue 868).
4531
4532         Performance improvements on all platforms.
4533
4534
4535 2010-09-30: Version 2.4.7
4536
4537         Changed the command-line flag --max-new-space-size to be in kB and the
4538         flag --max-old-space-size to be in MB (previously they were in bytes).
4539
4540         Added Debug::CancelDebugBreak to the debugger API.
4541
4542         Fixed a bug in getters for negative numeric property names
4543         (https://bugs.webkit.org/show_bug.cgi?id=46689).
4544
4545         Performance improvements on all platforms.
4546
4547
4548 2010-09-27: Version 2.4.6
4549
4550         Fixed assertion failure related to copy-on-write arrays (issue 876).
4551
4552         Fixed build failure of 64-bit V8 on Windows.
4553
4554         Fixed a bug in RegExp (issue http://crbug.com/52801).
4555
4556         Improved the profiler's coverage to cover more functions (issue 858).
4557
4558         Fixed error in shift operators on 64-bit V8
4559         (issue http://crbug.com/54521).
4560
4561
4562 2010-09-22: Version 2.4.5
4563
4564         Changed the RegExp benchmark to exercise the regexp engine on different
4565         inputs by scrambling the input strings.
4566
4567         Fixed a bug in keyed loads on strings.
4568
4569         Fixed a bug with loading global function prototypes.
4570
4571         Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
4572
4573         Performance improvements on all platforms.
4574
4575
4576 2010-09-15: Version 2.4.4
4577
4578         Fixed bug with hangs on very large sparse arrays.
4579
4580         Now tries harder to free up memory when running out of space.
4581
4582         Added heap snapshots to JSON format to API.
4583
4584         Recalibrated benchmarks.
4585
4586
4587 2010-09-13: Version 2.4.3
4588
4589         Made Date.parse properly handle TZ offsets (issue 857).
4590
4591         Performance improvements on all platforms.
4592
4593
4594 2010-09-08: Version 2.4.2
4595
4596         Fixed GC crash bug.
4597
4598         Fixed stack corruption bug.
4599
4600         Fixed compilation for newer C++ compilers that found Operand(0)
4601         ambiguous.
4602
4603
4604 2010-09-06: Version 2.4.1
4605
4606         Added the ability for an embedding application to receive a callback
4607         when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
4608         (V8::RemoveMemoryAllocationCallback) from the OS.
4609
4610         Fixed several JSON bugs (including issue 855).
4611
4612         Fixed memory overrun crash bug triggered during V8's tick-based
4613         profiling.
4614
4615         Performance improvements on all platforms.
4616
4617
4618 2010-09-01: Version 2.4.0
4619
4620         Fixed bug in Object.freeze and Object.seal when Array.prototype or
4621         Object.prototype are changed (issue 842).
4622
4623         Updated Array.splice to follow Safari and Firefox when called
4624         with zero arguments.
4625
4626         Fixed a missing live register when breaking at keyed loads on ARM.
4627
4628         Performance improvements on all platforms.
4629
4630
4631 2010-08-25: Version 2.3.11
4632
4633         Fixed bug in RegExp related to copy-on-write arrays.
4634
4635         Refactored tools/test.py script, including the introduction of
4636         VARIANT_FLAGS that allows specification of sets of flags with which
4637         all tests should be run.
4638
4639         Fixed a bug in the handling of debug breaks in CallIC.
4640
4641         Performance improvements on all platforms.
4642
4643
4644 2010-08-23: Version 2.3.10
4645
4646         Fixed bug in bitops on ARM.
4647
4648         Build fixes for unusual compilers.
4649
4650         Track high water mark for RWX memory.
4651
4652         Performance improvements on all platforms.
4653
4654
4655 2010-08-18: Version 2.3.9
4656
4657         Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
4658
4659         Removed specialized handling of GCC 4.4 (issue 830).
4660
4661         Fixed DST cache to take into account the suspension of DST in
4662         Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
4663
4664         Performance improvements on all platforms.
4665
4666
4667 2010-08-16: Version 2.3.8
4668
4669         Fixed build with strict aliasing on GCC 4.4 (issue 463).
4670
4671         Fixed issue with incorrect handling of custom valueOf methods on
4672         string wrappers (issue 760).
4673
4674         Fixed compilation for ARMv4 (issue 590).
4675
4676         Improved performance.
4677
4678
4679 2010-08-11: Version 2.3.7
4680
4681         Reduced size of heap snapshots produced by heap profiler (issue 783).
4682
4683         Introduced v8::Value::IsRegExp method.
4684
4685         Fixed CPU profiler crash in start / stop sequence when non-existent
4686         name is passed (issue http://crbug.com/51594).
4687
4688         Introduced new indexed property query callbacks API (issue 816). This
4689         API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
4690         by default.
4691
4692         Removed support for object literal get/set with number/string
4693         property name.
4694
4695         Fixed handling of JSObject::elements in CalculateNetworkSize
4696         (issue 822).
4697
4698         Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
4699
4700
4701 2010-08-09: Version 2.3.6
4702
4703         RegExp literals create a new object every time they are evaluated
4704         (issue 704).
4705
4706         Object.seal and Object.freeze return the modified object (issue 809).
4707
4708         Fixed building using GCC 4.4.4.
4709
4710
4711 2010-08-04: Version 2.3.5
4712
4713         Added support for ES5 property names. Object initialisers and
4714         dot-notation property access now allows keywords. Also allowed
4715         non-identifiers after "get" or "set" in an object initialiser.
4716
4717         Randomized the addresses of allocated executable memory on Windows.
4718
4719
4720 2010-08-02: Version 2.3.4
4721
4722         Fixed problems in implementation of ES5 function.prototype.bind.
4723
4724         Fixed error when using apply with arguments object on ARM (issue 784).
4725
4726         Added setting of global flags to debugger protocol.
4727
4728         Fixed an error affecting cached results of sin and cos (issue 792).
4729
4730         Removed memory leak from a boundary case where V8 is not initialized.
4731
4732         Fixed issue where debugger could set breakpoints outside the body
4733         of a function.
4734
4735         Fixed issue in debugger when using both live edit and step in features.
4736
4737         Added Number-letter (Nl) category to Unicode tables.  These characters
4738         can now be used in identifiers.
4739
4740         Fixed an assert failure on X64 (issue 806).
4741
4742         Performance improvements on all platforms.
4743
4744
4745 2010-07-26: Version 2.3.3
4746
4747         Fixed error when building the d8 shell in a fresh checkout.
4748
4749         Implemented Function.prototype.bind (ES5 15.3.4.5).
4750
4751         Fixed an error in inlined stores on ia32.
4752
4753         Fixed an error when setting a breakpoint at the end of a function
4754         that does not end with a newline character.
4755
4756         Performance improvements on all platforms.
4757
4758
4759 2010-07-21: Version 2.3.2
4760
4761         Fixed compiler warnings when building with LLVM.
4762
4763         Fixed a bug with for-in applied to strings (issue 785).
4764
4765         Performance improvements on all platforms.
4766
4767
4768 2010-07-19: Version 2.3.1
4769
4770         Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4771
4772         Fixed bug related to code flushing while compiling a lazy
4773         compilable function (issue http://crbug.com/49099).
4774
4775         Performance improvements on all platforms.
4776
4777
4778 2010-07-15: Version 2.3.0
4779
4780         Added ES5 Object.seal and Object.isSealed.
4781
4782         Added debugger API for scheduling debugger commands from a
4783         separate thread.
4784
4785
4786 2010-07-14: Version 2.2.24
4787
4788         Added API for capturing stack traces for uncaught exceptions.
4789
4790         Fixed crash bug when preparsing from a non-external V8 string
4791         (issue 775).
4792
4793         Fixed JSON.parse bug causing input not to be converted to string
4794         (issue 764).
4795
4796         Added ES5 Object.freeze and Object.isFrozen.
4797
4798         Performance improvements on all platforms.
4799
4800
4801 2010-07-07: Version 2.2.23
4802
4803         API change: Convert Unicode code points outside the basic multilingual
4804         plane to the replacement character.  Previous behavior was to silently
4805         truncate the value to 16 bits.
4806
4807         Fixed crash: handle all flat string types in regexp replace.
4808
4809         Prevent invalid pre-parsing data passed in through the API from
4810         crashing V8.
4811
4812         Performance improvements on all platforms.
4813
4814
4815 2010-07-05: Version 2.2.22
4816
4817         Added ES5 Object.isExtensible and Object.preventExtensions.
4818
4819         Enabled building V8 as a DLL.
4820
4821         Fixed a bug in date code where -0 was not interpreted as 0
4822         (issue 736).
4823
4824         Performance improvements on all platforms.
4825
4826
4827 2010-06-30: Version 2.2.21
4828
4829         Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
4830
4831         Updated JSON.stringify to floor the space parameter (issue 753).
4832
4833         Updated the Mozilla test expectations to the newest version.
4834
4835         Updated the ES5 Conformance Test expectations to the latest version.
4836
4837         Updated the V8 benchmark suite.
4838
4839         Provide actual breakpoints locations in response to setBreakpoint
4840         and listBreakpoints requests.
4841
4842
4843 2010-06-28: Version 2.2.20
4844
4845         Fixed bug with for-in on x64 platform (issue 748).
4846
4847         Fixed crash bug on x64 platform (issue 756).
4848
4849         Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
4850
4851         Fixed a bug on ARM that caused the result of 1 << x to be
4852         miscalculated for some inputs.
4853
4854         Performance improvements on all platforms.
4855
4856
4857 2010-06-23: Version 2.2.19
4858
4859         Fixed bug that causes the build to break when profillingsupport=off
4860         (issue 738).
4861
4862         Added expose-externalize-string flag for testing extensions.
4863
4864         Resolve linker issues with using V8 as a DLL causing a number of
4865         problems with unresolved symbols.
4866
4867         Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
4868         defined.
4869
4870         Performance improvements on all platforms.
4871
4872
4873 2010-06-16: Version 2.2.18
4874
4875         Added API functions to retrieve information on indexed properties
4876         managed by the embedding layer.  Fixes bug 737.
4877
4878         Made ES5 Object.defineProperty support array elements.  Fixes bug 619.
4879
4880         Added heap profiling to the API.
4881
4882         Removed old named property query from the API.
4883
4884         Incremental performance improvements.
4885
4886
4887 2010-06-14: Version 2.2.17
4888
4889         Improved debugger support for stepping out of functions.
4890
4891         Incremental performance improvements.
4892
4893
4894 2010-06-09: Version 2.2.16
4895
4896         Removed the SetExternalStringDiposeCallback API. Changed the
4897         disposal of external string resources to call a virtual Dispose
4898         method on the resource.
4899
4900         Added support for more precise break points when debugging and
4901         stepping.
4902
4903         Memory usage improvements on all platforms.
4904
4905
4906 2010-06-07: Version 2.2.15
4907
4908         Added an API to control the disposal of external string resources.
4909
4910         Added missing initialization of a couple of variables which makes
4911         some compilers complaint when compiling with -Werror.
4912
4913         Improved performance on all platforms.
4914
4915
4916 2010-06-02: Version 2.2.14
4917
4918         Fixed a crash in code generated for String.charCodeAt.
4919
4920         Fixed a compilation issue with some GCC versions (issue 727).
4921
4922         Performance optimizations on x64 and ARM platforms.
4923
4924
4925 2010-05-31: Version 2.2.13
4926
4927         Implemented Object.getOwnPropertyDescriptor for element indices and
4928         strings (issue 599).
4929
4930         Fixed bug for windows 64 bit C calls from generated code.
4931
4932         Added new scons flag unalignedaccesses for arm builds.
4933
4934         Performance improvements on all platforms.
4935
4936
4937 2010-05-26: Version 2.2.12
4938
4939         Allowed accessors to be defined on objects rather than just object
4940         templates.
4941
4942         Changed the ScriptData API.
4943
4944
4945 2010-05-21: Version 2.2.11
4946
4947         Fixed crash bug in liveedit on 64 bit.
4948
4949         Use 'full compiler' when debugging is active.  This should increase
4950         the density of possible break points, making single step more fine
4951         grained.  This will only take effect for functions compiled after
4952         debugging has been started, so recompilation of all functions is
4953         required to get the full effect.  IA32 and x64 only for now.
4954
4955         Misc. fixes to the Solaris build.
4956
4957         Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
4958
4959         Added filtering of CPU profiles by security context.
4960
4961         Fixed crash bug on ARM when running without VFP2 or VFP3.
4962
4963         Incremental performance improvements in all backends.
4964
4965
4966 2010-05-17: Version 2.2.10
4967
4968         Performance improvements in the x64 and ARM backends.
4969
4970
4971 2010-05-10: Version 2.2.9
4972
4973         Allowed Object.create to be called with a function (issue 697).
4974
4975         Fixed bug with Date.parse returning a non-NaN value when called on a
4976         non date string (issue 696).
4977
4978         Allowed unaligned memory accesses on ARM targets that support it (by
4979         Subrato K De of CodeAurora <subratokde@codeaurora.org>).
4980
4981         C++ API for retrieving JavaScript stack trace information.
4982
4983
4984 2010-05-05: Version 2.2.8
4985
4986         Performance improvements in the x64 and ARM backends.
4987
4988
4989 2010-05-03: Version 2.2.7
4990
4991         Added support for ES5 date time string format to Date.parse.
4992
4993         Performance improvements in the x64 backend.
4994
4995
4996 2010-04-28: Version 2.2.6
4997
4998         Added "amd64" as recognized architecture in scons build script
4999         (by Ryan Dahl <coldredlemur@gmail.com>).
5000
5001         Fixed bug in String search and replace with very simple RegExps.
5002
5003         Fixed bug in RegExp containing "\b^".
5004
5005         Performance improvements on all platforms.
5006
5007
5008 2010-04-26: Version 2.2.5
5009
5010         Various performance improvements (especially for ARM and x64)
5011
5012         Fixed bug in CPU profiling (http://crbug.com/42137)
5013
5014         Fixed a bug with the natives cache.
5015
5016         Fixed two bugs in the ARM code generator that can cause
5017         wrong calculations.
5018
5019         Fixed a bug that may cause a wrong result for shift operations.
5020
5021
5022 2010-04-21: Version 2.2.4
5023
5024         Fixed warnings on arm on newer GCC versions.
5025
5026         Fixed a number of minor bugs.
5027
5028         Performance improvements on all platforms.
5029
5030
5031 2010-04-14: Version 2.2.3
5032
5033         Added stack command and mem command to ARM simulator debugger.
5034
5035         Fixed scons snapshot and ARM build, and Windows X64 build issues.
5036
5037         Performance improvements on all platforms.
5038
5039
5040 2010-04-12: Version 2.2.2
5041
5042         Introduced new profiler API.
5043
5044         Fixed random number generator to produce full 32 random bits.
5045
5046
5047 2010-04-06: Version 2.2.1
5048
5049         Debugger improvements.
5050
5051         Fixed minor bugs.
5052
5053
5054 2010-03-29: Version 2.2.0
5055
5056         Fixed a few minor bugs.
5057
5058         Performance improvements for string operations.
5059
5060
5061 2010-03-26: Version 2.1.10
5062
5063         Fixed scons build issues.
5064
5065         Fixed a couple of minor bugs.
5066
5067
5068 2010-03-25: Version 2.1.9
5069
5070         Added API support for reattaching a global object to a context.
5071
5072         Extended debugger API with access to the internal debugger context.
5073
5074         Fixed Chromium crashes (issues http://crbug.com/39128 and
5075         http://crbug.com/39160)
5076
5077
5078 2010-03-24: Version 2.1.8
5079
5080         Added fine-grained garbage collection callbacks to the API.
5081
5082         Performance improvements on all platforms.
5083
5084
5085 2010-03-22: Version 2.1.7
5086
5087         Fixed issue 650.
5088
5089         Fixed a bug where __proto__ was sometimes enumerated (issue 646).
5090
5091         Performance improvements for arithmetic operations.
5092
5093         Performance improvements for string operations.
5094
5095         Print script name and line number information in stack trace.
5096
5097
5098 2010-03-17: Version 2.1.6
5099
5100         Performance improvements for arithmetic operations.
5101
5102         Performance improvements for string operations.
5103
5104
5105 2010-03-10: Version 2.1.4
5106
5107         Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
5108
5109         Performance improvements on all platforms.
5110
5111
5112 2010-03-10: Version 2.1.3
5113
5114         Added API method for context-disposal notifications.
5115
5116         Added API method for accessing elements by integer index.
5117
5118         Added missing implementation of Uint32::Value and Value::IsUint32
5119         API methods.
5120
5121         Added IsExecutionTerminating API method.
5122
5123         Disabled strict aliasing for GCC 4.4.
5124
5125         Fixed string-concatenation bug (issue 636).
5126
5127         Performance improvements on all platforms.
5128
5129
5130 2010-02-23: Version 2.1.2
5131
5132         Fixed a crash bug caused by wrong assert.
5133
5134         Fixed a bug with register names on 64-bit V8 (issue 615).
5135
5136         Performance improvements on all platforms.
5137
5138
5139 2010-02-19: Version 2.1.1
5140
5141         [ES5] Implemented Object.defineProperty.
5142
5143         Improved profiler support.
5144
5145         Added SetPrototype method in the public V8 API.
5146
5147         Added GetScriptOrigin and GetScriptLineNumber methods to Function
5148         objects in the API.
5149
5150         Performance improvements on all platforms.
5151
5152
5153 2010-02-03: Version 2.1.0
5154
5155         Values are now always wrapped in objects when used as a receiver.
5156         (issue 223).
5157
5158         [ES5] Implemented Object.getOwnPropertyNames.
5159
5160         [ES5] Restrict JSON.parse to only accept strings that conforms to the
5161         JSON grammar.
5162
5163         Improvement of debugger agent (issue 549 and 554).
5164
5165         Fixed problem with skipped stack frame in profiles (issue 553).
5166
5167         Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
5168         <ry@tinyclouds.org>.
5169
5170         Fixed a bug that Math.round() returns incorrect results for huge
5171         integers.
5172
5173         Fixed enumeration order for objects created from some constructor
5174         functions (isue http://crbug.com/3867).
5175
5176         Fixed arithmetic on some integer constants (issue 580).
5177
5178         Numerous performance improvements including porting of previous IA-32
5179         optimizations to x64 and ARM architectures.
5180
5181
5182 2010-01-14: Version 2.0.6
5183
5184         Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
5185         GetOwnProperty, FromPropertyDescriptor.
5186
5187         Fixed Mac x64 build errors.
5188
5189         Improved performance of some math and string operations.
5190
5191         Improved performance of some regexp operations.
5192
5193         Improved performance of context creation.
5194
5195         Improved performance of hash tables.
5196
5197
5198 2009-12-18: Version 2.0.5
5199
5200         Extended to upper limit of map space to allow for 7 times as many map
5201         to be allocated (issue 524).
5202
5203         Improved performance of code using closures.
5204
5205         Improved performance of some binary operations involving doubles.
5206
5207
5208 2009-12-16: Version 2.0.4
5209
5210         Added ECMAScript 5 Object.create.
5211
5212         Improved performance of Math.max and Math.min.
5213
5214         Optimized adding of strings on 64-bit platforms.
5215
5216         Improved handling of external strings by using a separate table
5217         instead of weak handles.  This improves garbage collection
5218         performance and uses less memory.
5219
5220         Changed code generation for object and array literals in toplevel
5221         code to be more compact by doing more work in the runtime.
5222
5223         Fixed a crash bug triggered when garbage collection happened during
5224         generation of a callback load inline cache stub.
5225
5226         Fixed crash bug sometimes triggered when local variables shadowed
5227         parameters in functions that used the arguments object.
5228
5229
5230 2009-12-03: Version 2.0.3
5231
5232         Optimized handling and adding of strings, for-in and Array.join.
5233
5234         Heap serialization is now non-destructive.
5235
5236         Improved profiler support with information on time spend in C++
5237         callbacks registered through the API.
5238
5239         Added commands to the debugger protocol for starting/stopping
5240         profiling.
5241
5242         Enabled the non-optimizing compiler for top-level code.
5243
5244         Changed the API to only allow strings to be set as data objects on
5245         Contexts and scripts to avoid potentially keeping global objects
5246         around for too long (issue 528).
5247
5248         OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
5249
5250         Fixed bugs.
5251
5252
5253 2009-11-24: Version 2.0.2
5254
5255         Improved profiler support.
5256
5257         Fixed bug that broke compilation of d8 with readline support.
5258
5259
5260 2009-11-20: Version 2.0.1
5261
5262         Fixed crash bug in String.prototype.replace.
5263
5264         Reverted a change which caused Chromium interactive ui test
5265         failures.
5266
5267
5268 2009-11-18: Version 2.0.0
5269
5270         Added support for VFP on ARM.
5271
5272         Added TryCatch::ReThrow method to the API.
5273
5274         Reduced the size of snapshots and improved the snapshot load time.
5275
5276         Improved heap profiler support.
5277
5278         64-bit version now supported on Windows.
5279
5280         Fixed a number of debugger issues.
5281
5282         Fixed bugs.
5283
5284
5285 2009-10-29: Version 1.3.18
5286
5287         Reverted a change which caused crashes in RegExp replace.
5288
5289         Reverted a change which caused Chromium ui_tests failure.
5290
5291
5292 2009-10-28: Version 1.3.17
5293
5294         Added API method to get simple heap statistics.
5295
5296         Improved heap profiler support.
5297
5298         Fixed the implementation of the resource constraint API so it
5299         works when using snapshots.
5300
5301         Fixed a number of issues in the Windows 64-bit version.
5302
5303         Optimized calls to API getters.
5304
5305         Added valgrind notification on code modification to the 64-bit version.
5306
5307         Fixed issue where we logged shared library addresses on Windows at
5308         startup and never used them.
5309
5310
5311 2009-10-16: Version 1.3.16
5312
5313         X64: Convert smis to holding 32 bits of payload.
5314
5315         Introduced v8::Integer::NewFromUnsigned method.
5316
5317         Added missing null check in Context::GetCurrent.
5318
5319         Added trim, trimLeft and trimRight methods to String
5320         Patch by Jan de Mooij <jandemooij@gmail.com>
5321
5322         Implement ES5 Array.isArray
5323         Patch by Jan de Mooij <jandemooij@gmail.com>
5324
5325         Skip access checks for hidden properties.
5326
5327         Added String::Concat(Handle<String> left, Handle<String> right) to the
5328         V8 API.
5329
5330         Fixed GYP-based builds of V8.
5331
5332
5333 2009-10-07: Version 1.3.15
5334
5335         Expanded the maximum size of the code space to 512MB for 64-bit mode.
5336
5337         Fixed a crash bug happening when starting profiling (issue
5338         http://crbug.com/23768).
5339
5340
5341 2009-10-07: Version 1.3.14
5342
5343         Added GetRealNamedProperty to the API to lookup real properties
5344         located on the object or in the prototype chain skipping any
5345         interceptors.
5346
5347         Fixed the stack limits setting API to work correctly with threads. The
5348         stack limit now needs to be set to each thread thich is used with V8.
5349
5350         Removed the high-priority flag from IdleNotification()
5351
5352         Ensure V8 is initialized before locking and unlocking threads.
5353
5354         Implemented a new JavaScript minifier for compressing the source of
5355         the built-in JavaScript. This removes non-Open Source code from Douglas
5356         Crockford from the project.
5357
5358         Added a missing optimization in StringCharAt.
5359
5360         Fixed some flaky socket tests.
5361
5362         Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
5363         in 64-bit mode.
5364
5365         Fixed memory leaks in the thread management code.
5366
5367         Fixed the result of assignment to a pixel array. The assigned value
5368         is now the result.
5369
5370         Error reporting for invalid left-hand sides in for-in statements, pre-
5371         and postfix count expressions, and assignments now matches the JSC
5372         behavior in Safari 4.
5373
5374         Follow the spec in disallowing function declarations without a name.
5375
5376         Always allocate code objects within a 2 GB range. On x64 architecture
5377         this is used to use near calls (32-bit displacement) in Code objects.
5378
5379         Optimized array construction ported to x64 and ARM architectures.
5380
5381         [ES5] Changed Object.keys to return strings for element indices.
5382
5383
5384 2009-09-23: Version 1.3.13
5385
5386         Fixed uninitialized memory problem.
5387
5388         Improved heap profiler support.
5389
5390
5391 2009-09-22: Version 1.3.12
5392
5393         Changed behavior of |function|.toString() on built-in functions to
5394         be compatible with other implementations.  Patch by Jan de Mooij.
5395
5396         Added Object::IsDirty in the API.
5397
5398         Optimized array construction; it is now handled purely in native
5399         code.
5400
5401         [ES5] Made properties of the arguments array enumerable.
5402
5403         [ES5] Added test suite adapter for the es5conform test suite.
5404
5405         [ES5] Added Object.keys function.
5406
5407
5408 2009-09-15: Version 1.3.11
5409
5410         Fixed crash in error reporting during bootstrapping.
5411
5412         Optimized generated IA32 math code by using SSE2 instructions when
5413         available.
5414
5415         Implemented missing pieces of debugger infrastructure on ARM.  The
5416         debugger is now fully functional on ARM.
5417
5418         Made 'hidden' the default visibility for gcc.
5419
5420
5421 2009-09-09: Version 1.3.10
5422
5423         Fixed profiler on Mac in 64-bit mode.
5424
5425         Optimized creation of objects from simple constructor functions on
5426         ARM.
5427
5428         Fixed a number of debugger issues.
5429
5430         Reduced the amount of memory consumed by V8.
5431
5432
5433 2009-09-02: Version 1.3.9
5434
5435         Optimized stack guard checks on ARM.
5436
5437         Optimized API operations by inlining more in the API.
5438
5439         Optimized creation of objects from simple constructor functions.
5440
5441         Enabled a number of missing optimizations in the 64-bit port.
5442
5443         Implemented native-code support for regular expressions on ARM.
5444
5445         Stopped using the 'sahf' instruction on 64-bit machines that do
5446         not support it.
5447
5448         Fixed a bug in the support for forceful termination of JavaScript
5449         execution.
5450
5451
5452 2009-08-26: Version 1.3.8
5453
5454         Changed the handling of idle notifications to allow idle
5455         notifications when V8 has not yet been initialized.
5456
5457         Fixed ARM simulator compilation problem on Windows.
5458
5459
5460 2009-08-25: Version 1.3.7
5461
5462         Reduced the size of generated code on ARM platforms by reducing
5463         the size of constant pools.
5464
5465         Changed build files to not include the 'ENV' user environment
5466         variable in the build environment.
5467
5468         Changed the handling of idle notifications.
5469
5470
5471 2009-08-21: Version 1.3.6
5472
5473         Added support for forceful termination of JavaScript execution.
5474
5475         Added low memory notification to the API. The embedding host can signal
5476         a low memory situation to V8.
5477
5478         Changed the handling of global handles (persistent handles in the API
5479         sense) to avoid issues regarding allocation of new global handles
5480         during weak handle callbacks.
5481
5482         Changed the growth policy of the young space.
5483
5484         Fixed a GC issue introduced in version 1.3.5.
5485
5486
5487 2009-08-19: Version 1.3.5
5488
5489         Optimized initialization of some arrays in the builtins.
5490
5491         Fixed mac-nm script to support filenames with spaces.
5492
5493         Support for using the V8 profiler when V8 is embedded in a Windows DLL.
5494
5495         Changed typeof RegExp from 'object' to 'function' for compatibility.
5496         Fixed bug where regexps were not callable across contexts.
5497
5498         Added context independent script compilation to the API.
5499
5500         Added API call to get the stack trace for an exception.
5501
5502         Added API for getting object mirrors.
5503
5504         Made sure that SSE3 instructions are used whenever possible even when
5505         running off a snapshot generated without using SSE3 instructions.
5506
5507         Tweaked the handling of the initial size and growth policy of the heap.
5508
5509         Added native code generation for RegExp to 64-bit version.
5510
5511         Added JavaScript debugger support to 64-bit version.
5512
5513
5514 2009-08-13: Version 1.3.4
5515
5516         Added a readline() command to the d8 shell.
5517
5518         Fixed bug in json parsing.
5519
5520         Added idle notification to the API and reduced memory on idle
5521         notifications.
5522
5523
5524 2009-08-12: Version 1.3.3
5525
5526         Fixed issue 417: incorrect %t placeholder expansion.
5527
5528         Added .gitignore file similar to Chromium's one.
5529
5530         Fixed SConstruct file to build with new logging code for Android.
5531
5532         API: added function to find instance of template in prototype
5533         chain.  Inlined Object::IsInstanceOf.
5534
5535         Land change to notify valgrind when we modify code on x86.
5536
5537         Added api call to determine whether a string can be externalized.
5538
5539         Added a write() command to d8.
5540
5541
5542 2009-08-05: Version 1.3.2
5543
5544         Started new compiler infrastructure for two-pass compilation using a
5545         control flow graph constructed from the AST.
5546
5547         Profiler stack sampling for X64.
5548
5549         Safe handling of NaN to Posix platform-dependent time functions.
5550
5551         Added a new profiler control API to unify controlling various aspects
5552         of profiling.
5553
5554         Fixed issue 392.
5555
5556
5557 2009-07-30: Version 1.3.1
5558
5559         Speed improvements to accessors and interceptors.
5560
5561         Added support for capturing stack information on custom errors.
5562
5563         Added support for morphing an object into a pixel array where its
5564         indexed properties are stored in an external byte array. Values written
5565         are always clamped to the 0..255 interval.
5566
5567         Profiler on x64 now handles C/C++ functions from shared libraries.
5568
5569         Changed the debugger to avoid stepping into function.call/apply if the
5570         function is a built-in.
5571
5572         Initial implementation of constructor heap profile for JS objects.
5573
5574         More fine grained control of profiling aspects through the API.
5575
5576         Optimized the called as constructor check for API calls.
5577
5578
5579 2009-07-27: Version 1.3.0
5580
5581         Allowed RegExp objects to be called as functions (issue 132).
5582
5583         Fixed issue where global property cells would escape after
5584         detaching the global object; see http://crbug.com/16276.
5585
5586         Added support for stepping into setters and getters in the
5587         debugger.
5588
5589         Changed the debugger to avoid stopping in its own JavaScript code
5590         and in the code of built-in functions.
5591
5592         Fixed issue 345 by avoiding duplicate escaping labels.
5593
5594         Fixed ARM code generator crash in short-circuited boolean
5595         expressions and added regression tests.
5596
5597         Added an external allocation limit to avoid issues where small V8
5598         objects would hold on to large amounts of external memory without
5599         causing garbage collections.
5600
5601         Finished more of the inline caching stubs for x64 targets.
5602
5603
5604 2009-07-13: Version 1.2.14
5605
5606         Added separate paged heap space for global property cells and
5607         avoid updating the write barrier when storing into them.
5608
5609         Improved peep-hole optimization on ARM platforms by not emitting
5610         unnecessary debug information.
5611
5612         Re-enabled ICs for loads and calls that skip a global object
5613         during lookup through the prototype chain.
5614
5615         Allowed access through global proxies to use ICs.
5616
5617         Fixed issue 401.
5618
5619
5620 2009-07-09: Version 1.2.13
5621
5622         Fixed issue 397, issue 398, and issue 399.
5623
5624         Added support for breakpoint groups.
5625
5626         Fixed bugs introduced with the new global object representation.
5627
5628         Fixed a few bugs in the ARM code generator.
5629
5630
5631 2009-07-06: Version 1.2.12
5632
5633         Added stack traces collection to Error objects accessible through
5634         the e.stack property.
5635
5636         Changed RegExp parser to use a recursive data structure instead of
5637         stack-based recursion.
5638
5639         Optimized Date object construction and string concatenation.
5640
5641         Improved performance of div, mod, and mul on ARM platforms.
5642
5643
5644 2009-07-02: Version 1.2.11
5645
5646         Improved performance on IA-32 and ARM.
5647
5648         Fixed profiler sampler implementation on Mac OS X.
5649
5650         Changed the representation of global objects to improve
5651         performance of adding a lot of new properties.
5652
5653
5654 2009-06-29: Version 1.2.10
5655
5656         Improved debugger support.
5657
5658         Fixed bug in exception message reporting (issue 390).
5659
5660         Improved overall performance.
5661
5662
5663 2009-06-23: Version 1.2.9
5664
5665         Improved math performance on ARM.
5666
5667         Fixed profiler name-inference bug.
5668
5669         Fixed handling of shared libraries in the profiler tick processor
5670         scripts.
5671
5672         Fixed handling of tests that time out in the test scripts.
5673
5674         Fixed compilation on MacOS X version 10.4.
5675
5676         Fixed two bugs in the regular expression engine.
5677
5678         Fixed a bug in the string type inference.
5679
5680         Fixed a bug in the handling of 'constant function' properties.
5681
5682         Improved overall performance.
5683
5684
5685 2009-06-16: Version 1.2.8
5686
5687         Optimized math on ARM platforms.
5688
5689         Fixed two crash bugs in the handling of getters and setters.
5690
5691         Improved the debugger support by adding scope chain information.
5692
5693         Improved the profiler support by compressing log data transmitted
5694         to clients.
5695
5696         Improved overall performance.
5697
5698
5699 2009-06-08: Version 1.2.7
5700
5701         Improved debugger and profiler support.
5702
5703         Reduced compilation time by improving the handling of deferred
5704         code.
5705
5706         Optimized interceptor accesses where the property is on the object
5707         on which the interceptors is attached.
5708
5709         Fixed compilation problem on GCC 4.4 by changing the stack
5710         alignment to 16 bytes.
5711
5712         Fixed handle creation to follow stric aliasing rules.
5713
5714         Fixed compilation on FreeBSD.
5715
5716         Introduced API for forcing the deletion of a property ignoring
5717         interceptors and attributes.
5718
5719
5720 2009-05-29: Version 1.2.6
5721
5722         Added a histogram recording hit rates at different levels of the
5723         compilation cache.
5724
5725         Added stack overflow check for the RegExp analysis phase. Previously a
5726         very long regexp graph could overflow the stack with recursive calls.
5727
5728         Use a dynamic buffer when collecting log events in memory.
5729
5730         Added start/stop events to the profiler log.
5731
5732         Fixed infinite loop which could happen when setting a debug break while
5733         executing a RegExp compiled to native code.
5734
5735         Fixed handling of lastIndexOf called with negative index (issue 351).
5736
5737         Fixed irregular crash in profiler test (issue 358).
5738
5739         Fixed compilation issues with some versions of gcc.
5740
5741
5742 2009-05-26: Version 1.2.5
5743
5744         Fixed bug in initial boundary check for Boyer-Moore text
5745         search (issue 349).
5746
5747         Fixed compilation issues with MinGW and gcc 4.3+ and added support
5748         for armv7 and cortex-a8 architectures.  Patches by Lei Zhang and
5749         Craig Schlenter.
5750
5751         Added a script cache to the debugger.
5752
5753         Optimized compilation performance by improving internal data
5754         structures and avoiding expensive property load optimizations for
5755         code that's infrequently executed.
5756
5757         Exposed the calling JavaScript context through the static API
5758         function Context::GetCalling().
5759
5760
5761 2009-05-18: Version 1.2.4
5762
5763         Improved performance of floating point number allocation for ARM
5764         platforms.
5765
5766         Fixed crash when using the instanceof operator on functions with
5767         number values in their prototype chain (issue 341).
5768
5769         Optimized virtual frame operations in the code generator to speed
5770         up compilation time and allocated the frames in the zone.
5771
5772         Made the representation of virtual frames and jump targets in the
5773         code generator much more compact.
5774
5775         Avoided linear search for non-locals in scope code when resolving
5776         variables inside with and eval scopes.
5777
5778         Optimized lexical scanner by dealing with whitespace as part of
5779         the token scanning instead of as a separate step before it.
5780
5781         Changed the scavenging collector so that promoted objects do not
5782         reside in the old generation while their remembered set is being
5783         swept for pointers into the young generation.
5784
5785         Fixed numeric overflow handling when compiling count operations.
5786
5787
5788 2009-05-11: Version 1.2.3
5789
5790         Fixed bug in reporting of out-of-memory situations.
5791
5792         Introduced hidden prototypes on certain builtin prototype objects
5793         such as String.prototype to emulate JSC's behavior of restoring
5794         the original function when deleting functions from those prototype
5795         objects.
5796
5797         Fixed crash bug in the register allocator.
5798
5799
5800 2009-05-04: Version 1.2.2
5801
5802         Fixed bug in array sorting for sparse arrays (issue 326).
5803
5804         Added support for adding a soname when building a shared library
5805         on Linux (issue 151).
5806
5807         Fixed bug caused by morphing internal ASCII strings to external
5808         two-byte strings.  Slices over ASCII strings have to forward ASCII
5809         checks to the underlying buffer string.
5810
5811         Allowed API call-as-function handlers to be called as
5812         constructors.
5813
5814         Fixed a crash bug where an external string was disposed but a
5815         slice of the external string survived as a symbol.
5816
5817
5818 2009-04-27: Version 1.2.1
5819
5820         Added EcmaScript 5 JSON object.
5821
5822         Fixed bug in preemption support on ARM.
5823
5824
5825 2009-04-23: Version 1.2.0
5826
5827         Optimized floating-point operations on ARM.
5828
5829         Added a number of extensions to the debugger API.
5830
5831         Changed the enumeration order for unsigned integer keys to always
5832         be numerical order.
5833
5834         Added a "read" extension to the shell sample.
5835
5836         Added support for Array.prototype.reduce and
5837         Array.prototype.reduceRight.
5838
5839         Added an option to the SCons build to control Microsoft Visual C++
5840         link-time code generation.
5841
5842         Fixed a number of bugs (in particular issue 315, issue 316,
5843         issue 317 and issue 318).
5844
5845
5846 2009-04-15: Version 1.1.10
5847
5848         Fixed crash bug that occurred when loading a const variable in the
5849         presence of eval.
5850
5851         Allowed using with and eval in registered extensions in debug mode
5852         by fixing bogus assert.
5853
5854         Fixed the source position for function returns to enable the
5855         debugger to break there.
5856
5857
5858 2009-04-14: Version 1.1.9
5859
5860         Made the stack traversal code in the profiler robust by avoiding
5861         to look into the heap.
5862
5863         Added name inferencing for anonymous functions to facilitate
5864         debugging and profiling.
5865
5866         Re-enabled stats timers in the developer shell (d8).
5867
5868         Fixed issue 303 by avoiding to shortcut cons-symbols.
5869
5870
5871 2009-04-11: Version 1.1.8
5872
5873         Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5874
5875         Fixed step-in handling for Function.prototype.apply and call in
5876         the debugger (issue 269).
5877
5878         Fixed v8::Object::DeleteHiddenValue to not bail out when there
5879         are no hidden properties.
5880
5881         Added workaround for crash bug, where external symbol table
5882         entries with deleted resources would lead to NPEs when looking
5883         up in the symbol table.
5884
5885
5886 2009-04-07: Version 1.1.7
5887
5888         Added support for easily importing additional environment
5889         variables into the SCons build.
5890
5891         Optimized strict equality checks.
5892
5893         Fixed crash in indexed setters on objects without a corresponding
5894         getter (issue 298).
5895
5896         Re-enabled script compilation cache.
5897
5898
5899 2009-04-01: Version 1.1.6
5900
5901         Reverted an unsafe code generator change.
5902
5903
5904 2009-04-01: Version 1.1.5
5905
5906         Fixed bug that caused function literals to not be optimized as
5907         much as other functions.
5908
5909         Improved profiler support.
5910
5911         Fixed a crash bug in connection with debugger unloading.
5912
5913         Fixed a crash bug in the code generator caused by losing the
5914         information that a frame element was copied.
5915
5916         Fixed an exception propagation bug that could cause non-null
5917         return values when exceptions were thrown.
5918
5919
5920 2009-03-30: Version 1.1.4
5921
5922         Optimized String.prototype.match.
5923
5924         Improved the stack information in profiles.
5925
5926         Fixed bug in ARM port making it possible to compile the runtime
5927         system for thumb mode again.
5928
5929         Implemented a number of optimizations in the code generator.
5930
5931         Fixed a number of memory leaks in tests.
5932
5933         Fixed crash bug in connection with script source code and external
5934         strings.
5935
5936
5937 2009-03-24: Version 1.1.3
5938
5939         Fixed assertion failures in compilation of loop conditions.
5940
5941         Removed STL dependency from developer shell (d8).
5942
5943         Added infrastructure for protecting the V8 heap from corruption
5944         caused by memory modifications from the outside.
5945
5946
5947 2009-03-24: Version 1.1.2
5948
5949         Improved frame merge code generated by the code generator.
5950
5951         Optimized String.prototype.replace.
5952
5953         Implemented __defineGetter__ and __defineSetter__ for properties
5954         with integer keys on non-array objects.
5955
5956         Improved debugger and profiler support.
5957
5958         Fixed a number of portability issues to allow compilation for
5959         smaller ARM devices.
5960
5961         Exposed object cloning through the API.
5962
5963         Implemented hidden properties.  This is used to expose an identity
5964         hash for objects through the API.
5965
5966         Implemented restarting of regular expressions if their input
5967         string changes representation during preemption.
5968
5969         Fixed a code generator bug that could cause assignments in loops
5970         to be ignored if using continue to break out of the loop (issue
5971         284).
5972
5973
5974 2009-03-12: Version 1.1.1
5975
5976         Fixed an assertion in the new compiler to take stack overflow
5977         exceptions into account.
5978
5979         Removed exception propagation code that could cause crashes.
5980
5981         Fixed minor bug in debugger line number computations.
5982
5983         8-byte align the C stack on Linux and Windows to speed up floating
5984         point computations.
5985
5986
5987 2009-03-12: Version 1.1.0
5988
5989         Improved code generation infrastructure by doing simple register
5990         allocation and constant folding and propagation.
5991
5992         Optimized regular expression matching by avoiding to create
5993         intermediate string arrays and by flattening nested array
5994         representations of RegExp data.
5995
5996         Traverse a few stack frames when recording profiler samples to
5997         include partial call graphs in the profiling output.
5998
5999         Added support for using OProfile to profile generated code.
6000
6001         Added remote debugging support to the D8 developer shell.
6002
6003         Optimized creation of nested literals like JSON objects.
6004
6005         Fixed a bug in garbage collecting unused maps and turned it on by
6006         default (--collect-maps).
6007
6008         Added support for running tests under Valgrind.
6009
6010
6011 2009-02-27: Version 1.0.3
6012
6013         Optimized double-to-integer conversions in bit operations by using
6014         SSE3 instructions if available.
6015
6016         Optimized initialization sequences that store to multiple
6017         properties of the same object.
6018
6019         Changed the D8 debugger frontend to use JSON messages.
6020
6021         Force garbage collections when disposing contexts.
6022
6023         Align code objects at 32-byte boundaries.
6024
6025
6026 2009-02-25: Version 1.0.2
6027
6028         Improved profiling support by performing simple call stack
6029         sampling for ticks and by fixing a bug in the logging of code
6030         addresses.
6031
6032         Fixed a number of debugger issues.
6033
6034         Optimized code that uses eval.
6035
6036         Fixed a couple of bugs in the regular expression engine.
6037
6038         Reduced the size of generated code for certain regular expressions.
6039
6040         Removed JSCRE completely.
6041
6042         Fixed issue where test could not be run if there was a dot in the
6043         checkout path.
6044
6045
6046 2009-02-13: Version 1.0.1
6047
6048         Fixed two crash-bugs in irregexp (issue 231 and 233).
6049
6050         Fixed a number of minor bugs (issue 87, 227 and 228).
6051
6052         Added support for morphing strings to external strings on demand
6053         to avoid having to create copies in the embedding code.
6054
6055         Removed experimental support for external symbol callbacks.
6056
6057
6058 2009-02-09: Version 1.0.0
6059
6060         Fixed crash-bug in the code generation for case independent 16 bit
6061         backreferences.
6062
6063         Made shells more robust in the presence of string conversion
6064         failures (issue 224).
6065
6066         Fixed a potential infinite loop when attempting to resolve
6067         eval (issue 221).
6068
6069         Miscellaneous fixes to the new regular expression engine.
6070
6071         Reduced binary by stripping unneeded text from JavaScript library and
6072         minifying some JavaScript files.
6073
6074
6075 2009-01-27: Version 0.4.9
6076
6077         Enabled new regular expression engine.
6078
6079         Made a number of changes to the debugger protocol.
6080
6081         Fixed a number of bugs in the preemption support.
6082
6083         Added -p option to the developer shell to run files in parallel
6084         using preemption.
6085
6086         Fixed a number of minor bugs (including issues 176, 187, 189, 192,
6087         193, 198 and 201).
6088
6089         Fixed a number of bugs in the serialization/deserialization
6090         support for the ARM platform.
6091
6092
6093 2009-01-19: Version 0.4.8.1
6094
6095         Minor patch to debugger support.
6096
6097
6098 2009-01-16: Version 0.4.8
6099
6100         Fixed string length bug on ARM (issue 171).
6101
6102         Made most methods in the API const.
6103
6104         Optimized object literals by improving data locality.
6105
6106         Fixed bug that caused incomplete functions to be cached in case of
6107         stack overflow exceptions.
6108
6109         Fixed bugs that caused catch variables and variables introduced by
6110         eval to behave incorrectly when using accessors (issues 186, 190
6111         and 191).
6112
6113
6114 2009-01-06: Version 0.4.7
6115
6116         Minor bugfixes and optimizations.
6117
6118         Added command line debugger to D8 shell.
6119
6120         Fixed subtle bug that caused the wrong 'this' to be used when
6121         calling a caught function in a catch clause.
6122
6123         Inline array loads within loops directly in the code instead of
6124         always calling a stub.
6125
6126
6127 2008-12-11: Version 0.4.6
6128
6129         Fixed exception reporting bug where certain exceptions were
6130         incorrectly reported as uncaught.
6131
6132         Improved the memory allocation strategy used during compilation to
6133         make running out of memory when compiling huge scripts less
6134         likely.
6135
6136         Optimized String.replace by avoiding the construction of certain
6137         sub strings.
6138
6139         Fixed bug in code generation for large switch statements on ARM.
6140
6141         Fixed bug that caused V8 to change the global object template
6142         passed in by the user.
6143
6144         Changed the API for creating object groups used during garbage
6145         collection.  Entire object groups are now passed to V8 instead of
6146         individual members of the groups.
6147
6148
6149 2008-12-03: Version 0.4.5
6150
6151         Added experimental API support for allocating V8 symbols as
6152         external strings.
6153
6154         Fixed bugs in debugging support on ARM.
6155
6156         Changed eval implementation to correctly detect whether or not a
6157         call to eval is aliased.
6158
6159         Fixed bug caused by a combination of the compilation cache and
6160         dictionary probing in native code.  The bug caused us to sometimes
6161         call functions that had not yet been compiled.
6162
6163         Added platform support for FreeBSD.
6164
6165         Added support for building V8 on Windows with either the shared or
6166         static version of MSVCRT
6167
6168         Added the v8::jscre namespace around the jscre functions to avoid
6169         link errors (duplicate symbols) when building Google Chrome.
6170
6171         Added support for calling a JavaScript function with the current
6172         debugger execution context as its argument to the debugger
6173         interface.
6174
6175         Changed the type of names of counters from wchar_t to char.
6176
6177         Changed the Windows system call used to compute daylight savings
6178         time.  The system call that we used to use became four times
6179         slower on WinXP SP3.
6180
6181         Added support in the d8 developer shell for memory-mapped counters
6182         and added a stats-viewer tool.
6183
6184         Fixed bug in upper/lower case mappings (issue 149).
6185
6186
6187 2008-11-17: Version 0.4.4
6188
6189         Reduced code size by using shorter instruction encoding when
6190         possible.
6191
6192         Added a --help option to the shell sample and to the d8 shell.
6193
6194         Added visual studio project files for building the ARM simulator.
6195
6196         Fixed a number of ARM simulator issues.
6197
6198         Fixed bug in out-of-memory handling on ARM.
6199
6200         Implemented shell support for passing arguments to a script from
6201         the command line.
6202
6203         Fixed bug in date code that made certain date functions return -0
6204         instead of 0 for dates before the epoch.
6205
6206         Restricted applications of eval so it can only be used in the
6207         context of the associated global object.
6208
6209         Treat byte-order marks as whitespace characters.
6210
6211
6212 2008-11-04: Version 0.4.3
6213
6214         Added support for API accessors that prohibit overwriting by
6215         accessors defined in JavaScript code by using __defineGetter__ and
6216         __defineSetter__.
6217
6218         Improved handling of conditionals in test status files.
6219
6220         Introduced access control in propertyIsEnumerable.
6221
6222         Improved performance of some string operations by caching
6223         information about the type of the string between operations.
6224
6225         Fixed bug in fast-case code for switch statements that only have
6226         integer labels.
6227
6228
6229 2008-10-30: Version 0.4.2
6230
6231         Improved performance of Array.prototype.concat by moving the
6232         implementation to C++ (issue 123).
6233
6234         Fixed heap growth policy to avoid growing old space to its maximum
6235         capacity before doing a garbage collection and fixed issue that
6236         would lead to artificial out of memory situations (issue 129).
6237
6238         Fixed Date.prototype.toLocaleDateString to return the date in the
6239         same format as WebKit.
6240
6241         Added missing initialization checks to debugger API.
6242
6243         Added removing of unused maps during GC.
6244
6245
6246 2008-10-28: Version 0.4.1
6247
6248         Added caching of RegExp data in compilation cache.
6249
6250         Added Visual Studio project file for d8 shell.
6251
6252         Fixed function call performance regression introduced in version
6253         0.4.0 when splitting the global object in two parts (issue 120).
6254
6255         Fixed issue 131 by checking for empty handles before throwing and
6256         reporting exceptions.
6257
6258
6259 2008-10-23: Version 0.4.0
6260
6261         Split the global object into two parts: The state holding global
6262         object and the global object proxy.
6263
6264         Fixed bug that affected the value of an assignment to an element
6265         in certain cases (issue 116).
6266
6267         Added GetPropertyNames functionality (issue 33) and extra Date
6268         functions (issue 77) to the API.
6269
6270         Changed WeakReferenceCallback to take a Persistent<Value> instead
6271         of a Persistent<Object> (issue 101).
6272
6273         Fixed issues with message reporting for exceptions in try-finally
6274         blocks (issues 73 and 75).
6275
6276         Optimized flattening of strings and string equality checking.
6277
6278         Improved Boyer-Moore implementation for faster indexOf operations.
6279
6280         Added development shell (d8) which includes counters and
6281         completion support.
6282
6283         Fixed problem with the receiver passed to functions called from
6284         eval (issue 124).
6285
6286
6287 2008-10-16: Version 0.3.5
6288
6289         Improved string hash-code distribution by excluding bit-field bits
6290         from the hash-code.
6291
6292         Changed string search algorithm used in indexOf from KMP to
6293         Boyer-Moore.
6294
6295         Improved the generated code for the instanceof operator.
6296
6297         Improved performance of slow-case string equality checks by
6298         specializing the code based on the string representation.
6299
6300         Improve the handling of out-of-memory situations (issue 70).
6301
6302         Improved performance of strict equality checks.
6303
6304         Improved profiler output to make it easier to see anonymous
6305         functions.
6306
6307         Improved performance of slow-case keyed loads.
6308
6309         Improved property access performance by allocating a number of
6310         properties in the front object.
6311
6312         Changed the toString behavior on the built-in object constructors
6313         to print [native code] instead of the actual source.  Some web
6314         applications do not like constructors with complex toString
6315         results.
6316
6317
6318 2008-10-06: Version 0.3.4
6319
6320         Changed Array.prototype.sort to use quick sort.
6321
6322         Fixed code generation issue where leaving a finally block with
6323         break or continue would accumulate elements on the expression
6324         stack (issue 86).
6325
6326         Made sure that the name accessor on functions returns the expected
6327         names for builtin JavaScript functions and C++ callback functions.
6328
6329         Added fast case code for extending the property storage array of
6330         JavaScript objects.
6331
6332         Ported switch statement optimizations introduced in version 0.3.3
6333         to the ARM code generator.
6334
6335         Allowed GCC to use strict-aliasing rules when compiling.
6336
6337         Improved performance of arguments object allocation by taking care
6338         of arguments adaptor frames in the generated code.
6339
6340         Updated the V8 benchmark suite to version 2.
6341
6342
6343 2008-09-25: Version 0.3.3
6344
6345         Improved handling of relocation information to enable more
6346         peep-hole optimizations.
6347
6348         Optimized switch statements where all labels are constant small
6349         integers.
6350
6351         Optimized String.prototype.indexOf for common cases.
6352
6353         Fixed more build issues (issue 80).
6354
6355         Fixed a couple of profiler issues.
6356
6357         Fixed bug where the body of a function created using the Function
6358         constructor was not allowed to end with a single-line comment
6359         (issue 85).
6360
6361         Improved handling of object literals by canonicalizing object
6362         literal maps.  This will allow JSON objects with the same set of
6363         properties to share the same map making inline caching work better
6364         for JSON objects.
6365
6366
6367 2008-09-17: Version 0.3.2
6368
6369         Generalized the EvalCache into a CompilationCache and enabled it
6370         for scripts too.  The current strategy is to retire all entries
6371         whenever a mark-sweep collection is started.
6372
6373         Fixed bug where switch statements containing only a default case
6374         would lead to an unbalanced stack (issue 69).
6375
6376         Fixed bug that made access to the function in a named function
6377         expression impossible in certain situations (issue 24).
6378
6379         Fixed even more build issues.
6380
6381         Optimized calling conventions on ARM.  The conventions on ARM and
6382         IA-32 now match.
6383
6384         Removed static initializers for flags and counters.
6385
6386         Improved inline caching behavior for uncommon cases where lazily
6387         loading Date and RegExp code could force certain code paths go
6388         megamorphic.
6389
6390         Removed arguments adaption for builtins written in C++.  This
6391         makes Array.prototype.push and Array.prototype.pop slightly
6392         faster.
6393
6394
6395 2008-09-11: Version 0.3.1
6396
6397         Fixed a number of build issues.
6398
6399         Fixed problem with missing I-cache flusing on ARM.
6400
6401         Changed space layout in memory management by splitting up
6402         code space into old data space and code space.
6403
6404         Added utf-8 conversion support to the API (issue 57).
6405
6406         Optimized repeated calls to eval with the same strings.  These
6407         repeated calls are common in web applications.
6408
6409         Added Xcode project file.
6410
6411         Optimized a couple of Array operation.
6412
6413         Fixed parser bug by checking for end-of-string when parsing break
6414         and continue (issue 35).
6415
6416         Fixed problem where asian characters were not categorized as
6417         letters.
6418
6419         Fixed bug that disallowed calling functions fetched from an array
6420         using a string as an array index (issue 32).
6421
6422         Fixed bug where the internal field count on object templates were
6423         sometimes ignored (issue 54).
6424
6425         Added -f option to the shell sample for compatibility with other
6426         engines (issue 18).
6427
6428         Added source info to TryCatches in the API.
6429
6430         Fixed problem where the seed for the random number generator was
6431         clipped in a double to unsigned int conversion.
6432
6433         Fixed bug where cons string symbols were sometimes converted to
6434         non-symbol flat strings during GC.
6435
6436         Fixed bug in error reporting when attempting to convert null to an
6437         object.
6438
6439
6440 2008-09-04: Version 0.3.0
6441
6442         Added support for running tests on the ARM simulator.
6443
6444         Fixed bug in the 'in' operator where negative indices were not
6445         treated correctly.
6446
6447         Fixed build issues on gcc-4.3.1.
6448
6449         Changed Date.prototype.toLocaleTimeString to not print the
6450         timezone part of the time.
6451
6452         Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
6453         with user code.
6454
6455
6456 2008-09-02: Version 0.2.5
6457
6458         Renamed the top level directory 'public' to 'include'.
6459
6460         Added 'env' option to the SCons build scripts to support
6461         overriding the ENV part of the build environment.  This is mostly
6462         to support Windows builds in cases where SCons cannot find the
6463         correct paths to the Windows SDK, as these paths cannot be passed
6464         through shell environment variables.
6465
6466         Enabled "Buffer Security Check" on for the Windows SCons build and
6467         added the linker option /OPT:ICF as an optimization.
6468
6469         Added the V8 benchmark suite to the repository.
6470
6471
6472 2008-09-01: Version 0.2.4
6473
6474         Included mjsunit JavaScript test suite and C++ unit tests.
6475
6476         Changed the shell sample to not print the result of executing a
6477         script provided on the command line.
6478
6479         Fixed issue when building samples on Windows using a shared V8
6480         library.  Added visibility option on Linux build which makes the
6481         generated library 18% smaller.
6482
6483         Changed build system to accept multiple build modes in one build
6484         and generate separate objects, libraries and executables for each
6485         mode.
6486
6487         Removed deferred negation optimization (a * -b => -(a * b)) since
6488         this visibly changes operand conversion order.
6489
6490         Improved parsing performance by introducing stack guard in
6491         preparsing.  Without a stack guard preparsing always bails out
6492         with stack overflow.
6493
6494         Changed shell sample to take flags directly from the command-line.
6495         Added API call that implements this.
6496
6497         Added load, quit and version functions to the shell sample so it's
6498         easier to run benchmarks and tests.
6499
6500         Fixed issue with building samples and cctests on 64-bit machines.
6501
6502         Fixed bug in the runtime system where the prototype chain was not
6503         always searched for a setter when setting a property that does not
6504         exist locally.
6505
6506
6507 2008-08-14: Version 0.2.3
6508
6509         Improved performance of garbage collection by moving the
6510         function that updates pointers during compacting collection
6511         into the updating visitor.  This gives the compiler a better
6512         chance to inline and avoid a function call per (potential)
6513         pointer.
6514
6515         Extended the shell sample with a --runtime-flags option.
6516
6517         Added Visual Studio project files for the shell.cc and
6518         process.cc samples.
6519
6520
6521 2008-08-13: Version 0.2.2
6522
6523         Improved performance of garbage collection by changing the way
6524         we use the marking stack in the event of stack overflow during
6525         full garbage collection and by changing the way we mark roots.
6526
6527         Cleaned up ARM version by removing top of stack caching and by
6528         introducing push/pop elimination.
6529
6530         Cleaned up the way runtime functions are called to allow
6531         runtime calls with no arguments.
6532
6533         Changed Windows build options to make sure that exceptions are
6534         disabled and that optimization flags are enabled.
6535
6536         Added first version of Visual Studio project files.
6537
6538
6539 2008-08-06: Version 0.2.1
6540
6541         Improved performance of unary addition by avoiding runtime calls.
6542
6543         Fixed the handling of '>' and '<=' to use right-to-left conversion
6544         and left-to-right evaluation as specified by ECMA-262.
6545
6546         Fixed a branch elimination bug on the ARM platform where incorrect
6547         code was generated because of overly aggressive branch
6548         elimination.
6549
6550         Improved performance of code that repeatedly assigns the same
6551         function to the same property of different objects with the same
6552         map.
6553
6554         Untangled DEBUG and ENABLE_DISASSEMBLER defines.  The disassembler
6555         no longer expects DEBUG to be defined.
6556
6557         Added platform-nullos.cc to serve as the basis for new platform
6558         implementations.
6559
6560
6561 2008-07-30: Version 0.2.0
6562
6563         Changed all text files to have native svn:eol-style.
6564
6565         Added a few samples and support for building them. The samples
6566         include a simple shell that can be used to benchmark and test V8.
6567
6568         Changed V8::GetVersion to return the version as a string.
6569
6570         Added source for lazily loaded scripts to snapshots and made
6571         serialization non-destructive.
6572
6573         Improved ARM support by fixing the write barrier code to use
6574         aligned loads and stores and by removing premature locals
6575         optimization that relied on broken support for callee-saved
6576         registers (removed).
6577
6578         Refactored the code for marking live objects during garbage
6579         collection and the code for allocating objects in paged
6580         spaces. Introduced an abstraction for the map word of a heap-
6581         allocated object and changed the memory allocator to allocate
6582         executable memory only for spaces that may contain code objects.
6583
6584         Moved StringBuilder to utils.h and ScopedLock to platform.h, where
6585         they can be used by debugging and logging modules. Added
6586         thread-safe message queues for dealing with debugger events.
6587
6588         Fixed the source code reported by toString for certain builtin
6589         empty functions and made sure that the prototype property of a
6590         function is enumerable.
6591
6592         Improved performance of converting values to condition flags in
6593         generated code.
6594
6595         Merged disassembler-{arch} files.
6596
6597
6598 2008-07-28: Version 0.1.4
6599
6600         Added support for storing JavaScript stack traces in a stack
6601         allocated buffer to make it visible in shallow core dumps.
6602         Controlled by the --preallocate-message-memory flag which is
6603         disabled by default.
6604
6605
6606 2008-07-25: Version 0.1.3
6607
6608         Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
6609         map transitions would count as properties.
6610
6611         Allowed aliased eval invocations by treating them as evals in the
6612         global context. This may change in the future.
6613
6614         Added support for accessing the last entered context through the
6615         API and renamed Context::Current to Context::GetCurrent and
6616         Context::GetSecurityContext to Context::GetCurrentSecurityContext.
6617
6618         Fixed bug in the debugger that would cause the debugger scripts to
6619         be recursively loaded and changed all disabling of interrupts to
6620         be block-structured.
6621
6622         Made snapshot data read-only to allow it to be more easily shared
6623         across multiple users of V8 when linked as a shared library.
6624
6625
6626 2008-07-16: Version 0.1.2
6627
6628         Fixed building on Mac OS X by recognizing i386 and friends as
6629         IA-32 platforms.
6630
6631         Added propagation of stack overflow exceptions that occur while
6632         compiling nested functions.
6633
6634         Improved debugger with support for recursive break points and
6635         handling of exceptions that occur in the debugger JavaScript code.
6636
6637         Renamed GetInternal to GetInternalField and SetInternal to
6638         SetInternalField in the API and moved InternalFieldCount and
6639         SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
6640
6641
6642 2008-07-09: Version 0.1.1
6643
6644         Fixed bug in stack overflow check code for IA-32 targets where a
6645         non-tagged value in register eax was pushed to the stack.
6646
6647         Fixed potential quadratic behavior when converting strings to
6648         numbers.
6649
6650         Fixed bug where the return value from Object::SetProperty could
6651         end up being the property holder instead of the written value.
6652
6653         Improved debugger support by allowing nested break points and by
6654         dealing with stack-overflows when compiling functions before
6655         setting break points in them.
6656
6657
6658 2008-07-03: Version 0.1.0
6659
6660         Initial export.
6661
6662 # Local Variables:
6663 # mode:text
6664 # End: