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