blob: dedd3fd0376e9a0ac6a20fde4597d440959e08da [file] [log] [blame]
machenbach@chromium.orgea468882013-11-18 08:53:19 +000012013-11-18: Version 3.23.6
2
3 Limit size of dehoistable array indices.
4 (Chromium issues 319835, 319860)
5
6 Limit the size for typed arrays to MaxSmi.
7 (Chromium issue 319722)
8
9 Performance and stability improvements on all platforms.
10
11
machenbach@chromium.orgb5be0a92013-11-15 10:32:41 +0000122013-11-15: Version 3.23.5
13
14 Fixed missing type feedback check for Generic*String addition.
15 (Chromium issue 318671)
16
17 Fixed duplicate check in DependentCode::Insert.
18 (Chromium issue 318454)
19
20 Performance and stability improvements on all platforms.
21
22
machenbach@chromium.orgfeecfde2013-11-14 10:55:00 +0000232013-11-14: Version 3.23.4
24
25 Fixed overflow in TypedArray initialization function.
26 (Chromium issue 319120)
27
28 Performance and stability improvements on all platforms.
29
30
machenbach@chromium.org0cc09502013-11-13 12:20:55 +0000312013-11-13: Version 3.23.3
32
33 Fixed compilation with GCC 4.8.
34 (issue 2767, 2149)
35
36 Added explicit Isolate parameter to External::New.
37 (Chromium issue 266838)
38
39 Performance and stability improvements on all platforms.
40
41
machenbach@chromium.org935a7792013-11-12 09:05:18 +0000422013-11-12: Version 3.23.2
43
44 Fixed --extra-code flag for snapshot creation.
45 (issue 2994)
46
47 Fixed error message wording when instanceof throws.
48 (Chromium issue 82797, issue 1593)
49
50 Performance and stability improvements on all platforms.
51
52
machenbach@chromium.orge8412be2013-11-08 10:23:52 +0000532013-11-08: Version 3.23.1
54
55 Made HCapturedObjects non-deletable for DCE. (issue 2987)
56
57 Use a fixed random seed per default. (issue 1880, 2885)
58
59 Fixed y-umlaut to uppercase. (issue 2984)
60
61 Performance and stability improvements on all platforms.
62
63
verwaest@chromium.org057bd502013-11-06 12:03:29 +0000642013-11-06: Version 3.23.0
65
66 Fixed loading message from an Error object. (Chromium issue 306220)
67
68 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
69
70 Made snapshots reproducible. (issue 2885)
71
72 Added missing negative dictionary lookup to NonexistentHandlerFrontend.
73 (issue 2980)
74
75 Performance and stability improvements on all platforms.
76
77
machenbach@chromium.orged29eb22013-10-31 13:30:00 +0000782013-10-31: Version 3.22.24
79
80 Fixed uint32-to-smi conversion in Lithium.
81 (Chromium issue 309623)
82
83 Performance and stability improvements on all platforms.
84
85
jkummerow@chromium.orgef33a542013-10-28 18:03:37 +0000862013-10-28: Version 3.22.23
87
88 Renamed deprecated __attribute__((no_address_safety_analysis)) to
89 __attribute__((no_sanitize_address)) (Chromium issue 311283)
90
91 Defined DEBUG for v8_optimized_debug=2
92
93 Performance and stability improvements on all platforms.
94
95
bmeurer@chromium.orge94b5ff2013-10-25 09:22:31 +0000962013-10-25: Version 3.22.22
97
98 Record allocation stack traces. (Chromium issue 277984,v8:2949)
99
100 Performance and stability improvements on all platforms.
101
102
bmeurer@chromium.org3c12eb12013-10-24 09:23:47 +00001032013-10-24: Version 3.22.21
104
105 Performance and stability improvements on all platforms.
106
107
bmeurer@chromium.orgc9913f02013-10-24 06:31:36 +00001082013-10-24: Version 3.22.20
109
110 Made Array.prototype.pop throw if the last element is not configurable.
111
112 Fixed HObjectAccess for loads from migrating prototypes.
113 (Chromium issue 305309)
114
115 Enabled preaging of code objects when --optimize-for-size.
116 (Chromium issue 280984)
117
118 Exposed v8::Function::GetDisplayName to public API.
119 (Chromium issue 17356)
120
121 Performance and stability improvements on all platforms.
122
123
bmeurer@chromium.orgdb783292013-10-23 06:51:00 +00001242013-10-23: Version 3.22.19
125
126 Fix materialization of captured objects with field tracking.
127 (Chromium issue 298990)
128
129 Performance and stability improvements on all platforms.
130
131
bmeurer@chromium.org71f9fca2013-10-22 08:00:09 +00001322013-10-22: Version 3.22.18
133
134 Add tool to visualize machine code/lithium.
135
136 Handle misaligned loads and stores in load elimination. Do not track
137 misaligned loads and be conservative about invalidating misaligned
138 stores. (issue 2934)
139
140 Performance and stability improvements on all platforms.
141
142
bmeurer@chromium.orge7a07452013-10-21 13:27:29 +00001432013-10-21: Version 3.22.17
144
145 Harmony: Implement Math.trunc and Math.sign. (issue 2938)
146
147 Performance and stability improvements on all platforms.
148
149
bmeurer@chromium.org0fdb2a62013-10-21 07:19:36 +00001502013-10-21: Version 3.22.16
151
152 Performance and stability improvements on all platforms.
153
154
mstarzinger@chromium.org69008382013-10-18 10:34:25 +00001552013-10-18: Version 3.22.15
156
157 Enabled calling the SetReference* & SetObjectGroupId functions with a
158 Persistent<SubclassOfValue>.
159
160 Performance and stability improvements on all platforms.
161
162
mstarzinger@chromium.org2ed0d022013-10-17 08:06:21 +00001632013-10-17: Version 3.22.14
164
165 Performance and stability improvements on all platforms.
166
167
mstarzinger@chromium.orgb4968be2013-10-16 09:00:56 +00001682013-10-16: Version 3.22.13
169
170 Do not look up ArrayBuffer on global object in typed array constructor.
171 (issue 2931)
172
173 Performance and stability improvements on all platforms.
174
175
mstarzinger@chromium.orga2e1a402013-10-15 08:25:05 +00001762013-10-15: Version 3.22.12
177
178 Added histograms to track fraction of heap spaces and percentage of
179 generated crankshaft code.
180
181 Moved v8_optimized_debug default value to standalone.gypi.
182
183 Track JS allocations as they arrive with no affection on performance
184 when tracking is switched off (Chromium issue 277984).
185
186 Performance and stability improvements on all platforms.
187
188
mstarzinger@chromium.org2efc3e42013-10-14 08:45:38 +00001892013-10-14: Version 3.22.11
190
191 Performance and stability improvements on all platforms.
192
193
mvstanton@chromium.orgdd6d9ee2013-10-11 10:35:37 +00001942013-10-11: Version 3.22.10
195
196 Fixed timezone issues with date-time/parse-* tests.
197 (Chromium issue 2919)
198
199 Added column getter to CpuProfileNode (Chromium issue 302537)
200
201 Performance and stability improvements on all platforms.
202
203
mvstanton@chromium.org63ea3d22013-10-10 09:24:12 +00002042013-10-10: Version 3.22.9
205
206 Ensure only whitelisted stubs have sse2 versions in the snapshot.
207 (fix for chromium 304565)
208
209 Implement ArrayBuffer.isView.
210
211 Performance and stability improvements on all platforms.
212
213
jkummerow@chromium.org25b0e212013-10-04 15:38:52 +00002142013-10-04: Version 3.22.8
215
216 Performance and stability improvements on all platforms.
217
218
jkummerow@chromium.orgd8a3a142013-10-03 12:15:05 +00002192013-10-03: Version 3.22.7
220
221 Debug: Allow stepping into on a given call frame
222 (Chromium issue 296963).
223
224 Always use timeGetTime() for TimeTicks::Now() on Windows
225 (Chromium issue 288924).
226
227 Performance and stability improvements on all platforms.
228
229
jkummerow@chromium.orgfb7a7c42013-10-02 11:41:02 +00002302013-10-02: Version 3.22.6
231
232 Performance and stability improvements on all platforms.
233
234
jkummerow@chromium.org32aa03c2013-10-01 08:21:50 +00002352013-10-01: Version 3.22.5
236
237 Disabled externalization of sliced/cons strings in old pointer space
238 (Chromium issue 276357).
239
240 Turned on handle zapping for release builds
241
242 Performance and stability improvements on all platforms.
243
244
jkummerow@chromium.orgc3669762013-09-30 13:42:25 +00002452013-09-30: Version 3.22.4
246
247 Function::Call and Object::CallAsFunction APIs should allow v8::Value as
248 a receiver (issue 2915).
249
250 Removed unnecessary mutex (Chromium issue 291236).
251
252 Removed ArrayBufferView::BaseAddress method.
253
254 Performance and stability improvements on all platforms.
255
256
machenbach@chromium.orgcfdf67d2013-09-27 07:27:26 +00002572013-09-27: Version 3.22.3
258
259 Added methods to enable configuration of ResourceConstraints based on
260 limits derived at runtime.
261 (Chromium issue 292928)
262
263 Added -optimize-for-size flag to optimize for memory size (will be used
264 by pre-aging CL), and removed the is_memory_constrained
265 ResourceConstraint.
266 (Chromium issue 292928)
267
268 Performance and stability improvements on all platforms.
269
270
machenbach@chromium.org8e36b5b2013-09-26 07:36:30 +00002712013-09-26: Version 3.22.2
272
273 Performance and stability improvements on all platforms.
274
275
machenbach@chromium.org3d079fe2013-09-25 08:19:55 +00002762013-09-25: Version 3.22.1
277
278 Sped up creating typed arrays from array-like objects.
279 (Chromium issue 270507)
280
281 Performance and stability improvements on all platforms.
282
283
machenbach@chromium.org528ce022013-09-23 14:09:36 +00002842013-09-23: Version 3.22.0
285
286 LiveEdit to mark more closure functions for re-instantiation when scope
287 layout changes.
288 (issue 2872)
289
290 Made bounds check elimination iterative instead of recursive.
291 (Chromium issue 289706)
292
293 Turned on i18n support by default.
294
295 Set the proper instance-type on HAllocate in BuildFastLiteral.
296 (Chromium issue 284577)
297
298 Performance and stability improvements on all platforms.
299
300
hpayer@chromium.org4f626d12013-09-18 07:47:45 +00003012013-09-18: Version 3.21.17
302
303 Implemented local load/store elimination on basic blocks.
304
305 Added mutex when accessing concurrent recompilation output queue.
306 (Chromium issue 291236)
307
308 Don't lookup the cache for the result of Function::New.
309 (Chromium issue 272579)
310
311 Tweaked HConstant::EmitAtUses() to eliminate useless constant
312 generation.
313 (Chromium issue 2881)
314
315 Performance and stability improvements on all platforms.
316
317
mvstanton@chromium.org5a4733b2013-09-16 07:33:24 +00003182013-09-16: Version 3.21.16
319
320 Every place where AllocationMemento is initialized with an
321 AllocationSite is now checked to be sure a valid Site goes in. This is
322 temporary code to diagnose chromium bug 284577.
323
324 Performance and stability improvements on all platforms.
325
326
dslomov@chromium.org4a35c5a2013-09-13 07:28:52 +00003272013-09-13: Version 3.21.15
328
329 Non-JSObject heap objects are now handled using slow-path IC stub
330 guarded by the map.
331 (Chromium issue 280632)
332
333 i18n Javascript code added to the snapshot.
334 (V8 issue 2745)
335
336 Performance and stability improvements on all platforms.
337
dslomov@chromium.orge97852d2013-09-12 09:02:59 +00003382013-09-12: Version 3.21.14
339
340 Added access check for observed objects.
341 (V8 issue 2778)
342
343 Cleaned up v8::ArrayBuffer::Allocator interface.
344 (V8 issue 2823)
345
346 Performance and stability improvements on all platforms.
347
hpayer@chromium.orgc5d49712013-09-11 08:25:48 +00003482013-09-11: Version 3.21.13
349
350 Added a ResourceConstraint for the embedder to specify that V8 is
351 running on a memory constrained device.
352 (Chromium issue 280984)
353
354 Removed HandleScope default ctor.
355 (Chromium issue 236173)
356
357 Enabled escape analysis for Hydrogen.
358
359 Correctly stringified mixed encoding indirect strings.
360 (Chromium issue 287476)
361
362 Performance and stability improvements on all platforms.
363
364
dslomov@chromium.org639bac02013-09-09 11:58:54 +00003652013-09-09: Version 3.21.12
366
367 Fixed bitwise negation on x64.
368 (Chromium issue 285355)
369
370 Dropped GetCurrentThreadId() and TerminateExecution(int) from
371 the external API.
372
373 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
374 (Chromium issue 284998)
375
376 Added check if timeout has expired after processing each sample.
377 (issue 2814,v8:2871)
378
379 Removed obsolete global V8::has_been_fooed flags.
380 (issue 2744)
381
382 Performance and stability improvements on all platforms.
383
384
jkummerow@chromium.org2c9426b2013-09-05 16:31:13 +00003852013-09-05: Version 3.21.11
386
387 Performance and stability improvements on all platforms.
388
389
jkummerow@chromium.org3d00d0a2013-09-04 13:57:32 +00003902013-09-04: Version 3.21.10
391
392 Fixed Eternal::IsEmpty logic (issue 2870).
393
394 Performance and stability improvements on all platforms.
395
396
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00003972013-09-03: Version 3.21.9
398
399 Deprecated Persistent functions which were marked to be deprecated.
400
401 Allowed uncacheable identifiers to go generic (issue 2867).
402
403 Performance and stability improvements on all platforms.
404
405
jkummerow@chromium.org8fa5bd92013-09-02 11:45:09 +00004062013-09-02: Version 3.21.8
407
408 Added scriptId to StackTrace frames (issue 2865).
409
410 Performance and stability improvements on all platforms.
411
412
jkummerow@chromium.orgdc94e192013-08-30 11:35:42 +00004132013-08-30: Version 3.21.7
414
415 Fixed casts of eternal handles.
416
417 Turned on global handle zapping.
418
419 Always visit branches during HGraph building (Chromium issue 280333).
420
421 Profiler changes: removed deprecated API, support higher sampling
422 rate on Windows.
423
424 Performance and stability improvements on all platforms.
425
426
mstarzinger@chromium.org1f410f92013-08-29 08:13:16 +00004272013-08-29: Version 3.21.6
428
429 Fixed inlined 'throw' statements interfering with live range
430 computation. (issue 2843)
431
432 Performance and stability improvements on all platforms.
433
434
verwaest@chromium.org662436e2013-08-28 08:41:27 +00004352013-08-28: Version 3.21.5
436
437 Fixed compilation with recent MinGW64 versions. (issue 2300)
438
439 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
440
441 Performance and stability improvements on all platforms.
442
443
jkummerow@chromium.org1e8da742013-08-26 17:13:35 +00004442013-08-26: Version 3.21.4
445
446 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
447
448 Use signals for cpu profiling on Mac OS X (issue 2814).
449
450 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
451
452 Added support for higher CPU profiler sampling rate on posix systems
453 (issue 2814).
454
455 Worked around 'inlining failed' build error with older GCC 4.x releases.
456
457 Added source map support to tick processor.
458
459 Stability improvements on all platforms.
460
461
rossberg@chromium.org92597162013-08-23 13:28:00 +00004622013-08-23: Version 3.21.3
463
464 Temporarily disabled optimization for StringWrappers to use native
465 valueOf. (issue 2855)
466
467 Fixed crash on function declarations in eval inside non-trivial local
468 scope. (issue 2594)
469
470 Rewrote SamplingCircularQueue. (issue 2814)
471
472 Fixed hidden properties on object with frozen prototype. (issue 2829)
473
474 Fix deoptimization bug. (Chromium issue 274164)
475
476 Stability improvements on all platforms.
477
478
verwaest@chromium.orgec6855e2013-08-22 12:26:58 +00004792013-08-22: Version 3.21.2
480
481 Stability improvements on all platforms.
482
483
verwaest@chromium.org32cb9b22013-08-21 11:18:12 +00004842013-08-21: Version 3.21.1
485
486 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
487 (Chromium issue 270527)
488
489 Replaced OS::MemCopy with memcpy in typed array initialization.
490 (Chromium issue 270642)
491
492 Moved i18n break iterator C++ code to runtime (issue 2745)
493
494 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
495 (Chromium issue 263515)
496
497 Fixed register misuse in Allocate() on ARM. (issue 2851)
498
499 Fixed empty handle dereference in Runtime_InternalNumberFormat.
500 (Chromium issue 275467)
501
502 Performance and stability improvements on all platforms.
503
504
rossberg@chromium.orgebeba022013-08-19 09:36:44 +00005052013-08-19: Version 3.21.0
506
507 Fixed GC-related crasher (Chromium issue 274438)
508
509 Reverted making Intl non-enumerable.
510
511 Performance and stability improvements on all platforms.
512
513
danno@chromium.orgc00ec2b2013-08-14 17:13:49 +00005142013-08-14: Version 3.20.17
515
516 Fixed Math.round/floor that had bogus Smi representation
517 (Chromium issue 272564)
518
519 Performance and stability improvements on all platforms.
520
521
danno@chromium.org59400602013-08-13 17:09:37 +00005222013-08-13: Version 3.20.16
523
524 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
525
526 Fixed gcmole bugs in i18n code (issue 2745)
527
528 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
529 set (issue 2827)
530
531 Made sure polymorphic element access creates non-replaying
532 phis. (issue 2815)
533
534 Allowed HPhis to have an invalid merge index. (issue 2815)
535
536 Fixed smi-based math floor. (Chromium issue 270268)
537
538 Deprecated self and total time getters and total sample count
539 getter on CpuProfileNode. (Chromium issue 267595)
540
541 Fixed Object.freeze, Object.observe wrt CountOperation and
542 CompoundAssignment. (issue 2774,2779)
543
544 Performance and stability improvements on all platforms.
545
546
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00005472013-08-07: Version 3.20.15
danno@chromium.org59400602013-08-13 17:09:37 +0000548
549 Exposed eternal handle api.
550
551 Bugfix to solve issues with enabling V8 typed arrays in Blink.
552
553 Fixed Array index dehoisting. (Chromium issue 264203)
554
555 Updated Array Iterator to use numeric indexes (issue 2818)
556
557 Return start/end profiling time in microseconds instead of milliseconds
558 (issue 2824)
559
560 Performance and stability improvements on all platforms.
561
562
5632013-08-06: Version 3.20.14
564
565 Added new Harmony methods to Array.prototype object.
566 (issue 2776,v8:2777)
567
568 Performance and stability improvements on all platforms.
569
570
danno@chromium.orgd3c42102013-08-01 16:58:23 +00005712013-08-01: Version 3.20.12
572
573 Removed buggy ToNumber truncation (partial fix for issue 2813)
574
575 Calling Map etc without new should throw TypeError (issue 2819)
576
577 Fixed a crash for large code objects on ARM (Chromium issue 2736)
578
579 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
580 (Chromium issue 265894)
581
582 Added new Harmony methods to String.prototype object.
583 (issue 2796,v8:2797,v8:2798,v8:2799)
584
585 Performance and stability improvements on all platforms.
586
587
5882013-07-30: Version 3.20.11
589
590 Performance and stability improvements on all platforms.
591
592
5932013-07-29: Version 3.20.10
594
595 Performance and stability improvements on all platforms.
596
597
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +00005982013-07-26: Version 3.20.9
599
600 Check that ExternalString objects get aligned resources.
601
602 Fixed JSArray-specific length lookup in polymorphic array handling
603 (Chromium issues 263276, 263905).
604
605 Performance and stability improvements on all platforms.
606
607
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +00006082013-07-24: Version 3.20.8
609
610 Deprecated v8::V8::Pause/ResumeProfiler.
611
612 Fixed Chromium issues 247688, 258519 and 260203.
613
614 Performance and stability improvements on all platforms.
615
616
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +00006172013-07-22: Version 3.20.7
618
619 Deprecated some debugger methods.
620
621 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
622
623 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
624
625 Fixed type feedback in presence of negative lookups
626 (Chromium issue 252797).
627
628 Do not materialize context-allocated values for debug-evaluate
629 (Chromium issue 259300).
630
631 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
632 (Chromium issue 260345).
633
634 Performance and stability improvements on all platforms.
635
636
jkummerow@chromium.org10480472013-07-17 08:22:15 +00006372013-07-17: Version 3.20.6
638
639 Try to remove invalidated stubs before falling back to checking the
640 constant state (Chromium issue 260585).
641
642 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
643
644 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
645
646 Use internal array as API function cache (Chromium issue 260106).
647
648 Fixed possible stack overflow in range analysis
649 (Chromium issue 259452).
650
651 Performance and stability improvements on all platforms.
652
653
danno@chromium.org169691d2013-07-15 08:01:13 +00006542013-07-15: Version 3.20.5
655
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000656 Ensured that the length of frozen arrays is immutable
657 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000658
659 Performance and stability improvements on all platforms.
660
661
danno@chromium.orgbee51992013-07-10 14:57:15 +00006622013-07-10: Version 3.20.4
663
664 Fixed garbage-collection issue that causes a crash on ARM
665 (Chromium issue 254570)
666
667 Performance and stability improvements on all platforms.
668
669
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00006702013-07-08: Version 3.20.3
671
672 Performance and stability improvements on all platforms.
673
674
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00006752013-07-05: Version 3.20.2
676
677 Remove deprecated heap profiler methods from V8 public API
678
679 Mark i18n functions as native and set proper names
680 (issue 2745)
681
682 Correctly report stack trace when current function is FunctionApply
683 builtin (Chromium issue 252097)
684
685 Enable GDBJIT interface for standalone by default.
686
687 Fix debuggersupport=off build. (issue 2754)
688
689 Introduce -m64 flag for making x64 when the default gcc compiler is for
690 X32
691
692 Performance and stability improvements on all platforms.
693
694
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00006952013-07-02: Version 3.20.1
696
697 Implemented WeakMap.prototype.clear function. (issue 2753)
698
699 Ensure CheckInitialized is present independent of define.
700 (Chromium issue 255779)
701
702 Performance and stability improvements on all platforms.
703
704
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00007052013-06-28: Version 3.20.0
706
707 Migrated several tests from blink to V8 repository.
708
709 Allowed users of the V8 API to distinguish between unset and undefined
710 HiddenValues (issue 2746).
711
712 Deprecated old style callbacks in the V8 API.
713
714 Turned on parallel recompilation.
715
716 Performance and stability improvements on all platforms.
717
718
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00007192013-06-18: Version 3.19.18
720
721 Fixed read-only attribute of Function.length in strict mode.
722 (issue 2705)
723
724 Fixed Runtime_SetProperty to properly handle OOM failures
725 (Chromium issue 249873)
726
727 Emit deprecated check for constant function transitions.
728 (Chromium issue 250609)
729
730 Made MathFloorOfDiv optimization trigger more often
731 (Issue 2205)
732
733 Make more GCs in idle notification handler.
734 (Chromium issue 241815)
735
736 Increased default type info threshold.
737 (Issue 2730)
738
739 Performance and stability improvements on all platforms.
740
741
7422013-06-14: Version 3.19.16
743
744 Performance and stability improvements on all platforms.
745
746
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00007472013-06-13: Version 3.19.15
748
749 Performance and stability improvements on all platforms.
750
751
danno@chromium.org41728482013-06-12 22:31:22 +00007522013-06-13: Version 3.19.14
753
754 Fixed crashes when calling new Array(a) with a single argument that
755 could result in creating a holey array with a packed elements kind.
756 (Chromium issue 245480)
757
758 Fixed issues in parallel compilation.
759 (Chromium issue 248076)
760
761 Performance and stability improvements on all platforms.
762
763
ulan@chromium.org837a67e2013-06-11 15:39:48 +00007642013-06-11: Version 3.19.13
765
766 Performance and stability improvements on all platforms.
767
768
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00007692013-06-10: Version 3.19.12
770
771 Fixed arguments array access. (Chromium issue 247303)
772
773 Fixed bug in LookupForWrite. (Chromium issue 242332)
774
775 Performance and stability improvements on all platforms.
776
777
danno@chromium.org1fd77d52013-06-07 16:01:45 +00007782013-06-07: Version 3.19.11
779
780 Performance and stability improvements on all platforms.
781
782
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00007832013-06-06: Version 3.19.10
784
785 Performance and stability improvements on all platforms.
786
787
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00007882013-06-05: Version 3.19.9
789
790 Implemented Load IC support for loading properties from primitive
791 values to avoid perpetual soft deopts. (Chromium issue 242512)
792
793 Implemented Freeing of PerThreadAssertData when possible to avoid
794 memory leak. (Chromium issue 246567)
795
796 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
797
798 Performance and stability improvements on all platforms.
799
800
rossberg@chromium.org79e79022013-06-03 15:43:46 +00008012013-06-03: Version 3.19.8
802
803 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
804
805 Fixed initialization of literal objects. (Chromium issue 245424)
806
807 Fixed function name inferred inside closures. (Chromium issue 224884)
808
809 Performance and stability improvements on all platforms.
810
811
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +00008122013-05-31: Version 3.19.7
813
814 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
815 (issue 2702)
816
817 Made sure IfBuilder::Return clears the current block.
818 (Chromium issue 243868)
819
820 Fixed two CPU profiler tests on ARM and MIPS simulators
821 (issue 2628)
822
823 Fixed idle incremental GC for large objects.
824 (Chromium issue 241815)
825
826 Disabled --optimize-constructed-arrays due to crashes
827 (Chromium issue 244461)
828
829 Performance and stability improvements on all platforms.
830
831
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +00008322013-05-28: Version 3.19.6
833
834 Fixed IfBuilder::Deopt to clear the current block
835 (Chromium issue 243868).
836
837 Performance and stability improvements on all platforms.
838
839
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +00008402013-05-27: Version 3.19.5
841
842 Reset regexp parser flag after scanning ahead for capture groups.
843 (issue 2690)
844
845 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
846 (issue 2628)
847
848 Performance and stability improvements on all platforms.
849
850
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00008512013-05-24: Version 3.19.4
852
853 Fixed edge case in stack trace formatting. (Chromium issue 237617)
854
855 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
856 issue 240032)
857
858 Made Object.freeze fast (issue 1858, Chromium issue 115960)
859
860 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
861 242924)
862
863 Performance and stability improvements on all platforms.
864
865
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00008662013-05-22: Version 3.19.3
867
868 Performance and stability improvements on all platforms.
869
870
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00008712013-05-17: Version 3.19.2
872
873 Fill in one-word-fillers for the unused property fields
874 (Chromium issue 240056).
875
876 Removed use_system_v8 logic from the mainline gyp file
877 (Chromium issue 226860).
878
879 Skip CPU profiler samples where top function's stack frame is not
880 set up properly (issue 2628).
881
882 Performance and stability improvements on all platforms.
883
884
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00008852013-05-14: Version 3.19.1
886
887 Fixed missing hole check for loads from Smi arrays when all uses are
888 changes (Chromium issue 233737)
889
890 Performance and stability improvements on all platforms.
891
892
ulan@chromium.org57ff8812013-05-10 08:16:55 +00008932013-05-10: Version 3.19.0
894
895 Deprecated Context::New which returns Persistent.
896
897 Added Persistent<T>::Reset which disposes the handle and redirects it to
898 point to another object.
899
900 Deprecated WriteAscii and MayContainNonAscii.
901
902 Exposed AssertNoAllocation to API.
903
904 Performance and stability improvements on all platforms.
905
906
danno@chromium.orgf005df62013-04-30 16:36:45 +00009072013-04-30: Version 3.18.5
908
909 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
910
911 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
912 (Chromium issue 235311)
913
914 Change 'Parse error' to three more informative messages.
915 (Chromium issue 2636)
916
917 Performance and stability improvements on all platforms.
918
919
danno@chromium.orgca29dd82013-04-26 11:59:48 +00009202013-04-26: Version 3.18.4
921
922 Added a preliminary API for ES6 ArrayBuffers
923
924 Replaced qsort with std::sort. (Chromium issue 2639)
925
926 Performance and stability improvements on all platforms.
927
928
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00009292013-04-24: Version 3.18.3
930
931 Exposed the GC under a name that is less collision prone than window.gc.
932 (issue 2641)
933
934 Do not emit double values at their use sites. (Chromium issue 234101)
935
936 Added methods to allow resuming execution after calling
937 TerminateExecution(). (issue 2361)
938
939 Performance and stability improvements on all platforms.
940
941
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00009422013-04-22: Version 3.18.2
943
944 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
945 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
946
947 Removed heap snapshot size limit. (Chromium issue 232305)
948
949 Performance and stability improvements on all platforms.
950
951
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00009522013-04-18: Version 3.18.1
953
954 Removed SCons related files and deprecated test suite configurations.
955
956 Improved handling of unary plus (issue 2527).
957
958 Performance and stability improvements on all platforms.
959
960
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00009612013-04-17: Version 3.18.0
962
963 Enabled pretenuring of fast literals in high promotion mode.
964
965 Removed preparser library; link preparser executable against full V8.
966
967 Fixed set-up of intrinsic's 'constructor' properties.
968 (Chromium issue 229445)
969
970 ES6 symbols: extended V8 API to support symbols (issue 2158).
971
972 Removed ARM support for VFP2.
973
974 Made __proto__ a real JavaScript accessor property.
975 (issue 1949 and issue 2606)
976
977 Performance and stability improvements on all platforms.
978
979
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00009802013-04-04: Version 3.17.16
981
982 Stack trace API: poison stack frames below the first strict mode frame.
983 (issue 2564)
984
985 Made Isolate::GetHeapStatistics robust against half-initialized
986 isolates (Chromium issue 2591).
987
988 Finished implementation of ES6 symbols aka. private names (issue 2158).
989
990 Performance and stability improvements on all platforms.
991
992
danno@chromium.orgc99cd482013-03-21 15:26:42 +00009932013-03-21: Version 3.17.15
994
995 Rolled back API changes to maintain compatibility with older
996 3.17.x versions of V8.
997
998 Disable zapping of global handles in release mode.
999
1000 Always mark the entire valid prefix of the descriptor array.
1001 (Chromium issue 196331)
1002
1003 Use internal memcpy for CopyWords and when copying code.
1004 (Chromium issue 196330)
1005
1006 Performance and stability improvements on all platforms.
1007
1008
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +000010092013-03-20: Version 3.17.14
1010
1011 Use internal memcpy when initializing code objects.
1012 (Chromium issue 196330)
1013
1014 Disabled weak embedded maps because of crashes.
1015 (Chromium issues 172489, 217858)
1016
1017 Performance and stability improvements on all platforms.
1018
1019
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +000010202013-03-19: Version 3.17.13
1021
1022 Turned Flags into a uint32_t typedef (Chromium issue 194749).
1023
1024 Performance and stability improvements on all platforms.
1025
1026
svenpanne@chromium.org876cca82013-03-18 14:43:20 +000010272013-03-18: Version 3.17.12
1028
1029 Unified kMaxArguments with number of bits used to encode it.
1030 (Chromium issue 211741)
1031
1032 Fixed detection of |handle_smi| case in
1033 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
1034 (Chromium issue 196583)
1035
1036 Performance and stability improvements on all platforms.
1037
1038
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +000010392013-03-15: Version 3.17.11
1040
1041 Added a version of the v8::HandleScope constructor with an v8::Isolate
1042 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
1043 method of v8::Isolate.
1044 (issue 2487)
1045
1046 Fixed two register allocator bugs (off-by-one error/failure
1047 propagation). (issue 2576)
1048
1049 Fixed huge heap snapshot when a heavily shared context has many
1050 variables. (Chromium issue 145687)
1051
1052 Performance and stability improvements on all platforms.
1053
1054
ulan@chromium.org6e196bf2013-03-13 09:38:22 +000010552013-03-13: Version 3.17.10
1056
1057 Fixed heap snapshot creation for Harmony collections. (issue 2535)
1058
1059 Fixed register allocation corner case. (Chromium issue 177883)
1060
1061 Performance and stability improvements on all platforms.
1062
1063
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +000010642013-03-08: Version 3.17.9
1065
1066 Restored Function()'s expected string representation. (issue 2470)
1067
1068 Enabled deprecatations (again). (issue 2487)
1069
1070 Avoid bool to Oddball conversions by being lazy. (issue 2491)
1071
1072 Added %p option to --logfile.
1073
1074 Hardened Function()'s parsing of function literals. (issue 2470)
1075
1076 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
1077
1078 Performance and stability improvements on all platforms.
1079
1080
ulan@chromium.org750145a2013-03-07 15:14:13 +000010812013-03-07: Version 3.17.8
1082
1083 Added missing license headers. (Chromium issue 98597)
1084
1085 Inserted missing type cast in JSON.stringify. (issue 2570)
1086
1087 Reverted "Send SIGPROF signals on the profiler event processor thread"
1088 (issue 2571)
1089
1090 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
1091 (issue 2568)
1092
1093 ES6 symbols: filter symbols form for-in loops and Object.keys.
1094 (issue 2158)
1095
1096 Properly handle misses for StoreArrayLengthStub on ia32 and x64
1097 (issue 2566)
1098
1099 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
1100
1101 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
1102
1103 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
1104 (issue 2556)
1105
1106 Enabled zapping of disposed global handles in release mode.
1107 (Chromium issue 176056)
1108
1109 Added workaround for redefinition of __proto__ property. (issue 2565)
1110
1111 ES6 symbols: Allow symbols as property names. (issue 2158)
1112
1113 Performance and stability improvements on all platforms.
1114
1115
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +000011162013-03-04: Version 3.17.7
1117
1118 Limited recursion in regexp compilation by a budget.
1119 (Chromium issue 178790)
1120
1121 ES6 symbols: Implemented Symbol intrinsic and basic functionality
1122 (issue 2158)
1123
1124 Performance and stability improvements on all platforms.
1125
1126
hpayer@chromium.org8432c912013-02-28 15:55:26 +000011272013-02-28: Version 3.17.6
1128
1129 Fixed materialization of arguments objects with unknown values.
1130 (Chromium issue 163530)
1131
1132 Set default number of sweeper threads to at most four.
1133
1134 Performance and stability improvements on all platforms.
1135
1136
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +000011372013-02-27: Version 3.17.5
1138
1139 Made __proto__ a foreign callback on Object.prototype.
1140 (issue 621, issue 1949 and issue 2441)
1141
1142 Performance and stability improvements on all platforms.
1143
1144
ulan@chromium.org09d7ab52013-02-25 15:50:35 +000011452013-02-25: Version 3.17.4
1146
1147 Performance and stability improvements on all platforms.
1148
1149
ulan@chromium.org2e04b582013-02-21 14:06:02 +000011502013-02-21: Version 3.17.3
1151
1152 Performance and stability improvements on all platforms.
1153
1154
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +000011552013-02-19: Version 3.17.2
1156
1157 Removed bogus check for TOP register in deoptimizer.
1158 (Chromium issue 176943)
1159
1160 Made the Isolate parameter mandatory for internal HandleScopes.
1161 (issue 2487)
1162
1163 Fixed f.apply() optimization when declared arguments are mutated.
1164 (issue 2539)
1165
1166 Performance and stability improvements on all platforms.
1167
1168
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +000011692013-02-14: Version 3.17.1
1170
1171 Performance and stability improvements on all platforms.
1172
1173
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +000011742013-02-13: Version 3.17.0
1175
1176 Enabled parallel sweeping.
1177
1178 Don't try to unlink instructions twice during GVN
1179 (Chromium issue 175141)
1180
1181 Fixed code flusher disabling while marking incrementally.
1182 (Chromium issue 173458, 168582)
1183
1184 Don't use TLS for space iterators.
1185 (issue 2531)
1186
1187 Added new GetHeapStatistics API entry and deprecated old one.
1188
1189 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
1190 platform-independent code.
1191 (Chromium issue 173907)
1192
1193 Added --trace-array-abuse to help find OOB accesses.
1194
1195 Performance and stability improvements on all platforms.
1196
1197
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +000011982013-02-06: Version 3.16.14
1199
1200 Performance and stability improvements on all platforms.
1201
1202
danno@chromium.org94b0d6f2013-02-04 13:33:20 +000012032013-02-04: Version 3.16.13
1204
1205 Tagged stubs that rely on instance types as MEGAMORPHIC.
1206 (Chromium issue 173974)
1207
1208 Fixed clearing of dead dependent codes and verifing of weak
1209 embedded maps on full GC. (Chromium issue 172488,172489)
1210
1211 Made the arm port build cleanly with Clang.
1212
1213 Performance and stability improvements on all platforms.
1214
1215
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +000012162013-01-31: Version 3.16.12
1217
1218 Performance and stability improvements on all platforms.
1219
1220
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +000012212013-01-30: Version 3.16.11
1222
1223 Put making embedded maps in optimized code weak behind a flag.
1224 (Chromium issue 172488,172489)
1225
1226 Performance and stability improvements on all platforms.
1227
1228
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +000012292013-01-25: Version 3.16.10
1230
1231 Avoid excessive memory usage during redundant phi elimination.
1232 (issue 2510)
1233
1234 Fixed additional spec violations wrt RegExp.lastIndex.
1235 (issue 2437)
1236
1237 Added Isolate parameter to Persistent class.
1238 (issue 2487)
1239
1240 Performance and stability improvements on all platforms.
1241
1242
yangguo@chromium.org003650e2013-01-24 16:31:08 +000012432013-01-24: Version 3.16.9
1244
1245 Made embedded maps in optimized code weak.
1246 (issue 2073)
1247
1248 Fixed corner case when JSFunction is evicted from flusher.
1249 (Chromium issue 168801)
1250
1251 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
1252 (Chromium issue 171641)
1253
1254 Performance and stability improvements on all platforms.
1255
1256
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +000012572013-01-23: Version 3.16.8
1258
1259 Correctly reset lastIndex in an RegExp object.
1260 (Chromium issue 170856)
1261
1262 Added a workaround for Windows compilation problems related to V8EXPORT.
1263 (issue 2507)
1264
1265 tools/run-tests.py: shlex.split() the value of --command-prefix
1266 (Chromium issue 171553)
1267
1268 Fixed pattern detection for replacing shifts by rotation.
1269 (Chromium issue 2499)
1270
1271 Performance and stability improvements on all platforms.
1272
1273
yangguo@chromium.org28381b42013-01-21 14:39:38 +000012742013-01-21: Version 3.16.7
1275
1276 Removed <(library) usage from v8.gyp.
1277 (Chromium issue 111541)
1278
1279 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
1280 (Chromium issue 169928)
1281
1282 Performance and stability improvements on all platforms.
1283
1284
yangguo@chromium.org46a2a512013-01-18 16:29:40 +000012852013-01-18: Version 3.16.6
1286
1287 Made the Isolate parameter mandatory in Locker and Unlocker classes.
1288 (issue 2487)
1289
1290 Avoid pointer underflow in CopyCharsUnsigned.
1291 (issue 2493)
1292
1293 Generate shim headers when using system v8.
1294 (Chromium issue 165264)
1295
1296 Fixed arguments materialization for inlined apply().
1297 (issue 2489)
1298
1299 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
1300 (Chromium issue 147497)
1301
1302 Added sanity check to CodeFlusher::AddCandidate.
1303 (Chromium issue 169209)
1304
1305 Performance and stability improvements on all platforms.
1306
1307
13082013-01-15: Version 3.16.5
1309
1310 Removed deprecated functions from V8's external API.
1311
1312 Prepared API for WebKit use of Latin-1.
1313
1314 Fixed V8 issue 2486.
1315
1316 Fixed Chromium issue 169723.
1317
1318 Performance and stability improvements on all platforms.
1319
1320
yangguo@chromium.org9768bf12013-01-11 14:51:07 +000013212013-01-11: Version 3.16.4
1322
1323 Fixed Chromium issues 168545 and 169209.
1324
1325 Performance and stability improvements on all platforms.
1326
1327
jkummerow@chromium.org59297c72013-01-09 16:32:23 +000013282013-01-09: Version 3.16.3
1329
1330 Improved GC performance when moving parts of a FixedArray (issue 2452).
1331
1332 Enabled readline on d8 while building a shared lib (issue 1781).
1333
1334 Fixed missing exception check in typed array constructor
1335 (Chromium issue 168545).
1336
1337 Check for read-only-ness when preparing for array sort (issue 2419).
1338
1339 Performance and stability improvements on all platforms.
1340
1341
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +000013422013-01-04: Version 3.16.2
1343
1344 Added Makefile options to build for the Raspberry Pi (armv7=0,
1345 arm_fpu=vfp2).
1346
1347 Performance and stability improvements on all platforms.
1348
1349
ulan@chromium.org4121f232012-12-27 15:57:11 +000013502012-12-27: Version 3.16.1
1351
1352 Fixed x64 MathMinMax for negative untagged int32 arguments.
1353 (Chromium issue 164442)
1354
1355 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
1356 (issue 2458)
1357
1358 Performance and stability improvements on all platforms.
1359
1360
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +000013612012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +00001362
1363 V8_Fatal now prints C++ stack trace in debug mode.
1364
1365 Added HTML-based tick processor.
1366
1367 Continued implementation of Object.observe (V8 issue 2409).
1368
1369 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
1370
1371 Fixed Chromium issues 125308, 165637, 166379, 166553.
1372
1373 Performance and stability improvements on all platforms.
1374
1375
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +000013762012-12-10: Version 3.15.11
1377
1378 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
1379 flags.
1380
1381 Performance and stability improvements on all platforms.
1382
1383
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +000013842012-12-07: Version 3.15.10
1385
1386 Enabled optimisation of functions inside eval. (issue 2315)
1387
1388 Fixed spec violations in methods of Number.prototype. (issue 2443)
1389
1390 Added GCTracer metrics for a scavenger GC for DOM wrappers.
1391
1392 Performance and stability improvements on all platforms.
1393
1394
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +000013952012-12-06: Version 3.15.9
1396
1397 Fixed candidate eviction in code flusher.
1398 (Chromium issue 159140)
1399
1400 Iterate through all arguments for side effects in Math.min/max.
1401 (issue 2444)
1402
1403 Fixed spec violations related to regexp.lastIndex
1404 (issue 2437, issue 2438)
1405
1406 Performance and stability improvements on all platforms.
1407
1408
mmassi@chromium.org49a44672012-12-04 13:52:03 +000014092012-12-04: Version 3.15.8
1410
1411 Enforced stack allocation of TryCatch blocks.
1412 (issue 2166,chromium:152389)
1413
1414 Fixed external exceptions in external try-catch handlers.
1415 (issue 2166)
1416
1417 Activated incremental code flushing by default.
1418
1419 Performance and stability improvements on all platforms.
1420
1421
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +000014222012-11-30: Version 3.15.7
1423
1424 Activated code aging by default.
1425
1426 Included more information in --prof log.
1427
1428 Removed eager sweeping for lazy swept spaces. Try to find in
1429 SlowAllocateRaw a bounded number of times a big enough memory slot.
1430 (issue 2194)
1431
1432 Performance and stability improvements on all platforms.
1433
1434
danno@chromium.org1f34ad32012-11-26 14:53:56 +000014352012-11-26: Version 3.15.6
1436
1437 Ensure double arrays are filled with holes when extended from
1438 variations of empty arrays. (Chromium issue 162085)
1439
1440 Performance and stability improvements on all platforms.
1441
1442
ulan@chromium.org8e8d8822012-11-23 14:36:46 +000014432012-11-23: Version 3.15.5
1444
1445 Fixed JSON.stringify for objects with interceptor handlers.
1446 (Chromium issue 161028)
1447
1448 Fixed corner case in x64 compare stubs. (issue 2416)
1449
1450 Performance and stability improvements on all platforms.
1451
1452
yangguo@chromium.orgfb377212012-11-16 14:43:43 +000014532012-11-16: Version 3.15.4
1454
1455 Fixed Array.prototype.join evaluation order. (issue 2263)
1456
1457 Perform CPU sampling by CPU sampling thread only iff processing thread
1458 is not running. (issue 2364)
1459
1460 When using an Object as a set in Object.getOwnPropertyNames, null out
1461 the proto. (issue 2410)
1462
1463 Disabled EXTRA_CHECKS in Release build.
1464
1465 Heap explorer: Show representation of strings.
1466
1467 Removed 'type' and 'arguments' properties from Error object.
1468 (issue 2397)
1469
1470 Added atomics implementation for ThreadSanitizer v2.
1471 (Chromium issue 128314)
1472
1473 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1474
1475 Performance and stability improvements on all platforms.
1476
1477
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +000014782012-11-13: Version 3.15.3
1479
1480 Changed sample shell to send non-JS output (e.g. errors) to stderr
1481 instead of stdout.
1482
1483 Correctly check for stack overflow even when interrupt is pending.
1484 (issue 214)
1485
1486 Collect stack trace on stack overflow. (issue 2394)
1487
1488 Performance and stability improvements on all platforms.
1489
1490
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +000014912012-11-12: Version 3.15.2
1492
1493 Function::GetScriptOrigin supplies sourceURL when script name is
1494 not available. (Chromium issue 159413)
1495
1496 Made formatting error message side-effect-free. (issue 2398)
1497
1498 Fixed length check in JSON.stringify. (Chromium issue 160010)
1499
1500 ES6: Added support for Set and Map clear method (issue 2400)
1501
1502 Fixed slack tracking when instance prototype changes.
1503 (Chromium issue 157019)
1504
1505 Fixed disabling of code flusher while marking. (Chromium issue 159140)
1506
1507 Added a test case for object grouping in a scavenger GC (issue 2077)
1508
1509 Support shared library build of Android for v8.
1510 (Chromium issue 158821)
1511
1512 ES6: Added support for size to Set and Map (issue 2395)
1513
1514 Performance and stability improvements on all platforms.
1515
1516
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +000015172012-11-06: Version 3.15.1
1518
1519 Put incremental code flushing behind a flag. (Chromium issue 159140)
1520
1521 Performance and stability improvements on all platforms.
1522
1523
danno@chromium.org72204d52012-10-31 10:02:10 +000015242012-10-31: Version 3.15.0
1525
1526 Loosened aligned code target requirement on ARM (issue 2380)
1527
1528 Fixed JSON.parse to treat leading zeros correctly.
1529 (Chromium issue 158185)
1530
1531 Performance and stability improvements on all platforms.
1532
1533
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000015342012-10-22: Version 3.14.5
1535
1536 Killed off the SCons based build.
1537
1538 Added a faster API for creating v8::Integer objects.
1539
1540 Speeded up function deoptimization by avoiding quadratic pass over
1541 optimized function list. (Chromium issue 155270)
1542
1543 Always invoke the default Array.sort functions from builtin functions.
1544 (issue 2372)
1545
1546 Reverted recent CPU profiler changes because they broke --prof.
1547 (issue 2364)
1548
1549 Switched code flushing to use different JSFunction field.
1550 (issue 1609)
1551
1552 Performance and stability improvements on all platforms.
1553
1554
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000015552012-10-15: Version 3.14.4
1556
1557 Allow evals for debugger even if they are prohibited in the debugee
1558 context. (Chromium issue 154733)
1559
1560 Enabled --verify-heap in release mode (issue 2120)
1561
1562 Performance and stability improvements on all platforms.
1563
1564
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000015652012-10-11: Version 3.14.3
1566
1567 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1568 (Chromium issue 155076).
1569
1570 Bumped variable limit further to 2^17 (Chromium issue 151625).
1571
1572 Performance and stability improvements on all platforms.
1573
1574
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000015752012-10-10: Version 3.14.2
1576
1577 ARM: allowed VFP3 instructions when hardfloat is enabled.
1578 (Chromium issue 152506)
1579
1580 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1581 (Chromium issue 151749)
1582
1583 Made GDBJIT interface compile again. (issue 1804)
1584
1585 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1586 (Chromium issue 143967)
1587
1588 Made sure that names of temporaries do not clash with real variables.
1589 (issue 2322)
1590
1591 Rejected local module declarations. (Chromium issue 150628)
1592
1593 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1594
1595 Fixed slot recording of code target patches.
1596 (Chromium issue 152615,chromium:144230)
1597
1598 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1599
1600 Performance and stability improvements on all platforms.
1601
1602
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000016032012-10-01: Version 3.14.1
1604
1605 Don't set -m32 flag when compiling with Android ARM compiler.
1606 (Chromium issue 143889)
1607
1608 Restore the descriptor array before returning allocation failure.
1609 (Chromium issue 151750)
1610
1611 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1612 128252).
1613
1614 Pull more recent gyp in 'make dependencies'.
1615
1616 Made sure that the generic KeyedStoreIC changes length and element_kind
1617 atomically (issue 2346).
1618
1619 Bumped number of allowed variables per scope to 65535, to address GWT.
1620 (Chromium issue 151625)
1621
1622 Support sourceURL for dynamically inserted scripts (issue 2342).
1623
1624 Performance and stability improvements on all platforms.
1625
1626
ulan@chromium.org56c14af2012-09-20 12:51:09 +000016272012-09-20: Version 3.14.0
1628
1629 Fixed missing slot recording during clearing of CallICs.
1630 (Chromium issue 144230)
1631
1632 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1633 (Chromium issue 150729)
1634
1635 Fixed minus zero test. (Issue 2133)
1636
1637 Fixed setting array length to zero for slow elements.
1638 (Chromium issue 146910)
1639
1640 Fixed lost arguments dropping in HLeaveInlined.
1641 (Chromium issue 150545)
1642
1643 Fixed casting error for receiver of interceptors.
1644 (Chromium issue 149912)
1645
1646 Throw a more descriptive exception when blocking 'eval' via CSP.
1647 (Chromium issue 140191)
1648
1649 Fixed debugger's eval when close to stack overflow. (issue 2318)
1650
1651 Added checks to live edit. (issue 2297)
1652
1653 Switched on code compaction on incremental GCs.
1654
1655 Fixed caching of optimized code for OSR. (issue 2326)
1656
1657 Not mask exception thrown by toString in String::UtfValue etc.
1658 (issue 2317)
1659
1660 Fixed API check for length of external arrays. (Chromium issue 148896)
1661
1662 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1663
1664 Correctly initialize regexp global cache. (Chromium issue 148378)
1665
1666 Fixed arguments object materialization during deopt. (issue 2261)
1667
1668 Introduced new API to expose external string resource regardless of
1669 encoding.
1670
1671 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1672 --deopt-every-n-times flag is present
1673 (Chromium issue 148389)
1674
1675 Fixed edge case of extension with NULL as source string.
1676 (Chromium issue 144649)
1677
1678 Fixed array index dehoisting. (Chromium issue 141395)
1679
1680 Performance and stability improvements on all platforms.
1681
1682
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000016832012-09-11: Version 3.13.7
1684
1685 Enable/disable LiveEdit using the (C++) debug API.
1686
1687 Performance and stability improvements on all platforms.
1688
1689
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000016902012-09-06: Version 3.13.6
1691
1692 Added validity checking to API functions and calls.
1693
1694 Disabled accessor inlining (Chromium issue 134609).
1695
1696 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1697
1698 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1699
1700 Fixed VS2005 build (issue 2313).
1701
1702 Activated fixed ES5 readonly semantics by default.
1703
1704 Added hardfp flag to the Makefile.
1705
1706 Performance and stability improvements on all platforms.
1707
1708
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000017092012-08-29: Version 3.13.5
1710
1711 Release stack trace data after firing Error.stack accessor.
1712 (issue 2308)
1713
1714 Added a new API V8::SetJitCodeEventHandler to push code name and
1715 location to users such as profilers.
1716
1717 Allocate block-scoped global bindings to global context.
1718
1719 Performance and stability improvements on all platforms.
1720
1721
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000017222012-08-28: Version 3.13.4
1723
1724 Print reason for disabling optimization. Kill --trace-bailout flag.
1725
1726 Provided option to disable full DEBUG build on Android.
1727
1728 Introduced global contexts to represent lexical global scope(s).
1729
1730 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1731
1732 Performance and stability improvements on all platforms.
1733
1734
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000017352012-08-21: Version 3.13.3
1736
1737 Performance and stability improvements on all platforms.
1738
1739
17402012-08-20: Version 3.13.2
1741
1742 Performance and stability improvements on all platforms.
1743
1744
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000017452012-08-16: Version 3.13.1
1746
1747 Performance and stability improvements on all platforms.
1748
1749
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000017502012-08-10: Version 3.13.0
1751
1752 Added histograms for total allocated/live heap size, as well as
1753 allocated size and percentage of total for map and cell space.
1754
1755 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1756 (issue 1645)
1757
1758 Added checks for interceptors to negative lookup code in Crankshaft.
1759 (Chromium issue 140473)
1760
1761 Made incremental marking clear ICs and type feedback cells.
1762
1763 Performance and stability improvements on all platforms.
1764
1765
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000017662012-08-01: Version 3.12.19
1767
1768 Performance and stability improvements on all platforms.
1769
1770
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000017712012-07-30: Version 3.12.18
1772
1773 Forced using bit-pattern for signed zero double. (issue 2239)
1774
1775 Made sure double to int conversion is correct. (issue 2260)
1776
1777 Performance and stability improvements on all platforms.
1778
1779
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000017802012-07-27: Version 3.12.17
1781
1782 Always set the callee's context when calling a function from optimized
1783 code.
1784 (Chromium issue 138887)
1785
1786 Fixed building with GCC 3.x
1787 (issue 2016, 2017)
1788
1789 Improved API calls that return empty handles.
1790 (issue 2245)
1791
1792 Performance and stability improvements on all platforms.
1793
1794
danno@chromium.org129d3982012-07-25 15:01:47 +000017952012-07-25: Version 3.12.16
1796
1797 Performance and stability improvements on all platforms.
1798
1799
yangguo@chromium.org304cc332012-07-24 07:59:48 +000018002012-07-24: Version 3.12.15
1801
1802 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1803 (issue 2252)
1804
1805 Added dependency to HLoadKeyed* instructions to prevent invalid
1806 hoisting. (Chromium issue 137768)
1807
1808 Enabled building d8 for Android on Mac.
1809
1810 Interpret negative hexadecimal literals as NaN.
1811 (issue 2240)
1812
1813 Expose counters in javascript when using --track-gc-object-stats.
1814
1815 Enabled building and testing V8 on Android IA.
1816
1817 Added --trace-parse flag to parser.
1818
1819 Performance and stability improvements on all platforms.
1820
1821
verwaest@chromium.org178fb152012-07-18 11:21:48 +000018222012-07-18: Version 3.12.14
1823
1824 Deactivated optimization of packed arrays.
1825 (Chromium issue 137768)
1826
1827 Fixed broken accessor transition.
1828 (Chromium issue 137689)
1829
1830 Performance and stability improvements on all platforms.
1831
1832
verwaest@chromium.org753aee42012-07-17 16:15:42 +000018332012-07-17: Version 3.12.13
1834
1835 Fixed missing tagging of stack value in finally block.
1836 (Chromium issue 137496)
1837
1838 Added more support for heap analysis.
1839
1840 Performance and stability improvements on all platforms.
1841
1842
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000018432012-07-16: Version 3.12.12
1844
1845 Added an option to the tickprocessor to specify the directory for lib
1846 lookup.
1847
1848 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1849
1850 Fixed transcendental cache on ARM in optimized code (issue 2234).
1851
1852 New heap inspection tools: counters for object sizes and counts,
1853 histograms for external fragmentation.
1854
1855 Incorporated constness into inferred interfaces (in preparation for
1856 handling imports) (issue 1569).
1857
1858 Performance and stability improvements on all platforms.
1859
1860
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000018612012-07-12: Version 3.12.11
1862
1863 Renamed "mips" arch to "mipsel" in the GYP build.
1864
1865 Fixed computation of call targets on prototypes in Crankshaft.
1866 (Chromium issue 125148)
1867
1868 Removed use of __lookupGetter__ when generating stack trace.
1869 (issue 1591)
1870
1871 Turned on ES 5.2 globals semantics by default.
1872 (issue 1991, Chromium issue 80591)
1873
1874 Synced preparser and parser wrt syntax error in switch..case.
1875 (issue 2210)
1876
1877 Fixed reporting of octal literals in strict mode when preparsing.
1878 (issue 2220)
1879
1880 Fixed inline constructors for Harmony Proxy prototypes.
1881 (issue 2225)
1882
1883 Performance and stability improvements on all platforms.
1884
1885
danno@chromium.org81cac2b2012-07-10 11:28:27 +000018862012-07-10: Version 3.12.10
1887
1888 Re-enabled and fixed issue with array bounds check elimination
1889 (Chromium issue 132114).
1890
1891 Fixed Debug::Break crash. (Chromium issue 131642)
1892
1893 Added optimizing compiler support for JavaScript getters.
1894
1895 Performance and stability improvements on all platforms.
1896
1897
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000018982012-07-06: Version 3.12.9
1899
1900 Correctly advance the scanner when scanning unicode regexp flag.
1901 (Chromium issue 136084)
1902
1903 Fixed unhandlified code calling Harmony Proxy traps.
1904 (issue 2219)
1905
1906 Performance and stability improvements on all platforms.
1907
1908
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000019092012-07-05: Version 3.12.8
1910
1911 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1912
1913 Performance and stability improvements on all platforms.
1914
1915
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000019162012-07-03: Version 3.12.7
1917
1918 Fixed lazy compilation for strict eval scopes.
1919 (Chromium issue 135066)
1920
1921 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1922 (issue 2151)
1923
1924 Report "hidden properties" in heap profiler for properties case.
1925 (issue 2212)
1926
1927 Activated optimization of packed arrays by default.
1928
1929 Performance and stability improvements on all platforms.
1930
1931
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000019322012-06-29: Version 3.12.6
1933
1934 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1935
1936 Extended TypedArray support in d8.
1937
1938
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000019392012-06-28: Version 3.12.5
1940
1941 Fixed lazy parsing heuristics to respect outer scope.
1942 (Chromium issue 135008)
1943
1944 Allow using test-wrapper-gypbuild.py on Windows when no python
1945 interpreter is registered.
1946
1947 Performance and stability improvements on all platforms.
1948
1949
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000019502012-06-27: Version 3.12.4
1951
1952 Removed -fomit-frame-pointer flag from Release builds to make
1953 the stack walkable by TCMalloc (Chromium issue 133723).
1954
1955 Ported r7868 (constant masking) to x64 (issue 1374).
1956
1957 Expose more detailed memory statistics (issue 2201).
1958
1959 Fixed Harmony Maps and WeakMaps for undefined values
1960 (Chromium issue 132744).
1961
1962 Correctly throw reference error in strict mode with ICs disabled
1963 (issue 2119).
1964
1965 Performance and stability improvements on all platforms.
1966
1967
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000019682012-06-25: Version 3.12.3
1969
1970 Reverted r11835 'Unify promotion and allocation limit computation' due
1971 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1972
1973 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1974
1975 Performance and stability improvements on all platforms.
1976
1977
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000019782012-06-22: Version 3.12.2
1979
1980 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1981 ia32/x64. (Chromium issue 134055)
1982
1983 Fixed lazy sweeping heuristics to prevent old-space expansion.
1984 (issue 2194)
1985
1986 Performance and stability improvements on all platforms.
1987
1988
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000019892012-06-21: Version 3.12.1
1990
1991 Performance and stability improvements on all platforms.
1992
1993
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000019942012-06-20: Version 3.12.0
1995
1996 Fixed Chromium issues:
1997 115100, 129628, 131994, 132727, 132741, 132742, 133211
1998
1999 Fixed V8 issues:
2000 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
2001
2002 Added --extra-code flag to mksnapshot to load JS code into the VM
2003 before creating the snapshot.
2004
2005 Support 'restart call frame' command in the debugger.
2006
2007 Performance and stability improvements on all platforms.
2008
2009
mmassi@chromium.org7028c052012-06-13 11:51:58 +000020102012-06-13: Version 3.11.10
2011
2012 Implemented heap profiler memory usage reporting.
2013
2014 Preserved error message during finally block in try..finally.
2015 (Chromium issue 129171)
2016
2017 Fixed EnsureCanContainElements to properly handle double values.
2018 (issue 2170)
2019
2020 Improved heuristics to keep objects in fast mode with inherited
2021 constructors.
2022
2023 Performance and stability improvements on all platforms.
2024
2025
rossberg@chromium.org400388e2012-06-06 09:29:22 +000020262012-06-06: Version 3.11.9
2027
2028 Implemented ES5-conformant semantics for inherited setters and read-only
2029 properties. Currently behind --es5_readonly flag, because it breaks
2030 WebKit bindings.
2031
2032 Exposed last seen heap object id via v8 public api.
2033
2034 Performance and stability improvements on all platforms.
2035
2036
verwaest@chromium.org37141392012-05-31 13:27:02 +000020372012-05-31: Version 3.11.8
2038
2039 Avoid overdeep recursion in regexp where a guarded expression with a
2040 minimum repetition count is inside another quantifier.
2041 (Chromium issue 129926)
2042
2043 Fixed missing write barrier in store field stub.
2044 (issues 2143, 1465, Chromium issue 129355)
2045
2046 Proxies: Fixed receiver for setters inherited from proxies.
2047 Proxies: Fixed ToStringArray function so that it does not reject some
2048 keys.
2049 (issue 1543)
2050
2051 Performance and stability improvements on all platforms.
2052
2053
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000020542012-05-29: Version 3.11.7
2055
2056 Get better function names in stack traces.
2057
2058 Performance and stability improvements on all platforms.
2059
2060
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000020612012-05-24: Version 3.11.6
2062
2063 Fixed RegExp.prototype.toString for incompatible receivers
2064 (issue 1981).
2065
2066 Performance and stability improvements on all platforms.
2067
2068
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000020692012-05-23: Version 3.11.5
2070
2071 Performance and stability improvements on all platforms.
2072
2073
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000020742012-05-22: Version 3.11.4
2075
2076 Some cleanup to common.gypi. This fixes some host/target combinations
2077 that weren't working in the Make build on Mac.
2078
2079 Handle EINTR in socket functions and continue incomplete sends.
2080 (issue 2098)
2081
2082 Fixed python deprecations. (issue 1391)
2083
2084 Made socket send and receive more robust and return 0 on failure.
2085 (Chromium issue 15719)
2086
2087 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
2088
2089 Set '-m32' option for host and target platforms
2090
2091 Performance and stability improvements on all platforms.
2092
2093
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000020942012-05-18: Version 3.11.3
2095
2096 Disable optimization for functions that have scopes that cannot be
2097 reconstructed from the context chain. (issue 2071)
2098
2099 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
2100
2101 Correctly check for native error objects. (Chromium issue 2138)
2102
2103 Performance and stability improvements on all platforms.
2104
2105
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000021062012-05-16: Version 3.11.2
2107
2108 Revert r11496. (Chromium issue 128146)
2109
2110 Implement map collection for incremental marking. (issue 1465)
2111
2112 Add toString method to CallSite (which describes a frame of the
2113 stack trace).
2114
2115
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000021162012-05-15: Version 3.11.1
2117
2118 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
2119
2120 Fix freebsd build. (V8 issue 2126)
2121
2122 Performance and stability improvements on all platforms.
2123
2124
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000021252012-05-11: Version 3.11.0
2126
2127 Fixed compose-discard crasher from r11524 (issue 2123).
2128
2129 Activated new global semantics by default. Global variables can
2130 now shadow properties of the global object (ES5.1 erratum).
2131
2132 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
2133 transitioning (Chromium issue 117409).
2134
2135 Made Error.prototype.name writable again, as required by the spec and
2136 the web (Chromium issue 69187).
2137
2138 Implemented map collection with incremental marking (issue 1465).
2139
2140 Regexp: Fixed overflow in min-match-length calculation
2141 (Chromium issue 126412).
2142
2143 MIPS: Fixed illegal instruction use on Loongson in code for
2144 Math.random() (issue 2115).
2145
2146 Fixed crash bug in VisitChoice (Chromium issue 126272).
2147
2148 Fixed unsigned-Smi check in MappedArgumentsLookup
2149 (Chromium issue 126414).
2150
2151 Fixed LiveEdit for function with no locals (issue 825).
2152
2153 Fixed register clobbering in LoadIC for interceptors
2154 (Chromium issue 125988).
2155
2156 Implemented clearing of CompareICs (issue 2102).
2157
2158 Performance and stability improvements on all platforms.
2159
2160
danno@chromium.org2c26cb12012-05-03 09:06:43 +000021612012-05-03: Version 3.10.8
2162
2163 Enabled MIPS cross-compilation.
2164
2165 Ensured reload of elements pointer in StoreFastDoubleElement stub.
2166 (Chromium issue 125515)
2167
2168 Fixed corner cases in truncation behavior when storing to
2169 TypedArrays. (issue 2110)
2170
2171 Fixed failure to properly recognize and report out-of-memory
2172 conditions when allocating code space pages. (Chromium issue
2173 118625)
2174
2175 Fixed idle notifications to perform a round of incremental GCs
2176 after context disposal. (issue 2107)
2177
2178 Fixed preparser for try statement. (issue 2109)
2179
2180 Performance and stability improvements on all platforms.
2181
2182
danno@chromium.org1044a4d2012-04-30 12:34:39 +000021832012-04-30: Version 3.10.7
2184
2185 Performance and stability improvements on all platforms.
2186
2187
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000021882012-04-26: Version 3.10.6
2189
2190 Fixed some bugs in accessing details of the last regexp match.
2191
2192 Fixed source property of empty RegExp objects. (issue 1982)
2193
2194 Enabled inlining some V8 API functions.
2195
2196 Performance and stability improvements on all platforms.
2197
2198
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000021992012-04-23: Version 3.10.5
2200
2201 Put new global var semantics behind a flag until WebKit tests are
2202 cleaned up.
2203
2204 Enabled stepping into callback passed to builtins.
2205 (Chromium issue 109564)
2206
2207 Performance and stability improvements on all platforms.
2208
2209
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000022102012-04-19: Version 3.10.4
2211
2212 Fixed issues when stressing compaction with WeakMaps.
2213
2214 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
2215
2216 Simplify invocation sequence at monomorphic function invocation sites.
2217 (issue 2079)
2218
2219 Performance and stability improvements on all platforms.
2220
2221
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000022222012-04-17: Version 3.10.3
2223
2224 Fixed several bugs in heap profiles (including issue 2078).
2225
2226 Throw syntax errors on illegal escape sequences.
2227
2228 Implemented rudimentary module linking (behind --harmony flag)
2229
2230 Implemented ES5 erratum: Global declarations should shadow
2231 inherited properties.
2232
2233 Made handling of const more consistent when combined with 'eval'
2234 and 'with'.
2235
2236 Fixed V8 on MinGW-x64 (issue 2026).
2237
2238 Performance and stability improvements on all platforms.
2239
2240
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000022412012-04-13: Version 3.10.2
2242
2243 Fixed native ARM build (issues 1744, 539)
2244
2245 Return LOOKUP variable instead of CONTEXT for non-context allocated
2246 outer scope parameters (Chromium issue 119609).
2247
2248 Fixed regular and ElementsKind transitions interfering with each other
2249 (Chromium issue 122271).
2250
2251 Improved performance of keyed loads/stores which have a HeapNumber
2252 index (issues 1388, 1295).
2253
2254 Fixed WeakMap processing for evacuation candidates (issue 2060).
2255
2256 Bailout on possible direct eval calls (Chromium issue 122681).
2257
2258 Do not assume that names of function expressions are context-allocated
2259 (issue 2051).
2260
2261 Performance and stability improvements on all platforms.
2262
2263
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000022642012-04-10: Version 3.10.1
2265
2266 Fixed bug with arguments object in inlined functions (issue 2045).
2267
2268 Fixed performance bug with lazy initialization (Chromium issue
2269 118686).
2270
2271 Added suppport for Mac OS X 64bit builds with GYP.
2272 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
2273
2274 Fixed bug with hidden properties (issue 2034).
2275
2276 Fixed a performance bug when reloading pages (Chromium issue 117767,
2277 V8 issue 1902).
2278
2279 Fixed bug when optimizing throw in top-level code (issue 2054).
2280
2281 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
2282
2283 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
2284
2285 Fixed a bug with the new runtime profiler (Chromium issue 121147).
2286
2287 Fixed compilation of V8 using uClibc.
2288
2289 Optimized boot-up memory use.
2290
2291 Optimized regular expressions.
2292
2293
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000022942012-03-30: Version 3.10.0
2295
2296 Fixed store IC writability check in strict mode
2297 (Chromium issue 120099).
2298
2299 Resynchronize timers if the Windows system time was changed.
2300 (Chromium issue 119815)
2301
2302 Removed "-mfloat-abi=hard" from host compiler cflags when building for
2303 hardfp ARM
2304 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
2305
2306 Fixed edge case for case independent regexp character classes
2307 (issue 2032).
2308
2309 Reset function info counters after context disposal.
2310 (Chromium issue 117767, V8 issue 1902)
2311
2312 Fixed missing write barrier in CopyObjectToObjectElements.
2313 (Chromium issue 119926)
2314
2315 Fixed missing bounds check in HasElementImpl.
2316 (Chromium issue 119925)
2317
2318 Performance and stability improvements on all platforms.
2319
2320
danno@chromium.org88aa0582012-03-23 15:11:57 +000023212012-03-23: Version 3.9.24
2322
2323 Activated count-based profiler for ARM.
2324
2325 Fixed use of proxies as f.prototype properties. (issue 2021)
2326
2327 Enabled snapshots on MIPS.
2328
2329 Performance and stability improvements on all platforms.
2330
2331
ulan@chromium.org6ff65142012-03-21 09:52:17 +000023322012-03-21: Version 3.9.23
2333
2334 Use correct arguments adaptation environment when inlining function
2335 containing arguments. (Issue 2014)
2336
2337 Performance and stability improvements on all platforms.
2338
2339
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000023402012-03-20: Version 3.9.22
2341
2342 Enabled count-based profiler by default.
2343
2344 Implemented a hash based look-up to speed up address checks
2345 in large object space (issue 853).
2346
2347 Performance and stability improvements on all platforms.
2348
2349
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000023502012-03-19: Version 3.9.21
2351
2352 Fixed push-to-trunk script (and re-push).
2353
2354 Added API call that identifies strings that are guaranteed only to
2355 contain ASCII characters.
2356
2357
23582012-03-19: Version 3.9.20
2359
2360 Fixed declarations escaping global strict eval. (Issue 1624)
2361
2362 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
2363
2364 Fixed function declarations overwriting read-only global properties.
2365 (Chromium issue 115452)
2366
2367 Fixed --use-strict flag in combination with --harmony[-scoping].
2368
2369 Debugger: naive implementation of "step into Function.prototype.bind".
2370
2371 Debugger: added ability to set script source from within OnBeforeCompile
2372
2373 Added flag to always call DebugBreak on abort.
2374
2375 Re-enabled constructor inlining and inline === comparison with boolean
2376 constants. (Issue 2009)
2377
2378 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
2379
2380 Performance and stability improvements on all platforms.
2381
2382
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000023832012-03-14: Version 3.9.19
2384
2385 Ensure there is a smi check of the receiver for global load and call
2386 ICs (Chromium issue 117794).
2387
2388 Performance and stability improvements on all platforms.
2389
2390
yangguo@chromium.org154ff992012-03-13 08:09:54 +000023912012-03-13: Version 3.9.18
2392
2393 Ensure consistency of Math.sqrt on Intel platforms.
2394
2395 Remove static initializers in v8. (issue 1859)
2396
2397 Add explicit dependency on v8_base in the GYP-based build.
2398
2399 Performance and stability improvements on all platforms.
2400
2401
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000024022012-03-12: Version 3.9.17
2403
2404 Fixed VFP detection through compiler defines. (issue 1996)
2405
2406 Add Code-related fields to postmortem metadata.
2407
2408 Performance and stability improvements on all platforms.
2409
2410
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000024112012-03-09: Version 3.9.16
2412
2413 Added basic interface inference for modules (behind the --harmony flag).
2414
2415 Added Object.is, Number.isFinite, Number.isNaN.
2416
2417 Updated the Unicode tables to Unicode version 6.1.0.
2418
2419 Performance and stability improvements on all platforms.
2420
2421
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000024222012-03-06: Version 3.9.15
2423
2424 Fix the heap profiler crash caused by memory layout changes between
2425 passes.
2426
2427 Fix Error.prototype.toString to throw TypeError. (issue 1980)
2428
2429 Fix double-rounding in strtod for MinGW. (issue 1062)
2430
2431 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
2432
2433 Performance and stability improvements on all platforms.
2434
2435
fschneider@chromium.org35814e52012-03-01 15:43:35 +000024362012-03-01: Version 3.9.14
2437
2438 Performance and stability improvements on all platforms.
2439
2440
ulan@chromium.org812308e2012-02-29 15:58:45 +000024412012-02-29: Version 3.9.13
2442
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002443 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002444
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002445 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2446 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00002447
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002448 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002449
2450 Performance and stability improvements on all platforms.
2451
2452
ulan@chromium.org967e2702012-02-28 09:49:15 +000024532012-02-28: Version 3.9.12
2454
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002455 Fixed the negative lookup stub to handle deleted entries in a
2456 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00002457
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002458 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00002459 callback function can resolve the location of a return address on stack
2460 to the location where a return-address rewriting profiler stashed the
2461 original return address.
2462
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002463 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2464 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002465
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002466 Fixed issue 1853: Update breakpoints set with partial file name after
2467 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002468
2469
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000024702012-02-27: Version 3.9.11
2471
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002472 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002473
2474
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000024752012-02-24: Version 3.9.10
2476
2477 Fixed V8 issues 1322, 1772 and 1969.
2478
2479 Conformance improvements.
2480
2481 Performance and stability improvements on all platforms.
2482
2483
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000024842012-02-23: Version 3.9.9
2485
2486 Supported fast case for-in in Crankshaft.
2487
2488 Sped up heap snapshot serialization and dominators construction.
2489
2490 Randomized allocation addresses on windows. (Chromium issue 115151)
2491
2492 Fixed compilation with MinGW-w64. (issue 1943)
2493
2494 Fixed incorrect value of assignments to non-extensible properties.
2495
2496 Fixed a crash bug in generated code on ia32.
2497
2498 Performance and stability improvements on all platforms.
2499
2500
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000025012012-02-21: Version 3.9.8
2502
2503 Fixed memory leak and missing #include in StartupDataDecompressor
2504 (issue 1960).
2505
2506 Renamed static methods to avoid shadowing virtual methods and fix Clang
2507 C++11 compile error.
2508
2509 Fixed sequence of element access in array builtins (issue 1790).
2510
2511 Performance and stability improvements on all platforms.
2512
2513
yangguo@chromium.org56454712012-02-16 15:33:53 +000025142012-02-16: Version 3.9.7
2515
2516 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2517
2518 Fixed GCC-4.7 warnings.
2519
2520 Added Navier-Stokes benchmark.
2521
2522 Performance and stability improvements on all platforms.
2523
2524
ulan@chromium.org65a89c22012-02-14 11:46:07 +000025252012-02-14: Version 3.9.6
2526
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002527 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002528
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002529 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002530
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002531 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002532
2533 Heap Snapshot maximum size limit is too low for really big apps. At the
2534 moment the limit is 256MB. (Chromium issue 113015)
2535
2536 Performance and stability improvements on all platforms.
2537
2538
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000025392012-02-09: Version 3.9.5
2540
2541 Removed unused command line flags.
2542
2543 Performance and stability improvements on all platforms.
2544
2545
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000025462012-02-08: Version 3.9.4
2547
2548 Properly initialize element-transitioning array literals on ARM.
2549 (issue 1930)
2550
2551 Bug fixes on all platforms.
2552
2553
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000025542012-02-07: Version 3.9.3
2555
2556 When rethrowing an exception, print the stack trace of its original
2557 site instead of rethrow site (Chromium issue 60240).
2558
2559 Increased size of small stacks from 32k to 64k to avoid hitting limits
2560 in Chromium (Chromium issue 112843).
2561
2562
rossberg@chromium.org994edf62012-02-06 10:12:55 +000025632012-02-06: Version 3.9.2
2564
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002565 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002566
2567 Heap profiler reports implicit references.
2568
2569 Optionally export metadata with libv8 to enable debuggers to inspect V8
2570 state.
2571
2572
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000025732012-02-02: Version 3.9.1
2574
2575 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2576 (Chromium issue 112315).
2577
2578 Fixed a crash in dev tools (Chromium issue 107996).
2579
2580 Added 'dependencies_traverse': 1 to v8 GYP target.
2581
2582 Performance and stability improvements on all platforms.
2583
2584
danno@chromium.orgfa458e42012-02-01 10:48:36 +000025852012-02-01: Version 3.9.0
2586
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002587 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002588
2589 Stability fixes and performance improvements on all platforms.
2590
2591
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000025922012-01-26: Version 3.8.9
2593
2594 Flush number string cache on GC (issue 1605).
2595
2596 Provide access to function inferred name with
2597 v8::Function::GetInferredName in V8 public API.
2598
2599 Fix building with Clang (issue 1912).
2600
2601 Reduce the space used by the stack for the profiling thread.
2602
2603 Fix misleading documentation of v8::Locker (issue 542).
2604
2605 Introduce readbinary function in d8 to read binary files.
2606
2607 Performance and stability improvements on all platforms.
2608
2609
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000026102012-01-23: Version 3.8.8
2611
2612 Limited number of loop iterations in Heap::ReserveSpace
2613 (Chromium issue 99027).
2614
2615 Fixed solaris build (VirtualMemory) (issue 1761).
2616
2617 Fixed strict vs. non-strict handling of function proxies in
2618 higher-order array and string methods.
2619
2620 Enabled asynchronous remote debugging with d8 (issue 1691).
2621
2622 Stability and performance improvements on all platforms.
2623
2624
ulan@chromium.org2efb9002012-01-19 15:36:35 +000026252012-01-19: Version 3.8.7
2626
2627 Ensure that LRandom restores rsi after call to the C function on x64.
2628 (Chromium issue http://crbug.com/110509)
2629
2630 Fixing include issues on *bsd when building with scons.
2631 (issue 1897)
2632
2633 Provide a switch to specify -fno-strict-aliasing
2634 (issue 1887)
2635
2636 Move WIN32 define from standalone.gypi to common.gypi
2637 (issue 1760)
2638
2639 Fix corner-case in heap size estimation.
2640 (issue 1893)
2641
2642 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2643 (issue 1903)
2644
2645 Performance improvements and bug fixes.
2646
2647
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000026482012-01-16: Version 3.8.6
2649
2650 Add primitive WebGL array support to d8.
2651
2652 Improve heap size estimation (issue 1893).
2653
2654 Hash collision DOS workaround extended from string keys
2655 to numeric keys.
2656
2657 Provide an API for iterating through all external strings referenced
2658 from the JS heap.
2659
2660 Adjust position recorded for call expressions. http://crbug.com/109195
2661
2662 Fix GC crash related to instanceof. http://crbug.com/109448
2663
2664 Performance improvements and bug fixes.
2665
2666
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000026672012-01-05: Version 3.8.5
2668
2669 Fix broken test that assumes that no GC can clear the regexp cache (GC
2670 can happen at any time due to Crankshaft).
2671
2672 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2673
2674 Add netbsd support to gyp build.
2675
2676 Determine page size at runtime on posix platforms.
2677
2678 Ensure that store buffer filtering hash sets are cleared after
2679 StoreBuffer::Filter.
2680
2681 Randomize the seed used for string hashing. This helps guard against
2682 CPU-eating DOS attacks against node.js servers. Based on code from
2683 Bert Belder. This version only solves the issue for those that compile
2684 V8 themselves or those that do not use snapshots. A snapshot-based
2685 precompiled V8 will still have predictable string hash codes.
2686
2687 Implement callback when script finishes running in V8 API.
2688
2689 Improve performance of Math.min and Math.max for the case of two
2690 arguments. (issue 1325)
2691
2692
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000026932012-01-02: Version 3.8.4
2694
2695 Performance improvements for large Smi-only arrays.
2696
2697 Fixed InternalArrays construction. (issue 1878)
2698
2699
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000027002011-12-27: Version 3.8.3
2701
2702 Avoid embedding new space objects into code objects in the lithium gap
2703 resolver. (chromium:108296)
2704
2705 Bug fixes and performance optimizations on all platforms.
2706
2707
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000027082011-12-21: Version 3.8.2
2709
2710 Add max optimization flag to v8 gyp build to ensure V8 is always built
2711 fully optimized in Chrome.
2712
2713 MIPS: Bring MIPS to parity with other platforms.
2714
2715 Optimizations and stability improvements on all platforms.
2716
2717
ricow@chromium.org7ad65222011-12-19 12:13:11 +000027182011-12-19: Version 3.8.1
2719
2720 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2721
2722 Stability improvements on all platforms.
2723
2724
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000027252011-12-13: Version 3.8.0
2726
2727 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2728
2729 Sync parser and preparser on do-while and return statements.
2730 (issue 1856)
2731
2732 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2733
2734 Stability and performance improvements on all platforms.
2735
2736
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000027372011-12-01: Version 3.7.12
2738
2739 Increase tick interval for the android platform.
2740
2741 Fix a bug in the register allocator. (chromium:105112)
2742
2743 Fix handling of recompiling code. (chromium:105375, v8:1782)
2744
2745 Start incremental marking on idle notification. (v8:1458)
2746
2747 Build fixes for various platforms.
2748
2749 Various performance improvements.
2750
2751
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000027522011-11-29: Version 3.7.11
2753
2754 Fixed bug when generating padding to ensure space for lazy
2755 deoptimization.
2756 (issue 1846)
2757
2758 Further reduced pause times due to GC.
2759
2760 Stability and performance improvements on all platforms.
2761
2762
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000027632011-11-23: Version 3.7.10
2764
2765 Set maximum length of FixedArray in terms of elements instead an
2766 absolute number of bytes.
2767 (Chromium issue 103103)
2768
2769 Stability and performance improvements on all platforms.
2770
2771
27722011-11-21: Version 3.7.9
2773
2774 Removed exit-time destructors.
2775
2776 Stability and performance improvements on all platforms.
2777
2778
ricow@chromium.org27bf2882011-11-17 08:34:43 +000027792011-11-17: Version 3.7.8
2780
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002781 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002782 function on builtins will not make the original function reappear.
2783
2784 Added NetBSD support for scons build.
2785
2786 Performance improvements on all platforms.
2787
2788
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000027892011-11-14: Version 3.7.7
2790
2791 Fix missing fast property accessors in heap snapshots.
2792 (issue 1818)
2793
2794
danno@chromium.org2c456792011-11-11 12:00:53 +000027952011-11-11: Version 3.7.6
2796
2797 Fixed filtering of store buffer for large object pages.
2798 (issue 1817)
2799
2800 Fixed generated hash function on all platforms.
2801 (issue 1808)
2802
2803 Fixed Heap::Shrink to ensure that it does not free pages that are
2804 still in use.
2805 (Chromium issue 100414)
2806
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002807 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002808
2809
danno@chromium.orgc612e022011-11-10 11:38:15 +000028102011-11-10: Version 3.7.5
2811
2812 Added initial gyp infrastructure for MIPS.
2813
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002814 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002815 collector.
2816
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002817 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002818
2819
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000028202011-11-07: Version 3.7.4
2821
2822 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2823
2824 Fix Harmony sets and maps to allow null and undefined as keys
2825 (still hidden behind --harmony flag) (issue 1622).
2826
2827 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2828
2829 Enable VFP instructions for Android.
2830
2831 Fix error handling in Date.prototype.toISOString (issue 1792).
2832
2833 Bug fixes and performance improvements for all platforms.
2834
2835 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2836
2837
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000028382011-10-28: Version 3.7.3
2839
2840 Slight deoptimization as a workaround for issue with jslint: Issue
2841 1789.
2842
2843
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000028442011-10-27: Version 3.7.2
2845
2846 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2847
2848
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000028492011-10-26: Version 3.7.1
2850
2851 Achieved 33% speedup in debug-mode tests.
2852
2853 Removed special casing of calls to RegExp test and exec methods with no
2854 argument. Now matches new JSC behaviour. crbug.com/75740.
2855
2856 Return the empty string on cyclic references in toString (ES5
2857 conformance).
2858
2859 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2860
2861 Made Math.random state per-context instead of per-process (issue 864).
2862
2863 Fixed stack traces to skip native functions.
2864
2865 Make snapshots (new contexts) smaller and faster.
2866
2867 Fixed handling of Function.apply for non-array arguments.
2868
2869 Fixed evaluation order in defineProperties to match FireFox.
2870
2871 Fixed handling of non-object receivers for array builtins,
2872 crbug.com/100702.
2873
2874 Multiple fixes to improve compliance with test262.
2875
2876 Fixed compatibility with older Android releases.
2877
2878 Fixed compilation with gcc-4.5.3.
2879
2880 Improved performance of WriteUtf8, issue 1665.
2881
2882 Made native syntax an early error in the preparser.
2883
2884 Fixed issues 793 and 893 relating to Function.prototype.bind.
2885
2886 Improved let, const, Set and Map support and other Harmony features
2887 (behind the --harmony flag).
2888
2889 Changed evaluation order for > and <= to match ES5 instead of ES3.
2890
2891 Bug fixes and performance improvements on all platforms.
2892
2893
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000028942011-10-13: Version 3.7.0
2895
2896 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2897
2898 Fixed issue 1757 (string slices of external strings).
2899
2900 Fixed issue 1759 (ARM).
2901
2902 Added flag --noclever-optimizations to disable some things that
2903 caused trouble in the past.
2904
2905 Added flag --stress-compaction for testing.
2906
2907 Added flag --harmony to activate all experimental Harmony features.
2908
2909
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000029102011-10-10: Version 3.6.6
2911
2912 Added a GC pause visualization tool.
2913
2914 Added presubmit=no and werror=no flags to Makefile.
2915
2916 ES5/Test262 conformance improvements.
2917
2918 Fixed compilation issues with GCC 4.5.x (issue 1743).
2919
2920 Bug fixes and performance improvements on all platforms.
2921
2922
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000029232011-10-05: Version 3.6.5
2924
2925 New incremental garbage collector.
2926
2927 Removed the hard heap size limit (soft heap size limit is still
2928 700/1400Mbytes by default).
2929
2930 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2931
2932 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2933
2934 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2935
2936 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2937
2938 Fixed the MinGW and Windows 2000 builds.
2939
2940 Fixed "Prototype chain is not searched if named property handler does
2941 not set a property" (Issue 1636).
2942
2943 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2944
2945 Disallowed future reserved words as labels in strict mode.
2946
2947 Fixed string split to correctly coerce the separator to a string
2948 (Issue 1711).
2949
2950 API: Added an optional source length field to the Extension
2951 constructor.
2952
2953 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2954 (Issue 1573).
2955
2956 Added "native" target to Makefile for the benefit of Linux distros.
2957
2958 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2959
2960 More work on ES-Harmony proxies. Still hidden behind a flag.
2961
2962 Bug fixes and performance improvements on all platforms.
2963
2964
lrn@chromium.org34e60782011-09-15 07:25:40 +000029652011-09-15: Version 3.6.4
2966
2967 Fixed d8's broken readline history.
2968
2969 Removed the need for code delete events in CPU profiler (Issue 1466).
2970
2971 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2972
2973 Fixing parallel execution in d8 (with -p) and some memory leaks.
2974
2975 Support for precise stepping in functions compiled before debugging was
2976 started (step 1).
2977
2978
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000029792011-09-13: Version 3.6.3
2980
2981 Implemented better support of typed arrays in the d8 shell.
2982
2983 Bug fixes and performance improvements on all platforms.
2984
2985
ricow@chromium.org55ee8072011-09-08 16:33:10 +000029862011-09-08: Version 3.6.2
2987
2988 Added "dependencies" target to top-level Makefile.
2989
2990 Added ability to turn profiler on/off in d8.
2991
2992 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2993
2994 Fixed several crash bugs.
2995
2996
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000029972011-09-07: Version 3.6.1
2998
2999 Fixed a bug in abrupt exit from with or catch inside finally.
3000
3001 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
3002 issue 95113).
3003
3004 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
3005
3006 Fixed a few clang warnings (which -Werror treated as errors).
3007
3008 Performance improvements on all platforms.
3009
3010
fschneider@chromium.org1805e212011-09-05 10:49:12 +000030112011-09-05: Version 3.6.0
3012
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003013 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003014
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003015 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003016
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003017 Made arguments and caller always be null on native functions
3018 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003019
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003020 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003021
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003022 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003023
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003024 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003025
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003026 Fixed a problem with large heap snapshots in Chrome DevTools
3027 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003028
ricow@chromium.org55ee8072011-09-08 16:33:10 +00003029 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00003030
3031
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000030322011-08-31: Version 3.5.10
3033
3034 Added dependency of v8_base on WinSocket2 Windows library in
3035 the GYP-build.
3036
3037 Various bugfixes.
3038
3039
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000030402011-08-29: Version 3.5.9
3041
3042 Made FromPropertyDescriptor not trigger inherited setters.
3043
3044 Fixed .gyp files to work on the ARM simulator.
3045
3046 Fixed shared library build warnings for MSVS.
3047
3048
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000030492011-08-24: Version 3.5.8
3050
3051 Added V8EXPORT attributes for v8::Array::CheckCast and
3052 v8::Number::CheckCast.
3053
3054 Made a slight API change enabling opting out from null termination
3055 in String::Write*().
3056
3057 Fixed arm build for gcc-4.6.
3058
3059
rossberg@chromium.org28a37082011-08-22 11:03:23 +000030602011-08-22: Version 3.5.7
3061
3062 Make scanner handle invalid unicode escapes in identifiers correctly.
3063
3064 Make regexp flag parsing stricter.
3065
3066 Fix several memory leaks.
3067
3068
danno@chromium.orgb6451162011-08-17 14:33:23 +000030692011-08-17: Version 3.5.6
3070
3071 Fixed issue that could cause crashes when running with --heap-stats.
3072
3073 Fixed compilation on Linux 2.6.9 and older.
3074
3075 Fixed live-object-list to work with isolates.
3076
3077 Fixed memory leaks in zones and isolates.
3078
3079 Fixed a performance regression for TypedArrays on x64.
3080
3081 Stability improvements on all platforms.
3082
3083
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000030842011-08-15: Version 3.5.5
3085
3086 Fixed bugs involving negative zero and the optimizing compiler.
3087
3088 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
3089
3090 Eliminated uses of deprecated ARM instructions.
3091
3092 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
3093
3094 Removed restriction on the size of disassembled code that is printed.
3095
3096
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000030972011-08-10: Version 3.5.4
3098
3099 Added a preliminary implementation of ES Harmony weak maps. Weak
3100 maps can be enabled by the flag --harmony-weakmaps.
3101
3102 Introduced a toplevel Makefile to support GYP-based building. GYP
3103 can be obtained from http://gyp.googlecode.com.
3104
3105 Fixed a bug in the length property of functions created by
3106 Function.prototype.bind.
3107
3108 Reduced malloc heap allocation on process startup.
3109
3110 Several important code generation bug fixes.
3111
3112 Performance improvements on all platforms.
3113
3114
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000031152011-08-03: Version 3.5.3
3116
3117 MIPS: Port of fix to ClassOf check from ARM.
3118 Patch from Paul Lind <plind44@gmail.com>.
3119
3120 Stopped using mprotect on Cygwin.
3121 Avoided uninitialized member warning on gcc 4.3.4
3122 Both patches by Bert Belder.
3123
3124 Bug fixes and performance improvements on all platforms.
3125
3126
vegorov@chromium.org7943d462011-08-01 11:41:52 +000031272011-08-01: Version 3.5.2
3128
3129 Performance improvements on all platforms.
3130
3131
ricow@chromium.org2c99e282011-07-28 09:15:17 +000031322011-07-28: Version 3.5.1
3133
3134 Fixed setting the readonly flag on the prototype property using the
3135 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
3136
3137 Changed the tools/test.py script to use d8 instead of shell for
3138 testing.
3139
3140 Fixed crash in ToBooleanStub when GC happens during invocation.
3141
3142 Enabled automatic unboxing of double arrays.
3143
3144 Performance improvements on all platforms.
3145
3146
ricow@chromium.org9fa09672011-07-25 11:05:35 +000031472011-07-25: Version 3.5.0
3148
3149 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
3150 proxies.
3151
3152 Removed logging to memory support.
3153
3154 Bugfixes and performance work.
3155
3156
rossberg@chromium.org717967f2011-07-20 13:44:42 +000031572011-07-20: Version 3.4.14
3158
3159 Fix the debugger for strict-mode functions. (Chromium issue 89236)
3160
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00003161 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00003162 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00003163
3164 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
3165
3166
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000031672011-07-18: Version 3.4.13
3168
3169 Improved debugger support to allow inspection of optimized frames (issue
3170 1140).
3171
3172 Fixed a bug in prototype transitions cache clearing introduced by r8165.
3173
3174 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
3175
3176 Fixed a memory leak in sample/shell.cc (dispose semaphores).
3177
3178 Simplified HClampToUint8. Patch by Andy Wingo.
3179
3180 Exposed APIs for detecting boxed primitives, native errors. Patch by
3181 Luke Zarko.
3182
3183 Added map check for COW elements to crankshaft array handling code
3184 (issue 1560).
3185
3186 Sample shell and (a light version of) D8 links against a shared library
3187 now.
3188
3189 Fixed bug in array filter and reduce functions (issue 1559).
3190
3191 Avoid TLS load in AstNode constructor.
3192
3193 Introduced a random entropy source which can optionally be provided at
3194 initialization. (Chromium issue 89462).
3195
3196
whesse@chromium.org030d38e2011-07-13 13:23:34 +000031972011-07-13: Version 3.4.12
3198
3199 Added --prof profiling option to d8 shell.
3200
3201 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
3202
3203 Fixed a potential assertion failure in const declarations.
3204
3205 Fixed an assertion failure in descriptor arrays (issue 1526).
3206
3207 Enabled fast thread-local storage by default on supported platforms.
3208
3209 Improved reporting of source position for global variable loads
3210 (issue 1527).
3211
3212
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000032132011-07-11: Version 3.4.11
3214
3215 Fixed MinGW32 build.
3216
3217 Fixed a GC bug with RegExp code flushing.
3218
3219 Implemented Object.defineProperty for proxies.
3220
3221 Fixed a bug in for/in iteration of arguments objects (issue 1531).
3222
3223 Added debugger support for inspecting optimized frames (issue 1140).
3224
3225 Allowed JSObject::PreventExtensions to work for arguments objects.
3226
3227 Bugfixes and performance work.
3228
3229
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000032302011-07-06: Version 3.4.10
3231
3232 Fixed debugger not breaking on certain "if" statements (issue 1523).
3233
3234 Fixed assertion failure in runtime profiler when running on IA32
3235 without snapshot (issue 1522).
3236
3237 Fixed ABI for API calls on IA32 (for clang compatibility).
3238
3239 Introduced code flushing of RegExp code to free memory used by
3240 RegExps sooner.
3241
3242 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
3243
3244 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
3245
3246 Performance improvements on all platforms.
3247
3248
ricow@chromium.org4f693d62011-07-04 14:01:31 +000032492011-07-04: Version 3.4.9
3250
3251 Added support for debugger inspection of locals in optimized frames
3252 (issue 1140).
3253
3254 Fixed SConstruct to pass correct defines to samples/preparser when
3255 building with library=shared.
3256
3257 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
3258
3259 Fixed a bug in Object.defineProperty on the arguments object.
3260
3261 Performance improvements on all platforms.
3262
3263
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000032642011-06-29: Version 3.4.8
3265
3266 Ensure 16-byte stack alignment on Solaris (issue 1505).
3267
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00003268 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00003269 that is not a smi. (issue 1246).
3270
3271
ager@chromium.org04921a82011-06-27 13:21:41 +000032722011-06-27: Version 3.4.7
3273
3274 Fixed 64-bit build on FreeBSD.
3275
3276 Added API to set the property attributes for the prototype
3277 property on functions created from FunctionTemplates.
3278
3279 Bugfixes and performance work.
3280
3281
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000032822011-06-22: Version 3.4.6
3283
3284 Lowered limit on code space for systems with low memory supply.
3285
3286 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
3287
3288 Extended setBreakpoint API to accept partial script name (issue 1418).
3289
3290 Made multi-line comments not count when deciding whether the '-->'
3291 comment starter is first on a line. This matches Safari.
3292
3293 Made handling of non-array recievers in Array length setter correct
3294 (issue 1491).
3295
3296 Added ability to heap profiler to iterate over snapshot's node
3297 (issue 1481).
3298
3299
whesse@chromium.org7b260152011-06-20 15:33:18 +000033002011-06-20: Version 3.4.5
3301
3302 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
3303 1476, and 1477.
3304
3305 Improved code generation for !0 and !1.
3306
3307 Reduced memory usage for regular expressions with nested qualifiers.
3308 (issue 1472)
3309
3310 Fixed V8 to count line terminators in multi-line comments.
3311 (Chromium issue 86431)
3312
3313 Fixed disassembler=on option for release-mode builds. (issue 1473)
3314
3315 Performance improvements on all platforms.
3316
3317
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000033182011-06-15: Version 3.4.4
3319
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003320 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003321
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003322 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003323
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003324 Several GYP-related changes: Added support for building Xcode project
3325 files. Make the ARM simulator build with GYP again. Generate Makefiles
3326 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003327
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003328 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
3329 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003330
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003331 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003332
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003333 Handle 'undefined' correctly when === has been specialized for doubles.
3334 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003335
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003336 Corrected the limit of local variables in an optimized function from 64
3337 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003338
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003339 Correctly set ReadOnly flag on indexed properties when using the API Set
3340 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003341
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003342 Give the correct error message when Object.isExtensible is called on a
3343 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003344
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003345 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
3346 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003347
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003348 Do not redefine properties unneccesarily in seal and freeze. (issue
3349 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003350
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003351 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003352
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003353 Distinguish keyed loads with a symbol key from fast elements loads,
3354 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003355
3356
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000033572011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003358
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003359 Clear the global thread table when an isolate is disposed
3360 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003361
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003362 Converted time zone name to UTF8 on Windows (issue 1290).
3363
3364 Limited the number of arguments in a function call to 32766
3365 (issue 1413).
3366
3367 Compress sources of JS libraries in addition to the snapshot.
3368
3369 Fixed a bug in Lithium environment iteration.
3370
3371 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003372
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003373
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000033742011-06-06: Version 3.4.2
3375
3376 More work on ES-Harmony proxies. Still hidden behind a flag.
3377
3378 Fixed some crash bugs and improved performance.
3379
3380 Fixed building with gdb debugging support.
3381
3382 Do not install SIGPROF handler until it is needed.
3383
3384 Added DateTimeFormat to i18n API.
3385
3386 Fixed compilation on OpenBSD.
3387
3388 Take the ulimit into account when sizing the heap. OpenBSD users
3389 may still have to increase the default ulimit to run heavy pages in
3390 the browser.
3391
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003392
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000033932011-06-01: Version 3.4.1
3394
3395 Fixed JSON stringify issue with arrays.
3396
3397 Changed calls to JS builtins to be passed undefined when called with
3398 implicit receiver.
3399
3400 Implemented the set trap for Harmony proxies. Proxies still need to
3401 be enabled with the --harmony-proxies flag.
3402
3403
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000034042011-05-30: Version 3.4.0
3405
3406 Changed calls to undefined property setters to not throw (issue 1355).
3407
3408 Made RegExp objects not callable.
3409
3410 Fixed issues on special case large JSON strings in new json parser
3411 (issues http://crbug.com/83877 and http://crbug.com/84186).
3412
3413 Performance improvements on all platforms.
3414
3415
danno@chromium.org40cb8782011-05-25 07:58:50 +000034162011-05-25: Version 3.3.10
3417
3418 Fixed calls of strict mode function with an implicit receiver.
3419
3420 Fixed fast handling of arrays to properly deal with changes to the
3421 Object prototype (issue 1403).
3422
3423 Changed strict mode poison pill to be the same type error function
3424 (issue 1387).
3425
3426 Fixed a debug crash in arguments object handling (issue 1227).
3427
3428 Fixed a bug in deoptimization on x64 (issue 1404).
3429
3430 Performance improvements and bug fixes on all platforms.
3431
3432
ager@chromium.orgea91cc52011-05-23 06:06:11 +000034332011-05-23: Version 3.3.9
3434
3435 Added DateTimeFormat class to experimental i18n API.
3436
3437 Extended preparser to give early errors for some strict mode
3438 restrictions.
3439
3440 Removed legacy execScript function from V8.
3441
3442 Extended isolate API with the ability to add embedder-specific
3443 data to an isolate.
3444
3445 Added basic support for polymorphic loads from JS and external
3446 arrays.
3447
3448 Fixed bug in handling of switch statements in the optimizing
3449 compiler.
3450
3451
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000034522011-05-18: Version 3.3.8
3453
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003454 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003455 handles are independent of all other persistent handles and can be
3456 garbage collected more frequently.
3457
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003458 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003459 with the --harmony-proxies flag.
3460
3461 Performance improvements and bug fixes on all platforms.
3462
3463
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000034642011-05-16: Version 3.3.7
3465
3466 Updated MIPS infrastructure files.
3467
3468 Performance improvements and bug fixes on all platforms.
3469
3470
karlklose@chromium.org83a47282011-05-11 11:54:09 +000034712011-05-11: Version 3.3.6
3472
3473 Updated MIPS infrastructure files.
3474
3475 Added method IsCallable for Object to the API.
3476 Patch by Peter Varga.
3477
3478
lrn@chromium.org1c092762011-05-09 09:42:16 +000034792011-05-09: Version 3.3.5
3480
3481 Fixed build on FreeBSD. Patch by Akinori MUSHA.
3482
3483 Added check that receiver is JSObject on API calls.
3484
3485 Implemented CallAsConstructor method for Object in the API (Issue 1348).
3486 Patch by Peter Varga.
3487
3488 Added CallAsFunction method to the Object class in the API (Issue 1336).
3489 Patch by Peter Varga.
3490
3491 Added per-isolate locking and unlocking.
3492
3493 Fixed bug in x64 >>> operator (Issue 1359).
3494
3495
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000034962011-05-04: Version 3.3.4
3497
3498 Implemented API to disallow code generation from strings for a context
3499 (issue 1258).
3500
3501 Fixed bug with whitespaces in parseInt (issue 955).
3502
3503 Fixed bug with == comparison of Date objects (issue 1356).
3504
3505 Added GYP variables for ARM code generation:
3506 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3507 and v8_use_arm_eabi_hardfloat.
3508
3509
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000035102011-05-02: Version 3.3.3
3511
3512 Added support for generating Visual Studio solution and project files
3513 using GYP.
3514
3515 Implemented support for ARM EABI calling convention variation where
3516 floating-point arguments are passed in registers (hardfloat).
3517
3518 Added Object::HasOwnProperty() to the API.
3519
3520 Added support for compressing startup data to reduce binary size. This
3521 includes build time support and an API for the embedder to decompress
3522 the startup data before initializing V8.
3523
3524 Reduced the profiling hooks overhead from >400% to 25% when using
3525 ll_prof.
3526
3527 Performance improvements and bug fixes on all platforms.
3528
3529
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000035302011-04-27: Version 3.3.2
3531
3532 Fixed crash bug on ARM with no VFP3 hardware.
3533
3534 Fixed compilation of V8 without debugger support.
3535
3536 Improved performance on JSLint.
3537
3538 Added support Float64 WebGL arrays.
3539
3540 Fixed crash bug in regexp replace.
3541
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003542
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000035432011-04-20: Version 3.3.1
3544
3545 Reduced V8 binary size by removing virtual functions from hydrogen.
3546
3547 Fixed crash bug on x64.
3548
3549 Performance improvements on ARM and IA32.
3550
3551
danno@chromium.org160a7b02011-04-18 15:51:38 +000035522011-04-18: Version 3.3.0
3553
3554 Fixed bug in floating point rounding in Crankshaft on ARM
3555 (issue 958)
3556
3557 Fixed a number of issues with running without VFPv3 support on ARM
3558 (issue 1315)
3559
3560 Introduced v8Locale.Collator, a partial implementation of Collator
3561 per last ECMAScript meeting + mailing list.
3562
3563 Minor performance improvements and bug fixes.
3564
3565
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000035662011-04-13: Version 3.2.10
3567
3568 Fixed bug in external float arrays on ARM (issue 1323).
3569
3570 Minor performance improvements and bug fixes.
3571
3572
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000035732011-04-11: Version 3.2.9
3574
3575 Removed support for ABI prior to EABI on ARM.
3576
3577 Fixed multiple crash bugs.
3578
3579 Added GCMole to the repository, a simple static analysis tool that
3580 searches for GC-unsafe evaluation order dependent callsites.
3581
3582 Made preparser API be exported in shared libraries.
3583
3584 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3585
3586 Fixed mutable __proto__ property if object is not extensible
3587 (Issue 1309).
3588
3589 Fixed auto suspension of the sampler thread.
3590
3591
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000035922011-04-06: Version 3.2.8
3593
3594 Exposed WebGL typed array constructors in the shell sample.
3595
3596 Performance improvements on all platforms.
3597
3598
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000035992011-04-04: Version 3.2.7
3600
3601 Disabled the original 'classic' V8 code generator. Crankshaft is
3602 now the default on all platforms.
3603
3604 Changed the heap profiler to use more descriptive names.
3605
3606 Performance and stability improvements to isolates on all platforms.
3607
3608
lrn@chromium.org7516f052011-03-30 08:52:27 +000036092011-03-30: Version 3.2.6
3610
3611 Fixed xcode build warning in shell.cc (out of order initialization).
3612
3613 Fixed null-pointer dereference in the compiler when running without
3614 SSE3 support (Chromium issue 77654).
3615
3616 Fixed x64 compilation error due to some dead code. (Issue 1286)
3617
3618 Introduced scons target to build the preparser stand-alone example.
3619
3620 Made FreeBSD build and pass all tests.
3621
3622
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000036232011-03-28: Version 3.2.5
3624
lrn@chromium.org7516f052011-03-30 08:52:27 +00003625 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003626
3627 Added Crankshaft support for external arrays.
3628
3629 Fixed two potential crash bugs.
3630
3631
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000036322011-03-23: Version 3.2.4
3633
3634 Added isolates which allows several V8 instances in the same process.
3635 This is controlled through the new Isolate class in the API.
3636
3637 Implemented more of EcmaScript 5 strict mode.
3638
3639 Reduced the time it takes to make detailed heap snapshot.
3640
3641 Added a number of commands to the ARM simulator and enhanced the ARM
3642 disassembler.
3643
3644
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000036452011-03-17: Version 3.2.3
3646
3647 Fixed a number of crash bugs.
3648
3649 Fixed Array::New(length) to return an array with a length (issue 1256).
3650
3651 Fixed FreeBSD build.
3652
3653 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3654
3655 Implemented more of EcmaScript 5 strict mode.
3656
3657 Improved Crankshaft performance on all platforms.
3658
3659
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000036602011-03-14: Version 3.2.2
3661
3662 Fixed a number of crash and correctness bugs.
3663
3664 Improved Crankshaft performance on all platforms.
3665
3666 Fixed Crankshaft on Solaris/Illumos.
3667
3668
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000036692011-03-10: Version 3.2.1
3670
3671 Fixed a number of crash bugs.
3672
3673 Improved Crankshaft for x64 and ARM.
3674
3675 Implemented more of EcmaScript 5 strict mode.
3676
3677
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000036782011-03-07: Version 3.2.0
3679
3680 Fixed a number of crash bugs.
3681
3682 Turned on Crankshaft by default on x64 and ARM.
3683
3684 Improved Crankshaft for x64 and ARM.
3685
3686 Implemented more of EcmaScript 5 strict mode.
3687
3688
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000036892011-03-02: Version 3.1.8
3690
3691 Fixed a number of crash bugs.
3692
3693 Improved Crankshaft for x64 and ARM.
3694
3695 Implemented more of EcmaScript 5 strict mode.
3696
3697 Fixed issue with unaligned reads and writes on ARM.
3698
3699 Improved heap profiler support.
3700
3701
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000037022011-02-28: Version 3.1.7
3703
3704 Fixed a number of crash bugs.
3705
3706 Improved Crankshaft for x64 and ARM.
3707
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003708 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003709 arrays (http://crbug.com/73940).
3710
3711 Fixed bug in map space compaction (http://crbug.com/59688).
3712
3713 Added support for direct getter accessors calls on ARM.
3714
3715
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000037162011-02-24: Version 3.1.6
3717
3718 Fixed a number of crash bugs.
3719
3720 Added support for Cygwin (issue 64).
3721
3722 Improved Crankshaft for x64 and ARM.
3723
3724 Added Crankshaft support for stores to pixel arrays.
3725
3726 Fixed issue in CPU profiler with Crankshaft.
3727
3728
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000037292011-02-16: Version 3.1.5
3730
3731 Change RegExp parsing to disallow /(*)/.
3732
3733 Added GDB JIT support for ARM.
3734
3735 Fixed several crash bugs.
3736
3737 Performance improvements on the IA32 platform.
3738
3739
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000037402011-02-14: Version 3.1.4
3741
3742 Fixed incorrect compare of prototypes of the global object (issue
3743 1082).
3744
3745 Fixed a bug in optimizing calls to global functions (issue 1106).
3746
3747 Made optimized Function.prototype.apply safe for non-JSObject first
3748 arguments (issue 1128).
3749
3750 Fixed an error related to element accessors on Object.prototype and
3751 parser errors (issue 1130).
3752
3753 Fixed a bug in sorting an array with large array indices (issue 1131).
3754
3755 Properly treat exceptions thrown while compiling (issue 1132).
3756
3757 Fixed bug in register requirements for function.apply (issue 1133).
3758
3759 Fixed a representation change bug in the Hydrogen graph construction
3760 (issue 1134).
3761
3762 Fixed the semantics of delete on parameters (issue 1136).
3763
3764 Fixed a optimizer bug related to moving instructions with side effects
3765 (issue 1138).
3766
3767 Added support for the global object in Object.keys (issue 1150).
3768
3769 Fixed incorrect value for Math.LOG10E
3770 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3771
3772 Performance improvements on the IA32 platform.
3773
3774 Implement assignment to undefined reference in ES5 Strict Mode.
3775
3776
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000037772011-02-09: Version 3.1.3
3778
3779 Fixed a bug triggered by functions with huge numbers of declared
3780 arguments.
3781
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003782 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003783
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003784 Fixed issue where Array.prototype.__proto__ had been set to null
3785 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003786
3787 Fixed stability bugs in Crankshaft for x86.
3788
3789
ricow@chromium.org83aa5492011-02-07 12:42:56 +000037902011-02-07: Version 3.1.2
3791
3792 Added better security checks when accessing properties via
3793 Object.getOwnPropertyDescriptor.
3794
3795 Fixed bug in Object.defineProperty and related access bugs (issues
3796 992, 1083 and 1092).
3797
3798 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3799 copyright notice generation for embedders.
3800
3801
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000038022011-02-02: Version 3.1.1
3803
3804 Perform security checks before fetching the value in
3805 Object.getOwnPropertyDescriptor.
3806
3807 Fixed a bug in Array.prototype.splice triggered by passing no
3808 arguments.
3809
3810 Fixed bugs in -0 in arithmetic and in Math.pow.
3811
3812 Fixed bugs in the register allocator and in switching from optimized
3813 to unoptimized code.
3814
3815
38162011-01-31: Version 3.1.0
3817
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003818 Performance improvements on all platforms.
3819
3820
ager@chromium.org378b34e2011-01-28 08:04:38 +000038212011-01-28: Version 3.0.12
3822
3823 Added support for strict mode parameter and object property
3824 validation.
3825
3826 Fixed a couple of crash bugs.
3827
3828
ager@chromium.org0ee099b2011-01-25 14:06:47 +000038292011-01-25: Version 3.0.11
3830
3831 Fixed a bug in deletion of lookup slots that could cause global
3832 variables to be accidentally deleted (http://crbug.com/70066).
3833
3834 Added support for strict mode octal literal verification.
3835
3836 Fixed a couple of crash bugs (issues 1070 and 1071).
3837
3838
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000038392011-01-24: Version 3.0.10
3840
3841 Fixed External::Wrap for 64-bit addresses (issue 1037).
3842
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003843 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003844 code generator (issue 1060).
3845
3846 Introduced partial strict mode support.
3847
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003848 Changed formatting of recursive error messages to match Firefox and
3849 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003850
3851 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003852 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003853 (issue http://crbug.com/50972).
3854
3855 Performance improvements on the IA32 platform.
3856
3857
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000038582011-01-19: Version 3.0.9
3859
3860 Added basic GDB JIT Interface integration.
3861
3862 Make invalid break/continue statements a syntax error instead of a
3863 runtime error.
3864
3865
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000038662011-01-17: Version 3.0.8
3867
3868 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003869 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003870
3871 Wrapped external pointers more carefully (issue 1037).
3872
3873 Hardened the implementation of error objects to avoid setters
3874 intercepting the properties set then throwing an error.
3875
3876 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3877
3878 Performance improvements on the IA32 platform.
3879
3880
38812011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003882
3883 Stopped calling inherited setters when creating object literals
3884 (issue 1015).
3885
3886 Changed interpretation of malformed \c? escapes in RegExp to match
3887 JSC.
3888
3889 Enhanced the command-line debugger interface and fixed some minor
3890 bugs in the debugger.
3891
3892 Performance improvements on the IA32 platform.
3893
3894
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000038952011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003896
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003897 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003898
3899 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003900 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003901
3902 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003903 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003904
3905 Added use_system_v8 option to gyp (off by default), to make it easier
3906 for Linux distributions to ship with system-provided V8 library.
3907
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003908 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003909
3910 Added labelled thread names to help with debugging (on Linux).
3911
3912
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000039132011-01-03: Version 3.0.5
3914
3915 Fixed a couple of cast errors for gcc-3.4.3.
3916
3917 Performance improvements in GC and IA32 code generator.
3918
3919
whesse@chromium.org023421e2010-12-21 12:19:12 +000039202010-12-21: Version 3.0.4
3921
3922 Added Date::ResetCache() to the API so that the cached values in the
3923 Date object can be reset to allow live DST / timezone changes.
3924
3925 Extended existing support for printing (while debugging) the contents
3926 of objects. Added support for printing objects from release builds.
3927
3928 Fixed V8 issues 989, 1006, and 1007.
3929
3930
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000039312010-12-17: Version 3.0.3
3932
3933 Reapplied all changes for version 3.0.1.
3934
3935 Improved debugger protocol for remote debugging.
3936
3937 Added experimental support for using gyp to generate build files
3938 for V8.
3939
3940 Fixed implementation of String::Write in the API (issue 975).
3941
3942
lrn@chromium.org8541d772010-12-15 12:05:09 +000039432010-12-15: Version 3.0.2
3944
3945 Revert version 3.0.1 and patch 3.0.1.1.
3946
3947
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000039482010-12-13: Version 3.0.1
3949
3950 Added support for an experimental internationalization API as an
3951 extension. This extension is disabled by default but can be enabled
3952 when building V8. The ECMAScript internationalization strawman is
3953 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3954
3955 Made RegExp character class parsing stricter. This mirrors a change
3956 to RegExp parsing in WebKit.
3957
3958 Fixed a bug in Object.defineProperty when used to change attributes
3959 of an existing property. It incorrectly set the property value to
3960 undefined (issue 965).
3961
3962 Fixed several different compilation failures on various platforms
3963 caused by the 3.0.0 release.
3964
3965 Optimized Math.pow so it can work on unboxed doubles.
3966
3967 Sped up quoting of JSON strings by removing one traversal of the
3968 string.
3969
3970
kasperl@chromium.orga5551262010-12-07 12:49:48 +000039712010-12-07: Version 3.0.0
3972
3973 Improved performance by (partially) addressing issue 957 on
3974 IA-32. Still needs more work for the other architectures.
3975
3976
ager@chromium.orgbeb25712010-11-29 08:02:25 +000039772010-11-29: Version 2.5.9
3978
3979 Fixed crashes during GC caused by partially initialize heap
3980 objects.
3981
3982 Fixed bug in process sample that caused memory leaks.
3983
3984 Improved performance on ARM by implementing missing stubs and
3985 inlining.
3986
3987 Improved heap profiler support.
3988
3989 Added separate seeding on Windows of the random number generator
3990 used internally by the compiler (issue 936).
3991
3992 Exposed API for getting the name of the function used to construct
3993 an object.
3994
3995 Fixed date parser to handle one and two digit millisecond
3996 values (issue 944).
3997
3998 Fixed number parsing to disallow space between sign and
3999 digits (issue 946).
4000
4001
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000040022010-11-23: Version 2.5.8
4003
4004 Removed dependency on Gay's dtoa.
4005
4006 Improved heap profiler precision and speed.
4007
4008 Reduced overhead of callback invocations on ARM.
4009
4010
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000040112010-11-18: Version 2.5.7
4012
4013 Fixed obscure evaluation order bug (issue 931).
4014
4015 Split the random number state between JavaScript and the private API.
4016
4017 Fixed performance bug causing GCs when generating stack traces on
4018 code from very large scripts.
4019
4020 Fixed bug in parser that allowed (foo):42 as a labelled statement
4021 (issue 918).
4022
4023 Provide more accurate results about used heap size via
4024 GetHeapStatistics.
4025
4026 Allow build-time customization of the max semispace size.
4027
4028 Made String.prototype.split honor limit when separator is empty
4029 (issue 929).
4030
4031 Added missing failure check after expecting an identifier in
4032 preparser (Chromium issue 62639).
4033
4034
ager@chromium.org01fe7df2010-11-10 11:59:11 +000040352010-11-10: Version 2.5.6
4036
4037 Added support for VFP rounding modes to the ARM simulator.
4038
4039 Fixed multiplication overflow bug (issue 927).
4040
4041 Added a limit for the amount of executable memory (issue 925).
4042
4043
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000040442010-11-08: Version 2.5.5
4045
4046 Added more aggressive GC of external objects in near out-of-memory
4047 situations.
4048
4049 Fixed a bug that gave the incorrect result for String.split called
4050 on the empty string (issue 924).
4051
4052
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000040532010-11-03: Version 2.5.4
4054
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00004055 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00004056
4057
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000040582010-11-01: Version 2.5.3
4059
4060 Fixed a bug that prevents constants from overwriting function values
4061 in object literals (issue 907).
4062
4063 Fixed a bug with reporting of impossible nested calls of DOM functions
4064 (issue http://crbug.com/60753).
4065
4066
lrn@chromium.org303ada72010-10-27 09:33:13 +000040672010-10-27: Version 2.5.2
4068
4069 Improved sampler resolution on Linux.
4070
4071 Allowed forcing the use of a simulator from the build script
4072 independently of the host architecture.
4073
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00004074 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00004075
4076 Made windows-tick-processor respect D8_PATH.
4077
4078 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
4079
4080
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000040812010-10-20: Version 2.5.1
4082
4083 Fixed bug causing spurious out of memory exceptions
4084 (issue http://crbug.com/54580).
4085
4086 Fixed compilation error on Solaris platform (issue 901).
4087
4088 Fixed error in strtod (string to floating point number conversion)
4089 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
4090
4091 Adjusted randomized allocations of executable memory to have 64k
4092 granularity (issue http://crbug.com/56036).
4093
4094 Supported profiling using kernel perf_events on linux. Added ll_prof
4095 script to tools and --ll-prof flag to V8.
4096
4097
vegorov@chromium.org42841962010-10-18 11:18:59 +000040982010-10-18: Version 2.5.0
4099
4100 Fixed bug in cache handling of lastIndex on global regexps
4101 (issue http://crbug.com/58740).
4102
4103 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
4104 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00004105 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00004106
4107 Fixed compilation error on ARM with gcc 4.4 (issue 894).
4108
4109
41102010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00004111
4112 Fixed a bug in the handling of conditional expressions in test
4113 contexts in compiler for top-level code.
4114
4115 Added "//@ sourceURL" information to the StackTrace API.
4116
4117 Exposed RegExp construction through the API.
4118
4119
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000041202010-10-04: Version 2.4.8
4121
4122 Fixed a bug in ResumeProfilerEx causing it to not always write out the
4123 whole snapshot (issue 868).
4124
4125 Performance improvements on all platforms.
4126
4127
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000041282010-09-30: Version 2.4.7
4129
4130 Changed the command-line flag --max-new-space-size to be in kB and the
4131 flag --max-old-space-size to be in MB (previously they were in bytes).
4132
4133 Added Debug::CancelDebugBreak to the debugger API.
4134
4135 Fixed a bug in getters for negative numeric property names
4136 (https://bugs.webkit.org/show_bug.cgi?id=46689).
4137
4138 Performance improvements on all platforms.
4139
4140
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000041412010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00004142
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00004143 Fixed assertion failure related to copy-on-write arrays (issue 876).
4144
4145 Fixed build failure of 64-bit V8 on Windows.
4146
4147 Fixed a bug in RegExp (issue http://crbug.com/52801).
4148
4149 Improved the profiler's coverage to cover more functions (issue 858).
4150
4151 Fixed error in shift operators on 64-bit V8
4152 (issue http://crbug.com/54521).
4153
4154
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000041552010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00004156
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004157 Changed the RegExp benchmark to exercise the regexp engine on different
4158 inputs by scrambling the input strings.
4159
4160 Fixed a bug in keyed loads on strings.
4161
4162 Fixed a bug with loading global function prototypes.
4163
4164 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
4165
4166 Performance improvements on all platforms.
4167
4168
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000041692010-09-15: Version 2.4.4
4170
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004171 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004172
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004173 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004174
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004175 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004176
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004177 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00004178
4179
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000041802010-09-13: Version 2.4.3
4181
4182 Made Date.parse properly handle TZ offsets (issue 857).
4183
4184 Performance improvements on all platforms.
4185
4186
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000041872010-09-08: Version 2.4.2
4188
4189 Fixed GC crash bug.
4190
4191 Fixed stack corruption bug.
4192
4193 Fixed compilation for newer C++ compilers that found Operand(0)
4194 ambiguous.
4195
4196
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000041972010-09-06: Version 2.4.1
4198
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004199 Added the ability for an embedding application to receive a callback
4200 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
4201 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004202
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004203 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004204
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004205 Fixed memory overrun crash bug triggered during V8's tick-based
4206 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004207
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004208 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004209
4210
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000042112010-09-01: Version 2.4.0
4212
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004213 Fixed bug in Object.freeze and Object.seal when Array.prototype or
4214 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004215
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004216 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004217 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004218
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004219 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004220
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004221 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004222
4223
ricow@chromium.org65fae842010-08-25 15:26:24 +000042242010-08-25: Version 2.3.11
4225
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004226 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004227
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004228 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004229 VARIANT_FLAGS that allows specification of sets of flags with which
4230 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004231
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004232 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004233
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004234 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004235
4236
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000042372010-08-23: Version 2.3.10
4238
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004239 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00004240
4241 Build fixes for unusual compilers.
4242
4243 Track high water mark for RWX memory.
4244
4245 Performance improvements on all platforms.
4246
4247
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000042482010-08-18: Version 2.3.9
4249
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004250 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004251
4252 Removed specialized handling of GCC 4.4 (issue 830).
4253
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004254 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004255 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
4256
ricow@chromium.org65fae842010-08-25 15:26:24 +00004257 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004258
4259
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000042602010-08-16: Version 2.3.8
4261
4262 Fixed build with strict aliasing on GCC 4.4 (issue 463).
4263
4264 Fixed issue with incorrect handling of custom valueOf methods on
4265 string wrappers (issue 760).
4266
4267 Fixed compilation for ARMv4 (issue 590).
4268
4269 Improved performance.
4270
4271
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000042722010-08-11: Version 2.3.7
4273
4274 Reduced size of heap snapshots produced by heap profiler (issue 783).
4275
4276 Introduced v8::Value::IsRegExp method.
4277
4278 Fixed CPU profiler crash in start / stop sequence when non-existent
4279 name is passed (issue http://crbug.com/51594).
4280
4281 Introduced new indexed property query callbacks API (issue 816). This
4282 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
4283 by default.
4284
4285 Removed support for object literal get/set with number/string
4286 property name.
4287
4288 Fixed handling of JSObject::elements in CalculateNetworkSize
4289 (issue 822).
4290
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004291 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004292
4293
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000042942010-08-09: Version 2.3.6
4295
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004296 RegExp literals create a new object every time they are evaluated
4297 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004298
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004299 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004300
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004301 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004302
4303
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000043042010-08-04: Version 2.3.5
4305
4306 Added support for ES5 property names. Object initialisers and
4307 dot-notation property access now allows keywords. Also allowed
4308 non-identifiers after "get" or "set" in an object initialiser.
4309
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004310 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00004311
4312
whesse@chromium.orge90029b2010-08-02 11:52:17 +000043132010-08-02: Version 2.3.4
4314
4315 Fixed problems in implementation of ES5 function.prototype.bind.
4316
4317 Fixed error when using apply with arguments object on ARM (issue 784).
4318
4319 Added setting of global flags to debugger protocol.
4320
4321 Fixed an error affecting cached results of sin and cos (issue 792).
4322
4323 Removed memory leak from a boundary case where V8 is not initialized.
4324
4325 Fixed issue where debugger could set breakpoints outside the body
4326 of a function.
4327
4328 Fixed issue in debugger when using both live edit and step in features.
4329
4330 Added Number-letter (Nl) category to Unicode tables. These characters
4331 can now be used in identifiers.
4332
4333 Fixed an assert failure on X64 (issue 806).
4334
4335 Performance improvements on all platforms.
4336
4337
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000043382010-07-26: Version 2.3.3
4339
4340 Fixed error when building the d8 shell in a fresh checkout.
4341
4342 Implemented Function.prototype.bind (ES5 15.3.4.5).
4343
4344 Fixed an error in inlined stores on ia32.
4345
4346 Fixed an error when setting a breakpoint at the end of a function
4347 that does not end with a newline character.
4348
4349 Performance improvements on all platforms.
4350
4351
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000043522010-07-21: Version 2.3.2
4353
4354 Fixed compiler warnings when building with LLVM.
4355
4356 Fixed a bug with for-in applied to strings (issue 785).
4357
4358 Performance improvements on all platforms.
4359
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00004360
ricow@chromium.org4980dff2010-07-19 08:33:45 +000043612010-07-19: Version 2.3.1
4362
4363 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4364
4365 Fixed bug related to code flushing while compiling a lazy
4366 compilable function (issue http://crbug.com/49099).
4367
4368 Performance improvements on all platforms.
4369
4370
ager@chromium.orgb5737492010-07-15 09:29:43 +000043712010-07-15: Version 2.3.0
4372
4373 Added ES5 Object.seal and Object.isSealed.
4374
4375 Added debugger API for scheduling debugger commands from a
4376 separate thread.
4377
4378
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000043792010-07-14: Version 2.2.24
4380
4381 Added API for capturing stack traces for uncaught exceptions.
4382
4383 Fixed crash bug when preparsing from a non-external V8 string
4384 (issue 775).
4385
4386 Fixed JSON.parse bug causing input not to be converted to string
4387 (issue 764).
4388
4389 Added ES5 Object.freeze and Object.isFrozen.
4390
4391 Performance improvements on all platforms.
4392
4393
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000043942010-07-07: Version 2.2.23
4395
4396 API change: Convert Unicode code points outside the basic multilingual
4397 plane to the replacement character. Previous behavior was to silently
4398 truncate the value to 16 bits.
4399
4400 Fixed crash: handle all flat string types in regexp replace.
4401
4402 Prevent invalid pre-parsing data passed in through the API from
4403 crashing V8.
4404
4405 Performance improvements on all platforms.
4406
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00004407
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000044082010-07-05: Version 2.2.22
4409
4410 Added ES5 Object.isExtensible and Object.preventExtensions.
4411
4412 Enabled building V8 as a DLL.
4413
4414 Fixed a bug in date code where -0 was not interpreted as 0
4415 (issue 736).
4416
4417 Performance improvements on all platforms.
4418
4419
lrn@chromium.org32d961d2010-06-30 09:09:34 +000044202010-06-30: Version 2.2.21
4421
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004422 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004423
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004424 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004425
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004426 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004427
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004428 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004429
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004430 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004431
4432 Provide actual breakpoints locations in response to setBreakpoint
4433 and listBreakpoints requests.
4434
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004435
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000044362010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004437
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004438 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004439
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004440 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004441
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004442 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004443
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004444 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004445 miscalculated for some inputs.
4446
4447 Performance improvements on all platforms.
4448
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004449
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000044502010-06-23: Version 2.2.19
4451
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004452 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004453 (issue 738).
4454
4455 Added expose-externalize-string flag for testing extensions.
4456
4457 Resolve linker issues with using V8 as a DLL causing a number of
4458 problems with unresolved symbols.
4459
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004460 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004461 defined.
4462
4463 Performance improvements on all platforms.
4464
4465
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000044662010-06-16: Version 2.2.18
4467
4468 Added API functions to retrieve information on indexed properties
4469 managed by the embedding layer. Fixes bug 737.
4470
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004471 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004472
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004473 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004474
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004475 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004476
4477 Incremental performance improvements.
4478
4479
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000044802010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004481
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00004482 Improved debugger support for stepping out of functions.
4483
4484 Incremental performance improvements.
4485
4486
44872010-06-09: Version 2.2.16
4488
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004489 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004490 disposal of external string resources to call a virtual Dispose
4491 method on the resource.
4492
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004493 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004494 stepping.
4495
4496 Memory usage improvements on all platforms.
4497
4498
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000044992010-06-07: Version 2.2.15
4500
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004501 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004502
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004503 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004504 some compilers complaint when compiling with -Werror.
4505
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004506 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004507
4508
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000045092010-06-02: Version 2.2.14
4510
4511 Fixed a crash in code generated for String.charCodeAt.
4512
4513 Fixed a compilation issue with some GCC versions (issue 727).
4514
4515 Performance optimizations on x64 and ARM platforms.
4516
4517
ricow@chromium.org30ce4112010-05-31 10:38:25 +000045182010-05-31: Version 2.2.13
4519
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004520 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004521 strings (issue 599).
4522
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004523 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004524
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004525 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004526
4527 Performance improvements on all platforms.
4528
4529
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000045302010-05-26: Version 2.2.12
4531
4532 Allowed accessors to be defined on objects rather than just object
4533 templates.
4534
4535 Changed the ScriptData API.
4536
4537
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000045382010-05-21: Version 2.2.11
4539
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004540 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004541
4542 Use 'full compiler' when debugging is active. This should increase
4543 the density of possible break points, making single step more fine
4544 grained. This will only take effect for functions compiled after
4545 debugging has been started, so recompilation of all functions is
4546 required to get the full effect. IA32 and x64 only for now.
4547
4548 Misc. fixes to the Solaris build.
4549
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004550 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004551
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004552 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004553
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004554 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004555
4556 Incremental performance improvements in all backends.
4557
4558
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000045592010-05-17: Version 2.2.10
4560
4561 Performance improvements in the x64 and ARM backends.
4562
4563
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000045642010-05-10: Version 2.2.9
4565
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004566 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004567
4568 Fixed bug with Date.parse returning a non-NaN value when called on a
4569 non date string (issue 696).
4570
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004571 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004572 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004573
4574 C++ API for retrieving JavaScript stack trace information.
4575
4576
ager@chromium.orgac091b72010-05-05 07:34:42 +000045772010-05-05: Version 2.2.8
4578
4579 Performance improvements in the x64 and ARM backends.
4580
4581
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000045822010-05-03: Version 2.2.7
4583
4584 Added support for ES5 date time string format to Date.parse.
4585
4586 Performance improvements in the x64 backend.
4587
4588
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000045892010-04-28: Version 2.2.6
4590
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004591 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004592 (by Ryan Dahl <coldredlemur@gmail.com>).
4593
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004594 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004595
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004596 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004597
4598 Performance improvements on all platforms.
4599
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004600
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000046012010-04-26: Version 2.2.5
4602
4603 Various performance improvements (especially for ARM and x64)
4604
4605 Fixed bug in CPU profiling (http://crbug.com/42137)
4606
4607 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004608
4609 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004610 wrong calculations.
4611
4612 Fixed a bug that may cause a wrong result for shift operations.
4613
4614
46152010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004616
4617 Fixed warnings on arm on newer GCC versions.
4618
4619 Fixed a number of minor bugs.
4620
4621 Performance improvements on all platforms.
4622
4623
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000046242010-04-14: Version 2.2.3
4625
4626 Added stack command and mem command to ARM simulator debugger.
4627
4628 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4629
4630 Performance improvements on all platforms.
4631
4632
ager@chromium.org357bf652010-04-12 11:30:10 +000046332010-04-12: Version 2.2.2
4634
4635 Introduced new profiler API.
4636
4637 Fixed random number generator to produce full 32 random bits.
4638
4639
lrn@chromium.org25156de2010-04-06 13:10:27 +000046402010-04-06: Version 2.2.1
4641
4642 Debugger improvements.
4643
4644 Fixed minor bugs.
4645
4646
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000046472010-03-29: Version 2.2.0
4648
4649 Fixed a few minor bugs.
4650
4651 Performance improvements for string operations.
4652
4653
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000046542010-03-26: Version 2.1.10
4655
4656 Fixed scons build issues.
4657
4658 Fixed a couple of minor bugs.
4659
4660
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000046612010-03-25: Version 2.1.9
4662
4663 Added API support for reattaching a global object to a context.
4664
4665 Extended debugger API with access to the internal debugger context.
4666
4667 Fixed Chromium crashes (issues http://crbug.com/39128 and
4668 http://crbug.com/39160)
4669
4670
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000046712010-03-24: Version 2.1.8
4672
4673 Added fine-grained garbage collection callbacks to the API.
4674
4675 Performance improvements on all platforms.
4676
4677
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000046782010-03-22: Version 2.1.7
4679
4680 Fixed issue 650.
4681
4682 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004683
4684 Performance improvements for arithmetic operations.
4685
4686 Performance improvements for string operations.
4687
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004688 Print script name and line number information in stack trace.
4689
4690
46912010-03-17: Version 2.1.6
4692
4693 Performance improvements for arithmetic operations.
4694
4695 Performance improvements for string operations.
4696
4697
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000046982010-03-10: Version 2.1.4
4699
4700 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4701
4702 Performance improvements on all platforms.
4703
4704
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000047052010-03-10: Version 2.1.3
4706
4707 Added API method for context-disposal notifications.
4708
4709 Added API method for accessing elements by integer index.
4710
4711 Added missing implementation of Uint32::Value and Value::IsUint32
4712 API methods.
4713
4714 Added IsExecutionTerminating API method.
4715
4716 Disabled strict aliasing for GCC 4.4.
4717
4718 Fixed string-concatenation bug (issue 636).
4719
4720 Performance improvements on all platforms.
4721
4722
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000047232010-02-23: Version 2.1.2
4724
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004725 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004726
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004727 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004728
4729 Performance improvements on all platforms.
4730
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004731
ager@chromium.org5c838252010-02-19 08:53:10 +000047322010-02-19: Version 2.1.1
4733
4734 [ES5] Implemented Object.defineProperty.
4735
4736 Improved profiler support.
4737
4738 Added SetPrototype method in the public V8 API.
4739
4740 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4741 objects in the API.
4742
4743 Performance improvements on all platforms.
4744
4745
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000047462010-02-03: Version 2.1.0
4747
4748 Values are now always wrapped in objects when used as a receiver.
4749 (issue 223).
4750
4751 [ES5] Implemented Object.getOwnPropertyNames.
4752
4753 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4754 JSON grammar.
4755
4756 Improvement of debugger agent (issue 549 and 554).
4757
4758 Fixed problem with skipped stack frame in profiles (issue 553).
4759
4760 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4761 <ry@tinyclouds.org>.
4762
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004763 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004764 integers.
4765
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004766 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004767 functions (isue http://crbug.com/3867).
4768
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004769 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004770
4771 Numerous performance improvements including porting of previous IA-32
4772 optimizations to x64 and ARM architectures.
4773
4774
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000047752010-01-14: Version 2.0.6
4776
4777 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4778 GetOwnProperty, FromPropertyDescriptor.
4779
4780 Fixed Mac x64 build errors.
4781
4782 Improved performance of some math and string operations.
4783
4784 Improved performance of some regexp operations.
4785
4786 Improved performance of context creation.
4787
4788 Improved performance of hash tables.
4789
4790
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000047912009-12-18: Version 2.0.5
4792
4793 Extended to upper limit of map space to allow for 7 times as many map
4794 to be allocated (issue 524).
4795
4796 Improved performance of code using closures.
4797
4798 Improved performance of some binary operations involving doubles.
4799
4800
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000048012009-12-16: Version 2.0.4
4802
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004803 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004804
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004805 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004806
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004807 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004808
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004809 Improved handling of external strings by using a separate table
4810 instead of weak handles. This improves garbage collection
4811 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004812
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004813 Changed code generation for object and array literals in toplevel
4814 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004815
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004816 Fixed a crash bug triggered when garbage collection happened during
4817 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004818
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004819 Fixed crash bug sometimes triggered when local variables shadowed
4820 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004821
4822
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000048232009-12-03: Version 2.0.3
4824
4825 Optimized handling and adding of strings, for-in and Array.join.
4826
4827 Heap serialization is now non-destructive.
4828
4829 Improved profiler support with information on time spend in C++
4830 callbacks registered through the API.
4831
4832 Added commands to the debugger protocol for starting/stopping
4833 profiling.
4834
4835 Enabled the non-optimizing compiler for top-level code.
4836
4837 Changed the API to only allow strings to be set as data objects on
4838 Contexts and scripts to avoid potentially keeping global objects
4839 around for too long (issue 528).
4840
4841 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4842
4843 Fixed bugs.
4844
4845
ager@chromium.org01beca72009-11-24 14:29:16 +000048462009-11-24: Version 2.0.2
4847
4848 Improved profiler support.
4849
4850 Fixed bug that broke compilation of d8 with readline support.
4851
4852
ager@chromium.org6141cbe2009-11-20 12:14:52 +000048532009-11-20: Version 2.0.1
4854
4855 Fixed crash bug in String.prototype.replace.
4856
4857 Reverted a change which caused Chromium interactive ui test
4858 failures.
4859
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004860
ager@chromium.orgc4c92722009-11-18 14:12:51 +000048612009-11-18: Version 2.0.0
4862
4863 Added support for VFP on ARM.
4864
4865 Added TryCatch::ReThrow method to the API.
4866
4867 Reduced the size of snapshots and improved the snapshot load time.
4868
4869 Improved heap profiler support.
4870
4871 64-bit version now supported on Windows.
4872
4873 Fixed a number of debugger issues.
4874
4875 Fixed bugs.
4876
4877
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000048782009-10-29: Version 1.3.18
4879
4880 Reverted a change which caused crashes in RegExp replace.
4881
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004882 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004883
4884
ager@chromium.org3811b432009-10-28 14:53:37 +000048852009-10-28: Version 1.3.17
4886
4887 Added API method to get simple heap statistics.
4888
4889 Improved heap profiler support.
4890
4891 Fixed the implementation of the resource constraint API so it
4892 works when using snapshots.
4893
4894 Fixed a number of issues in the Windows 64-bit version.
4895
4896 Optimized calls to API getters.
4897
4898 Added valgrind notification on code modification to the 64-bit version.
4899
4900 Fixed issue where we logged shared library addresses on Windows at
4901 startup and never used them.
4902
4903
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000049042009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004905
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004906 X64: Convert smis to holding 32 bits of payload.
4907
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004908 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004909
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004910 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004911
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004912 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004913 Patch by Jan de Mooij <jandemooij@gmail.com>
4914
4915 Implement ES5 Array.isArray
4916 Patch by Jan de Mooij <jandemooij@gmail.com>
4917
4918 Skip access checks for hidden properties.
4919
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004920 Added String::Concat(Handle<String> left, Handle<String> right) to the
4921 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004922
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004923 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004924
4925
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000049262009-10-07: Version 1.3.15
4927
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004928 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004929
4930 Fixed a crash bug happening when starting profiling (issue
4931 http://crbug.com/23768).
4932
4933
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000049342009-10-07: Version 1.3.14
4935
4936 Added GetRealNamedProperty to the API to lookup real properties
4937 located on the object or in the prototype chain skipping any
4938 interceptors.
4939
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004940 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004941 stack limit now needs to be set to each thread thich is used with V8.
4942
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004943 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004944
4945 Ensure V8 is initialized before locking and unlocking threads.
4946
4947 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004948 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004949 Crockford from the project.
4950
4951 Added a missing optimization in StringCharAt.
4952
4953 Fixed some flaky socket tests.
4954
4955 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4956 in 64-bit mode.
4957
4958 Fixed memory leaks in the thread management code.
4959
4960 Fixed the result of assignment to a pixel array. The assigned value
4961 is now the result.
4962
4963 Error reporting for invalid left-hand sides in for-in statements, pre-
4964 and postfix count expressions, and assignments now matches the JSC
4965 behavior in Safari 4.
4966
4967 Follow the spec in disallowing function declarations without a name.
4968
4969 Always allocate code objects within a 2 GB range. On x64 architecture
4970 this is used to use near calls (32-bit displacement) in Code objects.
4971
4972 Optimized array construction ported to x64 and ARM architectures.
4973
4974 [ES5] Changed Object.keys to return strings for element indices.
4975
4976
ager@chromium.org68e7ab72009-09-23 09:40:39 +000049772009-09-23: Version 1.3.13
4978
4979 Fixed uninitialized memory problem.
4980
4981 Improved heap profiler support.
4982
4983
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000049842009-09-22: Version 1.3.12
4985
4986 Changed behavior of |function|.toString() on built-in functions to
4987 be compatible with other implementations. Patch by Jan de Mooij.
4988
4989 Added Object::IsDirty in the API.
4990
4991 Optimized array construction; it is now handled purely in native
4992 code.
4993
4994 [ES5] Made properties of the arguments array enumerable.
4995
4996 [ES5] Added test suite adapter for the es5conform test suite.
4997
4998 [ES5] Added Object.keys function.
4999
ager@chromium.org68e7ab72009-09-23 09:40:39 +00005000
ager@chromium.org4af710e2009-09-15 12:20:11 +000050012009-09-15: Version 1.3.11
5002
5003 Fixed crash in error reporting during bootstrapping.
5004
5005 Optimized generated IA32 math code by using SSE2 instructions when
5006 available.
5007
5008 Implemented missing pieces of debugger infrastructure on ARM. The
5009 debugger is now fully functional on ARM.
5010
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005011 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00005012
5013
ager@chromium.orga1645e22009-09-09 19:27:10 +000050142009-09-09: Version 1.3.10
5015
5016 Fixed profiler on Mac in 64-bit mode.
5017
5018 Optimized creation of objects from simple constructor functions on
5019 ARM.
5020
5021 Fixed a number of debugger issues.
5022
5023 Reduced the amount of memory consumed by V8.
5024
5025
ager@chromium.org18ad94b2009-09-02 08:22:29 +000050262009-09-02: Version 1.3.9
5027
5028 Optimized stack guard checks on ARM.
5029
5030 Optimized API operations by inlining more in the API.
5031
5032 Optimized creation of objects from simple constructor functions.
5033
5034 Enabled a number of missing optimizations in the 64-bit port.
5035
5036 Implemented native-code support for regular expressions on ARM.
5037
5038 Stopped using the 'sahf' instruction on 64-bit machines that do
5039 not support it.
5040
5041 Fixed a bug in the support for forceful termination of JavaScript
5042 execution.
5043
5044
ager@chromium.org96c75b52009-08-26 09:13:16 +000050452009-08-26: Version 1.3.8
5046
5047 Changed the handling of idle notifications to allow idle
5048 notifications when V8 has not yet been initialized.
5049
5050 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005051
ager@chromium.org96c75b52009-08-26 09:13:16 +00005052
ager@chromium.orgab99eea2009-08-25 07:05:41 +000050532009-08-25: Version 1.3.7
5054
5055 Reduced the size of generated code on ARM platforms by reducing
5056 the size of constant pools.
5057
5058 Changed build files to not include the 'ENV' user environment
5059 variable in the build environment.
5060
5061 Changed the handling of idle notifications.
5062
5063
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000050642009-08-21: Version 1.3.6
5065
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005066 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005067
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005068 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00005069 a low memory situation to V8.
5070
5071 Changed the handling of global handles (persistent handles in the API
5072 sense) to avoid issues regarding allocation of new global handles
5073 during weak handle callbacks.
5074
5075 Changed the growth policy of the young space.
5076
5077 Fixed a GC issue introduced in version 1.3.5.
5078
5079
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000050802009-08-19: Version 1.3.5
5081
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005082 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005083
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005084 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005085
5086 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
5087
5088 Changed typeof RegExp from 'object' to 'function' for compatibility.
5089 Fixed bug where regexps were not callable across contexts.
5090
5091 Added context independent script compilation to the API.
5092
5093 Added API call to get the stack trace for an exception.
5094
5095 Added API for getting object mirrors.
5096
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005097 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00005098 running off a snapshot generated without using SSE3 instructions.
5099
5100 Tweaked the handling of the initial size and growth policy of the heap.
5101
5102 Added native code generation for RegExp to 64-bit version.
5103
5104 Added JavaScript debugger support to 64-bit version.
5105
5106
ager@chromium.orgadd848f2009-08-13 12:44:13 +000051072009-08-13: Version 1.3.4
5108
5109 Added a readline() command to the d8 shell.
5110
5111 Fixed bug in json parsing.
5112
5113 Added idle notification to the API and reduced memory on idle
5114 notifications.
5115
5116
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000051172009-08-12: Version 1.3.3
5118
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005119 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005120
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005121 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005122
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005123 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005124
5125 API: added function to find instance of template in prototype
5126 chain. Inlined Object::IsInstanceOf.
5127
5128 Land change to notify valgrind when we modify code on x86.
5129
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005130 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005131
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005132 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00005133
5134
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000051352009-08-05: Version 1.3.2
5136
5137 Started new compiler infrastructure for two-pass compilation using a
5138 control flow graph constructed from the AST.
5139
5140 Profiler stack sampling for X64.
5141
5142 Safe handling of NaN to Posix platform-dependent time functions.
5143
5144 Added a new profiler control API to unify controlling various aspects
5145 of profiling.
5146
5147 Fixed issue 392.
5148
5149
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000051502009-07-30: Version 1.3.1
5151
5152 Speed improvements to accessors and interceptors.
5153
5154 Added support for capturing stack information on custom errors.
5155
5156 Added support for morphing an object into a pixel array where its
5157 indexed properties are stored in an external byte array. Values written
5158 are always clamped to the 0..255 interval.
5159
5160 Profiler on x64 now handles C/C++ functions from shared libraries.
5161
5162 Changed the debugger to avoid stepping into function.call/apply if the
5163 function is a built-in.
5164
5165 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005166
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00005167 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005168
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00005169 Optimized the called as constructor check for API calls.
5170
5171
kasperl@chromium.orge959c182009-07-27 08:59:04 +000051722009-07-27: Version 1.3.0
5173
5174 Allowed RegExp objects to be called as functions (issue 132).
5175
5176 Fixed issue where global property cells would escape after
5177 detaching the global object; see http://crbug.com/16276.
5178
5179 Added support for stepping into setters and getters in the
5180 debugger.
5181
5182 Changed the debugger to avoid stopping in its own JavaScript code
5183 and in the code of built-in functions.
5184
5185 Fixed issue 345 by avoiding duplicate escaping labels.
5186
5187 Fixed ARM code generator crash in short-circuited boolean
5188 expressions and added regression tests.
5189
5190 Added an external allocation limit to avoid issues where small V8
5191 objects would hold on to large amounts of external memory without
5192 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005193
5194 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00005195
5196
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000051972009-07-13: Version 1.2.14
5198
5199 Added separate paged heap space for global property cells and
5200 avoid updating the write barrier when storing into them.
5201
5202 Improved peep-hole optimization on ARM platforms by not emitting
5203 unnecessary debug information.
5204
5205 Re-enabled ICs for loads and calls that skip a global object
5206 during lookup through the prototype chain.
5207
5208 Allowed access through global proxies to use ICs.
5209
5210 Fixed issue 401.
5211
5212
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000052132009-07-09: Version 1.2.13
5214
5215 Fixed issue 397, issue 398, and issue 399.
5216
5217 Added support for breakpoint groups.
5218
5219 Fixed bugs introduced with the new global object representation.
5220
5221 Fixed a few bugs in the ARM code generator.
5222
5223
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000052242009-07-06: Version 1.2.12
5225
5226 Added stack traces collection to Error objects accessible through
5227 the e.stack property.
5228
5229 Changed RegExp parser to use a recursive data structure instead of
5230 stack-based recursion.
5231
5232 Optimized Date object construction and string concatenation.
5233
5234 Improved performance of div, mod, and mul on ARM platforms.
5235
5236
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000052372009-07-02: Version 1.2.11
5238
5239 Improved performance on IA-32 and ARM.
5240
5241 Fixed profiler sampler implementation on Mac OS X.
5242
5243 Changed the representation of global objects to improve
5244 performance of adding a lot of new properties.
5245
5246
ager@chromium.org3e875802009-06-29 08:26:34 +000052472009-06-29: Version 1.2.10
5248
5249 Improved debugger support.
5250
5251 Fixed bug in exception message reporting (issue 390).
5252
5253 Improved overall performance.
5254
5255
ager@chromium.org5aa501c2009-06-23 07:57:28 +000052562009-06-23: Version 1.2.9
5257
5258 Improved math performance on ARM.
5259
5260 Fixed profiler name-inference bug.
5261
5262 Fixed handling of shared libraries in the profiler tick processor
5263 scripts.
5264
5265 Fixed handling of tests that time out in the test scripts.
5266
5267 Fixed compilation on MacOS X version 10.4.
5268
5269 Fixed two bugs in the regular expression engine.
5270
5271 Fixed a bug in the string type inference.
5272
5273 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005274
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005275 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005276
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005277
ager@chromium.orgeadaf222009-06-16 09:43:10 +000052782009-06-16: Version 1.2.8
5279
5280 Optimized math on ARM platforms.
5281
5282 Fixed two crash bugs in the handling of getters and setters.
5283
5284 Improved the debugger support by adding scope chain information.
5285
5286 Improved the profiler support by compressing log data transmitted
5287 to clients.
5288
5289 Improved overall performance.
5290
5291
ager@chromium.orge2902be2009-06-08 12:21:35 +000052922009-06-08: Version 1.2.7
5293
5294 Improved debugger and profiler support.
5295
5296 Reduced compilation time by improving the handling of deferred
5297 code.
5298
5299 Optimized interceptor accesses where the property is on the object
5300 on which the interceptors is attached.
5301
5302 Fixed compilation problem on GCC 4.4 by changing the stack
5303 alignment to 16 bytes.
5304
5305 Fixed handle creation to follow stric aliasing rules.
5306
5307 Fixed compilation on FreeBSD.
5308
5309 Introduced API for forcing the deletion of a property ignoring
5310 interceptors and attributes.
5311
5312
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000053132009-05-29: Version 1.2.6
5314
5315 Added a histogram recording hit rates at different levels of the
5316 compilation cache.
5317
5318 Added stack overflow check for the RegExp analysis phase. Previously a
5319 very long regexp graph could overflow the stack with recursive calls.
5320
5321 Use a dynamic buffer when collecting log events in memory.
5322
5323 Added start/stop events to the profiler log.
5324
5325 Fixed infinite loop which could happen when setting a debug break while
5326 executing a RegExp compiled to native code.
5327
5328 Fixed handling of lastIndexOf called with negative index (issue 351).
5329
5330 Fixed irregular crash in profiler test (issue 358).
5331
5332 Fixed compilation issues with some versions of gcc.
5333
5334
kasperl@chromium.org71affb52009-05-26 05:44:31 +000053352009-05-26: Version 1.2.5
5336
5337 Fixed bug in initial boundary check for Boyer-Moore text
5338 search (issue 349).
5339
5340 Fixed compilation issues with MinGW and gcc 4.3+ and added support
5341 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
5342 Craig Schlenter.
5343
5344 Added a script cache to the debugger.
5345
5346 Optimized compilation performance by improving internal data
5347 structures and avoiding expensive property load optimizations for
5348 code that's infrequently executed.
5349
5350 Exposed the calling JavaScript context through the static API
5351 function Context::GetCalling().
5352
5353
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000053542009-05-18: Version 1.2.4
5355
5356 Improved performance of floating point number allocation for ARM
5357 platforms.
5358
5359 Fixed crash when using the instanceof operator on functions with
5360 number values in their prototype chain (issue 341).
5361
5362 Optimized virtual frame operations in the code generator to speed
5363 up compilation time and allocated the frames in the zone.
5364
5365 Made the representation of virtual frames and jump targets in the
5366 code generator much more compact.
5367
5368 Avoided linear search for non-locals in scope code when resolving
5369 variables inside with and eval scopes.
5370
5371 Optimized lexical scanner by dealing with whitespace as part of
5372 the token scanning instead of as a separate step before it.
5373
5374 Changed the scavenging collector so that promoted objects do not
5375 reside in the old generation while their remembered set is being
5376 swept for pointers into the young generation.
5377
5378 Fixed numeric overflow handling when compiling count operations.
5379
5380
ager@chromium.org9085a012009-05-11 19:22:57 +000053812009-05-11: Version 1.2.3
5382
5383 Fixed bug in reporting of out-of-memory situations.
5384
5385 Introduced hidden prototypes on certain builtin prototype objects
5386 such as String.prototype to emulate JSC's behavior of restoring
5387 the original function when deleting functions from those prototype
5388 objects.
5389
5390 Fixed crash bug in the register allocator.
5391
5392
ager@chromium.org5ec48922009-05-05 07:25:34 +000053932009-05-04: Version 1.2.2
5394
5395 Fixed bug in array sorting for sparse arrays (issue 326).
5396
5397 Added support for adding a soname when building a shared library
5398 on Linux (issue 151).
5399
5400 Fixed bug caused by morphing internal ASCII strings to external
5401 two-byte strings. Slices over ASCII strings have to forward ASCII
5402 checks to the underlying buffer string.
5403
5404 Allowed API call-as-function handlers to be called as
5405 constructors.
5406
5407 Fixed a crash bug where an external string was disposed but a
5408 slice of the external string survived as a symbol.
5409
5410
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000054112009-04-27: Version 1.2.1
5412
5413 Added EcmaScript 5 JSON object.
5414
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005415 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00005416
5417
ager@chromium.org65dad4b2009-04-23 08:48:43 +000054182009-04-23: Version 1.2.0
5419
5420 Optimized floating-point operations on ARM.
5421
5422 Added a number of extensions to the debugger API.
5423
5424 Changed the enumeration order for unsigned integer keys to always
5425 be numerical order.
5426
5427 Added a "read" extension to the shell sample.
5428
5429 Added support for Array.prototype.reduce and
5430 Array.prototype.reduceRight.
5431
5432 Added an option to the SCons build to control Microsoft Visual C++
5433 link-time code generation.
5434
5435 Fixed a number of bugs (in particular issue 315, issue 316,
5436 issue 317 and issue 318).
5437
5438
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000054392009-04-15: Version 1.1.10
5440
5441 Fixed crash bug that occurred when loading a const variable in the
5442 presence of eval.
5443
5444 Allowed using with and eval in registered extensions in debug mode
5445 by fixing bogus assert.
5446
5447 Fixed the source position for function returns to enable the
5448 debugger to break there.
5449
5450
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000054512009-04-14: Version 1.1.9
5452
5453 Made the stack traversal code in the profiler robust by avoiding
5454 to look into the heap.
5455
5456 Added name inferencing for anonymous functions to facilitate
5457 debugging and profiling.
5458
5459 Re-enabled stats timers in the developer shell (d8).
5460
5461 Fixed issue 303 by avoiding to shortcut cons-symbols.
5462
5463
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000054642009-04-11: Version 1.1.8
5465
5466 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5467
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005468 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005469 the debugger (issue 269).
5470
5471 Fixed v8::Object::DeleteHiddenValue to not bail out when there
5472 are no hidden properties.
5473
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005474 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005475 entries with deleted resources would lead to NPEs when looking
5476 up in the symbol table.
5477
5478
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000054792009-04-07: Version 1.1.7
5480
5481 Added support for easily importing additional environment
5482 variables into the SCons build.
5483
5484 Optimized strict equality checks.
5485
5486 Fixed crash in indexed setters on objects without a corresponding
5487 getter (issue 298).
5488
5489 Re-enabled script compilation cache.
5490
5491
ager@chromium.org8682a592009-04-01 10:47:14 +000054922009-04-01: Version 1.1.6
5493
5494 Reverted an unsafe code generator change.
5495
5496
ager@chromium.org71daaf62009-04-01 07:22:49 +000054972009-04-01: Version 1.1.5
5498
5499 Fixed bug that caused function literals to not be optimized as
5500 much as other functions.
5501
5502 Improved profiler support.
5503
5504 Fixed a crash bug in connection with debugger unloading.
5505
5506 Fixed a crash bug in the code generator caused by losing the
5507 information that a frame element was copied.
5508
5509 Fixed an exception propagation bug that could cause non-null
5510 return values when exceptions were thrown.
5511
5512
ager@chromium.org41826e72009-03-30 13:30:57 +000055132009-03-30: Version 1.1.4
5514
5515 Optimized String.prototype.match.
5516
5517 Improved the stack information in profiles.
5518
5519 Fixed bug in ARM port making it possible to compile the runtime
5520 system for thumb mode again.
5521
5522 Implemented a number of optimizations in the code generator.
5523
5524 Fixed a number of memory leaks in tests.
5525
5526 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005527 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005528
5529
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000055302009-03-24: Version 1.1.3
5531
5532 Fixed assertion failures in compilation of loop conditions.
5533
5534 Removed STL dependency from developer shell (d8).
5535
5536 Added infrastructure for protecting the V8 heap from corruption
5537 caused by memory modifications from the outside.
5538
5539
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000055402009-03-24: Version 1.1.2
5541
5542 Improved frame merge code generated by the code generator.
5543
5544 Optimized String.prototype.replace.
5545
5546 Implemented __defineGetter__ and __defineSetter__ for properties
5547 with integer keys on non-array objects.
5548
5549 Improved debugger and profiler support.
5550
5551 Fixed a number of portability issues to allow compilation for
5552 smaller ARM devices.
5553
5554 Exposed object cloning through the API.
5555
5556 Implemented hidden properties. This is used to expose an identity
5557 hash for objects through the API.
5558
5559 Implemented restarting of regular expressions if their input
5560 string changes representation during preemption.
5561
5562 Fixed a code generator bug that could cause assignments in loops
5563 to be ignored if using continue to break out of the loop (issue
5564 284).
5565
5566
ager@chromium.org3a6061e2009-03-12 14:24:36 +000055672009-03-12: Version 1.1.1
5568
5569 Fixed an assertion in the new compiler to take stack overflow
5570 exceptions into account.
5571
5572 Removed exception propagation code that could cause crashes.
5573
5574 Fixed minor bug in debugger line number computations.
5575
5576 8-byte align the C stack on Linux and Windows to speed up floating
5577 point computations.
5578
5579
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000055802009-03-12: Version 1.1.0
5581
5582 Improved code generation infrastructure by doing simple register
5583 allocation and constant folding and propagation.
5584
5585 Optimized regular expression matching by avoiding to create
5586 intermediate string arrays and by flattening nested array
5587 representations of RegExp data.
5588
5589 Traverse a few stack frames when recording profiler samples to
5590 include partial call graphs in the profiling output.
5591
5592 Added support for using OProfile to profile generated code.
5593
5594 Added remote debugging support to the D8 developer shell.
5595
5596 Optimized creation of nested literals like JSON objects.
5597
5598 Fixed a bug in garbage collecting unused maps and turned it on by
5599 default (--collect-maps).
5600
5601 Added support for running tests under Valgrind.
5602
5603
kasperl@chromium.org061ef742009-02-27 12:16:20 +000056042009-02-27: Version 1.0.3
5605
5606 Optimized double-to-integer conversions in bit operations by using
5607 SSE3 instructions if available.
5608
5609 Optimized initialization sequences that store to multiple
5610 properties of the same object.
5611
5612 Changed the D8 debugger frontend to use JSON messages.
5613
5614 Force garbage collections when disposing contexts.
5615
5616 Align code objects at 32-byte boundaries.
5617
5618
ager@chromium.org381abbb2009-02-25 13:23:22 +000056192009-02-25: Version 1.0.2
5620
5621 Improved profiling support by performing simple call stack
5622 sampling for ticks and by fixing a bug in the logging of code
5623 addresses.
5624
5625 Fixed a number of debugger issues.
5626
5627 Optimized code that uses eval.
5628
5629 Fixed a couple of bugs in the regular expression engine.
5630
5631 Reduced the size of generated code for certain regular expressions.
5632
5633 Removed JSCRE completely.
5634
5635 Fixed issue where test could not be run if there was a dot in the
5636 checkout path.
5637
5638
ager@chromium.org6f10e412009-02-13 10:11:16 +000056392009-02-13: Version 1.0.1
5640
5641 Fixed two crash-bugs in irregexp (issue 231 and 233).
5642
5643 Fixed a number of minor bugs (issue 87, 227 and 228).
5644
5645 Added support for morphing strings to external strings on demand
5646 to avoid having to create copies in the embedding code.
5647
5648 Removed experimental support for external symbol callbacks.
5649
5650
iposva@chromium.org245aa852009-02-10 00:49:54 +000056512009-02-09: Version 1.0.0
5652
5653 Fixed crash-bug in the code generation for case independent 16 bit
5654 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005655
iposva@chromium.org245aa852009-02-10 00:49:54 +00005656 Made shells more robust in the presence of string conversion
5657 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005658
iposva@chromium.org245aa852009-02-10 00:49:54 +00005659 Fixed a potential infinite loop when attempting to resolve
5660 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005661
iposva@chromium.org245aa852009-02-10 00:49:54 +00005662 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005663
iposva@chromium.org245aa852009-02-10 00:49:54 +00005664 Reduced binary by stripping unneeded text from JavaScript library and
5665 minifying some JavaScript files.
5666
5667
ager@chromium.orgddb913d2009-01-27 10:01:48 +000056682009-01-27: Version 0.4.9
5669
5670 Enabled new regular expression engine.
5671
5672 Made a number of changes to the debugger protocol.
5673
5674 Fixed a number of bugs in the preemption support.
5675
5676 Added -p option to the developer shell to run files in parallel
5677 using preemption.
5678
5679 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5680 193, 198 and 201).
5681
5682 Fixed a number of bugs in the serialization/deserialization
5683 support for the ARM platform.
5684
5685
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000056862009-01-19: Version 0.4.8.1
5687
5688 Minor patch to debugger support.
5689
5690
ager@chromium.org32912102009-01-16 10:38:43 +000056912009-01-16: Version 0.4.8
5692
5693 Fixed string length bug on ARM (issue 171).
5694
5695 Made most methods in the API const.
5696
5697 Optimized object literals by improving data locality.
5698
5699 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005700 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005701
5702 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005703 eval to behave incorrectly when using accessors (issues 186, 190
5704 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005705
5706
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000057072009-01-06: Version 0.4.7
5708
ager@chromium.org32912102009-01-16 10:38:43 +00005709 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005710
ager@chromium.org32912102009-01-16 10:38:43 +00005711 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005712
ager@chromium.org32912102009-01-16 10:38:43 +00005713 Fixed subtle bug that caused the wrong 'this' to be used when
5714 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005715
ager@chromium.org32912102009-01-16 10:38:43 +00005716 Inline array loads within loops directly in the code instead of
5717 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005718
ager@chromium.org32912102009-01-16 10:38:43 +00005719
ager@chromium.org8bb60582008-12-11 12:02:20 +000057202008-12-11: Version 0.4.6
5721
5722 Fixed exception reporting bug where certain exceptions were
5723 incorrectly reported as uncaught.
5724
5725 Improved the memory allocation strategy used during compilation to
5726 make running out of memory when compiling huge scripts less
5727 likely.
5728
5729 Optimized String.replace by avoiding the construction of certain
5730 sub strings.
5731
5732 Fixed bug in code generation for large switch statements on ARM.
5733
5734 Fixed bug that caused V8 to change the global object template
5735 passed in by the user.
5736
5737 Changed the API for creating object groups used during garbage
5738 collection. Entire object groups are now passed to V8 instead of
5739 individual members of the groups.
5740
ager@chromium.org32912102009-01-16 10:38:43 +00005741
ager@chromium.orga74f0da2008-12-03 16:05:52 +000057422008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005743
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005744 Added experimental API support for allocating V8 symbols as
5745 external strings.
5746
5747 Fixed bugs in debugging support on ARM.
5748
5749 Changed eval implementation to correctly detect whether or not a
5750 call to eval is aliased.
5751
5752 Fixed bug caused by a combination of the compilation cache and
5753 dictionary probing in native code. The bug caused us to sometimes
5754 call functions that had not yet been compiled.
5755
5756 Added platform support for FreeBSD.
5757
5758 Added support for building V8 on Windows with either the shared or
5759 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005760
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005761 Added the v8::jscre namespace around the jscre functions to avoid
5762 link errors (duplicate symbols) when building Google Chrome.
5763
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005764 Added support for calling a JavaScript function with the current
5765 debugger execution context as its argument to the debugger
5766 interface.
5767
5768 Changed the type of names of counters from wchar_t to char.
5769
5770 Changed the Windows system call used to compute daylight savings
5771 time. The system call that we used to use became four times
5772 slower on WinXP SP3.
5773
5774 Added support in the d8 developer shell for memory-mapped counters
5775 and added a stats-viewer tool.
5776
5777 Fixed bug in upper/lower case mappings (issue 149).
5778
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005779
ager@chromium.org3bf7b912008-11-17 09:09:45 +000057802008-11-17: Version 0.4.4
5781
5782 Reduced code size by using shorter instruction encoding when
5783 possible.
5784
5785 Added a --help option to the shell sample and to the d8 shell.
5786
5787 Added visual studio project files for building the ARM simulator.
5788
5789 Fixed a number of ARM simulator issues.
5790
5791 Fixed bug in out-of-memory handling on ARM.
5792
5793 Implemented shell support for passing arguments to a script from
5794 the command line.
5795
5796 Fixed bug in date code that made certain date functions return -0
5797 instead of 0 for dates before the epoch.
5798
5799 Restricted applications of eval so it can only be used in the
5800 context of the associated global object.
5801
5802 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005803
5804
ager@chromium.org870a0b62008-11-04 11:43:05 +000058052008-11-04: Version 0.4.3
5806
5807 Added support for API accessors that prohibit overwriting by
5808 accessors defined in JavaScript code by using __defineGetter__ and
5809 __defineSetter__.
5810
5811 Improved handling of conditionals in test status files.
5812
5813 Introduced access control in propertyIsEnumerable.
5814
5815 Improved performance of some string operations by caching
5816 information about the type of the string between operations.
5817
5818 Fixed bug in fast-case code for switch statements that only have
5819 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005820
ager@chromium.org870a0b62008-11-04 11:43:05 +00005821
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000058222008-10-30: Version 0.4.2
5823
5824 Improved performance of Array.prototype.concat by moving the
5825 implementation to C++ (issue 123).
5826
5827 Fixed heap growth policy to avoid growing old space to its maximum
5828 capacity before doing a garbage collection and fixed issue that
5829 would lead to artificial out of memory situations (issue 129).
5830
5831 Fixed Date.prototype.toLocaleDateString to return the date in the
5832 same format as WebKit.
5833
5834 Added missing initialization checks to debugger API.
5835
5836 Added removing of unused maps during GC.
5837
5838
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000058392008-10-28: Version 0.4.1
5840
5841 Added caching of RegExp data in compilation cache.
5842
5843 Added Visual Studio project file for d8 shell.
5844
5845 Fixed function call performance regression introduced in version
5846 0.4.0 when splitting the global object in two parts (issue 120).
5847
5848 Fixed issue 131 by checking for empty handles before throwing and
5849 reporting exceptions.
5850
5851
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000058522008-10-23: Version 0.4.0
5853
5854 Split the global object into two parts: The state holding global
5855 object and the global object proxy.
5856
5857 Fixed bug that affected the value of an assignment to an element
5858 in certain cases (issue 116).
5859
5860 Added GetPropertyNames functionality (issue 33) and extra Date
5861 functions (issue 77) to the API.
5862
5863 Changed WeakReferenceCallback to take a Persistent<Value> instead
5864 of a Persistent<Object> (issue 101).
5865
5866 Fixed issues with message reporting for exceptions in try-finally
5867 blocks (issues 73 and 75).
5868
ager@chromium.org32912102009-01-16 10:38:43 +00005869 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005870
5871 Improved Boyer-Moore implementation for faster indexOf operations.
5872
5873 Added development shell (d8) which includes counters and
5874 completion support.
5875
5876 Fixed problem with the receiver passed to functions called from
5877 eval (issue 124).
5878
5879
ager@chromium.org7c537e22008-10-16 08:43:32 +000058802008-10-16: Version 0.3.5
5881
5882 Improved string hash-code distribution by excluding bit-field bits
5883 from the hash-code.
5884
5885 Changed string search algorithm used in indexOf from KMP to
5886 Boyer-Moore.
5887
5888 Improved the generated code for the instanceof operator.
5889
5890 Improved performance of slow-case string equality checks by
5891 specializing the code based on the string representation.
5892
5893 Improve the handling of out-of-memory situations (issue 70).
5894
5895 Improved performance of strict equality checks.
5896
5897 Improved profiler output to make it easier to see anonymous
5898 functions.
5899
5900 Improved performance of slow-case keyed loads.
5901
5902 Improved property access performance by allocating a number of
5903 properties in the front object.
5904
5905 Changed the toString behavior on the built-in object constructors
5906 to print [native code] instead of the actual source. Some web
5907 applications do not like constructors with complex toString
5908 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005909
ager@chromium.org7c537e22008-10-16 08:43:32 +00005910
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000059112008-10-06: Version 0.3.4
5912
5913 Changed Array.prototype.sort to use quick sort.
5914
5915 Fixed code generation issue where leaving a finally block with
5916 break or continue would accumulate elements on the expression
5917 stack (issue 86).
5918
5919 Made sure that the name accessor on functions returns the expected
5920 names for builtin JavaScript functions and C++ callback functions.
5921
5922 Added fast case code for extending the property storage array of
5923 JavaScript objects.
5924
5925 Ported switch statement optimizations introduced in version 0.3.3
5926 to the ARM code generator.
5927
5928 Allowed GCC to use strict-aliasing rules when compiling.
5929
5930 Improved performance of arguments object allocation by taking care
5931 of arguments adaptor frames in the generated code.
5932
5933 Updated the V8 benchmark suite to version 2.
5934
5935
ager@chromium.org236ad962008-09-25 09:45:57 +000059362008-09-25: Version 0.3.3
5937
5938 Improved handling of relocation information to enable more
5939 peep-hole optimizations.
5940
5941 Optimized switch statements where all labels are constant small
5942 integers.
5943
5944 Optimized String.prototype.indexOf for common cases.
5945
5946 Fixed more build issues (issue 80).
5947
5948 Fixed a couple of profiler issues.
5949
5950 Fixed bug where the body of a function created using the Function
5951 constructor was not allowed to end with a single-line comment
5952 (issue 85).
5953
5954 Improved handling of object literals by canonicalizing object
5955 literal maps. This will allow JSON objects with the same set of
5956 properties to share the same map making inline caching work better
5957 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005958
ager@chromium.org236ad962008-09-25 09:45:57 +00005959
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000059602008-09-17: Version 0.3.2
5961
5962 Generalized the EvalCache into a CompilationCache and enabled it
5963 for scripts too. The current strategy is to retire all entries
5964 whenever a mark-sweep collection is started.
5965
5966 Fixed bug where switch statements containing only a default case
5967 would lead to an unbalanced stack (issue 69).
5968
5969 Fixed bug that made access to the function in a named function
5970 expression impossible in certain situations (issue 24).
5971
5972 Fixed even more build issues.
5973
5974 Optimized calling conventions on ARM. The conventions on ARM and
5975 IA-32 now match.
5976
5977 Removed static initializers for flags and counters.
5978
5979 Improved inline caching behavior for uncommon cases where lazily
5980 loading Date and RegExp code could force certain code paths go
5981 megamorphic.
5982
5983 Removed arguments adaption for builtins written in C++. This
5984 makes Array.prototype.push and Array.prototype.pop slightly
5985 faster.
5986
5987
ager@chromium.org9258b6b2008-09-11 09:11:10 +000059882008-09-11: Version 0.3.1
5989
5990 Fixed a number of build issues.
5991
5992 Fixed problem with missing I-cache flusing on ARM.
5993
5994 Changed space layout in memory management by splitting up
5995 code space into old data space and code space.
5996
5997 Added utf-8 conversion support to the API (issue 57).
5998
5999 Optimized repeated calls to eval with the same strings. These
6000 repeated calls are common in web applications.
6001
6002 Added Xcode project file.
6003
6004 Optimized a couple of Array operation.
6005
6006 Fixed parser bug by checking for end-of-string when parsing break
6007 and continue (issue 35).
6008
6009 Fixed problem where asian characters were not categorized as
6010 letters.
6011
6012 Fixed bug that disallowed calling functions fetched from an array
6013 using a string as an array index (issue 32).
6014
6015 Fixed bug where the internal field count on object templates were
6016 sometimes ignored (issue 54).
6017
6018 Added -f option to the shell sample for compatibility with other
6019 engines (issue 18).
6020
6021 Added source info to TryCatches in the API.
6022
6023 Fixed problem where the seed for the random number generator was
6024 clipped in a double to unsigned int conversion.
6025
6026 Fixed bug where cons string symbols were sometimes converted to
6027 non-symbol flat strings during GC.
6028
6029 Fixed bug in error reporting when attempting to convert null to an
6030 object.
ager@chromium.org32912102009-01-16 10:38:43 +00006031
6032
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000060332008-09-04: Version 0.3.0
6034
6035 Added support for running tests on the ARM simulator.
6036
6037 Fixed bug in the 'in' operator where negative indices were not
6038 treated correctly.
6039
6040 Fixed build issues on gcc-4.3.1.
6041
6042 Changed Date.prototype.toLocaleTimeString to not print the
6043 timezone part of the time.
6044
6045 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
6046 with user code.
6047
6048
v8.team.kasperl727e9952008-09-02 14:56:44 +000060492008-09-02: Version 0.2.5
6050
6051 Renamed the top level directory 'public' to 'include'.
6052
6053 Added 'env' option to the SCons build scripts to support
6054 overriding the ENV part of the build environment. This is mostly
6055 to support Windows builds in cases where SCons cannot find the
6056 correct paths to the Windows SDK, as these paths cannot be passed
6057 through shell environment variables.
6058
6059 Enabled "Buffer Security Check" on for the Windows SCons build and
6060 added the linker option /OPT:ICF as an optimization.
6061
6062 Added the V8 benchmark suite to the repository.
6063
6064
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000060652008-09-01: Version 0.2.4
6066
6067 Included mjsunit JavaScript test suite and C++ unit tests.
6068
6069 Changed the shell sample to not print the result of executing a
6070 script provided on the command line.
6071
6072 Fixed issue when building samples on Windows using a shared V8
6073 library. Added visibility option on Linux build which makes the
6074 generated library 18% smaller.
6075
6076 Changed build system to accept multiple build modes in one build
6077 and generate separate objects, libraries and executables for each
6078 mode.
6079
6080 Removed deferred negation optimization (a * -b => -(a * b)) since
6081 this visibly changes operand conversion order.
6082
6083 Improved parsing performance by introducing stack guard in
6084 preparsing. Without a stack guard preparsing always bails out
6085 with stack overflow.
6086
6087 Changed shell sample to take flags directly from the command-line.
6088 Added API call that implements this.
6089
6090 Added load, quit and version functions to the shell sample so it's
6091 easier to run benchmarks and tests.
6092
6093 Fixed issue with building samples and cctests on 64-bit machines.
6094
6095 Fixed bug in the runtime system where the prototype chain was not
6096 always searched for a setter when setting a property that does not
6097 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00006098
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00006099
mads.s.agercbaa0602008-08-14 13:41:48 +000061002008-08-14: Version 0.2.3
6101
6102 Improved performance of garbage collection by moving the
6103 function that updates pointers during compacting collection
6104 into the updating visitor. This gives the compiler a better
6105 chance to inline and avoid a function call per (potential)
6106 pointer.
6107
6108 Extended the shell sample with a --runtime-flags option.
6109
6110 Added Visual Studio project files for the shell.cc and
6111 process.cc samples.
6112
6113
61142008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00006115
6116 Improved performance of garbage collection by changing the way
6117 we use the marking stack in the event of stack overflow during
6118 full garbage collection and by changing the way we mark roots.
6119
6120 Cleaned up ARM version by removing top of stack caching and by
6121 introducing push/pop elimination.
6122
6123 Cleaned up the way runtime functions are called to allow
6124 runtime calls with no arguments.
6125
6126 Changed Windows build options to make sure that exceptions are
6127 disabled and that optimization flags are enabled.
6128
6129 Added first version of Visual Studio project files.
6130
6131
mads.s.agercbaa0602008-08-14 13:41:48 +000061322008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00006133
6134 Improved performance of unary addition by avoiding runtime calls.
6135
6136 Fixed the handling of '>' and '<=' to use right-to-left conversion
6137 and left-to-right evaluation as specified by ECMA-262.
6138
6139 Fixed a branch elimination bug on the ARM platform where incorrect
6140 code was generated because of overly aggressive branch
6141 elimination.
6142
6143 Improved performance of code that repeatedly assigns the same
6144 function to the same property of different objects with the same
6145 map.
6146
6147 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
6148 no longer expects DEBUG to be defined.
6149
6150 Added platform-nullos.cc to serve as the basis for new platform
6151 implementations.
6152
mads.s.ager31e71382008-08-13 09:32:07 +00006153
mads.s.agercbaa0602008-08-14 13:41:48 +000061542008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00006155
6156 Changed all text files to have native svn:eol-style.
6157
6158 Added a few samples and support for building them. The samples
6159 include a simple shell that can be used to benchmark and test V8.
6160
6161 Changed V8::GetVersion to return the version as a string.
6162
6163 Added source for lazily loaded scripts to snapshots and made
6164 serialization non-destructive.
6165
6166 Improved ARM support by fixing the write barrier code to use
6167 aligned loads and stores and by removing premature locals
6168 optimization that relied on broken support for callee-saved
6169 registers (removed).
6170
6171 Refactored the code for marking live objects during garbage
6172 collection and the code for allocating objects in paged
6173 spaces. Introduced an abstraction for the map word of a heap-
6174 allocated object and changed the memory allocator to allocate
6175 executable memory only for spaces that may contain code objects.
6176
6177 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
6178 they can be used by debugging and logging modules. Added
6179 thread-safe message queues for dealing with debugger events.
6180
6181 Fixed the source code reported by toString for certain builtin
6182 empty functions and made sure that the prototype property of a
6183 function is enumerable.
6184
6185 Improved performance of converting values to condition flags in
6186 generated code.
6187
6188 Merged disassembler-{arch} files.
6189
6190
mads.s.agercbaa0602008-08-14 13:41:48 +000061912008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00006192
6193 Added support for storing JavaScript stack traces in a stack
6194 allocated buffer to make it visible in shallow core dumps.
6195 Controlled by the --preallocate-message-memory flag which is
6196 disabled by default.
6197
6198
mads.s.agercbaa0602008-08-14 13:41:48 +000061992008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00006200
6201 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
6202 map transitions would count as properties.
6203
6204 Allowed aliased eval invocations by treating them as evals in the
6205 global context. This may change in the future.
6206
6207 Added support for accessing the last entered context through the
6208 API and renamed Context::Current to Context::GetCurrent and
6209 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
6210
6211 Fixed bug in the debugger that would cause the debugger scripts to
6212 be recursively loaded and changed all disabling of interrupts to
6213 be block-structured.
6214
6215 Made snapshot data read-only to allow it to be more easily shared
6216 across multiple users of V8 when linked as a shared library.
6217
6218
mads.s.agercbaa0602008-08-14 13:41:48 +000062192008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00006220
6221 Fixed building on Mac OS X by recognizing i386 and friends as
6222 IA-32 platforms.
6223
6224 Added propagation of stack overflow exceptions that occur while
6225 compiling nested functions.
6226
6227 Improved debugger with support for recursive break points and
6228 handling of exceptions that occur in the debugger JavaScript code.
6229
6230 Renamed GetInternal to GetInternalField and SetInternal to
6231 SetInternalField in the API and moved InternalFieldCount and
6232 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
6233
6234
mads.s.agercbaa0602008-08-14 13:41:48 +000062352008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006236
6237 Fixed bug in stack overflow check code for IA-32 targets where a
6238 non-tagged value in register eax was pushed to the stack.
6239
6240 Fixed potential quadratic behavior when converting strings to
6241 numbers.
6242
6243 Fixed bug where the return value from Object::SetProperty could
6244 end up being the property holder instead of the written value.
6245
6246 Improved debugger support by allowing nested break points and by
6247 dealing with stack-overflows when compiling functions before
6248 setting break points in them.
6249
6250
mads.s.agercbaa0602008-08-14 13:41:48 +000062512008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006252
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006253 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006254
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00006255# Local Variables:
6256# mode:text
6257# End: