blob: c0958812fb1db71722aebe800bada4be1c6d9dfe [file] [log] [blame]
ulan@chromium.org0f13e742014-01-03 15:51:11 +000012014-01-03: Version 3.24.10
2
3 Reland r18383: More API cleanup (Chromium issue 324225).
4
5 MIPS: Fix loading of global object in LWrapReceiver (Chromium issue
6 318420).
7
8 Performance and stability improvements on all platforms.
9
10
ulan@chromium.org9ca30172014-01-02 12:10:54 +0000112014-01-02: Version 3.24.9
12
13 Performance and stability improvements on all platforms.
14
15
ulan@chromium.org19aca232013-12-30 09:24:30 +0000162013-12-30: Version 3.24.8
17
18 ARM: fix loading of global object in LWrapReceiver (Chromium issue
19 318420).
20
21 Fix a race between concurrent recompilation and OSR (Chromium issue
22 330046).
23
24 Turn off concurrent sweeping (issue 3071).
25
26 Performance and stability improvements on all platforms.
27
28
yangguo@chromium.org49546742013-12-23 16:17:49 +0000292013-12-23: Version 3.24.7
30
31 Fix small spec violation in String.prototype.split (issue 3026).
32
33 Correctly resolve forcibly context allocated parameters in debug-
34 evaluate (Chromium issue 325676).
35
36 Introduce Function::GetBoundFunction.
37
38 Performance and stability improvements on all platforms.
39
40
hpayer@chromium.orgea9b8ba2013-12-20 19:22:39 +0000412013-12-20: Version 3.24.6
42
43 Performance and stability improvements on all platforms.
44
45
hpayer@chromium.org71ea97f2013-12-19 16:03:26 +0000462013-12-19: Version 3.24.5
47
48 Performance and stability improvements on all platforms.
49
50
hpayer@chromium.org4f99be92013-12-18 16:23:55 +0000512013-12-18: Version 3.24.4
52
53 Removed all stuff marked as V8_DEPRECATED.
54
55 Performance and stability improvements on all platforms.
56
57
danno@chromium.org8ebe7d52013-12-17 22:11:46 +0000582013-12-17: Version 3.24.3
59
60 Performance and stability improvements on all platforms.
61
62
hpayer@chromium.org80108f72013-12-17 07:57:53 +0000632013-12-17: Version 3.24.2
64
65 Flush instruction cache for deserialized code objects.
66
67 Performance and stability improvements on all platforms.
68
69
jkummerow@chromium.org113035e2013-12-13 15:13:40 +0000702013-12-13: Version 3.24.1
71
72 Fix polymorphic inlined calls with migrating prototypes.
73
74 Fixed global object leak caused by overwriting the global receiver (the
75 global proxy) in the global object with the global object itself
76 (Chromium issue 324812).
77
78 Initialize Date parse cache with SMI instead of double to workaround
79 sharing mutable heap numbers in snapshot (Chromium issue 280531).
80
81 Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue
82 234135).
83
84 Performance and stability improvements on all platforms.
85
86
machenbach@chromium.orgafbdadc2013-12-09 16:12:18 +0000872013-12-09: Version 3.24.0
88
89 Performance and stability improvements on all platforms.
90
91
machenbach@chromium.orgddf38112013-12-04 09:42:52 +0000922013-12-04: Version 3.23.18
93
94 Performance and stability improvements on all platforms.
95
96
machenbach@chromium.orgce9c5142013-12-03 08:00:39 +0000972013-12-03: Version 3.23.17
98
99 Performance and stability improvements on all platforms.
100
101
machenbach@chromium.org8a58f642013-12-02 10:46:30 +00001022013-12-02: Version 3.23.16
103
104 Array builtins need to be prevented from changing frozen objects, and
105 changing structure on sealed objects (Chromium issue 299979).
106
107 Performance and stability improvements on all platforms.
108
109
yangguo@chromium.orgcc536052013-11-29 11:43:20 +00001102013-11-29: Version 3.23.15
111
112 Fix context register allocation in LTransitionElementsKind
113 (Chromium issue 324306).
114
115 Fix bug in inlining Function.apply (Chromium issue 323942).
116
117 Ensure that length is Smi in TypedArrayFromArrayLike constructor
118 (Chromium issue 324028).
119
120 Performance and stability improvements on all platforms.
121
122
machenbach@chromium.org9f18d912013-11-28 13:42:41 +00001232013-11-28: Version 3.23.14
124
125 Shorten autogenerated error message (issue 3019).
126
127 Performance and stability improvements on all platforms.
128
129
machenbach@chromium.orgc86e8c22013-11-27 15:11:04 +00001302013-11-27: Version 3.23.13
131
132 Increase precision for base conversion for large integers (issue 3025).
133
134 Flatten cons string for single character substrings (Chromium issue
135 323041).
136
137 Performance and stability improvements on all platforms.
138
139
machenbach@chromium.org37be4082013-11-26 13:50:38 +00001402013-11-26: Version 3.23.12
141
142 Performance and stability improvements on all platforms.
143
144
machenbach@chromium.orgf9841892013-11-25 12:01:13 +00001452013-11-25: Version 3.23.11
146
147 Deprecate old versions of Isolate::SetData and GetData.
148
149 Performance and stability improvements on all platforms.
150
151
1522013-11-22: Version 3.23.10
machenbach@chromium.org90dca012013-11-22 10:04:21 +0000153
154 Remove preemption thread and API.
155 (issue 3004)
156
157 Performance and stability improvements on all platforms.
158
159
machenbach@chromium.org7ff76072013-11-21 09:47:43 +00001602013-11-21: Version 3.23.9
161
162 API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t
163 instead of intptr_t.
164
165 Remove deprecated v8::SetResourceConstraints without Isolate parameter.
166
167 Remove deprecated v8-defaults.h and defaults.cc.
168 (Chromium issue 312241)
169
170 Make it possible to add more than one piece of embedder data to
171 isolates.
172 (Chromium issue 317398)
173
174 Performance and stability improvements on all platforms.
175
176
machenbach@chromium.org9af454f2013-11-20 09:25:57 +00001772013-11-20: Version 3.23.8
178
179 Fixed crashes exposed though fuzzing.
180 (Chromium issue 320948)
181
182 Deprecated v8::External::New without Isolate parameter.
183
184 Made number of available threads isolate-dependent and exposed it to
185 ResourceConstraints.
186 (issue 2991)
187
188 Performance and stability improvements on all platforms.
189
190
machenbach@chromium.orgaf9cfcb2013-11-19 11:05:18 +00001912013-11-19: Version 3.23.7
192
193 Bugfix: dependent code field in AllocationSite was keeping code objects
194 alive even after context death.
195 (Chromium issue 320532)
196
197 Fixed data view accessors to throw execptions on offsets bigger than
198 size_t.
199 (issue 3013)
200
201 Performance and stability improvements on all platforms.
202
203
machenbach@chromium.orgea468882013-11-18 08:53:19 +00002042013-11-18: Version 3.23.6
205
206 Limit size of dehoistable array indices.
207 (Chromium issues 319835, 319860)
208
209 Limit the size for typed arrays to MaxSmi.
210 (Chromium issue 319722)
211
212 Performance and stability improvements on all platforms.
213
214
machenbach@chromium.orgb5be0a92013-11-15 10:32:41 +00002152013-11-15: Version 3.23.5
216
217 Fixed missing type feedback check for Generic*String addition.
218 (Chromium issue 318671)
219
220 Fixed duplicate check in DependentCode::Insert.
221 (Chromium issue 318454)
222
223 Performance and stability improvements on all platforms.
224
225
machenbach@chromium.orgfeecfde2013-11-14 10:55:00 +00002262013-11-14: Version 3.23.4
227
228 Fixed overflow in TypedArray initialization function.
229 (Chromium issue 319120)
230
231 Performance and stability improvements on all platforms.
232
233
machenbach@chromium.org0cc09502013-11-13 12:20:55 +00002342013-11-13: Version 3.23.3
235
236 Fixed compilation with GCC 4.8.
237 (issue 2767, 2149)
238
239 Added explicit Isolate parameter to External::New.
240 (Chromium issue 266838)
241
242 Performance and stability improvements on all platforms.
243
244
machenbach@chromium.org935a7792013-11-12 09:05:18 +00002452013-11-12: Version 3.23.2
246
247 Fixed --extra-code flag for snapshot creation.
248 (issue 2994)
249
250 Fixed error message wording when instanceof throws.
251 (Chromium issue 82797, issue 1593)
252
253 Performance and stability improvements on all platforms.
254
255
machenbach@chromium.orge8412be2013-11-08 10:23:52 +00002562013-11-08: Version 3.23.1
257
258 Made HCapturedObjects non-deletable for DCE. (issue 2987)
259
260 Use a fixed random seed per default. (issue 1880, 2885)
261
262 Fixed y-umlaut to uppercase. (issue 2984)
263
264 Performance and stability improvements on all platforms.
265
266
verwaest@chromium.org057bd502013-11-06 12:03:29 +00002672013-11-06: Version 3.23.0
268
269 Fixed loading message from an Error object. (Chromium issue 306220)
270
271 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
272
273 Made snapshots reproducible. (issue 2885)
274
275 Added missing negative dictionary lookup to NonexistentHandlerFrontend.
276 (issue 2980)
277
278 Performance and stability improvements on all platforms.
279
280
machenbach@chromium.orged29eb22013-10-31 13:30:00 +00002812013-10-31: Version 3.22.24
282
283 Fixed uint32-to-smi conversion in Lithium.
284 (Chromium issue 309623)
285
286 Performance and stability improvements on all platforms.
287
288
jkummerow@chromium.orgef33a542013-10-28 18:03:37 +00002892013-10-28: Version 3.22.23
290
291 Renamed deprecated __attribute__((no_address_safety_analysis)) to
292 __attribute__((no_sanitize_address)) (Chromium issue 311283)
293
294 Defined DEBUG for v8_optimized_debug=2
295
296 Performance and stability improvements on all platforms.
297
298
bmeurer@chromium.orge94b5ff2013-10-25 09:22:31 +00002992013-10-25: Version 3.22.22
300
301 Record allocation stack traces. (Chromium issue 277984,v8:2949)
302
303 Performance and stability improvements on all platforms.
304
305
bmeurer@chromium.org3c12eb12013-10-24 09:23:47 +00003062013-10-24: Version 3.22.21
307
308 Performance and stability improvements on all platforms.
309
310
bmeurer@chromium.orgc9913f02013-10-24 06:31:36 +00003112013-10-24: Version 3.22.20
312
313 Made Array.prototype.pop throw if the last element is not configurable.
314
315 Fixed HObjectAccess for loads from migrating prototypes.
316 (Chromium issue 305309)
317
318 Enabled preaging of code objects when --optimize-for-size.
319 (Chromium issue 280984)
320
321 Exposed v8::Function::GetDisplayName to public API.
322 (Chromium issue 17356)
323
324 Performance and stability improvements on all platforms.
325
326
bmeurer@chromium.orgdb783292013-10-23 06:51:00 +00003272013-10-23: Version 3.22.19
328
329 Fix materialization of captured objects with field tracking.
330 (Chromium issue 298990)
331
332 Performance and stability improvements on all platforms.
333
334
bmeurer@chromium.org71f9fca2013-10-22 08:00:09 +00003352013-10-22: Version 3.22.18
336
337 Add tool to visualize machine code/lithium.
338
339 Handle misaligned loads and stores in load elimination. Do not track
340 misaligned loads and be conservative about invalidating misaligned
341 stores. (issue 2934)
342
343 Performance and stability improvements on all platforms.
344
345
bmeurer@chromium.orge7a07452013-10-21 13:27:29 +00003462013-10-21: Version 3.22.17
347
348 Harmony: Implement Math.trunc and Math.sign. (issue 2938)
349
350 Performance and stability improvements on all platforms.
351
352
bmeurer@chromium.org0fdb2a62013-10-21 07:19:36 +00003532013-10-21: Version 3.22.16
354
355 Performance and stability improvements on all platforms.
356
357
mstarzinger@chromium.org69008382013-10-18 10:34:25 +00003582013-10-18: Version 3.22.15
359
360 Enabled calling the SetReference* & SetObjectGroupId functions with a
361 Persistent<SubclassOfValue>.
362
363 Performance and stability improvements on all platforms.
364
365
mstarzinger@chromium.org2ed0d022013-10-17 08:06:21 +00003662013-10-17: Version 3.22.14
367
368 Performance and stability improvements on all platforms.
369
370
mstarzinger@chromium.orgb4968be2013-10-16 09:00:56 +00003712013-10-16: Version 3.22.13
372
373 Do not look up ArrayBuffer on global object in typed array constructor.
374 (issue 2931)
375
376 Performance and stability improvements on all platforms.
377
378
mstarzinger@chromium.orga2e1a402013-10-15 08:25:05 +00003792013-10-15: Version 3.22.12
380
381 Added histograms to track fraction of heap spaces and percentage of
382 generated crankshaft code.
383
384 Moved v8_optimized_debug default value to standalone.gypi.
385
386 Track JS allocations as they arrive with no affection on performance
387 when tracking is switched off (Chromium issue 277984).
388
389 Performance and stability improvements on all platforms.
390
391
mstarzinger@chromium.org2efc3e42013-10-14 08:45:38 +00003922013-10-14: Version 3.22.11
393
394 Performance and stability improvements on all platforms.
395
396
mvstanton@chromium.orgdd6d9ee2013-10-11 10:35:37 +00003972013-10-11: Version 3.22.10
398
399 Fixed timezone issues with date-time/parse-* tests.
400 (Chromium issue 2919)
401
402 Added column getter to CpuProfileNode (Chromium issue 302537)
403
404 Performance and stability improvements on all platforms.
405
406
mvstanton@chromium.org63ea3d22013-10-10 09:24:12 +00004072013-10-10: Version 3.22.9
408
409 Ensure only whitelisted stubs have sse2 versions in the snapshot.
410 (fix for chromium 304565)
411
412 Implement ArrayBuffer.isView.
413
414 Performance and stability improvements on all platforms.
415
416
jkummerow@chromium.org25b0e212013-10-04 15:38:52 +00004172013-10-04: Version 3.22.8
418
419 Performance and stability improvements on all platforms.
420
421
jkummerow@chromium.orgd8a3a142013-10-03 12:15:05 +00004222013-10-03: Version 3.22.7
423
424 Debug: Allow stepping into on a given call frame
425 (Chromium issue 296963).
426
427 Always use timeGetTime() for TimeTicks::Now() on Windows
428 (Chromium issue 288924).
429
430 Performance and stability improvements on all platforms.
431
432
jkummerow@chromium.orgfb7a7c42013-10-02 11:41:02 +00004332013-10-02: Version 3.22.6
434
435 Performance and stability improvements on all platforms.
436
437
jkummerow@chromium.org32aa03c2013-10-01 08:21:50 +00004382013-10-01: Version 3.22.5
439
440 Disabled externalization of sliced/cons strings in old pointer space
441 (Chromium issue 276357).
442
443 Turned on handle zapping for release builds
444
445 Performance and stability improvements on all platforms.
446
447
jkummerow@chromium.orgc3669762013-09-30 13:42:25 +00004482013-09-30: Version 3.22.4
449
450 Function::Call and Object::CallAsFunction APIs should allow v8::Value as
451 a receiver (issue 2915).
452
453 Removed unnecessary mutex (Chromium issue 291236).
454
455 Removed ArrayBufferView::BaseAddress method.
456
457 Performance and stability improvements on all platforms.
458
459
machenbach@chromium.orgcfdf67d2013-09-27 07:27:26 +00004602013-09-27: Version 3.22.3
461
462 Added methods to enable configuration of ResourceConstraints based on
463 limits derived at runtime.
464 (Chromium issue 292928)
465
466 Added -optimize-for-size flag to optimize for memory size (will be used
467 by pre-aging CL), and removed the is_memory_constrained
468 ResourceConstraint.
469 (Chromium issue 292928)
470
471 Performance and stability improvements on all platforms.
472
473
machenbach@chromium.org8e36b5b2013-09-26 07:36:30 +00004742013-09-26: Version 3.22.2
475
476 Performance and stability improvements on all platforms.
477
478
machenbach@chromium.org3d079fe2013-09-25 08:19:55 +00004792013-09-25: Version 3.22.1
480
481 Sped up creating typed arrays from array-like objects.
482 (Chromium issue 270507)
483
484 Performance and stability improvements on all platforms.
485
486
machenbach@chromium.org528ce022013-09-23 14:09:36 +00004872013-09-23: Version 3.22.0
488
489 LiveEdit to mark more closure functions for re-instantiation when scope
490 layout changes.
491 (issue 2872)
492
493 Made bounds check elimination iterative instead of recursive.
494 (Chromium issue 289706)
495
496 Turned on i18n support by default.
497
498 Set the proper instance-type on HAllocate in BuildFastLiteral.
499 (Chromium issue 284577)
500
501 Performance and stability improvements on all platforms.
502
503
hpayer@chromium.org4f626d12013-09-18 07:47:45 +00005042013-09-18: Version 3.21.17
505
506 Implemented local load/store elimination on basic blocks.
507
508 Added mutex when accessing concurrent recompilation output queue.
509 (Chromium issue 291236)
510
511 Don't lookup the cache for the result of Function::New.
512 (Chromium issue 272579)
513
514 Tweaked HConstant::EmitAtUses() to eliminate useless constant
515 generation.
516 (Chromium issue 2881)
517
518 Performance and stability improvements on all platforms.
519
520
mvstanton@chromium.org5a4733b2013-09-16 07:33:24 +00005212013-09-16: Version 3.21.16
522
523 Every place where AllocationMemento is initialized with an
524 AllocationSite is now checked to be sure a valid Site goes in. This is
525 temporary code to diagnose chromium bug 284577.
526
527 Performance and stability improvements on all platforms.
528
529
dslomov@chromium.org4a35c5a2013-09-13 07:28:52 +00005302013-09-13: Version 3.21.15
531
532 Non-JSObject heap objects are now handled using slow-path IC stub
533 guarded by the map.
534 (Chromium issue 280632)
535
536 i18n Javascript code added to the snapshot.
537 (V8 issue 2745)
538
539 Performance and stability improvements on all platforms.
540
dslomov@chromium.orge97852d2013-09-12 09:02:59 +00005412013-09-12: Version 3.21.14
542
543 Added access check for observed objects.
544 (V8 issue 2778)
545
546 Cleaned up v8::ArrayBuffer::Allocator interface.
547 (V8 issue 2823)
548
549 Performance and stability improvements on all platforms.
550
hpayer@chromium.orgc5d49712013-09-11 08:25:48 +00005512013-09-11: Version 3.21.13
552
553 Added a ResourceConstraint for the embedder to specify that V8 is
554 running on a memory constrained device.
555 (Chromium issue 280984)
556
557 Removed HandleScope default ctor.
558 (Chromium issue 236173)
559
560 Enabled escape analysis for Hydrogen.
561
562 Correctly stringified mixed encoding indirect strings.
563 (Chromium issue 287476)
564
565 Performance and stability improvements on all platforms.
566
567
dslomov@chromium.org639bac02013-09-09 11:58:54 +00005682013-09-09: Version 3.21.12
569
570 Fixed bitwise negation on x64.
571 (Chromium issue 285355)
572
573 Dropped GetCurrentThreadId() and TerminateExecution(int) from
574 the external API.
575
576 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
577 (Chromium issue 284998)
578
579 Added check if timeout has expired after processing each sample.
580 (issue 2814,v8:2871)
581
582 Removed obsolete global V8::has_been_fooed flags.
583 (issue 2744)
584
585 Performance and stability improvements on all platforms.
586
587
jkummerow@chromium.org2c9426b2013-09-05 16:31:13 +00005882013-09-05: Version 3.21.11
589
590 Performance and stability improvements on all platforms.
591
592
jkummerow@chromium.org3d00d0a2013-09-04 13:57:32 +00005932013-09-04: Version 3.21.10
594
595 Fixed Eternal::IsEmpty logic (issue 2870).
596
597 Performance and stability improvements on all platforms.
598
599
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00006002013-09-03: Version 3.21.9
601
602 Deprecated Persistent functions which were marked to be deprecated.
603
604 Allowed uncacheable identifiers to go generic (issue 2867).
605
606 Performance and stability improvements on all platforms.
607
608
jkummerow@chromium.org8fa5bd92013-09-02 11:45:09 +00006092013-09-02: Version 3.21.8
610
611 Added scriptId to StackTrace frames (issue 2865).
612
613 Performance and stability improvements on all platforms.
614
615
jkummerow@chromium.orgdc94e192013-08-30 11:35:42 +00006162013-08-30: Version 3.21.7
617
618 Fixed casts of eternal handles.
619
620 Turned on global handle zapping.
621
622 Always visit branches during HGraph building (Chromium issue 280333).
623
624 Profiler changes: removed deprecated API, support higher sampling
625 rate on Windows.
626
627 Performance and stability improvements on all platforms.
628
629
mstarzinger@chromium.org1f410f92013-08-29 08:13:16 +00006302013-08-29: Version 3.21.6
631
632 Fixed inlined 'throw' statements interfering with live range
633 computation. (issue 2843)
634
635 Performance and stability improvements on all platforms.
636
637
verwaest@chromium.org662436e2013-08-28 08:41:27 +00006382013-08-28: Version 3.21.5
639
640 Fixed compilation with recent MinGW64 versions. (issue 2300)
641
642 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
643
644 Performance and stability improvements on all platforms.
645
646
jkummerow@chromium.org1e8da742013-08-26 17:13:35 +00006472013-08-26: Version 3.21.4
648
649 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
650
651 Use signals for cpu profiling on Mac OS X (issue 2814).
652
653 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
654
655 Added support for higher CPU profiler sampling rate on posix systems
656 (issue 2814).
657
658 Worked around 'inlining failed' build error with older GCC 4.x releases.
659
660 Added source map support to tick processor.
661
662 Stability improvements on all platforms.
663
664
rossberg@chromium.org92597162013-08-23 13:28:00 +00006652013-08-23: Version 3.21.3
666
667 Temporarily disabled optimization for StringWrappers to use native
668 valueOf. (issue 2855)
669
670 Fixed crash on function declarations in eval inside non-trivial local
671 scope. (issue 2594)
672
673 Rewrote SamplingCircularQueue. (issue 2814)
674
675 Fixed hidden properties on object with frozen prototype. (issue 2829)
676
677 Fix deoptimization bug. (Chromium issue 274164)
678
679 Stability improvements on all platforms.
680
681
verwaest@chromium.orgec6855e2013-08-22 12:26:58 +00006822013-08-22: Version 3.21.2
683
684 Stability improvements on all platforms.
685
686
verwaest@chromium.org32cb9b22013-08-21 11:18:12 +00006872013-08-21: Version 3.21.1
688
689 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
690 (Chromium issue 270527)
691
692 Replaced OS::MemCopy with memcpy in typed array initialization.
693 (Chromium issue 270642)
694
695 Moved i18n break iterator C++ code to runtime (issue 2745)
696
697 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
698 (Chromium issue 263515)
699
700 Fixed register misuse in Allocate() on ARM. (issue 2851)
701
702 Fixed empty handle dereference in Runtime_InternalNumberFormat.
703 (Chromium issue 275467)
704
705 Performance and stability improvements on all platforms.
706
707
rossberg@chromium.orgebeba022013-08-19 09:36:44 +00007082013-08-19: Version 3.21.0
709
710 Fixed GC-related crasher (Chromium issue 274438)
711
712 Reverted making Intl non-enumerable.
713
714 Performance and stability improvements on all platforms.
715
716
danno@chromium.orgc00ec2b2013-08-14 17:13:49 +00007172013-08-14: Version 3.20.17
718
719 Fixed Math.round/floor that had bogus Smi representation
720 (Chromium issue 272564)
721
722 Performance and stability improvements on all platforms.
723
724
danno@chromium.org59400602013-08-13 17:09:37 +00007252013-08-13: Version 3.20.16
726
727 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
728
729 Fixed gcmole bugs in i18n code (issue 2745)
730
731 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
732 set (issue 2827)
733
734 Made sure polymorphic element access creates non-replaying
735 phis. (issue 2815)
736
737 Allowed HPhis to have an invalid merge index. (issue 2815)
738
739 Fixed smi-based math floor. (Chromium issue 270268)
740
741 Deprecated self and total time getters and total sample count
742 getter on CpuProfileNode. (Chromium issue 267595)
743
744 Fixed Object.freeze, Object.observe wrt CountOperation and
745 CompoundAssignment. (issue 2774,2779)
746
747 Performance and stability improvements on all platforms.
748
749
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00007502013-08-07: Version 3.20.15
danno@chromium.org59400602013-08-13 17:09:37 +0000751
752 Exposed eternal handle api.
753
754 Bugfix to solve issues with enabling V8 typed arrays in Blink.
755
756 Fixed Array index dehoisting. (Chromium issue 264203)
757
758 Updated Array Iterator to use numeric indexes (issue 2818)
759
760 Return start/end profiling time in microseconds instead of milliseconds
761 (issue 2824)
762
763 Performance and stability improvements on all platforms.
764
765
7662013-08-06: Version 3.20.14
767
768 Added new Harmony methods to Array.prototype object.
769 (issue 2776,v8:2777)
770
771 Performance and stability improvements on all platforms.
772
773
danno@chromium.orgd3c42102013-08-01 16:58:23 +00007742013-08-01: Version 3.20.12
775
776 Removed buggy ToNumber truncation (partial fix for issue 2813)
777
778 Calling Map etc without new should throw TypeError (issue 2819)
779
780 Fixed a crash for large code objects on ARM (Chromium issue 2736)
781
782 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
783 (Chromium issue 265894)
784
785 Added new Harmony methods to String.prototype object.
786 (issue 2796,v8:2797,v8:2798,v8:2799)
787
788 Performance and stability improvements on all platforms.
789
790
7912013-07-30: Version 3.20.11
792
793 Performance and stability improvements on all platforms.
794
795
7962013-07-29: Version 3.20.10
797
798 Performance and stability improvements on all platforms.
799
800
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +00008012013-07-26: Version 3.20.9
802
803 Check that ExternalString objects get aligned resources.
804
805 Fixed JSArray-specific length lookup in polymorphic array handling
806 (Chromium issues 263276, 263905).
807
808 Performance and stability improvements on all platforms.
809
810
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +00008112013-07-24: Version 3.20.8
812
813 Deprecated v8::V8::Pause/ResumeProfiler.
814
815 Fixed Chromium issues 247688, 258519 and 260203.
816
817 Performance and stability improvements on all platforms.
818
819
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +00008202013-07-22: Version 3.20.7
821
822 Deprecated some debugger methods.
823
824 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
825
826 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
827
828 Fixed type feedback in presence of negative lookups
829 (Chromium issue 252797).
830
831 Do not materialize context-allocated values for debug-evaluate
832 (Chromium issue 259300).
833
834 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
835 (Chromium issue 260345).
836
837 Performance and stability improvements on all platforms.
838
839
jkummerow@chromium.org10480472013-07-17 08:22:15 +00008402013-07-17: Version 3.20.6
841
842 Try to remove invalidated stubs before falling back to checking the
843 constant state (Chromium issue 260585).
844
845 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
846
847 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
848
849 Use internal array as API function cache (Chromium issue 260106).
850
851 Fixed possible stack overflow in range analysis
852 (Chromium issue 259452).
853
854 Performance and stability improvements on all platforms.
855
856
danno@chromium.org169691d2013-07-15 08:01:13 +00008572013-07-15: Version 3.20.5
858
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000859 Ensured that the length of frozen arrays is immutable
860 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000861
862 Performance and stability improvements on all platforms.
863
864
danno@chromium.orgbee51992013-07-10 14:57:15 +00008652013-07-10: Version 3.20.4
866
867 Fixed garbage-collection issue that causes a crash on ARM
868 (Chromium issue 254570)
869
870 Performance and stability improvements on all platforms.
871
872
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00008732013-07-08: Version 3.20.3
874
875 Performance and stability improvements on all platforms.
876
877
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00008782013-07-05: Version 3.20.2
879
880 Remove deprecated heap profiler methods from V8 public API
881
882 Mark i18n functions as native and set proper names
883 (issue 2745)
884
885 Correctly report stack trace when current function is FunctionApply
886 builtin (Chromium issue 252097)
887
888 Enable GDBJIT interface for standalone by default.
889
890 Fix debuggersupport=off build. (issue 2754)
891
892 Introduce -m64 flag for making x64 when the default gcc compiler is for
893 X32
894
895 Performance and stability improvements on all platforms.
896
897
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00008982013-07-02: Version 3.20.1
899
900 Implemented WeakMap.prototype.clear function. (issue 2753)
901
902 Ensure CheckInitialized is present independent of define.
903 (Chromium issue 255779)
904
905 Performance and stability improvements on all platforms.
906
907
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00009082013-06-28: Version 3.20.0
909
910 Migrated several tests from blink to V8 repository.
911
912 Allowed users of the V8 API to distinguish between unset and undefined
913 HiddenValues (issue 2746).
914
915 Deprecated old style callbacks in the V8 API.
916
917 Turned on parallel recompilation.
918
919 Performance and stability improvements on all platforms.
920
921
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00009222013-06-18: Version 3.19.18
923
924 Fixed read-only attribute of Function.length in strict mode.
925 (issue 2705)
926
927 Fixed Runtime_SetProperty to properly handle OOM failures
928 (Chromium issue 249873)
929
930 Emit deprecated check for constant function transitions.
931 (Chromium issue 250609)
932
933 Made MathFloorOfDiv optimization trigger more often
934 (Issue 2205)
935
936 Make more GCs in idle notification handler.
937 (Chromium issue 241815)
938
939 Increased default type info threshold.
940 (Issue 2730)
941
942 Performance and stability improvements on all platforms.
943
944
9452013-06-14: Version 3.19.16
946
947 Performance and stability improvements on all platforms.
948
949
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00009502013-06-13: Version 3.19.15
951
952 Performance and stability improvements on all platforms.
953
954
danno@chromium.org41728482013-06-12 22:31:22 +00009552013-06-13: Version 3.19.14
956
957 Fixed crashes when calling new Array(a) with a single argument that
958 could result in creating a holey array with a packed elements kind.
959 (Chromium issue 245480)
960
961 Fixed issues in parallel compilation.
962 (Chromium issue 248076)
963
964 Performance and stability improvements on all platforms.
965
966
ulan@chromium.org837a67e2013-06-11 15:39:48 +00009672013-06-11: Version 3.19.13
968
969 Performance and stability improvements on all platforms.
970
971
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00009722013-06-10: Version 3.19.12
973
974 Fixed arguments array access. (Chromium issue 247303)
975
976 Fixed bug in LookupForWrite. (Chromium issue 242332)
977
978 Performance and stability improvements on all platforms.
979
980
danno@chromium.org1fd77d52013-06-07 16:01:45 +00009812013-06-07: Version 3.19.11
982
983 Performance and stability improvements on all platforms.
984
985
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00009862013-06-06: Version 3.19.10
987
988 Performance and stability improvements on all platforms.
989
990
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00009912013-06-05: Version 3.19.9
992
993 Implemented Load IC support for loading properties from primitive
994 values to avoid perpetual soft deopts. (Chromium issue 242512)
995
996 Implemented Freeing of PerThreadAssertData when possible to avoid
997 memory leak. (Chromium issue 246567)
998
999 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
1000
1001 Performance and stability improvements on all platforms.
1002
1003
rossberg@chromium.org79e79022013-06-03 15:43:46 +000010042013-06-03: Version 3.19.8
1005
1006 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
1007
1008 Fixed initialization of literal objects. (Chromium issue 245424)
1009
1010 Fixed function name inferred inside closures. (Chromium issue 224884)
1011
1012 Performance and stability improvements on all platforms.
1013
1014
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +000010152013-05-31: Version 3.19.7
1016
1017 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
1018 (issue 2702)
1019
1020 Made sure IfBuilder::Return clears the current block.
1021 (Chromium issue 243868)
1022
1023 Fixed two CPU profiler tests on ARM and MIPS simulators
1024 (issue 2628)
1025
1026 Fixed idle incremental GC for large objects.
1027 (Chromium issue 241815)
1028
1029 Disabled --optimize-constructed-arrays due to crashes
1030 (Chromium issue 244461)
1031
1032 Performance and stability improvements on all platforms.
1033
1034
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +000010352013-05-28: Version 3.19.6
1036
1037 Fixed IfBuilder::Deopt to clear the current block
1038 (Chromium issue 243868).
1039
1040 Performance and stability improvements on all platforms.
1041
1042
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +000010432013-05-27: Version 3.19.5
1044
1045 Reset regexp parser flag after scanning ahead for capture groups.
1046 (issue 2690)
1047
1048 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
1049 (issue 2628)
1050
1051 Performance and stability improvements on all platforms.
1052
1053
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +000010542013-05-24: Version 3.19.4
1055
1056 Fixed edge case in stack trace formatting. (Chromium issue 237617)
1057
1058 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
1059 issue 240032)
1060
1061 Made Object.freeze fast (issue 1858, Chromium issue 115960)
1062
1063 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
1064 242924)
1065
1066 Performance and stability improvements on all platforms.
1067
1068
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +000010692013-05-22: Version 3.19.3
1070
1071 Performance and stability improvements on all platforms.
1072
1073
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +000010742013-05-17: Version 3.19.2
1075
1076 Fill in one-word-fillers for the unused property fields
1077 (Chromium issue 240056).
1078
1079 Removed use_system_v8 logic from the mainline gyp file
1080 (Chromium issue 226860).
1081
1082 Skip CPU profiler samples where top function's stack frame is not
1083 set up properly (issue 2628).
1084
1085 Performance and stability improvements on all platforms.
1086
1087
ulan@chromium.org906e2fb2013-05-14 08:14:38 +000010882013-05-14: Version 3.19.1
1089
1090 Fixed missing hole check for loads from Smi arrays when all uses are
1091 changes (Chromium issue 233737)
1092
1093 Performance and stability improvements on all platforms.
1094
1095
ulan@chromium.org57ff8812013-05-10 08:16:55 +000010962013-05-10: Version 3.19.0
1097
1098 Deprecated Context::New which returns Persistent.
1099
1100 Added Persistent<T>::Reset which disposes the handle and redirects it to
1101 point to another object.
1102
1103 Deprecated WriteAscii and MayContainNonAscii.
1104
1105 Exposed AssertNoAllocation to API.
1106
1107 Performance and stability improvements on all platforms.
1108
1109
danno@chromium.orgf005df62013-04-30 16:36:45 +000011102013-04-30: Version 3.18.5
1111
1112 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
1113
1114 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
1115 (Chromium issue 235311)
1116
1117 Change 'Parse error' to three more informative messages.
1118 (Chromium issue 2636)
1119
1120 Performance and stability improvements on all platforms.
1121
1122
danno@chromium.orgca29dd82013-04-26 11:59:48 +000011232013-04-26: Version 3.18.4
1124
1125 Added a preliminary API for ES6 ArrayBuffers
1126
1127 Replaced qsort with std::sort. (Chromium issue 2639)
1128
1129 Performance and stability improvements on all platforms.
1130
1131
ulan@chromium.org32d7dba2013-04-24 10:59:06 +000011322013-04-24: Version 3.18.3
1133
1134 Exposed the GC under a name that is less collision prone than window.gc.
1135 (issue 2641)
1136
1137 Do not emit double values at their use sites. (Chromium issue 234101)
1138
1139 Added methods to allow resuming execution after calling
1140 TerminateExecution(). (issue 2361)
1141
1142 Performance and stability improvements on all platforms.
1143
1144
ulan@chromium.org77ca49a2013-04-22 09:43:56 +000011452013-04-22: Version 3.18.2
1146
1147 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
1148 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
1149
1150 Removed heap snapshot size limit. (Chromium issue 232305)
1151
1152 Performance and stability improvements on all platforms.
1153
1154
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +000011552013-04-18: Version 3.18.1
1156
1157 Removed SCons related files and deprecated test suite configurations.
1158
1159 Improved handling of unary plus (issue 2527).
1160
1161 Performance and stability improvements on all platforms.
1162
1163
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +000011642013-04-17: Version 3.18.0
1165
1166 Enabled pretenuring of fast literals in high promotion mode.
1167
1168 Removed preparser library; link preparser executable against full V8.
1169
1170 Fixed set-up of intrinsic's 'constructor' properties.
1171 (Chromium issue 229445)
1172
1173 ES6 symbols: extended V8 API to support symbols (issue 2158).
1174
1175 Removed ARM support for VFP2.
1176
1177 Made __proto__ a real JavaScript accessor property.
1178 (issue 1949 and issue 2606)
1179
1180 Performance and stability improvements on all platforms.
1181
1182
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +000011832013-04-04: Version 3.17.16
1184
1185 Stack trace API: poison stack frames below the first strict mode frame.
1186 (issue 2564)
1187
1188 Made Isolate::GetHeapStatistics robust against half-initialized
1189 isolates (Chromium issue 2591).
1190
1191 Finished implementation of ES6 symbols aka. private names (issue 2158).
1192
1193 Performance and stability improvements on all platforms.
1194
1195
danno@chromium.orgc99cd482013-03-21 15:26:42 +000011962013-03-21: Version 3.17.15
1197
1198 Rolled back API changes to maintain compatibility with older
1199 3.17.x versions of V8.
1200
1201 Disable zapping of global handles in release mode.
1202
1203 Always mark the entire valid prefix of the descriptor array.
1204 (Chromium issue 196331)
1205
1206 Use internal memcpy for CopyWords and when copying code.
1207 (Chromium issue 196330)
1208
1209 Performance and stability improvements on all platforms.
1210
1211
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +000012122013-03-20: Version 3.17.14
1213
1214 Use internal memcpy when initializing code objects.
1215 (Chromium issue 196330)
1216
1217 Disabled weak embedded maps because of crashes.
1218 (Chromium issues 172489, 217858)
1219
1220 Performance and stability improvements on all platforms.
1221
1222
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +000012232013-03-19: Version 3.17.13
1224
1225 Turned Flags into a uint32_t typedef (Chromium issue 194749).
1226
1227 Performance and stability improvements on all platforms.
1228
1229
svenpanne@chromium.org876cca82013-03-18 14:43:20 +000012302013-03-18: Version 3.17.12
1231
1232 Unified kMaxArguments with number of bits used to encode it.
1233 (Chromium issue 211741)
1234
1235 Fixed detection of |handle_smi| case in
1236 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
1237 (Chromium issue 196583)
1238
1239 Performance and stability improvements on all platforms.
1240
1241
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +000012422013-03-15: Version 3.17.11
1243
1244 Added a version of the v8::HandleScope constructor with an v8::Isolate
1245 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
1246 method of v8::Isolate.
1247 (issue 2487)
1248
1249 Fixed two register allocator bugs (off-by-one error/failure
1250 propagation). (issue 2576)
1251
1252 Fixed huge heap snapshot when a heavily shared context has many
1253 variables. (Chromium issue 145687)
1254
1255 Performance and stability improvements on all platforms.
1256
1257
ulan@chromium.org6e196bf2013-03-13 09:38:22 +000012582013-03-13: Version 3.17.10
1259
1260 Fixed heap snapshot creation for Harmony collections. (issue 2535)
1261
1262 Fixed register allocation corner case. (Chromium issue 177883)
1263
1264 Performance and stability improvements on all platforms.
1265
1266
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +000012672013-03-08: Version 3.17.9
1268
1269 Restored Function()'s expected string representation. (issue 2470)
1270
1271 Enabled deprecatations (again). (issue 2487)
1272
1273 Avoid bool to Oddball conversions by being lazy. (issue 2491)
1274
1275 Added %p option to --logfile.
1276
1277 Hardened Function()'s parsing of function literals. (issue 2470)
1278
1279 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
1280
1281 Performance and stability improvements on all platforms.
1282
1283
ulan@chromium.org750145a2013-03-07 15:14:13 +000012842013-03-07: Version 3.17.8
1285
1286 Added missing license headers. (Chromium issue 98597)
1287
1288 Inserted missing type cast in JSON.stringify. (issue 2570)
1289
1290 Reverted "Send SIGPROF signals on the profiler event processor thread"
1291 (issue 2571)
1292
1293 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
1294 (issue 2568)
1295
1296 ES6 symbols: filter symbols form for-in loops and Object.keys.
1297 (issue 2158)
1298
1299 Properly handle misses for StoreArrayLengthStub on ia32 and x64
1300 (issue 2566)
1301
1302 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
1303
1304 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
1305
1306 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
1307 (issue 2556)
1308
1309 Enabled zapping of disposed global handles in release mode.
1310 (Chromium issue 176056)
1311
1312 Added workaround for redefinition of __proto__ property. (issue 2565)
1313
1314 ES6 symbols: Allow symbols as property names. (issue 2158)
1315
1316 Performance and stability improvements on all platforms.
1317
1318
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +000013192013-03-04: Version 3.17.7
1320
1321 Limited recursion in regexp compilation by a budget.
1322 (Chromium issue 178790)
1323
1324 ES6 symbols: Implemented Symbol intrinsic and basic functionality
1325 (issue 2158)
1326
1327 Performance and stability improvements on all platforms.
1328
1329
hpayer@chromium.org8432c912013-02-28 15:55:26 +000013302013-02-28: Version 3.17.6
1331
1332 Fixed materialization of arguments objects with unknown values.
1333 (Chromium issue 163530)
1334
1335 Set default number of sweeper threads to at most four.
1336
1337 Performance and stability improvements on all platforms.
1338
1339
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +000013402013-02-27: Version 3.17.5
1341
1342 Made __proto__ a foreign callback on Object.prototype.
1343 (issue 621, issue 1949 and issue 2441)
1344
1345 Performance and stability improvements on all platforms.
1346
1347
ulan@chromium.org09d7ab52013-02-25 15:50:35 +000013482013-02-25: Version 3.17.4
1349
1350 Performance and stability improvements on all platforms.
1351
1352
ulan@chromium.org2e04b582013-02-21 14:06:02 +000013532013-02-21: Version 3.17.3
1354
1355 Performance and stability improvements on all platforms.
1356
1357
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +000013582013-02-19: Version 3.17.2
1359
1360 Removed bogus check for TOP register in deoptimizer.
1361 (Chromium issue 176943)
1362
1363 Made the Isolate parameter mandatory for internal HandleScopes.
1364 (issue 2487)
1365
1366 Fixed f.apply() optimization when declared arguments are mutated.
1367 (issue 2539)
1368
1369 Performance and stability improvements on all platforms.
1370
1371
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +000013722013-02-14: Version 3.17.1
1373
1374 Performance and stability improvements on all platforms.
1375
1376
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +000013772013-02-13: Version 3.17.0
1378
1379 Enabled parallel sweeping.
1380
1381 Don't try to unlink instructions twice during GVN
1382 (Chromium issue 175141)
1383
1384 Fixed code flusher disabling while marking incrementally.
1385 (Chromium issue 173458, 168582)
1386
1387 Don't use TLS for space iterators.
1388 (issue 2531)
1389
1390 Added new GetHeapStatistics API entry and deprecated old one.
1391
1392 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
1393 platform-independent code.
1394 (Chromium issue 173907)
1395
1396 Added --trace-array-abuse to help find OOB accesses.
1397
1398 Performance and stability improvements on all platforms.
1399
1400
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +000014012013-02-06: Version 3.16.14
1402
1403 Performance and stability improvements on all platforms.
1404
1405
danno@chromium.org94b0d6f2013-02-04 13:33:20 +000014062013-02-04: Version 3.16.13
1407
1408 Tagged stubs that rely on instance types as MEGAMORPHIC.
1409 (Chromium issue 173974)
1410
1411 Fixed clearing of dead dependent codes and verifing of weak
1412 embedded maps on full GC. (Chromium issue 172488,172489)
1413
1414 Made the arm port build cleanly with Clang.
1415
1416 Performance and stability improvements on all platforms.
1417
1418
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +000014192013-01-31: Version 3.16.12
1420
1421 Performance and stability improvements on all platforms.
1422
1423
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +000014242013-01-30: Version 3.16.11
1425
1426 Put making embedded maps in optimized code weak behind a flag.
1427 (Chromium issue 172488,172489)
1428
1429 Performance and stability improvements on all platforms.
1430
1431
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +000014322013-01-25: Version 3.16.10
1433
1434 Avoid excessive memory usage during redundant phi elimination.
1435 (issue 2510)
1436
1437 Fixed additional spec violations wrt RegExp.lastIndex.
1438 (issue 2437)
1439
1440 Added Isolate parameter to Persistent class.
1441 (issue 2487)
1442
1443 Performance and stability improvements on all platforms.
1444
1445
yangguo@chromium.org003650e2013-01-24 16:31:08 +000014462013-01-24: Version 3.16.9
1447
1448 Made embedded maps in optimized code weak.
1449 (issue 2073)
1450
1451 Fixed corner case when JSFunction is evicted from flusher.
1452 (Chromium issue 168801)
1453
1454 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
1455 (Chromium issue 171641)
1456
1457 Performance and stability improvements on all platforms.
1458
1459
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +000014602013-01-23: Version 3.16.8
1461
1462 Correctly reset lastIndex in an RegExp object.
1463 (Chromium issue 170856)
1464
1465 Added a workaround for Windows compilation problems related to V8EXPORT.
1466 (issue 2507)
1467
1468 tools/run-tests.py: shlex.split() the value of --command-prefix
1469 (Chromium issue 171553)
1470
1471 Fixed pattern detection for replacing shifts by rotation.
1472 (Chromium issue 2499)
1473
1474 Performance and stability improvements on all platforms.
1475
1476
yangguo@chromium.org28381b42013-01-21 14:39:38 +000014772013-01-21: Version 3.16.7
1478
1479 Removed <(library) usage from v8.gyp.
1480 (Chromium issue 111541)
1481
1482 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
1483 (Chromium issue 169928)
1484
1485 Performance and stability improvements on all platforms.
1486
1487
yangguo@chromium.org46a2a512013-01-18 16:29:40 +000014882013-01-18: Version 3.16.6
1489
1490 Made the Isolate parameter mandatory in Locker and Unlocker classes.
1491 (issue 2487)
1492
1493 Avoid pointer underflow in CopyCharsUnsigned.
1494 (issue 2493)
1495
1496 Generate shim headers when using system v8.
1497 (Chromium issue 165264)
1498
1499 Fixed arguments materialization for inlined apply().
1500 (issue 2489)
1501
1502 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
1503 (Chromium issue 147497)
1504
1505 Added sanity check to CodeFlusher::AddCandidate.
1506 (Chromium issue 169209)
1507
1508 Performance and stability improvements on all platforms.
1509
1510
15112013-01-15: Version 3.16.5
1512
1513 Removed deprecated functions from V8's external API.
1514
1515 Prepared API for WebKit use of Latin-1.
1516
1517 Fixed V8 issue 2486.
1518
1519 Fixed Chromium issue 169723.
1520
1521 Performance and stability improvements on all platforms.
1522
1523
yangguo@chromium.org9768bf12013-01-11 14:51:07 +000015242013-01-11: Version 3.16.4
1525
1526 Fixed Chromium issues 168545 and 169209.
1527
1528 Performance and stability improvements on all platforms.
1529
1530
jkummerow@chromium.org59297c72013-01-09 16:32:23 +000015312013-01-09: Version 3.16.3
1532
1533 Improved GC performance when moving parts of a FixedArray (issue 2452).
1534
1535 Enabled readline on d8 while building a shared lib (issue 1781).
1536
1537 Fixed missing exception check in typed array constructor
1538 (Chromium issue 168545).
1539
1540 Check for read-only-ness when preparing for array sort (issue 2419).
1541
1542 Performance and stability improvements on all platforms.
1543
1544
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +000015452013-01-04: Version 3.16.2
1546
1547 Added Makefile options to build for the Raspberry Pi (armv7=0,
1548 arm_fpu=vfp2).
1549
1550 Performance and stability improvements on all platforms.
1551
1552
ulan@chromium.org4121f232012-12-27 15:57:11 +000015532012-12-27: Version 3.16.1
1554
1555 Fixed x64 MathMinMax for negative untagged int32 arguments.
1556 (Chromium issue 164442)
1557
1558 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
1559 (issue 2458)
1560
1561 Performance and stability improvements on all platforms.
1562
1563
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +000015642012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +00001565
1566 V8_Fatal now prints C++ stack trace in debug mode.
1567
1568 Added HTML-based tick processor.
1569
1570 Continued implementation of Object.observe (V8 issue 2409).
1571
1572 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
1573
1574 Fixed Chromium issues 125308, 165637, 166379, 166553.
1575
1576 Performance and stability improvements on all platforms.
1577
1578
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +000015792012-12-10: Version 3.15.11
1580
1581 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
1582 flags.
1583
1584 Performance and stability improvements on all platforms.
1585
1586
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +000015872012-12-07: Version 3.15.10
1588
1589 Enabled optimisation of functions inside eval. (issue 2315)
1590
1591 Fixed spec violations in methods of Number.prototype. (issue 2443)
1592
1593 Added GCTracer metrics for a scavenger GC for DOM wrappers.
1594
1595 Performance and stability improvements on all platforms.
1596
1597
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +000015982012-12-06: Version 3.15.9
1599
1600 Fixed candidate eviction in code flusher.
1601 (Chromium issue 159140)
1602
1603 Iterate through all arguments for side effects in Math.min/max.
1604 (issue 2444)
1605
1606 Fixed spec violations related to regexp.lastIndex
1607 (issue 2437, issue 2438)
1608
1609 Performance and stability improvements on all platforms.
1610
1611
mmassi@chromium.org49a44672012-12-04 13:52:03 +000016122012-12-04: Version 3.15.8
1613
1614 Enforced stack allocation of TryCatch blocks.
1615 (issue 2166,chromium:152389)
1616
1617 Fixed external exceptions in external try-catch handlers.
1618 (issue 2166)
1619
1620 Activated incremental code flushing by default.
1621
1622 Performance and stability improvements on all platforms.
1623
1624
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +000016252012-11-30: Version 3.15.7
1626
1627 Activated code aging by default.
1628
1629 Included more information in --prof log.
1630
1631 Removed eager sweeping for lazy swept spaces. Try to find in
1632 SlowAllocateRaw a bounded number of times a big enough memory slot.
1633 (issue 2194)
1634
1635 Performance and stability improvements on all platforms.
1636
1637
danno@chromium.org1f34ad32012-11-26 14:53:56 +000016382012-11-26: Version 3.15.6
1639
1640 Ensure double arrays are filled with holes when extended from
1641 variations of empty arrays. (Chromium issue 162085)
1642
1643 Performance and stability improvements on all platforms.
1644
1645
ulan@chromium.org8e8d8822012-11-23 14:36:46 +000016462012-11-23: Version 3.15.5
1647
1648 Fixed JSON.stringify for objects with interceptor handlers.
1649 (Chromium issue 161028)
1650
1651 Fixed corner case in x64 compare stubs. (issue 2416)
1652
1653 Performance and stability improvements on all platforms.
1654
1655
yangguo@chromium.orgfb377212012-11-16 14:43:43 +000016562012-11-16: Version 3.15.4
1657
1658 Fixed Array.prototype.join evaluation order. (issue 2263)
1659
1660 Perform CPU sampling by CPU sampling thread only iff processing thread
1661 is not running. (issue 2364)
1662
1663 When using an Object as a set in Object.getOwnPropertyNames, null out
1664 the proto. (issue 2410)
1665
1666 Disabled EXTRA_CHECKS in Release build.
1667
1668 Heap explorer: Show representation of strings.
1669
1670 Removed 'type' and 'arguments' properties from Error object.
1671 (issue 2397)
1672
1673 Added atomics implementation for ThreadSanitizer v2.
1674 (Chromium issue 128314)
1675
1676 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1677
1678 Performance and stability improvements on all platforms.
1679
1680
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +000016812012-11-13: Version 3.15.3
1682
1683 Changed sample shell to send non-JS output (e.g. errors) to stderr
1684 instead of stdout.
1685
1686 Correctly check for stack overflow even when interrupt is pending.
1687 (issue 214)
1688
1689 Collect stack trace on stack overflow. (issue 2394)
1690
1691 Performance and stability improvements on all platforms.
1692
1693
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +000016942012-11-12: Version 3.15.2
1695
1696 Function::GetScriptOrigin supplies sourceURL when script name is
1697 not available. (Chromium issue 159413)
1698
1699 Made formatting error message side-effect-free. (issue 2398)
1700
1701 Fixed length check in JSON.stringify. (Chromium issue 160010)
1702
1703 ES6: Added support for Set and Map clear method (issue 2400)
1704
1705 Fixed slack tracking when instance prototype changes.
1706 (Chromium issue 157019)
1707
1708 Fixed disabling of code flusher while marking. (Chromium issue 159140)
1709
1710 Added a test case for object grouping in a scavenger GC (issue 2077)
1711
1712 Support shared library build of Android for v8.
1713 (Chromium issue 158821)
1714
1715 ES6: Added support for size to Set and Map (issue 2395)
1716
1717 Performance and stability improvements on all platforms.
1718
1719
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +000017202012-11-06: Version 3.15.1
1721
1722 Put incremental code flushing behind a flag. (Chromium issue 159140)
1723
1724 Performance and stability improvements on all platforms.
1725
1726
danno@chromium.org72204d52012-10-31 10:02:10 +000017272012-10-31: Version 3.15.0
1728
1729 Loosened aligned code target requirement on ARM (issue 2380)
1730
1731 Fixed JSON.parse to treat leading zeros correctly.
1732 (Chromium issue 158185)
1733
1734 Performance and stability improvements on all platforms.
1735
1736
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000017372012-10-22: Version 3.14.5
1738
1739 Killed off the SCons based build.
1740
1741 Added a faster API for creating v8::Integer objects.
1742
1743 Speeded up function deoptimization by avoiding quadratic pass over
1744 optimized function list. (Chromium issue 155270)
1745
1746 Always invoke the default Array.sort functions from builtin functions.
1747 (issue 2372)
1748
1749 Reverted recent CPU profiler changes because they broke --prof.
1750 (issue 2364)
1751
1752 Switched code flushing to use different JSFunction field.
1753 (issue 1609)
1754
1755 Performance and stability improvements on all platforms.
1756
1757
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000017582012-10-15: Version 3.14.4
1759
1760 Allow evals for debugger even if they are prohibited in the debugee
1761 context. (Chromium issue 154733)
1762
1763 Enabled --verify-heap in release mode (issue 2120)
1764
1765 Performance and stability improvements on all platforms.
1766
1767
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000017682012-10-11: Version 3.14.3
1769
1770 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1771 (Chromium issue 155076).
1772
1773 Bumped variable limit further to 2^17 (Chromium issue 151625).
1774
1775 Performance and stability improvements on all platforms.
1776
1777
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000017782012-10-10: Version 3.14.2
1779
1780 ARM: allowed VFP3 instructions when hardfloat is enabled.
1781 (Chromium issue 152506)
1782
1783 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1784 (Chromium issue 151749)
1785
1786 Made GDBJIT interface compile again. (issue 1804)
1787
1788 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1789 (Chromium issue 143967)
1790
1791 Made sure that names of temporaries do not clash with real variables.
1792 (issue 2322)
1793
1794 Rejected local module declarations. (Chromium issue 150628)
1795
1796 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1797
1798 Fixed slot recording of code target patches.
1799 (Chromium issue 152615,chromium:144230)
1800
1801 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1802
1803 Performance and stability improvements on all platforms.
1804
1805
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000018062012-10-01: Version 3.14.1
1807
1808 Don't set -m32 flag when compiling with Android ARM compiler.
1809 (Chromium issue 143889)
1810
1811 Restore the descriptor array before returning allocation failure.
1812 (Chromium issue 151750)
1813
1814 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1815 128252).
1816
1817 Pull more recent gyp in 'make dependencies'.
1818
1819 Made sure that the generic KeyedStoreIC changes length and element_kind
1820 atomically (issue 2346).
1821
1822 Bumped number of allowed variables per scope to 65535, to address GWT.
1823 (Chromium issue 151625)
1824
1825 Support sourceURL for dynamically inserted scripts (issue 2342).
1826
1827 Performance and stability improvements on all platforms.
1828
1829
ulan@chromium.org56c14af2012-09-20 12:51:09 +000018302012-09-20: Version 3.14.0
1831
1832 Fixed missing slot recording during clearing of CallICs.
1833 (Chromium issue 144230)
1834
1835 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1836 (Chromium issue 150729)
1837
1838 Fixed minus zero test. (Issue 2133)
1839
1840 Fixed setting array length to zero for slow elements.
1841 (Chromium issue 146910)
1842
1843 Fixed lost arguments dropping in HLeaveInlined.
1844 (Chromium issue 150545)
1845
1846 Fixed casting error for receiver of interceptors.
1847 (Chromium issue 149912)
1848
1849 Throw a more descriptive exception when blocking 'eval' via CSP.
1850 (Chromium issue 140191)
1851
1852 Fixed debugger's eval when close to stack overflow. (issue 2318)
1853
1854 Added checks to live edit. (issue 2297)
1855
1856 Switched on code compaction on incremental GCs.
1857
1858 Fixed caching of optimized code for OSR. (issue 2326)
1859
1860 Not mask exception thrown by toString in String::UtfValue etc.
1861 (issue 2317)
1862
1863 Fixed API check for length of external arrays. (Chromium issue 148896)
1864
1865 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1866
1867 Correctly initialize regexp global cache. (Chromium issue 148378)
1868
1869 Fixed arguments object materialization during deopt. (issue 2261)
1870
1871 Introduced new API to expose external string resource regardless of
1872 encoding.
1873
1874 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1875 --deopt-every-n-times flag is present
1876 (Chromium issue 148389)
1877
1878 Fixed edge case of extension with NULL as source string.
1879 (Chromium issue 144649)
1880
1881 Fixed array index dehoisting. (Chromium issue 141395)
1882
1883 Performance and stability improvements on all platforms.
1884
1885
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000018862012-09-11: Version 3.13.7
1887
1888 Enable/disable LiveEdit using the (C++) debug API.
1889
1890 Performance and stability improvements on all platforms.
1891
1892
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000018932012-09-06: Version 3.13.6
1894
1895 Added validity checking to API functions and calls.
1896
1897 Disabled accessor inlining (Chromium issue 134609).
1898
1899 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1900
1901 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1902
1903 Fixed VS2005 build (issue 2313).
1904
1905 Activated fixed ES5 readonly semantics by default.
1906
1907 Added hardfp flag to the Makefile.
1908
1909 Performance and stability improvements on all platforms.
1910
1911
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000019122012-08-29: Version 3.13.5
1913
1914 Release stack trace data after firing Error.stack accessor.
1915 (issue 2308)
1916
1917 Added a new API V8::SetJitCodeEventHandler to push code name and
1918 location to users such as profilers.
1919
1920 Allocate block-scoped global bindings to global context.
1921
1922 Performance and stability improvements on all platforms.
1923
1924
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000019252012-08-28: Version 3.13.4
1926
1927 Print reason for disabling optimization. Kill --trace-bailout flag.
1928
1929 Provided option to disable full DEBUG build on Android.
1930
1931 Introduced global contexts to represent lexical global scope(s).
1932
1933 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1934
1935 Performance and stability improvements on all platforms.
1936
1937
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000019382012-08-21: Version 3.13.3
1939
1940 Performance and stability improvements on all platforms.
1941
1942
19432012-08-20: Version 3.13.2
1944
1945 Performance and stability improvements on all platforms.
1946
1947
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000019482012-08-16: Version 3.13.1
1949
1950 Performance and stability improvements on all platforms.
1951
1952
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000019532012-08-10: Version 3.13.0
1954
1955 Added histograms for total allocated/live heap size, as well as
1956 allocated size and percentage of total for map and cell space.
1957
1958 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1959 (issue 1645)
1960
1961 Added checks for interceptors to negative lookup code in Crankshaft.
1962 (Chromium issue 140473)
1963
1964 Made incremental marking clear ICs and type feedback cells.
1965
1966 Performance and stability improvements on all platforms.
1967
1968
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000019692012-08-01: Version 3.12.19
1970
1971 Performance and stability improvements on all platforms.
1972
1973
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000019742012-07-30: Version 3.12.18
1975
1976 Forced using bit-pattern for signed zero double. (issue 2239)
1977
1978 Made sure double to int conversion is correct. (issue 2260)
1979
1980 Performance and stability improvements on all platforms.
1981
1982
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000019832012-07-27: Version 3.12.17
1984
1985 Always set the callee's context when calling a function from optimized
1986 code.
1987 (Chromium issue 138887)
1988
1989 Fixed building with GCC 3.x
1990 (issue 2016, 2017)
1991
1992 Improved API calls that return empty handles.
1993 (issue 2245)
1994
1995 Performance and stability improvements on all platforms.
1996
1997
danno@chromium.org129d3982012-07-25 15:01:47 +000019982012-07-25: Version 3.12.16
1999
2000 Performance and stability improvements on all platforms.
2001
2002
yangguo@chromium.org304cc332012-07-24 07:59:48 +000020032012-07-24: Version 3.12.15
2004
2005 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
2006 (issue 2252)
2007
2008 Added dependency to HLoadKeyed* instructions to prevent invalid
2009 hoisting. (Chromium issue 137768)
2010
2011 Enabled building d8 for Android on Mac.
2012
2013 Interpret negative hexadecimal literals as NaN.
2014 (issue 2240)
2015
2016 Expose counters in javascript when using --track-gc-object-stats.
2017
2018 Enabled building and testing V8 on Android IA.
2019
2020 Added --trace-parse flag to parser.
2021
2022 Performance and stability improvements on all platforms.
2023
2024
verwaest@chromium.org178fb152012-07-18 11:21:48 +000020252012-07-18: Version 3.12.14
2026
2027 Deactivated optimization of packed arrays.
2028 (Chromium issue 137768)
2029
2030 Fixed broken accessor transition.
2031 (Chromium issue 137689)
2032
2033 Performance and stability improvements on all platforms.
2034
2035
verwaest@chromium.org753aee42012-07-17 16:15:42 +000020362012-07-17: Version 3.12.13
2037
2038 Fixed missing tagging of stack value in finally block.
2039 (Chromium issue 137496)
2040
2041 Added more support for heap analysis.
2042
2043 Performance and stability improvements on all platforms.
2044
2045
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000020462012-07-16: Version 3.12.12
2047
2048 Added an option to the tickprocessor to specify the directory for lib
2049 lookup.
2050
2051 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
2052
2053 Fixed transcendental cache on ARM in optimized code (issue 2234).
2054
2055 New heap inspection tools: counters for object sizes and counts,
2056 histograms for external fragmentation.
2057
2058 Incorporated constness into inferred interfaces (in preparation for
2059 handling imports) (issue 1569).
2060
2061 Performance and stability improvements on all platforms.
2062
2063
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000020642012-07-12: Version 3.12.11
2065
2066 Renamed "mips" arch to "mipsel" in the GYP build.
2067
2068 Fixed computation of call targets on prototypes in Crankshaft.
2069 (Chromium issue 125148)
2070
2071 Removed use of __lookupGetter__ when generating stack trace.
2072 (issue 1591)
2073
2074 Turned on ES 5.2 globals semantics by default.
2075 (issue 1991, Chromium issue 80591)
2076
2077 Synced preparser and parser wrt syntax error in switch..case.
2078 (issue 2210)
2079
2080 Fixed reporting of octal literals in strict mode when preparsing.
2081 (issue 2220)
2082
2083 Fixed inline constructors for Harmony Proxy prototypes.
2084 (issue 2225)
2085
2086 Performance and stability improvements on all platforms.
2087
2088
danno@chromium.org81cac2b2012-07-10 11:28:27 +000020892012-07-10: Version 3.12.10
2090
2091 Re-enabled and fixed issue with array bounds check elimination
2092 (Chromium issue 132114).
2093
2094 Fixed Debug::Break crash. (Chromium issue 131642)
2095
2096 Added optimizing compiler support for JavaScript getters.
2097
2098 Performance and stability improvements on all platforms.
2099
2100
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000021012012-07-06: Version 3.12.9
2102
2103 Correctly advance the scanner when scanning unicode regexp flag.
2104 (Chromium issue 136084)
2105
2106 Fixed unhandlified code calling Harmony Proxy traps.
2107 (issue 2219)
2108
2109 Performance and stability improvements on all platforms.
2110
2111
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000021122012-07-05: Version 3.12.8
2113
2114 Implemented TypedArray.set and ArrayBuffer.slice in d8.
2115
2116 Performance and stability improvements on all platforms.
2117
2118
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000021192012-07-03: Version 3.12.7
2120
2121 Fixed lazy compilation for strict eval scopes.
2122 (Chromium issue 135066)
2123
2124 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
2125 (issue 2151)
2126
2127 Report "hidden properties" in heap profiler for properties case.
2128 (issue 2212)
2129
2130 Activated optimization of packed arrays by default.
2131
2132 Performance and stability improvements on all platforms.
2133
2134
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000021352012-06-29: Version 3.12.6
2136
2137 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
2138
2139 Extended TypedArray support in d8.
2140
2141
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000021422012-06-28: Version 3.12.5
2143
2144 Fixed lazy parsing heuristics to respect outer scope.
2145 (Chromium issue 135008)
2146
2147 Allow using test-wrapper-gypbuild.py on Windows when no python
2148 interpreter is registered.
2149
2150 Performance and stability improvements on all platforms.
2151
2152
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000021532012-06-27: Version 3.12.4
2154
2155 Removed -fomit-frame-pointer flag from Release builds to make
2156 the stack walkable by TCMalloc (Chromium issue 133723).
2157
2158 Ported r7868 (constant masking) to x64 (issue 1374).
2159
2160 Expose more detailed memory statistics (issue 2201).
2161
2162 Fixed Harmony Maps and WeakMaps for undefined values
2163 (Chromium issue 132744).
2164
2165 Correctly throw reference error in strict mode with ICs disabled
2166 (issue 2119).
2167
2168 Performance and stability improvements on all platforms.
2169
2170
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000021712012-06-25: Version 3.12.3
2172
2173 Reverted r11835 'Unify promotion and allocation limit computation' due
2174 to V8 Splay performance regression on Mac. (Chromium issue 134183)
2175
2176 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
2177
2178 Performance and stability improvements on all platforms.
2179
2180
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000021812012-06-22: Version 3.12.2
2182
2183 Made near-jump check more strict in LoadNamedFieldPolymorphic on
2184 ia32/x64. (Chromium issue 134055)
2185
2186 Fixed lazy sweeping heuristics to prevent old-space expansion.
2187 (issue 2194)
2188
2189 Performance and stability improvements on all platforms.
2190
2191
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000021922012-06-21: Version 3.12.1
2193
2194 Performance and stability improvements on all platforms.
2195
2196
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000021972012-06-20: Version 3.12.0
2198
2199 Fixed Chromium issues:
2200 115100, 129628, 131994, 132727, 132741, 132742, 133211
2201
2202 Fixed V8 issues:
2203 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
2204
2205 Added --extra-code flag to mksnapshot to load JS code into the VM
2206 before creating the snapshot.
2207
2208 Support 'restart call frame' command in the debugger.
2209
2210 Performance and stability improvements on all platforms.
2211
2212
mmassi@chromium.org7028c052012-06-13 11:51:58 +000022132012-06-13: Version 3.11.10
2214
2215 Implemented heap profiler memory usage reporting.
2216
2217 Preserved error message during finally block in try..finally.
2218 (Chromium issue 129171)
2219
2220 Fixed EnsureCanContainElements to properly handle double values.
2221 (issue 2170)
2222
2223 Improved heuristics to keep objects in fast mode with inherited
2224 constructors.
2225
2226 Performance and stability improvements on all platforms.
2227
2228
rossberg@chromium.org400388e2012-06-06 09:29:22 +000022292012-06-06: Version 3.11.9
2230
2231 Implemented ES5-conformant semantics for inherited setters and read-only
2232 properties. Currently behind --es5_readonly flag, because it breaks
2233 WebKit bindings.
2234
2235 Exposed last seen heap object id via v8 public api.
2236
2237 Performance and stability improvements on all platforms.
2238
2239
verwaest@chromium.org37141392012-05-31 13:27:02 +000022402012-05-31: Version 3.11.8
2241
2242 Avoid overdeep recursion in regexp where a guarded expression with a
2243 minimum repetition count is inside another quantifier.
2244 (Chromium issue 129926)
2245
2246 Fixed missing write barrier in store field stub.
2247 (issues 2143, 1465, Chromium issue 129355)
2248
2249 Proxies: Fixed receiver for setters inherited from proxies.
2250 Proxies: Fixed ToStringArray function so that it does not reject some
2251 keys.
2252 (issue 1543)
2253
2254 Performance and stability improvements on all platforms.
2255
2256
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000022572012-05-29: Version 3.11.7
2258
2259 Get better function names in stack traces.
2260
2261 Performance and stability improvements on all platforms.
2262
2263
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000022642012-05-24: Version 3.11.6
2265
2266 Fixed RegExp.prototype.toString for incompatible receivers
2267 (issue 1981).
2268
2269 Performance and stability improvements on all platforms.
2270
2271
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000022722012-05-23: Version 3.11.5
2273
2274 Performance and stability improvements on all platforms.
2275
2276
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000022772012-05-22: Version 3.11.4
2278
2279 Some cleanup to common.gypi. This fixes some host/target combinations
2280 that weren't working in the Make build on Mac.
2281
2282 Handle EINTR in socket functions and continue incomplete sends.
2283 (issue 2098)
2284
2285 Fixed python deprecations. (issue 1391)
2286
2287 Made socket send and receive more robust and return 0 on failure.
2288 (Chromium issue 15719)
2289
2290 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
2291
2292 Set '-m32' option for host and target platforms
2293
2294 Performance and stability improvements on all platforms.
2295
2296
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000022972012-05-18: Version 3.11.3
2298
2299 Disable optimization for functions that have scopes that cannot be
2300 reconstructed from the context chain. (issue 2071)
2301
2302 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
2303
2304 Correctly check for native error objects. (Chromium issue 2138)
2305
2306 Performance and stability improvements on all platforms.
2307
2308
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000023092012-05-16: Version 3.11.2
2310
2311 Revert r11496. (Chromium issue 128146)
2312
2313 Implement map collection for incremental marking. (issue 1465)
2314
2315 Add toString method to CallSite (which describes a frame of the
2316 stack trace).
2317
2318
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000023192012-05-15: Version 3.11.1
2320
2321 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
2322
2323 Fix freebsd build. (V8 issue 2126)
2324
2325 Performance and stability improvements on all platforms.
2326
2327
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000023282012-05-11: Version 3.11.0
2329
2330 Fixed compose-discard crasher from r11524 (issue 2123).
2331
2332 Activated new global semantics by default. Global variables can
2333 now shadow properties of the global object (ES5.1 erratum).
2334
2335 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
2336 transitioning (Chromium issue 117409).
2337
2338 Made Error.prototype.name writable again, as required by the spec and
2339 the web (Chromium issue 69187).
2340
2341 Implemented map collection with incremental marking (issue 1465).
2342
2343 Regexp: Fixed overflow in min-match-length calculation
2344 (Chromium issue 126412).
2345
2346 MIPS: Fixed illegal instruction use on Loongson in code for
2347 Math.random() (issue 2115).
2348
2349 Fixed crash bug in VisitChoice (Chromium issue 126272).
2350
2351 Fixed unsigned-Smi check in MappedArgumentsLookup
2352 (Chromium issue 126414).
2353
2354 Fixed LiveEdit for function with no locals (issue 825).
2355
2356 Fixed register clobbering in LoadIC for interceptors
2357 (Chromium issue 125988).
2358
2359 Implemented clearing of CompareICs (issue 2102).
2360
2361 Performance and stability improvements on all platforms.
2362
2363
danno@chromium.org2c26cb12012-05-03 09:06:43 +000023642012-05-03: Version 3.10.8
2365
2366 Enabled MIPS cross-compilation.
2367
2368 Ensured reload of elements pointer in StoreFastDoubleElement stub.
2369 (Chromium issue 125515)
2370
2371 Fixed corner cases in truncation behavior when storing to
2372 TypedArrays. (issue 2110)
2373
2374 Fixed failure to properly recognize and report out-of-memory
2375 conditions when allocating code space pages. (Chromium issue
2376 118625)
2377
2378 Fixed idle notifications to perform a round of incremental GCs
2379 after context disposal. (issue 2107)
2380
2381 Fixed preparser for try statement. (issue 2109)
2382
2383 Performance and stability improvements on all platforms.
2384
2385
danno@chromium.org1044a4d2012-04-30 12:34:39 +000023862012-04-30: Version 3.10.7
2387
2388 Performance and stability improvements on all platforms.
2389
2390
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000023912012-04-26: Version 3.10.6
2392
2393 Fixed some bugs in accessing details of the last regexp match.
2394
2395 Fixed source property of empty RegExp objects. (issue 1982)
2396
2397 Enabled inlining some V8 API functions.
2398
2399 Performance and stability improvements on all platforms.
2400
2401
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000024022012-04-23: Version 3.10.5
2403
2404 Put new global var semantics behind a flag until WebKit tests are
2405 cleaned up.
2406
2407 Enabled stepping into callback passed to builtins.
2408 (Chromium issue 109564)
2409
2410 Performance and stability improvements on all platforms.
2411
2412
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000024132012-04-19: Version 3.10.4
2414
2415 Fixed issues when stressing compaction with WeakMaps.
2416
2417 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
2418
2419 Simplify invocation sequence at monomorphic function invocation sites.
2420 (issue 2079)
2421
2422 Performance and stability improvements on all platforms.
2423
2424
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000024252012-04-17: Version 3.10.3
2426
2427 Fixed several bugs in heap profiles (including issue 2078).
2428
2429 Throw syntax errors on illegal escape sequences.
2430
2431 Implemented rudimentary module linking (behind --harmony flag)
2432
2433 Implemented ES5 erratum: Global declarations should shadow
2434 inherited properties.
2435
2436 Made handling of const more consistent when combined with 'eval'
2437 and 'with'.
2438
2439 Fixed V8 on MinGW-x64 (issue 2026).
2440
2441 Performance and stability improvements on all platforms.
2442
2443
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000024442012-04-13: Version 3.10.2
2445
2446 Fixed native ARM build (issues 1744, 539)
2447
2448 Return LOOKUP variable instead of CONTEXT for non-context allocated
2449 outer scope parameters (Chromium issue 119609).
2450
2451 Fixed regular and ElementsKind transitions interfering with each other
2452 (Chromium issue 122271).
2453
2454 Improved performance of keyed loads/stores which have a HeapNumber
2455 index (issues 1388, 1295).
2456
2457 Fixed WeakMap processing for evacuation candidates (issue 2060).
2458
2459 Bailout on possible direct eval calls (Chromium issue 122681).
2460
2461 Do not assume that names of function expressions are context-allocated
2462 (issue 2051).
2463
2464 Performance and stability improvements on all platforms.
2465
2466
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000024672012-04-10: Version 3.10.1
2468
2469 Fixed bug with arguments object in inlined functions (issue 2045).
2470
2471 Fixed performance bug with lazy initialization (Chromium issue
2472 118686).
2473
2474 Added suppport for Mac OS X 64bit builds with GYP.
2475 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
2476
2477 Fixed bug with hidden properties (issue 2034).
2478
2479 Fixed a performance bug when reloading pages (Chromium issue 117767,
2480 V8 issue 1902).
2481
2482 Fixed bug when optimizing throw in top-level code (issue 2054).
2483
2484 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
2485
2486 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
2487
2488 Fixed a bug with the new runtime profiler (Chromium issue 121147).
2489
2490 Fixed compilation of V8 using uClibc.
2491
2492 Optimized boot-up memory use.
2493
2494 Optimized regular expressions.
2495
2496
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000024972012-03-30: Version 3.10.0
2498
2499 Fixed store IC writability check in strict mode
2500 (Chromium issue 120099).
2501
2502 Resynchronize timers if the Windows system time was changed.
2503 (Chromium issue 119815)
2504
2505 Removed "-mfloat-abi=hard" from host compiler cflags when building for
2506 hardfp ARM
2507 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
2508
2509 Fixed edge case for case independent regexp character classes
2510 (issue 2032).
2511
2512 Reset function info counters after context disposal.
2513 (Chromium issue 117767, V8 issue 1902)
2514
2515 Fixed missing write barrier in CopyObjectToObjectElements.
2516 (Chromium issue 119926)
2517
2518 Fixed missing bounds check in HasElementImpl.
2519 (Chromium issue 119925)
2520
2521 Performance and stability improvements on all platforms.
2522
2523
danno@chromium.org88aa0582012-03-23 15:11:57 +000025242012-03-23: Version 3.9.24
2525
2526 Activated count-based profiler for ARM.
2527
2528 Fixed use of proxies as f.prototype properties. (issue 2021)
2529
2530 Enabled snapshots on MIPS.
2531
2532 Performance and stability improvements on all platforms.
2533
2534
ulan@chromium.org6ff65142012-03-21 09:52:17 +000025352012-03-21: Version 3.9.23
2536
2537 Use correct arguments adaptation environment when inlining function
2538 containing arguments. (Issue 2014)
2539
2540 Performance and stability improvements on all platforms.
2541
2542
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000025432012-03-20: Version 3.9.22
2544
2545 Enabled count-based profiler by default.
2546
2547 Implemented a hash based look-up to speed up address checks
2548 in large object space (issue 853).
2549
2550 Performance and stability improvements on all platforms.
2551
2552
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000025532012-03-19: Version 3.9.21
2554
2555 Fixed push-to-trunk script (and re-push).
2556
2557 Added API call that identifies strings that are guaranteed only to
2558 contain ASCII characters.
2559
2560
25612012-03-19: Version 3.9.20
2562
2563 Fixed declarations escaping global strict eval. (Issue 1624)
2564
2565 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
2566
2567 Fixed function declarations overwriting read-only global properties.
2568 (Chromium issue 115452)
2569
2570 Fixed --use-strict flag in combination with --harmony[-scoping].
2571
2572 Debugger: naive implementation of "step into Function.prototype.bind".
2573
2574 Debugger: added ability to set script source from within OnBeforeCompile
2575
2576 Added flag to always call DebugBreak on abort.
2577
2578 Re-enabled constructor inlining and inline === comparison with boolean
2579 constants. (Issue 2009)
2580
2581 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
2582
2583 Performance and stability improvements on all platforms.
2584
2585
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000025862012-03-14: Version 3.9.19
2587
2588 Ensure there is a smi check of the receiver for global load and call
2589 ICs (Chromium issue 117794).
2590
2591 Performance and stability improvements on all platforms.
2592
2593
yangguo@chromium.org154ff992012-03-13 08:09:54 +000025942012-03-13: Version 3.9.18
2595
2596 Ensure consistency of Math.sqrt on Intel platforms.
2597
2598 Remove static initializers in v8. (issue 1859)
2599
2600 Add explicit dependency on v8_base in the GYP-based build.
2601
2602 Performance and stability improvements on all platforms.
2603
2604
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000026052012-03-12: Version 3.9.17
2606
2607 Fixed VFP detection through compiler defines. (issue 1996)
2608
2609 Add Code-related fields to postmortem metadata.
2610
2611 Performance and stability improvements on all platforms.
2612
2613
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000026142012-03-09: Version 3.9.16
2615
2616 Added basic interface inference for modules (behind the --harmony flag).
2617
2618 Added Object.is, Number.isFinite, Number.isNaN.
2619
2620 Updated the Unicode tables to Unicode version 6.1.0.
2621
2622 Performance and stability improvements on all platforms.
2623
2624
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000026252012-03-06: Version 3.9.15
2626
2627 Fix the heap profiler crash caused by memory layout changes between
2628 passes.
2629
2630 Fix Error.prototype.toString to throw TypeError. (issue 1980)
2631
2632 Fix double-rounding in strtod for MinGW. (issue 1062)
2633
2634 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
2635
2636 Performance and stability improvements on all platforms.
2637
2638
fschneider@chromium.org35814e52012-03-01 15:43:35 +000026392012-03-01: Version 3.9.14
2640
2641 Performance and stability improvements on all platforms.
2642
2643
ulan@chromium.org812308e2012-02-29 15:58:45 +000026442012-02-29: Version 3.9.13
2645
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002646 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002647
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002648 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2649 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00002650
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002651 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002652
2653 Performance and stability improvements on all platforms.
2654
2655
ulan@chromium.org967e2702012-02-28 09:49:15 +000026562012-02-28: Version 3.9.12
2657
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002658 Fixed the negative lookup stub to handle deleted entries in a
2659 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00002660
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002661 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00002662 callback function can resolve the location of a return address on stack
2663 to the location where a return-address rewriting profiler stashed the
2664 original return address.
2665
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002666 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2667 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002668
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002669 Fixed issue 1853: Update breakpoints set with partial file name after
2670 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002671
2672
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000026732012-02-27: Version 3.9.11
2674
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002675 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002676
2677
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000026782012-02-24: Version 3.9.10
2679
2680 Fixed V8 issues 1322, 1772 and 1969.
2681
2682 Conformance improvements.
2683
2684 Performance and stability improvements on all platforms.
2685
2686
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000026872012-02-23: Version 3.9.9
2688
2689 Supported fast case for-in in Crankshaft.
2690
2691 Sped up heap snapshot serialization and dominators construction.
2692
2693 Randomized allocation addresses on windows. (Chromium issue 115151)
2694
2695 Fixed compilation with MinGW-w64. (issue 1943)
2696
2697 Fixed incorrect value of assignments to non-extensible properties.
2698
2699 Fixed a crash bug in generated code on ia32.
2700
2701 Performance and stability improvements on all platforms.
2702
2703
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000027042012-02-21: Version 3.9.8
2705
2706 Fixed memory leak and missing #include in StartupDataDecompressor
2707 (issue 1960).
2708
2709 Renamed static methods to avoid shadowing virtual methods and fix Clang
2710 C++11 compile error.
2711
2712 Fixed sequence of element access in array builtins (issue 1790).
2713
2714 Performance and stability improvements on all platforms.
2715
2716
yangguo@chromium.org56454712012-02-16 15:33:53 +000027172012-02-16: Version 3.9.7
2718
2719 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2720
2721 Fixed GCC-4.7 warnings.
2722
2723 Added Navier-Stokes benchmark.
2724
2725 Performance and stability improvements on all platforms.
2726
2727
ulan@chromium.org65a89c22012-02-14 11:46:07 +000027282012-02-14: Version 3.9.6
2729
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002730 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002731
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002732 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002733
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002734 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002735
2736 Heap Snapshot maximum size limit is too low for really big apps. At the
2737 moment the limit is 256MB. (Chromium issue 113015)
2738
2739 Performance and stability improvements on all platforms.
2740
2741
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000027422012-02-09: Version 3.9.5
2743
2744 Removed unused command line flags.
2745
2746 Performance and stability improvements on all platforms.
2747
2748
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000027492012-02-08: Version 3.9.4
2750
2751 Properly initialize element-transitioning array literals on ARM.
2752 (issue 1930)
2753
2754 Bug fixes on all platforms.
2755
2756
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000027572012-02-07: Version 3.9.3
2758
2759 When rethrowing an exception, print the stack trace of its original
2760 site instead of rethrow site (Chromium issue 60240).
2761
2762 Increased size of small stacks from 32k to 64k to avoid hitting limits
2763 in Chromium (Chromium issue 112843).
2764
2765
rossberg@chromium.org994edf62012-02-06 10:12:55 +000027662012-02-06: Version 3.9.2
2767
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002768 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002769
2770 Heap profiler reports implicit references.
2771
2772 Optionally export metadata with libv8 to enable debuggers to inspect V8
2773 state.
2774
2775
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000027762012-02-02: Version 3.9.1
2777
2778 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2779 (Chromium issue 112315).
2780
2781 Fixed a crash in dev tools (Chromium issue 107996).
2782
2783 Added 'dependencies_traverse': 1 to v8 GYP target.
2784
2785 Performance and stability improvements on all platforms.
2786
2787
danno@chromium.orgfa458e42012-02-01 10:48:36 +000027882012-02-01: Version 3.9.0
2789
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002790 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002791
2792 Stability fixes and performance improvements on all platforms.
2793
2794
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000027952012-01-26: Version 3.8.9
2796
2797 Flush number string cache on GC (issue 1605).
2798
2799 Provide access to function inferred name with
2800 v8::Function::GetInferredName in V8 public API.
2801
2802 Fix building with Clang (issue 1912).
2803
2804 Reduce the space used by the stack for the profiling thread.
2805
2806 Fix misleading documentation of v8::Locker (issue 542).
2807
2808 Introduce readbinary function in d8 to read binary files.
2809
2810 Performance and stability improvements on all platforms.
2811
2812
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000028132012-01-23: Version 3.8.8
2814
2815 Limited number of loop iterations in Heap::ReserveSpace
2816 (Chromium issue 99027).
2817
2818 Fixed solaris build (VirtualMemory) (issue 1761).
2819
2820 Fixed strict vs. non-strict handling of function proxies in
2821 higher-order array and string methods.
2822
2823 Enabled asynchronous remote debugging with d8 (issue 1691).
2824
2825 Stability and performance improvements on all platforms.
2826
2827
ulan@chromium.org2efb9002012-01-19 15:36:35 +000028282012-01-19: Version 3.8.7
2829
2830 Ensure that LRandom restores rsi after call to the C function on x64.
2831 (Chromium issue http://crbug.com/110509)
2832
2833 Fixing include issues on *bsd when building with scons.
2834 (issue 1897)
2835
2836 Provide a switch to specify -fno-strict-aliasing
2837 (issue 1887)
2838
2839 Move WIN32 define from standalone.gypi to common.gypi
2840 (issue 1760)
2841
2842 Fix corner-case in heap size estimation.
2843 (issue 1893)
2844
2845 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2846 (issue 1903)
2847
2848 Performance improvements and bug fixes.
2849
2850
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000028512012-01-16: Version 3.8.6
2852
2853 Add primitive WebGL array support to d8.
2854
2855 Improve heap size estimation (issue 1893).
2856
2857 Hash collision DOS workaround extended from string keys
2858 to numeric keys.
2859
2860 Provide an API for iterating through all external strings referenced
2861 from the JS heap.
2862
2863 Adjust position recorded for call expressions. http://crbug.com/109195
2864
2865 Fix GC crash related to instanceof. http://crbug.com/109448
2866
2867 Performance improvements and bug fixes.
2868
2869
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000028702012-01-05: Version 3.8.5
2871
2872 Fix broken test that assumes that no GC can clear the regexp cache (GC
2873 can happen at any time due to Crankshaft).
2874
2875 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2876
2877 Add netbsd support to gyp build.
2878
2879 Determine page size at runtime on posix platforms.
2880
2881 Ensure that store buffer filtering hash sets are cleared after
2882 StoreBuffer::Filter.
2883
2884 Randomize the seed used for string hashing. This helps guard against
2885 CPU-eating DOS attacks against node.js servers. Based on code from
2886 Bert Belder. This version only solves the issue for those that compile
2887 V8 themselves or those that do not use snapshots. A snapshot-based
2888 precompiled V8 will still have predictable string hash codes.
2889
2890 Implement callback when script finishes running in V8 API.
2891
2892 Improve performance of Math.min and Math.max for the case of two
2893 arguments. (issue 1325)
2894
2895
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000028962012-01-02: Version 3.8.4
2897
2898 Performance improvements for large Smi-only arrays.
2899
2900 Fixed InternalArrays construction. (issue 1878)
2901
2902
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000029032011-12-27: Version 3.8.3
2904
2905 Avoid embedding new space objects into code objects in the lithium gap
2906 resolver. (chromium:108296)
2907
2908 Bug fixes and performance optimizations on all platforms.
2909
2910
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000029112011-12-21: Version 3.8.2
2912
2913 Add max optimization flag to v8 gyp build to ensure V8 is always built
2914 fully optimized in Chrome.
2915
2916 MIPS: Bring MIPS to parity with other platforms.
2917
2918 Optimizations and stability improvements on all platforms.
2919
2920
ricow@chromium.org7ad65222011-12-19 12:13:11 +000029212011-12-19: Version 3.8.1
2922
2923 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2924
2925 Stability improvements on all platforms.
2926
2927
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000029282011-12-13: Version 3.8.0
2929
2930 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2931
2932 Sync parser and preparser on do-while and return statements.
2933 (issue 1856)
2934
2935 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2936
2937 Stability and performance improvements on all platforms.
2938
2939
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000029402011-12-01: Version 3.7.12
2941
2942 Increase tick interval for the android platform.
2943
2944 Fix a bug in the register allocator. (chromium:105112)
2945
2946 Fix handling of recompiling code. (chromium:105375, v8:1782)
2947
2948 Start incremental marking on idle notification. (v8:1458)
2949
2950 Build fixes for various platforms.
2951
2952 Various performance improvements.
2953
2954
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000029552011-11-29: Version 3.7.11
2956
2957 Fixed bug when generating padding to ensure space for lazy
2958 deoptimization.
2959 (issue 1846)
2960
2961 Further reduced pause times due to GC.
2962
2963 Stability and performance improvements on all platforms.
2964
2965
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000029662011-11-23: Version 3.7.10
2967
2968 Set maximum length of FixedArray in terms of elements instead an
2969 absolute number of bytes.
2970 (Chromium issue 103103)
2971
2972 Stability and performance improvements on all platforms.
2973
2974
29752011-11-21: Version 3.7.9
2976
2977 Removed exit-time destructors.
2978
2979 Stability and performance improvements on all platforms.
2980
2981
ricow@chromium.org27bf2882011-11-17 08:34:43 +000029822011-11-17: Version 3.7.8
2983
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002984 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002985 function on builtins will not make the original function reappear.
2986
2987 Added NetBSD support for scons build.
2988
2989 Performance improvements on all platforms.
2990
2991
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000029922011-11-14: Version 3.7.7
2993
2994 Fix missing fast property accessors in heap snapshots.
2995 (issue 1818)
2996
2997
danno@chromium.org2c456792011-11-11 12:00:53 +000029982011-11-11: Version 3.7.6
2999
3000 Fixed filtering of store buffer for large object pages.
3001 (issue 1817)
3002
3003 Fixed generated hash function on all platforms.
3004 (issue 1808)
3005
3006 Fixed Heap::Shrink to ensure that it does not free pages that are
3007 still in use.
3008 (Chromium issue 100414)
3009
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00003010 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00003011
3012
danno@chromium.orgc612e022011-11-10 11:38:15 +000030132011-11-10: Version 3.7.5
3014
3015 Added initial gyp infrastructure for MIPS.
3016
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00003017 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00003018 collector.
3019
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00003020 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00003021
3022
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000030232011-11-07: Version 3.7.4
3024
3025 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
3026
3027 Fix Harmony sets and maps to allow null and undefined as keys
3028 (still hidden behind --harmony flag) (issue 1622).
3029
3030 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
3031
3032 Enable VFP instructions for Android.
3033
3034 Fix error handling in Date.prototype.toISOString (issue 1792).
3035
3036 Bug fixes and performance improvements for all platforms.
3037
3038 Not officially supported but noteworthy: Crankshaft for MIPS :-)
3039
3040
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000030412011-10-28: Version 3.7.3
3042
3043 Slight deoptimization as a workaround for issue with jslint: Issue
3044 1789.
3045
3046
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000030472011-10-27: Version 3.7.2
3048
3049 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
3050
3051
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000030522011-10-26: Version 3.7.1
3053
3054 Achieved 33% speedup in debug-mode tests.
3055
3056 Removed special casing of calls to RegExp test and exec methods with no
3057 argument. Now matches new JSC behaviour. crbug.com/75740.
3058
3059 Return the empty string on cyclic references in toString (ES5
3060 conformance).
3061
3062 Fixed bug triggered by JSBeautifier. crbug.com/100409.
3063
3064 Made Math.random state per-context instead of per-process (issue 864).
3065
3066 Fixed stack traces to skip native functions.
3067
3068 Make snapshots (new contexts) smaller and faster.
3069
3070 Fixed handling of Function.apply for non-array arguments.
3071
3072 Fixed evaluation order in defineProperties to match FireFox.
3073
3074 Fixed handling of non-object receivers for array builtins,
3075 crbug.com/100702.
3076
3077 Multiple fixes to improve compliance with test262.
3078
3079 Fixed compatibility with older Android releases.
3080
3081 Fixed compilation with gcc-4.5.3.
3082
3083 Improved performance of WriteUtf8, issue 1665.
3084
3085 Made native syntax an early error in the preparser.
3086
3087 Fixed issues 793 and 893 relating to Function.prototype.bind.
3088
3089 Improved let, const, Set and Map support and other Harmony features
3090 (behind the --harmony flag).
3091
3092 Changed evaluation order for > and <= to match ES5 instead of ES3.
3093
3094 Bug fixes and performance improvements on all platforms.
3095
3096
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000030972011-10-13: Version 3.7.0
3098
3099 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
3100
3101 Fixed issue 1757 (string slices of external strings).
3102
3103 Fixed issue 1759 (ARM).
3104
3105 Added flag --noclever-optimizations to disable some things that
3106 caused trouble in the past.
3107
3108 Added flag --stress-compaction for testing.
3109
3110 Added flag --harmony to activate all experimental Harmony features.
3111
3112
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000031132011-10-10: Version 3.6.6
3114
3115 Added a GC pause visualization tool.
3116
3117 Added presubmit=no and werror=no flags to Makefile.
3118
3119 ES5/Test262 conformance improvements.
3120
3121 Fixed compilation issues with GCC 4.5.x (issue 1743).
3122
3123 Bug fixes and performance improvements on all platforms.
3124
3125
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000031262011-10-05: Version 3.6.5
3127
3128 New incremental garbage collector.
3129
3130 Removed the hard heap size limit (soft heap size limit is still
3131 700/1400Mbytes by default).
3132
3133 Implemented ES5 generic Array.prototype.toString (Issue 1361).
3134
3135 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
3136
3137 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
3138
3139 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
3140
3141 Fixed the MinGW and Windows 2000 builds.
3142
3143 Fixed "Prototype chain is not searched if named property handler does
3144 not set a property" (Issue 1636).
3145
3146 Made the RegExp.prototype object be a RegExp object (Issue 1217).
3147
3148 Disallowed future reserved words as labels in strict mode.
3149
3150 Fixed string split to correctly coerce the separator to a string
3151 (Issue 1711).
3152
3153 API: Added an optional source length field to the Extension
3154 constructor.
3155
3156 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
3157 (Issue 1573).
3158
3159 Added "native" target to Makefile for the benefit of Linux distros.
3160
3161 Fixed: debugger stops stepping outside evaluate (Issue 1639).
3162
3163 More work on ES-Harmony proxies. Still hidden behind a flag.
3164
3165 Bug fixes and performance improvements on all platforms.
3166
3167
lrn@chromium.org34e60782011-09-15 07:25:40 +000031682011-09-15: Version 3.6.4
3169
3170 Fixed d8's broken readline history.
3171
3172 Removed the need for code delete events in CPU profiler (Issue 1466).
3173
3174 Fixed debugger stepping next with trycatch recursion (Issue 1639).
3175
3176 Fixing parallel execution in d8 (with -p) and some memory leaks.
3177
3178 Support for precise stepping in functions compiled before debugging was
3179 started (step 1).
3180
3181
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000031822011-09-13: Version 3.6.3
3183
3184 Implemented better support of typed arrays in the d8 shell.
3185
3186 Bug fixes and performance improvements on all platforms.
3187
3188
ricow@chromium.org55ee8072011-09-08 16:33:10 +000031892011-09-08: Version 3.6.2
3190
3191 Added "dependencies" target to top-level Makefile.
3192
3193 Added ability to turn profiler on/off in d8.
3194
3195 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
3196
3197 Fixed several crash bugs.
3198
3199
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000032002011-09-07: Version 3.6.1
3201
3202 Fixed a bug in abrupt exit from with or catch inside finally.
3203
3204 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
3205 issue 95113).
3206
3207 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
3208
3209 Fixed a few clang warnings (which -Werror treated as errors).
3210
3211 Performance improvements on all platforms.
3212
3213
fschneider@chromium.org1805e212011-09-05 10:49:12 +000032142011-09-05: Version 3.6.0
3215
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003216 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003217
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003218 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003219
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003220 Made arguments and caller always be null on native functions
3221 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003222
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003223 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003224
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003225 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003226
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003227 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003228
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003229 Fixed a problem with large heap snapshots in Chrome DevTools
3230 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003231
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003232 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003233
3234
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000032352011-08-31: Version 3.5.10
3236
3237 Added dependency of v8_base on WinSocket2 Windows library in
3238 the GYP-build.
3239
3240 Various bugfixes.
3241
3242
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000032432011-08-29: Version 3.5.9
3244
3245 Made FromPropertyDescriptor not trigger inherited setters.
3246
3247 Fixed .gyp files to work on the ARM simulator.
3248
3249 Fixed shared library build warnings for MSVS.
3250
3251
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000032522011-08-24: Version 3.5.8
3253
3254 Added V8EXPORT attributes for v8::Array::CheckCast and
3255 v8::Number::CheckCast.
3256
3257 Made a slight API change enabling opting out from null termination
3258 in String::Write*().
3259
3260 Fixed arm build for gcc-4.6.
3261
3262
rossberg@chromium.org28a37082011-08-22 11:03:23 +000032632011-08-22: Version 3.5.7
3264
3265 Make scanner handle invalid unicode escapes in identifiers correctly.
3266
3267 Make regexp flag parsing stricter.
3268
3269 Fix several memory leaks.
3270
3271
danno@chromium.orgb6451162011-08-17 14:33:23 +000032722011-08-17: Version 3.5.6
3273
3274 Fixed issue that could cause crashes when running with --heap-stats.
3275
3276 Fixed compilation on Linux 2.6.9 and older.
3277
3278 Fixed live-object-list to work with isolates.
3279
3280 Fixed memory leaks in zones and isolates.
3281
3282 Fixed a performance regression for TypedArrays on x64.
3283
3284 Stability improvements on all platforms.
3285
3286
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000032872011-08-15: Version 3.5.5
3288
3289 Fixed bugs involving negative zero and the optimizing compiler.
3290
3291 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
3292
3293 Eliminated uses of deprecated ARM instructions.
3294
3295 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
3296
3297 Removed restriction on the size of disassembled code that is printed.
3298
3299
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000033002011-08-10: Version 3.5.4
3301
3302 Added a preliminary implementation of ES Harmony weak maps. Weak
3303 maps can be enabled by the flag --harmony-weakmaps.
3304
3305 Introduced a toplevel Makefile to support GYP-based building. GYP
3306 can be obtained from http://gyp.googlecode.com.
3307
3308 Fixed a bug in the length property of functions created by
3309 Function.prototype.bind.
3310
3311 Reduced malloc heap allocation on process startup.
3312
3313 Several important code generation bug fixes.
3314
3315 Performance improvements on all platforms.
3316
3317
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000033182011-08-03: Version 3.5.3
3319
3320 MIPS: Port of fix to ClassOf check from ARM.
3321 Patch from Paul Lind <plind44@gmail.com>.
3322
3323 Stopped using mprotect on Cygwin.
3324 Avoided uninitialized member warning on gcc 4.3.4
3325 Both patches by Bert Belder.
3326
3327 Bug fixes and performance improvements on all platforms.
3328
3329
vegorov@chromium.org7943d462011-08-01 11:41:52 +000033302011-08-01: Version 3.5.2
3331
3332 Performance improvements on all platforms.
3333
3334
ricow@chromium.org2c99e282011-07-28 09:15:17 +000033352011-07-28: Version 3.5.1
3336
3337 Fixed setting the readonly flag on the prototype property using the
3338 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
3339
3340 Changed the tools/test.py script to use d8 instead of shell for
3341 testing.
3342
3343 Fixed crash in ToBooleanStub when GC happens during invocation.
3344
3345 Enabled automatic unboxing of double arrays.
3346
3347 Performance improvements on all platforms.
3348
3349
ricow@chromium.org9fa09672011-07-25 11:05:35 +000033502011-07-25: Version 3.5.0
3351
3352 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
3353 proxies.
3354
3355 Removed logging to memory support.
3356
3357 Bugfixes and performance work.
3358
3359
rossberg@chromium.org717967f2011-07-20 13:44:42 +000033602011-07-20: Version 3.4.14
3361
3362 Fix the debugger for strict-mode functions. (Chromium issue 89236)
3363
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00003364 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00003365 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00003366
3367 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
3368
3369
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000033702011-07-18: Version 3.4.13
3371
3372 Improved debugger support to allow inspection of optimized frames (issue
3373 1140).
3374
3375 Fixed a bug in prototype transitions cache clearing introduced by r8165.
3376
3377 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
3378
3379 Fixed a memory leak in sample/shell.cc (dispose semaphores).
3380
3381 Simplified HClampToUint8. Patch by Andy Wingo.
3382
3383 Exposed APIs for detecting boxed primitives, native errors. Patch by
3384 Luke Zarko.
3385
3386 Added map check for COW elements to crankshaft array handling code
3387 (issue 1560).
3388
3389 Sample shell and (a light version of) D8 links against a shared library
3390 now.
3391
3392 Fixed bug in array filter and reduce functions (issue 1559).
3393
3394 Avoid TLS load in AstNode constructor.
3395
3396 Introduced a random entropy source which can optionally be provided at
3397 initialization. (Chromium issue 89462).
3398
3399
whesse@chromium.org030d38e2011-07-13 13:23:34 +000034002011-07-13: Version 3.4.12
3401
3402 Added --prof profiling option to d8 shell.
3403
3404 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
3405
3406 Fixed a potential assertion failure in const declarations.
3407
3408 Fixed an assertion failure in descriptor arrays (issue 1526).
3409
3410 Enabled fast thread-local storage by default on supported platforms.
3411
3412 Improved reporting of source position for global variable loads
3413 (issue 1527).
3414
3415
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000034162011-07-11: Version 3.4.11
3417
3418 Fixed MinGW32 build.
3419
3420 Fixed a GC bug with RegExp code flushing.
3421
3422 Implemented Object.defineProperty for proxies.
3423
3424 Fixed a bug in for/in iteration of arguments objects (issue 1531).
3425
3426 Added debugger support for inspecting optimized frames (issue 1140).
3427
3428 Allowed JSObject::PreventExtensions to work for arguments objects.
3429
3430 Bugfixes and performance work.
3431
3432
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000034332011-07-06: Version 3.4.10
3434
3435 Fixed debugger not breaking on certain "if" statements (issue 1523).
3436
3437 Fixed assertion failure in runtime profiler when running on IA32
3438 without snapshot (issue 1522).
3439
3440 Fixed ABI for API calls on IA32 (for clang compatibility).
3441
3442 Introduced code flushing of RegExp code to free memory used by
3443 RegExps sooner.
3444
3445 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
3446
3447 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
3448
3449 Performance improvements on all platforms.
3450
3451
ricow@chromium.org4f693d62011-07-04 14:01:31 +000034522011-07-04: Version 3.4.9
3453
3454 Added support for debugger inspection of locals in optimized frames
3455 (issue 1140).
3456
3457 Fixed SConstruct to pass correct defines to samples/preparser when
3458 building with library=shared.
3459
3460 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
3461
3462 Fixed a bug in Object.defineProperty on the arguments object.
3463
3464 Performance improvements on all platforms.
3465
3466
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000034672011-06-29: Version 3.4.8
3468
3469 Ensure 16-byte stack alignment on Solaris (issue 1505).
3470
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00003471 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00003472 that is not a smi. (issue 1246).
3473
3474
ager@chromium.org04921a82011-06-27 13:21:41 +000034752011-06-27: Version 3.4.7
3476
3477 Fixed 64-bit build on FreeBSD.
3478
3479 Added API to set the property attributes for the prototype
3480 property on functions created from FunctionTemplates.
3481
3482 Bugfixes and performance work.
3483
3484
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000034852011-06-22: Version 3.4.6
3486
3487 Lowered limit on code space for systems with low memory supply.
3488
3489 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
3490
3491 Extended setBreakpoint API to accept partial script name (issue 1418).
3492
3493 Made multi-line comments not count when deciding whether the '-->'
3494 comment starter is first on a line. This matches Safari.
3495
3496 Made handling of non-array recievers in Array length setter correct
3497 (issue 1491).
3498
3499 Added ability to heap profiler to iterate over snapshot's node
3500 (issue 1481).
3501
3502
whesse@chromium.org7b260152011-06-20 15:33:18 +000035032011-06-20: Version 3.4.5
3504
3505 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
3506 1476, and 1477.
3507
3508 Improved code generation for !0 and !1.
3509
3510 Reduced memory usage for regular expressions with nested qualifiers.
3511 (issue 1472)
3512
3513 Fixed V8 to count line terminators in multi-line comments.
3514 (Chromium issue 86431)
3515
3516 Fixed disassembler=on option for release-mode builds. (issue 1473)
3517
3518 Performance improvements on all platforms.
3519
3520
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000035212011-06-15: Version 3.4.4
3522
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003523 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003524
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003525 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003526
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003527 Several GYP-related changes: Added support for building Xcode project
3528 files. Make the ARM simulator build with GYP again. Generate Makefiles
3529 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003530
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003531 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
3532 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003533
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003534 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003535
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003536 Handle 'undefined' correctly when === has been specialized for doubles.
3537 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003538
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003539 Corrected the limit of local variables in an optimized function from 64
3540 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003541
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003542 Correctly set ReadOnly flag on indexed properties when using the API Set
3543 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003544
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003545 Give the correct error message when Object.isExtensible is called on a
3546 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003547
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003548 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
3549 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003550
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003551 Do not redefine properties unneccesarily in seal and freeze. (issue
3552 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003553
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003554 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003555
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003556 Distinguish keyed loads with a symbol key from fast elements loads,
3557 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003558
3559
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000035602011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003561
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003562 Clear the global thread table when an isolate is disposed
3563 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003564
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003565 Converted time zone name to UTF8 on Windows (issue 1290).
3566
3567 Limited the number of arguments in a function call to 32766
3568 (issue 1413).
3569
3570 Compress sources of JS libraries in addition to the snapshot.
3571
3572 Fixed a bug in Lithium environment iteration.
3573
3574 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003575
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003576
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000035772011-06-06: Version 3.4.2
3578
3579 More work on ES-Harmony proxies. Still hidden behind a flag.
3580
3581 Fixed some crash bugs and improved performance.
3582
3583 Fixed building with gdb debugging support.
3584
3585 Do not install SIGPROF handler until it is needed.
3586
3587 Added DateTimeFormat to i18n API.
3588
3589 Fixed compilation on OpenBSD.
3590
3591 Take the ulimit into account when sizing the heap. OpenBSD users
3592 may still have to increase the default ulimit to run heavy pages in
3593 the browser.
3594
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003595
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000035962011-06-01: Version 3.4.1
3597
3598 Fixed JSON stringify issue with arrays.
3599
3600 Changed calls to JS builtins to be passed undefined when called with
3601 implicit receiver.
3602
3603 Implemented the set trap for Harmony proxies. Proxies still need to
3604 be enabled with the --harmony-proxies flag.
3605
3606
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000036072011-05-30: Version 3.4.0
3608
3609 Changed calls to undefined property setters to not throw (issue 1355).
3610
3611 Made RegExp objects not callable.
3612
3613 Fixed issues on special case large JSON strings in new json parser
3614 (issues http://crbug.com/83877 and http://crbug.com/84186).
3615
3616 Performance improvements on all platforms.
3617
3618
danno@chromium.org40cb8782011-05-25 07:58:50 +000036192011-05-25: Version 3.3.10
3620
3621 Fixed calls of strict mode function with an implicit receiver.
3622
3623 Fixed fast handling of arrays to properly deal with changes to the
3624 Object prototype (issue 1403).
3625
3626 Changed strict mode poison pill to be the same type error function
3627 (issue 1387).
3628
3629 Fixed a debug crash in arguments object handling (issue 1227).
3630
3631 Fixed a bug in deoptimization on x64 (issue 1404).
3632
3633 Performance improvements and bug fixes on all platforms.
3634
3635
ager@chromium.orgea91cc52011-05-23 06:06:11 +000036362011-05-23: Version 3.3.9
3637
3638 Added DateTimeFormat class to experimental i18n API.
3639
3640 Extended preparser to give early errors for some strict mode
3641 restrictions.
3642
3643 Removed legacy execScript function from V8.
3644
3645 Extended isolate API with the ability to add embedder-specific
3646 data to an isolate.
3647
3648 Added basic support for polymorphic loads from JS and external
3649 arrays.
3650
3651 Fixed bug in handling of switch statements in the optimizing
3652 compiler.
3653
3654
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000036552011-05-18: Version 3.3.8
3656
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003657 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003658 handles are independent of all other persistent handles and can be
3659 garbage collected more frequently.
3660
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003661 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003662 with the --harmony-proxies flag.
3663
3664 Performance improvements and bug fixes on all platforms.
3665
3666
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000036672011-05-16: Version 3.3.7
3668
3669 Updated MIPS infrastructure files.
3670
3671 Performance improvements and bug fixes on all platforms.
3672
3673
karlklose@chromium.org83a47282011-05-11 11:54:09 +000036742011-05-11: Version 3.3.6
3675
3676 Updated MIPS infrastructure files.
3677
3678 Added method IsCallable for Object to the API.
3679 Patch by Peter Varga.
3680
3681
lrn@chromium.org1c092762011-05-09 09:42:16 +000036822011-05-09: Version 3.3.5
3683
3684 Fixed build on FreeBSD. Patch by Akinori MUSHA.
3685
3686 Added check that receiver is JSObject on API calls.
3687
3688 Implemented CallAsConstructor method for Object in the API (Issue 1348).
3689 Patch by Peter Varga.
3690
3691 Added CallAsFunction method to the Object class in the API (Issue 1336).
3692 Patch by Peter Varga.
3693
3694 Added per-isolate locking and unlocking.
3695
3696 Fixed bug in x64 >>> operator (Issue 1359).
3697
3698
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000036992011-05-04: Version 3.3.4
3700
3701 Implemented API to disallow code generation from strings for a context
3702 (issue 1258).
3703
3704 Fixed bug with whitespaces in parseInt (issue 955).
3705
3706 Fixed bug with == comparison of Date objects (issue 1356).
3707
3708 Added GYP variables for ARM code generation:
3709 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3710 and v8_use_arm_eabi_hardfloat.
3711
3712
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000037132011-05-02: Version 3.3.3
3714
3715 Added support for generating Visual Studio solution and project files
3716 using GYP.
3717
3718 Implemented support for ARM EABI calling convention variation where
3719 floating-point arguments are passed in registers (hardfloat).
3720
3721 Added Object::HasOwnProperty() to the API.
3722
3723 Added support for compressing startup data to reduce binary size. This
3724 includes build time support and an API for the embedder to decompress
3725 the startup data before initializing V8.
3726
3727 Reduced the profiling hooks overhead from >400% to 25% when using
3728 ll_prof.
3729
3730 Performance improvements and bug fixes on all platforms.
3731
3732
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000037332011-04-27: Version 3.3.2
3734
3735 Fixed crash bug on ARM with no VFP3 hardware.
3736
3737 Fixed compilation of V8 without debugger support.
3738
3739 Improved performance on JSLint.
3740
3741 Added support Float64 WebGL arrays.
3742
3743 Fixed crash bug in regexp replace.
3744
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003745
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000037462011-04-20: Version 3.3.1
3747
3748 Reduced V8 binary size by removing virtual functions from hydrogen.
3749
3750 Fixed crash bug on x64.
3751
3752 Performance improvements on ARM and IA32.
3753
3754
danno@chromium.org160a7b02011-04-18 15:51:38 +000037552011-04-18: Version 3.3.0
3756
3757 Fixed bug in floating point rounding in Crankshaft on ARM
3758 (issue 958)
3759
3760 Fixed a number of issues with running without VFPv3 support on ARM
3761 (issue 1315)
3762
3763 Introduced v8Locale.Collator, a partial implementation of Collator
3764 per last ECMAScript meeting + mailing list.
3765
3766 Minor performance improvements and bug fixes.
3767
3768
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000037692011-04-13: Version 3.2.10
3770
3771 Fixed bug in external float arrays on ARM (issue 1323).
3772
3773 Minor performance improvements and bug fixes.
3774
3775
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000037762011-04-11: Version 3.2.9
3777
3778 Removed support for ABI prior to EABI on ARM.
3779
3780 Fixed multiple crash bugs.
3781
3782 Added GCMole to the repository, a simple static analysis tool that
3783 searches for GC-unsafe evaluation order dependent callsites.
3784
3785 Made preparser API be exported in shared libraries.
3786
3787 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3788
3789 Fixed mutable __proto__ property if object is not extensible
3790 (Issue 1309).
3791
3792 Fixed auto suspension of the sampler thread.
3793
3794
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000037952011-04-06: Version 3.2.8
3796
3797 Exposed WebGL typed array constructors in the shell sample.
3798
3799 Performance improvements on all platforms.
3800
3801
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000038022011-04-04: Version 3.2.7
3803
3804 Disabled the original 'classic' V8 code generator. Crankshaft is
3805 now the default on all platforms.
3806
3807 Changed the heap profiler to use more descriptive names.
3808
3809 Performance and stability improvements to isolates on all platforms.
3810
3811
lrn@chromium.org7516f052011-03-30 08:52:27 +000038122011-03-30: Version 3.2.6
3813
3814 Fixed xcode build warning in shell.cc (out of order initialization).
3815
3816 Fixed null-pointer dereference in the compiler when running without
3817 SSE3 support (Chromium issue 77654).
3818
3819 Fixed x64 compilation error due to some dead code. (Issue 1286)
3820
3821 Introduced scons target to build the preparser stand-alone example.
3822
3823 Made FreeBSD build and pass all tests.
3824
3825
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000038262011-03-28: Version 3.2.5
3827
lrn@chromium.org7516f052011-03-30 08:52:27 +00003828 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003829
3830 Added Crankshaft support for external arrays.
3831
3832 Fixed two potential crash bugs.
3833
3834
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000038352011-03-23: Version 3.2.4
3836
3837 Added isolates which allows several V8 instances in the same process.
3838 This is controlled through the new Isolate class in the API.
3839
3840 Implemented more of EcmaScript 5 strict mode.
3841
3842 Reduced the time it takes to make detailed heap snapshot.
3843
3844 Added a number of commands to the ARM simulator and enhanced the ARM
3845 disassembler.
3846
3847
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000038482011-03-17: Version 3.2.3
3849
3850 Fixed a number of crash bugs.
3851
3852 Fixed Array::New(length) to return an array with a length (issue 1256).
3853
3854 Fixed FreeBSD build.
3855
3856 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3857
3858 Implemented more of EcmaScript 5 strict mode.
3859
3860 Improved Crankshaft performance on all platforms.
3861
3862
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000038632011-03-14: Version 3.2.2
3864
3865 Fixed a number of crash and correctness bugs.
3866
3867 Improved Crankshaft performance on all platforms.
3868
3869 Fixed Crankshaft on Solaris/Illumos.
3870
3871
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000038722011-03-10: Version 3.2.1
3873
3874 Fixed a number of crash bugs.
3875
3876 Improved Crankshaft for x64 and ARM.
3877
3878 Implemented more of EcmaScript 5 strict mode.
3879
3880
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000038812011-03-07: Version 3.2.0
3882
3883 Fixed a number of crash bugs.
3884
3885 Turned on Crankshaft by default on x64 and ARM.
3886
3887 Improved Crankshaft for x64 and ARM.
3888
3889 Implemented more of EcmaScript 5 strict mode.
3890
3891
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000038922011-03-02: Version 3.1.8
3893
3894 Fixed a number of crash bugs.
3895
3896 Improved Crankshaft for x64 and ARM.
3897
3898 Implemented more of EcmaScript 5 strict mode.
3899
3900 Fixed issue with unaligned reads and writes on ARM.
3901
3902 Improved heap profiler support.
3903
3904
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000039052011-02-28: Version 3.1.7
3906
3907 Fixed a number of crash bugs.
3908
3909 Improved Crankshaft for x64 and ARM.
3910
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003911 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003912 arrays (http://crbug.com/73940).
3913
3914 Fixed bug in map space compaction (http://crbug.com/59688).
3915
3916 Added support for direct getter accessors calls on ARM.
3917
3918
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000039192011-02-24: Version 3.1.6
3920
3921 Fixed a number of crash bugs.
3922
3923 Added support for Cygwin (issue 64).
3924
3925 Improved Crankshaft for x64 and ARM.
3926
3927 Added Crankshaft support for stores to pixel arrays.
3928
3929 Fixed issue in CPU profiler with Crankshaft.
3930
3931
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000039322011-02-16: Version 3.1.5
3933
3934 Change RegExp parsing to disallow /(*)/.
3935
3936 Added GDB JIT support for ARM.
3937
3938 Fixed several crash bugs.
3939
3940 Performance improvements on the IA32 platform.
3941
3942
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000039432011-02-14: Version 3.1.4
3944
3945 Fixed incorrect compare of prototypes of the global object (issue
3946 1082).
3947
3948 Fixed a bug in optimizing calls to global functions (issue 1106).
3949
3950 Made optimized Function.prototype.apply safe for non-JSObject first
3951 arguments (issue 1128).
3952
3953 Fixed an error related to element accessors on Object.prototype and
3954 parser errors (issue 1130).
3955
3956 Fixed a bug in sorting an array with large array indices (issue 1131).
3957
3958 Properly treat exceptions thrown while compiling (issue 1132).
3959
3960 Fixed bug in register requirements for function.apply (issue 1133).
3961
3962 Fixed a representation change bug in the Hydrogen graph construction
3963 (issue 1134).
3964
3965 Fixed the semantics of delete on parameters (issue 1136).
3966
3967 Fixed a optimizer bug related to moving instructions with side effects
3968 (issue 1138).
3969
3970 Added support for the global object in Object.keys (issue 1150).
3971
3972 Fixed incorrect value for Math.LOG10E
3973 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3974
3975 Performance improvements on the IA32 platform.
3976
3977 Implement assignment to undefined reference in ES5 Strict Mode.
3978
3979
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000039802011-02-09: Version 3.1.3
3981
3982 Fixed a bug triggered by functions with huge numbers of declared
3983 arguments.
3984
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003985 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003986
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003987 Fixed issue where Array.prototype.__proto__ had been set to null
3988 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003989
3990 Fixed stability bugs in Crankshaft for x86.
3991
3992
ricow@chromium.org83aa5492011-02-07 12:42:56 +000039932011-02-07: Version 3.1.2
3994
3995 Added better security checks when accessing properties via
3996 Object.getOwnPropertyDescriptor.
3997
3998 Fixed bug in Object.defineProperty and related access bugs (issues
3999 992, 1083 and 1092).
4000
4001 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
4002 copyright notice generation for embedders.
4003
4004
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000040052011-02-02: Version 3.1.1
4006
4007 Perform security checks before fetching the value in
4008 Object.getOwnPropertyDescriptor.
4009
4010 Fixed a bug in Array.prototype.splice triggered by passing no
4011 arguments.
4012
4013 Fixed bugs in -0 in arithmetic and in Math.pow.
4014
4015 Fixed bugs in the register allocator and in switching from optimized
4016 to unoptimized code.
4017
4018
40192011-01-31: Version 3.1.0
4020
whesse@chromium.org7a392b32011-01-31 11:30:36 +00004021 Performance improvements on all platforms.
4022
4023
ager@chromium.org378b34e2011-01-28 08:04:38 +000040242011-01-28: Version 3.0.12
4025
4026 Added support for strict mode parameter and object property
4027 validation.
4028
4029 Fixed a couple of crash bugs.
4030
4031
ager@chromium.org0ee099b2011-01-25 14:06:47 +000040322011-01-25: Version 3.0.11
4033
4034 Fixed a bug in deletion of lookup slots that could cause global
4035 variables to be accidentally deleted (http://crbug.com/70066).
4036
4037 Added support for strict mode octal literal verification.
4038
4039 Fixed a couple of crash bugs (issues 1070 and 1071).
4040
4041
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000040422011-01-24: Version 3.0.10
4043
4044 Fixed External::Wrap for 64-bit addresses (issue 1037).
4045
ager@chromium.org0ee099b2011-01-25 14:06:47 +00004046 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00004047 code generator (issue 1060).
4048
4049 Introduced partial strict mode support.
4050
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00004051 Changed formatting of recursive error messages to match Firefox and
4052 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00004053
4054 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00004055 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00004056 (issue http://crbug.com/50972).
4057
4058 Performance improvements on the IA32 platform.
4059
4060
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000040612011-01-19: Version 3.0.9
4062
4063 Added basic GDB JIT Interface integration.
4064
4065 Make invalid break/continue statements a syntax error instead of a
4066 runtime error.
4067
4068
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000040692011-01-17: Version 3.0.8
4070
4071 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00004072 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00004073
4074 Wrapped external pointers more carefully (issue 1037).
4075
4076 Hardened the implementation of error objects to avoid setters
4077 intercepting the properties set then throwing an error.
4078
4079 Avoided trashing the FPSCR when calculating Math.floor on ARM.
4080
4081 Performance improvements on the IA32 platform.
4082
4083
40842011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004085
4086 Stopped calling inherited setters when creating object literals
4087 (issue 1015).
4088
4089 Changed interpretation of malformed \c? escapes in RegExp to match
4090 JSC.
4091
4092 Enhanced the command-line debugger interface and fixed some minor
4093 bugs in the debugger.
4094
4095 Performance improvements on the IA32 platform.
4096
4097
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000040982011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00004099
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004100 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00004101
4102 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004103 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00004104
4105 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004106 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00004107
4108 Added use_system_v8 option to gyp (off by default), to make it easier
4109 for Linux distributions to ship with system-provided V8 library.
4110
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004111 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00004112
4113 Added labelled thread names to help with debugging (on Linux).
4114
4115
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000041162011-01-03: Version 3.0.5
4117
4118 Fixed a couple of cast errors for gcc-3.4.3.
4119
4120 Performance improvements in GC and IA32 code generator.
4121
4122
whesse@chromium.org023421e2010-12-21 12:19:12 +000041232010-12-21: Version 3.0.4
4124
4125 Added Date::ResetCache() to the API so that the cached values in the
4126 Date object can be reset to allow live DST / timezone changes.
4127
4128 Extended existing support for printing (while debugging) the contents
4129 of objects. Added support for printing objects from release builds.
4130
4131 Fixed V8 issues 989, 1006, and 1007.
4132
4133
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000041342010-12-17: Version 3.0.3
4135
4136 Reapplied all changes for version 3.0.1.
4137
4138 Improved debugger protocol for remote debugging.
4139
4140 Added experimental support for using gyp to generate build files
4141 for V8.
4142
4143 Fixed implementation of String::Write in the API (issue 975).
4144
4145
lrn@chromium.org8541d772010-12-15 12:05:09 +000041462010-12-15: Version 3.0.2
4147
4148 Revert version 3.0.1 and patch 3.0.1.1.
4149
4150
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000041512010-12-13: Version 3.0.1
4152
4153 Added support for an experimental internationalization API as an
4154 extension. This extension is disabled by default but can be enabled
4155 when building V8. The ECMAScript internationalization strawman is
4156 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
4157
4158 Made RegExp character class parsing stricter. This mirrors a change
4159 to RegExp parsing in WebKit.
4160
4161 Fixed a bug in Object.defineProperty when used to change attributes
4162 of an existing property. It incorrectly set the property value to
4163 undefined (issue 965).
4164
4165 Fixed several different compilation failures on various platforms
4166 caused by the 3.0.0 release.
4167
4168 Optimized Math.pow so it can work on unboxed doubles.
4169
4170 Sped up quoting of JSON strings by removing one traversal of the
4171 string.
4172
4173
kasperl@chromium.orga5551262010-12-07 12:49:48 +000041742010-12-07: Version 3.0.0
4175
4176 Improved performance by (partially) addressing issue 957 on
4177 IA-32. Still needs more work for the other architectures.
4178
4179
ager@chromium.orgbeb25712010-11-29 08:02:25 +000041802010-11-29: Version 2.5.9
4181
4182 Fixed crashes during GC caused by partially initialize heap
4183 objects.
4184
4185 Fixed bug in process sample that caused memory leaks.
4186
4187 Improved performance on ARM by implementing missing stubs and
4188 inlining.
4189
4190 Improved heap profiler support.
4191
4192 Added separate seeding on Windows of the random number generator
4193 used internally by the compiler (issue 936).
4194
4195 Exposed API for getting the name of the function used to construct
4196 an object.
4197
4198 Fixed date parser to handle one and two digit millisecond
4199 values (issue 944).
4200
4201 Fixed number parsing to disallow space between sign and
4202 digits (issue 946).
4203
4204
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000042052010-11-23: Version 2.5.8
4206
4207 Removed dependency on Gay's dtoa.
4208
4209 Improved heap profiler precision and speed.
4210
4211 Reduced overhead of callback invocations on ARM.
4212
4213
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000042142010-11-18: Version 2.5.7
4215
4216 Fixed obscure evaluation order bug (issue 931).
4217
4218 Split the random number state between JavaScript and the private API.
4219
4220 Fixed performance bug causing GCs when generating stack traces on
4221 code from very large scripts.
4222
4223 Fixed bug in parser that allowed (foo):42 as a labelled statement
4224 (issue 918).
4225
4226 Provide more accurate results about used heap size via
4227 GetHeapStatistics.
4228
4229 Allow build-time customization of the max semispace size.
4230
4231 Made String.prototype.split honor limit when separator is empty
4232 (issue 929).
4233
4234 Added missing failure check after expecting an identifier in
4235 preparser (Chromium issue 62639).
4236
4237
ager@chromium.org01fe7df2010-11-10 11:59:11 +000042382010-11-10: Version 2.5.6
4239
4240 Added support for VFP rounding modes to the ARM simulator.
4241
4242 Fixed multiplication overflow bug (issue 927).
4243
4244 Added a limit for the amount of executable memory (issue 925).
4245
4246
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000042472010-11-08: Version 2.5.5
4248
4249 Added more aggressive GC of external objects in near out-of-memory
4250 situations.
4251
4252 Fixed a bug that gave the incorrect result for String.split called
4253 on the empty string (issue 924).
4254
4255
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000042562010-11-03: Version 2.5.4
4257
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00004258 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00004259
4260
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000042612010-11-01: Version 2.5.3
4262
4263 Fixed a bug that prevents constants from overwriting function values
4264 in object literals (issue 907).
4265
4266 Fixed a bug with reporting of impossible nested calls of DOM functions
4267 (issue http://crbug.com/60753).
4268
4269
lrn@chromium.org303ada72010-10-27 09:33:13 +000042702010-10-27: Version 2.5.2
4271
4272 Improved sampler resolution on Linux.
4273
4274 Allowed forcing the use of a simulator from the build script
4275 independently of the host architecture.
4276
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004277 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00004278
4279 Made windows-tick-processor respect D8_PATH.
4280
4281 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
4282
4283
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000042842010-10-20: Version 2.5.1
4285
4286 Fixed bug causing spurious out of memory exceptions
4287 (issue http://crbug.com/54580).
4288
4289 Fixed compilation error on Solaris platform (issue 901).
4290
4291 Fixed error in strtod (string to floating point number conversion)
4292 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
4293
4294 Adjusted randomized allocations of executable memory to have 64k
4295 granularity (issue http://crbug.com/56036).
4296
4297 Supported profiling using kernel perf_events on linux. Added ll_prof
4298 script to tools and --ll-prof flag to V8.
4299
4300
vegorov@chromium.org42841962010-10-18 11:18:59 +000043012010-10-18: Version 2.5.0
4302
4303 Fixed bug in cache handling of lastIndex on global regexps
4304 (issue http://crbug.com/58740).
4305
4306 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
4307 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00004308 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00004309
4310 Fixed compilation error on ARM with gcc 4.4 (issue 894).
4311
4312
43132010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00004314
4315 Fixed a bug in the handling of conditional expressions in test
4316 contexts in compiler for top-level code.
4317
4318 Added "//@ sourceURL" information to the StackTrace API.
4319
4320 Exposed RegExp construction through the API.
4321
4322
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000043232010-10-04: Version 2.4.8
4324
4325 Fixed a bug in ResumeProfilerEx causing it to not always write out the
4326 whole snapshot (issue 868).
4327
4328 Performance improvements on all platforms.
4329
4330
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000043312010-09-30: Version 2.4.7
4332
4333 Changed the command-line flag --max-new-space-size to be in kB and the
4334 flag --max-old-space-size to be in MB (previously they were in bytes).
4335
4336 Added Debug::CancelDebugBreak to the debugger API.
4337
4338 Fixed a bug in getters for negative numeric property names
4339 (https://bugs.webkit.org/show_bug.cgi?id=46689).
4340
4341 Performance improvements on all platforms.
4342
4343
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000043442010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00004345
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00004346 Fixed assertion failure related to copy-on-write arrays (issue 876).
4347
4348 Fixed build failure of 64-bit V8 on Windows.
4349
4350 Fixed a bug in RegExp (issue http://crbug.com/52801).
4351
4352 Improved the profiler's coverage to cover more functions (issue 858).
4353
4354 Fixed error in shift operators on 64-bit V8
4355 (issue http://crbug.com/54521).
4356
4357
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000043582010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00004359
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004360 Changed the RegExp benchmark to exercise the regexp engine on different
4361 inputs by scrambling the input strings.
4362
4363 Fixed a bug in keyed loads on strings.
4364
4365 Fixed a bug with loading global function prototypes.
4366
4367 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
4368
4369 Performance improvements on all platforms.
4370
4371
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000043722010-09-15: Version 2.4.4
4373
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004374 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004375
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004376 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004377
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004378 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004379
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004380 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004381
4382
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000043832010-09-13: Version 2.4.3
4384
4385 Made Date.parse properly handle TZ offsets (issue 857).
4386
4387 Performance improvements on all platforms.
4388
4389
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000043902010-09-08: Version 2.4.2
4391
4392 Fixed GC crash bug.
4393
4394 Fixed stack corruption bug.
4395
4396 Fixed compilation for newer C++ compilers that found Operand(0)
4397 ambiguous.
4398
4399
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000044002010-09-06: Version 2.4.1
4401
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004402 Added the ability for an embedding application to receive a callback
4403 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
4404 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004405
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004406 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004407
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004408 Fixed memory overrun crash bug triggered during V8's tick-based
4409 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004410
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004411 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004412
4413
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000044142010-09-01: Version 2.4.0
4415
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004416 Fixed bug in Object.freeze and Object.seal when Array.prototype or
4417 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004418
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004419 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004420 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004421
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004422 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004423
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004424 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004425
4426
ricow@chromium.org65fae842010-08-25 15:26:24 +000044272010-08-25: Version 2.3.11
4428
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004429 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004430
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004431 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004432 VARIANT_FLAGS that allows specification of sets of flags with which
4433 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004434
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004435 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004436
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004437 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004438
4439
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000044402010-08-23: Version 2.3.10
4441
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004442 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00004443
4444 Build fixes for unusual compilers.
4445
4446 Track high water mark for RWX memory.
4447
4448 Performance improvements on all platforms.
4449
4450
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000044512010-08-18: Version 2.3.9
4452
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004453 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004454
4455 Removed specialized handling of GCC 4.4 (issue 830).
4456
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004457 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004458 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
4459
ricow@chromium.org65fae842010-08-25 15:26:24 +00004460 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004461
4462
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000044632010-08-16: Version 2.3.8
4464
4465 Fixed build with strict aliasing on GCC 4.4 (issue 463).
4466
4467 Fixed issue with incorrect handling of custom valueOf methods on
4468 string wrappers (issue 760).
4469
4470 Fixed compilation for ARMv4 (issue 590).
4471
4472 Improved performance.
4473
4474
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000044752010-08-11: Version 2.3.7
4476
4477 Reduced size of heap snapshots produced by heap profiler (issue 783).
4478
4479 Introduced v8::Value::IsRegExp method.
4480
4481 Fixed CPU profiler crash in start / stop sequence when non-existent
4482 name is passed (issue http://crbug.com/51594).
4483
4484 Introduced new indexed property query callbacks API (issue 816). This
4485 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
4486 by default.
4487
4488 Removed support for object literal get/set with number/string
4489 property name.
4490
4491 Fixed handling of JSObject::elements in CalculateNetworkSize
4492 (issue 822).
4493
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004494 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004495
4496
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000044972010-08-09: Version 2.3.6
4498
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004499 RegExp literals create a new object every time they are evaluated
4500 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004501
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004502 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004503
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004504 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004505
4506
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000045072010-08-04: Version 2.3.5
4508
4509 Added support for ES5 property names. Object initialisers and
4510 dot-notation property access now allows keywords. Also allowed
4511 non-identifiers after "get" or "set" in an object initialiser.
4512
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004513 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00004514
4515
whesse@chromium.orge90029b2010-08-02 11:52:17 +000045162010-08-02: Version 2.3.4
4517
4518 Fixed problems in implementation of ES5 function.prototype.bind.
4519
4520 Fixed error when using apply with arguments object on ARM (issue 784).
4521
4522 Added setting of global flags to debugger protocol.
4523
4524 Fixed an error affecting cached results of sin and cos (issue 792).
4525
4526 Removed memory leak from a boundary case where V8 is not initialized.
4527
4528 Fixed issue where debugger could set breakpoints outside the body
4529 of a function.
4530
4531 Fixed issue in debugger when using both live edit and step in features.
4532
4533 Added Number-letter (Nl) category to Unicode tables. These characters
4534 can now be used in identifiers.
4535
4536 Fixed an assert failure on X64 (issue 806).
4537
4538 Performance improvements on all platforms.
4539
4540
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000045412010-07-26: Version 2.3.3
4542
4543 Fixed error when building the d8 shell in a fresh checkout.
4544
4545 Implemented Function.prototype.bind (ES5 15.3.4.5).
4546
4547 Fixed an error in inlined stores on ia32.
4548
4549 Fixed an error when setting a breakpoint at the end of a function
4550 that does not end with a newline character.
4551
4552 Performance improvements on all platforms.
4553
4554
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000045552010-07-21: Version 2.3.2
4556
4557 Fixed compiler warnings when building with LLVM.
4558
4559 Fixed a bug with for-in applied to strings (issue 785).
4560
4561 Performance improvements on all platforms.
4562
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00004563
ricow@chromium.org4980dff2010-07-19 08:33:45 +000045642010-07-19: Version 2.3.1
4565
4566 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4567
4568 Fixed bug related to code flushing while compiling a lazy
4569 compilable function (issue http://crbug.com/49099).
4570
4571 Performance improvements on all platforms.
4572
4573
ager@chromium.orgb5737492010-07-15 09:29:43 +000045742010-07-15: Version 2.3.0
4575
4576 Added ES5 Object.seal and Object.isSealed.
4577
4578 Added debugger API for scheduling debugger commands from a
4579 separate thread.
4580
4581
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000045822010-07-14: Version 2.2.24
4583
4584 Added API for capturing stack traces for uncaught exceptions.
4585
4586 Fixed crash bug when preparsing from a non-external V8 string
4587 (issue 775).
4588
4589 Fixed JSON.parse bug causing input not to be converted to string
4590 (issue 764).
4591
4592 Added ES5 Object.freeze and Object.isFrozen.
4593
4594 Performance improvements on all platforms.
4595
4596
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000045972010-07-07: Version 2.2.23
4598
4599 API change: Convert Unicode code points outside the basic multilingual
4600 plane to the replacement character. Previous behavior was to silently
4601 truncate the value to 16 bits.
4602
4603 Fixed crash: handle all flat string types in regexp replace.
4604
4605 Prevent invalid pre-parsing data passed in through the API from
4606 crashing V8.
4607
4608 Performance improvements on all platforms.
4609
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00004610
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000046112010-07-05: Version 2.2.22
4612
4613 Added ES5 Object.isExtensible and Object.preventExtensions.
4614
4615 Enabled building V8 as a DLL.
4616
4617 Fixed a bug in date code where -0 was not interpreted as 0
4618 (issue 736).
4619
4620 Performance improvements on all platforms.
4621
4622
lrn@chromium.org32d961d2010-06-30 09:09:34 +000046232010-06-30: Version 2.2.21
4624
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004625 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004626
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004627 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004628
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004629 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004630
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004631 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004632
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004633 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004634
4635 Provide actual breakpoints locations in response to setBreakpoint
4636 and listBreakpoints requests.
4637
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004638
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000046392010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004640
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004641 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004642
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004643 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004644
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004645 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004646
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004647 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004648 miscalculated for some inputs.
4649
4650 Performance improvements on all platforms.
4651
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004652
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000046532010-06-23: Version 2.2.19
4654
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004655 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004656 (issue 738).
4657
4658 Added expose-externalize-string flag for testing extensions.
4659
4660 Resolve linker issues with using V8 as a DLL causing a number of
4661 problems with unresolved symbols.
4662
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004663 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004664 defined.
4665
4666 Performance improvements on all platforms.
4667
4668
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000046692010-06-16: Version 2.2.18
4670
4671 Added API functions to retrieve information on indexed properties
4672 managed by the embedding layer. Fixes bug 737.
4673
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004674 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004675
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004676 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004677
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004678 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004679
4680 Incremental performance improvements.
4681
4682
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000046832010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004684
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00004685 Improved debugger support for stepping out of functions.
4686
4687 Incremental performance improvements.
4688
4689
46902010-06-09: Version 2.2.16
4691
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004692 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004693 disposal of external string resources to call a virtual Dispose
4694 method on the resource.
4695
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004696 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004697 stepping.
4698
4699 Memory usage improvements on all platforms.
4700
4701
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000047022010-06-07: Version 2.2.15
4703
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004704 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004705
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004706 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004707 some compilers complaint when compiling with -Werror.
4708
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004709 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004710
4711
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000047122010-06-02: Version 2.2.14
4713
4714 Fixed a crash in code generated for String.charCodeAt.
4715
4716 Fixed a compilation issue with some GCC versions (issue 727).
4717
4718 Performance optimizations on x64 and ARM platforms.
4719
4720
ricow@chromium.org30ce4112010-05-31 10:38:25 +000047212010-05-31: Version 2.2.13
4722
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004723 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004724 strings (issue 599).
4725
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004726 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004727
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004728 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004729
4730 Performance improvements on all platforms.
4731
4732
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000047332010-05-26: Version 2.2.12
4734
4735 Allowed accessors to be defined on objects rather than just object
4736 templates.
4737
4738 Changed the ScriptData API.
4739
4740
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000047412010-05-21: Version 2.2.11
4742
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004743 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004744
4745 Use 'full compiler' when debugging is active. This should increase
4746 the density of possible break points, making single step more fine
4747 grained. This will only take effect for functions compiled after
4748 debugging has been started, so recompilation of all functions is
4749 required to get the full effect. IA32 and x64 only for now.
4750
4751 Misc. fixes to the Solaris build.
4752
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004753 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004754
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004755 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004756
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004757 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004758
4759 Incremental performance improvements in all backends.
4760
4761
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000047622010-05-17: Version 2.2.10
4763
4764 Performance improvements in the x64 and ARM backends.
4765
4766
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000047672010-05-10: Version 2.2.9
4768
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004769 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004770
4771 Fixed bug with Date.parse returning a non-NaN value when called on a
4772 non date string (issue 696).
4773
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004774 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004775 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004776
4777 C++ API for retrieving JavaScript stack trace information.
4778
4779
ager@chromium.orgac091b72010-05-05 07:34:42 +000047802010-05-05: Version 2.2.8
4781
4782 Performance improvements in the x64 and ARM backends.
4783
4784
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000047852010-05-03: Version 2.2.7
4786
4787 Added support for ES5 date time string format to Date.parse.
4788
4789 Performance improvements in the x64 backend.
4790
4791
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000047922010-04-28: Version 2.2.6
4793
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004794 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004795 (by Ryan Dahl <coldredlemur@gmail.com>).
4796
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004797 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004798
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004799 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004800
4801 Performance improvements on all platforms.
4802
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004803
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000048042010-04-26: Version 2.2.5
4805
4806 Various performance improvements (especially for ARM and x64)
4807
4808 Fixed bug in CPU profiling (http://crbug.com/42137)
4809
4810 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004811
4812 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004813 wrong calculations.
4814
4815 Fixed a bug that may cause a wrong result for shift operations.
4816
4817
48182010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004819
4820 Fixed warnings on arm on newer GCC versions.
4821
4822 Fixed a number of minor bugs.
4823
4824 Performance improvements on all platforms.
4825
4826
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000048272010-04-14: Version 2.2.3
4828
4829 Added stack command and mem command to ARM simulator debugger.
4830
4831 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4832
4833 Performance improvements on all platforms.
4834
4835
ager@chromium.org357bf652010-04-12 11:30:10 +000048362010-04-12: Version 2.2.2
4837
4838 Introduced new profiler API.
4839
4840 Fixed random number generator to produce full 32 random bits.
4841
4842
lrn@chromium.org25156de2010-04-06 13:10:27 +000048432010-04-06: Version 2.2.1
4844
4845 Debugger improvements.
4846
4847 Fixed minor bugs.
4848
4849
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000048502010-03-29: Version 2.2.0
4851
4852 Fixed a few minor bugs.
4853
4854 Performance improvements for string operations.
4855
4856
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000048572010-03-26: Version 2.1.10
4858
4859 Fixed scons build issues.
4860
4861 Fixed a couple of minor bugs.
4862
4863
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000048642010-03-25: Version 2.1.9
4865
4866 Added API support for reattaching a global object to a context.
4867
4868 Extended debugger API with access to the internal debugger context.
4869
4870 Fixed Chromium crashes (issues http://crbug.com/39128 and
4871 http://crbug.com/39160)
4872
4873
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000048742010-03-24: Version 2.1.8
4875
4876 Added fine-grained garbage collection callbacks to the API.
4877
4878 Performance improvements on all platforms.
4879
4880
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000048812010-03-22: Version 2.1.7
4882
4883 Fixed issue 650.
4884
4885 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004886
4887 Performance improvements for arithmetic operations.
4888
4889 Performance improvements for string operations.
4890
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004891 Print script name and line number information in stack trace.
4892
4893
48942010-03-17: Version 2.1.6
4895
4896 Performance improvements for arithmetic operations.
4897
4898 Performance improvements for string operations.
4899
4900
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000049012010-03-10: Version 2.1.4
4902
4903 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4904
4905 Performance improvements on all platforms.
4906
4907
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000049082010-03-10: Version 2.1.3
4909
4910 Added API method for context-disposal notifications.
4911
4912 Added API method for accessing elements by integer index.
4913
4914 Added missing implementation of Uint32::Value and Value::IsUint32
4915 API methods.
4916
4917 Added IsExecutionTerminating API method.
4918
4919 Disabled strict aliasing for GCC 4.4.
4920
4921 Fixed string-concatenation bug (issue 636).
4922
4923 Performance improvements on all platforms.
4924
4925
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000049262010-02-23: Version 2.1.2
4927
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004928 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004929
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004930 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004931
4932 Performance improvements on all platforms.
4933
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004934
ager@chromium.org5c838252010-02-19 08:53:10 +000049352010-02-19: Version 2.1.1
4936
4937 [ES5] Implemented Object.defineProperty.
4938
4939 Improved profiler support.
4940
4941 Added SetPrototype method in the public V8 API.
4942
4943 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4944 objects in the API.
4945
4946 Performance improvements on all platforms.
4947
4948
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000049492010-02-03: Version 2.1.0
4950
4951 Values are now always wrapped in objects when used as a receiver.
4952 (issue 223).
4953
4954 [ES5] Implemented Object.getOwnPropertyNames.
4955
4956 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4957 JSON grammar.
4958
4959 Improvement of debugger agent (issue 549 and 554).
4960
4961 Fixed problem with skipped stack frame in profiles (issue 553).
4962
4963 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4964 <ry@tinyclouds.org>.
4965
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004966 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004967 integers.
4968
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004969 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004970 functions (isue http://crbug.com/3867).
4971
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004972 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004973
4974 Numerous performance improvements including porting of previous IA-32
4975 optimizations to x64 and ARM architectures.
4976
4977
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000049782010-01-14: Version 2.0.6
4979
4980 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4981 GetOwnProperty, FromPropertyDescriptor.
4982
4983 Fixed Mac x64 build errors.
4984
4985 Improved performance of some math and string operations.
4986
4987 Improved performance of some regexp operations.
4988
4989 Improved performance of context creation.
4990
4991 Improved performance of hash tables.
4992
4993
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000049942009-12-18: Version 2.0.5
4995
4996 Extended to upper limit of map space to allow for 7 times as many map
4997 to be allocated (issue 524).
4998
4999 Improved performance of code using closures.
5000
5001 Improved performance of some binary operations involving doubles.
5002
5003
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000050042009-12-16: Version 2.0.4
5005
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00005006 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005007
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00005008 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005009
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00005010 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005011
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00005012 Improved handling of external strings by using a separate table
5013 instead of weak handles. This improves garbage collection
5014 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005015
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00005016 Changed code generation for object and array literals in toplevel
5017 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005018
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00005019 Fixed a crash bug triggered when garbage collection happened during
5020 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005021
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00005022 Fixed crash bug sometimes triggered when local variables shadowed
5023 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005024
5025
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000050262009-12-03: Version 2.0.3
5027
5028 Optimized handling and adding of strings, for-in and Array.join.
5029
5030 Heap serialization is now non-destructive.
5031
5032 Improved profiler support with information on time spend in C++
5033 callbacks registered through the API.
5034
5035 Added commands to the debugger protocol for starting/stopping
5036 profiling.
5037
5038 Enabled the non-optimizing compiler for top-level code.
5039
5040 Changed the API to only allow strings to be set as data objects on
5041 Contexts and scripts to avoid potentially keeping global objects
5042 around for too long (issue 528).
5043
5044 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
5045
5046 Fixed bugs.
5047
5048
ager@chromium.org01beca72009-11-24 14:29:16 +000050492009-11-24: Version 2.0.2
5050
5051 Improved profiler support.
5052
5053 Fixed bug that broke compilation of d8 with readline support.
5054
5055
ager@chromium.org6141cbe2009-11-20 12:14:52 +000050562009-11-20: Version 2.0.1
5057
5058 Fixed crash bug in String.prototype.replace.
5059
5060 Reverted a change which caused Chromium interactive ui test
5061 failures.
5062
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005063
ager@chromium.orgc4c92722009-11-18 14:12:51 +000050642009-11-18: Version 2.0.0
5065
5066 Added support for VFP on ARM.
5067
5068 Added TryCatch::ReThrow method to the API.
5069
5070 Reduced the size of snapshots and improved the snapshot load time.
5071
5072 Improved heap profiler support.
5073
5074 64-bit version now supported on Windows.
5075
5076 Fixed a number of debugger issues.
5077
5078 Fixed bugs.
5079
5080
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000050812009-10-29: Version 1.3.18
5082
5083 Reverted a change which caused crashes in RegExp replace.
5084
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00005085 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00005086
5087
ager@chromium.org3811b432009-10-28 14:53:37 +000050882009-10-28: Version 1.3.17
5089
5090 Added API method to get simple heap statistics.
5091
5092 Improved heap profiler support.
5093
5094 Fixed the implementation of the resource constraint API so it
5095 works when using snapshots.
5096
5097 Fixed a number of issues in the Windows 64-bit version.
5098
5099 Optimized calls to API getters.
5100
5101 Added valgrind notification on code modification to the 64-bit version.
5102
5103 Fixed issue where we logged shared library addresses on Windows at
5104 startup and never used them.
5105
5106
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000051072009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005108
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00005109 X64: Convert smis to holding 32 bits of payload.
5110
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005111 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00005112
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005113 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00005114
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005115 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00005116 Patch by Jan de Mooij <jandemooij@gmail.com>
5117
5118 Implement ES5 Array.isArray
5119 Patch by Jan de Mooij <jandemooij@gmail.com>
5120
5121 Skip access checks for hidden properties.
5122
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005123 Added String::Concat(Handle<String> left, Handle<String> right) to the
5124 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00005125
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005126 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00005127
5128
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000051292009-10-07: Version 1.3.15
5130
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005131 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00005132
5133 Fixed a crash bug happening when starting profiling (issue
5134 http://crbug.com/23768).
5135
5136
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000051372009-10-07: Version 1.3.14
5138
5139 Added GetRealNamedProperty to the API to lookup real properties
5140 located on the object or in the prototype chain skipping any
5141 interceptors.
5142
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005143 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00005144 stack limit now needs to be set to each thread thich is used with V8.
5145
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005146 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00005147
5148 Ensure V8 is initialized before locking and unlocking threads.
5149
5150 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00005151 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00005152 Crockford from the project.
5153
5154 Added a missing optimization in StringCharAt.
5155
5156 Fixed some flaky socket tests.
5157
5158 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
5159 in 64-bit mode.
5160
5161 Fixed memory leaks in the thread management code.
5162
5163 Fixed the result of assignment to a pixel array. The assigned value
5164 is now the result.
5165
5166 Error reporting for invalid left-hand sides in for-in statements, pre-
5167 and postfix count expressions, and assignments now matches the JSC
5168 behavior in Safari 4.
5169
5170 Follow the spec in disallowing function declarations without a name.
5171
5172 Always allocate code objects within a 2 GB range. On x64 architecture
5173 this is used to use near calls (32-bit displacement) in Code objects.
5174
5175 Optimized array construction ported to x64 and ARM architectures.
5176
5177 [ES5] Changed Object.keys to return strings for element indices.
5178
5179
ager@chromium.org68e7ab72009-09-23 09:40:39 +000051802009-09-23: Version 1.3.13
5181
5182 Fixed uninitialized memory problem.
5183
5184 Improved heap profiler support.
5185
5186
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000051872009-09-22: Version 1.3.12
5188
5189 Changed behavior of |function|.toString() on built-in functions to
5190 be compatible with other implementations. Patch by Jan de Mooij.
5191
5192 Added Object::IsDirty in the API.
5193
5194 Optimized array construction; it is now handled purely in native
5195 code.
5196
5197 [ES5] Made properties of the arguments array enumerable.
5198
5199 [ES5] Added test suite adapter for the es5conform test suite.
5200
5201 [ES5] Added Object.keys function.
5202
ager@chromium.org68e7ab72009-09-23 09:40:39 +00005203
ager@chromium.org4af710e2009-09-15 12:20:11 +000052042009-09-15: Version 1.3.11
5205
5206 Fixed crash in error reporting during bootstrapping.
5207
5208 Optimized generated IA32 math code by using SSE2 instructions when
5209 available.
5210
5211 Implemented missing pieces of debugger infrastructure on ARM. The
5212 debugger is now fully functional on ARM.
5213
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005214 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00005215
5216
ager@chromium.orga1645e22009-09-09 19:27:10 +000052172009-09-09: Version 1.3.10
5218
5219 Fixed profiler on Mac in 64-bit mode.
5220
5221 Optimized creation of objects from simple constructor functions on
5222 ARM.
5223
5224 Fixed a number of debugger issues.
5225
5226 Reduced the amount of memory consumed by V8.
5227
5228
ager@chromium.org18ad94b2009-09-02 08:22:29 +000052292009-09-02: Version 1.3.9
5230
5231 Optimized stack guard checks on ARM.
5232
5233 Optimized API operations by inlining more in the API.
5234
5235 Optimized creation of objects from simple constructor functions.
5236
5237 Enabled a number of missing optimizations in the 64-bit port.
5238
5239 Implemented native-code support for regular expressions on ARM.
5240
5241 Stopped using the 'sahf' instruction on 64-bit machines that do
5242 not support it.
5243
5244 Fixed a bug in the support for forceful termination of JavaScript
5245 execution.
5246
5247
ager@chromium.org96c75b52009-08-26 09:13:16 +000052482009-08-26: Version 1.3.8
5249
5250 Changed the handling of idle notifications to allow idle
5251 notifications when V8 has not yet been initialized.
5252
5253 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005254
ager@chromium.org96c75b52009-08-26 09:13:16 +00005255
ager@chromium.orgab99eea2009-08-25 07:05:41 +000052562009-08-25: Version 1.3.7
5257
5258 Reduced the size of generated code on ARM platforms by reducing
5259 the size of constant pools.
5260
5261 Changed build files to not include the 'ENV' user environment
5262 variable in the build environment.
5263
5264 Changed the handling of idle notifications.
5265
5266
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000052672009-08-21: Version 1.3.6
5268
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005269 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005270
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005271 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005272 a low memory situation to V8.
5273
5274 Changed the handling of global handles (persistent handles in the API
5275 sense) to avoid issues regarding allocation of new global handles
5276 during weak handle callbacks.
5277
5278 Changed the growth policy of the young space.
5279
5280 Fixed a GC issue introduced in version 1.3.5.
5281
5282
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000052832009-08-19: Version 1.3.5
5284
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005285 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005286
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005287 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005288
5289 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
5290
5291 Changed typeof RegExp from 'object' to 'function' for compatibility.
5292 Fixed bug where regexps were not callable across contexts.
5293
5294 Added context independent script compilation to the API.
5295
5296 Added API call to get the stack trace for an exception.
5297
5298 Added API for getting object mirrors.
5299
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005300 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005301 running off a snapshot generated without using SSE3 instructions.
5302
5303 Tweaked the handling of the initial size and growth policy of the heap.
5304
5305 Added native code generation for RegExp to 64-bit version.
5306
5307 Added JavaScript debugger support to 64-bit version.
5308
5309
ager@chromium.orgadd848f2009-08-13 12:44:13 +000053102009-08-13: Version 1.3.4
5311
5312 Added a readline() command to the d8 shell.
5313
5314 Fixed bug in json parsing.
5315
5316 Added idle notification to the API and reduced memory on idle
5317 notifications.
5318
5319
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000053202009-08-12: Version 1.3.3
5321
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005322 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005323
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005324 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005325
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005326 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005327
5328 API: added function to find instance of template in prototype
5329 chain. Inlined Object::IsInstanceOf.
5330
5331 Land change to notify valgrind when we modify code on x86.
5332
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005333 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005334
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005335 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005336
5337
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000053382009-08-05: Version 1.3.2
5339
5340 Started new compiler infrastructure for two-pass compilation using a
5341 control flow graph constructed from the AST.
5342
5343 Profiler stack sampling for X64.
5344
5345 Safe handling of NaN to Posix platform-dependent time functions.
5346
5347 Added a new profiler control API to unify controlling various aspects
5348 of profiling.
5349
5350 Fixed issue 392.
5351
5352
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000053532009-07-30: Version 1.3.1
5354
5355 Speed improvements to accessors and interceptors.
5356
5357 Added support for capturing stack information on custom errors.
5358
5359 Added support for morphing an object into a pixel array where its
5360 indexed properties are stored in an external byte array. Values written
5361 are always clamped to the 0..255 interval.
5362
5363 Profiler on x64 now handles C/C++ functions from shared libraries.
5364
5365 Changed the debugger to avoid stepping into function.call/apply if the
5366 function is a built-in.
5367
5368 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005369
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00005370 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005371
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00005372 Optimized the called as constructor check for API calls.
5373
5374
kasperl@chromium.orge959c182009-07-27 08:59:04 +000053752009-07-27: Version 1.3.0
5376
5377 Allowed RegExp objects to be called as functions (issue 132).
5378
5379 Fixed issue where global property cells would escape after
5380 detaching the global object; see http://crbug.com/16276.
5381
5382 Added support for stepping into setters and getters in the
5383 debugger.
5384
5385 Changed the debugger to avoid stopping in its own JavaScript code
5386 and in the code of built-in functions.
5387
5388 Fixed issue 345 by avoiding duplicate escaping labels.
5389
5390 Fixed ARM code generator crash in short-circuited boolean
5391 expressions and added regression tests.
5392
5393 Added an external allocation limit to avoid issues where small V8
5394 objects would hold on to large amounts of external memory without
5395 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005396
5397 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00005398
5399
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000054002009-07-13: Version 1.2.14
5401
5402 Added separate paged heap space for global property cells and
5403 avoid updating the write barrier when storing into them.
5404
5405 Improved peep-hole optimization on ARM platforms by not emitting
5406 unnecessary debug information.
5407
5408 Re-enabled ICs for loads and calls that skip a global object
5409 during lookup through the prototype chain.
5410
5411 Allowed access through global proxies to use ICs.
5412
5413 Fixed issue 401.
5414
5415
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000054162009-07-09: Version 1.2.13
5417
5418 Fixed issue 397, issue 398, and issue 399.
5419
5420 Added support for breakpoint groups.
5421
5422 Fixed bugs introduced with the new global object representation.
5423
5424 Fixed a few bugs in the ARM code generator.
5425
5426
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000054272009-07-06: Version 1.2.12
5428
5429 Added stack traces collection to Error objects accessible through
5430 the e.stack property.
5431
5432 Changed RegExp parser to use a recursive data structure instead of
5433 stack-based recursion.
5434
5435 Optimized Date object construction and string concatenation.
5436
5437 Improved performance of div, mod, and mul on ARM platforms.
5438
5439
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000054402009-07-02: Version 1.2.11
5441
5442 Improved performance on IA-32 and ARM.
5443
5444 Fixed profiler sampler implementation on Mac OS X.
5445
5446 Changed the representation of global objects to improve
5447 performance of adding a lot of new properties.
5448
5449
ager@chromium.org3e875802009-06-29 08:26:34 +000054502009-06-29: Version 1.2.10
5451
5452 Improved debugger support.
5453
5454 Fixed bug in exception message reporting (issue 390).
5455
5456 Improved overall performance.
5457
5458
ager@chromium.org5aa501c2009-06-23 07:57:28 +000054592009-06-23: Version 1.2.9
5460
5461 Improved math performance on ARM.
5462
5463 Fixed profiler name-inference bug.
5464
5465 Fixed handling of shared libraries in the profiler tick processor
5466 scripts.
5467
5468 Fixed handling of tests that time out in the test scripts.
5469
5470 Fixed compilation on MacOS X version 10.4.
5471
5472 Fixed two bugs in the regular expression engine.
5473
5474 Fixed a bug in the string type inference.
5475
5476 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005477
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005478 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005479
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005480
ager@chromium.orgeadaf222009-06-16 09:43:10 +000054812009-06-16: Version 1.2.8
5482
5483 Optimized math on ARM platforms.
5484
5485 Fixed two crash bugs in the handling of getters and setters.
5486
5487 Improved the debugger support by adding scope chain information.
5488
5489 Improved the profiler support by compressing log data transmitted
5490 to clients.
5491
5492 Improved overall performance.
5493
5494
ager@chromium.orge2902be2009-06-08 12:21:35 +000054952009-06-08: Version 1.2.7
5496
5497 Improved debugger and profiler support.
5498
5499 Reduced compilation time by improving the handling of deferred
5500 code.
5501
5502 Optimized interceptor accesses where the property is on the object
5503 on which the interceptors is attached.
5504
5505 Fixed compilation problem on GCC 4.4 by changing the stack
5506 alignment to 16 bytes.
5507
5508 Fixed handle creation to follow stric aliasing rules.
5509
5510 Fixed compilation on FreeBSD.
5511
5512 Introduced API for forcing the deletion of a property ignoring
5513 interceptors and attributes.
5514
5515
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000055162009-05-29: Version 1.2.6
5517
5518 Added a histogram recording hit rates at different levels of the
5519 compilation cache.
5520
5521 Added stack overflow check for the RegExp analysis phase. Previously a
5522 very long regexp graph could overflow the stack with recursive calls.
5523
5524 Use a dynamic buffer when collecting log events in memory.
5525
5526 Added start/stop events to the profiler log.
5527
5528 Fixed infinite loop which could happen when setting a debug break while
5529 executing a RegExp compiled to native code.
5530
5531 Fixed handling of lastIndexOf called with negative index (issue 351).
5532
5533 Fixed irregular crash in profiler test (issue 358).
5534
5535 Fixed compilation issues with some versions of gcc.
5536
5537
kasperl@chromium.org71affb52009-05-26 05:44:31 +000055382009-05-26: Version 1.2.5
5539
5540 Fixed bug in initial boundary check for Boyer-Moore text
5541 search (issue 349).
5542
5543 Fixed compilation issues with MinGW and gcc 4.3+ and added support
5544 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
5545 Craig Schlenter.
5546
5547 Added a script cache to the debugger.
5548
5549 Optimized compilation performance by improving internal data
5550 structures and avoiding expensive property load optimizations for
5551 code that's infrequently executed.
5552
5553 Exposed the calling JavaScript context through the static API
5554 function Context::GetCalling().
5555
5556
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000055572009-05-18: Version 1.2.4
5558
5559 Improved performance of floating point number allocation for ARM
5560 platforms.
5561
5562 Fixed crash when using the instanceof operator on functions with
5563 number values in their prototype chain (issue 341).
5564
5565 Optimized virtual frame operations in the code generator to speed
5566 up compilation time and allocated the frames in the zone.
5567
5568 Made the representation of virtual frames and jump targets in the
5569 code generator much more compact.
5570
5571 Avoided linear search for non-locals in scope code when resolving
5572 variables inside with and eval scopes.
5573
5574 Optimized lexical scanner by dealing with whitespace as part of
5575 the token scanning instead of as a separate step before it.
5576
5577 Changed the scavenging collector so that promoted objects do not
5578 reside in the old generation while their remembered set is being
5579 swept for pointers into the young generation.
5580
5581 Fixed numeric overflow handling when compiling count operations.
5582
5583
ager@chromium.org9085a012009-05-11 19:22:57 +000055842009-05-11: Version 1.2.3
5585
5586 Fixed bug in reporting of out-of-memory situations.
5587
5588 Introduced hidden prototypes on certain builtin prototype objects
5589 such as String.prototype to emulate JSC's behavior of restoring
5590 the original function when deleting functions from those prototype
5591 objects.
5592
5593 Fixed crash bug in the register allocator.
5594
5595
ager@chromium.org5ec48922009-05-05 07:25:34 +000055962009-05-04: Version 1.2.2
5597
5598 Fixed bug in array sorting for sparse arrays (issue 326).
5599
5600 Added support for adding a soname when building a shared library
5601 on Linux (issue 151).
5602
5603 Fixed bug caused by morphing internal ASCII strings to external
5604 two-byte strings. Slices over ASCII strings have to forward ASCII
5605 checks to the underlying buffer string.
5606
5607 Allowed API call-as-function handlers to be called as
5608 constructors.
5609
5610 Fixed a crash bug where an external string was disposed but a
5611 slice of the external string survived as a symbol.
5612
5613
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000056142009-04-27: Version 1.2.1
5615
5616 Added EcmaScript 5 JSON object.
5617
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005618 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00005619
5620
ager@chromium.org65dad4b2009-04-23 08:48:43 +000056212009-04-23: Version 1.2.0
5622
5623 Optimized floating-point operations on ARM.
5624
5625 Added a number of extensions to the debugger API.
5626
5627 Changed the enumeration order for unsigned integer keys to always
5628 be numerical order.
5629
5630 Added a "read" extension to the shell sample.
5631
5632 Added support for Array.prototype.reduce and
5633 Array.prototype.reduceRight.
5634
5635 Added an option to the SCons build to control Microsoft Visual C++
5636 link-time code generation.
5637
5638 Fixed a number of bugs (in particular issue 315, issue 316,
5639 issue 317 and issue 318).
5640
5641
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000056422009-04-15: Version 1.1.10
5643
5644 Fixed crash bug that occurred when loading a const variable in the
5645 presence of eval.
5646
5647 Allowed using with and eval in registered extensions in debug mode
5648 by fixing bogus assert.
5649
5650 Fixed the source position for function returns to enable the
5651 debugger to break there.
5652
5653
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000056542009-04-14: Version 1.1.9
5655
5656 Made the stack traversal code in the profiler robust by avoiding
5657 to look into the heap.
5658
5659 Added name inferencing for anonymous functions to facilitate
5660 debugging and profiling.
5661
5662 Re-enabled stats timers in the developer shell (d8).
5663
5664 Fixed issue 303 by avoiding to shortcut cons-symbols.
5665
5666
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000056672009-04-11: Version 1.1.8
5668
5669 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5670
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005671 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005672 the debugger (issue 269).
5673
5674 Fixed v8::Object::DeleteHiddenValue to not bail out when there
5675 are no hidden properties.
5676
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005677 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005678 entries with deleted resources would lead to NPEs when looking
5679 up in the symbol table.
5680
5681
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000056822009-04-07: Version 1.1.7
5683
5684 Added support for easily importing additional environment
5685 variables into the SCons build.
5686
5687 Optimized strict equality checks.
5688
5689 Fixed crash in indexed setters on objects without a corresponding
5690 getter (issue 298).
5691
5692 Re-enabled script compilation cache.
5693
5694
ager@chromium.org8682a592009-04-01 10:47:14 +000056952009-04-01: Version 1.1.6
5696
5697 Reverted an unsafe code generator change.
5698
5699
ager@chromium.org71daaf62009-04-01 07:22:49 +000057002009-04-01: Version 1.1.5
5701
5702 Fixed bug that caused function literals to not be optimized as
5703 much as other functions.
5704
5705 Improved profiler support.
5706
5707 Fixed a crash bug in connection with debugger unloading.
5708
5709 Fixed a crash bug in the code generator caused by losing the
5710 information that a frame element was copied.
5711
5712 Fixed an exception propagation bug that could cause non-null
5713 return values when exceptions were thrown.
5714
5715
ager@chromium.org41826e72009-03-30 13:30:57 +000057162009-03-30: Version 1.1.4
5717
5718 Optimized String.prototype.match.
5719
5720 Improved the stack information in profiles.
5721
5722 Fixed bug in ARM port making it possible to compile the runtime
5723 system for thumb mode again.
5724
5725 Implemented a number of optimizations in the code generator.
5726
5727 Fixed a number of memory leaks in tests.
5728
5729 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005730 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005731
5732
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000057332009-03-24: Version 1.1.3
5734
5735 Fixed assertion failures in compilation of loop conditions.
5736
5737 Removed STL dependency from developer shell (d8).
5738
5739 Added infrastructure for protecting the V8 heap from corruption
5740 caused by memory modifications from the outside.
5741
5742
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000057432009-03-24: Version 1.1.2
5744
5745 Improved frame merge code generated by the code generator.
5746
5747 Optimized String.prototype.replace.
5748
5749 Implemented __defineGetter__ and __defineSetter__ for properties
5750 with integer keys on non-array objects.
5751
5752 Improved debugger and profiler support.
5753
5754 Fixed a number of portability issues to allow compilation for
5755 smaller ARM devices.
5756
5757 Exposed object cloning through the API.
5758
5759 Implemented hidden properties. This is used to expose an identity
5760 hash for objects through the API.
5761
5762 Implemented restarting of regular expressions if their input
5763 string changes representation during preemption.
5764
5765 Fixed a code generator bug that could cause assignments in loops
5766 to be ignored if using continue to break out of the loop (issue
5767 284).
5768
5769
ager@chromium.org3a6061e2009-03-12 14:24:36 +000057702009-03-12: Version 1.1.1
5771
5772 Fixed an assertion in the new compiler to take stack overflow
5773 exceptions into account.
5774
5775 Removed exception propagation code that could cause crashes.
5776
5777 Fixed minor bug in debugger line number computations.
5778
5779 8-byte align the C stack on Linux and Windows to speed up floating
5780 point computations.
5781
5782
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000057832009-03-12: Version 1.1.0
5784
5785 Improved code generation infrastructure by doing simple register
5786 allocation and constant folding and propagation.
5787
5788 Optimized regular expression matching by avoiding to create
5789 intermediate string arrays and by flattening nested array
5790 representations of RegExp data.
5791
5792 Traverse a few stack frames when recording profiler samples to
5793 include partial call graphs in the profiling output.
5794
5795 Added support for using OProfile to profile generated code.
5796
5797 Added remote debugging support to the D8 developer shell.
5798
5799 Optimized creation of nested literals like JSON objects.
5800
5801 Fixed a bug in garbage collecting unused maps and turned it on by
5802 default (--collect-maps).
5803
5804 Added support for running tests under Valgrind.
5805
5806
kasperl@chromium.org061ef742009-02-27 12:16:20 +000058072009-02-27: Version 1.0.3
5808
5809 Optimized double-to-integer conversions in bit operations by using
5810 SSE3 instructions if available.
5811
5812 Optimized initialization sequences that store to multiple
5813 properties of the same object.
5814
5815 Changed the D8 debugger frontend to use JSON messages.
5816
5817 Force garbage collections when disposing contexts.
5818
5819 Align code objects at 32-byte boundaries.
5820
5821
ager@chromium.org381abbb2009-02-25 13:23:22 +000058222009-02-25: Version 1.0.2
5823
5824 Improved profiling support by performing simple call stack
5825 sampling for ticks and by fixing a bug in the logging of code
5826 addresses.
5827
5828 Fixed a number of debugger issues.
5829
5830 Optimized code that uses eval.
5831
5832 Fixed a couple of bugs in the regular expression engine.
5833
5834 Reduced the size of generated code for certain regular expressions.
5835
5836 Removed JSCRE completely.
5837
5838 Fixed issue where test could not be run if there was a dot in the
5839 checkout path.
5840
5841
ager@chromium.org6f10e412009-02-13 10:11:16 +000058422009-02-13: Version 1.0.1
5843
5844 Fixed two crash-bugs in irregexp (issue 231 and 233).
5845
5846 Fixed a number of minor bugs (issue 87, 227 and 228).
5847
5848 Added support for morphing strings to external strings on demand
5849 to avoid having to create copies in the embedding code.
5850
5851 Removed experimental support for external symbol callbacks.
5852
5853
iposva@chromium.org245aa852009-02-10 00:49:54 +000058542009-02-09: Version 1.0.0
5855
5856 Fixed crash-bug in the code generation for case independent 16 bit
5857 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005858
iposva@chromium.org245aa852009-02-10 00:49:54 +00005859 Made shells more robust in the presence of string conversion
5860 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005861
iposva@chromium.org245aa852009-02-10 00:49:54 +00005862 Fixed a potential infinite loop when attempting to resolve
5863 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005864
iposva@chromium.org245aa852009-02-10 00:49:54 +00005865 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005866
iposva@chromium.org245aa852009-02-10 00:49:54 +00005867 Reduced binary by stripping unneeded text from JavaScript library and
5868 minifying some JavaScript files.
5869
5870
ager@chromium.orgddb913d2009-01-27 10:01:48 +000058712009-01-27: Version 0.4.9
5872
5873 Enabled new regular expression engine.
5874
5875 Made a number of changes to the debugger protocol.
5876
5877 Fixed a number of bugs in the preemption support.
5878
5879 Added -p option to the developer shell to run files in parallel
5880 using preemption.
5881
5882 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5883 193, 198 and 201).
5884
5885 Fixed a number of bugs in the serialization/deserialization
5886 support for the ARM platform.
5887
5888
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000058892009-01-19: Version 0.4.8.1
5890
5891 Minor patch to debugger support.
5892
5893
ager@chromium.org32912102009-01-16 10:38:43 +000058942009-01-16: Version 0.4.8
5895
5896 Fixed string length bug on ARM (issue 171).
5897
5898 Made most methods in the API const.
5899
5900 Optimized object literals by improving data locality.
5901
5902 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005903 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005904
5905 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005906 eval to behave incorrectly when using accessors (issues 186, 190
5907 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005908
5909
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000059102009-01-06: Version 0.4.7
5911
ager@chromium.org32912102009-01-16 10:38:43 +00005912 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005913
ager@chromium.org32912102009-01-16 10:38:43 +00005914 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005915
ager@chromium.org32912102009-01-16 10:38:43 +00005916 Fixed subtle bug that caused the wrong 'this' to be used when
5917 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005918
ager@chromium.org32912102009-01-16 10:38:43 +00005919 Inline array loads within loops directly in the code instead of
5920 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005921
ager@chromium.org32912102009-01-16 10:38:43 +00005922
ager@chromium.org8bb60582008-12-11 12:02:20 +000059232008-12-11: Version 0.4.6
5924
5925 Fixed exception reporting bug where certain exceptions were
5926 incorrectly reported as uncaught.
5927
5928 Improved the memory allocation strategy used during compilation to
5929 make running out of memory when compiling huge scripts less
5930 likely.
5931
5932 Optimized String.replace by avoiding the construction of certain
5933 sub strings.
5934
5935 Fixed bug in code generation for large switch statements on ARM.
5936
5937 Fixed bug that caused V8 to change the global object template
5938 passed in by the user.
5939
5940 Changed the API for creating object groups used during garbage
5941 collection. Entire object groups are now passed to V8 instead of
5942 individual members of the groups.
5943
ager@chromium.org32912102009-01-16 10:38:43 +00005944
ager@chromium.orga74f0da2008-12-03 16:05:52 +000059452008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005946
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005947 Added experimental API support for allocating V8 symbols as
5948 external strings.
5949
5950 Fixed bugs in debugging support on ARM.
5951
5952 Changed eval implementation to correctly detect whether or not a
5953 call to eval is aliased.
5954
5955 Fixed bug caused by a combination of the compilation cache and
5956 dictionary probing in native code. The bug caused us to sometimes
5957 call functions that had not yet been compiled.
5958
5959 Added platform support for FreeBSD.
5960
5961 Added support for building V8 on Windows with either the shared or
5962 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005963
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005964 Added the v8::jscre namespace around the jscre functions to avoid
5965 link errors (duplicate symbols) when building Google Chrome.
5966
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005967 Added support for calling a JavaScript function with the current
5968 debugger execution context as its argument to the debugger
5969 interface.
5970
5971 Changed the type of names of counters from wchar_t to char.
5972
5973 Changed the Windows system call used to compute daylight savings
5974 time. The system call that we used to use became four times
5975 slower on WinXP SP3.
5976
5977 Added support in the d8 developer shell for memory-mapped counters
5978 and added a stats-viewer tool.
5979
5980 Fixed bug in upper/lower case mappings (issue 149).
5981
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005982
ager@chromium.org3bf7b912008-11-17 09:09:45 +000059832008-11-17: Version 0.4.4
5984
5985 Reduced code size by using shorter instruction encoding when
5986 possible.
5987
5988 Added a --help option to the shell sample and to the d8 shell.
5989
5990 Added visual studio project files for building the ARM simulator.
5991
5992 Fixed a number of ARM simulator issues.
5993
5994 Fixed bug in out-of-memory handling on ARM.
5995
5996 Implemented shell support for passing arguments to a script from
5997 the command line.
5998
5999 Fixed bug in date code that made certain date functions return -0
6000 instead of 0 for dates before the epoch.
6001
6002 Restricted applications of eval so it can only be used in the
6003 context of the associated global object.
6004
6005 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00006006
6007
ager@chromium.org870a0b62008-11-04 11:43:05 +000060082008-11-04: Version 0.4.3
6009
6010 Added support for API accessors that prohibit overwriting by
6011 accessors defined in JavaScript code by using __defineGetter__ and
6012 __defineSetter__.
6013
6014 Improved handling of conditionals in test status files.
6015
6016 Introduced access control in propertyIsEnumerable.
6017
6018 Improved performance of some string operations by caching
6019 information about the type of the string between operations.
6020
6021 Fixed bug in fast-case code for switch statements that only have
6022 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00006023
ager@chromium.org870a0b62008-11-04 11:43:05 +00006024
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000060252008-10-30: Version 0.4.2
6026
6027 Improved performance of Array.prototype.concat by moving the
6028 implementation to C++ (issue 123).
6029
6030 Fixed heap growth policy to avoid growing old space to its maximum
6031 capacity before doing a garbage collection and fixed issue that
6032 would lead to artificial out of memory situations (issue 129).
6033
6034 Fixed Date.prototype.toLocaleDateString to return the date in the
6035 same format as WebKit.
6036
6037 Added missing initialization checks to debugger API.
6038
6039 Added removing of unused maps during GC.
6040
6041
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000060422008-10-28: Version 0.4.1
6043
6044 Added caching of RegExp data in compilation cache.
6045
6046 Added Visual Studio project file for d8 shell.
6047
6048 Fixed function call performance regression introduced in version
6049 0.4.0 when splitting the global object in two parts (issue 120).
6050
6051 Fixed issue 131 by checking for empty handles before throwing and
6052 reporting exceptions.
6053
6054
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000060552008-10-23: Version 0.4.0
6056
6057 Split the global object into two parts: The state holding global
6058 object and the global object proxy.
6059
6060 Fixed bug that affected the value of an assignment to an element
6061 in certain cases (issue 116).
6062
6063 Added GetPropertyNames functionality (issue 33) and extra Date
6064 functions (issue 77) to the API.
6065
6066 Changed WeakReferenceCallback to take a Persistent<Value> instead
6067 of a Persistent<Object> (issue 101).
6068
6069 Fixed issues with message reporting for exceptions in try-finally
6070 blocks (issues 73 and 75).
6071
ager@chromium.org32912102009-01-16 10:38:43 +00006072 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00006073
6074 Improved Boyer-Moore implementation for faster indexOf operations.
6075
6076 Added development shell (d8) which includes counters and
6077 completion support.
6078
6079 Fixed problem with the receiver passed to functions called from
6080 eval (issue 124).
6081
6082
ager@chromium.org7c537e22008-10-16 08:43:32 +000060832008-10-16: Version 0.3.5
6084
6085 Improved string hash-code distribution by excluding bit-field bits
6086 from the hash-code.
6087
6088 Changed string search algorithm used in indexOf from KMP to
6089 Boyer-Moore.
6090
6091 Improved the generated code for the instanceof operator.
6092
6093 Improved performance of slow-case string equality checks by
6094 specializing the code based on the string representation.
6095
6096 Improve the handling of out-of-memory situations (issue 70).
6097
6098 Improved performance of strict equality checks.
6099
6100 Improved profiler output to make it easier to see anonymous
6101 functions.
6102
6103 Improved performance of slow-case keyed loads.
6104
6105 Improved property access performance by allocating a number of
6106 properties in the front object.
6107
6108 Changed the toString behavior on the built-in object constructors
6109 to print [native code] instead of the actual source. Some web
6110 applications do not like constructors with complex toString
6111 results.
ager@chromium.org32912102009-01-16 10:38:43 +00006112
ager@chromium.org7c537e22008-10-16 08:43:32 +00006113
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000061142008-10-06: Version 0.3.4
6115
6116 Changed Array.prototype.sort to use quick sort.
6117
6118 Fixed code generation issue where leaving a finally block with
6119 break or continue would accumulate elements on the expression
6120 stack (issue 86).
6121
6122 Made sure that the name accessor on functions returns the expected
6123 names for builtin JavaScript functions and C++ callback functions.
6124
6125 Added fast case code for extending the property storage array of
6126 JavaScript objects.
6127
6128 Ported switch statement optimizations introduced in version 0.3.3
6129 to the ARM code generator.
6130
6131 Allowed GCC to use strict-aliasing rules when compiling.
6132
6133 Improved performance of arguments object allocation by taking care
6134 of arguments adaptor frames in the generated code.
6135
6136 Updated the V8 benchmark suite to version 2.
6137
6138
ager@chromium.org236ad962008-09-25 09:45:57 +000061392008-09-25: Version 0.3.3
6140
6141 Improved handling of relocation information to enable more
6142 peep-hole optimizations.
6143
6144 Optimized switch statements where all labels are constant small
6145 integers.
6146
6147 Optimized String.prototype.indexOf for common cases.
6148
6149 Fixed more build issues (issue 80).
6150
6151 Fixed a couple of profiler issues.
6152
6153 Fixed bug where the body of a function created using the Function
6154 constructor was not allowed to end with a single-line comment
6155 (issue 85).
6156
6157 Improved handling of object literals by canonicalizing object
6158 literal maps. This will allow JSON objects with the same set of
6159 properties to share the same map making inline caching work better
6160 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00006161
ager@chromium.org236ad962008-09-25 09:45:57 +00006162
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000061632008-09-17: Version 0.3.2
6164
6165 Generalized the EvalCache into a CompilationCache and enabled it
6166 for scripts too. The current strategy is to retire all entries
6167 whenever a mark-sweep collection is started.
6168
6169 Fixed bug where switch statements containing only a default case
6170 would lead to an unbalanced stack (issue 69).
6171
6172 Fixed bug that made access to the function in a named function
6173 expression impossible in certain situations (issue 24).
6174
6175 Fixed even more build issues.
6176
6177 Optimized calling conventions on ARM. The conventions on ARM and
6178 IA-32 now match.
6179
6180 Removed static initializers for flags and counters.
6181
6182 Improved inline caching behavior for uncommon cases where lazily
6183 loading Date and RegExp code could force certain code paths go
6184 megamorphic.
6185
6186 Removed arguments adaption for builtins written in C++. This
6187 makes Array.prototype.push and Array.prototype.pop slightly
6188 faster.
6189
6190
ager@chromium.org9258b6b2008-09-11 09:11:10 +000061912008-09-11: Version 0.3.1
6192
6193 Fixed a number of build issues.
6194
6195 Fixed problem with missing I-cache flusing on ARM.
6196
6197 Changed space layout in memory management by splitting up
6198 code space into old data space and code space.
6199
6200 Added utf-8 conversion support to the API (issue 57).
6201
6202 Optimized repeated calls to eval with the same strings. These
6203 repeated calls are common in web applications.
6204
6205 Added Xcode project file.
6206
6207 Optimized a couple of Array operation.
6208
6209 Fixed parser bug by checking for end-of-string when parsing break
6210 and continue (issue 35).
6211
6212 Fixed problem where asian characters were not categorized as
6213 letters.
6214
6215 Fixed bug that disallowed calling functions fetched from an array
6216 using a string as an array index (issue 32).
6217
6218 Fixed bug where the internal field count on object templates were
6219 sometimes ignored (issue 54).
6220
6221 Added -f option to the shell sample for compatibility with other
6222 engines (issue 18).
6223
6224 Added source info to TryCatches in the API.
6225
6226 Fixed problem where the seed for the random number generator was
6227 clipped in a double to unsigned int conversion.
6228
6229 Fixed bug where cons string symbols were sometimes converted to
6230 non-symbol flat strings during GC.
6231
6232 Fixed bug in error reporting when attempting to convert null to an
6233 object.
ager@chromium.org32912102009-01-16 10:38:43 +00006234
6235
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000062362008-09-04: Version 0.3.0
6237
6238 Added support for running tests on the ARM simulator.
6239
6240 Fixed bug in the 'in' operator where negative indices were not
6241 treated correctly.
6242
6243 Fixed build issues on gcc-4.3.1.
6244
6245 Changed Date.prototype.toLocaleTimeString to not print the
6246 timezone part of the time.
6247
6248 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
6249 with user code.
6250
6251
v8.team.kasperl727e9952008-09-02 14:56:44 +000062522008-09-02: Version 0.2.5
6253
6254 Renamed the top level directory 'public' to 'include'.
6255
6256 Added 'env' option to the SCons build scripts to support
6257 overriding the ENV part of the build environment. This is mostly
6258 to support Windows builds in cases where SCons cannot find the
6259 correct paths to the Windows SDK, as these paths cannot be passed
6260 through shell environment variables.
6261
6262 Enabled "Buffer Security Check" on for the Windows SCons build and
6263 added the linker option /OPT:ICF as an optimization.
6264
6265 Added the V8 benchmark suite to the repository.
6266
6267
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000062682008-09-01: Version 0.2.4
6269
6270 Included mjsunit JavaScript test suite and C++ unit tests.
6271
6272 Changed the shell sample to not print the result of executing a
6273 script provided on the command line.
6274
6275 Fixed issue when building samples on Windows using a shared V8
6276 library. Added visibility option on Linux build which makes the
6277 generated library 18% smaller.
6278
6279 Changed build system to accept multiple build modes in one build
6280 and generate separate objects, libraries and executables for each
6281 mode.
6282
6283 Removed deferred negation optimization (a * -b => -(a * b)) since
6284 this visibly changes operand conversion order.
6285
6286 Improved parsing performance by introducing stack guard in
6287 preparsing. Without a stack guard preparsing always bails out
6288 with stack overflow.
6289
6290 Changed shell sample to take flags directly from the command-line.
6291 Added API call that implements this.
6292
6293 Added load, quit and version functions to the shell sample so it's
6294 easier to run benchmarks and tests.
6295
6296 Fixed issue with building samples and cctests on 64-bit machines.
6297
6298 Fixed bug in the runtime system where the prototype chain was not
6299 always searched for a setter when setting a property that does not
6300 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00006301
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00006302
mads.s.agercbaa0602008-08-14 13:41:48 +000063032008-08-14: Version 0.2.3
6304
6305 Improved performance of garbage collection by moving the
6306 function that updates pointers during compacting collection
6307 into the updating visitor. This gives the compiler a better
6308 chance to inline and avoid a function call per (potential)
6309 pointer.
6310
6311 Extended the shell sample with a --runtime-flags option.
6312
6313 Added Visual Studio project files for the shell.cc and
6314 process.cc samples.
6315
6316
63172008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00006318
6319 Improved performance of garbage collection by changing the way
6320 we use the marking stack in the event of stack overflow during
6321 full garbage collection and by changing the way we mark roots.
6322
6323 Cleaned up ARM version by removing top of stack caching and by
6324 introducing push/pop elimination.
6325
6326 Cleaned up the way runtime functions are called to allow
6327 runtime calls with no arguments.
6328
6329 Changed Windows build options to make sure that exceptions are
6330 disabled and that optimization flags are enabled.
6331
6332 Added first version of Visual Studio project files.
6333
6334
mads.s.agercbaa0602008-08-14 13:41:48 +000063352008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00006336
6337 Improved performance of unary addition by avoiding runtime calls.
6338
6339 Fixed the handling of '>' and '<=' to use right-to-left conversion
6340 and left-to-right evaluation as specified by ECMA-262.
6341
6342 Fixed a branch elimination bug on the ARM platform where incorrect
6343 code was generated because of overly aggressive branch
6344 elimination.
6345
6346 Improved performance of code that repeatedly assigns the same
6347 function to the same property of different objects with the same
6348 map.
6349
6350 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
6351 no longer expects DEBUG to be defined.
6352
6353 Added platform-nullos.cc to serve as the basis for new platform
6354 implementations.
6355
mads.s.ager31e71382008-08-13 09:32:07 +00006356
mads.s.agercbaa0602008-08-14 13:41:48 +000063572008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00006358
6359 Changed all text files to have native svn:eol-style.
6360
6361 Added a few samples and support for building them. The samples
6362 include a simple shell that can be used to benchmark and test V8.
6363
6364 Changed V8::GetVersion to return the version as a string.
6365
6366 Added source for lazily loaded scripts to snapshots and made
6367 serialization non-destructive.
6368
6369 Improved ARM support by fixing the write barrier code to use
6370 aligned loads and stores and by removing premature locals
6371 optimization that relied on broken support for callee-saved
6372 registers (removed).
6373
6374 Refactored the code for marking live objects during garbage
6375 collection and the code for allocating objects in paged
6376 spaces. Introduced an abstraction for the map word of a heap-
6377 allocated object and changed the memory allocator to allocate
6378 executable memory only for spaces that may contain code objects.
6379
6380 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
6381 they can be used by debugging and logging modules. Added
6382 thread-safe message queues for dealing with debugger events.
6383
6384 Fixed the source code reported by toString for certain builtin
6385 empty functions and made sure that the prototype property of a
6386 function is enumerable.
6387
6388 Improved performance of converting values to condition flags in
6389 generated code.
6390
6391 Merged disassembler-{arch} files.
6392
6393
mads.s.agercbaa0602008-08-14 13:41:48 +000063942008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00006395
6396 Added support for storing JavaScript stack traces in a stack
6397 allocated buffer to make it visible in shallow core dumps.
6398 Controlled by the --preallocate-message-memory flag which is
6399 disabled by default.
6400
6401
mads.s.agercbaa0602008-08-14 13:41:48 +000064022008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00006403
6404 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
6405 map transitions would count as properties.
6406
6407 Allowed aliased eval invocations by treating them as evals in the
6408 global context. This may change in the future.
6409
6410 Added support for accessing the last entered context through the
6411 API and renamed Context::Current to Context::GetCurrent and
6412 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
6413
6414 Fixed bug in the debugger that would cause the debugger scripts to
6415 be recursively loaded and changed all disabling of interrupts to
6416 be block-structured.
6417
6418 Made snapshot data read-only to allow it to be more easily shared
6419 across multiple users of V8 when linked as a shared library.
6420
6421
mads.s.agercbaa0602008-08-14 13:41:48 +000064222008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00006423
6424 Fixed building on Mac OS X by recognizing i386 and friends as
6425 IA-32 platforms.
6426
6427 Added propagation of stack overflow exceptions that occur while
6428 compiling nested functions.
6429
6430 Improved debugger with support for recursive break points and
6431 handling of exceptions that occur in the debugger JavaScript code.
6432
6433 Renamed GetInternal to GetInternalField and SetInternal to
6434 SetInternalField in the API and moved InternalFieldCount and
6435 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
6436
6437
mads.s.agercbaa0602008-08-14 13:41:48 +000064382008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006439
6440 Fixed bug in stack overflow check code for IA-32 targets where a
6441 non-tagged value in register eax was pushed to the stack.
6442
6443 Fixed potential quadratic behavior when converting strings to
6444 numbers.
6445
6446 Fixed bug where the return value from Object::SetProperty could
6447 end up being the property holder instead of the written value.
6448
6449 Improved debugger support by allowing nested break points and by
6450 dealing with stack-overflows when compiling functions before
6451 setting break points in them.
6452
6453
mads.s.agercbaa0602008-08-14 13:41:48 +000064542008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006455
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006456 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006457
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00006458# Local Variables:
6459# mode:text
6460# End: