blob: e6a2761be75c9dfe7c43ecb0488f994bb6d6a62a [file] [log] [blame]
danno@chromium.orgf95d4b92013-06-13 14:40:17 +000012013-06-13: Version 3.19.15
2
3 Performance and stability improvements on all platforms.
4
5
danno@chromium.org41728482013-06-12 22:31:22 +000062013-06-13: Version 3.19.14
7
8 Fixed crashes when calling new Array(a) with a single argument that
9 could result in creating a holey array with a packed elements kind.
10 (Chromium issue 245480)
11
12 Fixed issues in parallel compilation.
13 (Chromium issue 248076)
14
15 Performance and stability improvements on all platforms.
16
17
ulan@chromium.org837a67e2013-06-11 15:39:48 +0000182013-06-11: Version 3.19.13
19
20 Performance and stability improvements on all platforms.
21
22
verwaest@chromium.org8a00e822013-06-10 15:11:22 +0000232013-06-10: Version 3.19.12
24
25 Fixed arguments array access. (Chromium issue 247303)
26
27 Fixed bug in LookupForWrite. (Chromium issue 242332)
28
29 Performance and stability improvements on all platforms.
30
31
danno@chromium.org1fd77d52013-06-07 16:01:45 +0000322013-06-07: Version 3.19.11
33
34 Performance and stability improvements on all platforms.
35
36
ulan@chromium.orgdfe53072013-06-06 14:14:51 +0000372013-06-06: Version 3.19.10
38
39 Performance and stability improvements on all platforms.
40
41
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +0000422013-06-05: Version 3.19.9
43
44 Implemented Load IC support for loading properties from primitive
45 values to avoid perpetual soft deopts. (Chromium issue 242512)
46
47 Implemented Freeing of PerThreadAssertData when possible to avoid
48 memory leak. (Chromium issue 246567)
49
50 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
51
52 Performance and stability improvements on all platforms.
53
54
rossberg@chromium.org79e79022013-06-03 15:43:46 +0000552013-06-03: Version 3.19.8
56
57 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
58
59 Fixed initialization of literal objects. (Chromium issue 245424)
60
61 Fixed function name inferred inside closures. (Chromium issue 224884)
62
63 Performance and stability improvements on all platforms.
64
65
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +0000662013-05-31: Version 3.19.7
67
68 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
69 (issue 2702)
70
71 Made sure IfBuilder::Return clears the current block.
72 (Chromium issue 243868)
73
74 Fixed two CPU profiler tests on ARM and MIPS simulators
75 (issue 2628)
76
77 Fixed idle incremental GC for large objects.
78 (Chromium issue 241815)
79
80 Disabled --optimize-constructed-arrays due to crashes
81 (Chromium issue 244461)
82
83 Performance and stability improvements on all platforms.
84
85
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +0000862013-05-28: Version 3.19.6
87
88 Fixed IfBuilder::Deopt to clear the current block
89 (Chromium issue 243868).
90
91 Performance and stability improvements on all platforms.
92
93
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +0000942013-05-27: Version 3.19.5
95
96 Reset regexp parser flag after scanning ahead for capture groups.
97 (issue 2690)
98
99 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
100 (issue 2628)
101
102 Performance and stability improvements on all platforms.
103
104
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00001052013-05-24: Version 3.19.4
106
107 Fixed edge case in stack trace formatting. (Chromium issue 237617)
108
109 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
110 issue 240032)
111
112 Made Object.freeze fast (issue 1858, Chromium issue 115960)
113
114 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
115 242924)
116
117 Performance and stability improvements on all platforms.
118
119
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00001202013-05-22: Version 3.19.3
121
122 Performance and stability improvements on all platforms.
123
124
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00001252013-05-17: Version 3.19.2
126
127 Fill in one-word-fillers for the unused property fields
128 (Chromium issue 240056).
129
130 Removed use_system_v8 logic from the mainline gyp file
131 (Chromium issue 226860).
132
133 Skip CPU profiler samples where top function's stack frame is not
134 set up properly (issue 2628).
135
136 Performance and stability improvements on all platforms.
137
138
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00001392013-05-14: Version 3.19.1
140
141 Fixed missing hole check for loads from Smi arrays when all uses are
142 changes (Chromium issue 233737)
143
144 Performance and stability improvements on all platforms.
145
146
ulan@chromium.org57ff8812013-05-10 08:16:55 +00001472013-05-10: Version 3.19.0
148
149 Deprecated Context::New which returns Persistent.
150
151 Added Persistent<T>::Reset which disposes the handle and redirects it to
152 point to another object.
153
154 Deprecated WriteAscii and MayContainNonAscii.
155
156 Exposed AssertNoAllocation to API.
157
158 Performance and stability improvements on all platforms.
159
160
danno@chromium.orgf005df62013-04-30 16:36:45 +00001612013-04-30: Version 3.18.5
162
163 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
164
165 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
166 (Chromium issue 235311)
167
168 Change 'Parse error' to three more informative messages.
169 (Chromium issue 2636)
170
171 Performance and stability improvements on all platforms.
172
173
danno@chromium.orgca29dd82013-04-26 11:59:48 +00001742013-04-26: Version 3.18.4
175
176 Added a preliminary API for ES6 ArrayBuffers
177
178 Replaced qsort with std::sort. (Chromium issue 2639)
179
180 Performance and stability improvements on all platforms.
181
182
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00001832013-04-24: Version 3.18.3
184
185 Exposed the GC under a name that is less collision prone than window.gc.
186 (issue 2641)
187
188 Do not emit double values at their use sites. (Chromium issue 234101)
189
190 Added methods to allow resuming execution after calling
191 TerminateExecution(). (issue 2361)
192
193 Performance and stability improvements on all platforms.
194
195
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00001962013-04-22: Version 3.18.2
197
198 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
199 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
200
201 Removed heap snapshot size limit. (Chromium issue 232305)
202
203 Performance and stability improvements on all platforms.
204
205
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00002062013-04-18: Version 3.18.1
207
208 Removed SCons related files and deprecated test suite configurations.
209
210 Improved handling of unary plus (issue 2527).
211
212 Performance and stability improvements on all platforms.
213
214
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00002152013-04-17: Version 3.18.0
216
217 Enabled pretenuring of fast literals in high promotion mode.
218
219 Removed preparser library; link preparser executable against full V8.
220
221 Fixed set-up of intrinsic's 'constructor' properties.
222 (Chromium issue 229445)
223
224 ES6 symbols: extended V8 API to support symbols (issue 2158).
225
226 Removed ARM support for VFP2.
227
228 Made __proto__ a real JavaScript accessor property.
229 (issue 1949 and issue 2606)
230
231 Performance and stability improvements on all platforms.
232
233
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00002342013-04-04: Version 3.17.16
235
236 Stack trace API: poison stack frames below the first strict mode frame.
237 (issue 2564)
238
239 Made Isolate::GetHeapStatistics robust against half-initialized
240 isolates (Chromium issue 2591).
241
242 Finished implementation of ES6 symbols aka. private names (issue 2158).
243
244 Performance and stability improvements on all platforms.
245
246
danno@chromium.orgc99cd482013-03-21 15:26:42 +00002472013-03-21: Version 3.17.15
248
249 Rolled back API changes to maintain compatibility with older
250 3.17.x versions of V8.
251
252 Disable zapping of global handles in release mode.
253
254 Always mark the entire valid prefix of the descriptor array.
255 (Chromium issue 196331)
256
257 Use internal memcpy for CopyWords and when copying code.
258 (Chromium issue 196330)
259
260 Performance and stability improvements on all platforms.
261
262
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00002632013-03-20: Version 3.17.14
264
265 Use internal memcpy when initializing code objects.
266 (Chromium issue 196330)
267
268 Disabled weak embedded maps because of crashes.
269 (Chromium issues 172489, 217858)
270
271 Performance and stability improvements on all platforms.
272
273
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00002742013-03-19: Version 3.17.13
275
276 Turned Flags into a uint32_t typedef (Chromium issue 194749).
277
278 Performance and stability improvements on all platforms.
279
280
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00002812013-03-18: Version 3.17.12
282
283 Unified kMaxArguments with number of bits used to encode it.
284 (Chromium issue 211741)
285
286 Fixed detection of |handle_smi| case in
287 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
288 (Chromium issue 196583)
289
290 Performance and stability improvements on all platforms.
291
292
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00002932013-03-15: Version 3.17.11
294
295 Added a version of the v8::HandleScope constructor with an v8::Isolate
296 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
297 method of v8::Isolate.
298 (issue 2487)
299
300 Fixed two register allocator bugs (off-by-one error/failure
301 propagation). (issue 2576)
302
303 Fixed huge heap snapshot when a heavily shared context has many
304 variables. (Chromium issue 145687)
305
306 Performance and stability improvements on all platforms.
307
308
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00003092013-03-13: Version 3.17.10
310
311 Fixed heap snapshot creation for Harmony collections. (issue 2535)
312
313 Fixed register allocation corner case. (Chromium issue 177883)
314
315 Performance and stability improvements on all platforms.
316
317
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00003182013-03-08: Version 3.17.9
319
320 Restored Function()'s expected string representation. (issue 2470)
321
322 Enabled deprecatations (again). (issue 2487)
323
324 Avoid bool to Oddball conversions by being lazy. (issue 2491)
325
326 Added %p option to --logfile.
327
328 Hardened Function()'s parsing of function literals. (issue 2470)
329
330 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
331
332 Performance and stability improvements on all platforms.
333
334
ulan@chromium.org750145a2013-03-07 15:14:13 +00003352013-03-07: Version 3.17.8
336
337 Added missing license headers. (Chromium issue 98597)
338
339 Inserted missing type cast in JSON.stringify. (issue 2570)
340
341 Reverted "Send SIGPROF signals on the profiler event processor thread"
342 (issue 2571)
343
344 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
345 (issue 2568)
346
347 ES6 symbols: filter symbols form for-in loops and Object.keys.
348 (issue 2158)
349
350 Properly handle misses for StoreArrayLengthStub on ia32 and x64
351 (issue 2566)
352
353 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
354
355 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
356
357 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
358 (issue 2556)
359
360 Enabled zapping of disposed global handles in release mode.
361 (Chromium issue 176056)
362
363 Added workaround for redefinition of __proto__ property. (issue 2565)
364
365 ES6 symbols: Allow symbols as property names. (issue 2158)
366
367 Performance and stability improvements on all platforms.
368
369
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00003702013-03-04: Version 3.17.7
371
372 Limited recursion in regexp compilation by a budget.
373 (Chromium issue 178790)
374
375 ES6 symbols: Implemented Symbol intrinsic and basic functionality
376 (issue 2158)
377
378 Performance and stability improvements on all platforms.
379
380
hpayer@chromium.org8432c912013-02-28 15:55:26 +00003812013-02-28: Version 3.17.6
382
383 Fixed materialization of arguments objects with unknown values.
384 (Chromium issue 163530)
385
386 Set default number of sweeper threads to at most four.
387
388 Performance and stability improvements on all platforms.
389
390
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00003912013-02-27: Version 3.17.5
392
393 Made __proto__ a foreign callback on Object.prototype.
394 (issue 621, issue 1949 and issue 2441)
395
396 Performance and stability improvements on all platforms.
397
398
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00003992013-02-25: Version 3.17.4
400
401 Performance and stability improvements on all platforms.
402
403
ulan@chromium.org2e04b582013-02-21 14:06:02 +00004042013-02-21: Version 3.17.3
405
406 Performance and stability improvements on all platforms.
407
408
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00004092013-02-19: Version 3.17.2
410
411 Removed bogus check for TOP register in deoptimizer.
412 (Chromium issue 176943)
413
414 Made the Isolate parameter mandatory for internal HandleScopes.
415 (issue 2487)
416
417 Fixed f.apply() optimization when declared arguments are mutated.
418 (issue 2539)
419
420 Performance and stability improvements on all platforms.
421
422
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00004232013-02-14: Version 3.17.1
424
425 Performance and stability improvements on all platforms.
426
427
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00004282013-02-13: Version 3.17.0
429
430 Enabled parallel sweeping.
431
432 Don't try to unlink instructions twice during GVN
433 (Chromium issue 175141)
434
435 Fixed code flusher disabling while marking incrementally.
436 (Chromium issue 173458, 168582)
437
438 Don't use TLS for space iterators.
439 (issue 2531)
440
441 Added new GetHeapStatistics API entry and deprecated old one.
442
443 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
444 platform-independent code.
445 (Chromium issue 173907)
446
447 Added --trace-array-abuse to help find OOB accesses.
448
449 Performance and stability improvements on all platforms.
450
451
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00004522013-02-06: Version 3.16.14
453
454 Performance and stability improvements on all platforms.
455
456
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00004572013-02-04: Version 3.16.13
458
459 Tagged stubs that rely on instance types as MEGAMORPHIC.
460 (Chromium issue 173974)
461
462 Fixed clearing of dead dependent codes and verifing of weak
463 embedded maps on full GC. (Chromium issue 172488,172489)
464
465 Made the arm port build cleanly with Clang.
466
467 Performance and stability improvements on all platforms.
468
469
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00004702013-01-31: Version 3.16.12
471
472 Performance and stability improvements on all platforms.
473
474
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00004752013-01-30: Version 3.16.11
476
477 Put making embedded maps in optimized code weak behind a flag.
478 (Chromium issue 172488,172489)
479
480 Performance and stability improvements on all platforms.
481
482
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00004832013-01-25: Version 3.16.10
484
485 Avoid excessive memory usage during redundant phi elimination.
486 (issue 2510)
487
488 Fixed additional spec violations wrt RegExp.lastIndex.
489 (issue 2437)
490
491 Added Isolate parameter to Persistent class.
492 (issue 2487)
493
494 Performance and stability improvements on all platforms.
495
496
yangguo@chromium.org003650e2013-01-24 16:31:08 +00004972013-01-24: Version 3.16.9
498
499 Made embedded maps in optimized code weak.
500 (issue 2073)
501
502 Fixed corner case when JSFunction is evicted from flusher.
503 (Chromium issue 168801)
504
505 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
506 (Chromium issue 171641)
507
508 Performance and stability improvements on all platforms.
509
510
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00005112013-01-23: Version 3.16.8
512
513 Correctly reset lastIndex in an RegExp object.
514 (Chromium issue 170856)
515
516 Added a workaround for Windows compilation problems related to V8EXPORT.
517 (issue 2507)
518
519 tools/run-tests.py: shlex.split() the value of --command-prefix
520 (Chromium issue 171553)
521
522 Fixed pattern detection for replacing shifts by rotation.
523 (Chromium issue 2499)
524
525 Performance and stability improvements on all platforms.
526
527
yangguo@chromium.org28381b42013-01-21 14:39:38 +00005282013-01-21: Version 3.16.7
529
530 Removed <(library) usage from v8.gyp.
531 (Chromium issue 111541)
532
533 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
534 (Chromium issue 169928)
535
536 Performance and stability improvements on all platforms.
537
538
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00005392013-01-18: Version 3.16.6
540
541 Made the Isolate parameter mandatory in Locker and Unlocker classes.
542 (issue 2487)
543
544 Avoid pointer underflow in CopyCharsUnsigned.
545 (issue 2493)
546
547 Generate shim headers when using system v8.
548 (Chromium issue 165264)
549
550 Fixed arguments materialization for inlined apply().
551 (issue 2489)
552
553 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
554 (Chromium issue 147497)
555
556 Added sanity check to CodeFlusher::AddCandidate.
557 (Chromium issue 169209)
558
559 Performance and stability improvements on all platforms.
560
561
5622013-01-15: Version 3.16.5
563
564 Removed deprecated functions from V8's external API.
565
566 Prepared API for WebKit use of Latin-1.
567
568 Fixed V8 issue 2486.
569
570 Fixed Chromium issue 169723.
571
572 Performance and stability improvements on all platforms.
573
574
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00005752013-01-11: Version 3.16.4
576
577 Fixed Chromium issues 168545 and 169209.
578
579 Performance and stability improvements on all platforms.
580
581
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00005822013-01-09: Version 3.16.3
583
584 Improved GC performance when moving parts of a FixedArray (issue 2452).
585
586 Enabled readline on d8 while building a shared lib (issue 1781).
587
588 Fixed missing exception check in typed array constructor
589 (Chromium issue 168545).
590
591 Check for read-only-ness when preparing for array sort (issue 2419).
592
593 Performance and stability improvements on all platforms.
594
595
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00005962013-01-04: Version 3.16.2
597
598 Added Makefile options to build for the Raspberry Pi (armv7=0,
599 arm_fpu=vfp2).
600
601 Performance and stability improvements on all platforms.
602
603
ulan@chromium.org4121f232012-12-27 15:57:11 +00006042012-12-27: Version 3.16.1
605
606 Fixed x64 MathMinMax for negative untagged int32 arguments.
607 (Chromium issue 164442)
608
609 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
610 (issue 2458)
611
612 Performance and stability improvements on all platforms.
613
614
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00006152012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000616
617 V8_Fatal now prints C++ stack trace in debug mode.
618
619 Added HTML-based tick processor.
620
621 Continued implementation of Object.observe (V8 issue 2409).
622
623 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
624
625 Fixed Chromium issues 125308, 165637, 166379, 166553.
626
627 Performance and stability improvements on all platforms.
628
629
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00006302012-12-10: Version 3.15.11
631
632 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
633 flags.
634
635 Performance and stability improvements on all platforms.
636
637
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00006382012-12-07: Version 3.15.10
639
640 Enabled optimisation of functions inside eval. (issue 2315)
641
642 Fixed spec violations in methods of Number.prototype. (issue 2443)
643
644 Added GCTracer metrics for a scavenger GC for DOM wrappers.
645
646 Performance and stability improvements on all platforms.
647
648
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00006492012-12-06: Version 3.15.9
650
651 Fixed candidate eviction in code flusher.
652 (Chromium issue 159140)
653
654 Iterate through all arguments for side effects in Math.min/max.
655 (issue 2444)
656
657 Fixed spec violations related to regexp.lastIndex
658 (issue 2437, issue 2438)
659
660 Performance and stability improvements on all platforms.
661
662
mmassi@chromium.org49a44672012-12-04 13:52:03 +00006632012-12-04: Version 3.15.8
664
665 Enforced stack allocation of TryCatch blocks.
666 (issue 2166,chromium:152389)
667
668 Fixed external exceptions in external try-catch handlers.
669 (issue 2166)
670
671 Activated incremental code flushing by default.
672
673 Performance and stability improvements on all platforms.
674
675
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00006762012-11-30: Version 3.15.7
677
678 Activated code aging by default.
679
680 Included more information in --prof log.
681
682 Removed eager sweeping for lazy swept spaces. Try to find in
683 SlowAllocateRaw a bounded number of times a big enough memory slot.
684 (issue 2194)
685
686 Performance and stability improvements on all platforms.
687
688
danno@chromium.org1f34ad32012-11-26 14:53:56 +00006892012-11-26: Version 3.15.6
690
691 Ensure double arrays are filled with holes when extended from
692 variations of empty arrays. (Chromium issue 162085)
693
694 Performance and stability improvements on all platforms.
695
696
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00006972012-11-23: Version 3.15.5
698
699 Fixed JSON.stringify for objects with interceptor handlers.
700 (Chromium issue 161028)
701
702 Fixed corner case in x64 compare stubs. (issue 2416)
703
704 Performance and stability improvements on all platforms.
705
706
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00007072012-11-16: Version 3.15.4
708
709 Fixed Array.prototype.join evaluation order. (issue 2263)
710
711 Perform CPU sampling by CPU sampling thread only iff processing thread
712 is not running. (issue 2364)
713
714 When using an Object as a set in Object.getOwnPropertyNames, null out
715 the proto. (issue 2410)
716
717 Disabled EXTRA_CHECKS in Release build.
718
719 Heap explorer: Show representation of strings.
720
721 Removed 'type' and 'arguments' properties from Error object.
722 (issue 2397)
723
724 Added atomics implementation for ThreadSanitizer v2.
725 (Chromium issue 128314)
726
727 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
728
729 Performance and stability improvements on all platforms.
730
731
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00007322012-11-13: Version 3.15.3
733
734 Changed sample shell to send non-JS output (e.g. errors) to stderr
735 instead of stdout.
736
737 Correctly check for stack overflow even when interrupt is pending.
738 (issue 214)
739
740 Collect stack trace on stack overflow. (issue 2394)
741
742 Performance and stability improvements on all platforms.
743
744
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00007452012-11-12: Version 3.15.2
746
747 Function::GetScriptOrigin supplies sourceURL when script name is
748 not available. (Chromium issue 159413)
749
750 Made formatting error message side-effect-free. (issue 2398)
751
752 Fixed length check in JSON.stringify. (Chromium issue 160010)
753
754 ES6: Added support for Set and Map clear method (issue 2400)
755
756 Fixed slack tracking when instance prototype changes.
757 (Chromium issue 157019)
758
759 Fixed disabling of code flusher while marking. (Chromium issue 159140)
760
761 Added a test case for object grouping in a scavenger GC (issue 2077)
762
763 Support shared library build of Android for v8.
764 (Chromium issue 158821)
765
766 ES6: Added support for size to Set and Map (issue 2395)
767
768 Performance and stability improvements on all platforms.
769
770
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00007712012-11-06: Version 3.15.1
772
773 Put incremental code flushing behind a flag. (Chromium issue 159140)
774
775 Performance and stability improvements on all platforms.
776
777
danno@chromium.org72204d52012-10-31 10:02:10 +00007782012-10-31: Version 3.15.0
779
780 Loosened aligned code target requirement on ARM (issue 2380)
781
782 Fixed JSON.parse to treat leading zeros correctly.
783 (Chromium issue 158185)
784
785 Performance and stability improvements on all platforms.
786
787
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00007882012-10-22: Version 3.14.5
789
790 Killed off the SCons based build.
791
792 Added a faster API for creating v8::Integer objects.
793
794 Speeded up function deoptimization by avoiding quadratic pass over
795 optimized function list. (Chromium issue 155270)
796
797 Always invoke the default Array.sort functions from builtin functions.
798 (issue 2372)
799
800 Reverted recent CPU profiler changes because they broke --prof.
801 (issue 2364)
802
803 Switched code flushing to use different JSFunction field.
804 (issue 1609)
805
806 Performance and stability improvements on all platforms.
807
808
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00008092012-10-15: Version 3.14.4
810
811 Allow evals for debugger even if they are prohibited in the debugee
812 context. (Chromium issue 154733)
813
814 Enabled --verify-heap in release mode (issue 2120)
815
816 Performance and stability improvements on all platforms.
817
818
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00008192012-10-11: Version 3.14.3
820
821 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
822 (Chromium issue 155076).
823
824 Bumped variable limit further to 2^17 (Chromium issue 151625).
825
826 Performance and stability improvements on all platforms.
827
828
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00008292012-10-10: Version 3.14.2
830
831 ARM: allowed VFP3 instructions when hardfloat is enabled.
832 (Chromium issue 152506)
833
834 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
835 (Chromium issue 151749)
836
837 Made GDBJIT interface compile again. (issue 1804)
838
839 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
840 (Chromium issue 143967)
841
842 Made sure that names of temporaries do not clash with real variables.
843 (issue 2322)
844
845 Rejected local module declarations. (Chromium issue 150628)
846
847 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
848
849 Fixed slot recording of code target patches.
850 (Chromium issue 152615,chromium:144230)
851
852 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
853
854 Performance and stability improvements on all platforms.
855
856
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00008572012-10-01: Version 3.14.1
858
859 Don't set -m32 flag when compiling with Android ARM compiler.
860 (Chromium issue 143889)
861
862 Restore the descriptor array before returning allocation failure.
863 (Chromium issue 151750)
864
865 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
866 128252).
867
868 Pull more recent gyp in 'make dependencies'.
869
870 Made sure that the generic KeyedStoreIC changes length and element_kind
871 atomically (issue 2346).
872
873 Bumped number of allowed variables per scope to 65535, to address GWT.
874 (Chromium issue 151625)
875
876 Support sourceURL for dynamically inserted scripts (issue 2342).
877
878 Performance and stability improvements on all platforms.
879
880
ulan@chromium.org56c14af2012-09-20 12:51:09 +00008812012-09-20: Version 3.14.0
882
883 Fixed missing slot recording during clearing of CallICs.
884 (Chromium issue 144230)
885
886 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
887 (Chromium issue 150729)
888
889 Fixed minus zero test. (Issue 2133)
890
891 Fixed setting array length to zero for slow elements.
892 (Chromium issue 146910)
893
894 Fixed lost arguments dropping in HLeaveInlined.
895 (Chromium issue 150545)
896
897 Fixed casting error for receiver of interceptors.
898 (Chromium issue 149912)
899
900 Throw a more descriptive exception when blocking 'eval' via CSP.
901 (Chromium issue 140191)
902
903 Fixed debugger's eval when close to stack overflow. (issue 2318)
904
905 Added checks to live edit. (issue 2297)
906
907 Switched on code compaction on incremental GCs.
908
909 Fixed caching of optimized code for OSR. (issue 2326)
910
911 Not mask exception thrown by toString in String::UtfValue etc.
912 (issue 2317)
913
914 Fixed API check for length of external arrays. (Chromium issue 148896)
915
916 Ensure correct enumeration indices in the dict (Chromium issue 148376)
917
918 Correctly initialize regexp global cache. (Chromium issue 148378)
919
920 Fixed arguments object materialization during deopt. (issue 2261)
921
922 Introduced new API to expose external string resource regardless of
923 encoding.
924
925 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
926 --deopt-every-n-times flag is present
927 (Chromium issue 148389)
928
929 Fixed edge case of extension with NULL as source string.
930 (Chromium issue 144649)
931
932 Fixed array index dehoisting. (Chromium issue 141395)
933
934 Performance and stability improvements on all platforms.
935
936
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00009372012-09-11: Version 3.13.7
938
939 Enable/disable LiveEdit using the (C++) debug API.
940
941 Performance and stability improvements on all platforms.
942
943
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00009442012-09-06: Version 3.13.6
945
946 Added validity checking to API functions and calls.
947
948 Disabled accessor inlining (Chromium issue 134609).
949
950 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
951
952 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
953
954 Fixed VS2005 build (issue 2313).
955
956 Activated fixed ES5 readonly semantics by default.
957
958 Added hardfp flag to the Makefile.
959
960 Performance and stability improvements on all platforms.
961
962
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00009632012-08-29: Version 3.13.5
964
965 Release stack trace data after firing Error.stack accessor.
966 (issue 2308)
967
968 Added a new API V8::SetJitCodeEventHandler to push code name and
969 location to users such as profilers.
970
971 Allocate block-scoped global bindings to global context.
972
973 Performance and stability improvements on all platforms.
974
975
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00009762012-08-28: Version 3.13.4
977
978 Print reason for disabling optimization. Kill --trace-bailout flag.
979
980 Provided option to disable full DEBUG build on Android.
981
982 Introduced global contexts to represent lexical global scope(s).
983
984 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
985
986 Performance and stability improvements on all platforms.
987
988
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00009892012-08-21: Version 3.13.3
990
991 Performance and stability improvements on all platforms.
992
993
9942012-08-20: Version 3.13.2
995
996 Performance and stability improvements on all platforms.
997
998
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00009992012-08-16: Version 3.13.1
1000
1001 Performance and stability improvements on all platforms.
1002
1003
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000010042012-08-10: Version 3.13.0
1005
1006 Added histograms for total allocated/live heap size, as well as
1007 allocated size and percentage of total for map and cell space.
1008
1009 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1010 (issue 1645)
1011
1012 Added checks for interceptors to negative lookup code in Crankshaft.
1013 (Chromium issue 140473)
1014
1015 Made incremental marking clear ICs and type feedback cells.
1016
1017 Performance and stability improvements on all platforms.
1018
1019
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000010202012-08-01: Version 3.12.19
1021
1022 Performance and stability improvements on all platforms.
1023
1024
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000010252012-07-30: Version 3.12.18
1026
1027 Forced using bit-pattern for signed zero double. (issue 2239)
1028
1029 Made sure double to int conversion is correct. (issue 2260)
1030
1031 Performance and stability improvements on all platforms.
1032
1033
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000010342012-07-27: Version 3.12.17
1035
1036 Always set the callee's context when calling a function from optimized
1037 code.
1038 (Chromium issue 138887)
1039
1040 Fixed building with GCC 3.x
1041 (issue 2016, 2017)
1042
1043 Improved API calls that return empty handles.
1044 (issue 2245)
1045
1046 Performance and stability improvements on all platforms.
1047
1048
danno@chromium.org129d3982012-07-25 15:01:47 +000010492012-07-25: Version 3.12.16
1050
1051 Performance and stability improvements on all platforms.
1052
1053
yangguo@chromium.org304cc332012-07-24 07:59:48 +000010542012-07-24: Version 3.12.15
1055
1056 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1057 (issue 2252)
1058
1059 Added dependency to HLoadKeyed* instructions to prevent invalid
1060 hoisting. (Chromium issue 137768)
1061
1062 Enabled building d8 for Android on Mac.
1063
1064 Interpret negative hexadecimal literals as NaN.
1065 (issue 2240)
1066
1067 Expose counters in javascript when using --track-gc-object-stats.
1068
1069 Enabled building and testing V8 on Android IA.
1070
1071 Added --trace-parse flag to parser.
1072
1073 Performance and stability improvements on all platforms.
1074
1075
verwaest@chromium.org178fb152012-07-18 11:21:48 +000010762012-07-18: Version 3.12.14
1077
1078 Deactivated optimization of packed arrays.
1079 (Chromium issue 137768)
1080
1081 Fixed broken accessor transition.
1082 (Chromium issue 137689)
1083
1084 Performance and stability improvements on all platforms.
1085
1086
verwaest@chromium.org753aee42012-07-17 16:15:42 +000010872012-07-17: Version 3.12.13
1088
1089 Fixed missing tagging of stack value in finally block.
1090 (Chromium issue 137496)
1091
1092 Added more support for heap analysis.
1093
1094 Performance and stability improvements on all platforms.
1095
1096
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000010972012-07-16: Version 3.12.12
1098
1099 Added an option to the tickprocessor to specify the directory for lib
1100 lookup.
1101
1102 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1103
1104 Fixed transcendental cache on ARM in optimized code (issue 2234).
1105
1106 New heap inspection tools: counters for object sizes and counts,
1107 histograms for external fragmentation.
1108
1109 Incorporated constness into inferred interfaces (in preparation for
1110 handling imports) (issue 1569).
1111
1112 Performance and stability improvements on all platforms.
1113
1114
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000011152012-07-12: Version 3.12.11
1116
1117 Renamed "mips" arch to "mipsel" in the GYP build.
1118
1119 Fixed computation of call targets on prototypes in Crankshaft.
1120 (Chromium issue 125148)
1121
1122 Removed use of __lookupGetter__ when generating stack trace.
1123 (issue 1591)
1124
1125 Turned on ES 5.2 globals semantics by default.
1126 (issue 1991, Chromium issue 80591)
1127
1128 Synced preparser and parser wrt syntax error in switch..case.
1129 (issue 2210)
1130
1131 Fixed reporting of octal literals in strict mode when preparsing.
1132 (issue 2220)
1133
1134 Fixed inline constructors for Harmony Proxy prototypes.
1135 (issue 2225)
1136
1137 Performance and stability improvements on all platforms.
1138
1139
danno@chromium.org81cac2b2012-07-10 11:28:27 +000011402012-07-10: Version 3.12.10
1141
1142 Re-enabled and fixed issue with array bounds check elimination
1143 (Chromium issue 132114).
1144
1145 Fixed Debug::Break crash. (Chromium issue 131642)
1146
1147 Added optimizing compiler support for JavaScript getters.
1148
1149 Performance and stability improvements on all platforms.
1150
1151
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000011522012-07-06: Version 3.12.9
1153
1154 Correctly advance the scanner when scanning unicode regexp flag.
1155 (Chromium issue 136084)
1156
1157 Fixed unhandlified code calling Harmony Proxy traps.
1158 (issue 2219)
1159
1160 Performance and stability improvements on all platforms.
1161
1162
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000011632012-07-05: Version 3.12.8
1164
1165 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1166
1167 Performance and stability improvements on all platforms.
1168
1169
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000011702012-07-03: Version 3.12.7
1171
1172 Fixed lazy compilation for strict eval scopes.
1173 (Chromium issue 135066)
1174
1175 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1176 (issue 2151)
1177
1178 Report "hidden properties" in heap profiler for properties case.
1179 (issue 2212)
1180
1181 Activated optimization of packed arrays by default.
1182
1183 Performance and stability improvements on all platforms.
1184
1185
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000011862012-06-29: Version 3.12.6
1187
1188 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1189
1190 Extended TypedArray support in d8.
1191
1192
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000011932012-06-28: Version 3.12.5
1194
1195 Fixed lazy parsing heuristics to respect outer scope.
1196 (Chromium issue 135008)
1197
1198 Allow using test-wrapper-gypbuild.py on Windows when no python
1199 interpreter is registered.
1200
1201 Performance and stability improvements on all platforms.
1202
1203
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000012042012-06-27: Version 3.12.4
1205
1206 Removed -fomit-frame-pointer flag from Release builds to make
1207 the stack walkable by TCMalloc (Chromium issue 133723).
1208
1209 Ported r7868 (constant masking) to x64 (issue 1374).
1210
1211 Expose more detailed memory statistics (issue 2201).
1212
1213 Fixed Harmony Maps and WeakMaps for undefined values
1214 (Chromium issue 132744).
1215
1216 Correctly throw reference error in strict mode with ICs disabled
1217 (issue 2119).
1218
1219 Performance and stability improvements on all platforms.
1220
1221
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000012222012-06-25: Version 3.12.3
1223
1224 Reverted r11835 'Unify promotion and allocation limit computation' due
1225 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1226
1227 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1228
1229 Performance and stability improvements on all platforms.
1230
1231
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000012322012-06-22: Version 3.12.2
1233
1234 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1235 ia32/x64. (Chromium issue 134055)
1236
1237 Fixed lazy sweeping heuristics to prevent old-space expansion.
1238 (issue 2194)
1239
1240 Performance and stability improvements on all platforms.
1241
1242
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000012432012-06-21: Version 3.12.1
1244
1245 Performance and stability improvements on all platforms.
1246
1247
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000012482012-06-20: Version 3.12.0
1249
1250 Fixed Chromium issues:
1251 115100, 129628, 131994, 132727, 132741, 132742, 133211
1252
1253 Fixed V8 issues:
1254 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1255
1256 Added --extra-code flag to mksnapshot to load JS code into the VM
1257 before creating the snapshot.
1258
1259 Support 'restart call frame' command in the debugger.
1260
1261 Performance and stability improvements on all platforms.
1262
1263
mmassi@chromium.org7028c052012-06-13 11:51:58 +000012642012-06-13: Version 3.11.10
1265
1266 Implemented heap profiler memory usage reporting.
1267
1268 Preserved error message during finally block in try..finally.
1269 (Chromium issue 129171)
1270
1271 Fixed EnsureCanContainElements to properly handle double values.
1272 (issue 2170)
1273
1274 Improved heuristics to keep objects in fast mode with inherited
1275 constructors.
1276
1277 Performance and stability improvements on all platforms.
1278
1279
rossberg@chromium.org400388e2012-06-06 09:29:22 +000012802012-06-06: Version 3.11.9
1281
1282 Implemented ES5-conformant semantics for inherited setters and read-only
1283 properties. Currently behind --es5_readonly flag, because it breaks
1284 WebKit bindings.
1285
1286 Exposed last seen heap object id via v8 public api.
1287
1288 Performance and stability improvements on all platforms.
1289
1290
verwaest@chromium.org37141392012-05-31 13:27:02 +000012912012-05-31: Version 3.11.8
1292
1293 Avoid overdeep recursion in regexp where a guarded expression with a
1294 minimum repetition count is inside another quantifier.
1295 (Chromium issue 129926)
1296
1297 Fixed missing write barrier in store field stub.
1298 (issues 2143, 1465, Chromium issue 129355)
1299
1300 Proxies: Fixed receiver for setters inherited from proxies.
1301 Proxies: Fixed ToStringArray function so that it does not reject some
1302 keys.
1303 (issue 1543)
1304
1305 Performance and stability improvements on all platforms.
1306
1307
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000013082012-05-29: Version 3.11.7
1309
1310 Get better function names in stack traces.
1311
1312 Performance and stability improvements on all platforms.
1313
1314
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000013152012-05-24: Version 3.11.6
1316
1317 Fixed RegExp.prototype.toString for incompatible receivers
1318 (issue 1981).
1319
1320 Performance and stability improvements on all platforms.
1321
1322
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000013232012-05-23: Version 3.11.5
1324
1325 Performance and stability improvements on all platforms.
1326
1327
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000013282012-05-22: Version 3.11.4
1329
1330 Some cleanup to common.gypi. This fixes some host/target combinations
1331 that weren't working in the Make build on Mac.
1332
1333 Handle EINTR in socket functions and continue incomplete sends.
1334 (issue 2098)
1335
1336 Fixed python deprecations. (issue 1391)
1337
1338 Made socket send and receive more robust and return 0 on failure.
1339 (Chromium issue 15719)
1340
1341 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1342
1343 Set '-m32' option for host and target platforms
1344
1345 Performance and stability improvements on all platforms.
1346
1347
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000013482012-05-18: Version 3.11.3
1349
1350 Disable optimization for functions that have scopes that cannot be
1351 reconstructed from the context chain. (issue 2071)
1352
1353 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1354
1355 Correctly check for native error objects. (Chromium issue 2138)
1356
1357 Performance and stability improvements on all platforms.
1358
1359
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000013602012-05-16: Version 3.11.2
1361
1362 Revert r11496. (Chromium issue 128146)
1363
1364 Implement map collection for incremental marking. (issue 1465)
1365
1366 Add toString method to CallSite (which describes a frame of the
1367 stack trace).
1368
1369
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000013702012-05-15: Version 3.11.1
1371
1372 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1373
1374 Fix freebsd build. (V8 issue 2126)
1375
1376 Performance and stability improvements on all platforms.
1377
1378
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000013792012-05-11: Version 3.11.0
1380
1381 Fixed compose-discard crasher from r11524 (issue 2123).
1382
1383 Activated new global semantics by default. Global variables can
1384 now shadow properties of the global object (ES5.1 erratum).
1385
1386 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1387 transitioning (Chromium issue 117409).
1388
1389 Made Error.prototype.name writable again, as required by the spec and
1390 the web (Chromium issue 69187).
1391
1392 Implemented map collection with incremental marking (issue 1465).
1393
1394 Regexp: Fixed overflow in min-match-length calculation
1395 (Chromium issue 126412).
1396
1397 MIPS: Fixed illegal instruction use on Loongson in code for
1398 Math.random() (issue 2115).
1399
1400 Fixed crash bug in VisitChoice (Chromium issue 126272).
1401
1402 Fixed unsigned-Smi check in MappedArgumentsLookup
1403 (Chromium issue 126414).
1404
1405 Fixed LiveEdit for function with no locals (issue 825).
1406
1407 Fixed register clobbering in LoadIC for interceptors
1408 (Chromium issue 125988).
1409
1410 Implemented clearing of CompareICs (issue 2102).
1411
1412 Performance and stability improvements on all platforms.
1413
1414
danno@chromium.org2c26cb12012-05-03 09:06:43 +000014152012-05-03: Version 3.10.8
1416
1417 Enabled MIPS cross-compilation.
1418
1419 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1420 (Chromium issue 125515)
1421
1422 Fixed corner cases in truncation behavior when storing to
1423 TypedArrays. (issue 2110)
1424
1425 Fixed failure to properly recognize and report out-of-memory
1426 conditions when allocating code space pages. (Chromium issue
1427 118625)
1428
1429 Fixed idle notifications to perform a round of incremental GCs
1430 after context disposal. (issue 2107)
1431
1432 Fixed preparser for try statement. (issue 2109)
1433
1434 Performance and stability improvements on all platforms.
1435
1436
danno@chromium.org1044a4d2012-04-30 12:34:39 +000014372012-04-30: Version 3.10.7
1438
1439 Performance and stability improvements on all platforms.
1440
1441
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000014422012-04-26: Version 3.10.6
1443
1444 Fixed some bugs in accessing details of the last regexp match.
1445
1446 Fixed source property of empty RegExp objects. (issue 1982)
1447
1448 Enabled inlining some V8 API functions.
1449
1450 Performance and stability improvements on all platforms.
1451
1452
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000014532012-04-23: Version 3.10.5
1454
1455 Put new global var semantics behind a flag until WebKit tests are
1456 cleaned up.
1457
1458 Enabled stepping into callback passed to builtins.
1459 (Chromium issue 109564)
1460
1461 Performance and stability improvements on all platforms.
1462
1463
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000014642012-04-19: Version 3.10.4
1465
1466 Fixed issues when stressing compaction with WeakMaps.
1467
1468 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1469
1470 Simplify invocation sequence at monomorphic function invocation sites.
1471 (issue 2079)
1472
1473 Performance and stability improvements on all platforms.
1474
1475
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000014762012-04-17: Version 3.10.3
1477
1478 Fixed several bugs in heap profiles (including issue 2078).
1479
1480 Throw syntax errors on illegal escape sequences.
1481
1482 Implemented rudimentary module linking (behind --harmony flag)
1483
1484 Implemented ES5 erratum: Global declarations should shadow
1485 inherited properties.
1486
1487 Made handling of const more consistent when combined with 'eval'
1488 and 'with'.
1489
1490 Fixed V8 on MinGW-x64 (issue 2026).
1491
1492 Performance and stability improvements on all platforms.
1493
1494
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000014952012-04-13: Version 3.10.2
1496
1497 Fixed native ARM build (issues 1744, 539)
1498
1499 Return LOOKUP variable instead of CONTEXT for non-context allocated
1500 outer scope parameters (Chromium issue 119609).
1501
1502 Fixed regular and ElementsKind transitions interfering with each other
1503 (Chromium issue 122271).
1504
1505 Improved performance of keyed loads/stores which have a HeapNumber
1506 index (issues 1388, 1295).
1507
1508 Fixed WeakMap processing for evacuation candidates (issue 2060).
1509
1510 Bailout on possible direct eval calls (Chromium issue 122681).
1511
1512 Do not assume that names of function expressions are context-allocated
1513 (issue 2051).
1514
1515 Performance and stability improvements on all platforms.
1516
1517
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000015182012-04-10: Version 3.10.1
1519
1520 Fixed bug with arguments object in inlined functions (issue 2045).
1521
1522 Fixed performance bug with lazy initialization (Chromium issue
1523 118686).
1524
1525 Added suppport for Mac OS X 64bit builds with GYP.
1526 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1527
1528 Fixed bug with hidden properties (issue 2034).
1529
1530 Fixed a performance bug when reloading pages (Chromium issue 117767,
1531 V8 issue 1902).
1532
1533 Fixed bug when optimizing throw in top-level code (issue 2054).
1534
1535 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1536
1537 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1538
1539 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1540
1541 Fixed compilation of V8 using uClibc.
1542
1543 Optimized boot-up memory use.
1544
1545 Optimized regular expressions.
1546
1547
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000015482012-03-30: Version 3.10.0
1549
1550 Fixed store IC writability check in strict mode
1551 (Chromium issue 120099).
1552
1553 Resynchronize timers if the Windows system time was changed.
1554 (Chromium issue 119815)
1555
1556 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1557 hardfp ARM
1558 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1559
1560 Fixed edge case for case independent regexp character classes
1561 (issue 2032).
1562
1563 Reset function info counters after context disposal.
1564 (Chromium issue 117767, V8 issue 1902)
1565
1566 Fixed missing write barrier in CopyObjectToObjectElements.
1567 (Chromium issue 119926)
1568
1569 Fixed missing bounds check in HasElementImpl.
1570 (Chromium issue 119925)
1571
1572 Performance and stability improvements on all platforms.
1573
1574
danno@chromium.org88aa0582012-03-23 15:11:57 +000015752012-03-23: Version 3.9.24
1576
1577 Activated count-based profiler for ARM.
1578
1579 Fixed use of proxies as f.prototype properties. (issue 2021)
1580
1581 Enabled snapshots on MIPS.
1582
1583 Performance and stability improvements on all platforms.
1584
1585
ulan@chromium.org6ff65142012-03-21 09:52:17 +000015862012-03-21: Version 3.9.23
1587
1588 Use correct arguments adaptation environment when inlining function
1589 containing arguments. (Issue 2014)
1590
1591 Performance and stability improvements on all platforms.
1592
1593
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000015942012-03-20: Version 3.9.22
1595
1596 Enabled count-based profiler by default.
1597
1598 Implemented a hash based look-up to speed up address checks
1599 in large object space (issue 853).
1600
1601 Performance and stability improvements on all platforms.
1602
1603
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000016042012-03-19: Version 3.9.21
1605
1606 Fixed push-to-trunk script (and re-push).
1607
1608 Added API call that identifies strings that are guaranteed only to
1609 contain ASCII characters.
1610
1611
16122012-03-19: Version 3.9.20
1613
1614 Fixed declarations escaping global strict eval. (Issue 1624)
1615
1616 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1617
1618 Fixed function declarations overwriting read-only global properties.
1619 (Chromium issue 115452)
1620
1621 Fixed --use-strict flag in combination with --harmony[-scoping].
1622
1623 Debugger: naive implementation of "step into Function.prototype.bind".
1624
1625 Debugger: added ability to set script source from within OnBeforeCompile
1626
1627 Added flag to always call DebugBreak on abort.
1628
1629 Re-enabled constructor inlining and inline === comparison with boolean
1630 constants. (Issue 2009)
1631
1632 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1633
1634 Performance and stability improvements on all platforms.
1635
1636
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000016372012-03-14: Version 3.9.19
1638
1639 Ensure there is a smi check of the receiver for global load and call
1640 ICs (Chromium issue 117794).
1641
1642 Performance and stability improvements on all platforms.
1643
1644
yangguo@chromium.org154ff992012-03-13 08:09:54 +000016452012-03-13: Version 3.9.18
1646
1647 Ensure consistency of Math.sqrt on Intel platforms.
1648
1649 Remove static initializers in v8. (issue 1859)
1650
1651 Add explicit dependency on v8_base in the GYP-based build.
1652
1653 Performance and stability improvements on all platforms.
1654
1655
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000016562012-03-12: Version 3.9.17
1657
1658 Fixed VFP detection through compiler defines. (issue 1996)
1659
1660 Add Code-related fields to postmortem metadata.
1661
1662 Performance and stability improvements on all platforms.
1663
1664
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000016652012-03-09: Version 3.9.16
1666
1667 Added basic interface inference for modules (behind the --harmony flag).
1668
1669 Added Object.is, Number.isFinite, Number.isNaN.
1670
1671 Updated the Unicode tables to Unicode version 6.1.0.
1672
1673 Performance and stability improvements on all platforms.
1674
1675
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000016762012-03-06: Version 3.9.15
1677
1678 Fix the heap profiler crash caused by memory layout changes between
1679 passes.
1680
1681 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1682
1683 Fix double-rounding in strtod for MinGW. (issue 1062)
1684
1685 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1686
1687 Performance and stability improvements on all platforms.
1688
1689
fschneider@chromium.org35814e52012-03-01 15:43:35 +000016902012-03-01: Version 3.9.14
1691
1692 Performance and stability improvements on all platforms.
1693
1694
ulan@chromium.org812308e2012-02-29 15:58:45 +000016952012-02-29: Version 3.9.13
1696
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001697 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001698
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001699 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1700 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001701
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001702 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001703
1704 Performance and stability improvements on all platforms.
1705
1706
ulan@chromium.org967e2702012-02-28 09:49:15 +000017072012-02-28: Version 3.9.12
1708
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001709 Fixed the negative lookup stub to handle deleted entries in a
1710 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001711
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001712 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001713 callback function can resolve the location of a return address on stack
1714 to the location where a return-address rewriting profiler stashed the
1715 original return address.
1716
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001717 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1718 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001719
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001720 Fixed issue 1853: Update breakpoints set with partial file name after
1721 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001722
1723
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000017242012-02-27: Version 3.9.11
1725
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001726 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001727
1728
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000017292012-02-24: Version 3.9.10
1730
1731 Fixed V8 issues 1322, 1772 and 1969.
1732
1733 Conformance improvements.
1734
1735 Performance and stability improvements on all platforms.
1736
1737
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000017382012-02-23: Version 3.9.9
1739
1740 Supported fast case for-in in Crankshaft.
1741
1742 Sped up heap snapshot serialization and dominators construction.
1743
1744 Randomized allocation addresses on windows. (Chromium issue 115151)
1745
1746 Fixed compilation with MinGW-w64. (issue 1943)
1747
1748 Fixed incorrect value of assignments to non-extensible properties.
1749
1750 Fixed a crash bug in generated code on ia32.
1751
1752 Performance and stability improvements on all platforms.
1753
1754
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000017552012-02-21: Version 3.9.8
1756
1757 Fixed memory leak and missing #include in StartupDataDecompressor
1758 (issue 1960).
1759
1760 Renamed static methods to avoid shadowing virtual methods and fix Clang
1761 C++11 compile error.
1762
1763 Fixed sequence of element access in array builtins (issue 1790).
1764
1765 Performance and stability improvements on all platforms.
1766
1767
yangguo@chromium.org56454712012-02-16 15:33:53 +000017682012-02-16: Version 3.9.7
1769
1770 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1771
1772 Fixed GCC-4.7 warnings.
1773
1774 Added Navier-Stokes benchmark.
1775
1776 Performance and stability improvements on all platforms.
1777
1778
ulan@chromium.org65a89c22012-02-14 11:46:07 +000017792012-02-14: Version 3.9.6
1780
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001781 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001782
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001783 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001784
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001785 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001786
1787 Heap Snapshot maximum size limit is too low for really big apps. At the
1788 moment the limit is 256MB. (Chromium issue 113015)
1789
1790 Performance and stability improvements on all platforms.
1791
1792
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000017932012-02-09: Version 3.9.5
1794
1795 Removed unused command line flags.
1796
1797 Performance and stability improvements on all platforms.
1798
1799
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000018002012-02-08: Version 3.9.4
1801
1802 Properly initialize element-transitioning array literals on ARM.
1803 (issue 1930)
1804
1805 Bug fixes on all platforms.
1806
1807
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000018082012-02-07: Version 3.9.3
1809
1810 When rethrowing an exception, print the stack trace of its original
1811 site instead of rethrow site (Chromium issue 60240).
1812
1813 Increased size of small stacks from 32k to 64k to avoid hitting limits
1814 in Chromium (Chromium issue 112843).
1815
1816
rossberg@chromium.org994edf62012-02-06 10:12:55 +000018172012-02-06: Version 3.9.2
1818
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001819 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001820
1821 Heap profiler reports implicit references.
1822
1823 Optionally export metadata with libv8 to enable debuggers to inspect V8
1824 state.
1825
1826
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000018272012-02-02: Version 3.9.1
1828
1829 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1830 (Chromium issue 112315).
1831
1832 Fixed a crash in dev tools (Chromium issue 107996).
1833
1834 Added 'dependencies_traverse': 1 to v8 GYP target.
1835
1836 Performance and stability improvements on all platforms.
1837
1838
danno@chromium.orgfa458e42012-02-01 10:48:36 +000018392012-02-01: Version 3.9.0
1840
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001841 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001842
1843 Stability fixes and performance improvements on all platforms.
1844
1845
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000018462012-01-26: Version 3.8.9
1847
1848 Flush number string cache on GC (issue 1605).
1849
1850 Provide access to function inferred name with
1851 v8::Function::GetInferredName in V8 public API.
1852
1853 Fix building with Clang (issue 1912).
1854
1855 Reduce the space used by the stack for the profiling thread.
1856
1857 Fix misleading documentation of v8::Locker (issue 542).
1858
1859 Introduce readbinary function in d8 to read binary files.
1860
1861 Performance and stability improvements on all platforms.
1862
1863
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000018642012-01-23: Version 3.8.8
1865
1866 Limited number of loop iterations in Heap::ReserveSpace
1867 (Chromium issue 99027).
1868
1869 Fixed solaris build (VirtualMemory) (issue 1761).
1870
1871 Fixed strict vs. non-strict handling of function proxies in
1872 higher-order array and string methods.
1873
1874 Enabled asynchronous remote debugging with d8 (issue 1691).
1875
1876 Stability and performance improvements on all platforms.
1877
1878
ulan@chromium.org2efb9002012-01-19 15:36:35 +000018792012-01-19: Version 3.8.7
1880
1881 Ensure that LRandom restores rsi after call to the C function on x64.
1882 (Chromium issue http://crbug.com/110509)
1883
1884 Fixing include issues on *bsd when building with scons.
1885 (issue 1897)
1886
1887 Provide a switch to specify -fno-strict-aliasing
1888 (issue 1887)
1889
1890 Move WIN32 define from standalone.gypi to common.gypi
1891 (issue 1760)
1892
1893 Fix corner-case in heap size estimation.
1894 (issue 1893)
1895
1896 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1897 (issue 1903)
1898
1899 Performance improvements and bug fixes.
1900
1901
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000019022012-01-16: Version 3.8.6
1903
1904 Add primitive WebGL array support to d8.
1905
1906 Improve heap size estimation (issue 1893).
1907
1908 Hash collision DOS workaround extended from string keys
1909 to numeric keys.
1910
1911 Provide an API for iterating through all external strings referenced
1912 from the JS heap.
1913
1914 Adjust position recorded for call expressions. http://crbug.com/109195
1915
1916 Fix GC crash related to instanceof. http://crbug.com/109448
1917
1918 Performance improvements and bug fixes.
1919
1920
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000019212012-01-05: Version 3.8.5
1922
1923 Fix broken test that assumes that no GC can clear the regexp cache (GC
1924 can happen at any time due to Crankshaft).
1925
1926 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1927
1928 Add netbsd support to gyp build.
1929
1930 Determine page size at runtime on posix platforms.
1931
1932 Ensure that store buffer filtering hash sets are cleared after
1933 StoreBuffer::Filter.
1934
1935 Randomize the seed used for string hashing. This helps guard against
1936 CPU-eating DOS attacks against node.js servers. Based on code from
1937 Bert Belder. This version only solves the issue for those that compile
1938 V8 themselves or those that do not use snapshots. A snapshot-based
1939 precompiled V8 will still have predictable string hash codes.
1940
1941 Implement callback when script finishes running in V8 API.
1942
1943 Improve performance of Math.min and Math.max for the case of two
1944 arguments. (issue 1325)
1945
1946
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000019472012-01-02: Version 3.8.4
1948
1949 Performance improvements for large Smi-only arrays.
1950
1951 Fixed InternalArrays construction. (issue 1878)
1952
1953
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000019542011-12-27: Version 3.8.3
1955
1956 Avoid embedding new space objects into code objects in the lithium gap
1957 resolver. (chromium:108296)
1958
1959 Bug fixes and performance optimizations on all platforms.
1960
1961
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000019622011-12-21: Version 3.8.2
1963
1964 Add max optimization flag to v8 gyp build to ensure V8 is always built
1965 fully optimized in Chrome.
1966
1967 MIPS: Bring MIPS to parity with other platforms.
1968
1969 Optimizations and stability improvements on all platforms.
1970
1971
ricow@chromium.org7ad65222011-12-19 12:13:11 +000019722011-12-19: Version 3.8.1
1973
1974 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1975
1976 Stability improvements on all platforms.
1977
1978
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000019792011-12-13: Version 3.8.0
1980
1981 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1982
1983 Sync parser and preparser on do-while and return statements.
1984 (issue 1856)
1985
1986 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1987
1988 Stability and performance improvements on all platforms.
1989
1990
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000019912011-12-01: Version 3.7.12
1992
1993 Increase tick interval for the android platform.
1994
1995 Fix a bug in the register allocator. (chromium:105112)
1996
1997 Fix handling of recompiling code. (chromium:105375, v8:1782)
1998
1999 Start incremental marking on idle notification. (v8:1458)
2000
2001 Build fixes for various platforms.
2002
2003 Various performance improvements.
2004
2005
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000020062011-11-29: Version 3.7.11
2007
2008 Fixed bug when generating padding to ensure space for lazy
2009 deoptimization.
2010 (issue 1846)
2011
2012 Further reduced pause times due to GC.
2013
2014 Stability and performance improvements on all platforms.
2015
2016
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000020172011-11-23: Version 3.7.10
2018
2019 Set maximum length of FixedArray in terms of elements instead an
2020 absolute number of bytes.
2021 (Chromium issue 103103)
2022
2023 Stability and performance improvements on all platforms.
2024
2025
20262011-11-21: Version 3.7.9
2027
2028 Removed exit-time destructors.
2029
2030 Stability and performance improvements on all platforms.
2031
2032
ricow@chromium.org27bf2882011-11-17 08:34:43 +000020332011-11-17: Version 3.7.8
2034
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002035 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002036 function on builtins will not make the original function reappear.
2037
2038 Added NetBSD support for scons build.
2039
2040 Performance improvements on all platforms.
2041
2042
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000020432011-11-14: Version 3.7.7
2044
2045 Fix missing fast property accessors in heap snapshots.
2046 (issue 1818)
2047
2048
danno@chromium.org2c456792011-11-11 12:00:53 +000020492011-11-11: Version 3.7.6
2050
2051 Fixed filtering of store buffer for large object pages.
2052 (issue 1817)
2053
2054 Fixed generated hash function on all platforms.
2055 (issue 1808)
2056
2057 Fixed Heap::Shrink to ensure that it does not free pages that are
2058 still in use.
2059 (Chromium issue 100414)
2060
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002061 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002062
2063
danno@chromium.orgc612e022011-11-10 11:38:15 +000020642011-11-10: Version 3.7.5
2065
2066 Added initial gyp infrastructure for MIPS.
2067
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002068 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002069 collector.
2070
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002071 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002072
2073
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000020742011-11-07: Version 3.7.4
2075
2076 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2077
2078 Fix Harmony sets and maps to allow null and undefined as keys
2079 (still hidden behind --harmony flag) (issue 1622).
2080
2081 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2082
2083 Enable VFP instructions for Android.
2084
2085 Fix error handling in Date.prototype.toISOString (issue 1792).
2086
2087 Bug fixes and performance improvements for all platforms.
2088
2089 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2090
2091
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000020922011-10-28: Version 3.7.3
2093
2094 Slight deoptimization as a workaround for issue with jslint: Issue
2095 1789.
2096
2097
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000020982011-10-27: Version 3.7.2
2099
2100 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2101
2102
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000021032011-10-26: Version 3.7.1
2104
2105 Achieved 33% speedup in debug-mode tests.
2106
2107 Removed special casing of calls to RegExp test and exec methods with no
2108 argument. Now matches new JSC behaviour. crbug.com/75740.
2109
2110 Return the empty string on cyclic references in toString (ES5
2111 conformance).
2112
2113 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2114
2115 Made Math.random state per-context instead of per-process (issue 864).
2116
2117 Fixed stack traces to skip native functions.
2118
2119 Make snapshots (new contexts) smaller and faster.
2120
2121 Fixed handling of Function.apply for non-array arguments.
2122
2123 Fixed evaluation order in defineProperties to match FireFox.
2124
2125 Fixed handling of non-object receivers for array builtins,
2126 crbug.com/100702.
2127
2128 Multiple fixes to improve compliance with test262.
2129
2130 Fixed compatibility with older Android releases.
2131
2132 Fixed compilation with gcc-4.5.3.
2133
2134 Improved performance of WriteUtf8, issue 1665.
2135
2136 Made native syntax an early error in the preparser.
2137
2138 Fixed issues 793 and 893 relating to Function.prototype.bind.
2139
2140 Improved let, const, Set and Map support and other Harmony features
2141 (behind the --harmony flag).
2142
2143 Changed evaluation order for > and <= to match ES5 instead of ES3.
2144
2145 Bug fixes and performance improvements on all platforms.
2146
2147
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000021482011-10-13: Version 3.7.0
2149
2150 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2151
2152 Fixed issue 1757 (string slices of external strings).
2153
2154 Fixed issue 1759 (ARM).
2155
2156 Added flag --noclever-optimizations to disable some things that
2157 caused trouble in the past.
2158
2159 Added flag --stress-compaction for testing.
2160
2161 Added flag --harmony to activate all experimental Harmony features.
2162
2163
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000021642011-10-10: Version 3.6.6
2165
2166 Added a GC pause visualization tool.
2167
2168 Added presubmit=no and werror=no flags to Makefile.
2169
2170 ES5/Test262 conformance improvements.
2171
2172 Fixed compilation issues with GCC 4.5.x (issue 1743).
2173
2174 Bug fixes and performance improvements on all platforms.
2175
2176
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000021772011-10-05: Version 3.6.5
2178
2179 New incremental garbage collector.
2180
2181 Removed the hard heap size limit (soft heap size limit is still
2182 700/1400Mbytes by default).
2183
2184 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2185
2186 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2187
2188 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2189
2190 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2191
2192 Fixed the MinGW and Windows 2000 builds.
2193
2194 Fixed "Prototype chain is not searched if named property handler does
2195 not set a property" (Issue 1636).
2196
2197 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2198
2199 Disallowed future reserved words as labels in strict mode.
2200
2201 Fixed string split to correctly coerce the separator to a string
2202 (Issue 1711).
2203
2204 API: Added an optional source length field to the Extension
2205 constructor.
2206
2207 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2208 (Issue 1573).
2209
2210 Added "native" target to Makefile for the benefit of Linux distros.
2211
2212 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2213
2214 More work on ES-Harmony proxies. Still hidden behind a flag.
2215
2216 Bug fixes and performance improvements on all platforms.
2217
2218
lrn@chromium.org34e60782011-09-15 07:25:40 +000022192011-09-15: Version 3.6.4
2220
2221 Fixed d8's broken readline history.
2222
2223 Removed the need for code delete events in CPU profiler (Issue 1466).
2224
2225 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2226
2227 Fixing parallel execution in d8 (with -p) and some memory leaks.
2228
2229 Support for precise stepping in functions compiled before debugging was
2230 started (step 1).
2231
2232
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000022332011-09-13: Version 3.6.3
2234
2235 Implemented better support of typed arrays in the d8 shell.
2236
2237 Bug fixes and performance improvements on all platforms.
2238
2239
ricow@chromium.org55ee8072011-09-08 16:33:10 +000022402011-09-08: Version 3.6.2
2241
2242 Added "dependencies" target to top-level Makefile.
2243
2244 Added ability to turn profiler on/off in d8.
2245
2246 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2247
2248 Fixed several crash bugs.
2249
2250
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000022512011-09-07: Version 3.6.1
2252
2253 Fixed a bug in abrupt exit from with or catch inside finally.
2254
2255 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2256 issue 95113).
2257
2258 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2259
2260 Fixed a few clang warnings (which -Werror treated as errors).
2261
2262 Performance improvements on all platforms.
2263
2264
fschneider@chromium.org1805e212011-09-05 10:49:12 +000022652011-09-05: Version 3.6.0
2266
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002267 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002268
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002269 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002270
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002271 Made arguments and caller always be null on native functions
2272 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002273
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002274 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002275
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002276 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002277
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002278 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002279
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002280 Fixed a problem with large heap snapshots in Chrome DevTools
2281 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002282
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002283 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002284
2285
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000022862011-08-31: Version 3.5.10
2287
2288 Added dependency of v8_base on WinSocket2 Windows library in
2289 the GYP-build.
2290
2291 Various bugfixes.
2292
2293
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000022942011-08-29: Version 3.5.9
2295
2296 Made FromPropertyDescriptor not trigger inherited setters.
2297
2298 Fixed .gyp files to work on the ARM simulator.
2299
2300 Fixed shared library build warnings for MSVS.
2301
2302
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000023032011-08-24: Version 3.5.8
2304
2305 Added V8EXPORT attributes for v8::Array::CheckCast and
2306 v8::Number::CheckCast.
2307
2308 Made a slight API change enabling opting out from null termination
2309 in String::Write*().
2310
2311 Fixed arm build for gcc-4.6.
2312
2313
rossberg@chromium.org28a37082011-08-22 11:03:23 +000023142011-08-22: Version 3.5.7
2315
2316 Make scanner handle invalid unicode escapes in identifiers correctly.
2317
2318 Make regexp flag parsing stricter.
2319
2320 Fix several memory leaks.
2321
2322
danno@chromium.orgb6451162011-08-17 14:33:23 +000023232011-08-17: Version 3.5.6
2324
2325 Fixed issue that could cause crashes when running with --heap-stats.
2326
2327 Fixed compilation on Linux 2.6.9 and older.
2328
2329 Fixed live-object-list to work with isolates.
2330
2331 Fixed memory leaks in zones and isolates.
2332
2333 Fixed a performance regression for TypedArrays on x64.
2334
2335 Stability improvements on all platforms.
2336
2337
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000023382011-08-15: Version 3.5.5
2339
2340 Fixed bugs involving negative zero and the optimizing compiler.
2341
2342 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2343
2344 Eliminated uses of deprecated ARM instructions.
2345
2346 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2347
2348 Removed restriction on the size of disassembled code that is printed.
2349
2350
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000023512011-08-10: Version 3.5.4
2352
2353 Added a preliminary implementation of ES Harmony weak maps. Weak
2354 maps can be enabled by the flag --harmony-weakmaps.
2355
2356 Introduced a toplevel Makefile to support GYP-based building. GYP
2357 can be obtained from http://gyp.googlecode.com.
2358
2359 Fixed a bug in the length property of functions created by
2360 Function.prototype.bind.
2361
2362 Reduced malloc heap allocation on process startup.
2363
2364 Several important code generation bug fixes.
2365
2366 Performance improvements on all platforms.
2367
2368
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000023692011-08-03: Version 3.5.3
2370
2371 MIPS: Port of fix to ClassOf check from ARM.
2372 Patch from Paul Lind <plind44@gmail.com>.
2373
2374 Stopped using mprotect on Cygwin.
2375 Avoided uninitialized member warning on gcc 4.3.4
2376 Both patches by Bert Belder.
2377
2378 Bug fixes and performance improvements on all platforms.
2379
2380
vegorov@chromium.org7943d462011-08-01 11:41:52 +000023812011-08-01: Version 3.5.2
2382
2383 Performance improvements on all platforms.
2384
2385
ricow@chromium.org2c99e282011-07-28 09:15:17 +000023862011-07-28: Version 3.5.1
2387
2388 Fixed setting the readonly flag on the prototype property using the
2389 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2390
2391 Changed the tools/test.py script to use d8 instead of shell for
2392 testing.
2393
2394 Fixed crash in ToBooleanStub when GC happens during invocation.
2395
2396 Enabled automatic unboxing of double arrays.
2397
2398 Performance improvements on all platforms.
2399
2400
ricow@chromium.org9fa09672011-07-25 11:05:35 +000024012011-07-25: Version 3.5.0
2402
2403 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2404 proxies.
2405
2406 Removed logging to memory support.
2407
2408 Bugfixes and performance work.
2409
2410
rossberg@chromium.org717967f2011-07-20 13:44:42 +000024112011-07-20: Version 3.4.14
2412
2413 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2414
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002415 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002416 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002417
2418 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2419
2420
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000024212011-07-18: Version 3.4.13
2422
2423 Improved debugger support to allow inspection of optimized frames (issue
2424 1140).
2425
2426 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2427
2428 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2429
2430 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2431
2432 Simplified HClampToUint8. Patch by Andy Wingo.
2433
2434 Exposed APIs for detecting boxed primitives, native errors. Patch by
2435 Luke Zarko.
2436
2437 Added map check for COW elements to crankshaft array handling code
2438 (issue 1560).
2439
2440 Sample shell and (a light version of) D8 links against a shared library
2441 now.
2442
2443 Fixed bug in array filter and reduce functions (issue 1559).
2444
2445 Avoid TLS load in AstNode constructor.
2446
2447 Introduced a random entropy source which can optionally be provided at
2448 initialization. (Chromium issue 89462).
2449
2450
whesse@chromium.org030d38e2011-07-13 13:23:34 +000024512011-07-13: Version 3.4.12
2452
2453 Added --prof profiling option to d8 shell.
2454
2455 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2456
2457 Fixed a potential assertion failure in const declarations.
2458
2459 Fixed an assertion failure in descriptor arrays (issue 1526).
2460
2461 Enabled fast thread-local storage by default on supported platforms.
2462
2463 Improved reporting of source position for global variable loads
2464 (issue 1527).
2465
2466
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000024672011-07-11: Version 3.4.11
2468
2469 Fixed MinGW32 build.
2470
2471 Fixed a GC bug with RegExp code flushing.
2472
2473 Implemented Object.defineProperty for proxies.
2474
2475 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2476
2477 Added debugger support for inspecting optimized frames (issue 1140).
2478
2479 Allowed JSObject::PreventExtensions to work for arguments objects.
2480
2481 Bugfixes and performance work.
2482
2483
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000024842011-07-06: Version 3.4.10
2485
2486 Fixed debugger not breaking on certain "if" statements (issue 1523).
2487
2488 Fixed assertion failure in runtime profiler when running on IA32
2489 without snapshot (issue 1522).
2490
2491 Fixed ABI for API calls on IA32 (for clang compatibility).
2492
2493 Introduced code flushing of RegExp code to free memory used by
2494 RegExps sooner.
2495
2496 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2497
2498 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2499
2500 Performance improvements on all platforms.
2501
2502
ricow@chromium.org4f693d62011-07-04 14:01:31 +000025032011-07-04: Version 3.4.9
2504
2505 Added support for debugger inspection of locals in optimized frames
2506 (issue 1140).
2507
2508 Fixed SConstruct to pass correct defines to samples/preparser when
2509 building with library=shared.
2510
2511 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2512
2513 Fixed a bug in Object.defineProperty on the arguments object.
2514
2515 Performance improvements on all platforms.
2516
2517
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000025182011-06-29: Version 3.4.8
2519
2520 Ensure 16-byte stack alignment on Solaris (issue 1505).
2521
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002522 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002523 that is not a smi. (issue 1246).
2524
2525
ager@chromium.org04921a82011-06-27 13:21:41 +000025262011-06-27: Version 3.4.7
2527
2528 Fixed 64-bit build on FreeBSD.
2529
2530 Added API to set the property attributes for the prototype
2531 property on functions created from FunctionTemplates.
2532
2533 Bugfixes and performance work.
2534
2535
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000025362011-06-22: Version 3.4.6
2537
2538 Lowered limit on code space for systems with low memory supply.
2539
2540 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2541
2542 Extended setBreakpoint API to accept partial script name (issue 1418).
2543
2544 Made multi-line comments not count when deciding whether the '-->'
2545 comment starter is first on a line. This matches Safari.
2546
2547 Made handling of non-array recievers in Array length setter correct
2548 (issue 1491).
2549
2550 Added ability to heap profiler to iterate over snapshot's node
2551 (issue 1481).
2552
2553
whesse@chromium.org7b260152011-06-20 15:33:18 +000025542011-06-20: Version 3.4.5
2555
2556 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2557 1476, and 1477.
2558
2559 Improved code generation for !0 and !1.
2560
2561 Reduced memory usage for regular expressions with nested qualifiers.
2562 (issue 1472)
2563
2564 Fixed V8 to count line terminators in multi-line comments.
2565 (Chromium issue 86431)
2566
2567 Fixed disassembler=on option for release-mode builds. (issue 1473)
2568
2569 Performance improvements on all platforms.
2570
2571
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000025722011-06-15: Version 3.4.4
2573
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002574 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002575
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002576 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002577
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002578 Several GYP-related changes: Added support for building Xcode project
2579 files. Make the ARM simulator build with GYP again. Generate Makefiles
2580 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002581
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002582 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2583 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002584
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002585 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002586
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002587 Handle 'undefined' correctly when === has been specialized for doubles.
2588 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002589
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002590 Corrected the limit of local variables in an optimized function from 64
2591 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002592
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002593 Correctly set ReadOnly flag on indexed properties when using the API Set
2594 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002595
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002596 Give the correct error message when Object.isExtensible is called on a
2597 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002598
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002599 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2600 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002601
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002602 Do not redefine properties unneccesarily in seal and freeze. (issue
2603 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002604
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002605 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002606
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002607 Distinguish keyed loads with a symbol key from fast elements loads,
2608 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002609
2610
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000026112011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002612
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002613 Clear the global thread table when an isolate is disposed
2614 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002615
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002616 Converted time zone name to UTF8 on Windows (issue 1290).
2617
2618 Limited the number of arguments in a function call to 32766
2619 (issue 1413).
2620
2621 Compress sources of JS libraries in addition to the snapshot.
2622
2623 Fixed a bug in Lithium environment iteration.
2624
2625 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002626
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002627
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000026282011-06-06: Version 3.4.2
2629
2630 More work on ES-Harmony proxies. Still hidden behind a flag.
2631
2632 Fixed some crash bugs and improved performance.
2633
2634 Fixed building with gdb debugging support.
2635
2636 Do not install SIGPROF handler until it is needed.
2637
2638 Added DateTimeFormat to i18n API.
2639
2640 Fixed compilation on OpenBSD.
2641
2642 Take the ulimit into account when sizing the heap. OpenBSD users
2643 may still have to increase the default ulimit to run heavy pages in
2644 the browser.
2645
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002646
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000026472011-06-01: Version 3.4.1
2648
2649 Fixed JSON stringify issue with arrays.
2650
2651 Changed calls to JS builtins to be passed undefined when called with
2652 implicit receiver.
2653
2654 Implemented the set trap for Harmony proxies. Proxies still need to
2655 be enabled with the --harmony-proxies flag.
2656
2657
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000026582011-05-30: Version 3.4.0
2659
2660 Changed calls to undefined property setters to not throw (issue 1355).
2661
2662 Made RegExp objects not callable.
2663
2664 Fixed issues on special case large JSON strings in new json parser
2665 (issues http://crbug.com/83877 and http://crbug.com/84186).
2666
2667 Performance improvements on all platforms.
2668
2669
danno@chromium.org40cb8782011-05-25 07:58:50 +000026702011-05-25: Version 3.3.10
2671
2672 Fixed calls of strict mode function with an implicit receiver.
2673
2674 Fixed fast handling of arrays to properly deal with changes to the
2675 Object prototype (issue 1403).
2676
2677 Changed strict mode poison pill to be the same type error function
2678 (issue 1387).
2679
2680 Fixed a debug crash in arguments object handling (issue 1227).
2681
2682 Fixed a bug in deoptimization on x64 (issue 1404).
2683
2684 Performance improvements and bug fixes on all platforms.
2685
2686
ager@chromium.orgea91cc52011-05-23 06:06:11 +000026872011-05-23: Version 3.3.9
2688
2689 Added DateTimeFormat class to experimental i18n API.
2690
2691 Extended preparser to give early errors for some strict mode
2692 restrictions.
2693
2694 Removed legacy execScript function from V8.
2695
2696 Extended isolate API with the ability to add embedder-specific
2697 data to an isolate.
2698
2699 Added basic support for polymorphic loads from JS and external
2700 arrays.
2701
2702 Fixed bug in handling of switch statements in the optimizing
2703 compiler.
2704
2705
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000027062011-05-18: Version 3.3.8
2707
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002708 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002709 handles are independent of all other persistent handles and can be
2710 garbage collected more frequently.
2711
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002712 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002713 with the --harmony-proxies flag.
2714
2715 Performance improvements and bug fixes on all platforms.
2716
2717
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000027182011-05-16: Version 3.3.7
2719
2720 Updated MIPS infrastructure files.
2721
2722 Performance improvements and bug fixes on all platforms.
2723
2724
karlklose@chromium.org83a47282011-05-11 11:54:09 +000027252011-05-11: Version 3.3.6
2726
2727 Updated MIPS infrastructure files.
2728
2729 Added method IsCallable for Object to the API.
2730 Patch by Peter Varga.
2731
2732
lrn@chromium.org1c092762011-05-09 09:42:16 +000027332011-05-09: Version 3.3.5
2734
2735 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2736
2737 Added check that receiver is JSObject on API calls.
2738
2739 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2740 Patch by Peter Varga.
2741
2742 Added CallAsFunction method to the Object class in the API (Issue 1336).
2743 Patch by Peter Varga.
2744
2745 Added per-isolate locking and unlocking.
2746
2747 Fixed bug in x64 >>> operator (Issue 1359).
2748
2749
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000027502011-05-04: Version 3.3.4
2751
2752 Implemented API to disallow code generation from strings for a context
2753 (issue 1258).
2754
2755 Fixed bug with whitespaces in parseInt (issue 955).
2756
2757 Fixed bug with == comparison of Date objects (issue 1356).
2758
2759 Added GYP variables for ARM code generation:
2760 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2761 and v8_use_arm_eabi_hardfloat.
2762
2763
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000027642011-05-02: Version 3.3.3
2765
2766 Added support for generating Visual Studio solution and project files
2767 using GYP.
2768
2769 Implemented support for ARM EABI calling convention variation where
2770 floating-point arguments are passed in registers (hardfloat).
2771
2772 Added Object::HasOwnProperty() to the API.
2773
2774 Added support for compressing startup data to reduce binary size. This
2775 includes build time support and an API for the embedder to decompress
2776 the startup data before initializing V8.
2777
2778 Reduced the profiling hooks overhead from >400% to 25% when using
2779 ll_prof.
2780
2781 Performance improvements and bug fixes on all platforms.
2782
2783
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000027842011-04-27: Version 3.3.2
2785
2786 Fixed crash bug on ARM with no VFP3 hardware.
2787
2788 Fixed compilation of V8 without debugger support.
2789
2790 Improved performance on JSLint.
2791
2792 Added support Float64 WebGL arrays.
2793
2794 Fixed crash bug in regexp replace.
2795
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002796
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000027972011-04-20: Version 3.3.1
2798
2799 Reduced V8 binary size by removing virtual functions from hydrogen.
2800
2801 Fixed crash bug on x64.
2802
2803 Performance improvements on ARM and IA32.
2804
2805
danno@chromium.org160a7b02011-04-18 15:51:38 +000028062011-04-18: Version 3.3.0
2807
2808 Fixed bug in floating point rounding in Crankshaft on ARM
2809 (issue 958)
2810
2811 Fixed a number of issues with running without VFPv3 support on ARM
2812 (issue 1315)
2813
2814 Introduced v8Locale.Collator, a partial implementation of Collator
2815 per last ECMAScript meeting + mailing list.
2816
2817 Minor performance improvements and bug fixes.
2818
2819
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000028202011-04-13: Version 3.2.10
2821
2822 Fixed bug in external float arrays on ARM (issue 1323).
2823
2824 Minor performance improvements and bug fixes.
2825
2826
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000028272011-04-11: Version 3.2.9
2828
2829 Removed support for ABI prior to EABI on ARM.
2830
2831 Fixed multiple crash bugs.
2832
2833 Added GCMole to the repository, a simple static analysis tool that
2834 searches for GC-unsafe evaluation order dependent callsites.
2835
2836 Made preparser API be exported in shared libraries.
2837
2838 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2839
2840 Fixed mutable __proto__ property if object is not extensible
2841 (Issue 1309).
2842
2843 Fixed auto suspension of the sampler thread.
2844
2845
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000028462011-04-06: Version 3.2.8
2847
2848 Exposed WebGL typed array constructors in the shell sample.
2849
2850 Performance improvements on all platforms.
2851
2852
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000028532011-04-04: Version 3.2.7
2854
2855 Disabled the original 'classic' V8 code generator. Crankshaft is
2856 now the default on all platforms.
2857
2858 Changed the heap profiler to use more descriptive names.
2859
2860 Performance and stability improvements to isolates on all platforms.
2861
2862
lrn@chromium.org7516f052011-03-30 08:52:27 +000028632011-03-30: Version 3.2.6
2864
2865 Fixed xcode build warning in shell.cc (out of order initialization).
2866
2867 Fixed null-pointer dereference in the compiler when running without
2868 SSE3 support (Chromium issue 77654).
2869
2870 Fixed x64 compilation error due to some dead code. (Issue 1286)
2871
2872 Introduced scons target to build the preparser stand-alone example.
2873
2874 Made FreeBSD build and pass all tests.
2875
2876
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000028772011-03-28: Version 3.2.5
2878
lrn@chromium.org7516f052011-03-30 08:52:27 +00002879 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002880
2881 Added Crankshaft support for external arrays.
2882
2883 Fixed two potential crash bugs.
2884
2885
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000028862011-03-23: Version 3.2.4
2887
2888 Added isolates which allows several V8 instances in the same process.
2889 This is controlled through the new Isolate class in the API.
2890
2891 Implemented more of EcmaScript 5 strict mode.
2892
2893 Reduced the time it takes to make detailed heap snapshot.
2894
2895 Added a number of commands to the ARM simulator and enhanced the ARM
2896 disassembler.
2897
2898
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000028992011-03-17: Version 3.2.3
2900
2901 Fixed a number of crash bugs.
2902
2903 Fixed Array::New(length) to return an array with a length (issue 1256).
2904
2905 Fixed FreeBSD build.
2906
2907 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2908
2909 Implemented more of EcmaScript 5 strict mode.
2910
2911 Improved Crankshaft performance on all platforms.
2912
2913
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000029142011-03-14: Version 3.2.2
2915
2916 Fixed a number of crash and correctness bugs.
2917
2918 Improved Crankshaft performance on all platforms.
2919
2920 Fixed Crankshaft on Solaris/Illumos.
2921
2922
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000029232011-03-10: Version 3.2.1
2924
2925 Fixed a number of crash bugs.
2926
2927 Improved Crankshaft for x64 and ARM.
2928
2929 Implemented more of EcmaScript 5 strict mode.
2930
2931
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000029322011-03-07: Version 3.2.0
2933
2934 Fixed a number of crash bugs.
2935
2936 Turned on Crankshaft by default on x64 and ARM.
2937
2938 Improved Crankshaft for x64 and ARM.
2939
2940 Implemented more of EcmaScript 5 strict mode.
2941
2942
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000029432011-03-02: Version 3.1.8
2944
2945 Fixed a number of crash bugs.
2946
2947 Improved Crankshaft for x64 and ARM.
2948
2949 Implemented more of EcmaScript 5 strict mode.
2950
2951 Fixed issue with unaligned reads and writes on ARM.
2952
2953 Improved heap profiler support.
2954
2955
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000029562011-02-28: Version 3.1.7
2957
2958 Fixed a number of crash bugs.
2959
2960 Improved Crankshaft for x64 and ARM.
2961
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002962 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002963 arrays (http://crbug.com/73940).
2964
2965 Fixed bug in map space compaction (http://crbug.com/59688).
2966
2967 Added support for direct getter accessors calls on ARM.
2968
2969
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000029702011-02-24: Version 3.1.6
2971
2972 Fixed a number of crash bugs.
2973
2974 Added support for Cygwin (issue 64).
2975
2976 Improved Crankshaft for x64 and ARM.
2977
2978 Added Crankshaft support for stores to pixel arrays.
2979
2980 Fixed issue in CPU profiler with Crankshaft.
2981
2982
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000029832011-02-16: Version 3.1.5
2984
2985 Change RegExp parsing to disallow /(*)/.
2986
2987 Added GDB JIT support for ARM.
2988
2989 Fixed several crash bugs.
2990
2991 Performance improvements on the IA32 platform.
2992
2993
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000029942011-02-14: Version 3.1.4
2995
2996 Fixed incorrect compare of prototypes of the global object (issue
2997 1082).
2998
2999 Fixed a bug in optimizing calls to global functions (issue 1106).
3000
3001 Made optimized Function.prototype.apply safe for non-JSObject first
3002 arguments (issue 1128).
3003
3004 Fixed an error related to element accessors on Object.prototype and
3005 parser errors (issue 1130).
3006
3007 Fixed a bug in sorting an array with large array indices (issue 1131).
3008
3009 Properly treat exceptions thrown while compiling (issue 1132).
3010
3011 Fixed bug in register requirements for function.apply (issue 1133).
3012
3013 Fixed a representation change bug in the Hydrogen graph construction
3014 (issue 1134).
3015
3016 Fixed the semantics of delete on parameters (issue 1136).
3017
3018 Fixed a optimizer bug related to moving instructions with side effects
3019 (issue 1138).
3020
3021 Added support for the global object in Object.keys (issue 1150).
3022
3023 Fixed incorrect value for Math.LOG10E
3024 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3025
3026 Performance improvements on the IA32 platform.
3027
3028 Implement assignment to undefined reference in ES5 Strict Mode.
3029
3030
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000030312011-02-09: Version 3.1.3
3032
3033 Fixed a bug triggered by functions with huge numbers of declared
3034 arguments.
3035
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003036 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003037
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003038 Fixed issue where Array.prototype.__proto__ had been set to null
3039 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003040
3041 Fixed stability bugs in Crankshaft for x86.
3042
3043
ricow@chromium.org83aa5492011-02-07 12:42:56 +000030442011-02-07: Version 3.1.2
3045
3046 Added better security checks when accessing properties via
3047 Object.getOwnPropertyDescriptor.
3048
3049 Fixed bug in Object.defineProperty and related access bugs (issues
3050 992, 1083 and 1092).
3051
3052 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3053 copyright notice generation for embedders.
3054
3055
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000030562011-02-02: Version 3.1.1
3057
3058 Perform security checks before fetching the value in
3059 Object.getOwnPropertyDescriptor.
3060
3061 Fixed a bug in Array.prototype.splice triggered by passing no
3062 arguments.
3063
3064 Fixed bugs in -0 in arithmetic and in Math.pow.
3065
3066 Fixed bugs in the register allocator and in switching from optimized
3067 to unoptimized code.
3068
3069
30702011-01-31: Version 3.1.0
3071
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003072 Performance improvements on all platforms.
3073
3074
ager@chromium.org378b34e2011-01-28 08:04:38 +000030752011-01-28: Version 3.0.12
3076
3077 Added support for strict mode parameter and object property
3078 validation.
3079
3080 Fixed a couple of crash bugs.
3081
3082
ager@chromium.org0ee099b2011-01-25 14:06:47 +000030832011-01-25: Version 3.0.11
3084
3085 Fixed a bug in deletion of lookup slots that could cause global
3086 variables to be accidentally deleted (http://crbug.com/70066).
3087
3088 Added support for strict mode octal literal verification.
3089
3090 Fixed a couple of crash bugs (issues 1070 and 1071).
3091
3092
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000030932011-01-24: Version 3.0.10
3094
3095 Fixed External::Wrap for 64-bit addresses (issue 1037).
3096
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003097 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003098 code generator (issue 1060).
3099
3100 Introduced partial strict mode support.
3101
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003102 Changed formatting of recursive error messages to match Firefox and
3103 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003104
3105 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003106 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003107 (issue http://crbug.com/50972).
3108
3109 Performance improvements on the IA32 platform.
3110
3111
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000031122011-01-19: Version 3.0.9
3113
3114 Added basic GDB JIT Interface integration.
3115
3116 Make invalid break/continue statements a syntax error instead of a
3117 runtime error.
3118
3119
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000031202011-01-17: Version 3.0.8
3121
3122 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003123 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003124
3125 Wrapped external pointers more carefully (issue 1037).
3126
3127 Hardened the implementation of error objects to avoid setters
3128 intercepting the properties set then throwing an error.
3129
3130 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3131
3132 Performance improvements on the IA32 platform.
3133
3134
31352011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003136
3137 Stopped calling inherited setters when creating object literals
3138 (issue 1015).
3139
3140 Changed interpretation of malformed \c? escapes in RegExp to match
3141 JSC.
3142
3143 Enhanced the command-line debugger interface and fixed some minor
3144 bugs in the debugger.
3145
3146 Performance improvements on the IA32 platform.
3147
3148
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000031492011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003150
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003151 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003152
3153 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003154 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003155
3156 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003157 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003158
3159 Added use_system_v8 option to gyp (off by default), to make it easier
3160 for Linux distributions to ship with system-provided V8 library.
3161
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003162 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003163
3164 Added labelled thread names to help with debugging (on Linux).
3165
3166
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000031672011-01-03: Version 3.0.5
3168
3169 Fixed a couple of cast errors for gcc-3.4.3.
3170
3171 Performance improvements in GC and IA32 code generator.
3172
3173
whesse@chromium.org023421e2010-12-21 12:19:12 +000031742010-12-21: Version 3.0.4
3175
3176 Added Date::ResetCache() to the API so that the cached values in the
3177 Date object can be reset to allow live DST / timezone changes.
3178
3179 Extended existing support for printing (while debugging) the contents
3180 of objects. Added support for printing objects from release builds.
3181
3182 Fixed V8 issues 989, 1006, and 1007.
3183
3184
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000031852010-12-17: Version 3.0.3
3186
3187 Reapplied all changes for version 3.0.1.
3188
3189 Improved debugger protocol for remote debugging.
3190
3191 Added experimental support for using gyp to generate build files
3192 for V8.
3193
3194 Fixed implementation of String::Write in the API (issue 975).
3195
3196
lrn@chromium.org8541d772010-12-15 12:05:09 +000031972010-12-15: Version 3.0.2
3198
3199 Revert version 3.0.1 and patch 3.0.1.1.
3200
3201
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000032022010-12-13: Version 3.0.1
3203
3204 Added support for an experimental internationalization API as an
3205 extension. This extension is disabled by default but can be enabled
3206 when building V8. The ECMAScript internationalization strawman is
3207 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3208
3209 Made RegExp character class parsing stricter. This mirrors a change
3210 to RegExp parsing in WebKit.
3211
3212 Fixed a bug in Object.defineProperty when used to change attributes
3213 of an existing property. It incorrectly set the property value to
3214 undefined (issue 965).
3215
3216 Fixed several different compilation failures on various platforms
3217 caused by the 3.0.0 release.
3218
3219 Optimized Math.pow so it can work on unboxed doubles.
3220
3221 Sped up quoting of JSON strings by removing one traversal of the
3222 string.
3223
3224
kasperl@chromium.orga5551262010-12-07 12:49:48 +000032252010-12-07: Version 3.0.0
3226
3227 Improved performance by (partially) addressing issue 957 on
3228 IA-32. Still needs more work for the other architectures.
3229
3230
ager@chromium.orgbeb25712010-11-29 08:02:25 +000032312010-11-29: Version 2.5.9
3232
3233 Fixed crashes during GC caused by partially initialize heap
3234 objects.
3235
3236 Fixed bug in process sample that caused memory leaks.
3237
3238 Improved performance on ARM by implementing missing stubs and
3239 inlining.
3240
3241 Improved heap profiler support.
3242
3243 Added separate seeding on Windows of the random number generator
3244 used internally by the compiler (issue 936).
3245
3246 Exposed API for getting the name of the function used to construct
3247 an object.
3248
3249 Fixed date parser to handle one and two digit millisecond
3250 values (issue 944).
3251
3252 Fixed number parsing to disallow space between sign and
3253 digits (issue 946).
3254
3255
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000032562010-11-23: Version 2.5.8
3257
3258 Removed dependency on Gay's dtoa.
3259
3260 Improved heap profiler precision and speed.
3261
3262 Reduced overhead of callback invocations on ARM.
3263
3264
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000032652010-11-18: Version 2.5.7
3266
3267 Fixed obscure evaluation order bug (issue 931).
3268
3269 Split the random number state between JavaScript and the private API.
3270
3271 Fixed performance bug causing GCs when generating stack traces on
3272 code from very large scripts.
3273
3274 Fixed bug in parser that allowed (foo):42 as a labelled statement
3275 (issue 918).
3276
3277 Provide more accurate results about used heap size via
3278 GetHeapStatistics.
3279
3280 Allow build-time customization of the max semispace size.
3281
3282 Made String.prototype.split honor limit when separator is empty
3283 (issue 929).
3284
3285 Added missing failure check after expecting an identifier in
3286 preparser (Chromium issue 62639).
3287
3288
ager@chromium.org01fe7df2010-11-10 11:59:11 +000032892010-11-10: Version 2.5.6
3290
3291 Added support for VFP rounding modes to the ARM simulator.
3292
3293 Fixed multiplication overflow bug (issue 927).
3294
3295 Added a limit for the amount of executable memory (issue 925).
3296
3297
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000032982010-11-08: Version 2.5.5
3299
3300 Added more aggressive GC of external objects in near out-of-memory
3301 situations.
3302
3303 Fixed a bug that gave the incorrect result for String.split called
3304 on the empty string (issue 924).
3305
3306
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000033072010-11-03: Version 2.5.4
3308
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003309 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003310
3311
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000033122010-11-01: Version 2.5.3
3313
3314 Fixed a bug that prevents constants from overwriting function values
3315 in object literals (issue 907).
3316
3317 Fixed a bug with reporting of impossible nested calls of DOM functions
3318 (issue http://crbug.com/60753).
3319
3320
lrn@chromium.org303ada72010-10-27 09:33:13 +000033212010-10-27: Version 2.5.2
3322
3323 Improved sampler resolution on Linux.
3324
3325 Allowed forcing the use of a simulator from the build script
3326 independently of the host architecture.
3327
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003328 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003329
3330 Made windows-tick-processor respect D8_PATH.
3331
3332 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3333
3334
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000033352010-10-20: Version 2.5.1
3336
3337 Fixed bug causing spurious out of memory exceptions
3338 (issue http://crbug.com/54580).
3339
3340 Fixed compilation error on Solaris platform (issue 901).
3341
3342 Fixed error in strtod (string to floating point number conversion)
3343 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3344
3345 Adjusted randomized allocations of executable memory to have 64k
3346 granularity (issue http://crbug.com/56036).
3347
3348 Supported profiling using kernel perf_events on linux. Added ll_prof
3349 script to tools and --ll-prof flag to V8.
3350
3351
vegorov@chromium.org42841962010-10-18 11:18:59 +000033522010-10-18: Version 2.5.0
3353
3354 Fixed bug in cache handling of lastIndex on global regexps
3355 (issue http://crbug.com/58740).
3356
3357 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3358 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003359 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003360
3361 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3362
3363
33642010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003365
3366 Fixed a bug in the handling of conditional expressions in test
3367 contexts in compiler for top-level code.
3368
3369 Added "//@ sourceURL" information to the StackTrace API.
3370
3371 Exposed RegExp construction through the API.
3372
3373
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000033742010-10-04: Version 2.4.8
3375
3376 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3377 whole snapshot (issue 868).
3378
3379 Performance improvements on all platforms.
3380
3381
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000033822010-09-30: Version 2.4.7
3383
3384 Changed the command-line flag --max-new-space-size to be in kB and the
3385 flag --max-old-space-size to be in MB (previously they were in bytes).
3386
3387 Added Debug::CancelDebugBreak to the debugger API.
3388
3389 Fixed a bug in getters for negative numeric property names
3390 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3391
3392 Performance improvements on all platforms.
3393
3394
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000033952010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003396
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003397 Fixed assertion failure related to copy-on-write arrays (issue 876).
3398
3399 Fixed build failure of 64-bit V8 on Windows.
3400
3401 Fixed a bug in RegExp (issue http://crbug.com/52801).
3402
3403 Improved the profiler's coverage to cover more functions (issue 858).
3404
3405 Fixed error in shift operators on 64-bit V8
3406 (issue http://crbug.com/54521).
3407
3408
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000034092010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003410
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003411 Changed the RegExp benchmark to exercise the regexp engine on different
3412 inputs by scrambling the input strings.
3413
3414 Fixed a bug in keyed loads on strings.
3415
3416 Fixed a bug with loading global function prototypes.
3417
3418 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3419
3420 Performance improvements on all platforms.
3421
3422
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000034232010-09-15: Version 2.4.4
3424
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003425 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003426
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003427 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003428
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003429 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003430
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003431 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003432
3433
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000034342010-09-13: Version 2.4.3
3435
3436 Made Date.parse properly handle TZ offsets (issue 857).
3437
3438 Performance improvements on all platforms.
3439
3440
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000034412010-09-08: Version 2.4.2
3442
3443 Fixed GC crash bug.
3444
3445 Fixed stack corruption bug.
3446
3447 Fixed compilation for newer C++ compilers that found Operand(0)
3448 ambiguous.
3449
3450
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000034512010-09-06: Version 2.4.1
3452
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003453 Added the ability for an embedding application to receive a callback
3454 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3455 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003456
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003457 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003458
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003459 Fixed memory overrun crash bug triggered during V8's tick-based
3460 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003461
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003462 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003463
3464
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000034652010-09-01: Version 2.4.0
3466
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003467 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3468 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003469
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003470 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003471 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003472
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003473 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003474
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003475 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003476
3477
ricow@chromium.org65fae842010-08-25 15:26:24 +000034782010-08-25: Version 2.3.11
3479
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003480 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003481
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003482 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003483 VARIANT_FLAGS that allows specification of sets of flags with which
3484 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003485
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003486 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003487
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003488 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003489
3490
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000034912010-08-23: Version 2.3.10
3492
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003493 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003494
3495 Build fixes for unusual compilers.
3496
3497 Track high water mark for RWX memory.
3498
3499 Performance improvements on all platforms.
3500
3501
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000035022010-08-18: Version 2.3.9
3503
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003504 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003505
3506 Removed specialized handling of GCC 4.4 (issue 830).
3507
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003508 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003509 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3510
ricow@chromium.org65fae842010-08-25 15:26:24 +00003511 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003512
3513
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000035142010-08-16: Version 2.3.8
3515
3516 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3517
3518 Fixed issue with incorrect handling of custom valueOf methods on
3519 string wrappers (issue 760).
3520
3521 Fixed compilation for ARMv4 (issue 590).
3522
3523 Improved performance.
3524
3525
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000035262010-08-11: Version 2.3.7
3527
3528 Reduced size of heap snapshots produced by heap profiler (issue 783).
3529
3530 Introduced v8::Value::IsRegExp method.
3531
3532 Fixed CPU profiler crash in start / stop sequence when non-existent
3533 name is passed (issue http://crbug.com/51594).
3534
3535 Introduced new indexed property query callbacks API (issue 816). This
3536 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3537 by default.
3538
3539 Removed support for object literal get/set with number/string
3540 property name.
3541
3542 Fixed handling of JSObject::elements in CalculateNetworkSize
3543 (issue 822).
3544
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003545 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003546
3547
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000035482010-08-09: Version 2.3.6
3549
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003550 RegExp literals create a new object every time they are evaluated
3551 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003552
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003553 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003554
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003555 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003556
3557
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000035582010-08-04: Version 2.3.5
3559
3560 Added support for ES5 property names. Object initialisers and
3561 dot-notation property access now allows keywords. Also allowed
3562 non-identifiers after "get" or "set" in an object initialiser.
3563
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003564 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003565
3566
whesse@chromium.orge90029b2010-08-02 11:52:17 +000035672010-08-02: Version 2.3.4
3568
3569 Fixed problems in implementation of ES5 function.prototype.bind.
3570
3571 Fixed error when using apply with arguments object on ARM (issue 784).
3572
3573 Added setting of global flags to debugger protocol.
3574
3575 Fixed an error affecting cached results of sin and cos (issue 792).
3576
3577 Removed memory leak from a boundary case where V8 is not initialized.
3578
3579 Fixed issue where debugger could set breakpoints outside the body
3580 of a function.
3581
3582 Fixed issue in debugger when using both live edit and step in features.
3583
3584 Added Number-letter (Nl) category to Unicode tables. These characters
3585 can now be used in identifiers.
3586
3587 Fixed an assert failure on X64 (issue 806).
3588
3589 Performance improvements on all platforms.
3590
3591
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000035922010-07-26: Version 2.3.3
3593
3594 Fixed error when building the d8 shell in a fresh checkout.
3595
3596 Implemented Function.prototype.bind (ES5 15.3.4.5).
3597
3598 Fixed an error in inlined stores on ia32.
3599
3600 Fixed an error when setting a breakpoint at the end of a function
3601 that does not end with a newline character.
3602
3603 Performance improvements on all platforms.
3604
3605
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000036062010-07-21: Version 2.3.2
3607
3608 Fixed compiler warnings when building with LLVM.
3609
3610 Fixed a bug with for-in applied to strings (issue 785).
3611
3612 Performance improvements on all platforms.
3613
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003614
ricow@chromium.org4980dff2010-07-19 08:33:45 +000036152010-07-19: Version 2.3.1
3616
3617 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3618
3619 Fixed bug related to code flushing while compiling a lazy
3620 compilable function (issue http://crbug.com/49099).
3621
3622 Performance improvements on all platforms.
3623
3624
ager@chromium.orgb5737492010-07-15 09:29:43 +000036252010-07-15: Version 2.3.0
3626
3627 Added ES5 Object.seal and Object.isSealed.
3628
3629 Added debugger API for scheduling debugger commands from a
3630 separate thread.
3631
3632
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000036332010-07-14: Version 2.2.24
3634
3635 Added API for capturing stack traces for uncaught exceptions.
3636
3637 Fixed crash bug when preparsing from a non-external V8 string
3638 (issue 775).
3639
3640 Fixed JSON.parse bug causing input not to be converted to string
3641 (issue 764).
3642
3643 Added ES5 Object.freeze and Object.isFrozen.
3644
3645 Performance improvements on all platforms.
3646
3647
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000036482010-07-07: Version 2.2.23
3649
3650 API change: Convert Unicode code points outside the basic multilingual
3651 plane to the replacement character. Previous behavior was to silently
3652 truncate the value to 16 bits.
3653
3654 Fixed crash: handle all flat string types in regexp replace.
3655
3656 Prevent invalid pre-parsing data passed in through the API from
3657 crashing V8.
3658
3659 Performance improvements on all platforms.
3660
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003661
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000036622010-07-05: Version 2.2.22
3663
3664 Added ES5 Object.isExtensible and Object.preventExtensions.
3665
3666 Enabled building V8 as a DLL.
3667
3668 Fixed a bug in date code where -0 was not interpreted as 0
3669 (issue 736).
3670
3671 Performance improvements on all platforms.
3672
3673
lrn@chromium.org32d961d2010-06-30 09:09:34 +000036742010-06-30: Version 2.2.21
3675
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003676 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003677
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003678 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003679
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003680 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003681
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003682 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003683
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003684 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003685
3686 Provide actual breakpoints locations in response to setBreakpoint
3687 and listBreakpoints requests.
3688
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003689
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000036902010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003691
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003692 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003693
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003694 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003695
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003696 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003697
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003698 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003699 miscalculated for some inputs.
3700
3701 Performance improvements on all platforms.
3702
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003703
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000037042010-06-23: Version 2.2.19
3705
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003706 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003707 (issue 738).
3708
3709 Added expose-externalize-string flag for testing extensions.
3710
3711 Resolve linker issues with using V8 as a DLL causing a number of
3712 problems with unresolved symbols.
3713
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003714 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003715 defined.
3716
3717 Performance improvements on all platforms.
3718
3719
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000037202010-06-16: Version 2.2.18
3721
3722 Added API functions to retrieve information on indexed properties
3723 managed by the embedding layer. Fixes bug 737.
3724
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003725 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003726
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003727 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003728
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003729 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003730
3731 Incremental performance improvements.
3732
3733
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000037342010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003735
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003736 Improved debugger support for stepping out of functions.
3737
3738 Incremental performance improvements.
3739
3740
37412010-06-09: Version 2.2.16
3742
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003743 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003744 disposal of external string resources to call a virtual Dispose
3745 method on the resource.
3746
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003747 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003748 stepping.
3749
3750 Memory usage improvements on all platforms.
3751
3752
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000037532010-06-07: Version 2.2.15
3754
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003755 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003756
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003757 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003758 some compilers complaint when compiling with -Werror.
3759
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003760 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003761
3762
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000037632010-06-02: Version 2.2.14
3764
3765 Fixed a crash in code generated for String.charCodeAt.
3766
3767 Fixed a compilation issue with some GCC versions (issue 727).
3768
3769 Performance optimizations on x64 and ARM platforms.
3770
3771
ricow@chromium.org30ce4112010-05-31 10:38:25 +000037722010-05-31: Version 2.2.13
3773
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003774 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003775 strings (issue 599).
3776
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003777 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003778
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003779 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003780
3781 Performance improvements on all platforms.
3782
3783
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000037842010-05-26: Version 2.2.12
3785
3786 Allowed accessors to be defined on objects rather than just object
3787 templates.
3788
3789 Changed the ScriptData API.
3790
3791
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000037922010-05-21: Version 2.2.11
3793
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003794 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003795
3796 Use 'full compiler' when debugging is active. This should increase
3797 the density of possible break points, making single step more fine
3798 grained. This will only take effect for functions compiled after
3799 debugging has been started, so recompilation of all functions is
3800 required to get the full effect. IA32 and x64 only for now.
3801
3802 Misc. fixes to the Solaris build.
3803
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003804 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003805
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003806 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003807
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003808 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003809
3810 Incremental performance improvements in all backends.
3811
3812
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000038132010-05-17: Version 2.2.10
3814
3815 Performance improvements in the x64 and ARM backends.
3816
3817
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000038182010-05-10: Version 2.2.9
3819
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003820 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003821
3822 Fixed bug with Date.parse returning a non-NaN value when called on a
3823 non date string (issue 696).
3824
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003825 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003826 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003827
3828 C++ API for retrieving JavaScript stack trace information.
3829
3830
ager@chromium.orgac091b72010-05-05 07:34:42 +000038312010-05-05: Version 2.2.8
3832
3833 Performance improvements in the x64 and ARM backends.
3834
3835
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000038362010-05-03: Version 2.2.7
3837
3838 Added support for ES5 date time string format to Date.parse.
3839
3840 Performance improvements in the x64 backend.
3841
3842
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000038432010-04-28: Version 2.2.6
3844
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003845 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003846 (by Ryan Dahl <coldredlemur@gmail.com>).
3847
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003848 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003849
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003850 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003851
3852 Performance improvements on all platforms.
3853
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003854
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000038552010-04-26: Version 2.2.5
3856
3857 Various performance improvements (especially for ARM and x64)
3858
3859 Fixed bug in CPU profiling (http://crbug.com/42137)
3860
3861 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003862
3863 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003864 wrong calculations.
3865
3866 Fixed a bug that may cause a wrong result for shift operations.
3867
3868
38692010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003870
3871 Fixed warnings on arm on newer GCC versions.
3872
3873 Fixed a number of minor bugs.
3874
3875 Performance improvements on all platforms.
3876
3877
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000038782010-04-14: Version 2.2.3
3879
3880 Added stack command and mem command to ARM simulator debugger.
3881
3882 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3883
3884 Performance improvements on all platforms.
3885
3886
ager@chromium.org357bf652010-04-12 11:30:10 +000038872010-04-12: Version 2.2.2
3888
3889 Introduced new profiler API.
3890
3891 Fixed random number generator to produce full 32 random bits.
3892
3893
lrn@chromium.org25156de2010-04-06 13:10:27 +000038942010-04-06: Version 2.2.1
3895
3896 Debugger improvements.
3897
3898 Fixed minor bugs.
3899
3900
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000039012010-03-29: Version 2.2.0
3902
3903 Fixed a few minor bugs.
3904
3905 Performance improvements for string operations.
3906
3907
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000039082010-03-26: Version 2.1.10
3909
3910 Fixed scons build issues.
3911
3912 Fixed a couple of minor bugs.
3913
3914
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000039152010-03-25: Version 2.1.9
3916
3917 Added API support for reattaching a global object to a context.
3918
3919 Extended debugger API with access to the internal debugger context.
3920
3921 Fixed Chromium crashes (issues http://crbug.com/39128 and
3922 http://crbug.com/39160)
3923
3924
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000039252010-03-24: Version 2.1.8
3926
3927 Added fine-grained garbage collection callbacks to the API.
3928
3929 Performance improvements on all platforms.
3930
3931
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000039322010-03-22: Version 2.1.7
3933
3934 Fixed issue 650.
3935
3936 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003937
3938 Performance improvements for arithmetic operations.
3939
3940 Performance improvements for string operations.
3941
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003942 Print script name and line number information in stack trace.
3943
3944
39452010-03-17: Version 2.1.6
3946
3947 Performance improvements for arithmetic operations.
3948
3949 Performance improvements for string operations.
3950
3951
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000039522010-03-10: Version 2.1.4
3953
3954 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3955
3956 Performance improvements on all platforms.
3957
3958
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000039592010-03-10: Version 2.1.3
3960
3961 Added API method for context-disposal notifications.
3962
3963 Added API method for accessing elements by integer index.
3964
3965 Added missing implementation of Uint32::Value and Value::IsUint32
3966 API methods.
3967
3968 Added IsExecutionTerminating API method.
3969
3970 Disabled strict aliasing for GCC 4.4.
3971
3972 Fixed string-concatenation bug (issue 636).
3973
3974 Performance improvements on all platforms.
3975
3976
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000039772010-02-23: Version 2.1.2
3978
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003979 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003980
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003981 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003982
3983 Performance improvements on all platforms.
3984
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003985
ager@chromium.org5c838252010-02-19 08:53:10 +000039862010-02-19: Version 2.1.1
3987
3988 [ES5] Implemented Object.defineProperty.
3989
3990 Improved profiler support.
3991
3992 Added SetPrototype method in the public V8 API.
3993
3994 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3995 objects in the API.
3996
3997 Performance improvements on all platforms.
3998
3999
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000040002010-02-03: Version 2.1.0
4001
4002 Values are now always wrapped in objects when used as a receiver.
4003 (issue 223).
4004
4005 [ES5] Implemented Object.getOwnPropertyNames.
4006
4007 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4008 JSON grammar.
4009
4010 Improvement of debugger agent (issue 549 and 554).
4011
4012 Fixed problem with skipped stack frame in profiles (issue 553).
4013
4014 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4015 <ry@tinyclouds.org>.
4016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004017 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004018 integers.
4019
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004020 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004021 functions (isue http://crbug.com/3867).
4022
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004023 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004024
4025 Numerous performance improvements including porting of previous IA-32
4026 optimizations to x64 and ARM architectures.
4027
4028
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000040292010-01-14: Version 2.0.6
4030
4031 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4032 GetOwnProperty, FromPropertyDescriptor.
4033
4034 Fixed Mac x64 build errors.
4035
4036 Improved performance of some math and string operations.
4037
4038 Improved performance of some regexp operations.
4039
4040 Improved performance of context creation.
4041
4042 Improved performance of hash tables.
4043
4044
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000040452009-12-18: Version 2.0.5
4046
4047 Extended to upper limit of map space to allow for 7 times as many map
4048 to be allocated (issue 524).
4049
4050 Improved performance of code using closures.
4051
4052 Improved performance of some binary operations involving doubles.
4053
4054
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000040552009-12-16: Version 2.0.4
4056
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004057 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004058
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004059 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004060
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004061 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004062
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004063 Improved handling of external strings by using a separate table
4064 instead of weak handles. This improves garbage collection
4065 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004066
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004067 Changed code generation for object and array literals in toplevel
4068 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004069
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004070 Fixed a crash bug triggered when garbage collection happened during
4071 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004072
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004073 Fixed crash bug sometimes triggered when local variables shadowed
4074 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004075
4076
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000040772009-12-03: Version 2.0.3
4078
4079 Optimized handling and adding of strings, for-in and Array.join.
4080
4081 Heap serialization is now non-destructive.
4082
4083 Improved profiler support with information on time spend in C++
4084 callbacks registered through the API.
4085
4086 Added commands to the debugger protocol for starting/stopping
4087 profiling.
4088
4089 Enabled the non-optimizing compiler for top-level code.
4090
4091 Changed the API to only allow strings to be set as data objects on
4092 Contexts and scripts to avoid potentially keeping global objects
4093 around for too long (issue 528).
4094
4095 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4096
4097 Fixed bugs.
4098
4099
ager@chromium.org01beca72009-11-24 14:29:16 +000041002009-11-24: Version 2.0.2
4101
4102 Improved profiler support.
4103
4104 Fixed bug that broke compilation of d8 with readline support.
4105
4106
ager@chromium.org6141cbe2009-11-20 12:14:52 +000041072009-11-20: Version 2.0.1
4108
4109 Fixed crash bug in String.prototype.replace.
4110
4111 Reverted a change which caused Chromium interactive ui test
4112 failures.
4113
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004114
ager@chromium.orgc4c92722009-11-18 14:12:51 +000041152009-11-18: Version 2.0.0
4116
4117 Added support for VFP on ARM.
4118
4119 Added TryCatch::ReThrow method to the API.
4120
4121 Reduced the size of snapshots and improved the snapshot load time.
4122
4123 Improved heap profiler support.
4124
4125 64-bit version now supported on Windows.
4126
4127 Fixed a number of debugger issues.
4128
4129 Fixed bugs.
4130
4131
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000041322009-10-29: Version 1.3.18
4133
4134 Reverted a change which caused crashes in RegExp replace.
4135
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004136 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004137
4138
ager@chromium.org3811b432009-10-28 14:53:37 +000041392009-10-28: Version 1.3.17
4140
4141 Added API method to get simple heap statistics.
4142
4143 Improved heap profiler support.
4144
4145 Fixed the implementation of the resource constraint API so it
4146 works when using snapshots.
4147
4148 Fixed a number of issues in the Windows 64-bit version.
4149
4150 Optimized calls to API getters.
4151
4152 Added valgrind notification on code modification to the 64-bit version.
4153
4154 Fixed issue where we logged shared library addresses on Windows at
4155 startup and never used them.
4156
4157
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000041582009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004159
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004160 X64: Convert smis to holding 32 bits of payload.
4161
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004162 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004163
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004164 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004165
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004166 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004167 Patch by Jan de Mooij <jandemooij@gmail.com>
4168
4169 Implement ES5 Array.isArray
4170 Patch by Jan de Mooij <jandemooij@gmail.com>
4171
4172 Skip access checks for hidden properties.
4173
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004174 Added String::Concat(Handle<String> left, Handle<String> right) to the
4175 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004176
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004177 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004178
4179
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000041802009-10-07: Version 1.3.15
4181
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004182 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004183
4184 Fixed a crash bug happening when starting profiling (issue
4185 http://crbug.com/23768).
4186
4187
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000041882009-10-07: Version 1.3.14
4189
4190 Added GetRealNamedProperty to the API to lookup real properties
4191 located on the object or in the prototype chain skipping any
4192 interceptors.
4193
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004194 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004195 stack limit now needs to be set to each thread thich is used with V8.
4196
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004197 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004198
4199 Ensure V8 is initialized before locking and unlocking threads.
4200
4201 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004202 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004203 Crockford from the project.
4204
4205 Added a missing optimization in StringCharAt.
4206
4207 Fixed some flaky socket tests.
4208
4209 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4210 in 64-bit mode.
4211
4212 Fixed memory leaks in the thread management code.
4213
4214 Fixed the result of assignment to a pixel array. The assigned value
4215 is now the result.
4216
4217 Error reporting for invalid left-hand sides in for-in statements, pre-
4218 and postfix count expressions, and assignments now matches the JSC
4219 behavior in Safari 4.
4220
4221 Follow the spec in disallowing function declarations without a name.
4222
4223 Always allocate code objects within a 2 GB range. On x64 architecture
4224 this is used to use near calls (32-bit displacement) in Code objects.
4225
4226 Optimized array construction ported to x64 and ARM architectures.
4227
4228 [ES5] Changed Object.keys to return strings for element indices.
4229
4230
ager@chromium.org68e7ab72009-09-23 09:40:39 +000042312009-09-23: Version 1.3.13
4232
4233 Fixed uninitialized memory problem.
4234
4235 Improved heap profiler support.
4236
4237
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000042382009-09-22: Version 1.3.12
4239
4240 Changed behavior of |function|.toString() on built-in functions to
4241 be compatible with other implementations. Patch by Jan de Mooij.
4242
4243 Added Object::IsDirty in the API.
4244
4245 Optimized array construction; it is now handled purely in native
4246 code.
4247
4248 [ES5] Made properties of the arguments array enumerable.
4249
4250 [ES5] Added test suite adapter for the es5conform test suite.
4251
4252 [ES5] Added Object.keys function.
4253
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004254
ager@chromium.org4af710e2009-09-15 12:20:11 +000042552009-09-15: Version 1.3.11
4256
4257 Fixed crash in error reporting during bootstrapping.
4258
4259 Optimized generated IA32 math code by using SSE2 instructions when
4260 available.
4261
4262 Implemented missing pieces of debugger infrastructure on ARM. The
4263 debugger is now fully functional on ARM.
4264
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004265 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004266
4267
ager@chromium.orga1645e22009-09-09 19:27:10 +000042682009-09-09: Version 1.3.10
4269
4270 Fixed profiler on Mac in 64-bit mode.
4271
4272 Optimized creation of objects from simple constructor functions on
4273 ARM.
4274
4275 Fixed a number of debugger issues.
4276
4277 Reduced the amount of memory consumed by V8.
4278
4279
ager@chromium.org18ad94b2009-09-02 08:22:29 +000042802009-09-02: Version 1.3.9
4281
4282 Optimized stack guard checks on ARM.
4283
4284 Optimized API operations by inlining more in the API.
4285
4286 Optimized creation of objects from simple constructor functions.
4287
4288 Enabled a number of missing optimizations in the 64-bit port.
4289
4290 Implemented native-code support for regular expressions on ARM.
4291
4292 Stopped using the 'sahf' instruction on 64-bit machines that do
4293 not support it.
4294
4295 Fixed a bug in the support for forceful termination of JavaScript
4296 execution.
4297
4298
ager@chromium.org96c75b52009-08-26 09:13:16 +000042992009-08-26: Version 1.3.8
4300
4301 Changed the handling of idle notifications to allow idle
4302 notifications when V8 has not yet been initialized.
4303
4304 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004305
ager@chromium.org96c75b52009-08-26 09:13:16 +00004306
ager@chromium.orgab99eea2009-08-25 07:05:41 +000043072009-08-25: Version 1.3.7
4308
4309 Reduced the size of generated code on ARM platforms by reducing
4310 the size of constant pools.
4311
4312 Changed build files to not include the 'ENV' user environment
4313 variable in the build environment.
4314
4315 Changed the handling of idle notifications.
4316
4317
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000043182009-08-21: Version 1.3.6
4319
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004320 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004321
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004322 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004323 a low memory situation to V8.
4324
4325 Changed the handling of global handles (persistent handles in the API
4326 sense) to avoid issues regarding allocation of new global handles
4327 during weak handle callbacks.
4328
4329 Changed the growth policy of the young space.
4330
4331 Fixed a GC issue introduced in version 1.3.5.
4332
4333
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000043342009-08-19: Version 1.3.5
4335
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004336 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004337
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004338 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004339
4340 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4341
4342 Changed typeof RegExp from 'object' to 'function' for compatibility.
4343 Fixed bug where regexps were not callable across contexts.
4344
4345 Added context independent script compilation to the API.
4346
4347 Added API call to get the stack trace for an exception.
4348
4349 Added API for getting object mirrors.
4350
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004351 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004352 running off a snapshot generated without using SSE3 instructions.
4353
4354 Tweaked the handling of the initial size and growth policy of the heap.
4355
4356 Added native code generation for RegExp to 64-bit version.
4357
4358 Added JavaScript debugger support to 64-bit version.
4359
4360
ager@chromium.orgadd848f2009-08-13 12:44:13 +000043612009-08-13: Version 1.3.4
4362
4363 Added a readline() command to the d8 shell.
4364
4365 Fixed bug in json parsing.
4366
4367 Added idle notification to the API and reduced memory on idle
4368 notifications.
4369
4370
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000043712009-08-12: Version 1.3.3
4372
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004373 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004374
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004375 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004376
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004377 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004378
4379 API: added function to find instance of template in prototype
4380 chain. Inlined Object::IsInstanceOf.
4381
4382 Land change to notify valgrind when we modify code on x86.
4383
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004384 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004385
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004386 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004387
4388
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000043892009-08-05: Version 1.3.2
4390
4391 Started new compiler infrastructure for two-pass compilation using a
4392 control flow graph constructed from the AST.
4393
4394 Profiler stack sampling for X64.
4395
4396 Safe handling of NaN to Posix platform-dependent time functions.
4397
4398 Added a new profiler control API to unify controlling various aspects
4399 of profiling.
4400
4401 Fixed issue 392.
4402
4403
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000044042009-07-30: Version 1.3.1
4405
4406 Speed improvements to accessors and interceptors.
4407
4408 Added support for capturing stack information on custom errors.
4409
4410 Added support for morphing an object into a pixel array where its
4411 indexed properties are stored in an external byte array. Values written
4412 are always clamped to the 0..255 interval.
4413
4414 Profiler on x64 now handles C/C++ functions from shared libraries.
4415
4416 Changed the debugger to avoid stepping into function.call/apply if the
4417 function is a built-in.
4418
4419 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004420
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004421 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004422
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004423 Optimized the called as constructor check for API calls.
4424
4425
kasperl@chromium.orge959c182009-07-27 08:59:04 +000044262009-07-27: Version 1.3.0
4427
4428 Allowed RegExp objects to be called as functions (issue 132).
4429
4430 Fixed issue where global property cells would escape after
4431 detaching the global object; see http://crbug.com/16276.
4432
4433 Added support for stepping into setters and getters in the
4434 debugger.
4435
4436 Changed the debugger to avoid stopping in its own JavaScript code
4437 and in the code of built-in functions.
4438
4439 Fixed issue 345 by avoiding duplicate escaping labels.
4440
4441 Fixed ARM code generator crash in short-circuited boolean
4442 expressions and added regression tests.
4443
4444 Added an external allocation limit to avoid issues where small V8
4445 objects would hold on to large amounts of external memory without
4446 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004447
4448 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004449
4450
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000044512009-07-13: Version 1.2.14
4452
4453 Added separate paged heap space for global property cells and
4454 avoid updating the write barrier when storing into them.
4455
4456 Improved peep-hole optimization on ARM platforms by not emitting
4457 unnecessary debug information.
4458
4459 Re-enabled ICs for loads and calls that skip a global object
4460 during lookup through the prototype chain.
4461
4462 Allowed access through global proxies to use ICs.
4463
4464 Fixed issue 401.
4465
4466
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000044672009-07-09: Version 1.2.13
4468
4469 Fixed issue 397, issue 398, and issue 399.
4470
4471 Added support for breakpoint groups.
4472
4473 Fixed bugs introduced with the new global object representation.
4474
4475 Fixed a few bugs in the ARM code generator.
4476
4477
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000044782009-07-06: Version 1.2.12
4479
4480 Added stack traces collection to Error objects accessible through
4481 the e.stack property.
4482
4483 Changed RegExp parser to use a recursive data structure instead of
4484 stack-based recursion.
4485
4486 Optimized Date object construction and string concatenation.
4487
4488 Improved performance of div, mod, and mul on ARM platforms.
4489
4490
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000044912009-07-02: Version 1.2.11
4492
4493 Improved performance on IA-32 and ARM.
4494
4495 Fixed profiler sampler implementation on Mac OS X.
4496
4497 Changed the representation of global objects to improve
4498 performance of adding a lot of new properties.
4499
4500
ager@chromium.org3e875802009-06-29 08:26:34 +000045012009-06-29: Version 1.2.10
4502
4503 Improved debugger support.
4504
4505 Fixed bug in exception message reporting (issue 390).
4506
4507 Improved overall performance.
4508
4509
ager@chromium.org5aa501c2009-06-23 07:57:28 +000045102009-06-23: Version 1.2.9
4511
4512 Improved math performance on ARM.
4513
4514 Fixed profiler name-inference bug.
4515
4516 Fixed handling of shared libraries in the profiler tick processor
4517 scripts.
4518
4519 Fixed handling of tests that time out in the test scripts.
4520
4521 Fixed compilation on MacOS X version 10.4.
4522
4523 Fixed two bugs in the regular expression engine.
4524
4525 Fixed a bug in the string type inference.
4526
4527 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004528
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004529 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004530
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004531
ager@chromium.orgeadaf222009-06-16 09:43:10 +000045322009-06-16: Version 1.2.8
4533
4534 Optimized math on ARM platforms.
4535
4536 Fixed two crash bugs in the handling of getters and setters.
4537
4538 Improved the debugger support by adding scope chain information.
4539
4540 Improved the profiler support by compressing log data transmitted
4541 to clients.
4542
4543 Improved overall performance.
4544
4545
ager@chromium.orge2902be2009-06-08 12:21:35 +000045462009-06-08: Version 1.2.7
4547
4548 Improved debugger and profiler support.
4549
4550 Reduced compilation time by improving the handling of deferred
4551 code.
4552
4553 Optimized interceptor accesses where the property is on the object
4554 on which the interceptors is attached.
4555
4556 Fixed compilation problem on GCC 4.4 by changing the stack
4557 alignment to 16 bytes.
4558
4559 Fixed handle creation to follow stric aliasing rules.
4560
4561 Fixed compilation on FreeBSD.
4562
4563 Introduced API for forcing the deletion of a property ignoring
4564 interceptors and attributes.
4565
4566
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000045672009-05-29: Version 1.2.6
4568
4569 Added a histogram recording hit rates at different levels of the
4570 compilation cache.
4571
4572 Added stack overflow check for the RegExp analysis phase. Previously a
4573 very long regexp graph could overflow the stack with recursive calls.
4574
4575 Use a dynamic buffer when collecting log events in memory.
4576
4577 Added start/stop events to the profiler log.
4578
4579 Fixed infinite loop which could happen when setting a debug break while
4580 executing a RegExp compiled to native code.
4581
4582 Fixed handling of lastIndexOf called with negative index (issue 351).
4583
4584 Fixed irregular crash in profiler test (issue 358).
4585
4586 Fixed compilation issues with some versions of gcc.
4587
4588
kasperl@chromium.org71affb52009-05-26 05:44:31 +000045892009-05-26: Version 1.2.5
4590
4591 Fixed bug in initial boundary check for Boyer-Moore text
4592 search (issue 349).
4593
4594 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4595 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4596 Craig Schlenter.
4597
4598 Added a script cache to the debugger.
4599
4600 Optimized compilation performance by improving internal data
4601 structures and avoiding expensive property load optimizations for
4602 code that's infrequently executed.
4603
4604 Exposed the calling JavaScript context through the static API
4605 function Context::GetCalling().
4606
4607
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000046082009-05-18: Version 1.2.4
4609
4610 Improved performance of floating point number allocation for ARM
4611 platforms.
4612
4613 Fixed crash when using the instanceof operator on functions with
4614 number values in their prototype chain (issue 341).
4615
4616 Optimized virtual frame operations in the code generator to speed
4617 up compilation time and allocated the frames in the zone.
4618
4619 Made the representation of virtual frames and jump targets in the
4620 code generator much more compact.
4621
4622 Avoided linear search for non-locals in scope code when resolving
4623 variables inside with and eval scopes.
4624
4625 Optimized lexical scanner by dealing with whitespace as part of
4626 the token scanning instead of as a separate step before it.
4627
4628 Changed the scavenging collector so that promoted objects do not
4629 reside in the old generation while their remembered set is being
4630 swept for pointers into the young generation.
4631
4632 Fixed numeric overflow handling when compiling count operations.
4633
4634
ager@chromium.org9085a012009-05-11 19:22:57 +000046352009-05-11: Version 1.2.3
4636
4637 Fixed bug in reporting of out-of-memory situations.
4638
4639 Introduced hidden prototypes on certain builtin prototype objects
4640 such as String.prototype to emulate JSC's behavior of restoring
4641 the original function when deleting functions from those prototype
4642 objects.
4643
4644 Fixed crash bug in the register allocator.
4645
4646
ager@chromium.org5ec48922009-05-05 07:25:34 +000046472009-05-04: Version 1.2.2
4648
4649 Fixed bug in array sorting for sparse arrays (issue 326).
4650
4651 Added support for adding a soname when building a shared library
4652 on Linux (issue 151).
4653
4654 Fixed bug caused by morphing internal ASCII strings to external
4655 two-byte strings. Slices over ASCII strings have to forward ASCII
4656 checks to the underlying buffer string.
4657
4658 Allowed API call-as-function handlers to be called as
4659 constructors.
4660
4661 Fixed a crash bug where an external string was disposed but a
4662 slice of the external string survived as a symbol.
4663
4664
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000046652009-04-27: Version 1.2.1
4666
4667 Added EcmaScript 5 JSON object.
4668
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004669 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004670
4671
ager@chromium.org65dad4b2009-04-23 08:48:43 +000046722009-04-23: Version 1.2.0
4673
4674 Optimized floating-point operations on ARM.
4675
4676 Added a number of extensions to the debugger API.
4677
4678 Changed the enumeration order for unsigned integer keys to always
4679 be numerical order.
4680
4681 Added a "read" extension to the shell sample.
4682
4683 Added support for Array.prototype.reduce and
4684 Array.prototype.reduceRight.
4685
4686 Added an option to the SCons build to control Microsoft Visual C++
4687 link-time code generation.
4688
4689 Fixed a number of bugs (in particular issue 315, issue 316,
4690 issue 317 and issue 318).
4691
4692
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000046932009-04-15: Version 1.1.10
4694
4695 Fixed crash bug that occurred when loading a const variable in the
4696 presence of eval.
4697
4698 Allowed using with and eval in registered extensions in debug mode
4699 by fixing bogus assert.
4700
4701 Fixed the source position for function returns to enable the
4702 debugger to break there.
4703
4704
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000047052009-04-14: Version 1.1.9
4706
4707 Made the stack traversal code in the profiler robust by avoiding
4708 to look into the heap.
4709
4710 Added name inferencing for anonymous functions to facilitate
4711 debugging and profiling.
4712
4713 Re-enabled stats timers in the developer shell (d8).
4714
4715 Fixed issue 303 by avoiding to shortcut cons-symbols.
4716
4717
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000047182009-04-11: Version 1.1.8
4719
4720 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4721
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004722 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004723 the debugger (issue 269).
4724
4725 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4726 are no hidden properties.
4727
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004728 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004729 entries with deleted resources would lead to NPEs when looking
4730 up in the symbol table.
4731
4732
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000047332009-04-07: Version 1.1.7
4734
4735 Added support for easily importing additional environment
4736 variables into the SCons build.
4737
4738 Optimized strict equality checks.
4739
4740 Fixed crash in indexed setters on objects without a corresponding
4741 getter (issue 298).
4742
4743 Re-enabled script compilation cache.
4744
4745
ager@chromium.org8682a592009-04-01 10:47:14 +000047462009-04-01: Version 1.1.6
4747
4748 Reverted an unsafe code generator change.
4749
4750
ager@chromium.org71daaf62009-04-01 07:22:49 +000047512009-04-01: Version 1.1.5
4752
4753 Fixed bug that caused function literals to not be optimized as
4754 much as other functions.
4755
4756 Improved profiler support.
4757
4758 Fixed a crash bug in connection with debugger unloading.
4759
4760 Fixed a crash bug in the code generator caused by losing the
4761 information that a frame element was copied.
4762
4763 Fixed an exception propagation bug that could cause non-null
4764 return values when exceptions were thrown.
4765
4766
ager@chromium.org41826e72009-03-30 13:30:57 +000047672009-03-30: Version 1.1.4
4768
4769 Optimized String.prototype.match.
4770
4771 Improved the stack information in profiles.
4772
4773 Fixed bug in ARM port making it possible to compile the runtime
4774 system for thumb mode again.
4775
4776 Implemented a number of optimizations in the code generator.
4777
4778 Fixed a number of memory leaks in tests.
4779
4780 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004781 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004782
4783
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000047842009-03-24: Version 1.1.3
4785
4786 Fixed assertion failures in compilation of loop conditions.
4787
4788 Removed STL dependency from developer shell (d8).
4789
4790 Added infrastructure for protecting the V8 heap from corruption
4791 caused by memory modifications from the outside.
4792
4793
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000047942009-03-24: Version 1.1.2
4795
4796 Improved frame merge code generated by the code generator.
4797
4798 Optimized String.prototype.replace.
4799
4800 Implemented __defineGetter__ and __defineSetter__ for properties
4801 with integer keys on non-array objects.
4802
4803 Improved debugger and profiler support.
4804
4805 Fixed a number of portability issues to allow compilation for
4806 smaller ARM devices.
4807
4808 Exposed object cloning through the API.
4809
4810 Implemented hidden properties. This is used to expose an identity
4811 hash for objects through the API.
4812
4813 Implemented restarting of regular expressions if their input
4814 string changes representation during preemption.
4815
4816 Fixed a code generator bug that could cause assignments in loops
4817 to be ignored if using continue to break out of the loop (issue
4818 284).
4819
4820
ager@chromium.org3a6061e2009-03-12 14:24:36 +000048212009-03-12: Version 1.1.1
4822
4823 Fixed an assertion in the new compiler to take stack overflow
4824 exceptions into account.
4825
4826 Removed exception propagation code that could cause crashes.
4827
4828 Fixed minor bug in debugger line number computations.
4829
4830 8-byte align the C stack on Linux and Windows to speed up floating
4831 point computations.
4832
4833
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000048342009-03-12: Version 1.1.0
4835
4836 Improved code generation infrastructure by doing simple register
4837 allocation and constant folding and propagation.
4838
4839 Optimized regular expression matching by avoiding to create
4840 intermediate string arrays and by flattening nested array
4841 representations of RegExp data.
4842
4843 Traverse a few stack frames when recording profiler samples to
4844 include partial call graphs in the profiling output.
4845
4846 Added support for using OProfile to profile generated code.
4847
4848 Added remote debugging support to the D8 developer shell.
4849
4850 Optimized creation of nested literals like JSON objects.
4851
4852 Fixed a bug in garbage collecting unused maps and turned it on by
4853 default (--collect-maps).
4854
4855 Added support for running tests under Valgrind.
4856
4857
kasperl@chromium.org061ef742009-02-27 12:16:20 +000048582009-02-27: Version 1.0.3
4859
4860 Optimized double-to-integer conversions in bit operations by using
4861 SSE3 instructions if available.
4862
4863 Optimized initialization sequences that store to multiple
4864 properties of the same object.
4865
4866 Changed the D8 debugger frontend to use JSON messages.
4867
4868 Force garbage collections when disposing contexts.
4869
4870 Align code objects at 32-byte boundaries.
4871
4872
ager@chromium.org381abbb2009-02-25 13:23:22 +000048732009-02-25: Version 1.0.2
4874
4875 Improved profiling support by performing simple call stack
4876 sampling for ticks and by fixing a bug in the logging of code
4877 addresses.
4878
4879 Fixed a number of debugger issues.
4880
4881 Optimized code that uses eval.
4882
4883 Fixed a couple of bugs in the regular expression engine.
4884
4885 Reduced the size of generated code for certain regular expressions.
4886
4887 Removed JSCRE completely.
4888
4889 Fixed issue where test could not be run if there was a dot in the
4890 checkout path.
4891
4892
ager@chromium.org6f10e412009-02-13 10:11:16 +000048932009-02-13: Version 1.0.1
4894
4895 Fixed two crash-bugs in irregexp (issue 231 and 233).
4896
4897 Fixed a number of minor bugs (issue 87, 227 and 228).
4898
4899 Added support for morphing strings to external strings on demand
4900 to avoid having to create copies in the embedding code.
4901
4902 Removed experimental support for external symbol callbacks.
4903
4904
iposva@chromium.org245aa852009-02-10 00:49:54 +000049052009-02-09: Version 1.0.0
4906
4907 Fixed crash-bug in the code generation for case independent 16 bit
4908 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004909
iposva@chromium.org245aa852009-02-10 00:49:54 +00004910 Made shells more robust in the presence of string conversion
4911 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004912
iposva@chromium.org245aa852009-02-10 00:49:54 +00004913 Fixed a potential infinite loop when attempting to resolve
4914 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004915
iposva@chromium.org245aa852009-02-10 00:49:54 +00004916 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004917
iposva@chromium.org245aa852009-02-10 00:49:54 +00004918 Reduced binary by stripping unneeded text from JavaScript library and
4919 minifying some JavaScript files.
4920
4921
ager@chromium.orgddb913d2009-01-27 10:01:48 +000049222009-01-27: Version 0.4.9
4923
4924 Enabled new regular expression engine.
4925
4926 Made a number of changes to the debugger protocol.
4927
4928 Fixed a number of bugs in the preemption support.
4929
4930 Added -p option to the developer shell to run files in parallel
4931 using preemption.
4932
4933 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4934 193, 198 and 201).
4935
4936 Fixed a number of bugs in the serialization/deserialization
4937 support for the ARM platform.
4938
4939
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000049402009-01-19: Version 0.4.8.1
4941
4942 Minor patch to debugger support.
4943
4944
ager@chromium.org32912102009-01-16 10:38:43 +000049452009-01-16: Version 0.4.8
4946
4947 Fixed string length bug on ARM (issue 171).
4948
4949 Made most methods in the API const.
4950
4951 Optimized object literals by improving data locality.
4952
4953 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004954 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004955
4956 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004957 eval to behave incorrectly when using accessors (issues 186, 190
4958 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004959
4960
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000049612009-01-06: Version 0.4.7
4962
ager@chromium.org32912102009-01-16 10:38:43 +00004963 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004964
ager@chromium.org32912102009-01-16 10:38:43 +00004965 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004966
ager@chromium.org32912102009-01-16 10:38:43 +00004967 Fixed subtle bug that caused the wrong 'this' to be used when
4968 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004969
ager@chromium.org32912102009-01-16 10:38:43 +00004970 Inline array loads within loops directly in the code instead of
4971 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004972
ager@chromium.org32912102009-01-16 10:38:43 +00004973
ager@chromium.org8bb60582008-12-11 12:02:20 +000049742008-12-11: Version 0.4.6
4975
4976 Fixed exception reporting bug where certain exceptions were
4977 incorrectly reported as uncaught.
4978
4979 Improved the memory allocation strategy used during compilation to
4980 make running out of memory when compiling huge scripts less
4981 likely.
4982
4983 Optimized String.replace by avoiding the construction of certain
4984 sub strings.
4985
4986 Fixed bug in code generation for large switch statements on ARM.
4987
4988 Fixed bug that caused V8 to change the global object template
4989 passed in by the user.
4990
4991 Changed the API for creating object groups used during garbage
4992 collection. Entire object groups are now passed to V8 instead of
4993 individual members of the groups.
4994
ager@chromium.org32912102009-01-16 10:38:43 +00004995
ager@chromium.orga74f0da2008-12-03 16:05:52 +000049962008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004997
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004998 Added experimental API support for allocating V8 symbols as
4999 external strings.
5000
5001 Fixed bugs in debugging support on ARM.
5002
5003 Changed eval implementation to correctly detect whether or not a
5004 call to eval is aliased.
5005
5006 Fixed bug caused by a combination of the compilation cache and
5007 dictionary probing in native code. The bug caused us to sometimes
5008 call functions that had not yet been compiled.
5009
5010 Added platform support for FreeBSD.
5011
5012 Added support for building V8 on Windows with either the shared or
5013 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005014
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005015 Added the v8::jscre namespace around the jscre functions to avoid
5016 link errors (duplicate symbols) when building Google Chrome.
5017
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005018 Added support for calling a JavaScript function with the current
5019 debugger execution context as its argument to the debugger
5020 interface.
5021
5022 Changed the type of names of counters from wchar_t to char.
5023
5024 Changed the Windows system call used to compute daylight savings
5025 time. The system call that we used to use became four times
5026 slower on WinXP SP3.
5027
5028 Added support in the d8 developer shell for memory-mapped counters
5029 and added a stats-viewer tool.
5030
5031 Fixed bug in upper/lower case mappings (issue 149).
5032
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005033
ager@chromium.org3bf7b912008-11-17 09:09:45 +000050342008-11-17: Version 0.4.4
5035
5036 Reduced code size by using shorter instruction encoding when
5037 possible.
5038
5039 Added a --help option to the shell sample and to the d8 shell.
5040
5041 Added visual studio project files for building the ARM simulator.
5042
5043 Fixed a number of ARM simulator issues.
5044
5045 Fixed bug in out-of-memory handling on ARM.
5046
5047 Implemented shell support for passing arguments to a script from
5048 the command line.
5049
5050 Fixed bug in date code that made certain date functions return -0
5051 instead of 0 for dates before the epoch.
5052
5053 Restricted applications of eval so it can only be used in the
5054 context of the associated global object.
5055
5056 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005057
5058
ager@chromium.org870a0b62008-11-04 11:43:05 +000050592008-11-04: Version 0.4.3
5060
5061 Added support for API accessors that prohibit overwriting by
5062 accessors defined in JavaScript code by using __defineGetter__ and
5063 __defineSetter__.
5064
5065 Improved handling of conditionals in test status files.
5066
5067 Introduced access control in propertyIsEnumerable.
5068
5069 Improved performance of some string operations by caching
5070 information about the type of the string between operations.
5071
5072 Fixed bug in fast-case code for switch statements that only have
5073 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005074
ager@chromium.org870a0b62008-11-04 11:43:05 +00005075
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000050762008-10-30: Version 0.4.2
5077
5078 Improved performance of Array.prototype.concat by moving the
5079 implementation to C++ (issue 123).
5080
5081 Fixed heap growth policy to avoid growing old space to its maximum
5082 capacity before doing a garbage collection and fixed issue that
5083 would lead to artificial out of memory situations (issue 129).
5084
5085 Fixed Date.prototype.toLocaleDateString to return the date in the
5086 same format as WebKit.
5087
5088 Added missing initialization checks to debugger API.
5089
5090 Added removing of unused maps during GC.
5091
5092
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000050932008-10-28: Version 0.4.1
5094
5095 Added caching of RegExp data in compilation cache.
5096
5097 Added Visual Studio project file for d8 shell.
5098
5099 Fixed function call performance regression introduced in version
5100 0.4.0 when splitting the global object in two parts (issue 120).
5101
5102 Fixed issue 131 by checking for empty handles before throwing and
5103 reporting exceptions.
5104
5105
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000051062008-10-23: Version 0.4.0
5107
5108 Split the global object into two parts: The state holding global
5109 object and the global object proxy.
5110
5111 Fixed bug that affected the value of an assignment to an element
5112 in certain cases (issue 116).
5113
5114 Added GetPropertyNames functionality (issue 33) and extra Date
5115 functions (issue 77) to the API.
5116
5117 Changed WeakReferenceCallback to take a Persistent<Value> instead
5118 of a Persistent<Object> (issue 101).
5119
5120 Fixed issues with message reporting for exceptions in try-finally
5121 blocks (issues 73 and 75).
5122
ager@chromium.org32912102009-01-16 10:38:43 +00005123 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005124
5125 Improved Boyer-Moore implementation for faster indexOf operations.
5126
5127 Added development shell (d8) which includes counters and
5128 completion support.
5129
5130 Fixed problem with the receiver passed to functions called from
5131 eval (issue 124).
5132
5133
ager@chromium.org7c537e22008-10-16 08:43:32 +000051342008-10-16: Version 0.3.5
5135
5136 Improved string hash-code distribution by excluding bit-field bits
5137 from the hash-code.
5138
5139 Changed string search algorithm used in indexOf from KMP to
5140 Boyer-Moore.
5141
5142 Improved the generated code for the instanceof operator.
5143
5144 Improved performance of slow-case string equality checks by
5145 specializing the code based on the string representation.
5146
5147 Improve the handling of out-of-memory situations (issue 70).
5148
5149 Improved performance of strict equality checks.
5150
5151 Improved profiler output to make it easier to see anonymous
5152 functions.
5153
5154 Improved performance of slow-case keyed loads.
5155
5156 Improved property access performance by allocating a number of
5157 properties in the front object.
5158
5159 Changed the toString behavior on the built-in object constructors
5160 to print [native code] instead of the actual source. Some web
5161 applications do not like constructors with complex toString
5162 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005163
ager@chromium.org7c537e22008-10-16 08:43:32 +00005164
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000051652008-10-06: Version 0.3.4
5166
5167 Changed Array.prototype.sort to use quick sort.
5168
5169 Fixed code generation issue where leaving a finally block with
5170 break or continue would accumulate elements on the expression
5171 stack (issue 86).
5172
5173 Made sure that the name accessor on functions returns the expected
5174 names for builtin JavaScript functions and C++ callback functions.
5175
5176 Added fast case code for extending the property storage array of
5177 JavaScript objects.
5178
5179 Ported switch statement optimizations introduced in version 0.3.3
5180 to the ARM code generator.
5181
5182 Allowed GCC to use strict-aliasing rules when compiling.
5183
5184 Improved performance of arguments object allocation by taking care
5185 of arguments adaptor frames in the generated code.
5186
5187 Updated the V8 benchmark suite to version 2.
5188
5189
ager@chromium.org236ad962008-09-25 09:45:57 +000051902008-09-25: Version 0.3.3
5191
5192 Improved handling of relocation information to enable more
5193 peep-hole optimizations.
5194
5195 Optimized switch statements where all labels are constant small
5196 integers.
5197
5198 Optimized String.prototype.indexOf for common cases.
5199
5200 Fixed more build issues (issue 80).
5201
5202 Fixed a couple of profiler issues.
5203
5204 Fixed bug where the body of a function created using the Function
5205 constructor was not allowed to end with a single-line comment
5206 (issue 85).
5207
5208 Improved handling of object literals by canonicalizing object
5209 literal maps. This will allow JSON objects with the same set of
5210 properties to share the same map making inline caching work better
5211 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005212
ager@chromium.org236ad962008-09-25 09:45:57 +00005213
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000052142008-09-17: Version 0.3.2
5215
5216 Generalized the EvalCache into a CompilationCache and enabled it
5217 for scripts too. The current strategy is to retire all entries
5218 whenever a mark-sweep collection is started.
5219
5220 Fixed bug where switch statements containing only a default case
5221 would lead to an unbalanced stack (issue 69).
5222
5223 Fixed bug that made access to the function in a named function
5224 expression impossible in certain situations (issue 24).
5225
5226 Fixed even more build issues.
5227
5228 Optimized calling conventions on ARM. The conventions on ARM and
5229 IA-32 now match.
5230
5231 Removed static initializers for flags and counters.
5232
5233 Improved inline caching behavior for uncommon cases where lazily
5234 loading Date and RegExp code could force certain code paths go
5235 megamorphic.
5236
5237 Removed arguments adaption for builtins written in C++. This
5238 makes Array.prototype.push and Array.prototype.pop slightly
5239 faster.
5240
5241
ager@chromium.org9258b6b2008-09-11 09:11:10 +000052422008-09-11: Version 0.3.1
5243
5244 Fixed a number of build issues.
5245
5246 Fixed problem with missing I-cache flusing on ARM.
5247
5248 Changed space layout in memory management by splitting up
5249 code space into old data space and code space.
5250
5251 Added utf-8 conversion support to the API (issue 57).
5252
5253 Optimized repeated calls to eval with the same strings. These
5254 repeated calls are common in web applications.
5255
5256 Added Xcode project file.
5257
5258 Optimized a couple of Array operation.
5259
5260 Fixed parser bug by checking for end-of-string when parsing break
5261 and continue (issue 35).
5262
5263 Fixed problem where asian characters were not categorized as
5264 letters.
5265
5266 Fixed bug that disallowed calling functions fetched from an array
5267 using a string as an array index (issue 32).
5268
5269 Fixed bug where the internal field count on object templates were
5270 sometimes ignored (issue 54).
5271
5272 Added -f option to the shell sample for compatibility with other
5273 engines (issue 18).
5274
5275 Added source info to TryCatches in the API.
5276
5277 Fixed problem where the seed for the random number generator was
5278 clipped in a double to unsigned int conversion.
5279
5280 Fixed bug where cons string symbols were sometimes converted to
5281 non-symbol flat strings during GC.
5282
5283 Fixed bug in error reporting when attempting to convert null to an
5284 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005285
5286
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000052872008-09-04: Version 0.3.0
5288
5289 Added support for running tests on the ARM simulator.
5290
5291 Fixed bug in the 'in' operator where negative indices were not
5292 treated correctly.
5293
5294 Fixed build issues on gcc-4.3.1.
5295
5296 Changed Date.prototype.toLocaleTimeString to not print the
5297 timezone part of the time.
5298
5299 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5300 with user code.
5301
5302
v8.team.kasperl727e9952008-09-02 14:56:44 +000053032008-09-02: Version 0.2.5
5304
5305 Renamed the top level directory 'public' to 'include'.
5306
5307 Added 'env' option to the SCons build scripts to support
5308 overriding the ENV part of the build environment. This is mostly
5309 to support Windows builds in cases where SCons cannot find the
5310 correct paths to the Windows SDK, as these paths cannot be passed
5311 through shell environment variables.
5312
5313 Enabled "Buffer Security Check" on for the Windows SCons build and
5314 added the linker option /OPT:ICF as an optimization.
5315
5316 Added the V8 benchmark suite to the repository.
5317
5318
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000053192008-09-01: Version 0.2.4
5320
5321 Included mjsunit JavaScript test suite and C++ unit tests.
5322
5323 Changed the shell sample to not print the result of executing a
5324 script provided on the command line.
5325
5326 Fixed issue when building samples on Windows using a shared V8
5327 library. Added visibility option on Linux build which makes the
5328 generated library 18% smaller.
5329
5330 Changed build system to accept multiple build modes in one build
5331 and generate separate objects, libraries and executables for each
5332 mode.
5333
5334 Removed deferred negation optimization (a * -b => -(a * b)) since
5335 this visibly changes operand conversion order.
5336
5337 Improved parsing performance by introducing stack guard in
5338 preparsing. Without a stack guard preparsing always bails out
5339 with stack overflow.
5340
5341 Changed shell sample to take flags directly from the command-line.
5342 Added API call that implements this.
5343
5344 Added load, quit and version functions to the shell sample so it's
5345 easier to run benchmarks and tests.
5346
5347 Fixed issue with building samples and cctests on 64-bit machines.
5348
5349 Fixed bug in the runtime system where the prototype chain was not
5350 always searched for a setter when setting a property that does not
5351 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005352
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005353
mads.s.agercbaa0602008-08-14 13:41:48 +000053542008-08-14: Version 0.2.3
5355
5356 Improved performance of garbage collection by moving the
5357 function that updates pointers during compacting collection
5358 into the updating visitor. This gives the compiler a better
5359 chance to inline and avoid a function call per (potential)
5360 pointer.
5361
5362 Extended the shell sample with a --runtime-flags option.
5363
5364 Added Visual Studio project files for the shell.cc and
5365 process.cc samples.
5366
5367
53682008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005369
5370 Improved performance of garbage collection by changing the way
5371 we use the marking stack in the event of stack overflow during
5372 full garbage collection and by changing the way we mark roots.
5373
5374 Cleaned up ARM version by removing top of stack caching and by
5375 introducing push/pop elimination.
5376
5377 Cleaned up the way runtime functions are called to allow
5378 runtime calls with no arguments.
5379
5380 Changed Windows build options to make sure that exceptions are
5381 disabled and that optimization flags are enabled.
5382
5383 Added first version of Visual Studio project files.
5384
5385
mads.s.agercbaa0602008-08-14 13:41:48 +000053862008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005387
5388 Improved performance of unary addition by avoiding runtime calls.
5389
5390 Fixed the handling of '>' and '<=' to use right-to-left conversion
5391 and left-to-right evaluation as specified by ECMA-262.
5392
5393 Fixed a branch elimination bug on the ARM platform where incorrect
5394 code was generated because of overly aggressive branch
5395 elimination.
5396
5397 Improved performance of code that repeatedly assigns the same
5398 function to the same property of different objects with the same
5399 map.
5400
5401 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5402 no longer expects DEBUG to be defined.
5403
5404 Added platform-nullos.cc to serve as the basis for new platform
5405 implementations.
5406
mads.s.ager31e71382008-08-13 09:32:07 +00005407
mads.s.agercbaa0602008-08-14 13:41:48 +000054082008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005409
5410 Changed all text files to have native svn:eol-style.
5411
5412 Added a few samples and support for building them. The samples
5413 include a simple shell that can be used to benchmark and test V8.
5414
5415 Changed V8::GetVersion to return the version as a string.
5416
5417 Added source for lazily loaded scripts to snapshots and made
5418 serialization non-destructive.
5419
5420 Improved ARM support by fixing the write barrier code to use
5421 aligned loads and stores and by removing premature locals
5422 optimization that relied on broken support for callee-saved
5423 registers (removed).
5424
5425 Refactored the code for marking live objects during garbage
5426 collection and the code for allocating objects in paged
5427 spaces. Introduced an abstraction for the map word of a heap-
5428 allocated object and changed the memory allocator to allocate
5429 executable memory only for spaces that may contain code objects.
5430
5431 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5432 they can be used by debugging and logging modules. Added
5433 thread-safe message queues for dealing with debugger events.
5434
5435 Fixed the source code reported by toString for certain builtin
5436 empty functions and made sure that the prototype property of a
5437 function is enumerable.
5438
5439 Improved performance of converting values to condition flags in
5440 generated code.
5441
5442 Merged disassembler-{arch} files.
5443
5444
mads.s.agercbaa0602008-08-14 13:41:48 +000054452008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005446
5447 Added support for storing JavaScript stack traces in a stack
5448 allocated buffer to make it visible in shallow core dumps.
5449 Controlled by the --preallocate-message-memory flag which is
5450 disabled by default.
5451
5452
mads.s.agercbaa0602008-08-14 13:41:48 +000054532008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005454
5455 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5456 map transitions would count as properties.
5457
5458 Allowed aliased eval invocations by treating them as evals in the
5459 global context. This may change in the future.
5460
5461 Added support for accessing the last entered context through the
5462 API and renamed Context::Current to Context::GetCurrent and
5463 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5464
5465 Fixed bug in the debugger that would cause the debugger scripts to
5466 be recursively loaded and changed all disabling of interrupts to
5467 be block-structured.
5468
5469 Made snapshot data read-only to allow it to be more easily shared
5470 across multiple users of V8 when linked as a shared library.
5471
5472
mads.s.agercbaa0602008-08-14 13:41:48 +000054732008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005474
5475 Fixed building on Mac OS X by recognizing i386 and friends as
5476 IA-32 platforms.
5477
5478 Added propagation of stack overflow exceptions that occur while
5479 compiling nested functions.
5480
5481 Improved debugger with support for recursive break points and
5482 handling of exceptions that occur in the debugger JavaScript code.
5483
5484 Renamed GetInternal to GetInternalField and SetInternal to
5485 SetInternalField in the API and moved InternalFieldCount and
5486 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5487
5488
mads.s.agercbaa0602008-08-14 13:41:48 +000054892008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005490
5491 Fixed bug in stack overflow check code for IA-32 targets where a
5492 non-tagged value in register eax was pushed to the stack.
5493
5494 Fixed potential quadratic behavior when converting strings to
5495 numbers.
5496
5497 Fixed bug where the return value from Object::SetProperty could
5498 end up being the property holder instead of the written value.
5499
5500 Improved debugger support by allowing nested break points and by
5501 dealing with stack-overflows when compiling functions before
5502 setting break points in them.
5503
5504
mads.s.agercbaa0602008-08-14 13:41:48 +000055052008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005506
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005507 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005508
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005509# Local Variables:
5510# mode:text
5511# End: