blob: a2b4a200e8561249a0f21309954a17f6a8fc37c0 [file] [log] [blame]
machenbach@chromium.org935a7792013-11-12 09:05:18 +000012013-11-12: Version 3.23.2
2
3 Fixed --extra-code flag for snapshot creation.
4 (issue 2994)
5
6 Fixed error message wording when instanceof throws.
7 (Chromium issue 82797, issue 1593)
8
9 Performance and stability improvements on all platforms.
10
11
machenbach@chromium.orge8412be2013-11-08 10:23:52 +0000122013-11-08: Version 3.23.1
13
14 Made HCapturedObjects non-deletable for DCE. (issue 2987)
15
16 Use a fixed random seed per default. (issue 1880, 2885)
17
18 Fixed y-umlaut to uppercase. (issue 2984)
19
20 Performance and stability improvements on all platforms.
21
22
verwaest@chromium.org057bd502013-11-06 12:03:29 +0000232013-11-06: Version 3.23.0
24
25 Fixed loading message from an Error object. (Chromium issue 306220)
26
27 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
28
29 Made snapshots reproducible. (issue 2885)
30
31 Added missing negative dictionary lookup to NonexistentHandlerFrontend.
32 (issue 2980)
33
34 Performance and stability improvements on all platforms.
35
36
machenbach@chromium.orged29eb22013-10-31 13:30:00 +0000372013-10-31: Version 3.22.24
38
39 Fixed uint32-to-smi conversion in Lithium.
40 (Chromium issue 309623)
41
42 Performance and stability improvements on all platforms.
43
44
jkummerow@chromium.orgef33a542013-10-28 18:03:37 +0000452013-10-28: Version 3.22.23
46
47 Renamed deprecated __attribute__((no_address_safety_analysis)) to
48 __attribute__((no_sanitize_address)) (Chromium issue 311283)
49
50 Defined DEBUG for v8_optimized_debug=2
51
52 Performance and stability improvements on all platforms.
53
54
bmeurer@chromium.orge94b5ff2013-10-25 09:22:31 +0000552013-10-25: Version 3.22.22
56
57 Record allocation stack traces. (Chromium issue 277984,v8:2949)
58
59 Performance and stability improvements on all platforms.
60
61
bmeurer@chromium.org3c12eb12013-10-24 09:23:47 +0000622013-10-24: Version 3.22.21
63
64 Performance and stability improvements on all platforms.
65
66
bmeurer@chromium.orgc9913f02013-10-24 06:31:36 +0000672013-10-24: Version 3.22.20
68
69 Made Array.prototype.pop throw if the last element is not configurable.
70
71 Fixed HObjectAccess for loads from migrating prototypes.
72 (Chromium issue 305309)
73
74 Enabled preaging of code objects when --optimize-for-size.
75 (Chromium issue 280984)
76
77 Exposed v8::Function::GetDisplayName to public API.
78 (Chromium issue 17356)
79
80 Performance and stability improvements on all platforms.
81
82
bmeurer@chromium.orgdb783292013-10-23 06:51:00 +0000832013-10-23: Version 3.22.19
84
85 Fix materialization of captured objects with field tracking.
86 (Chromium issue 298990)
87
88 Performance and stability improvements on all platforms.
89
90
bmeurer@chromium.org71f9fca2013-10-22 08:00:09 +0000912013-10-22: Version 3.22.18
92
93 Add tool to visualize machine code/lithium.
94
95 Handle misaligned loads and stores in load elimination. Do not track
96 misaligned loads and be conservative about invalidating misaligned
97 stores. (issue 2934)
98
99 Performance and stability improvements on all platforms.
100
101
bmeurer@chromium.orge7a07452013-10-21 13:27:29 +00001022013-10-21: Version 3.22.17
103
104 Harmony: Implement Math.trunc and Math.sign. (issue 2938)
105
106 Performance and stability improvements on all platforms.
107
108
bmeurer@chromium.org0fdb2a62013-10-21 07:19:36 +00001092013-10-21: Version 3.22.16
110
111 Performance and stability improvements on all platforms.
112
113
mstarzinger@chromium.org69008382013-10-18 10:34:25 +00001142013-10-18: Version 3.22.15
115
116 Enabled calling the SetReference* & SetObjectGroupId functions with a
117 Persistent<SubclassOfValue>.
118
119 Performance and stability improvements on all platforms.
120
121
mstarzinger@chromium.org2ed0d022013-10-17 08:06:21 +00001222013-10-17: Version 3.22.14
123
124 Performance and stability improvements on all platforms.
125
126
mstarzinger@chromium.orgb4968be2013-10-16 09:00:56 +00001272013-10-16: Version 3.22.13
128
129 Do not look up ArrayBuffer on global object in typed array constructor.
130 (issue 2931)
131
132 Performance and stability improvements on all platforms.
133
134
mstarzinger@chromium.orga2e1a402013-10-15 08:25:05 +00001352013-10-15: Version 3.22.12
136
137 Added histograms to track fraction of heap spaces and percentage of
138 generated crankshaft code.
139
140 Moved v8_optimized_debug default value to standalone.gypi.
141
142 Track JS allocations as they arrive with no affection on performance
143 when tracking is switched off (Chromium issue 277984).
144
145 Performance and stability improvements on all platforms.
146
147
mstarzinger@chromium.org2efc3e42013-10-14 08:45:38 +00001482013-10-14: Version 3.22.11
149
150 Performance and stability improvements on all platforms.
151
152
mvstanton@chromium.orgdd6d9ee2013-10-11 10:35:37 +00001532013-10-11: Version 3.22.10
154
155 Fixed timezone issues with date-time/parse-* tests.
156 (Chromium issue 2919)
157
158 Added column getter to CpuProfileNode (Chromium issue 302537)
159
160 Performance and stability improvements on all platforms.
161
162
mvstanton@chromium.org63ea3d22013-10-10 09:24:12 +00001632013-10-10: Version 3.22.9
164
165 Ensure only whitelisted stubs have sse2 versions in the snapshot.
166 (fix for chromium 304565)
167
168 Implement ArrayBuffer.isView.
169
170 Performance and stability improvements on all platforms.
171
172
jkummerow@chromium.org25b0e212013-10-04 15:38:52 +00001732013-10-04: Version 3.22.8
174
175 Performance and stability improvements on all platforms.
176
177
jkummerow@chromium.orgd8a3a142013-10-03 12:15:05 +00001782013-10-03: Version 3.22.7
179
180 Debug: Allow stepping into on a given call frame
181 (Chromium issue 296963).
182
183 Always use timeGetTime() for TimeTicks::Now() on Windows
184 (Chromium issue 288924).
185
186 Performance and stability improvements on all platforms.
187
188
jkummerow@chromium.orgfb7a7c42013-10-02 11:41:02 +00001892013-10-02: Version 3.22.6
190
191 Performance and stability improvements on all platforms.
192
193
jkummerow@chromium.org32aa03c2013-10-01 08:21:50 +00001942013-10-01: Version 3.22.5
195
196 Disabled externalization of sliced/cons strings in old pointer space
197 (Chromium issue 276357).
198
199 Turned on handle zapping for release builds
200
201 Performance and stability improvements on all platforms.
202
203
jkummerow@chromium.orgc3669762013-09-30 13:42:25 +00002042013-09-30: Version 3.22.4
205
206 Function::Call and Object::CallAsFunction APIs should allow v8::Value as
207 a receiver (issue 2915).
208
209 Removed unnecessary mutex (Chromium issue 291236).
210
211 Removed ArrayBufferView::BaseAddress method.
212
213 Performance and stability improvements on all platforms.
214
215
machenbach@chromium.orgcfdf67d2013-09-27 07:27:26 +00002162013-09-27: Version 3.22.3
217
218 Added methods to enable configuration of ResourceConstraints based on
219 limits derived at runtime.
220 (Chromium issue 292928)
221
222 Added -optimize-for-size flag to optimize for memory size (will be used
223 by pre-aging CL), and removed the is_memory_constrained
224 ResourceConstraint.
225 (Chromium issue 292928)
226
227 Performance and stability improvements on all platforms.
228
229
machenbach@chromium.org8e36b5b2013-09-26 07:36:30 +00002302013-09-26: Version 3.22.2
231
232 Performance and stability improvements on all platforms.
233
234
machenbach@chromium.org3d079fe2013-09-25 08:19:55 +00002352013-09-25: Version 3.22.1
236
237 Sped up creating typed arrays from array-like objects.
238 (Chromium issue 270507)
239
240 Performance and stability improvements on all platforms.
241
242
machenbach@chromium.org528ce022013-09-23 14:09:36 +00002432013-09-23: Version 3.22.0
244
245 LiveEdit to mark more closure functions for re-instantiation when scope
246 layout changes.
247 (issue 2872)
248
249 Made bounds check elimination iterative instead of recursive.
250 (Chromium issue 289706)
251
252 Turned on i18n support by default.
253
254 Set the proper instance-type on HAllocate in BuildFastLiteral.
255 (Chromium issue 284577)
256
257 Performance and stability improvements on all platforms.
258
259
hpayer@chromium.org4f626d12013-09-18 07:47:45 +00002602013-09-18: Version 3.21.17
261
262 Implemented local load/store elimination on basic blocks.
263
264 Added mutex when accessing concurrent recompilation output queue.
265 (Chromium issue 291236)
266
267 Don't lookup the cache for the result of Function::New.
268 (Chromium issue 272579)
269
270 Tweaked HConstant::EmitAtUses() to eliminate useless constant
271 generation.
272 (Chromium issue 2881)
273
274 Performance and stability improvements on all platforms.
275
276
mvstanton@chromium.org5a4733b2013-09-16 07:33:24 +00002772013-09-16: Version 3.21.16
278
279 Every place where AllocationMemento is initialized with an
280 AllocationSite is now checked to be sure a valid Site goes in. This is
281 temporary code to diagnose chromium bug 284577.
282
283 Performance and stability improvements on all platforms.
284
285
dslomov@chromium.org4a35c5a2013-09-13 07:28:52 +00002862013-09-13: Version 3.21.15
287
288 Non-JSObject heap objects are now handled using slow-path IC stub
289 guarded by the map.
290 (Chromium issue 280632)
291
292 i18n Javascript code added to the snapshot.
293 (V8 issue 2745)
294
295 Performance and stability improvements on all platforms.
296
dslomov@chromium.orge97852d2013-09-12 09:02:59 +00002972013-09-12: Version 3.21.14
298
299 Added access check for observed objects.
300 (V8 issue 2778)
301
302 Cleaned up v8::ArrayBuffer::Allocator interface.
303 (V8 issue 2823)
304
305 Performance and stability improvements on all platforms.
306
hpayer@chromium.orgc5d49712013-09-11 08:25:48 +00003072013-09-11: Version 3.21.13
308
309 Added a ResourceConstraint for the embedder to specify that V8 is
310 running on a memory constrained device.
311 (Chromium issue 280984)
312
313 Removed HandleScope default ctor.
314 (Chromium issue 236173)
315
316 Enabled escape analysis for Hydrogen.
317
318 Correctly stringified mixed encoding indirect strings.
319 (Chromium issue 287476)
320
321 Performance and stability improvements on all platforms.
322
323
dslomov@chromium.org639bac02013-09-09 11:58:54 +00003242013-09-09: Version 3.21.12
325
326 Fixed bitwise negation on x64.
327 (Chromium issue 285355)
328
329 Dropped GetCurrentThreadId() and TerminateExecution(int) from
330 the external API.
331
332 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
333 (Chromium issue 284998)
334
335 Added check if timeout has expired after processing each sample.
336 (issue 2814,v8:2871)
337
338 Removed obsolete global V8::has_been_fooed flags.
339 (issue 2744)
340
341 Performance and stability improvements on all platforms.
342
343
jkummerow@chromium.org2c9426b2013-09-05 16:31:13 +00003442013-09-05: Version 3.21.11
345
346 Performance and stability improvements on all platforms.
347
348
jkummerow@chromium.org3d00d0a2013-09-04 13:57:32 +00003492013-09-04: Version 3.21.10
350
351 Fixed Eternal::IsEmpty logic (issue 2870).
352
353 Performance and stability improvements on all platforms.
354
355
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00003562013-09-03: Version 3.21.9
357
358 Deprecated Persistent functions which were marked to be deprecated.
359
360 Allowed uncacheable identifiers to go generic (issue 2867).
361
362 Performance and stability improvements on all platforms.
363
364
jkummerow@chromium.org8fa5bd92013-09-02 11:45:09 +00003652013-09-02: Version 3.21.8
366
367 Added scriptId to StackTrace frames (issue 2865).
368
369 Performance and stability improvements on all platforms.
370
371
jkummerow@chromium.orgdc94e192013-08-30 11:35:42 +00003722013-08-30: Version 3.21.7
373
374 Fixed casts of eternal handles.
375
376 Turned on global handle zapping.
377
378 Always visit branches during HGraph building (Chromium issue 280333).
379
380 Profiler changes: removed deprecated API, support higher sampling
381 rate on Windows.
382
383 Performance and stability improvements on all platforms.
384
385
mstarzinger@chromium.org1f410f92013-08-29 08:13:16 +00003862013-08-29: Version 3.21.6
387
388 Fixed inlined 'throw' statements interfering with live range
389 computation. (issue 2843)
390
391 Performance and stability improvements on all platforms.
392
393
verwaest@chromium.org662436e2013-08-28 08:41:27 +00003942013-08-28: Version 3.21.5
395
396 Fixed compilation with recent MinGW64 versions. (issue 2300)
397
398 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
399
400 Performance and stability improvements on all platforms.
401
402
jkummerow@chromium.org1e8da742013-08-26 17:13:35 +00004032013-08-26: Version 3.21.4
404
405 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
406
407 Use signals for cpu profiling on Mac OS X (issue 2814).
408
409 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
410
411 Added support for higher CPU profiler sampling rate on posix systems
412 (issue 2814).
413
414 Worked around 'inlining failed' build error with older GCC 4.x releases.
415
416 Added source map support to tick processor.
417
418 Stability improvements on all platforms.
419
420
rossberg@chromium.org92597162013-08-23 13:28:00 +00004212013-08-23: Version 3.21.3
422
423 Temporarily disabled optimization for StringWrappers to use native
424 valueOf. (issue 2855)
425
426 Fixed crash on function declarations in eval inside non-trivial local
427 scope. (issue 2594)
428
429 Rewrote SamplingCircularQueue. (issue 2814)
430
431 Fixed hidden properties on object with frozen prototype. (issue 2829)
432
433 Fix deoptimization bug. (Chromium issue 274164)
434
435 Stability improvements on all platforms.
436
437
verwaest@chromium.orgec6855e2013-08-22 12:26:58 +00004382013-08-22: Version 3.21.2
439
440 Stability improvements on all platforms.
441
442
verwaest@chromium.org32cb9b22013-08-21 11:18:12 +00004432013-08-21: Version 3.21.1
444
445 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
446 (Chromium issue 270527)
447
448 Replaced OS::MemCopy with memcpy in typed array initialization.
449 (Chromium issue 270642)
450
451 Moved i18n break iterator C++ code to runtime (issue 2745)
452
453 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
454 (Chromium issue 263515)
455
456 Fixed register misuse in Allocate() on ARM. (issue 2851)
457
458 Fixed empty handle dereference in Runtime_InternalNumberFormat.
459 (Chromium issue 275467)
460
461 Performance and stability improvements on all platforms.
462
463
rossberg@chromium.orgebeba022013-08-19 09:36:44 +00004642013-08-19: Version 3.21.0
465
466 Fixed GC-related crasher (Chromium issue 274438)
467
468 Reverted making Intl non-enumerable.
469
470 Performance and stability improvements on all platforms.
471
472
danno@chromium.orgc00ec2b2013-08-14 17:13:49 +00004732013-08-14: Version 3.20.17
474
475 Fixed Math.round/floor that had bogus Smi representation
476 (Chromium issue 272564)
477
478 Performance and stability improvements on all platforms.
479
480
danno@chromium.org59400602013-08-13 17:09:37 +00004812013-08-13: Version 3.20.16
482
483 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
484
485 Fixed gcmole bugs in i18n code (issue 2745)
486
487 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
488 set (issue 2827)
489
490 Made sure polymorphic element access creates non-replaying
491 phis. (issue 2815)
492
493 Allowed HPhis to have an invalid merge index. (issue 2815)
494
495 Fixed smi-based math floor. (Chromium issue 270268)
496
497 Deprecated self and total time getters and total sample count
498 getter on CpuProfileNode. (Chromium issue 267595)
499
500 Fixed Object.freeze, Object.observe wrt CountOperation and
501 CompoundAssignment. (issue 2774,2779)
502
503 Performance and stability improvements on all platforms.
504
505
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00005062013-08-07: Version 3.20.15
danno@chromium.org59400602013-08-13 17:09:37 +0000507
508 Exposed eternal handle api.
509
510 Bugfix to solve issues with enabling V8 typed arrays in Blink.
511
512 Fixed Array index dehoisting. (Chromium issue 264203)
513
514 Updated Array Iterator to use numeric indexes (issue 2818)
515
516 Return start/end profiling time in microseconds instead of milliseconds
517 (issue 2824)
518
519 Performance and stability improvements on all platforms.
520
521
5222013-08-06: Version 3.20.14
523
524 Added new Harmony methods to Array.prototype object.
525 (issue 2776,v8:2777)
526
527 Performance and stability improvements on all platforms.
528
529
danno@chromium.orgd3c42102013-08-01 16:58:23 +00005302013-08-01: Version 3.20.12
531
532 Removed buggy ToNumber truncation (partial fix for issue 2813)
533
534 Calling Map etc without new should throw TypeError (issue 2819)
535
536 Fixed a crash for large code objects on ARM (Chromium issue 2736)
537
538 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
539 (Chromium issue 265894)
540
541 Added new Harmony methods to String.prototype object.
542 (issue 2796,v8:2797,v8:2798,v8:2799)
543
544 Performance and stability improvements on all platforms.
545
546
5472013-07-30: Version 3.20.11
548
549 Performance and stability improvements on all platforms.
550
551
5522013-07-29: Version 3.20.10
553
554 Performance and stability improvements on all platforms.
555
556
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +00005572013-07-26: Version 3.20.9
558
559 Check that ExternalString objects get aligned resources.
560
561 Fixed JSArray-specific length lookup in polymorphic array handling
562 (Chromium issues 263276, 263905).
563
564 Performance and stability improvements on all platforms.
565
566
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +00005672013-07-24: Version 3.20.8
568
569 Deprecated v8::V8::Pause/ResumeProfiler.
570
571 Fixed Chromium issues 247688, 258519 and 260203.
572
573 Performance and stability improvements on all platforms.
574
575
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +00005762013-07-22: Version 3.20.7
577
578 Deprecated some debugger methods.
579
580 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
581
582 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
583
584 Fixed type feedback in presence of negative lookups
585 (Chromium issue 252797).
586
587 Do not materialize context-allocated values for debug-evaluate
588 (Chromium issue 259300).
589
590 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
591 (Chromium issue 260345).
592
593 Performance and stability improvements on all platforms.
594
595
jkummerow@chromium.org10480472013-07-17 08:22:15 +00005962013-07-17: Version 3.20.6
597
598 Try to remove invalidated stubs before falling back to checking the
599 constant state (Chromium issue 260585).
600
601 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
602
603 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
604
605 Use internal array as API function cache (Chromium issue 260106).
606
607 Fixed possible stack overflow in range analysis
608 (Chromium issue 259452).
609
610 Performance and stability improvements on all platforms.
611
612
danno@chromium.org169691d2013-07-15 08:01:13 +00006132013-07-15: Version 3.20.5
614
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000615 Ensured that the length of frozen arrays is immutable
616 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000617
618 Performance and stability improvements on all platforms.
619
620
danno@chromium.orgbee51992013-07-10 14:57:15 +00006212013-07-10: Version 3.20.4
622
623 Fixed garbage-collection issue that causes a crash on ARM
624 (Chromium issue 254570)
625
626 Performance and stability improvements on all platforms.
627
628
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00006292013-07-08: Version 3.20.3
630
631 Performance and stability improvements on all platforms.
632
633
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00006342013-07-05: Version 3.20.2
635
636 Remove deprecated heap profiler methods from V8 public API
637
638 Mark i18n functions as native and set proper names
639 (issue 2745)
640
641 Correctly report stack trace when current function is FunctionApply
642 builtin (Chromium issue 252097)
643
644 Enable GDBJIT interface for standalone by default.
645
646 Fix debuggersupport=off build. (issue 2754)
647
648 Introduce -m64 flag for making x64 when the default gcc compiler is for
649 X32
650
651 Performance and stability improvements on all platforms.
652
653
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00006542013-07-02: Version 3.20.1
655
656 Implemented WeakMap.prototype.clear function. (issue 2753)
657
658 Ensure CheckInitialized is present independent of define.
659 (Chromium issue 255779)
660
661 Performance and stability improvements on all platforms.
662
663
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00006642013-06-28: Version 3.20.0
665
666 Migrated several tests from blink to V8 repository.
667
668 Allowed users of the V8 API to distinguish between unset and undefined
669 HiddenValues (issue 2746).
670
671 Deprecated old style callbacks in the V8 API.
672
673 Turned on parallel recompilation.
674
675 Performance and stability improvements on all platforms.
676
677
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00006782013-06-18: Version 3.19.18
679
680 Fixed read-only attribute of Function.length in strict mode.
681 (issue 2705)
682
683 Fixed Runtime_SetProperty to properly handle OOM failures
684 (Chromium issue 249873)
685
686 Emit deprecated check for constant function transitions.
687 (Chromium issue 250609)
688
689 Made MathFloorOfDiv optimization trigger more often
690 (Issue 2205)
691
692 Make more GCs in idle notification handler.
693 (Chromium issue 241815)
694
695 Increased default type info threshold.
696 (Issue 2730)
697
698 Performance and stability improvements on all platforms.
699
700
7012013-06-14: Version 3.19.16
702
703 Performance and stability improvements on all platforms.
704
705
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00007062013-06-13: Version 3.19.15
707
708 Performance and stability improvements on all platforms.
709
710
danno@chromium.org41728482013-06-12 22:31:22 +00007112013-06-13: Version 3.19.14
712
713 Fixed crashes when calling new Array(a) with a single argument that
714 could result in creating a holey array with a packed elements kind.
715 (Chromium issue 245480)
716
717 Fixed issues in parallel compilation.
718 (Chromium issue 248076)
719
720 Performance and stability improvements on all platforms.
721
722
ulan@chromium.org837a67e2013-06-11 15:39:48 +00007232013-06-11: Version 3.19.13
724
725 Performance and stability improvements on all platforms.
726
727
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00007282013-06-10: Version 3.19.12
729
730 Fixed arguments array access. (Chromium issue 247303)
731
732 Fixed bug in LookupForWrite. (Chromium issue 242332)
733
734 Performance and stability improvements on all platforms.
735
736
danno@chromium.org1fd77d52013-06-07 16:01:45 +00007372013-06-07: Version 3.19.11
738
739 Performance and stability improvements on all platforms.
740
741
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00007422013-06-06: Version 3.19.10
743
744 Performance and stability improvements on all platforms.
745
746
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00007472013-06-05: Version 3.19.9
748
749 Implemented Load IC support for loading properties from primitive
750 values to avoid perpetual soft deopts. (Chromium issue 242512)
751
752 Implemented Freeing of PerThreadAssertData when possible to avoid
753 memory leak. (Chromium issue 246567)
754
755 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
756
757 Performance and stability improvements on all platforms.
758
759
rossberg@chromium.org79e79022013-06-03 15:43:46 +00007602013-06-03: Version 3.19.8
761
762 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
763
764 Fixed initialization of literal objects. (Chromium issue 245424)
765
766 Fixed function name inferred inside closures. (Chromium issue 224884)
767
768 Performance and stability improvements on all platforms.
769
770
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +00007712013-05-31: Version 3.19.7
772
773 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
774 (issue 2702)
775
776 Made sure IfBuilder::Return clears the current block.
777 (Chromium issue 243868)
778
779 Fixed two CPU profiler tests on ARM and MIPS simulators
780 (issue 2628)
781
782 Fixed idle incremental GC for large objects.
783 (Chromium issue 241815)
784
785 Disabled --optimize-constructed-arrays due to crashes
786 (Chromium issue 244461)
787
788 Performance and stability improvements on all platforms.
789
790
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +00007912013-05-28: Version 3.19.6
792
793 Fixed IfBuilder::Deopt to clear the current block
794 (Chromium issue 243868).
795
796 Performance and stability improvements on all platforms.
797
798
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +00007992013-05-27: Version 3.19.5
800
801 Reset regexp parser flag after scanning ahead for capture groups.
802 (issue 2690)
803
804 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
805 (issue 2628)
806
807 Performance and stability improvements on all platforms.
808
809
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00008102013-05-24: Version 3.19.4
811
812 Fixed edge case in stack trace formatting. (Chromium issue 237617)
813
814 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
815 issue 240032)
816
817 Made Object.freeze fast (issue 1858, Chromium issue 115960)
818
819 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
820 242924)
821
822 Performance and stability improvements on all platforms.
823
824
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00008252013-05-22: Version 3.19.3
826
827 Performance and stability improvements on all platforms.
828
829
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00008302013-05-17: Version 3.19.2
831
832 Fill in one-word-fillers for the unused property fields
833 (Chromium issue 240056).
834
835 Removed use_system_v8 logic from the mainline gyp file
836 (Chromium issue 226860).
837
838 Skip CPU profiler samples where top function's stack frame is not
839 set up properly (issue 2628).
840
841 Performance and stability improvements on all platforms.
842
843
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00008442013-05-14: Version 3.19.1
845
846 Fixed missing hole check for loads from Smi arrays when all uses are
847 changes (Chromium issue 233737)
848
849 Performance and stability improvements on all platforms.
850
851
ulan@chromium.org57ff8812013-05-10 08:16:55 +00008522013-05-10: Version 3.19.0
853
854 Deprecated Context::New which returns Persistent.
855
856 Added Persistent<T>::Reset which disposes the handle and redirects it to
857 point to another object.
858
859 Deprecated WriteAscii and MayContainNonAscii.
860
861 Exposed AssertNoAllocation to API.
862
863 Performance and stability improvements on all platforms.
864
865
danno@chromium.orgf005df62013-04-30 16:36:45 +00008662013-04-30: Version 3.18.5
867
868 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
869
870 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
871 (Chromium issue 235311)
872
873 Change 'Parse error' to three more informative messages.
874 (Chromium issue 2636)
875
876 Performance and stability improvements on all platforms.
877
878
danno@chromium.orgca29dd82013-04-26 11:59:48 +00008792013-04-26: Version 3.18.4
880
881 Added a preliminary API for ES6 ArrayBuffers
882
883 Replaced qsort with std::sort. (Chromium issue 2639)
884
885 Performance and stability improvements on all platforms.
886
887
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00008882013-04-24: Version 3.18.3
889
890 Exposed the GC under a name that is less collision prone than window.gc.
891 (issue 2641)
892
893 Do not emit double values at their use sites. (Chromium issue 234101)
894
895 Added methods to allow resuming execution after calling
896 TerminateExecution(). (issue 2361)
897
898 Performance and stability improvements on all platforms.
899
900
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00009012013-04-22: Version 3.18.2
902
903 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
904 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
905
906 Removed heap snapshot size limit. (Chromium issue 232305)
907
908 Performance and stability improvements on all platforms.
909
910
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00009112013-04-18: Version 3.18.1
912
913 Removed SCons related files and deprecated test suite configurations.
914
915 Improved handling of unary plus (issue 2527).
916
917 Performance and stability improvements on all platforms.
918
919
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00009202013-04-17: Version 3.18.0
921
922 Enabled pretenuring of fast literals in high promotion mode.
923
924 Removed preparser library; link preparser executable against full V8.
925
926 Fixed set-up of intrinsic's 'constructor' properties.
927 (Chromium issue 229445)
928
929 ES6 symbols: extended V8 API to support symbols (issue 2158).
930
931 Removed ARM support for VFP2.
932
933 Made __proto__ a real JavaScript accessor property.
934 (issue 1949 and issue 2606)
935
936 Performance and stability improvements on all platforms.
937
938
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00009392013-04-04: Version 3.17.16
940
941 Stack trace API: poison stack frames below the first strict mode frame.
942 (issue 2564)
943
944 Made Isolate::GetHeapStatistics robust against half-initialized
945 isolates (Chromium issue 2591).
946
947 Finished implementation of ES6 symbols aka. private names (issue 2158).
948
949 Performance and stability improvements on all platforms.
950
951
danno@chromium.orgc99cd482013-03-21 15:26:42 +00009522013-03-21: Version 3.17.15
953
954 Rolled back API changes to maintain compatibility with older
955 3.17.x versions of V8.
956
957 Disable zapping of global handles in release mode.
958
959 Always mark the entire valid prefix of the descriptor array.
960 (Chromium issue 196331)
961
962 Use internal memcpy for CopyWords and when copying code.
963 (Chromium issue 196330)
964
965 Performance and stability improvements on all platforms.
966
967
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00009682013-03-20: Version 3.17.14
969
970 Use internal memcpy when initializing code objects.
971 (Chromium issue 196330)
972
973 Disabled weak embedded maps because of crashes.
974 (Chromium issues 172489, 217858)
975
976 Performance and stability improvements on all platforms.
977
978
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00009792013-03-19: Version 3.17.13
980
981 Turned Flags into a uint32_t typedef (Chromium issue 194749).
982
983 Performance and stability improvements on all platforms.
984
985
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00009862013-03-18: Version 3.17.12
987
988 Unified kMaxArguments with number of bits used to encode it.
989 (Chromium issue 211741)
990
991 Fixed detection of |handle_smi| case in
992 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
993 (Chromium issue 196583)
994
995 Performance and stability improvements on all platforms.
996
997
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00009982013-03-15: Version 3.17.11
999
1000 Added a version of the v8::HandleScope constructor with an v8::Isolate
1001 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
1002 method of v8::Isolate.
1003 (issue 2487)
1004
1005 Fixed two register allocator bugs (off-by-one error/failure
1006 propagation). (issue 2576)
1007
1008 Fixed huge heap snapshot when a heavily shared context has many
1009 variables. (Chromium issue 145687)
1010
1011 Performance and stability improvements on all platforms.
1012
1013
ulan@chromium.org6e196bf2013-03-13 09:38:22 +000010142013-03-13: Version 3.17.10
1015
1016 Fixed heap snapshot creation for Harmony collections. (issue 2535)
1017
1018 Fixed register allocation corner case. (Chromium issue 177883)
1019
1020 Performance and stability improvements on all platforms.
1021
1022
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +000010232013-03-08: Version 3.17.9
1024
1025 Restored Function()'s expected string representation. (issue 2470)
1026
1027 Enabled deprecatations (again). (issue 2487)
1028
1029 Avoid bool to Oddball conversions by being lazy. (issue 2491)
1030
1031 Added %p option to --logfile.
1032
1033 Hardened Function()'s parsing of function literals. (issue 2470)
1034
1035 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
1036
1037 Performance and stability improvements on all platforms.
1038
1039
ulan@chromium.org750145a2013-03-07 15:14:13 +000010402013-03-07: Version 3.17.8
1041
1042 Added missing license headers. (Chromium issue 98597)
1043
1044 Inserted missing type cast in JSON.stringify. (issue 2570)
1045
1046 Reverted "Send SIGPROF signals on the profiler event processor thread"
1047 (issue 2571)
1048
1049 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
1050 (issue 2568)
1051
1052 ES6 symbols: filter symbols form for-in loops and Object.keys.
1053 (issue 2158)
1054
1055 Properly handle misses for StoreArrayLengthStub on ia32 and x64
1056 (issue 2566)
1057
1058 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
1059
1060 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
1061
1062 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
1063 (issue 2556)
1064
1065 Enabled zapping of disposed global handles in release mode.
1066 (Chromium issue 176056)
1067
1068 Added workaround for redefinition of __proto__ property. (issue 2565)
1069
1070 ES6 symbols: Allow symbols as property names. (issue 2158)
1071
1072 Performance and stability improvements on all platforms.
1073
1074
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +000010752013-03-04: Version 3.17.7
1076
1077 Limited recursion in regexp compilation by a budget.
1078 (Chromium issue 178790)
1079
1080 ES6 symbols: Implemented Symbol intrinsic and basic functionality
1081 (issue 2158)
1082
1083 Performance and stability improvements on all platforms.
1084
1085
hpayer@chromium.org8432c912013-02-28 15:55:26 +000010862013-02-28: Version 3.17.6
1087
1088 Fixed materialization of arguments objects with unknown values.
1089 (Chromium issue 163530)
1090
1091 Set default number of sweeper threads to at most four.
1092
1093 Performance and stability improvements on all platforms.
1094
1095
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +000010962013-02-27: Version 3.17.5
1097
1098 Made __proto__ a foreign callback on Object.prototype.
1099 (issue 621, issue 1949 and issue 2441)
1100
1101 Performance and stability improvements on all platforms.
1102
1103
ulan@chromium.org09d7ab52013-02-25 15:50:35 +000011042013-02-25: Version 3.17.4
1105
1106 Performance and stability improvements on all platforms.
1107
1108
ulan@chromium.org2e04b582013-02-21 14:06:02 +000011092013-02-21: Version 3.17.3
1110
1111 Performance and stability improvements on all platforms.
1112
1113
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +000011142013-02-19: Version 3.17.2
1115
1116 Removed bogus check for TOP register in deoptimizer.
1117 (Chromium issue 176943)
1118
1119 Made the Isolate parameter mandatory for internal HandleScopes.
1120 (issue 2487)
1121
1122 Fixed f.apply() optimization when declared arguments are mutated.
1123 (issue 2539)
1124
1125 Performance and stability improvements on all platforms.
1126
1127
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +000011282013-02-14: Version 3.17.1
1129
1130 Performance and stability improvements on all platforms.
1131
1132
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +000011332013-02-13: Version 3.17.0
1134
1135 Enabled parallel sweeping.
1136
1137 Don't try to unlink instructions twice during GVN
1138 (Chromium issue 175141)
1139
1140 Fixed code flusher disabling while marking incrementally.
1141 (Chromium issue 173458, 168582)
1142
1143 Don't use TLS for space iterators.
1144 (issue 2531)
1145
1146 Added new GetHeapStatistics API entry and deprecated old one.
1147
1148 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
1149 platform-independent code.
1150 (Chromium issue 173907)
1151
1152 Added --trace-array-abuse to help find OOB accesses.
1153
1154 Performance and stability improvements on all platforms.
1155
1156
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +000011572013-02-06: Version 3.16.14
1158
1159 Performance and stability improvements on all platforms.
1160
1161
danno@chromium.org94b0d6f2013-02-04 13:33:20 +000011622013-02-04: Version 3.16.13
1163
1164 Tagged stubs that rely on instance types as MEGAMORPHIC.
1165 (Chromium issue 173974)
1166
1167 Fixed clearing of dead dependent codes and verifing of weak
1168 embedded maps on full GC. (Chromium issue 172488,172489)
1169
1170 Made the arm port build cleanly with Clang.
1171
1172 Performance and stability improvements on all platforms.
1173
1174
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +000011752013-01-31: Version 3.16.12
1176
1177 Performance and stability improvements on all platforms.
1178
1179
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +000011802013-01-30: Version 3.16.11
1181
1182 Put making embedded maps in optimized code weak behind a flag.
1183 (Chromium issue 172488,172489)
1184
1185 Performance and stability improvements on all platforms.
1186
1187
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +000011882013-01-25: Version 3.16.10
1189
1190 Avoid excessive memory usage during redundant phi elimination.
1191 (issue 2510)
1192
1193 Fixed additional spec violations wrt RegExp.lastIndex.
1194 (issue 2437)
1195
1196 Added Isolate parameter to Persistent class.
1197 (issue 2487)
1198
1199 Performance and stability improvements on all platforms.
1200
1201
yangguo@chromium.org003650e2013-01-24 16:31:08 +000012022013-01-24: Version 3.16.9
1203
1204 Made embedded maps in optimized code weak.
1205 (issue 2073)
1206
1207 Fixed corner case when JSFunction is evicted from flusher.
1208 (Chromium issue 168801)
1209
1210 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
1211 (Chromium issue 171641)
1212
1213 Performance and stability improvements on all platforms.
1214
1215
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +000012162013-01-23: Version 3.16.8
1217
1218 Correctly reset lastIndex in an RegExp object.
1219 (Chromium issue 170856)
1220
1221 Added a workaround for Windows compilation problems related to V8EXPORT.
1222 (issue 2507)
1223
1224 tools/run-tests.py: shlex.split() the value of --command-prefix
1225 (Chromium issue 171553)
1226
1227 Fixed pattern detection for replacing shifts by rotation.
1228 (Chromium issue 2499)
1229
1230 Performance and stability improvements on all platforms.
1231
1232
yangguo@chromium.org28381b42013-01-21 14:39:38 +000012332013-01-21: Version 3.16.7
1234
1235 Removed <(library) usage from v8.gyp.
1236 (Chromium issue 111541)
1237
1238 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
1239 (Chromium issue 169928)
1240
1241 Performance and stability improvements on all platforms.
1242
1243
yangguo@chromium.org46a2a512013-01-18 16:29:40 +000012442013-01-18: Version 3.16.6
1245
1246 Made the Isolate parameter mandatory in Locker and Unlocker classes.
1247 (issue 2487)
1248
1249 Avoid pointer underflow in CopyCharsUnsigned.
1250 (issue 2493)
1251
1252 Generate shim headers when using system v8.
1253 (Chromium issue 165264)
1254
1255 Fixed arguments materialization for inlined apply().
1256 (issue 2489)
1257
1258 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
1259 (Chromium issue 147497)
1260
1261 Added sanity check to CodeFlusher::AddCandidate.
1262 (Chromium issue 169209)
1263
1264 Performance and stability improvements on all platforms.
1265
1266
12672013-01-15: Version 3.16.5
1268
1269 Removed deprecated functions from V8's external API.
1270
1271 Prepared API for WebKit use of Latin-1.
1272
1273 Fixed V8 issue 2486.
1274
1275 Fixed Chromium issue 169723.
1276
1277 Performance and stability improvements on all platforms.
1278
1279
yangguo@chromium.org9768bf12013-01-11 14:51:07 +000012802013-01-11: Version 3.16.4
1281
1282 Fixed Chromium issues 168545 and 169209.
1283
1284 Performance and stability improvements on all platforms.
1285
1286
jkummerow@chromium.org59297c72013-01-09 16:32:23 +000012872013-01-09: Version 3.16.3
1288
1289 Improved GC performance when moving parts of a FixedArray (issue 2452).
1290
1291 Enabled readline on d8 while building a shared lib (issue 1781).
1292
1293 Fixed missing exception check in typed array constructor
1294 (Chromium issue 168545).
1295
1296 Check for read-only-ness when preparing for array sort (issue 2419).
1297
1298 Performance and stability improvements on all platforms.
1299
1300
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +000013012013-01-04: Version 3.16.2
1302
1303 Added Makefile options to build for the Raspberry Pi (armv7=0,
1304 arm_fpu=vfp2).
1305
1306 Performance and stability improvements on all platforms.
1307
1308
ulan@chromium.org4121f232012-12-27 15:57:11 +000013092012-12-27: Version 3.16.1
1310
1311 Fixed x64 MathMinMax for negative untagged int32 arguments.
1312 (Chromium issue 164442)
1313
1314 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
1315 (issue 2458)
1316
1317 Performance and stability improvements on all platforms.
1318
1319
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +000013202012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +00001321
1322 V8_Fatal now prints C++ stack trace in debug mode.
1323
1324 Added HTML-based tick processor.
1325
1326 Continued implementation of Object.observe (V8 issue 2409).
1327
1328 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
1329
1330 Fixed Chromium issues 125308, 165637, 166379, 166553.
1331
1332 Performance and stability improvements on all platforms.
1333
1334
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +000013352012-12-10: Version 3.15.11
1336
1337 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
1338 flags.
1339
1340 Performance and stability improvements on all platforms.
1341
1342
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +000013432012-12-07: Version 3.15.10
1344
1345 Enabled optimisation of functions inside eval. (issue 2315)
1346
1347 Fixed spec violations in methods of Number.prototype. (issue 2443)
1348
1349 Added GCTracer metrics for a scavenger GC for DOM wrappers.
1350
1351 Performance and stability improvements on all platforms.
1352
1353
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +000013542012-12-06: Version 3.15.9
1355
1356 Fixed candidate eviction in code flusher.
1357 (Chromium issue 159140)
1358
1359 Iterate through all arguments for side effects in Math.min/max.
1360 (issue 2444)
1361
1362 Fixed spec violations related to regexp.lastIndex
1363 (issue 2437, issue 2438)
1364
1365 Performance and stability improvements on all platforms.
1366
1367
mmassi@chromium.org49a44672012-12-04 13:52:03 +000013682012-12-04: Version 3.15.8
1369
1370 Enforced stack allocation of TryCatch blocks.
1371 (issue 2166,chromium:152389)
1372
1373 Fixed external exceptions in external try-catch handlers.
1374 (issue 2166)
1375
1376 Activated incremental code flushing by default.
1377
1378 Performance and stability improvements on all platforms.
1379
1380
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +000013812012-11-30: Version 3.15.7
1382
1383 Activated code aging by default.
1384
1385 Included more information in --prof log.
1386
1387 Removed eager sweeping for lazy swept spaces. Try to find in
1388 SlowAllocateRaw a bounded number of times a big enough memory slot.
1389 (issue 2194)
1390
1391 Performance and stability improvements on all platforms.
1392
1393
danno@chromium.org1f34ad32012-11-26 14:53:56 +000013942012-11-26: Version 3.15.6
1395
1396 Ensure double arrays are filled with holes when extended from
1397 variations of empty arrays. (Chromium issue 162085)
1398
1399 Performance and stability improvements on all platforms.
1400
1401
ulan@chromium.org8e8d8822012-11-23 14:36:46 +000014022012-11-23: Version 3.15.5
1403
1404 Fixed JSON.stringify for objects with interceptor handlers.
1405 (Chromium issue 161028)
1406
1407 Fixed corner case in x64 compare stubs. (issue 2416)
1408
1409 Performance and stability improvements on all platforms.
1410
1411
yangguo@chromium.orgfb377212012-11-16 14:43:43 +000014122012-11-16: Version 3.15.4
1413
1414 Fixed Array.prototype.join evaluation order. (issue 2263)
1415
1416 Perform CPU sampling by CPU sampling thread only iff processing thread
1417 is not running. (issue 2364)
1418
1419 When using an Object as a set in Object.getOwnPropertyNames, null out
1420 the proto. (issue 2410)
1421
1422 Disabled EXTRA_CHECKS in Release build.
1423
1424 Heap explorer: Show representation of strings.
1425
1426 Removed 'type' and 'arguments' properties from Error object.
1427 (issue 2397)
1428
1429 Added atomics implementation for ThreadSanitizer v2.
1430 (Chromium issue 128314)
1431
1432 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1433
1434 Performance and stability improvements on all platforms.
1435
1436
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +000014372012-11-13: Version 3.15.3
1438
1439 Changed sample shell to send non-JS output (e.g. errors) to stderr
1440 instead of stdout.
1441
1442 Correctly check for stack overflow even when interrupt is pending.
1443 (issue 214)
1444
1445 Collect stack trace on stack overflow. (issue 2394)
1446
1447 Performance and stability improvements on all platforms.
1448
1449
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +000014502012-11-12: Version 3.15.2
1451
1452 Function::GetScriptOrigin supplies sourceURL when script name is
1453 not available. (Chromium issue 159413)
1454
1455 Made formatting error message side-effect-free. (issue 2398)
1456
1457 Fixed length check in JSON.stringify. (Chromium issue 160010)
1458
1459 ES6: Added support for Set and Map clear method (issue 2400)
1460
1461 Fixed slack tracking when instance prototype changes.
1462 (Chromium issue 157019)
1463
1464 Fixed disabling of code flusher while marking. (Chromium issue 159140)
1465
1466 Added a test case for object grouping in a scavenger GC (issue 2077)
1467
1468 Support shared library build of Android for v8.
1469 (Chromium issue 158821)
1470
1471 ES6: Added support for size to Set and Map (issue 2395)
1472
1473 Performance and stability improvements on all platforms.
1474
1475
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +000014762012-11-06: Version 3.15.1
1477
1478 Put incremental code flushing behind a flag. (Chromium issue 159140)
1479
1480 Performance and stability improvements on all platforms.
1481
1482
danno@chromium.org72204d52012-10-31 10:02:10 +000014832012-10-31: Version 3.15.0
1484
1485 Loosened aligned code target requirement on ARM (issue 2380)
1486
1487 Fixed JSON.parse to treat leading zeros correctly.
1488 (Chromium issue 158185)
1489
1490 Performance and stability improvements on all platforms.
1491
1492
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000014932012-10-22: Version 3.14.5
1494
1495 Killed off the SCons based build.
1496
1497 Added a faster API for creating v8::Integer objects.
1498
1499 Speeded up function deoptimization by avoiding quadratic pass over
1500 optimized function list. (Chromium issue 155270)
1501
1502 Always invoke the default Array.sort functions from builtin functions.
1503 (issue 2372)
1504
1505 Reverted recent CPU profiler changes because they broke --prof.
1506 (issue 2364)
1507
1508 Switched code flushing to use different JSFunction field.
1509 (issue 1609)
1510
1511 Performance and stability improvements on all platforms.
1512
1513
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000015142012-10-15: Version 3.14.4
1515
1516 Allow evals for debugger even if they are prohibited in the debugee
1517 context. (Chromium issue 154733)
1518
1519 Enabled --verify-heap in release mode (issue 2120)
1520
1521 Performance and stability improvements on all platforms.
1522
1523
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000015242012-10-11: Version 3.14.3
1525
1526 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1527 (Chromium issue 155076).
1528
1529 Bumped variable limit further to 2^17 (Chromium issue 151625).
1530
1531 Performance and stability improvements on all platforms.
1532
1533
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000015342012-10-10: Version 3.14.2
1535
1536 ARM: allowed VFP3 instructions when hardfloat is enabled.
1537 (Chromium issue 152506)
1538
1539 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1540 (Chromium issue 151749)
1541
1542 Made GDBJIT interface compile again. (issue 1804)
1543
1544 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1545 (Chromium issue 143967)
1546
1547 Made sure that names of temporaries do not clash with real variables.
1548 (issue 2322)
1549
1550 Rejected local module declarations. (Chromium issue 150628)
1551
1552 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1553
1554 Fixed slot recording of code target patches.
1555 (Chromium issue 152615,chromium:144230)
1556
1557 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1558
1559 Performance and stability improvements on all platforms.
1560
1561
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000015622012-10-01: Version 3.14.1
1563
1564 Don't set -m32 flag when compiling with Android ARM compiler.
1565 (Chromium issue 143889)
1566
1567 Restore the descriptor array before returning allocation failure.
1568 (Chromium issue 151750)
1569
1570 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1571 128252).
1572
1573 Pull more recent gyp in 'make dependencies'.
1574
1575 Made sure that the generic KeyedStoreIC changes length and element_kind
1576 atomically (issue 2346).
1577
1578 Bumped number of allowed variables per scope to 65535, to address GWT.
1579 (Chromium issue 151625)
1580
1581 Support sourceURL for dynamically inserted scripts (issue 2342).
1582
1583 Performance and stability improvements on all platforms.
1584
1585
ulan@chromium.org56c14af2012-09-20 12:51:09 +000015862012-09-20: Version 3.14.0
1587
1588 Fixed missing slot recording during clearing of CallICs.
1589 (Chromium issue 144230)
1590
1591 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1592 (Chromium issue 150729)
1593
1594 Fixed minus zero test. (Issue 2133)
1595
1596 Fixed setting array length to zero for slow elements.
1597 (Chromium issue 146910)
1598
1599 Fixed lost arguments dropping in HLeaveInlined.
1600 (Chromium issue 150545)
1601
1602 Fixed casting error for receiver of interceptors.
1603 (Chromium issue 149912)
1604
1605 Throw a more descriptive exception when blocking 'eval' via CSP.
1606 (Chromium issue 140191)
1607
1608 Fixed debugger's eval when close to stack overflow. (issue 2318)
1609
1610 Added checks to live edit. (issue 2297)
1611
1612 Switched on code compaction on incremental GCs.
1613
1614 Fixed caching of optimized code for OSR. (issue 2326)
1615
1616 Not mask exception thrown by toString in String::UtfValue etc.
1617 (issue 2317)
1618
1619 Fixed API check for length of external arrays. (Chromium issue 148896)
1620
1621 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1622
1623 Correctly initialize regexp global cache. (Chromium issue 148378)
1624
1625 Fixed arguments object materialization during deopt. (issue 2261)
1626
1627 Introduced new API to expose external string resource regardless of
1628 encoding.
1629
1630 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1631 --deopt-every-n-times flag is present
1632 (Chromium issue 148389)
1633
1634 Fixed edge case of extension with NULL as source string.
1635 (Chromium issue 144649)
1636
1637 Fixed array index dehoisting. (Chromium issue 141395)
1638
1639 Performance and stability improvements on all platforms.
1640
1641
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000016422012-09-11: Version 3.13.7
1643
1644 Enable/disable LiveEdit using the (C++) debug API.
1645
1646 Performance and stability improvements on all platforms.
1647
1648
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000016492012-09-06: Version 3.13.6
1650
1651 Added validity checking to API functions and calls.
1652
1653 Disabled accessor inlining (Chromium issue 134609).
1654
1655 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1656
1657 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1658
1659 Fixed VS2005 build (issue 2313).
1660
1661 Activated fixed ES5 readonly semantics by default.
1662
1663 Added hardfp flag to the Makefile.
1664
1665 Performance and stability improvements on all platforms.
1666
1667
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000016682012-08-29: Version 3.13.5
1669
1670 Release stack trace data after firing Error.stack accessor.
1671 (issue 2308)
1672
1673 Added a new API V8::SetJitCodeEventHandler to push code name and
1674 location to users such as profilers.
1675
1676 Allocate block-scoped global bindings to global context.
1677
1678 Performance and stability improvements on all platforms.
1679
1680
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000016812012-08-28: Version 3.13.4
1682
1683 Print reason for disabling optimization. Kill --trace-bailout flag.
1684
1685 Provided option to disable full DEBUG build on Android.
1686
1687 Introduced global contexts to represent lexical global scope(s).
1688
1689 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1690
1691 Performance and stability improvements on all platforms.
1692
1693
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000016942012-08-21: Version 3.13.3
1695
1696 Performance and stability improvements on all platforms.
1697
1698
16992012-08-20: Version 3.13.2
1700
1701 Performance and stability improvements on all platforms.
1702
1703
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000017042012-08-16: Version 3.13.1
1705
1706 Performance and stability improvements on all platforms.
1707
1708
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000017092012-08-10: Version 3.13.0
1710
1711 Added histograms for total allocated/live heap size, as well as
1712 allocated size and percentage of total for map and cell space.
1713
1714 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1715 (issue 1645)
1716
1717 Added checks for interceptors to negative lookup code in Crankshaft.
1718 (Chromium issue 140473)
1719
1720 Made incremental marking clear ICs and type feedback cells.
1721
1722 Performance and stability improvements on all platforms.
1723
1724
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000017252012-08-01: Version 3.12.19
1726
1727 Performance and stability improvements on all platforms.
1728
1729
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000017302012-07-30: Version 3.12.18
1731
1732 Forced using bit-pattern for signed zero double. (issue 2239)
1733
1734 Made sure double to int conversion is correct. (issue 2260)
1735
1736 Performance and stability improvements on all platforms.
1737
1738
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000017392012-07-27: Version 3.12.17
1740
1741 Always set the callee's context when calling a function from optimized
1742 code.
1743 (Chromium issue 138887)
1744
1745 Fixed building with GCC 3.x
1746 (issue 2016, 2017)
1747
1748 Improved API calls that return empty handles.
1749 (issue 2245)
1750
1751 Performance and stability improvements on all platforms.
1752
1753
danno@chromium.org129d3982012-07-25 15:01:47 +000017542012-07-25: Version 3.12.16
1755
1756 Performance and stability improvements on all platforms.
1757
1758
yangguo@chromium.org304cc332012-07-24 07:59:48 +000017592012-07-24: Version 3.12.15
1760
1761 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1762 (issue 2252)
1763
1764 Added dependency to HLoadKeyed* instructions to prevent invalid
1765 hoisting. (Chromium issue 137768)
1766
1767 Enabled building d8 for Android on Mac.
1768
1769 Interpret negative hexadecimal literals as NaN.
1770 (issue 2240)
1771
1772 Expose counters in javascript when using --track-gc-object-stats.
1773
1774 Enabled building and testing V8 on Android IA.
1775
1776 Added --trace-parse flag to parser.
1777
1778 Performance and stability improvements on all platforms.
1779
1780
verwaest@chromium.org178fb152012-07-18 11:21:48 +000017812012-07-18: Version 3.12.14
1782
1783 Deactivated optimization of packed arrays.
1784 (Chromium issue 137768)
1785
1786 Fixed broken accessor transition.
1787 (Chromium issue 137689)
1788
1789 Performance and stability improvements on all platforms.
1790
1791
verwaest@chromium.org753aee42012-07-17 16:15:42 +000017922012-07-17: Version 3.12.13
1793
1794 Fixed missing tagging of stack value in finally block.
1795 (Chromium issue 137496)
1796
1797 Added more support for heap analysis.
1798
1799 Performance and stability improvements on all platforms.
1800
1801
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000018022012-07-16: Version 3.12.12
1803
1804 Added an option to the tickprocessor to specify the directory for lib
1805 lookup.
1806
1807 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1808
1809 Fixed transcendental cache on ARM in optimized code (issue 2234).
1810
1811 New heap inspection tools: counters for object sizes and counts,
1812 histograms for external fragmentation.
1813
1814 Incorporated constness into inferred interfaces (in preparation for
1815 handling imports) (issue 1569).
1816
1817 Performance and stability improvements on all platforms.
1818
1819
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000018202012-07-12: Version 3.12.11
1821
1822 Renamed "mips" arch to "mipsel" in the GYP build.
1823
1824 Fixed computation of call targets on prototypes in Crankshaft.
1825 (Chromium issue 125148)
1826
1827 Removed use of __lookupGetter__ when generating stack trace.
1828 (issue 1591)
1829
1830 Turned on ES 5.2 globals semantics by default.
1831 (issue 1991, Chromium issue 80591)
1832
1833 Synced preparser and parser wrt syntax error in switch..case.
1834 (issue 2210)
1835
1836 Fixed reporting of octal literals in strict mode when preparsing.
1837 (issue 2220)
1838
1839 Fixed inline constructors for Harmony Proxy prototypes.
1840 (issue 2225)
1841
1842 Performance and stability improvements on all platforms.
1843
1844
danno@chromium.org81cac2b2012-07-10 11:28:27 +000018452012-07-10: Version 3.12.10
1846
1847 Re-enabled and fixed issue with array bounds check elimination
1848 (Chromium issue 132114).
1849
1850 Fixed Debug::Break crash. (Chromium issue 131642)
1851
1852 Added optimizing compiler support for JavaScript getters.
1853
1854 Performance and stability improvements on all platforms.
1855
1856
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000018572012-07-06: Version 3.12.9
1858
1859 Correctly advance the scanner when scanning unicode regexp flag.
1860 (Chromium issue 136084)
1861
1862 Fixed unhandlified code calling Harmony Proxy traps.
1863 (issue 2219)
1864
1865 Performance and stability improvements on all platforms.
1866
1867
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000018682012-07-05: Version 3.12.8
1869
1870 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1871
1872 Performance and stability improvements on all platforms.
1873
1874
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000018752012-07-03: Version 3.12.7
1876
1877 Fixed lazy compilation for strict eval scopes.
1878 (Chromium issue 135066)
1879
1880 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1881 (issue 2151)
1882
1883 Report "hidden properties" in heap profiler for properties case.
1884 (issue 2212)
1885
1886 Activated optimization of packed arrays by default.
1887
1888 Performance and stability improvements on all platforms.
1889
1890
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000018912012-06-29: Version 3.12.6
1892
1893 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1894
1895 Extended TypedArray support in d8.
1896
1897
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000018982012-06-28: Version 3.12.5
1899
1900 Fixed lazy parsing heuristics to respect outer scope.
1901 (Chromium issue 135008)
1902
1903 Allow using test-wrapper-gypbuild.py on Windows when no python
1904 interpreter is registered.
1905
1906 Performance and stability improvements on all platforms.
1907
1908
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000019092012-06-27: Version 3.12.4
1910
1911 Removed -fomit-frame-pointer flag from Release builds to make
1912 the stack walkable by TCMalloc (Chromium issue 133723).
1913
1914 Ported r7868 (constant masking) to x64 (issue 1374).
1915
1916 Expose more detailed memory statistics (issue 2201).
1917
1918 Fixed Harmony Maps and WeakMaps for undefined values
1919 (Chromium issue 132744).
1920
1921 Correctly throw reference error in strict mode with ICs disabled
1922 (issue 2119).
1923
1924 Performance and stability improvements on all platforms.
1925
1926
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000019272012-06-25: Version 3.12.3
1928
1929 Reverted r11835 'Unify promotion and allocation limit computation' due
1930 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1931
1932 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1933
1934 Performance and stability improvements on all platforms.
1935
1936
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000019372012-06-22: Version 3.12.2
1938
1939 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1940 ia32/x64. (Chromium issue 134055)
1941
1942 Fixed lazy sweeping heuristics to prevent old-space expansion.
1943 (issue 2194)
1944
1945 Performance and stability improvements on all platforms.
1946
1947
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000019482012-06-21: Version 3.12.1
1949
1950 Performance and stability improvements on all platforms.
1951
1952
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000019532012-06-20: Version 3.12.0
1954
1955 Fixed Chromium issues:
1956 115100, 129628, 131994, 132727, 132741, 132742, 133211
1957
1958 Fixed V8 issues:
1959 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1960
1961 Added --extra-code flag to mksnapshot to load JS code into the VM
1962 before creating the snapshot.
1963
1964 Support 'restart call frame' command in the debugger.
1965
1966 Performance and stability improvements on all platforms.
1967
1968
mmassi@chromium.org7028c052012-06-13 11:51:58 +000019692012-06-13: Version 3.11.10
1970
1971 Implemented heap profiler memory usage reporting.
1972
1973 Preserved error message during finally block in try..finally.
1974 (Chromium issue 129171)
1975
1976 Fixed EnsureCanContainElements to properly handle double values.
1977 (issue 2170)
1978
1979 Improved heuristics to keep objects in fast mode with inherited
1980 constructors.
1981
1982 Performance and stability improvements on all platforms.
1983
1984
rossberg@chromium.org400388e2012-06-06 09:29:22 +000019852012-06-06: Version 3.11.9
1986
1987 Implemented ES5-conformant semantics for inherited setters and read-only
1988 properties. Currently behind --es5_readonly flag, because it breaks
1989 WebKit bindings.
1990
1991 Exposed last seen heap object id via v8 public api.
1992
1993 Performance and stability improvements on all platforms.
1994
1995
verwaest@chromium.org37141392012-05-31 13:27:02 +000019962012-05-31: Version 3.11.8
1997
1998 Avoid overdeep recursion in regexp where a guarded expression with a
1999 minimum repetition count is inside another quantifier.
2000 (Chromium issue 129926)
2001
2002 Fixed missing write barrier in store field stub.
2003 (issues 2143, 1465, Chromium issue 129355)
2004
2005 Proxies: Fixed receiver for setters inherited from proxies.
2006 Proxies: Fixed ToStringArray function so that it does not reject some
2007 keys.
2008 (issue 1543)
2009
2010 Performance and stability improvements on all platforms.
2011
2012
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000020132012-05-29: Version 3.11.7
2014
2015 Get better function names in stack traces.
2016
2017 Performance and stability improvements on all platforms.
2018
2019
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000020202012-05-24: Version 3.11.6
2021
2022 Fixed RegExp.prototype.toString for incompatible receivers
2023 (issue 1981).
2024
2025 Performance and stability improvements on all platforms.
2026
2027
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000020282012-05-23: Version 3.11.5
2029
2030 Performance and stability improvements on all platforms.
2031
2032
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000020332012-05-22: Version 3.11.4
2034
2035 Some cleanup to common.gypi. This fixes some host/target combinations
2036 that weren't working in the Make build on Mac.
2037
2038 Handle EINTR in socket functions and continue incomplete sends.
2039 (issue 2098)
2040
2041 Fixed python deprecations. (issue 1391)
2042
2043 Made socket send and receive more robust and return 0 on failure.
2044 (Chromium issue 15719)
2045
2046 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
2047
2048 Set '-m32' option for host and target platforms
2049
2050 Performance and stability improvements on all platforms.
2051
2052
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000020532012-05-18: Version 3.11.3
2054
2055 Disable optimization for functions that have scopes that cannot be
2056 reconstructed from the context chain. (issue 2071)
2057
2058 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
2059
2060 Correctly check for native error objects. (Chromium issue 2138)
2061
2062 Performance and stability improvements on all platforms.
2063
2064
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000020652012-05-16: Version 3.11.2
2066
2067 Revert r11496. (Chromium issue 128146)
2068
2069 Implement map collection for incremental marking. (issue 1465)
2070
2071 Add toString method to CallSite (which describes a frame of the
2072 stack trace).
2073
2074
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000020752012-05-15: Version 3.11.1
2076
2077 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
2078
2079 Fix freebsd build. (V8 issue 2126)
2080
2081 Performance and stability improvements on all platforms.
2082
2083
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000020842012-05-11: Version 3.11.0
2085
2086 Fixed compose-discard crasher from r11524 (issue 2123).
2087
2088 Activated new global semantics by default. Global variables can
2089 now shadow properties of the global object (ES5.1 erratum).
2090
2091 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
2092 transitioning (Chromium issue 117409).
2093
2094 Made Error.prototype.name writable again, as required by the spec and
2095 the web (Chromium issue 69187).
2096
2097 Implemented map collection with incremental marking (issue 1465).
2098
2099 Regexp: Fixed overflow in min-match-length calculation
2100 (Chromium issue 126412).
2101
2102 MIPS: Fixed illegal instruction use on Loongson in code for
2103 Math.random() (issue 2115).
2104
2105 Fixed crash bug in VisitChoice (Chromium issue 126272).
2106
2107 Fixed unsigned-Smi check in MappedArgumentsLookup
2108 (Chromium issue 126414).
2109
2110 Fixed LiveEdit for function with no locals (issue 825).
2111
2112 Fixed register clobbering in LoadIC for interceptors
2113 (Chromium issue 125988).
2114
2115 Implemented clearing of CompareICs (issue 2102).
2116
2117 Performance and stability improvements on all platforms.
2118
2119
danno@chromium.org2c26cb12012-05-03 09:06:43 +000021202012-05-03: Version 3.10.8
2121
2122 Enabled MIPS cross-compilation.
2123
2124 Ensured reload of elements pointer in StoreFastDoubleElement stub.
2125 (Chromium issue 125515)
2126
2127 Fixed corner cases in truncation behavior when storing to
2128 TypedArrays. (issue 2110)
2129
2130 Fixed failure to properly recognize and report out-of-memory
2131 conditions when allocating code space pages. (Chromium issue
2132 118625)
2133
2134 Fixed idle notifications to perform a round of incremental GCs
2135 after context disposal. (issue 2107)
2136
2137 Fixed preparser for try statement. (issue 2109)
2138
2139 Performance and stability improvements on all platforms.
2140
2141
danno@chromium.org1044a4d2012-04-30 12:34:39 +000021422012-04-30: Version 3.10.7
2143
2144 Performance and stability improvements on all platforms.
2145
2146
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000021472012-04-26: Version 3.10.6
2148
2149 Fixed some bugs in accessing details of the last regexp match.
2150
2151 Fixed source property of empty RegExp objects. (issue 1982)
2152
2153 Enabled inlining some V8 API functions.
2154
2155 Performance and stability improvements on all platforms.
2156
2157
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000021582012-04-23: Version 3.10.5
2159
2160 Put new global var semantics behind a flag until WebKit tests are
2161 cleaned up.
2162
2163 Enabled stepping into callback passed to builtins.
2164 (Chromium issue 109564)
2165
2166 Performance and stability improvements on all platforms.
2167
2168
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000021692012-04-19: Version 3.10.4
2170
2171 Fixed issues when stressing compaction with WeakMaps.
2172
2173 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
2174
2175 Simplify invocation sequence at monomorphic function invocation sites.
2176 (issue 2079)
2177
2178 Performance and stability improvements on all platforms.
2179
2180
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000021812012-04-17: Version 3.10.3
2182
2183 Fixed several bugs in heap profiles (including issue 2078).
2184
2185 Throw syntax errors on illegal escape sequences.
2186
2187 Implemented rudimentary module linking (behind --harmony flag)
2188
2189 Implemented ES5 erratum: Global declarations should shadow
2190 inherited properties.
2191
2192 Made handling of const more consistent when combined with 'eval'
2193 and 'with'.
2194
2195 Fixed V8 on MinGW-x64 (issue 2026).
2196
2197 Performance and stability improvements on all platforms.
2198
2199
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000022002012-04-13: Version 3.10.2
2201
2202 Fixed native ARM build (issues 1744, 539)
2203
2204 Return LOOKUP variable instead of CONTEXT for non-context allocated
2205 outer scope parameters (Chromium issue 119609).
2206
2207 Fixed regular and ElementsKind transitions interfering with each other
2208 (Chromium issue 122271).
2209
2210 Improved performance of keyed loads/stores which have a HeapNumber
2211 index (issues 1388, 1295).
2212
2213 Fixed WeakMap processing for evacuation candidates (issue 2060).
2214
2215 Bailout on possible direct eval calls (Chromium issue 122681).
2216
2217 Do not assume that names of function expressions are context-allocated
2218 (issue 2051).
2219
2220 Performance and stability improvements on all platforms.
2221
2222
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000022232012-04-10: Version 3.10.1
2224
2225 Fixed bug with arguments object in inlined functions (issue 2045).
2226
2227 Fixed performance bug with lazy initialization (Chromium issue
2228 118686).
2229
2230 Added suppport for Mac OS X 64bit builds with GYP.
2231 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
2232
2233 Fixed bug with hidden properties (issue 2034).
2234
2235 Fixed a performance bug when reloading pages (Chromium issue 117767,
2236 V8 issue 1902).
2237
2238 Fixed bug when optimizing throw in top-level code (issue 2054).
2239
2240 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
2241
2242 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
2243
2244 Fixed a bug with the new runtime profiler (Chromium issue 121147).
2245
2246 Fixed compilation of V8 using uClibc.
2247
2248 Optimized boot-up memory use.
2249
2250 Optimized regular expressions.
2251
2252
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000022532012-03-30: Version 3.10.0
2254
2255 Fixed store IC writability check in strict mode
2256 (Chromium issue 120099).
2257
2258 Resynchronize timers if the Windows system time was changed.
2259 (Chromium issue 119815)
2260
2261 Removed "-mfloat-abi=hard" from host compiler cflags when building for
2262 hardfp ARM
2263 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
2264
2265 Fixed edge case for case independent regexp character classes
2266 (issue 2032).
2267
2268 Reset function info counters after context disposal.
2269 (Chromium issue 117767, V8 issue 1902)
2270
2271 Fixed missing write barrier in CopyObjectToObjectElements.
2272 (Chromium issue 119926)
2273
2274 Fixed missing bounds check in HasElementImpl.
2275 (Chromium issue 119925)
2276
2277 Performance and stability improvements on all platforms.
2278
2279
danno@chromium.org88aa0582012-03-23 15:11:57 +000022802012-03-23: Version 3.9.24
2281
2282 Activated count-based profiler for ARM.
2283
2284 Fixed use of proxies as f.prototype properties. (issue 2021)
2285
2286 Enabled snapshots on MIPS.
2287
2288 Performance and stability improvements on all platforms.
2289
2290
ulan@chromium.org6ff65142012-03-21 09:52:17 +000022912012-03-21: Version 3.9.23
2292
2293 Use correct arguments adaptation environment when inlining function
2294 containing arguments. (Issue 2014)
2295
2296 Performance and stability improvements on all platforms.
2297
2298
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000022992012-03-20: Version 3.9.22
2300
2301 Enabled count-based profiler by default.
2302
2303 Implemented a hash based look-up to speed up address checks
2304 in large object space (issue 853).
2305
2306 Performance and stability improvements on all platforms.
2307
2308
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000023092012-03-19: Version 3.9.21
2310
2311 Fixed push-to-trunk script (and re-push).
2312
2313 Added API call that identifies strings that are guaranteed only to
2314 contain ASCII characters.
2315
2316
23172012-03-19: Version 3.9.20
2318
2319 Fixed declarations escaping global strict eval. (Issue 1624)
2320
2321 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
2322
2323 Fixed function declarations overwriting read-only global properties.
2324 (Chromium issue 115452)
2325
2326 Fixed --use-strict flag in combination with --harmony[-scoping].
2327
2328 Debugger: naive implementation of "step into Function.prototype.bind".
2329
2330 Debugger: added ability to set script source from within OnBeforeCompile
2331
2332 Added flag to always call DebugBreak on abort.
2333
2334 Re-enabled constructor inlining and inline === comparison with boolean
2335 constants. (Issue 2009)
2336
2337 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
2338
2339 Performance and stability improvements on all platforms.
2340
2341
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000023422012-03-14: Version 3.9.19
2343
2344 Ensure there is a smi check of the receiver for global load and call
2345 ICs (Chromium issue 117794).
2346
2347 Performance and stability improvements on all platforms.
2348
2349
yangguo@chromium.org154ff992012-03-13 08:09:54 +000023502012-03-13: Version 3.9.18
2351
2352 Ensure consistency of Math.sqrt on Intel platforms.
2353
2354 Remove static initializers in v8. (issue 1859)
2355
2356 Add explicit dependency on v8_base in the GYP-based build.
2357
2358 Performance and stability improvements on all platforms.
2359
2360
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000023612012-03-12: Version 3.9.17
2362
2363 Fixed VFP detection through compiler defines. (issue 1996)
2364
2365 Add Code-related fields to postmortem metadata.
2366
2367 Performance and stability improvements on all platforms.
2368
2369
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000023702012-03-09: Version 3.9.16
2371
2372 Added basic interface inference for modules (behind the --harmony flag).
2373
2374 Added Object.is, Number.isFinite, Number.isNaN.
2375
2376 Updated the Unicode tables to Unicode version 6.1.0.
2377
2378 Performance and stability improvements on all platforms.
2379
2380
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000023812012-03-06: Version 3.9.15
2382
2383 Fix the heap profiler crash caused by memory layout changes between
2384 passes.
2385
2386 Fix Error.prototype.toString to throw TypeError. (issue 1980)
2387
2388 Fix double-rounding in strtod for MinGW. (issue 1062)
2389
2390 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
2391
2392 Performance and stability improvements on all platforms.
2393
2394
fschneider@chromium.org35814e52012-03-01 15:43:35 +000023952012-03-01: Version 3.9.14
2396
2397 Performance and stability improvements on all platforms.
2398
2399
ulan@chromium.org812308e2012-02-29 15:58:45 +000024002012-02-29: Version 3.9.13
2401
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002402 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002403
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002404 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2405 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00002406
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002407 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002408
2409 Performance and stability improvements on all platforms.
2410
2411
ulan@chromium.org967e2702012-02-28 09:49:15 +000024122012-02-28: Version 3.9.12
2413
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002414 Fixed the negative lookup stub to handle deleted entries in a
2415 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00002416
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002417 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00002418 callback function can resolve the location of a return address on stack
2419 to the location where a return-address rewriting profiler stashed the
2420 original return address.
2421
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002422 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2423 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002424
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002425 Fixed issue 1853: Update breakpoints set with partial file name after
2426 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002427
2428
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000024292012-02-27: Version 3.9.11
2430
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002431 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002432
2433
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000024342012-02-24: Version 3.9.10
2435
2436 Fixed V8 issues 1322, 1772 and 1969.
2437
2438 Conformance improvements.
2439
2440 Performance and stability improvements on all platforms.
2441
2442
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000024432012-02-23: Version 3.9.9
2444
2445 Supported fast case for-in in Crankshaft.
2446
2447 Sped up heap snapshot serialization and dominators construction.
2448
2449 Randomized allocation addresses on windows. (Chromium issue 115151)
2450
2451 Fixed compilation with MinGW-w64. (issue 1943)
2452
2453 Fixed incorrect value of assignments to non-extensible properties.
2454
2455 Fixed a crash bug in generated code on ia32.
2456
2457 Performance and stability improvements on all platforms.
2458
2459
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000024602012-02-21: Version 3.9.8
2461
2462 Fixed memory leak and missing #include in StartupDataDecompressor
2463 (issue 1960).
2464
2465 Renamed static methods to avoid shadowing virtual methods and fix Clang
2466 C++11 compile error.
2467
2468 Fixed sequence of element access in array builtins (issue 1790).
2469
2470 Performance and stability improvements on all platforms.
2471
2472
yangguo@chromium.org56454712012-02-16 15:33:53 +000024732012-02-16: Version 3.9.7
2474
2475 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2476
2477 Fixed GCC-4.7 warnings.
2478
2479 Added Navier-Stokes benchmark.
2480
2481 Performance and stability improvements on all platforms.
2482
2483
ulan@chromium.org65a89c22012-02-14 11:46:07 +000024842012-02-14: Version 3.9.6
2485
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002486 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002487
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002488 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002489
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002490 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002491
2492 Heap Snapshot maximum size limit is too low for really big apps. At the
2493 moment the limit is 256MB. (Chromium issue 113015)
2494
2495 Performance and stability improvements on all platforms.
2496
2497
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000024982012-02-09: Version 3.9.5
2499
2500 Removed unused command line flags.
2501
2502 Performance and stability improvements on all platforms.
2503
2504
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000025052012-02-08: Version 3.9.4
2506
2507 Properly initialize element-transitioning array literals on ARM.
2508 (issue 1930)
2509
2510 Bug fixes on all platforms.
2511
2512
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000025132012-02-07: Version 3.9.3
2514
2515 When rethrowing an exception, print the stack trace of its original
2516 site instead of rethrow site (Chromium issue 60240).
2517
2518 Increased size of small stacks from 32k to 64k to avoid hitting limits
2519 in Chromium (Chromium issue 112843).
2520
2521
rossberg@chromium.org994edf62012-02-06 10:12:55 +000025222012-02-06: Version 3.9.2
2523
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002524 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002525
2526 Heap profiler reports implicit references.
2527
2528 Optionally export metadata with libv8 to enable debuggers to inspect V8
2529 state.
2530
2531
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000025322012-02-02: Version 3.9.1
2533
2534 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2535 (Chromium issue 112315).
2536
2537 Fixed a crash in dev tools (Chromium issue 107996).
2538
2539 Added 'dependencies_traverse': 1 to v8 GYP target.
2540
2541 Performance and stability improvements on all platforms.
2542
2543
danno@chromium.orgfa458e42012-02-01 10:48:36 +000025442012-02-01: Version 3.9.0
2545
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002546 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002547
2548 Stability fixes and performance improvements on all platforms.
2549
2550
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000025512012-01-26: Version 3.8.9
2552
2553 Flush number string cache on GC (issue 1605).
2554
2555 Provide access to function inferred name with
2556 v8::Function::GetInferredName in V8 public API.
2557
2558 Fix building with Clang (issue 1912).
2559
2560 Reduce the space used by the stack for the profiling thread.
2561
2562 Fix misleading documentation of v8::Locker (issue 542).
2563
2564 Introduce readbinary function in d8 to read binary files.
2565
2566 Performance and stability improvements on all platforms.
2567
2568
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000025692012-01-23: Version 3.8.8
2570
2571 Limited number of loop iterations in Heap::ReserveSpace
2572 (Chromium issue 99027).
2573
2574 Fixed solaris build (VirtualMemory) (issue 1761).
2575
2576 Fixed strict vs. non-strict handling of function proxies in
2577 higher-order array and string methods.
2578
2579 Enabled asynchronous remote debugging with d8 (issue 1691).
2580
2581 Stability and performance improvements on all platforms.
2582
2583
ulan@chromium.org2efb9002012-01-19 15:36:35 +000025842012-01-19: Version 3.8.7
2585
2586 Ensure that LRandom restores rsi after call to the C function on x64.
2587 (Chromium issue http://crbug.com/110509)
2588
2589 Fixing include issues on *bsd when building with scons.
2590 (issue 1897)
2591
2592 Provide a switch to specify -fno-strict-aliasing
2593 (issue 1887)
2594
2595 Move WIN32 define from standalone.gypi to common.gypi
2596 (issue 1760)
2597
2598 Fix corner-case in heap size estimation.
2599 (issue 1893)
2600
2601 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2602 (issue 1903)
2603
2604 Performance improvements and bug fixes.
2605
2606
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000026072012-01-16: Version 3.8.6
2608
2609 Add primitive WebGL array support to d8.
2610
2611 Improve heap size estimation (issue 1893).
2612
2613 Hash collision DOS workaround extended from string keys
2614 to numeric keys.
2615
2616 Provide an API for iterating through all external strings referenced
2617 from the JS heap.
2618
2619 Adjust position recorded for call expressions. http://crbug.com/109195
2620
2621 Fix GC crash related to instanceof. http://crbug.com/109448
2622
2623 Performance improvements and bug fixes.
2624
2625
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000026262012-01-05: Version 3.8.5
2627
2628 Fix broken test that assumes that no GC can clear the regexp cache (GC
2629 can happen at any time due to Crankshaft).
2630
2631 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2632
2633 Add netbsd support to gyp build.
2634
2635 Determine page size at runtime on posix platforms.
2636
2637 Ensure that store buffer filtering hash sets are cleared after
2638 StoreBuffer::Filter.
2639
2640 Randomize the seed used for string hashing. This helps guard against
2641 CPU-eating DOS attacks against node.js servers. Based on code from
2642 Bert Belder. This version only solves the issue for those that compile
2643 V8 themselves or those that do not use snapshots. A snapshot-based
2644 precompiled V8 will still have predictable string hash codes.
2645
2646 Implement callback when script finishes running in V8 API.
2647
2648 Improve performance of Math.min and Math.max for the case of two
2649 arguments. (issue 1325)
2650
2651
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000026522012-01-02: Version 3.8.4
2653
2654 Performance improvements for large Smi-only arrays.
2655
2656 Fixed InternalArrays construction. (issue 1878)
2657
2658
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000026592011-12-27: Version 3.8.3
2660
2661 Avoid embedding new space objects into code objects in the lithium gap
2662 resolver. (chromium:108296)
2663
2664 Bug fixes and performance optimizations on all platforms.
2665
2666
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000026672011-12-21: Version 3.8.2
2668
2669 Add max optimization flag to v8 gyp build to ensure V8 is always built
2670 fully optimized in Chrome.
2671
2672 MIPS: Bring MIPS to parity with other platforms.
2673
2674 Optimizations and stability improvements on all platforms.
2675
2676
ricow@chromium.org7ad65222011-12-19 12:13:11 +000026772011-12-19: Version 3.8.1
2678
2679 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2680
2681 Stability improvements on all platforms.
2682
2683
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000026842011-12-13: Version 3.8.0
2685
2686 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2687
2688 Sync parser and preparser on do-while and return statements.
2689 (issue 1856)
2690
2691 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2692
2693 Stability and performance improvements on all platforms.
2694
2695
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000026962011-12-01: Version 3.7.12
2697
2698 Increase tick interval for the android platform.
2699
2700 Fix a bug in the register allocator. (chromium:105112)
2701
2702 Fix handling of recompiling code. (chromium:105375, v8:1782)
2703
2704 Start incremental marking on idle notification. (v8:1458)
2705
2706 Build fixes for various platforms.
2707
2708 Various performance improvements.
2709
2710
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000027112011-11-29: Version 3.7.11
2712
2713 Fixed bug when generating padding to ensure space for lazy
2714 deoptimization.
2715 (issue 1846)
2716
2717 Further reduced pause times due to GC.
2718
2719 Stability and performance improvements on all platforms.
2720
2721
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000027222011-11-23: Version 3.7.10
2723
2724 Set maximum length of FixedArray in terms of elements instead an
2725 absolute number of bytes.
2726 (Chromium issue 103103)
2727
2728 Stability and performance improvements on all platforms.
2729
2730
27312011-11-21: Version 3.7.9
2732
2733 Removed exit-time destructors.
2734
2735 Stability and performance improvements on all platforms.
2736
2737
ricow@chromium.org27bf2882011-11-17 08:34:43 +000027382011-11-17: Version 3.7.8
2739
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002740 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002741 function on builtins will not make the original function reappear.
2742
2743 Added NetBSD support for scons build.
2744
2745 Performance improvements on all platforms.
2746
2747
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000027482011-11-14: Version 3.7.7
2749
2750 Fix missing fast property accessors in heap snapshots.
2751 (issue 1818)
2752
2753
danno@chromium.org2c456792011-11-11 12:00:53 +000027542011-11-11: Version 3.7.6
2755
2756 Fixed filtering of store buffer for large object pages.
2757 (issue 1817)
2758
2759 Fixed generated hash function on all platforms.
2760 (issue 1808)
2761
2762 Fixed Heap::Shrink to ensure that it does not free pages that are
2763 still in use.
2764 (Chromium issue 100414)
2765
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002766 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002767
2768
danno@chromium.orgc612e022011-11-10 11:38:15 +000027692011-11-10: Version 3.7.5
2770
2771 Added initial gyp infrastructure for MIPS.
2772
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002773 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002774 collector.
2775
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002776 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002777
2778
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000027792011-11-07: Version 3.7.4
2780
2781 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2782
2783 Fix Harmony sets and maps to allow null and undefined as keys
2784 (still hidden behind --harmony flag) (issue 1622).
2785
2786 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2787
2788 Enable VFP instructions for Android.
2789
2790 Fix error handling in Date.prototype.toISOString (issue 1792).
2791
2792 Bug fixes and performance improvements for all platforms.
2793
2794 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2795
2796
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000027972011-10-28: Version 3.7.3
2798
2799 Slight deoptimization as a workaround for issue with jslint: Issue
2800 1789.
2801
2802
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000028032011-10-27: Version 3.7.2
2804
2805 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2806
2807
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000028082011-10-26: Version 3.7.1
2809
2810 Achieved 33% speedup in debug-mode tests.
2811
2812 Removed special casing of calls to RegExp test and exec methods with no
2813 argument. Now matches new JSC behaviour. crbug.com/75740.
2814
2815 Return the empty string on cyclic references in toString (ES5
2816 conformance).
2817
2818 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2819
2820 Made Math.random state per-context instead of per-process (issue 864).
2821
2822 Fixed stack traces to skip native functions.
2823
2824 Make snapshots (new contexts) smaller and faster.
2825
2826 Fixed handling of Function.apply for non-array arguments.
2827
2828 Fixed evaluation order in defineProperties to match FireFox.
2829
2830 Fixed handling of non-object receivers for array builtins,
2831 crbug.com/100702.
2832
2833 Multiple fixes to improve compliance with test262.
2834
2835 Fixed compatibility with older Android releases.
2836
2837 Fixed compilation with gcc-4.5.3.
2838
2839 Improved performance of WriteUtf8, issue 1665.
2840
2841 Made native syntax an early error in the preparser.
2842
2843 Fixed issues 793 and 893 relating to Function.prototype.bind.
2844
2845 Improved let, const, Set and Map support and other Harmony features
2846 (behind the --harmony flag).
2847
2848 Changed evaluation order for > and <= to match ES5 instead of ES3.
2849
2850 Bug fixes and performance improvements on all platforms.
2851
2852
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000028532011-10-13: Version 3.7.0
2854
2855 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2856
2857 Fixed issue 1757 (string slices of external strings).
2858
2859 Fixed issue 1759 (ARM).
2860
2861 Added flag --noclever-optimizations to disable some things that
2862 caused trouble in the past.
2863
2864 Added flag --stress-compaction for testing.
2865
2866 Added flag --harmony to activate all experimental Harmony features.
2867
2868
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000028692011-10-10: Version 3.6.6
2870
2871 Added a GC pause visualization tool.
2872
2873 Added presubmit=no and werror=no flags to Makefile.
2874
2875 ES5/Test262 conformance improvements.
2876
2877 Fixed compilation issues with GCC 4.5.x (issue 1743).
2878
2879 Bug fixes and performance improvements on all platforms.
2880
2881
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000028822011-10-05: Version 3.6.5
2883
2884 New incremental garbage collector.
2885
2886 Removed the hard heap size limit (soft heap size limit is still
2887 700/1400Mbytes by default).
2888
2889 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2890
2891 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2892
2893 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2894
2895 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2896
2897 Fixed the MinGW and Windows 2000 builds.
2898
2899 Fixed "Prototype chain is not searched if named property handler does
2900 not set a property" (Issue 1636).
2901
2902 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2903
2904 Disallowed future reserved words as labels in strict mode.
2905
2906 Fixed string split to correctly coerce the separator to a string
2907 (Issue 1711).
2908
2909 API: Added an optional source length field to the Extension
2910 constructor.
2911
2912 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2913 (Issue 1573).
2914
2915 Added "native" target to Makefile for the benefit of Linux distros.
2916
2917 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2918
2919 More work on ES-Harmony proxies. Still hidden behind a flag.
2920
2921 Bug fixes and performance improvements on all platforms.
2922
2923
lrn@chromium.org34e60782011-09-15 07:25:40 +000029242011-09-15: Version 3.6.4
2925
2926 Fixed d8's broken readline history.
2927
2928 Removed the need for code delete events in CPU profiler (Issue 1466).
2929
2930 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2931
2932 Fixing parallel execution in d8 (with -p) and some memory leaks.
2933
2934 Support for precise stepping in functions compiled before debugging was
2935 started (step 1).
2936
2937
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000029382011-09-13: Version 3.6.3
2939
2940 Implemented better support of typed arrays in the d8 shell.
2941
2942 Bug fixes and performance improvements on all platforms.
2943
2944
ricow@chromium.org55ee8072011-09-08 16:33:10 +000029452011-09-08: Version 3.6.2
2946
2947 Added "dependencies" target to top-level Makefile.
2948
2949 Added ability to turn profiler on/off in d8.
2950
2951 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2952
2953 Fixed several crash bugs.
2954
2955
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000029562011-09-07: Version 3.6.1
2957
2958 Fixed a bug in abrupt exit from with or catch inside finally.
2959
2960 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2961 issue 95113).
2962
2963 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2964
2965 Fixed a few clang warnings (which -Werror treated as errors).
2966
2967 Performance improvements on all platforms.
2968
2969
fschneider@chromium.org1805e212011-09-05 10:49:12 +000029702011-09-05: Version 3.6.0
2971
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002972 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002973
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002974 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002975
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002976 Made arguments and caller always be null on native functions
2977 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002978
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002979 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002980
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002981 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002982
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002983 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002984
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002985 Fixed a problem with large heap snapshots in Chrome DevTools
2986 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002987
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002988 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002989
2990
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000029912011-08-31: Version 3.5.10
2992
2993 Added dependency of v8_base on WinSocket2 Windows library in
2994 the GYP-build.
2995
2996 Various bugfixes.
2997
2998
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000029992011-08-29: Version 3.5.9
3000
3001 Made FromPropertyDescriptor not trigger inherited setters.
3002
3003 Fixed .gyp files to work on the ARM simulator.
3004
3005 Fixed shared library build warnings for MSVS.
3006
3007
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000030082011-08-24: Version 3.5.8
3009
3010 Added V8EXPORT attributes for v8::Array::CheckCast and
3011 v8::Number::CheckCast.
3012
3013 Made a slight API change enabling opting out from null termination
3014 in String::Write*().
3015
3016 Fixed arm build for gcc-4.6.
3017
3018
rossberg@chromium.org28a37082011-08-22 11:03:23 +000030192011-08-22: Version 3.5.7
3020
3021 Make scanner handle invalid unicode escapes in identifiers correctly.
3022
3023 Make regexp flag parsing stricter.
3024
3025 Fix several memory leaks.
3026
3027
danno@chromium.orgb6451162011-08-17 14:33:23 +000030282011-08-17: Version 3.5.6
3029
3030 Fixed issue that could cause crashes when running with --heap-stats.
3031
3032 Fixed compilation on Linux 2.6.9 and older.
3033
3034 Fixed live-object-list to work with isolates.
3035
3036 Fixed memory leaks in zones and isolates.
3037
3038 Fixed a performance regression for TypedArrays on x64.
3039
3040 Stability improvements on all platforms.
3041
3042
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000030432011-08-15: Version 3.5.5
3044
3045 Fixed bugs involving negative zero and the optimizing compiler.
3046
3047 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
3048
3049 Eliminated uses of deprecated ARM instructions.
3050
3051 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
3052
3053 Removed restriction on the size of disassembled code that is printed.
3054
3055
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000030562011-08-10: Version 3.5.4
3057
3058 Added a preliminary implementation of ES Harmony weak maps. Weak
3059 maps can be enabled by the flag --harmony-weakmaps.
3060
3061 Introduced a toplevel Makefile to support GYP-based building. GYP
3062 can be obtained from http://gyp.googlecode.com.
3063
3064 Fixed a bug in the length property of functions created by
3065 Function.prototype.bind.
3066
3067 Reduced malloc heap allocation on process startup.
3068
3069 Several important code generation bug fixes.
3070
3071 Performance improvements on all platforms.
3072
3073
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000030742011-08-03: Version 3.5.3
3075
3076 MIPS: Port of fix to ClassOf check from ARM.
3077 Patch from Paul Lind <plind44@gmail.com>.
3078
3079 Stopped using mprotect on Cygwin.
3080 Avoided uninitialized member warning on gcc 4.3.4
3081 Both patches by Bert Belder.
3082
3083 Bug fixes and performance improvements on all platforms.
3084
3085
vegorov@chromium.org7943d462011-08-01 11:41:52 +000030862011-08-01: Version 3.5.2
3087
3088 Performance improvements on all platforms.
3089
3090
ricow@chromium.org2c99e282011-07-28 09:15:17 +000030912011-07-28: Version 3.5.1
3092
3093 Fixed setting the readonly flag on the prototype property using the
3094 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
3095
3096 Changed the tools/test.py script to use d8 instead of shell for
3097 testing.
3098
3099 Fixed crash in ToBooleanStub when GC happens during invocation.
3100
3101 Enabled automatic unboxing of double arrays.
3102
3103 Performance improvements on all platforms.
3104
3105
ricow@chromium.org9fa09672011-07-25 11:05:35 +000031062011-07-25: Version 3.5.0
3107
3108 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
3109 proxies.
3110
3111 Removed logging to memory support.
3112
3113 Bugfixes and performance work.
3114
3115
rossberg@chromium.org717967f2011-07-20 13:44:42 +000031162011-07-20: Version 3.4.14
3117
3118 Fix the debugger for strict-mode functions. (Chromium issue 89236)
3119
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00003120 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00003121 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00003122
3123 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
3124
3125
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000031262011-07-18: Version 3.4.13
3127
3128 Improved debugger support to allow inspection of optimized frames (issue
3129 1140).
3130
3131 Fixed a bug in prototype transitions cache clearing introduced by r8165.
3132
3133 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
3134
3135 Fixed a memory leak in sample/shell.cc (dispose semaphores).
3136
3137 Simplified HClampToUint8. Patch by Andy Wingo.
3138
3139 Exposed APIs for detecting boxed primitives, native errors. Patch by
3140 Luke Zarko.
3141
3142 Added map check for COW elements to crankshaft array handling code
3143 (issue 1560).
3144
3145 Sample shell and (a light version of) D8 links against a shared library
3146 now.
3147
3148 Fixed bug in array filter and reduce functions (issue 1559).
3149
3150 Avoid TLS load in AstNode constructor.
3151
3152 Introduced a random entropy source which can optionally be provided at
3153 initialization. (Chromium issue 89462).
3154
3155
whesse@chromium.org030d38e2011-07-13 13:23:34 +000031562011-07-13: Version 3.4.12
3157
3158 Added --prof profiling option to d8 shell.
3159
3160 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
3161
3162 Fixed a potential assertion failure in const declarations.
3163
3164 Fixed an assertion failure in descriptor arrays (issue 1526).
3165
3166 Enabled fast thread-local storage by default on supported platforms.
3167
3168 Improved reporting of source position for global variable loads
3169 (issue 1527).
3170
3171
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000031722011-07-11: Version 3.4.11
3173
3174 Fixed MinGW32 build.
3175
3176 Fixed a GC bug with RegExp code flushing.
3177
3178 Implemented Object.defineProperty for proxies.
3179
3180 Fixed a bug in for/in iteration of arguments objects (issue 1531).
3181
3182 Added debugger support for inspecting optimized frames (issue 1140).
3183
3184 Allowed JSObject::PreventExtensions to work for arguments objects.
3185
3186 Bugfixes and performance work.
3187
3188
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000031892011-07-06: Version 3.4.10
3190
3191 Fixed debugger not breaking on certain "if" statements (issue 1523).
3192
3193 Fixed assertion failure in runtime profiler when running on IA32
3194 without snapshot (issue 1522).
3195
3196 Fixed ABI for API calls on IA32 (for clang compatibility).
3197
3198 Introduced code flushing of RegExp code to free memory used by
3199 RegExps sooner.
3200
3201 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
3202
3203 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
3204
3205 Performance improvements on all platforms.
3206
3207
ricow@chromium.org4f693d62011-07-04 14:01:31 +000032082011-07-04: Version 3.4.9
3209
3210 Added support for debugger inspection of locals in optimized frames
3211 (issue 1140).
3212
3213 Fixed SConstruct to pass correct defines to samples/preparser when
3214 building with library=shared.
3215
3216 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
3217
3218 Fixed a bug in Object.defineProperty on the arguments object.
3219
3220 Performance improvements on all platforms.
3221
3222
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000032232011-06-29: Version 3.4.8
3224
3225 Ensure 16-byte stack alignment on Solaris (issue 1505).
3226
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00003227 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00003228 that is not a smi. (issue 1246).
3229
3230
ager@chromium.org04921a82011-06-27 13:21:41 +000032312011-06-27: Version 3.4.7
3232
3233 Fixed 64-bit build on FreeBSD.
3234
3235 Added API to set the property attributes for the prototype
3236 property on functions created from FunctionTemplates.
3237
3238 Bugfixes and performance work.
3239
3240
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000032412011-06-22: Version 3.4.6
3242
3243 Lowered limit on code space for systems with low memory supply.
3244
3245 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
3246
3247 Extended setBreakpoint API to accept partial script name (issue 1418).
3248
3249 Made multi-line comments not count when deciding whether the '-->'
3250 comment starter is first on a line. This matches Safari.
3251
3252 Made handling of non-array recievers in Array length setter correct
3253 (issue 1491).
3254
3255 Added ability to heap profiler to iterate over snapshot's node
3256 (issue 1481).
3257
3258
whesse@chromium.org7b260152011-06-20 15:33:18 +000032592011-06-20: Version 3.4.5
3260
3261 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
3262 1476, and 1477.
3263
3264 Improved code generation for !0 and !1.
3265
3266 Reduced memory usage for regular expressions with nested qualifiers.
3267 (issue 1472)
3268
3269 Fixed V8 to count line terminators in multi-line comments.
3270 (Chromium issue 86431)
3271
3272 Fixed disassembler=on option for release-mode builds. (issue 1473)
3273
3274 Performance improvements on all platforms.
3275
3276
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000032772011-06-15: Version 3.4.4
3278
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003279 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003280
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003281 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003282
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003283 Several GYP-related changes: Added support for building Xcode project
3284 files. Make the ARM simulator build with GYP again. Generate Makefiles
3285 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003286
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003287 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
3288 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003289
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003290 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003291
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003292 Handle 'undefined' correctly when === has been specialized for doubles.
3293 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003294
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003295 Corrected the limit of local variables in an optimized function from 64
3296 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003297
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003298 Correctly set ReadOnly flag on indexed properties when using the API Set
3299 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003300
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003301 Give the correct error message when Object.isExtensible is called on a
3302 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003303
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003304 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
3305 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003306
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003307 Do not redefine properties unneccesarily in seal and freeze. (issue
3308 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003309
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003310 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003311
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003312 Distinguish keyed loads with a symbol key from fast elements loads,
3313 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003314
3315
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000033162011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003317
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003318 Clear the global thread table when an isolate is disposed
3319 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003320
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003321 Converted time zone name to UTF8 on Windows (issue 1290).
3322
3323 Limited the number of arguments in a function call to 32766
3324 (issue 1413).
3325
3326 Compress sources of JS libraries in addition to the snapshot.
3327
3328 Fixed a bug in Lithium environment iteration.
3329
3330 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003331
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003332
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000033332011-06-06: Version 3.4.2
3334
3335 More work on ES-Harmony proxies. Still hidden behind a flag.
3336
3337 Fixed some crash bugs and improved performance.
3338
3339 Fixed building with gdb debugging support.
3340
3341 Do not install SIGPROF handler until it is needed.
3342
3343 Added DateTimeFormat to i18n API.
3344
3345 Fixed compilation on OpenBSD.
3346
3347 Take the ulimit into account when sizing the heap. OpenBSD users
3348 may still have to increase the default ulimit to run heavy pages in
3349 the browser.
3350
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003351
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000033522011-06-01: Version 3.4.1
3353
3354 Fixed JSON stringify issue with arrays.
3355
3356 Changed calls to JS builtins to be passed undefined when called with
3357 implicit receiver.
3358
3359 Implemented the set trap for Harmony proxies. Proxies still need to
3360 be enabled with the --harmony-proxies flag.
3361
3362
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000033632011-05-30: Version 3.4.0
3364
3365 Changed calls to undefined property setters to not throw (issue 1355).
3366
3367 Made RegExp objects not callable.
3368
3369 Fixed issues on special case large JSON strings in new json parser
3370 (issues http://crbug.com/83877 and http://crbug.com/84186).
3371
3372 Performance improvements on all platforms.
3373
3374
danno@chromium.org40cb8782011-05-25 07:58:50 +000033752011-05-25: Version 3.3.10
3376
3377 Fixed calls of strict mode function with an implicit receiver.
3378
3379 Fixed fast handling of arrays to properly deal with changes to the
3380 Object prototype (issue 1403).
3381
3382 Changed strict mode poison pill to be the same type error function
3383 (issue 1387).
3384
3385 Fixed a debug crash in arguments object handling (issue 1227).
3386
3387 Fixed a bug in deoptimization on x64 (issue 1404).
3388
3389 Performance improvements and bug fixes on all platforms.
3390
3391
ager@chromium.orgea91cc52011-05-23 06:06:11 +000033922011-05-23: Version 3.3.9
3393
3394 Added DateTimeFormat class to experimental i18n API.
3395
3396 Extended preparser to give early errors for some strict mode
3397 restrictions.
3398
3399 Removed legacy execScript function from V8.
3400
3401 Extended isolate API with the ability to add embedder-specific
3402 data to an isolate.
3403
3404 Added basic support for polymorphic loads from JS and external
3405 arrays.
3406
3407 Fixed bug in handling of switch statements in the optimizing
3408 compiler.
3409
3410
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000034112011-05-18: Version 3.3.8
3412
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003413 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003414 handles are independent of all other persistent handles and can be
3415 garbage collected more frequently.
3416
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003417 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003418 with the --harmony-proxies flag.
3419
3420 Performance improvements and bug fixes on all platforms.
3421
3422
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000034232011-05-16: Version 3.3.7
3424
3425 Updated MIPS infrastructure files.
3426
3427 Performance improvements and bug fixes on all platforms.
3428
3429
karlklose@chromium.org83a47282011-05-11 11:54:09 +000034302011-05-11: Version 3.3.6
3431
3432 Updated MIPS infrastructure files.
3433
3434 Added method IsCallable for Object to the API.
3435 Patch by Peter Varga.
3436
3437
lrn@chromium.org1c092762011-05-09 09:42:16 +000034382011-05-09: Version 3.3.5
3439
3440 Fixed build on FreeBSD. Patch by Akinori MUSHA.
3441
3442 Added check that receiver is JSObject on API calls.
3443
3444 Implemented CallAsConstructor method for Object in the API (Issue 1348).
3445 Patch by Peter Varga.
3446
3447 Added CallAsFunction method to the Object class in the API (Issue 1336).
3448 Patch by Peter Varga.
3449
3450 Added per-isolate locking and unlocking.
3451
3452 Fixed bug in x64 >>> operator (Issue 1359).
3453
3454
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000034552011-05-04: Version 3.3.4
3456
3457 Implemented API to disallow code generation from strings for a context
3458 (issue 1258).
3459
3460 Fixed bug with whitespaces in parseInt (issue 955).
3461
3462 Fixed bug with == comparison of Date objects (issue 1356).
3463
3464 Added GYP variables for ARM code generation:
3465 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3466 and v8_use_arm_eabi_hardfloat.
3467
3468
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000034692011-05-02: Version 3.3.3
3470
3471 Added support for generating Visual Studio solution and project files
3472 using GYP.
3473
3474 Implemented support for ARM EABI calling convention variation where
3475 floating-point arguments are passed in registers (hardfloat).
3476
3477 Added Object::HasOwnProperty() to the API.
3478
3479 Added support for compressing startup data to reduce binary size. This
3480 includes build time support and an API for the embedder to decompress
3481 the startup data before initializing V8.
3482
3483 Reduced the profiling hooks overhead from >400% to 25% when using
3484 ll_prof.
3485
3486 Performance improvements and bug fixes on all platforms.
3487
3488
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000034892011-04-27: Version 3.3.2
3490
3491 Fixed crash bug on ARM with no VFP3 hardware.
3492
3493 Fixed compilation of V8 without debugger support.
3494
3495 Improved performance on JSLint.
3496
3497 Added support Float64 WebGL arrays.
3498
3499 Fixed crash bug in regexp replace.
3500
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003501
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000035022011-04-20: Version 3.3.1
3503
3504 Reduced V8 binary size by removing virtual functions from hydrogen.
3505
3506 Fixed crash bug on x64.
3507
3508 Performance improvements on ARM and IA32.
3509
3510
danno@chromium.org160a7b02011-04-18 15:51:38 +000035112011-04-18: Version 3.3.0
3512
3513 Fixed bug in floating point rounding in Crankshaft on ARM
3514 (issue 958)
3515
3516 Fixed a number of issues with running without VFPv3 support on ARM
3517 (issue 1315)
3518
3519 Introduced v8Locale.Collator, a partial implementation of Collator
3520 per last ECMAScript meeting + mailing list.
3521
3522 Minor performance improvements and bug fixes.
3523
3524
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000035252011-04-13: Version 3.2.10
3526
3527 Fixed bug in external float arrays on ARM (issue 1323).
3528
3529 Minor performance improvements and bug fixes.
3530
3531
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000035322011-04-11: Version 3.2.9
3533
3534 Removed support for ABI prior to EABI on ARM.
3535
3536 Fixed multiple crash bugs.
3537
3538 Added GCMole to the repository, a simple static analysis tool that
3539 searches for GC-unsafe evaluation order dependent callsites.
3540
3541 Made preparser API be exported in shared libraries.
3542
3543 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3544
3545 Fixed mutable __proto__ property if object is not extensible
3546 (Issue 1309).
3547
3548 Fixed auto suspension of the sampler thread.
3549
3550
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000035512011-04-06: Version 3.2.8
3552
3553 Exposed WebGL typed array constructors in the shell sample.
3554
3555 Performance improvements on all platforms.
3556
3557
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000035582011-04-04: Version 3.2.7
3559
3560 Disabled the original 'classic' V8 code generator. Crankshaft is
3561 now the default on all platforms.
3562
3563 Changed the heap profiler to use more descriptive names.
3564
3565 Performance and stability improvements to isolates on all platforms.
3566
3567
lrn@chromium.org7516f052011-03-30 08:52:27 +000035682011-03-30: Version 3.2.6
3569
3570 Fixed xcode build warning in shell.cc (out of order initialization).
3571
3572 Fixed null-pointer dereference in the compiler when running without
3573 SSE3 support (Chromium issue 77654).
3574
3575 Fixed x64 compilation error due to some dead code. (Issue 1286)
3576
3577 Introduced scons target to build the preparser stand-alone example.
3578
3579 Made FreeBSD build and pass all tests.
3580
3581
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000035822011-03-28: Version 3.2.5
3583
lrn@chromium.org7516f052011-03-30 08:52:27 +00003584 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003585
3586 Added Crankshaft support for external arrays.
3587
3588 Fixed two potential crash bugs.
3589
3590
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000035912011-03-23: Version 3.2.4
3592
3593 Added isolates which allows several V8 instances in the same process.
3594 This is controlled through the new Isolate class in the API.
3595
3596 Implemented more of EcmaScript 5 strict mode.
3597
3598 Reduced the time it takes to make detailed heap snapshot.
3599
3600 Added a number of commands to the ARM simulator and enhanced the ARM
3601 disassembler.
3602
3603
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000036042011-03-17: Version 3.2.3
3605
3606 Fixed a number of crash bugs.
3607
3608 Fixed Array::New(length) to return an array with a length (issue 1256).
3609
3610 Fixed FreeBSD build.
3611
3612 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3613
3614 Implemented more of EcmaScript 5 strict mode.
3615
3616 Improved Crankshaft performance on all platforms.
3617
3618
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000036192011-03-14: Version 3.2.2
3620
3621 Fixed a number of crash and correctness bugs.
3622
3623 Improved Crankshaft performance on all platforms.
3624
3625 Fixed Crankshaft on Solaris/Illumos.
3626
3627
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000036282011-03-10: Version 3.2.1
3629
3630 Fixed a number of crash bugs.
3631
3632 Improved Crankshaft for x64 and ARM.
3633
3634 Implemented more of EcmaScript 5 strict mode.
3635
3636
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000036372011-03-07: Version 3.2.0
3638
3639 Fixed a number of crash bugs.
3640
3641 Turned on Crankshaft by default on x64 and ARM.
3642
3643 Improved Crankshaft for x64 and ARM.
3644
3645 Implemented more of EcmaScript 5 strict mode.
3646
3647
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000036482011-03-02: Version 3.1.8
3649
3650 Fixed a number of crash bugs.
3651
3652 Improved Crankshaft for x64 and ARM.
3653
3654 Implemented more of EcmaScript 5 strict mode.
3655
3656 Fixed issue with unaligned reads and writes on ARM.
3657
3658 Improved heap profiler support.
3659
3660
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000036612011-02-28: Version 3.1.7
3662
3663 Fixed a number of crash bugs.
3664
3665 Improved Crankshaft for x64 and ARM.
3666
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003667 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003668 arrays (http://crbug.com/73940).
3669
3670 Fixed bug in map space compaction (http://crbug.com/59688).
3671
3672 Added support for direct getter accessors calls on ARM.
3673
3674
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000036752011-02-24: Version 3.1.6
3676
3677 Fixed a number of crash bugs.
3678
3679 Added support for Cygwin (issue 64).
3680
3681 Improved Crankshaft for x64 and ARM.
3682
3683 Added Crankshaft support for stores to pixel arrays.
3684
3685 Fixed issue in CPU profiler with Crankshaft.
3686
3687
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000036882011-02-16: Version 3.1.5
3689
3690 Change RegExp parsing to disallow /(*)/.
3691
3692 Added GDB JIT support for ARM.
3693
3694 Fixed several crash bugs.
3695
3696 Performance improvements on the IA32 platform.
3697
3698
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000036992011-02-14: Version 3.1.4
3700
3701 Fixed incorrect compare of prototypes of the global object (issue
3702 1082).
3703
3704 Fixed a bug in optimizing calls to global functions (issue 1106).
3705
3706 Made optimized Function.prototype.apply safe for non-JSObject first
3707 arguments (issue 1128).
3708
3709 Fixed an error related to element accessors on Object.prototype and
3710 parser errors (issue 1130).
3711
3712 Fixed a bug in sorting an array with large array indices (issue 1131).
3713
3714 Properly treat exceptions thrown while compiling (issue 1132).
3715
3716 Fixed bug in register requirements for function.apply (issue 1133).
3717
3718 Fixed a representation change bug in the Hydrogen graph construction
3719 (issue 1134).
3720
3721 Fixed the semantics of delete on parameters (issue 1136).
3722
3723 Fixed a optimizer bug related to moving instructions with side effects
3724 (issue 1138).
3725
3726 Added support for the global object in Object.keys (issue 1150).
3727
3728 Fixed incorrect value for Math.LOG10E
3729 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3730
3731 Performance improvements on the IA32 platform.
3732
3733 Implement assignment to undefined reference in ES5 Strict Mode.
3734
3735
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000037362011-02-09: Version 3.1.3
3737
3738 Fixed a bug triggered by functions with huge numbers of declared
3739 arguments.
3740
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003741 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003742
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003743 Fixed issue where Array.prototype.__proto__ had been set to null
3744 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003745
3746 Fixed stability bugs in Crankshaft for x86.
3747
3748
ricow@chromium.org83aa5492011-02-07 12:42:56 +000037492011-02-07: Version 3.1.2
3750
3751 Added better security checks when accessing properties via
3752 Object.getOwnPropertyDescriptor.
3753
3754 Fixed bug in Object.defineProperty and related access bugs (issues
3755 992, 1083 and 1092).
3756
3757 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3758 copyright notice generation for embedders.
3759
3760
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000037612011-02-02: Version 3.1.1
3762
3763 Perform security checks before fetching the value in
3764 Object.getOwnPropertyDescriptor.
3765
3766 Fixed a bug in Array.prototype.splice triggered by passing no
3767 arguments.
3768
3769 Fixed bugs in -0 in arithmetic and in Math.pow.
3770
3771 Fixed bugs in the register allocator and in switching from optimized
3772 to unoptimized code.
3773
3774
37752011-01-31: Version 3.1.0
3776
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003777 Performance improvements on all platforms.
3778
3779
ager@chromium.org378b34e2011-01-28 08:04:38 +000037802011-01-28: Version 3.0.12
3781
3782 Added support for strict mode parameter and object property
3783 validation.
3784
3785 Fixed a couple of crash bugs.
3786
3787
ager@chromium.org0ee099b2011-01-25 14:06:47 +000037882011-01-25: Version 3.0.11
3789
3790 Fixed a bug in deletion of lookup slots that could cause global
3791 variables to be accidentally deleted (http://crbug.com/70066).
3792
3793 Added support for strict mode octal literal verification.
3794
3795 Fixed a couple of crash bugs (issues 1070 and 1071).
3796
3797
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000037982011-01-24: Version 3.0.10
3799
3800 Fixed External::Wrap for 64-bit addresses (issue 1037).
3801
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003802 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003803 code generator (issue 1060).
3804
3805 Introduced partial strict mode support.
3806
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003807 Changed formatting of recursive error messages to match Firefox and
3808 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003809
3810 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003811 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003812 (issue http://crbug.com/50972).
3813
3814 Performance improvements on the IA32 platform.
3815
3816
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000038172011-01-19: Version 3.0.9
3818
3819 Added basic GDB JIT Interface integration.
3820
3821 Make invalid break/continue statements a syntax error instead of a
3822 runtime error.
3823
3824
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000038252011-01-17: Version 3.0.8
3826
3827 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003828 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003829
3830 Wrapped external pointers more carefully (issue 1037).
3831
3832 Hardened the implementation of error objects to avoid setters
3833 intercepting the properties set then throwing an error.
3834
3835 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3836
3837 Performance improvements on the IA32 platform.
3838
3839
38402011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003841
3842 Stopped calling inherited setters when creating object literals
3843 (issue 1015).
3844
3845 Changed interpretation of malformed \c? escapes in RegExp to match
3846 JSC.
3847
3848 Enhanced the command-line debugger interface and fixed some minor
3849 bugs in the debugger.
3850
3851 Performance improvements on the IA32 platform.
3852
3853
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000038542011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003855
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003856 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003857
3858 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003859 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003860
3861 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003862 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003863
3864 Added use_system_v8 option to gyp (off by default), to make it easier
3865 for Linux distributions to ship with system-provided V8 library.
3866
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003867 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003868
3869 Added labelled thread names to help with debugging (on Linux).
3870
3871
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000038722011-01-03: Version 3.0.5
3873
3874 Fixed a couple of cast errors for gcc-3.4.3.
3875
3876 Performance improvements in GC and IA32 code generator.
3877
3878
whesse@chromium.org023421e2010-12-21 12:19:12 +000038792010-12-21: Version 3.0.4
3880
3881 Added Date::ResetCache() to the API so that the cached values in the
3882 Date object can be reset to allow live DST / timezone changes.
3883
3884 Extended existing support for printing (while debugging) the contents
3885 of objects. Added support for printing objects from release builds.
3886
3887 Fixed V8 issues 989, 1006, and 1007.
3888
3889
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000038902010-12-17: Version 3.0.3
3891
3892 Reapplied all changes for version 3.0.1.
3893
3894 Improved debugger protocol for remote debugging.
3895
3896 Added experimental support for using gyp to generate build files
3897 for V8.
3898
3899 Fixed implementation of String::Write in the API (issue 975).
3900
3901
lrn@chromium.org8541d772010-12-15 12:05:09 +000039022010-12-15: Version 3.0.2
3903
3904 Revert version 3.0.1 and patch 3.0.1.1.
3905
3906
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000039072010-12-13: Version 3.0.1
3908
3909 Added support for an experimental internationalization API as an
3910 extension. This extension is disabled by default but can be enabled
3911 when building V8. The ECMAScript internationalization strawman is
3912 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3913
3914 Made RegExp character class parsing stricter. This mirrors a change
3915 to RegExp parsing in WebKit.
3916
3917 Fixed a bug in Object.defineProperty when used to change attributes
3918 of an existing property. It incorrectly set the property value to
3919 undefined (issue 965).
3920
3921 Fixed several different compilation failures on various platforms
3922 caused by the 3.0.0 release.
3923
3924 Optimized Math.pow so it can work on unboxed doubles.
3925
3926 Sped up quoting of JSON strings by removing one traversal of the
3927 string.
3928
3929
kasperl@chromium.orga5551262010-12-07 12:49:48 +000039302010-12-07: Version 3.0.0
3931
3932 Improved performance by (partially) addressing issue 957 on
3933 IA-32. Still needs more work for the other architectures.
3934
3935
ager@chromium.orgbeb25712010-11-29 08:02:25 +000039362010-11-29: Version 2.5.9
3937
3938 Fixed crashes during GC caused by partially initialize heap
3939 objects.
3940
3941 Fixed bug in process sample that caused memory leaks.
3942
3943 Improved performance on ARM by implementing missing stubs and
3944 inlining.
3945
3946 Improved heap profiler support.
3947
3948 Added separate seeding on Windows of the random number generator
3949 used internally by the compiler (issue 936).
3950
3951 Exposed API for getting the name of the function used to construct
3952 an object.
3953
3954 Fixed date parser to handle one and two digit millisecond
3955 values (issue 944).
3956
3957 Fixed number parsing to disallow space between sign and
3958 digits (issue 946).
3959
3960
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000039612010-11-23: Version 2.5.8
3962
3963 Removed dependency on Gay's dtoa.
3964
3965 Improved heap profiler precision and speed.
3966
3967 Reduced overhead of callback invocations on ARM.
3968
3969
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000039702010-11-18: Version 2.5.7
3971
3972 Fixed obscure evaluation order bug (issue 931).
3973
3974 Split the random number state between JavaScript and the private API.
3975
3976 Fixed performance bug causing GCs when generating stack traces on
3977 code from very large scripts.
3978
3979 Fixed bug in parser that allowed (foo):42 as a labelled statement
3980 (issue 918).
3981
3982 Provide more accurate results about used heap size via
3983 GetHeapStatistics.
3984
3985 Allow build-time customization of the max semispace size.
3986
3987 Made String.prototype.split honor limit when separator is empty
3988 (issue 929).
3989
3990 Added missing failure check after expecting an identifier in
3991 preparser (Chromium issue 62639).
3992
3993
ager@chromium.org01fe7df2010-11-10 11:59:11 +000039942010-11-10: Version 2.5.6
3995
3996 Added support for VFP rounding modes to the ARM simulator.
3997
3998 Fixed multiplication overflow bug (issue 927).
3999
4000 Added a limit for the amount of executable memory (issue 925).
4001
4002
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000040032010-11-08: Version 2.5.5
4004
4005 Added more aggressive GC of external objects in near out-of-memory
4006 situations.
4007
4008 Fixed a bug that gave the incorrect result for String.split called
4009 on the empty string (issue 924).
4010
4011
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000040122010-11-03: Version 2.5.4
4013
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00004014 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00004015
4016
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000040172010-11-01: Version 2.5.3
4018
4019 Fixed a bug that prevents constants from overwriting function values
4020 in object literals (issue 907).
4021
4022 Fixed a bug with reporting of impossible nested calls of DOM functions
4023 (issue http://crbug.com/60753).
4024
4025
lrn@chromium.org303ada72010-10-27 09:33:13 +000040262010-10-27: Version 2.5.2
4027
4028 Improved sampler resolution on Linux.
4029
4030 Allowed forcing the use of a simulator from the build script
4031 independently of the host architecture.
4032
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004033 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00004034
4035 Made windows-tick-processor respect D8_PATH.
4036
4037 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
4038
4039
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000040402010-10-20: Version 2.5.1
4041
4042 Fixed bug causing spurious out of memory exceptions
4043 (issue http://crbug.com/54580).
4044
4045 Fixed compilation error on Solaris platform (issue 901).
4046
4047 Fixed error in strtod (string to floating point number conversion)
4048 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
4049
4050 Adjusted randomized allocations of executable memory to have 64k
4051 granularity (issue http://crbug.com/56036).
4052
4053 Supported profiling using kernel perf_events on linux. Added ll_prof
4054 script to tools and --ll-prof flag to V8.
4055
4056
vegorov@chromium.org42841962010-10-18 11:18:59 +000040572010-10-18: Version 2.5.0
4058
4059 Fixed bug in cache handling of lastIndex on global regexps
4060 (issue http://crbug.com/58740).
4061
4062 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
4063 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00004064 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00004065
4066 Fixed compilation error on ARM with gcc 4.4 (issue 894).
4067
4068
40692010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00004070
4071 Fixed a bug in the handling of conditional expressions in test
4072 contexts in compiler for top-level code.
4073
4074 Added "//@ sourceURL" information to the StackTrace API.
4075
4076 Exposed RegExp construction through the API.
4077
4078
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000040792010-10-04: Version 2.4.8
4080
4081 Fixed a bug in ResumeProfilerEx causing it to not always write out the
4082 whole snapshot (issue 868).
4083
4084 Performance improvements on all platforms.
4085
4086
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000040872010-09-30: Version 2.4.7
4088
4089 Changed the command-line flag --max-new-space-size to be in kB and the
4090 flag --max-old-space-size to be in MB (previously they were in bytes).
4091
4092 Added Debug::CancelDebugBreak to the debugger API.
4093
4094 Fixed a bug in getters for negative numeric property names
4095 (https://bugs.webkit.org/show_bug.cgi?id=46689).
4096
4097 Performance improvements on all platforms.
4098
4099
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000041002010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00004101
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00004102 Fixed assertion failure related to copy-on-write arrays (issue 876).
4103
4104 Fixed build failure of 64-bit V8 on Windows.
4105
4106 Fixed a bug in RegExp (issue http://crbug.com/52801).
4107
4108 Improved the profiler's coverage to cover more functions (issue 858).
4109
4110 Fixed error in shift operators on 64-bit V8
4111 (issue http://crbug.com/54521).
4112
4113
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000041142010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00004115
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004116 Changed the RegExp benchmark to exercise the regexp engine on different
4117 inputs by scrambling the input strings.
4118
4119 Fixed a bug in keyed loads on strings.
4120
4121 Fixed a bug with loading global function prototypes.
4122
4123 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
4124
4125 Performance improvements on all platforms.
4126
4127
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000041282010-09-15: Version 2.4.4
4129
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004130 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004131
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004132 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004133
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004134 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004135
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004136 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004137
4138
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000041392010-09-13: Version 2.4.3
4140
4141 Made Date.parse properly handle TZ offsets (issue 857).
4142
4143 Performance improvements on all platforms.
4144
4145
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000041462010-09-08: Version 2.4.2
4147
4148 Fixed GC crash bug.
4149
4150 Fixed stack corruption bug.
4151
4152 Fixed compilation for newer C++ compilers that found Operand(0)
4153 ambiguous.
4154
4155
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000041562010-09-06: Version 2.4.1
4157
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004158 Added the ability for an embedding application to receive a callback
4159 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
4160 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004161
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004162 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004163
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004164 Fixed memory overrun crash bug triggered during V8's tick-based
4165 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004166
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004167 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004168
4169
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000041702010-09-01: Version 2.4.0
4171
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004172 Fixed bug in Object.freeze and Object.seal when Array.prototype or
4173 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004174
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004175 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004176 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004177
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004178 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004179
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004180 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004181
4182
ricow@chromium.org65fae842010-08-25 15:26:24 +000041832010-08-25: Version 2.3.11
4184
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004185 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004186
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004187 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004188 VARIANT_FLAGS that allows specification of sets of flags with which
4189 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004190
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004191 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004192
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004193 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004194
4195
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000041962010-08-23: Version 2.3.10
4197
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004198 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00004199
4200 Build fixes for unusual compilers.
4201
4202 Track high water mark for RWX memory.
4203
4204 Performance improvements on all platforms.
4205
4206
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000042072010-08-18: Version 2.3.9
4208
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004209 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004210
4211 Removed specialized handling of GCC 4.4 (issue 830).
4212
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004213 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004214 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
4215
ricow@chromium.org65fae842010-08-25 15:26:24 +00004216 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004217
4218
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000042192010-08-16: Version 2.3.8
4220
4221 Fixed build with strict aliasing on GCC 4.4 (issue 463).
4222
4223 Fixed issue with incorrect handling of custom valueOf methods on
4224 string wrappers (issue 760).
4225
4226 Fixed compilation for ARMv4 (issue 590).
4227
4228 Improved performance.
4229
4230
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000042312010-08-11: Version 2.3.7
4232
4233 Reduced size of heap snapshots produced by heap profiler (issue 783).
4234
4235 Introduced v8::Value::IsRegExp method.
4236
4237 Fixed CPU profiler crash in start / stop sequence when non-existent
4238 name is passed (issue http://crbug.com/51594).
4239
4240 Introduced new indexed property query callbacks API (issue 816). This
4241 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
4242 by default.
4243
4244 Removed support for object literal get/set with number/string
4245 property name.
4246
4247 Fixed handling of JSObject::elements in CalculateNetworkSize
4248 (issue 822).
4249
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004250 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004251
4252
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000042532010-08-09: Version 2.3.6
4254
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004255 RegExp literals create a new object every time they are evaluated
4256 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004257
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004258 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004259
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004260 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004261
4262
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000042632010-08-04: Version 2.3.5
4264
4265 Added support for ES5 property names. Object initialisers and
4266 dot-notation property access now allows keywords. Also allowed
4267 non-identifiers after "get" or "set" in an object initialiser.
4268
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004269 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00004270
4271
whesse@chromium.orge90029b2010-08-02 11:52:17 +000042722010-08-02: Version 2.3.4
4273
4274 Fixed problems in implementation of ES5 function.prototype.bind.
4275
4276 Fixed error when using apply with arguments object on ARM (issue 784).
4277
4278 Added setting of global flags to debugger protocol.
4279
4280 Fixed an error affecting cached results of sin and cos (issue 792).
4281
4282 Removed memory leak from a boundary case where V8 is not initialized.
4283
4284 Fixed issue where debugger could set breakpoints outside the body
4285 of a function.
4286
4287 Fixed issue in debugger when using both live edit and step in features.
4288
4289 Added Number-letter (Nl) category to Unicode tables. These characters
4290 can now be used in identifiers.
4291
4292 Fixed an assert failure on X64 (issue 806).
4293
4294 Performance improvements on all platforms.
4295
4296
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000042972010-07-26: Version 2.3.3
4298
4299 Fixed error when building the d8 shell in a fresh checkout.
4300
4301 Implemented Function.prototype.bind (ES5 15.3.4.5).
4302
4303 Fixed an error in inlined stores on ia32.
4304
4305 Fixed an error when setting a breakpoint at the end of a function
4306 that does not end with a newline character.
4307
4308 Performance improvements on all platforms.
4309
4310
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000043112010-07-21: Version 2.3.2
4312
4313 Fixed compiler warnings when building with LLVM.
4314
4315 Fixed a bug with for-in applied to strings (issue 785).
4316
4317 Performance improvements on all platforms.
4318
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00004319
ricow@chromium.org4980dff2010-07-19 08:33:45 +000043202010-07-19: Version 2.3.1
4321
4322 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4323
4324 Fixed bug related to code flushing while compiling a lazy
4325 compilable function (issue http://crbug.com/49099).
4326
4327 Performance improvements on all platforms.
4328
4329
ager@chromium.orgb5737492010-07-15 09:29:43 +000043302010-07-15: Version 2.3.0
4331
4332 Added ES5 Object.seal and Object.isSealed.
4333
4334 Added debugger API for scheduling debugger commands from a
4335 separate thread.
4336
4337
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000043382010-07-14: Version 2.2.24
4339
4340 Added API for capturing stack traces for uncaught exceptions.
4341
4342 Fixed crash bug when preparsing from a non-external V8 string
4343 (issue 775).
4344
4345 Fixed JSON.parse bug causing input not to be converted to string
4346 (issue 764).
4347
4348 Added ES5 Object.freeze and Object.isFrozen.
4349
4350 Performance improvements on all platforms.
4351
4352
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000043532010-07-07: Version 2.2.23
4354
4355 API change: Convert Unicode code points outside the basic multilingual
4356 plane to the replacement character. Previous behavior was to silently
4357 truncate the value to 16 bits.
4358
4359 Fixed crash: handle all flat string types in regexp replace.
4360
4361 Prevent invalid pre-parsing data passed in through the API from
4362 crashing V8.
4363
4364 Performance improvements on all platforms.
4365
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00004366
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000043672010-07-05: Version 2.2.22
4368
4369 Added ES5 Object.isExtensible and Object.preventExtensions.
4370
4371 Enabled building V8 as a DLL.
4372
4373 Fixed a bug in date code where -0 was not interpreted as 0
4374 (issue 736).
4375
4376 Performance improvements on all platforms.
4377
4378
lrn@chromium.org32d961d2010-06-30 09:09:34 +000043792010-06-30: Version 2.2.21
4380
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004381 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004382
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004383 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004384
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004385 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004386
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004387 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004388
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004389 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004390
4391 Provide actual breakpoints locations in response to setBreakpoint
4392 and listBreakpoints requests.
4393
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004394
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000043952010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004396
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004397 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004398
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004399 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004400
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004401 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004402
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004403 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004404 miscalculated for some inputs.
4405
4406 Performance improvements on all platforms.
4407
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004408
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000044092010-06-23: Version 2.2.19
4410
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004411 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004412 (issue 738).
4413
4414 Added expose-externalize-string flag for testing extensions.
4415
4416 Resolve linker issues with using V8 as a DLL causing a number of
4417 problems with unresolved symbols.
4418
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004419 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004420 defined.
4421
4422 Performance improvements on all platforms.
4423
4424
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000044252010-06-16: Version 2.2.18
4426
4427 Added API functions to retrieve information on indexed properties
4428 managed by the embedding layer. Fixes bug 737.
4429
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004430 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004431
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004432 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004433
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004434 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004435
4436 Incremental performance improvements.
4437
4438
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000044392010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004440
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00004441 Improved debugger support for stepping out of functions.
4442
4443 Incremental performance improvements.
4444
4445
44462010-06-09: Version 2.2.16
4447
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004448 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004449 disposal of external string resources to call a virtual Dispose
4450 method on the resource.
4451
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004452 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004453 stepping.
4454
4455 Memory usage improvements on all platforms.
4456
4457
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000044582010-06-07: Version 2.2.15
4459
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004460 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004461
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004462 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004463 some compilers complaint when compiling with -Werror.
4464
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004465 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004466
4467
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000044682010-06-02: Version 2.2.14
4469
4470 Fixed a crash in code generated for String.charCodeAt.
4471
4472 Fixed a compilation issue with some GCC versions (issue 727).
4473
4474 Performance optimizations on x64 and ARM platforms.
4475
4476
ricow@chromium.org30ce4112010-05-31 10:38:25 +000044772010-05-31: Version 2.2.13
4478
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004479 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004480 strings (issue 599).
4481
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004482 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004483
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004484 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004485
4486 Performance improvements on all platforms.
4487
4488
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000044892010-05-26: Version 2.2.12
4490
4491 Allowed accessors to be defined on objects rather than just object
4492 templates.
4493
4494 Changed the ScriptData API.
4495
4496
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000044972010-05-21: Version 2.2.11
4498
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004499 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004500
4501 Use 'full compiler' when debugging is active. This should increase
4502 the density of possible break points, making single step more fine
4503 grained. This will only take effect for functions compiled after
4504 debugging has been started, so recompilation of all functions is
4505 required to get the full effect. IA32 and x64 only for now.
4506
4507 Misc. fixes to the Solaris build.
4508
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004509 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004510
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004511 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004512
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004513 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004514
4515 Incremental performance improvements in all backends.
4516
4517
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000045182010-05-17: Version 2.2.10
4519
4520 Performance improvements in the x64 and ARM backends.
4521
4522
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000045232010-05-10: Version 2.2.9
4524
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004525 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004526
4527 Fixed bug with Date.parse returning a non-NaN value when called on a
4528 non date string (issue 696).
4529
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004530 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004531 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004532
4533 C++ API for retrieving JavaScript stack trace information.
4534
4535
ager@chromium.orgac091b72010-05-05 07:34:42 +000045362010-05-05: Version 2.2.8
4537
4538 Performance improvements in the x64 and ARM backends.
4539
4540
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000045412010-05-03: Version 2.2.7
4542
4543 Added support for ES5 date time string format to Date.parse.
4544
4545 Performance improvements in the x64 backend.
4546
4547
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000045482010-04-28: Version 2.2.6
4549
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004550 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004551 (by Ryan Dahl <coldredlemur@gmail.com>).
4552
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004553 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004554
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004555 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004556
4557 Performance improvements on all platforms.
4558
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004559
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000045602010-04-26: Version 2.2.5
4561
4562 Various performance improvements (especially for ARM and x64)
4563
4564 Fixed bug in CPU profiling (http://crbug.com/42137)
4565
4566 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004567
4568 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004569 wrong calculations.
4570
4571 Fixed a bug that may cause a wrong result for shift operations.
4572
4573
45742010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004575
4576 Fixed warnings on arm on newer GCC versions.
4577
4578 Fixed a number of minor bugs.
4579
4580 Performance improvements on all platforms.
4581
4582
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000045832010-04-14: Version 2.2.3
4584
4585 Added stack command and mem command to ARM simulator debugger.
4586
4587 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4588
4589 Performance improvements on all platforms.
4590
4591
ager@chromium.org357bf652010-04-12 11:30:10 +000045922010-04-12: Version 2.2.2
4593
4594 Introduced new profiler API.
4595
4596 Fixed random number generator to produce full 32 random bits.
4597
4598
lrn@chromium.org25156de2010-04-06 13:10:27 +000045992010-04-06: Version 2.2.1
4600
4601 Debugger improvements.
4602
4603 Fixed minor bugs.
4604
4605
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000046062010-03-29: Version 2.2.0
4607
4608 Fixed a few minor bugs.
4609
4610 Performance improvements for string operations.
4611
4612
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000046132010-03-26: Version 2.1.10
4614
4615 Fixed scons build issues.
4616
4617 Fixed a couple of minor bugs.
4618
4619
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000046202010-03-25: Version 2.1.9
4621
4622 Added API support for reattaching a global object to a context.
4623
4624 Extended debugger API with access to the internal debugger context.
4625
4626 Fixed Chromium crashes (issues http://crbug.com/39128 and
4627 http://crbug.com/39160)
4628
4629
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000046302010-03-24: Version 2.1.8
4631
4632 Added fine-grained garbage collection callbacks to the API.
4633
4634 Performance improvements on all platforms.
4635
4636
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000046372010-03-22: Version 2.1.7
4638
4639 Fixed issue 650.
4640
4641 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004642
4643 Performance improvements for arithmetic operations.
4644
4645 Performance improvements for string operations.
4646
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004647 Print script name and line number information in stack trace.
4648
4649
46502010-03-17: Version 2.1.6
4651
4652 Performance improvements for arithmetic operations.
4653
4654 Performance improvements for string operations.
4655
4656
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000046572010-03-10: Version 2.1.4
4658
4659 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4660
4661 Performance improvements on all platforms.
4662
4663
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000046642010-03-10: Version 2.1.3
4665
4666 Added API method for context-disposal notifications.
4667
4668 Added API method for accessing elements by integer index.
4669
4670 Added missing implementation of Uint32::Value and Value::IsUint32
4671 API methods.
4672
4673 Added IsExecutionTerminating API method.
4674
4675 Disabled strict aliasing for GCC 4.4.
4676
4677 Fixed string-concatenation bug (issue 636).
4678
4679 Performance improvements on all platforms.
4680
4681
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000046822010-02-23: Version 2.1.2
4683
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004684 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004685
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004686 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004687
4688 Performance improvements on all platforms.
4689
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004690
ager@chromium.org5c838252010-02-19 08:53:10 +000046912010-02-19: Version 2.1.1
4692
4693 [ES5] Implemented Object.defineProperty.
4694
4695 Improved profiler support.
4696
4697 Added SetPrototype method in the public V8 API.
4698
4699 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4700 objects in the API.
4701
4702 Performance improvements on all platforms.
4703
4704
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000047052010-02-03: Version 2.1.0
4706
4707 Values are now always wrapped in objects when used as a receiver.
4708 (issue 223).
4709
4710 [ES5] Implemented Object.getOwnPropertyNames.
4711
4712 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4713 JSON grammar.
4714
4715 Improvement of debugger agent (issue 549 and 554).
4716
4717 Fixed problem with skipped stack frame in profiles (issue 553).
4718
4719 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4720 <ry@tinyclouds.org>.
4721
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004722 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004723 integers.
4724
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004725 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004726 functions (isue http://crbug.com/3867).
4727
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004728 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004729
4730 Numerous performance improvements including porting of previous IA-32
4731 optimizations to x64 and ARM architectures.
4732
4733
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000047342010-01-14: Version 2.0.6
4735
4736 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4737 GetOwnProperty, FromPropertyDescriptor.
4738
4739 Fixed Mac x64 build errors.
4740
4741 Improved performance of some math and string operations.
4742
4743 Improved performance of some regexp operations.
4744
4745 Improved performance of context creation.
4746
4747 Improved performance of hash tables.
4748
4749
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000047502009-12-18: Version 2.0.5
4751
4752 Extended to upper limit of map space to allow for 7 times as many map
4753 to be allocated (issue 524).
4754
4755 Improved performance of code using closures.
4756
4757 Improved performance of some binary operations involving doubles.
4758
4759
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000047602009-12-16: Version 2.0.4
4761
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004762 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004763
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004764 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004765
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004766 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004767
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004768 Improved handling of external strings by using a separate table
4769 instead of weak handles. This improves garbage collection
4770 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004771
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004772 Changed code generation for object and array literals in toplevel
4773 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004774
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004775 Fixed a crash bug triggered when garbage collection happened during
4776 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004777
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004778 Fixed crash bug sometimes triggered when local variables shadowed
4779 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004780
4781
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000047822009-12-03: Version 2.0.3
4783
4784 Optimized handling and adding of strings, for-in and Array.join.
4785
4786 Heap serialization is now non-destructive.
4787
4788 Improved profiler support with information on time spend in C++
4789 callbacks registered through the API.
4790
4791 Added commands to the debugger protocol for starting/stopping
4792 profiling.
4793
4794 Enabled the non-optimizing compiler for top-level code.
4795
4796 Changed the API to only allow strings to be set as data objects on
4797 Contexts and scripts to avoid potentially keeping global objects
4798 around for too long (issue 528).
4799
4800 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4801
4802 Fixed bugs.
4803
4804
ager@chromium.org01beca72009-11-24 14:29:16 +000048052009-11-24: Version 2.0.2
4806
4807 Improved profiler support.
4808
4809 Fixed bug that broke compilation of d8 with readline support.
4810
4811
ager@chromium.org6141cbe2009-11-20 12:14:52 +000048122009-11-20: Version 2.0.1
4813
4814 Fixed crash bug in String.prototype.replace.
4815
4816 Reverted a change which caused Chromium interactive ui test
4817 failures.
4818
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004819
ager@chromium.orgc4c92722009-11-18 14:12:51 +000048202009-11-18: Version 2.0.0
4821
4822 Added support for VFP on ARM.
4823
4824 Added TryCatch::ReThrow method to the API.
4825
4826 Reduced the size of snapshots and improved the snapshot load time.
4827
4828 Improved heap profiler support.
4829
4830 64-bit version now supported on Windows.
4831
4832 Fixed a number of debugger issues.
4833
4834 Fixed bugs.
4835
4836
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000048372009-10-29: Version 1.3.18
4838
4839 Reverted a change which caused crashes in RegExp replace.
4840
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004841 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004842
4843
ager@chromium.org3811b432009-10-28 14:53:37 +000048442009-10-28: Version 1.3.17
4845
4846 Added API method to get simple heap statistics.
4847
4848 Improved heap profiler support.
4849
4850 Fixed the implementation of the resource constraint API so it
4851 works when using snapshots.
4852
4853 Fixed a number of issues in the Windows 64-bit version.
4854
4855 Optimized calls to API getters.
4856
4857 Added valgrind notification on code modification to the 64-bit version.
4858
4859 Fixed issue where we logged shared library addresses on Windows at
4860 startup and never used them.
4861
4862
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000048632009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004864
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004865 X64: Convert smis to holding 32 bits of payload.
4866
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004867 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004868
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004869 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004870
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004871 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004872 Patch by Jan de Mooij <jandemooij@gmail.com>
4873
4874 Implement ES5 Array.isArray
4875 Patch by Jan de Mooij <jandemooij@gmail.com>
4876
4877 Skip access checks for hidden properties.
4878
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004879 Added String::Concat(Handle<String> left, Handle<String> right) to the
4880 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004881
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004882 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004883
4884
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000048852009-10-07: Version 1.3.15
4886
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004887 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004888
4889 Fixed a crash bug happening when starting profiling (issue
4890 http://crbug.com/23768).
4891
4892
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000048932009-10-07: Version 1.3.14
4894
4895 Added GetRealNamedProperty to the API to lookup real properties
4896 located on the object or in the prototype chain skipping any
4897 interceptors.
4898
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004899 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004900 stack limit now needs to be set to each thread thich is used with V8.
4901
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004902 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004903
4904 Ensure V8 is initialized before locking and unlocking threads.
4905
4906 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004907 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004908 Crockford from the project.
4909
4910 Added a missing optimization in StringCharAt.
4911
4912 Fixed some flaky socket tests.
4913
4914 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4915 in 64-bit mode.
4916
4917 Fixed memory leaks in the thread management code.
4918
4919 Fixed the result of assignment to a pixel array. The assigned value
4920 is now the result.
4921
4922 Error reporting for invalid left-hand sides in for-in statements, pre-
4923 and postfix count expressions, and assignments now matches the JSC
4924 behavior in Safari 4.
4925
4926 Follow the spec in disallowing function declarations without a name.
4927
4928 Always allocate code objects within a 2 GB range. On x64 architecture
4929 this is used to use near calls (32-bit displacement) in Code objects.
4930
4931 Optimized array construction ported to x64 and ARM architectures.
4932
4933 [ES5] Changed Object.keys to return strings for element indices.
4934
4935
ager@chromium.org68e7ab72009-09-23 09:40:39 +000049362009-09-23: Version 1.3.13
4937
4938 Fixed uninitialized memory problem.
4939
4940 Improved heap profiler support.
4941
4942
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000049432009-09-22: Version 1.3.12
4944
4945 Changed behavior of |function|.toString() on built-in functions to
4946 be compatible with other implementations. Patch by Jan de Mooij.
4947
4948 Added Object::IsDirty in the API.
4949
4950 Optimized array construction; it is now handled purely in native
4951 code.
4952
4953 [ES5] Made properties of the arguments array enumerable.
4954
4955 [ES5] Added test suite adapter for the es5conform test suite.
4956
4957 [ES5] Added Object.keys function.
4958
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004959
ager@chromium.org4af710e2009-09-15 12:20:11 +000049602009-09-15: Version 1.3.11
4961
4962 Fixed crash in error reporting during bootstrapping.
4963
4964 Optimized generated IA32 math code by using SSE2 instructions when
4965 available.
4966
4967 Implemented missing pieces of debugger infrastructure on ARM. The
4968 debugger is now fully functional on ARM.
4969
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004970 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004971
4972
ager@chromium.orga1645e22009-09-09 19:27:10 +000049732009-09-09: Version 1.3.10
4974
4975 Fixed profiler on Mac in 64-bit mode.
4976
4977 Optimized creation of objects from simple constructor functions on
4978 ARM.
4979
4980 Fixed a number of debugger issues.
4981
4982 Reduced the amount of memory consumed by V8.
4983
4984
ager@chromium.org18ad94b2009-09-02 08:22:29 +000049852009-09-02: Version 1.3.9
4986
4987 Optimized stack guard checks on ARM.
4988
4989 Optimized API operations by inlining more in the API.
4990
4991 Optimized creation of objects from simple constructor functions.
4992
4993 Enabled a number of missing optimizations in the 64-bit port.
4994
4995 Implemented native-code support for regular expressions on ARM.
4996
4997 Stopped using the 'sahf' instruction on 64-bit machines that do
4998 not support it.
4999
5000 Fixed a bug in the support for forceful termination of JavaScript
5001 execution.
5002
5003
ager@chromium.org96c75b52009-08-26 09:13:16 +000050042009-08-26: Version 1.3.8
5005
5006 Changed the handling of idle notifications to allow idle
5007 notifications when V8 has not yet been initialized.
5008
5009 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005010
ager@chromium.org96c75b52009-08-26 09:13:16 +00005011
ager@chromium.orgab99eea2009-08-25 07:05:41 +000050122009-08-25: Version 1.3.7
5013
5014 Reduced the size of generated code on ARM platforms by reducing
5015 the size of constant pools.
5016
5017 Changed build files to not include the 'ENV' user environment
5018 variable in the build environment.
5019
5020 Changed the handling of idle notifications.
5021
5022
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000050232009-08-21: Version 1.3.6
5024
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005025 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005026
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005027 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005028 a low memory situation to V8.
5029
5030 Changed the handling of global handles (persistent handles in the API
5031 sense) to avoid issues regarding allocation of new global handles
5032 during weak handle callbacks.
5033
5034 Changed the growth policy of the young space.
5035
5036 Fixed a GC issue introduced in version 1.3.5.
5037
5038
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000050392009-08-19: Version 1.3.5
5040
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005041 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005042
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005043 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005044
5045 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
5046
5047 Changed typeof RegExp from 'object' to 'function' for compatibility.
5048 Fixed bug where regexps were not callable across contexts.
5049
5050 Added context independent script compilation to the API.
5051
5052 Added API call to get the stack trace for an exception.
5053
5054 Added API for getting object mirrors.
5055
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005056 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005057 running off a snapshot generated without using SSE3 instructions.
5058
5059 Tweaked the handling of the initial size and growth policy of the heap.
5060
5061 Added native code generation for RegExp to 64-bit version.
5062
5063 Added JavaScript debugger support to 64-bit version.
5064
5065
ager@chromium.orgadd848f2009-08-13 12:44:13 +000050662009-08-13: Version 1.3.4
5067
5068 Added a readline() command to the d8 shell.
5069
5070 Fixed bug in json parsing.
5071
5072 Added idle notification to the API and reduced memory on idle
5073 notifications.
5074
5075
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000050762009-08-12: Version 1.3.3
5077
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005078 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005079
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005080 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005081
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005082 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005083
5084 API: added function to find instance of template in prototype
5085 chain. Inlined Object::IsInstanceOf.
5086
5087 Land change to notify valgrind when we modify code on x86.
5088
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005089 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005090
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005091 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005092
5093
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000050942009-08-05: Version 1.3.2
5095
5096 Started new compiler infrastructure for two-pass compilation using a
5097 control flow graph constructed from the AST.
5098
5099 Profiler stack sampling for X64.
5100
5101 Safe handling of NaN to Posix platform-dependent time functions.
5102
5103 Added a new profiler control API to unify controlling various aspects
5104 of profiling.
5105
5106 Fixed issue 392.
5107
5108
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000051092009-07-30: Version 1.3.1
5110
5111 Speed improvements to accessors and interceptors.
5112
5113 Added support for capturing stack information on custom errors.
5114
5115 Added support for morphing an object into a pixel array where its
5116 indexed properties are stored in an external byte array. Values written
5117 are always clamped to the 0..255 interval.
5118
5119 Profiler on x64 now handles C/C++ functions from shared libraries.
5120
5121 Changed the debugger to avoid stepping into function.call/apply if the
5122 function is a built-in.
5123
5124 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005125
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00005126 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005127
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00005128 Optimized the called as constructor check for API calls.
5129
5130
kasperl@chromium.orge959c182009-07-27 08:59:04 +000051312009-07-27: Version 1.3.0
5132
5133 Allowed RegExp objects to be called as functions (issue 132).
5134
5135 Fixed issue where global property cells would escape after
5136 detaching the global object; see http://crbug.com/16276.
5137
5138 Added support for stepping into setters and getters in the
5139 debugger.
5140
5141 Changed the debugger to avoid stopping in its own JavaScript code
5142 and in the code of built-in functions.
5143
5144 Fixed issue 345 by avoiding duplicate escaping labels.
5145
5146 Fixed ARM code generator crash in short-circuited boolean
5147 expressions and added regression tests.
5148
5149 Added an external allocation limit to avoid issues where small V8
5150 objects would hold on to large amounts of external memory without
5151 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005152
5153 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00005154
5155
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000051562009-07-13: Version 1.2.14
5157
5158 Added separate paged heap space for global property cells and
5159 avoid updating the write barrier when storing into them.
5160
5161 Improved peep-hole optimization on ARM platforms by not emitting
5162 unnecessary debug information.
5163
5164 Re-enabled ICs for loads and calls that skip a global object
5165 during lookup through the prototype chain.
5166
5167 Allowed access through global proxies to use ICs.
5168
5169 Fixed issue 401.
5170
5171
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000051722009-07-09: Version 1.2.13
5173
5174 Fixed issue 397, issue 398, and issue 399.
5175
5176 Added support for breakpoint groups.
5177
5178 Fixed bugs introduced with the new global object representation.
5179
5180 Fixed a few bugs in the ARM code generator.
5181
5182
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000051832009-07-06: Version 1.2.12
5184
5185 Added stack traces collection to Error objects accessible through
5186 the e.stack property.
5187
5188 Changed RegExp parser to use a recursive data structure instead of
5189 stack-based recursion.
5190
5191 Optimized Date object construction and string concatenation.
5192
5193 Improved performance of div, mod, and mul on ARM platforms.
5194
5195
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000051962009-07-02: Version 1.2.11
5197
5198 Improved performance on IA-32 and ARM.
5199
5200 Fixed profiler sampler implementation on Mac OS X.
5201
5202 Changed the representation of global objects to improve
5203 performance of adding a lot of new properties.
5204
5205
ager@chromium.org3e875802009-06-29 08:26:34 +000052062009-06-29: Version 1.2.10
5207
5208 Improved debugger support.
5209
5210 Fixed bug in exception message reporting (issue 390).
5211
5212 Improved overall performance.
5213
5214
ager@chromium.org5aa501c2009-06-23 07:57:28 +000052152009-06-23: Version 1.2.9
5216
5217 Improved math performance on ARM.
5218
5219 Fixed profiler name-inference bug.
5220
5221 Fixed handling of shared libraries in the profiler tick processor
5222 scripts.
5223
5224 Fixed handling of tests that time out in the test scripts.
5225
5226 Fixed compilation on MacOS X version 10.4.
5227
5228 Fixed two bugs in the regular expression engine.
5229
5230 Fixed a bug in the string type inference.
5231
5232 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005233
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005234 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005235
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005236
ager@chromium.orgeadaf222009-06-16 09:43:10 +000052372009-06-16: Version 1.2.8
5238
5239 Optimized math on ARM platforms.
5240
5241 Fixed two crash bugs in the handling of getters and setters.
5242
5243 Improved the debugger support by adding scope chain information.
5244
5245 Improved the profiler support by compressing log data transmitted
5246 to clients.
5247
5248 Improved overall performance.
5249
5250
ager@chromium.orge2902be2009-06-08 12:21:35 +000052512009-06-08: Version 1.2.7
5252
5253 Improved debugger and profiler support.
5254
5255 Reduced compilation time by improving the handling of deferred
5256 code.
5257
5258 Optimized interceptor accesses where the property is on the object
5259 on which the interceptors is attached.
5260
5261 Fixed compilation problem on GCC 4.4 by changing the stack
5262 alignment to 16 bytes.
5263
5264 Fixed handle creation to follow stric aliasing rules.
5265
5266 Fixed compilation on FreeBSD.
5267
5268 Introduced API for forcing the deletion of a property ignoring
5269 interceptors and attributes.
5270
5271
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000052722009-05-29: Version 1.2.6
5273
5274 Added a histogram recording hit rates at different levels of the
5275 compilation cache.
5276
5277 Added stack overflow check for the RegExp analysis phase. Previously a
5278 very long regexp graph could overflow the stack with recursive calls.
5279
5280 Use a dynamic buffer when collecting log events in memory.
5281
5282 Added start/stop events to the profiler log.
5283
5284 Fixed infinite loop which could happen when setting a debug break while
5285 executing a RegExp compiled to native code.
5286
5287 Fixed handling of lastIndexOf called with negative index (issue 351).
5288
5289 Fixed irregular crash in profiler test (issue 358).
5290
5291 Fixed compilation issues with some versions of gcc.
5292
5293
kasperl@chromium.org71affb52009-05-26 05:44:31 +000052942009-05-26: Version 1.2.5
5295
5296 Fixed bug in initial boundary check for Boyer-Moore text
5297 search (issue 349).
5298
5299 Fixed compilation issues with MinGW and gcc 4.3+ and added support
5300 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
5301 Craig Schlenter.
5302
5303 Added a script cache to the debugger.
5304
5305 Optimized compilation performance by improving internal data
5306 structures and avoiding expensive property load optimizations for
5307 code that's infrequently executed.
5308
5309 Exposed the calling JavaScript context through the static API
5310 function Context::GetCalling().
5311
5312
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000053132009-05-18: Version 1.2.4
5314
5315 Improved performance of floating point number allocation for ARM
5316 platforms.
5317
5318 Fixed crash when using the instanceof operator on functions with
5319 number values in their prototype chain (issue 341).
5320
5321 Optimized virtual frame operations in the code generator to speed
5322 up compilation time and allocated the frames in the zone.
5323
5324 Made the representation of virtual frames and jump targets in the
5325 code generator much more compact.
5326
5327 Avoided linear search for non-locals in scope code when resolving
5328 variables inside with and eval scopes.
5329
5330 Optimized lexical scanner by dealing with whitespace as part of
5331 the token scanning instead of as a separate step before it.
5332
5333 Changed the scavenging collector so that promoted objects do not
5334 reside in the old generation while their remembered set is being
5335 swept for pointers into the young generation.
5336
5337 Fixed numeric overflow handling when compiling count operations.
5338
5339
ager@chromium.org9085a012009-05-11 19:22:57 +000053402009-05-11: Version 1.2.3
5341
5342 Fixed bug in reporting of out-of-memory situations.
5343
5344 Introduced hidden prototypes on certain builtin prototype objects
5345 such as String.prototype to emulate JSC's behavior of restoring
5346 the original function when deleting functions from those prototype
5347 objects.
5348
5349 Fixed crash bug in the register allocator.
5350
5351
ager@chromium.org5ec48922009-05-05 07:25:34 +000053522009-05-04: Version 1.2.2
5353
5354 Fixed bug in array sorting for sparse arrays (issue 326).
5355
5356 Added support for adding a soname when building a shared library
5357 on Linux (issue 151).
5358
5359 Fixed bug caused by morphing internal ASCII strings to external
5360 two-byte strings. Slices over ASCII strings have to forward ASCII
5361 checks to the underlying buffer string.
5362
5363 Allowed API call-as-function handlers to be called as
5364 constructors.
5365
5366 Fixed a crash bug where an external string was disposed but a
5367 slice of the external string survived as a symbol.
5368
5369
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000053702009-04-27: Version 1.2.1
5371
5372 Added EcmaScript 5 JSON object.
5373
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005374 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00005375
5376
ager@chromium.org65dad4b2009-04-23 08:48:43 +000053772009-04-23: Version 1.2.0
5378
5379 Optimized floating-point operations on ARM.
5380
5381 Added a number of extensions to the debugger API.
5382
5383 Changed the enumeration order for unsigned integer keys to always
5384 be numerical order.
5385
5386 Added a "read" extension to the shell sample.
5387
5388 Added support for Array.prototype.reduce and
5389 Array.prototype.reduceRight.
5390
5391 Added an option to the SCons build to control Microsoft Visual C++
5392 link-time code generation.
5393
5394 Fixed a number of bugs (in particular issue 315, issue 316,
5395 issue 317 and issue 318).
5396
5397
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000053982009-04-15: Version 1.1.10
5399
5400 Fixed crash bug that occurred when loading a const variable in the
5401 presence of eval.
5402
5403 Allowed using with and eval in registered extensions in debug mode
5404 by fixing bogus assert.
5405
5406 Fixed the source position for function returns to enable the
5407 debugger to break there.
5408
5409
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000054102009-04-14: Version 1.1.9
5411
5412 Made the stack traversal code in the profiler robust by avoiding
5413 to look into the heap.
5414
5415 Added name inferencing for anonymous functions to facilitate
5416 debugging and profiling.
5417
5418 Re-enabled stats timers in the developer shell (d8).
5419
5420 Fixed issue 303 by avoiding to shortcut cons-symbols.
5421
5422
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000054232009-04-11: Version 1.1.8
5424
5425 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5426
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005427 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005428 the debugger (issue 269).
5429
5430 Fixed v8::Object::DeleteHiddenValue to not bail out when there
5431 are no hidden properties.
5432
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005433 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005434 entries with deleted resources would lead to NPEs when looking
5435 up in the symbol table.
5436
5437
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000054382009-04-07: Version 1.1.7
5439
5440 Added support for easily importing additional environment
5441 variables into the SCons build.
5442
5443 Optimized strict equality checks.
5444
5445 Fixed crash in indexed setters on objects without a corresponding
5446 getter (issue 298).
5447
5448 Re-enabled script compilation cache.
5449
5450
ager@chromium.org8682a592009-04-01 10:47:14 +000054512009-04-01: Version 1.1.6
5452
5453 Reverted an unsafe code generator change.
5454
5455
ager@chromium.org71daaf62009-04-01 07:22:49 +000054562009-04-01: Version 1.1.5
5457
5458 Fixed bug that caused function literals to not be optimized as
5459 much as other functions.
5460
5461 Improved profiler support.
5462
5463 Fixed a crash bug in connection with debugger unloading.
5464
5465 Fixed a crash bug in the code generator caused by losing the
5466 information that a frame element was copied.
5467
5468 Fixed an exception propagation bug that could cause non-null
5469 return values when exceptions were thrown.
5470
5471
ager@chromium.org41826e72009-03-30 13:30:57 +000054722009-03-30: Version 1.1.4
5473
5474 Optimized String.prototype.match.
5475
5476 Improved the stack information in profiles.
5477
5478 Fixed bug in ARM port making it possible to compile the runtime
5479 system for thumb mode again.
5480
5481 Implemented a number of optimizations in the code generator.
5482
5483 Fixed a number of memory leaks in tests.
5484
5485 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005486 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005487
5488
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000054892009-03-24: Version 1.1.3
5490
5491 Fixed assertion failures in compilation of loop conditions.
5492
5493 Removed STL dependency from developer shell (d8).
5494
5495 Added infrastructure for protecting the V8 heap from corruption
5496 caused by memory modifications from the outside.
5497
5498
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000054992009-03-24: Version 1.1.2
5500
5501 Improved frame merge code generated by the code generator.
5502
5503 Optimized String.prototype.replace.
5504
5505 Implemented __defineGetter__ and __defineSetter__ for properties
5506 with integer keys on non-array objects.
5507
5508 Improved debugger and profiler support.
5509
5510 Fixed a number of portability issues to allow compilation for
5511 smaller ARM devices.
5512
5513 Exposed object cloning through the API.
5514
5515 Implemented hidden properties. This is used to expose an identity
5516 hash for objects through the API.
5517
5518 Implemented restarting of regular expressions if their input
5519 string changes representation during preemption.
5520
5521 Fixed a code generator bug that could cause assignments in loops
5522 to be ignored if using continue to break out of the loop (issue
5523 284).
5524
5525
ager@chromium.org3a6061e2009-03-12 14:24:36 +000055262009-03-12: Version 1.1.1
5527
5528 Fixed an assertion in the new compiler to take stack overflow
5529 exceptions into account.
5530
5531 Removed exception propagation code that could cause crashes.
5532
5533 Fixed minor bug in debugger line number computations.
5534
5535 8-byte align the C stack on Linux and Windows to speed up floating
5536 point computations.
5537
5538
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000055392009-03-12: Version 1.1.0
5540
5541 Improved code generation infrastructure by doing simple register
5542 allocation and constant folding and propagation.
5543
5544 Optimized regular expression matching by avoiding to create
5545 intermediate string arrays and by flattening nested array
5546 representations of RegExp data.
5547
5548 Traverse a few stack frames when recording profiler samples to
5549 include partial call graphs in the profiling output.
5550
5551 Added support for using OProfile to profile generated code.
5552
5553 Added remote debugging support to the D8 developer shell.
5554
5555 Optimized creation of nested literals like JSON objects.
5556
5557 Fixed a bug in garbage collecting unused maps and turned it on by
5558 default (--collect-maps).
5559
5560 Added support for running tests under Valgrind.
5561
5562
kasperl@chromium.org061ef742009-02-27 12:16:20 +000055632009-02-27: Version 1.0.3
5564
5565 Optimized double-to-integer conversions in bit operations by using
5566 SSE3 instructions if available.
5567
5568 Optimized initialization sequences that store to multiple
5569 properties of the same object.
5570
5571 Changed the D8 debugger frontend to use JSON messages.
5572
5573 Force garbage collections when disposing contexts.
5574
5575 Align code objects at 32-byte boundaries.
5576
5577
ager@chromium.org381abbb2009-02-25 13:23:22 +000055782009-02-25: Version 1.0.2
5579
5580 Improved profiling support by performing simple call stack
5581 sampling for ticks and by fixing a bug in the logging of code
5582 addresses.
5583
5584 Fixed a number of debugger issues.
5585
5586 Optimized code that uses eval.
5587
5588 Fixed a couple of bugs in the regular expression engine.
5589
5590 Reduced the size of generated code for certain regular expressions.
5591
5592 Removed JSCRE completely.
5593
5594 Fixed issue where test could not be run if there was a dot in the
5595 checkout path.
5596
5597
ager@chromium.org6f10e412009-02-13 10:11:16 +000055982009-02-13: Version 1.0.1
5599
5600 Fixed two crash-bugs in irregexp (issue 231 and 233).
5601
5602 Fixed a number of minor bugs (issue 87, 227 and 228).
5603
5604 Added support for morphing strings to external strings on demand
5605 to avoid having to create copies in the embedding code.
5606
5607 Removed experimental support for external symbol callbacks.
5608
5609
iposva@chromium.org245aa852009-02-10 00:49:54 +000056102009-02-09: Version 1.0.0
5611
5612 Fixed crash-bug in the code generation for case independent 16 bit
5613 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005614
iposva@chromium.org245aa852009-02-10 00:49:54 +00005615 Made shells more robust in the presence of string conversion
5616 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005617
iposva@chromium.org245aa852009-02-10 00:49:54 +00005618 Fixed a potential infinite loop when attempting to resolve
5619 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005620
iposva@chromium.org245aa852009-02-10 00:49:54 +00005621 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005622
iposva@chromium.org245aa852009-02-10 00:49:54 +00005623 Reduced binary by stripping unneeded text from JavaScript library and
5624 minifying some JavaScript files.
5625
5626
ager@chromium.orgddb913d2009-01-27 10:01:48 +000056272009-01-27: Version 0.4.9
5628
5629 Enabled new regular expression engine.
5630
5631 Made a number of changes to the debugger protocol.
5632
5633 Fixed a number of bugs in the preemption support.
5634
5635 Added -p option to the developer shell to run files in parallel
5636 using preemption.
5637
5638 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5639 193, 198 and 201).
5640
5641 Fixed a number of bugs in the serialization/deserialization
5642 support for the ARM platform.
5643
5644
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000056452009-01-19: Version 0.4.8.1
5646
5647 Minor patch to debugger support.
5648
5649
ager@chromium.org32912102009-01-16 10:38:43 +000056502009-01-16: Version 0.4.8
5651
5652 Fixed string length bug on ARM (issue 171).
5653
5654 Made most methods in the API const.
5655
5656 Optimized object literals by improving data locality.
5657
5658 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005659 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005660
5661 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005662 eval to behave incorrectly when using accessors (issues 186, 190
5663 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005664
5665
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000056662009-01-06: Version 0.4.7
5667
ager@chromium.org32912102009-01-16 10:38:43 +00005668 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005669
ager@chromium.org32912102009-01-16 10:38:43 +00005670 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005671
ager@chromium.org32912102009-01-16 10:38:43 +00005672 Fixed subtle bug that caused the wrong 'this' to be used when
5673 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005674
ager@chromium.org32912102009-01-16 10:38:43 +00005675 Inline array loads within loops directly in the code instead of
5676 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005677
ager@chromium.org32912102009-01-16 10:38:43 +00005678
ager@chromium.org8bb60582008-12-11 12:02:20 +000056792008-12-11: Version 0.4.6
5680
5681 Fixed exception reporting bug where certain exceptions were
5682 incorrectly reported as uncaught.
5683
5684 Improved the memory allocation strategy used during compilation to
5685 make running out of memory when compiling huge scripts less
5686 likely.
5687
5688 Optimized String.replace by avoiding the construction of certain
5689 sub strings.
5690
5691 Fixed bug in code generation for large switch statements on ARM.
5692
5693 Fixed bug that caused V8 to change the global object template
5694 passed in by the user.
5695
5696 Changed the API for creating object groups used during garbage
5697 collection. Entire object groups are now passed to V8 instead of
5698 individual members of the groups.
5699
ager@chromium.org32912102009-01-16 10:38:43 +00005700
ager@chromium.orga74f0da2008-12-03 16:05:52 +000057012008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005702
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005703 Added experimental API support for allocating V8 symbols as
5704 external strings.
5705
5706 Fixed bugs in debugging support on ARM.
5707
5708 Changed eval implementation to correctly detect whether or not a
5709 call to eval is aliased.
5710
5711 Fixed bug caused by a combination of the compilation cache and
5712 dictionary probing in native code. The bug caused us to sometimes
5713 call functions that had not yet been compiled.
5714
5715 Added platform support for FreeBSD.
5716
5717 Added support for building V8 on Windows with either the shared or
5718 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005719
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005720 Added the v8::jscre namespace around the jscre functions to avoid
5721 link errors (duplicate symbols) when building Google Chrome.
5722
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005723 Added support for calling a JavaScript function with the current
5724 debugger execution context as its argument to the debugger
5725 interface.
5726
5727 Changed the type of names of counters from wchar_t to char.
5728
5729 Changed the Windows system call used to compute daylight savings
5730 time. The system call that we used to use became four times
5731 slower on WinXP SP3.
5732
5733 Added support in the d8 developer shell for memory-mapped counters
5734 and added a stats-viewer tool.
5735
5736 Fixed bug in upper/lower case mappings (issue 149).
5737
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005738
ager@chromium.org3bf7b912008-11-17 09:09:45 +000057392008-11-17: Version 0.4.4
5740
5741 Reduced code size by using shorter instruction encoding when
5742 possible.
5743
5744 Added a --help option to the shell sample and to the d8 shell.
5745
5746 Added visual studio project files for building the ARM simulator.
5747
5748 Fixed a number of ARM simulator issues.
5749
5750 Fixed bug in out-of-memory handling on ARM.
5751
5752 Implemented shell support for passing arguments to a script from
5753 the command line.
5754
5755 Fixed bug in date code that made certain date functions return -0
5756 instead of 0 for dates before the epoch.
5757
5758 Restricted applications of eval so it can only be used in the
5759 context of the associated global object.
5760
5761 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005762
5763
ager@chromium.org870a0b62008-11-04 11:43:05 +000057642008-11-04: Version 0.4.3
5765
5766 Added support for API accessors that prohibit overwriting by
5767 accessors defined in JavaScript code by using __defineGetter__ and
5768 __defineSetter__.
5769
5770 Improved handling of conditionals in test status files.
5771
5772 Introduced access control in propertyIsEnumerable.
5773
5774 Improved performance of some string operations by caching
5775 information about the type of the string between operations.
5776
5777 Fixed bug in fast-case code for switch statements that only have
5778 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005779
ager@chromium.org870a0b62008-11-04 11:43:05 +00005780
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000057812008-10-30: Version 0.4.2
5782
5783 Improved performance of Array.prototype.concat by moving the
5784 implementation to C++ (issue 123).
5785
5786 Fixed heap growth policy to avoid growing old space to its maximum
5787 capacity before doing a garbage collection and fixed issue that
5788 would lead to artificial out of memory situations (issue 129).
5789
5790 Fixed Date.prototype.toLocaleDateString to return the date in the
5791 same format as WebKit.
5792
5793 Added missing initialization checks to debugger API.
5794
5795 Added removing of unused maps during GC.
5796
5797
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000057982008-10-28: Version 0.4.1
5799
5800 Added caching of RegExp data in compilation cache.
5801
5802 Added Visual Studio project file for d8 shell.
5803
5804 Fixed function call performance regression introduced in version
5805 0.4.0 when splitting the global object in two parts (issue 120).
5806
5807 Fixed issue 131 by checking for empty handles before throwing and
5808 reporting exceptions.
5809
5810
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000058112008-10-23: Version 0.4.0
5812
5813 Split the global object into two parts: The state holding global
5814 object and the global object proxy.
5815
5816 Fixed bug that affected the value of an assignment to an element
5817 in certain cases (issue 116).
5818
5819 Added GetPropertyNames functionality (issue 33) and extra Date
5820 functions (issue 77) to the API.
5821
5822 Changed WeakReferenceCallback to take a Persistent<Value> instead
5823 of a Persistent<Object> (issue 101).
5824
5825 Fixed issues with message reporting for exceptions in try-finally
5826 blocks (issues 73 and 75).
5827
ager@chromium.org32912102009-01-16 10:38:43 +00005828 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005829
5830 Improved Boyer-Moore implementation for faster indexOf operations.
5831
5832 Added development shell (d8) which includes counters and
5833 completion support.
5834
5835 Fixed problem with the receiver passed to functions called from
5836 eval (issue 124).
5837
5838
ager@chromium.org7c537e22008-10-16 08:43:32 +000058392008-10-16: Version 0.3.5
5840
5841 Improved string hash-code distribution by excluding bit-field bits
5842 from the hash-code.
5843
5844 Changed string search algorithm used in indexOf from KMP to
5845 Boyer-Moore.
5846
5847 Improved the generated code for the instanceof operator.
5848
5849 Improved performance of slow-case string equality checks by
5850 specializing the code based on the string representation.
5851
5852 Improve the handling of out-of-memory situations (issue 70).
5853
5854 Improved performance of strict equality checks.
5855
5856 Improved profiler output to make it easier to see anonymous
5857 functions.
5858
5859 Improved performance of slow-case keyed loads.
5860
5861 Improved property access performance by allocating a number of
5862 properties in the front object.
5863
5864 Changed the toString behavior on the built-in object constructors
5865 to print [native code] instead of the actual source. Some web
5866 applications do not like constructors with complex toString
5867 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005868
ager@chromium.org7c537e22008-10-16 08:43:32 +00005869
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000058702008-10-06: Version 0.3.4
5871
5872 Changed Array.prototype.sort to use quick sort.
5873
5874 Fixed code generation issue where leaving a finally block with
5875 break or continue would accumulate elements on the expression
5876 stack (issue 86).
5877
5878 Made sure that the name accessor on functions returns the expected
5879 names for builtin JavaScript functions and C++ callback functions.
5880
5881 Added fast case code for extending the property storage array of
5882 JavaScript objects.
5883
5884 Ported switch statement optimizations introduced in version 0.3.3
5885 to the ARM code generator.
5886
5887 Allowed GCC to use strict-aliasing rules when compiling.
5888
5889 Improved performance of arguments object allocation by taking care
5890 of arguments adaptor frames in the generated code.
5891
5892 Updated the V8 benchmark suite to version 2.
5893
5894
ager@chromium.org236ad962008-09-25 09:45:57 +000058952008-09-25: Version 0.3.3
5896
5897 Improved handling of relocation information to enable more
5898 peep-hole optimizations.
5899
5900 Optimized switch statements where all labels are constant small
5901 integers.
5902
5903 Optimized String.prototype.indexOf for common cases.
5904
5905 Fixed more build issues (issue 80).
5906
5907 Fixed a couple of profiler issues.
5908
5909 Fixed bug where the body of a function created using the Function
5910 constructor was not allowed to end with a single-line comment
5911 (issue 85).
5912
5913 Improved handling of object literals by canonicalizing object
5914 literal maps. This will allow JSON objects with the same set of
5915 properties to share the same map making inline caching work better
5916 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005917
ager@chromium.org236ad962008-09-25 09:45:57 +00005918
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000059192008-09-17: Version 0.3.2
5920
5921 Generalized the EvalCache into a CompilationCache and enabled it
5922 for scripts too. The current strategy is to retire all entries
5923 whenever a mark-sweep collection is started.
5924
5925 Fixed bug where switch statements containing only a default case
5926 would lead to an unbalanced stack (issue 69).
5927
5928 Fixed bug that made access to the function in a named function
5929 expression impossible in certain situations (issue 24).
5930
5931 Fixed even more build issues.
5932
5933 Optimized calling conventions on ARM. The conventions on ARM and
5934 IA-32 now match.
5935
5936 Removed static initializers for flags and counters.
5937
5938 Improved inline caching behavior for uncommon cases where lazily
5939 loading Date and RegExp code could force certain code paths go
5940 megamorphic.
5941
5942 Removed arguments adaption for builtins written in C++. This
5943 makes Array.prototype.push and Array.prototype.pop slightly
5944 faster.
5945
5946
ager@chromium.org9258b6b2008-09-11 09:11:10 +000059472008-09-11: Version 0.3.1
5948
5949 Fixed a number of build issues.
5950
5951 Fixed problem with missing I-cache flusing on ARM.
5952
5953 Changed space layout in memory management by splitting up
5954 code space into old data space and code space.
5955
5956 Added utf-8 conversion support to the API (issue 57).
5957
5958 Optimized repeated calls to eval with the same strings. These
5959 repeated calls are common in web applications.
5960
5961 Added Xcode project file.
5962
5963 Optimized a couple of Array operation.
5964
5965 Fixed parser bug by checking for end-of-string when parsing break
5966 and continue (issue 35).
5967
5968 Fixed problem where asian characters were not categorized as
5969 letters.
5970
5971 Fixed bug that disallowed calling functions fetched from an array
5972 using a string as an array index (issue 32).
5973
5974 Fixed bug where the internal field count on object templates were
5975 sometimes ignored (issue 54).
5976
5977 Added -f option to the shell sample for compatibility with other
5978 engines (issue 18).
5979
5980 Added source info to TryCatches in the API.
5981
5982 Fixed problem where the seed for the random number generator was
5983 clipped in a double to unsigned int conversion.
5984
5985 Fixed bug where cons string symbols were sometimes converted to
5986 non-symbol flat strings during GC.
5987
5988 Fixed bug in error reporting when attempting to convert null to an
5989 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005990
5991
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000059922008-09-04: Version 0.3.0
5993
5994 Added support for running tests on the ARM simulator.
5995
5996 Fixed bug in the 'in' operator where negative indices were not
5997 treated correctly.
5998
5999 Fixed build issues on gcc-4.3.1.
6000
6001 Changed Date.prototype.toLocaleTimeString to not print the
6002 timezone part of the time.
6003
6004 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
6005 with user code.
6006
6007
v8.team.kasperl727e9952008-09-02 14:56:44 +000060082008-09-02: Version 0.2.5
6009
6010 Renamed the top level directory 'public' to 'include'.
6011
6012 Added 'env' option to the SCons build scripts to support
6013 overriding the ENV part of the build environment. This is mostly
6014 to support Windows builds in cases where SCons cannot find the
6015 correct paths to the Windows SDK, as these paths cannot be passed
6016 through shell environment variables.
6017
6018 Enabled "Buffer Security Check" on for the Windows SCons build and
6019 added the linker option /OPT:ICF as an optimization.
6020
6021 Added the V8 benchmark suite to the repository.
6022
6023
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000060242008-09-01: Version 0.2.4
6025
6026 Included mjsunit JavaScript test suite and C++ unit tests.
6027
6028 Changed the shell sample to not print the result of executing a
6029 script provided on the command line.
6030
6031 Fixed issue when building samples on Windows using a shared V8
6032 library. Added visibility option on Linux build which makes the
6033 generated library 18% smaller.
6034
6035 Changed build system to accept multiple build modes in one build
6036 and generate separate objects, libraries and executables for each
6037 mode.
6038
6039 Removed deferred negation optimization (a * -b => -(a * b)) since
6040 this visibly changes operand conversion order.
6041
6042 Improved parsing performance by introducing stack guard in
6043 preparsing. Without a stack guard preparsing always bails out
6044 with stack overflow.
6045
6046 Changed shell sample to take flags directly from the command-line.
6047 Added API call that implements this.
6048
6049 Added load, quit and version functions to the shell sample so it's
6050 easier to run benchmarks and tests.
6051
6052 Fixed issue with building samples and cctests on 64-bit machines.
6053
6054 Fixed bug in the runtime system where the prototype chain was not
6055 always searched for a setter when setting a property that does not
6056 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00006057
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00006058
mads.s.agercbaa0602008-08-14 13:41:48 +000060592008-08-14: Version 0.2.3
6060
6061 Improved performance of garbage collection by moving the
6062 function that updates pointers during compacting collection
6063 into the updating visitor. This gives the compiler a better
6064 chance to inline and avoid a function call per (potential)
6065 pointer.
6066
6067 Extended the shell sample with a --runtime-flags option.
6068
6069 Added Visual Studio project files for the shell.cc and
6070 process.cc samples.
6071
6072
60732008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00006074
6075 Improved performance of garbage collection by changing the way
6076 we use the marking stack in the event of stack overflow during
6077 full garbage collection and by changing the way we mark roots.
6078
6079 Cleaned up ARM version by removing top of stack caching and by
6080 introducing push/pop elimination.
6081
6082 Cleaned up the way runtime functions are called to allow
6083 runtime calls with no arguments.
6084
6085 Changed Windows build options to make sure that exceptions are
6086 disabled and that optimization flags are enabled.
6087
6088 Added first version of Visual Studio project files.
6089
6090
mads.s.agercbaa0602008-08-14 13:41:48 +000060912008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00006092
6093 Improved performance of unary addition by avoiding runtime calls.
6094
6095 Fixed the handling of '>' and '<=' to use right-to-left conversion
6096 and left-to-right evaluation as specified by ECMA-262.
6097
6098 Fixed a branch elimination bug on the ARM platform where incorrect
6099 code was generated because of overly aggressive branch
6100 elimination.
6101
6102 Improved performance of code that repeatedly assigns the same
6103 function to the same property of different objects with the same
6104 map.
6105
6106 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
6107 no longer expects DEBUG to be defined.
6108
6109 Added platform-nullos.cc to serve as the basis for new platform
6110 implementations.
6111
mads.s.ager31e71382008-08-13 09:32:07 +00006112
mads.s.agercbaa0602008-08-14 13:41:48 +000061132008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00006114
6115 Changed all text files to have native svn:eol-style.
6116
6117 Added a few samples and support for building them. The samples
6118 include a simple shell that can be used to benchmark and test V8.
6119
6120 Changed V8::GetVersion to return the version as a string.
6121
6122 Added source for lazily loaded scripts to snapshots and made
6123 serialization non-destructive.
6124
6125 Improved ARM support by fixing the write barrier code to use
6126 aligned loads and stores and by removing premature locals
6127 optimization that relied on broken support for callee-saved
6128 registers (removed).
6129
6130 Refactored the code for marking live objects during garbage
6131 collection and the code for allocating objects in paged
6132 spaces. Introduced an abstraction for the map word of a heap-
6133 allocated object and changed the memory allocator to allocate
6134 executable memory only for spaces that may contain code objects.
6135
6136 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
6137 they can be used by debugging and logging modules. Added
6138 thread-safe message queues for dealing with debugger events.
6139
6140 Fixed the source code reported by toString for certain builtin
6141 empty functions and made sure that the prototype property of a
6142 function is enumerable.
6143
6144 Improved performance of converting values to condition flags in
6145 generated code.
6146
6147 Merged disassembler-{arch} files.
6148
6149
mads.s.agercbaa0602008-08-14 13:41:48 +000061502008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00006151
6152 Added support for storing JavaScript stack traces in a stack
6153 allocated buffer to make it visible in shallow core dumps.
6154 Controlled by the --preallocate-message-memory flag which is
6155 disabled by default.
6156
6157
mads.s.agercbaa0602008-08-14 13:41:48 +000061582008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00006159
6160 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
6161 map transitions would count as properties.
6162
6163 Allowed aliased eval invocations by treating them as evals in the
6164 global context. This may change in the future.
6165
6166 Added support for accessing the last entered context through the
6167 API and renamed Context::Current to Context::GetCurrent and
6168 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
6169
6170 Fixed bug in the debugger that would cause the debugger scripts to
6171 be recursively loaded and changed all disabling of interrupts to
6172 be block-structured.
6173
6174 Made snapshot data read-only to allow it to be more easily shared
6175 across multiple users of V8 when linked as a shared library.
6176
6177
mads.s.agercbaa0602008-08-14 13:41:48 +000061782008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00006179
6180 Fixed building on Mac OS X by recognizing i386 and friends as
6181 IA-32 platforms.
6182
6183 Added propagation of stack overflow exceptions that occur while
6184 compiling nested functions.
6185
6186 Improved debugger with support for recursive break points and
6187 handling of exceptions that occur in the debugger JavaScript code.
6188
6189 Renamed GetInternal to GetInternalField and SetInternal to
6190 SetInternalField in the API and moved InternalFieldCount and
6191 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
6192
6193
mads.s.agercbaa0602008-08-14 13:41:48 +000061942008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006195
6196 Fixed bug in stack overflow check code for IA-32 targets where a
6197 non-tagged value in register eax was pushed to the stack.
6198
6199 Fixed potential quadratic behavior when converting strings to
6200 numbers.
6201
6202 Fixed bug where the return value from Object::SetProperty could
6203 end up being the property holder instead of the written value.
6204
6205 Improved debugger support by allowing nested break points and by
6206 dealing with stack-overflows when compiling functions before
6207 setting break points in them.
6208
6209
mads.s.agercbaa0602008-08-14 13:41:48 +000062102008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006211
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006212 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006213
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00006214# Local Variables:
6215# mode:text
6216# End: