blob: 25d11b136777757bc52e616441b9d9ea2f040a06 [file] [log] [blame]
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +000012013-06-05: Version 3.19.9
2
3 Implemented Load IC support for loading properties from primitive
4 values to avoid perpetual soft deopts. (Chromium issue 242512)
5
6 Implemented Freeing of PerThreadAssertData when possible to avoid
7 memory leak. (Chromium issue 246567)
8
9 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
10
11 Performance and stability improvements on all platforms.
12
13
rossberg@chromium.org79e79022013-06-03 15:43:46 +0000142013-06-03: Version 3.19.8
15
16 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
17
18 Fixed initialization of literal objects. (Chromium issue 245424)
19
20 Fixed function name inferred inside closures. (Chromium issue 224884)
21
22 Performance and stability improvements on all platforms.
23
24
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +0000252013-05-31: Version 3.19.7
26
27 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
28 (issue 2702)
29
30 Made sure IfBuilder::Return clears the current block.
31 (Chromium issue 243868)
32
33 Fixed two CPU profiler tests on ARM and MIPS simulators
34 (issue 2628)
35
36 Fixed idle incremental GC for large objects.
37 (Chromium issue 241815)
38
39 Disabled --optimize-constructed-arrays due to crashes
40 (Chromium issue 244461)
41
42 Performance and stability improvements on all platforms.
43
44
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +0000452013-05-28: Version 3.19.6
46
47 Fixed IfBuilder::Deopt to clear the current block
48 (Chromium issue 243868).
49
50 Performance and stability improvements on all platforms.
51
52
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +0000532013-05-27: Version 3.19.5
54
55 Reset regexp parser flag after scanning ahead for capture groups.
56 (issue 2690)
57
58 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
59 (issue 2628)
60
61 Performance and stability improvements on all platforms.
62
63
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +0000642013-05-24: Version 3.19.4
65
66 Fixed edge case in stack trace formatting. (Chromium issue 237617)
67
68 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
69 issue 240032)
70
71 Made Object.freeze fast (issue 1858, Chromium issue 115960)
72
73 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
74 242924)
75
76 Performance and stability improvements on all platforms.
77
78
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +0000792013-05-22: Version 3.19.3
80
81 Performance and stability improvements on all platforms.
82
83
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +0000842013-05-17: Version 3.19.2
85
86 Fill in one-word-fillers for the unused property fields
87 (Chromium issue 240056).
88
89 Removed use_system_v8 logic from the mainline gyp file
90 (Chromium issue 226860).
91
92 Skip CPU profiler samples where top function's stack frame is not
93 set up properly (issue 2628).
94
95 Performance and stability improvements on all platforms.
96
97
ulan@chromium.org906e2fb2013-05-14 08:14:38 +0000982013-05-14: Version 3.19.1
99
100 Fixed missing hole check for loads from Smi arrays when all uses are
101 changes (Chromium issue 233737)
102
103 Performance and stability improvements on all platforms.
104
105
ulan@chromium.org57ff8812013-05-10 08:16:55 +00001062013-05-10: Version 3.19.0
107
108 Deprecated Context::New which returns Persistent.
109
110 Added Persistent<T>::Reset which disposes the handle and redirects it to
111 point to another object.
112
113 Deprecated WriteAscii and MayContainNonAscii.
114
115 Exposed AssertNoAllocation to API.
116
117 Performance and stability improvements on all platforms.
118
119
danno@chromium.orgf005df62013-04-30 16:36:45 +00001202013-04-30: Version 3.18.5
121
122 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
123
124 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
125 (Chromium issue 235311)
126
127 Change 'Parse error' to three more informative messages.
128 (Chromium issue 2636)
129
130 Performance and stability improvements on all platforms.
131
132
danno@chromium.orgca29dd82013-04-26 11:59:48 +00001332013-04-26: Version 3.18.4
134
135 Added a preliminary API for ES6 ArrayBuffers
136
137 Replaced qsort with std::sort. (Chromium issue 2639)
138
139 Performance and stability improvements on all platforms.
140
141
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00001422013-04-24: Version 3.18.3
143
144 Exposed the GC under a name that is less collision prone than window.gc.
145 (issue 2641)
146
147 Do not emit double values at their use sites. (Chromium issue 234101)
148
149 Added methods to allow resuming execution after calling
150 TerminateExecution(). (issue 2361)
151
152 Performance and stability improvements on all platforms.
153
154
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00001552013-04-22: Version 3.18.2
156
157 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
158 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
159
160 Removed heap snapshot size limit. (Chromium issue 232305)
161
162 Performance and stability improvements on all platforms.
163
164
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00001652013-04-18: Version 3.18.1
166
167 Removed SCons related files and deprecated test suite configurations.
168
169 Improved handling of unary plus (issue 2527).
170
171 Performance and stability improvements on all platforms.
172
173
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00001742013-04-17: Version 3.18.0
175
176 Enabled pretenuring of fast literals in high promotion mode.
177
178 Removed preparser library; link preparser executable against full V8.
179
180 Fixed set-up of intrinsic's 'constructor' properties.
181 (Chromium issue 229445)
182
183 ES6 symbols: extended V8 API to support symbols (issue 2158).
184
185 Removed ARM support for VFP2.
186
187 Made __proto__ a real JavaScript accessor property.
188 (issue 1949 and issue 2606)
189
190 Performance and stability improvements on all platforms.
191
192
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00001932013-04-04: Version 3.17.16
194
195 Stack trace API: poison stack frames below the first strict mode frame.
196 (issue 2564)
197
198 Made Isolate::GetHeapStatistics robust against half-initialized
199 isolates (Chromium issue 2591).
200
201 Finished implementation of ES6 symbols aka. private names (issue 2158).
202
203 Performance and stability improvements on all platforms.
204
205
danno@chromium.orgc99cd482013-03-21 15:26:42 +00002062013-03-21: Version 3.17.15
207
208 Rolled back API changes to maintain compatibility with older
209 3.17.x versions of V8.
210
211 Disable zapping of global handles in release mode.
212
213 Always mark the entire valid prefix of the descriptor array.
214 (Chromium issue 196331)
215
216 Use internal memcpy for CopyWords and when copying code.
217 (Chromium issue 196330)
218
219 Performance and stability improvements on all platforms.
220
221
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00002222013-03-20: Version 3.17.14
223
224 Use internal memcpy when initializing code objects.
225 (Chromium issue 196330)
226
227 Disabled weak embedded maps because of crashes.
228 (Chromium issues 172489, 217858)
229
230 Performance and stability improvements on all platforms.
231
232
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00002332013-03-19: Version 3.17.13
234
235 Turned Flags into a uint32_t typedef (Chromium issue 194749).
236
237 Performance and stability improvements on all platforms.
238
239
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00002402013-03-18: Version 3.17.12
241
242 Unified kMaxArguments with number of bits used to encode it.
243 (Chromium issue 211741)
244
245 Fixed detection of |handle_smi| case in
246 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
247 (Chromium issue 196583)
248
249 Performance and stability improvements on all platforms.
250
251
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00002522013-03-15: Version 3.17.11
253
254 Added a version of the v8::HandleScope constructor with an v8::Isolate
255 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
256 method of v8::Isolate.
257 (issue 2487)
258
259 Fixed two register allocator bugs (off-by-one error/failure
260 propagation). (issue 2576)
261
262 Fixed huge heap snapshot when a heavily shared context has many
263 variables. (Chromium issue 145687)
264
265 Performance and stability improvements on all platforms.
266
267
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00002682013-03-13: Version 3.17.10
269
270 Fixed heap snapshot creation for Harmony collections. (issue 2535)
271
272 Fixed register allocation corner case. (Chromium issue 177883)
273
274 Performance and stability improvements on all platforms.
275
276
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00002772013-03-08: Version 3.17.9
278
279 Restored Function()'s expected string representation. (issue 2470)
280
281 Enabled deprecatations (again). (issue 2487)
282
283 Avoid bool to Oddball conversions by being lazy. (issue 2491)
284
285 Added %p option to --logfile.
286
287 Hardened Function()'s parsing of function literals. (issue 2470)
288
289 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
290
291 Performance and stability improvements on all platforms.
292
293
ulan@chromium.org750145a2013-03-07 15:14:13 +00002942013-03-07: Version 3.17.8
295
296 Added missing license headers. (Chromium issue 98597)
297
298 Inserted missing type cast in JSON.stringify. (issue 2570)
299
300 Reverted "Send SIGPROF signals on the profiler event processor thread"
301 (issue 2571)
302
303 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
304 (issue 2568)
305
306 ES6 symbols: filter symbols form for-in loops and Object.keys.
307 (issue 2158)
308
309 Properly handle misses for StoreArrayLengthStub on ia32 and x64
310 (issue 2566)
311
312 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
313
314 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
315
316 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
317 (issue 2556)
318
319 Enabled zapping of disposed global handles in release mode.
320 (Chromium issue 176056)
321
322 Added workaround for redefinition of __proto__ property. (issue 2565)
323
324 ES6 symbols: Allow symbols as property names. (issue 2158)
325
326 Performance and stability improvements on all platforms.
327
328
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00003292013-03-04: Version 3.17.7
330
331 Limited recursion in regexp compilation by a budget.
332 (Chromium issue 178790)
333
334 ES6 symbols: Implemented Symbol intrinsic and basic functionality
335 (issue 2158)
336
337 Performance and stability improvements on all platforms.
338
339
hpayer@chromium.org8432c912013-02-28 15:55:26 +00003402013-02-28: Version 3.17.6
341
342 Fixed materialization of arguments objects with unknown values.
343 (Chromium issue 163530)
344
345 Set default number of sweeper threads to at most four.
346
347 Performance and stability improvements on all platforms.
348
349
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00003502013-02-27: Version 3.17.5
351
352 Made __proto__ a foreign callback on Object.prototype.
353 (issue 621, issue 1949 and issue 2441)
354
355 Performance and stability improvements on all platforms.
356
357
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00003582013-02-25: Version 3.17.4
359
360 Performance and stability improvements on all platforms.
361
362
ulan@chromium.org2e04b582013-02-21 14:06:02 +00003632013-02-21: Version 3.17.3
364
365 Performance and stability improvements on all platforms.
366
367
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00003682013-02-19: Version 3.17.2
369
370 Removed bogus check for TOP register in deoptimizer.
371 (Chromium issue 176943)
372
373 Made the Isolate parameter mandatory for internal HandleScopes.
374 (issue 2487)
375
376 Fixed f.apply() optimization when declared arguments are mutated.
377 (issue 2539)
378
379 Performance and stability improvements on all platforms.
380
381
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00003822013-02-14: Version 3.17.1
383
384 Performance and stability improvements on all platforms.
385
386
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00003872013-02-13: Version 3.17.0
388
389 Enabled parallel sweeping.
390
391 Don't try to unlink instructions twice during GVN
392 (Chromium issue 175141)
393
394 Fixed code flusher disabling while marking incrementally.
395 (Chromium issue 173458, 168582)
396
397 Don't use TLS for space iterators.
398 (issue 2531)
399
400 Added new GetHeapStatistics API entry and deprecated old one.
401
402 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
403 platform-independent code.
404 (Chromium issue 173907)
405
406 Added --trace-array-abuse to help find OOB accesses.
407
408 Performance and stability improvements on all platforms.
409
410
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00004112013-02-06: Version 3.16.14
412
413 Performance and stability improvements on all platforms.
414
415
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00004162013-02-04: Version 3.16.13
417
418 Tagged stubs that rely on instance types as MEGAMORPHIC.
419 (Chromium issue 173974)
420
421 Fixed clearing of dead dependent codes and verifing of weak
422 embedded maps on full GC. (Chromium issue 172488,172489)
423
424 Made the arm port build cleanly with Clang.
425
426 Performance and stability improvements on all platforms.
427
428
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00004292013-01-31: Version 3.16.12
430
431 Performance and stability improvements on all platforms.
432
433
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00004342013-01-30: Version 3.16.11
435
436 Put making embedded maps in optimized code weak behind a flag.
437 (Chromium issue 172488,172489)
438
439 Performance and stability improvements on all platforms.
440
441
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00004422013-01-25: Version 3.16.10
443
444 Avoid excessive memory usage during redundant phi elimination.
445 (issue 2510)
446
447 Fixed additional spec violations wrt RegExp.lastIndex.
448 (issue 2437)
449
450 Added Isolate parameter to Persistent class.
451 (issue 2487)
452
453 Performance and stability improvements on all platforms.
454
455
yangguo@chromium.org003650e2013-01-24 16:31:08 +00004562013-01-24: Version 3.16.9
457
458 Made embedded maps in optimized code weak.
459 (issue 2073)
460
461 Fixed corner case when JSFunction is evicted from flusher.
462 (Chromium issue 168801)
463
464 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
465 (Chromium issue 171641)
466
467 Performance and stability improvements on all platforms.
468
469
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00004702013-01-23: Version 3.16.8
471
472 Correctly reset lastIndex in an RegExp object.
473 (Chromium issue 170856)
474
475 Added a workaround for Windows compilation problems related to V8EXPORT.
476 (issue 2507)
477
478 tools/run-tests.py: shlex.split() the value of --command-prefix
479 (Chromium issue 171553)
480
481 Fixed pattern detection for replacing shifts by rotation.
482 (Chromium issue 2499)
483
484 Performance and stability improvements on all platforms.
485
486
yangguo@chromium.org28381b42013-01-21 14:39:38 +00004872013-01-21: Version 3.16.7
488
489 Removed <(library) usage from v8.gyp.
490 (Chromium issue 111541)
491
492 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
493 (Chromium issue 169928)
494
495 Performance and stability improvements on all platforms.
496
497
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00004982013-01-18: Version 3.16.6
499
500 Made the Isolate parameter mandatory in Locker and Unlocker classes.
501 (issue 2487)
502
503 Avoid pointer underflow in CopyCharsUnsigned.
504 (issue 2493)
505
506 Generate shim headers when using system v8.
507 (Chromium issue 165264)
508
509 Fixed arguments materialization for inlined apply().
510 (issue 2489)
511
512 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
513 (Chromium issue 147497)
514
515 Added sanity check to CodeFlusher::AddCandidate.
516 (Chromium issue 169209)
517
518 Performance and stability improvements on all platforms.
519
520
5212013-01-15: Version 3.16.5
522
523 Removed deprecated functions from V8's external API.
524
525 Prepared API for WebKit use of Latin-1.
526
527 Fixed V8 issue 2486.
528
529 Fixed Chromium issue 169723.
530
531 Performance and stability improvements on all platforms.
532
533
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00005342013-01-11: Version 3.16.4
535
536 Fixed Chromium issues 168545 and 169209.
537
538 Performance and stability improvements on all platforms.
539
540
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00005412013-01-09: Version 3.16.3
542
543 Improved GC performance when moving parts of a FixedArray (issue 2452).
544
545 Enabled readline on d8 while building a shared lib (issue 1781).
546
547 Fixed missing exception check in typed array constructor
548 (Chromium issue 168545).
549
550 Check for read-only-ness when preparing for array sort (issue 2419).
551
552 Performance and stability improvements on all platforms.
553
554
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00005552013-01-04: Version 3.16.2
556
557 Added Makefile options to build for the Raspberry Pi (armv7=0,
558 arm_fpu=vfp2).
559
560 Performance and stability improvements on all platforms.
561
562
ulan@chromium.org4121f232012-12-27 15:57:11 +00005632012-12-27: Version 3.16.1
564
565 Fixed x64 MathMinMax for negative untagged int32 arguments.
566 (Chromium issue 164442)
567
568 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
569 (issue 2458)
570
571 Performance and stability improvements on all platforms.
572
573
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00005742012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000575
576 V8_Fatal now prints C++ stack trace in debug mode.
577
578 Added HTML-based tick processor.
579
580 Continued implementation of Object.observe (V8 issue 2409).
581
582 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
583
584 Fixed Chromium issues 125308, 165637, 166379, 166553.
585
586 Performance and stability improvements on all platforms.
587
588
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00005892012-12-10: Version 3.15.11
590
591 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
592 flags.
593
594 Performance and stability improvements on all platforms.
595
596
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00005972012-12-07: Version 3.15.10
598
599 Enabled optimisation of functions inside eval. (issue 2315)
600
601 Fixed spec violations in methods of Number.prototype. (issue 2443)
602
603 Added GCTracer metrics for a scavenger GC for DOM wrappers.
604
605 Performance and stability improvements on all platforms.
606
607
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00006082012-12-06: Version 3.15.9
609
610 Fixed candidate eviction in code flusher.
611 (Chromium issue 159140)
612
613 Iterate through all arguments for side effects in Math.min/max.
614 (issue 2444)
615
616 Fixed spec violations related to regexp.lastIndex
617 (issue 2437, issue 2438)
618
619 Performance and stability improvements on all platforms.
620
621
mmassi@chromium.org49a44672012-12-04 13:52:03 +00006222012-12-04: Version 3.15.8
623
624 Enforced stack allocation of TryCatch blocks.
625 (issue 2166,chromium:152389)
626
627 Fixed external exceptions in external try-catch handlers.
628 (issue 2166)
629
630 Activated incremental code flushing by default.
631
632 Performance and stability improvements on all platforms.
633
634
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00006352012-11-30: Version 3.15.7
636
637 Activated code aging by default.
638
639 Included more information in --prof log.
640
641 Removed eager sweeping for lazy swept spaces. Try to find in
642 SlowAllocateRaw a bounded number of times a big enough memory slot.
643 (issue 2194)
644
645 Performance and stability improvements on all platforms.
646
647
danno@chromium.org1f34ad32012-11-26 14:53:56 +00006482012-11-26: Version 3.15.6
649
650 Ensure double arrays are filled with holes when extended from
651 variations of empty arrays. (Chromium issue 162085)
652
653 Performance and stability improvements on all platforms.
654
655
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00006562012-11-23: Version 3.15.5
657
658 Fixed JSON.stringify for objects with interceptor handlers.
659 (Chromium issue 161028)
660
661 Fixed corner case in x64 compare stubs. (issue 2416)
662
663 Performance and stability improvements on all platforms.
664
665
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00006662012-11-16: Version 3.15.4
667
668 Fixed Array.prototype.join evaluation order. (issue 2263)
669
670 Perform CPU sampling by CPU sampling thread only iff processing thread
671 is not running. (issue 2364)
672
673 When using an Object as a set in Object.getOwnPropertyNames, null out
674 the proto. (issue 2410)
675
676 Disabled EXTRA_CHECKS in Release build.
677
678 Heap explorer: Show representation of strings.
679
680 Removed 'type' and 'arguments' properties from Error object.
681 (issue 2397)
682
683 Added atomics implementation for ThreadSanitizer v2.
684 (Chromium issue 128314)
685
686 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
687
688 Performance and stability improvements on all platforms.
689
690
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00006912012-11-13: Version 3.15.3
692
693 Changed sample shell to send non-JS output (e.g. errors) to stderr
694 instead of stdout.
695
696 Correctly check for stack overflow even when interrupt is pending.
697 (issue 214)
698
699 Collect stack trace on stack overflow. (issue 2394)
700
701 Performance and stability improvements on all platforms.
702
703
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00007042012-11-12: Version 3.15.2
705
706 Function::GetScriptOrigin supplies sourceURL when script name is
707 not available. (Chromium issue 159413)
708
709 Made formatting error message side-effect-free. (issue 2398)
710
711 Fixed length check in JSON.stringify. (Chromium issue 160010)
712
713 ES6: Added support for Set and Map clear method (issue 2400)
714
715 Fixed slack tracking when instance prototype changes.
716 (Chromium issue 157019)
717
718 Fixed disabling of code flusher while marking. (Chromium issue 159140)
719
720 Added a test case for object grouping in a scavenger GC (issue 2077)
721
722 Support shared library build of Android for v8.
723 (Chromium issue 158821)
724
725 ES6: Added support for size to Set and Map (issue 2395)
726
727 Performance and stability improvements on all platforms.
728
729
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00007302012-11-06: Version 3.15.1
731
732 Put incremental code flushing behind a flag. (Chromium issue 159140)
733
734 Performance and stability improvements on all platforms.
735
736
danno@chromium.org72204d52012-10-31 10:02:10 +00007372012-10-31: Version 3.15.0
738
739 Loosened aligned code target requirement on ARM (issue 2380)
740
741 Fixed JSON.parse to treat leading zeros correctly.
742 (Chromium issue 158185)
743
744 Performance and stability improvements on all platforms.
745
746
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00007472012-10-22: Version 3.14.5
748
749 Killed off the SCons based build.
750
751 Added a faster API for creating v8::Integer objects.
752
753 Speeded up function deoptimization by avoiding quadratic pass over
754 optimized function list. (Chromium issue 155270)
755
756 Always invoke the default Array.sort functions from builtin functions.
757 (issue 2372)
758
759 Reverted recent CPU profiler changes because they broke --prof.
760 (issue 2364)
761
762 Switched code flushing to use different JSFunction field.
763 (issue 1609)
764
765 Performance and stability improvements on all platforms.
766
767
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00007682012-10-15: Version 3.14.4
769
770 Allow evals for debugger even if they are prohibited in the debugee
771 context. (Chromium issue 154733)
772
773 Enabled --verify-heap in release mode (issue 2120)
774
775 Performance and stability improvements on all platforms.
776
777
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00007782012-10-11: Version 3.14.3
779
780 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
781 (Chromium issue 155076).
782
783 Bumped variable limit further to 2^17 (Chromium issue 151625).
784
785 Performance and stability improvements on all platforms.
786
787
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00007882012-10-10: Version 3.14.2
789
790 ARM: allowed VFP3 instructions when hardfloat is enabled.
791 (Chromium issue 152506)
792
793 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
794 (Chromium issue 151749)
795
796 Made GDBJIT interface compile again. (issue 1804)
797
798 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
799 (Chromium issue 143967)
800
801 Made sure that names of temporaries do not clash with real variables.
802 (issue 2322)
803
804 Rejected local module declarations. (Chromium issue 150628)
805
806 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
807
808 Fixed slot recording of code target patches.
809 (Chromium issue 152615,chromium:144230)
810
811 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
812
813 Performance and stability improvements on all platforms.
814
815
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00008162012-10-01: Version 3.14.1
817
818 Don't set -m32 flag when compiling with Android ARM compiler.
819 (Chromium issue 143889)
820
821 Restore the descriptor array before returning allocation failure.
822 (Chromium issue 151750)
823
824 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
825 128252).
826
827 Pull more recent gyp in 'make dependencies'.
828
829 Made sure that the generic KeyedStoreIC changes length and element_kind
830 atomically (issue 2346).
831
832 Bumped number of allowed variables per scope to 65535, to address GWT.
833 (Chromium issue 151625)
834
835 Support sourceURL for dynamically inserted scripts (issue 2342).
836
837 Performance and stability improvements on all platforms.
838
839
ulan@chromium.org56c14af2012-09-20 12:51:09 +00008402012-09-20: Version 3.14.0
841
842 Fixed missing slot recording during clearing of CallICs.
843 (Chromium issue 144230)
844
845 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
846 (Chromium issue 150729)
847
848 Fixed minus zero test. (Issue 2133)
849
850 Fixed setting array length to zero for slow elements.
851 (Chromium issue 146910)
852
853 Fixed lost arguments dropping in HLeaveInlined.
854 (Chromium issue 150545)
855
856 Fixed casting error for receiver of interceptors.
857 (Chromium issue 149912)
858
859 Throw a more descriptive exception when blocking 'eval' via CSP.
860 (Chromium issue 140191)
861
862 Fixed debugger's eval when close to stack overflow. (issue 2318)
863
864 Added checks to live edit. (issue 2297)
865
866 Switched on code compaction on incremental GCs.
867
868 Fixed caching of optimized code for OSR. (issue 2326)
869
870 Not mask exception thrown by toString in String::UtfValue etc.
871 (issue 2317)
872
873 Fixed API check for length of external arrays. (Chromium issue 148896)
874
875 Ensure correct enumeration indices in the dict (Chromium issue 148376)
876
877 Correctly initialize regexp global cache. (Chromium issue 148378)
878
879 Fixed arguments object materialization during deopt. (issue 2261)
880
881 Introduced new API to expose external string resource regardless of
882 encoding.
883
884 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
885 --deopt-every-n-times flag is present
886 (Chromium issue 148389)
887
888 Fixed edge case of extension with NULL as source string.
889 (Chromium issue 144649)
890
891 Fixed array index dehoisting. (Chromium issue 141395)
892
893 Performance and stability improvements on all platforms.
894
895
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00008962012-09-11: Version 3.13.7
897
898 Enable/disable LiveEdit using the (C++) debug API.
899
900 Performance and stability improvements on all platforms.
901
902
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00009032012-09-06: Version 3.13.6
904
905 Added validity checking to API functions and calls.
906
907 Disabled accessor inlining (Chromium issue 134609).
908
909 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
910
911 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
912
913 Fixed VS2005 build (issue 2313).
914
915 Activated fixed ES5 readonly semantics by default.
916
917 Added hardfp flag to the Makefile.
918
919 Performance and stability improvements on all platforms.
920
921
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00009222012-08-29: Version 3.13.5
923
924 Release stack trace data after firing Error.stack accessor.
925 (issue 2308)
926
927 Added a new API V8::SetJitCodeEventHandler to push code name and
928 location to users such as profilers.
929
930 Allocate block-scoped global bindings to global context.
931
932 Performance and stability improvements on all platforms.
933
934
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00009352012-08-28: Version 3.13.4
936
937 Print reason for disabling optimization. Kill --trace-bailout flag.
938
939 Provided option to disable full DEBUG build on Android.
940
941 Introduced global contexts to represent lexical global scope(s).
942
943 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
944
945 Performance and stability improvements on all platforms.
946
947
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00009482012-08-21: Version 3.13.3
949
950 Performance and stability improvements on all platforms.
951
952
9532012-08-20: Version 3.13.2
954
955 Performance and stability improvements on all platforms.
956
957
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00009582012-08-16: Version 3.13.1
959
960 Performance and stability improvements on all platforms.
961
962
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00009632012-08-10: Version 3.13.0
964
965 Added histograms for total allocated/live heap size, as well as
966 allocated size and percentage of total for map and cell space.
967
968 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
969 (issue 1645)
970
971 Added checks for interceptors to negative lookup code in Crankshaft.
972 (Chromium issue 140473)
973
974 Made incremental marking clear ICs and type feedback cells.
975
976 Performance and stability improvements on all platforms.
977
978
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00009792012-08-01: Version 3.12.19
980
981 Performance and stability improvements on all platforms.
982
983
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00009842012-07-30: Version 3.12.18
985
986 Forced using bit-pattern for signed zero double. (issue 2239)
987
988 Made sure double to int conversion is correct. (issue 2260)
989
990 Performance and stability improvements on all platforms.
991
992
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00009932012-07-27: Version 3.12.17
994
995 Always set the callee's context when calling a function from optimized
996 code.
997 (Chromium issue 138887)
998
999 Fixed building with GCC 3.x
1000 (issue 2016, 2017)
1001
1002 Improved API calls that return empty handles.
1003 (issue 2245)
1004
1005 Performance and stability improvements on all platforms.
1006
1007
danno@chromium.org129d3982012-07-25 15:01:47 +000010082012-07-25: Version 3.12.16
1009
1010 Performance and stability improvements on all platforms.
1011
1012
yangguo@chromium.org304cc332012-07-24 07:59:48 +000010132012-07-24: Version 3.12.15
1014
1015 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1016 (issue 2252)
1017
1018 Added dependency to HLoadKeyed* instructions to prevent invalid
1019 hoisting. (Chromium issue 137768)
1020
1021 Enabled building d8 for Android on Mac.
1022
1023 Interpret negative hexadecimal literals as NaN.
1024 (issue 2240)
1025
1026 Expose counters in javascript when using --track-gc-object-stats.
1027
1028 Enabled building and testing V8 on Android IA.
1029
1030 Added --trace-parse flag to parser.
1031
1032 Performance and stability improvements on all platforms.
1033
1034
verwaest@chromium.org178fb152012-07-18 11:21:48 +000010352012-07-18: Version 3.12.14
1036
1037 Deactivated optimization of packed arrays.
1038 (Chromium issue 137768)
1039
1040 Fixed broken accessor transition.
1041 (Chromium issue 137689)
1042
1043 Performance and stability improvements on all platforms.
1044
1045
verwaest@chromium.org753aee42012-07-17 16:15:42 +000010462012-07-17: Version 3.12.13
1047
1048 Fixed missing tagging of stack value in finally block.
1049 (Chromium issue 137496)
1050
1051 Added more support for heap analysis.
1052
1053 Performance and stability improvements on all platforms.
1054
1055
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000010562012-07-16: Version 3.12.12
1057
1058 Added an option to the tickprocessor to specify the directory for lib
1059 lookup.
1060
1061 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1062
1063 Fixed transcendental cache on ARM in optimized code (issue 2234).
1064
1065 New heap inspection tools: counters for object sizes and counts,
1066 histograms for external fragmentation.
1067
1068 Incorporated constness into inferred interfaces (in preparation for
1069 handling imports) (issue 1569).
1070
1071 Performance and stability improvements on all platforms.
1072
1073
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000010742012-07-12: Version 3.12.11
1075
1076 Renamed "mips" arch to "mipsel" in the GYP build.
1077
1078 Fixed computation of call targets on prototypes in Crankshaft.
1079 (Chromium issue 125148)
1080
1081 Removed use of __lookupGetter__ when generating stack trace.
1082 (issue 1591)
1083
1084 Turned on ES 5.2 globals semantics by default.
1085 (issue 1991, Chromium issue 80591)
1086
1087 Synced preparser and parser wrt syntax error in switch..case.
1088 (issue 2210)
1089
1090 Fixed reporting of octal literals in strict mode when preparsing.
1091 (issue 2220)
1092
1093 Fixed inline constructors for Harmony Proxy prototypes.
1094 (issue 2225)
1095
1096 Performance and stability improvements on all platforms.
1097
1098
danno@chromium.org81cac2b2012-07-10 11:28:27 +000010992012-07-10: Version 3.12.10
1100
1101 Re-enabled and fixed issue with array bounds check elimination
1102 (Chromium issue 132114).
1103
1104 Fixed Debug::Break crash. (Chromium issue 131642)
1105
1106 Added optimizing compiler support for JavaScript getters.
1107
1108 Performance and stability improvements on all platforms.
1109
1110
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000011112012-07-06: Version 3.12.9
1112
1113 Correctly advance the scanner when scanning unicode regexp flag.
1114 (Chromium issue 136084)
1115
1116 Fixed unhandlified code calling Harmony Proxy traps.
1117 (issue 2219)
1118
1119 Performance and stability improvements on all platforms.
1120
1121
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000011222012-07-05: Version 3.12.8
1123
1124 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1125
1126 Performance and stability improvements on all platforms.
1127
1128
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000011292012-07-03: Version 3.12.7
1130
1131 Fixed lazy compilation for strict eval scopes.
1132 (Chromium issue 135066)
1133
1134 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1135 (issue 2151)
1136
1137 Report "hidden properties" in heap profiler for properties case.
1138 (issue 2212)
1139
1140 Activated optimization of packed arrays by default.
1141
1142 Performance and stability improvements on all platforms.
1143
1144
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000011452012-06-29: Version 3.12.6
1146
1147 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1148
1149 Extended TypedArray support in d8.
1150
1151
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000011522012-06-28: Version 3.12.5
1153
1154 Fixed lazy parsing heuristics to respect outer scope.
1155 (Chromium issue 135008)
1156
1157 Allow using test-wrapper-gypbuild.py on Windows when no python
1158 interpreter is registered.
1159
1160 Performance and stability improvements on all platforms.
1161
1162
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000011632012-06-27: Version 3.12.4
1164
1165 Removed -fomit-frame-pointer flag from Release builds to make
1166 the stack walkable by TCMalloc (Chromium issue 133723).
1167
1168 Ported r7868 (constant masking) to x64 (issue 1374).
1169
1170 Expose more detailed memory statistics (issue 2201).
1171
1172 Fixed Harmony Maps and WeakMaps for undefined values
1173 (Chromium issue 132744).
1174
1175 Correctly throw reference error in strict mode with ICs disabled
1176 (issue 2119).
1177
1178 Performance and stability improvements on all platforms.
1179
1180
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000011812012-06-25: Version 3.12.3
1182
1183 Reverted r11835 'Unify promotion and allocation limit computation' due
1184 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1185
1186 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1187
1188 Performance and stability improvements on all platforms.
1189
1190
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000011912012-06-22: Version 3.12.2
1192
1193 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1194 ia32/x64. (Chromium issue 134055)
1195
1196 Fixed lazy sweeping heuristics to prevent old-space expansion.
1197 (issue 2194)
1198
1199 Performance and stability improvements on all platforms.
1200
1201
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000012022012-06-21: Version 3.12.1
1203
1204 Performance and stability improvements on all platforms.
1205
1206
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000012072012-06-20: Version 3.12.0
1208
1209 Fixed Chromium issues:
1210 115100, 129628, 131994, 132727, 132741, 132742, 133211
1211
1212 Fixed V8 issues:
1213 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1214
1215 Added --extra-code flag to mksnapshot to load JS code into the VM
1216 before creating the snapshot.
1217
1218 Support 'restart call frame' command in the debugger.
1219
1220 Performance and stability improvements on all platforms.
1221
1222
mmassi@chromium.org7028c052012-06-13 11:51:58 +000012232012-06-13: Version 3.11.10
1224
1225 Implemented heap profiler memory usage reporting.
1226
1227 Preserved error message during finally block in try..finally.
1228 (Chromium issue 129171)
1229
1230 Fixed EnsureCanContainElements to properly handle double values.
1231 (issue 2170)
1232
1233 Improved heuristics to keep objects in fast mode with inherited
1234 constructors.
1235
1236 Performance and stability improvements on all platforms.
1237
1238
rossberg@chromium.org400388e2012-06-06 09:29:22 +000012392012-06-06: Version 3.11.9
1240
1241 Implemented ES5-conformant semantics for inherited setters and read-only
1242 properties. Currently behind --es5_readonly flag, because it breaks
1243 WebKit bindings.
1244
1245 Exposed last seen heap object id via v8 public api.
1246
1247 Performance and stability improvements on all platforms.
1248
1249
verwaest@chromium.org37141392012-05-31 13:27:02 +000012502012-05-31: Version 3.11.8
1251
1252 Avoid overdeep recursion in regexp where a guarded expression with a
1253 minimum repetition count is inside another quantifier.
1254 (Chromium issue 129926)
1255
1256 Fixed missing write barrier in store field stub.
1257 (issues 2143, 1465, Chromium issue 129355)
1258
1259 Proxies: Fixed receiver for setters inherited from proxies.
1260 Proxies: Fixed ToStringArray function so that it does not reject some
1261 keys.
1262 (issue 1543)
1263
1264 Performance and stability improvements on all platforms.
1265
1266
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000012672012-05-29: Version 3.11.7
1268
1269 Get better function names in stack traces.
1270
1271 Performance and stability improvements on all platforms.
1272
1273
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000012742012-05-24: Version 3.11.6
1275
1276 Fixed RegExp.prototype.toString for incompatible receivers
1277 (issue 1981).
1278
1279 Performance and stability improvements on all platforms.
1280
1281
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000012822012-05-23: Version 3.11.5
1283
1284 Performance and stability improvements on all platforms.
1285
1286
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000012872012-05-22: Version 3.11.4
1288
1289 Some cleanup to common.gypi. This fixes some host/target combinations
1290 that weren't working in the Make build on Mac.
1291
1292 Handle EINTR in socket functions and continue incomplete sends.
1293 (issue 2098)
1294
1295 Fixed python deprecations. (issue 1391)
1296
1297 Made socket send and receive more robust and return 0 on failure.
1298 (Chromium issue 15719)
1299
1300 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1301
1302 Set '-m32' option for host and target platforms
1303
1304 Performance and stability improvements on all platforms.
1305
1306
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000013072012-05-18: Version 3.11.3
1308
1309 Disable optimization for functions that have scopes that cannot be
1310 reconstructed from the context chain. (issue 2071)
1311
1312 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1313
1314 Correctly check for native error objects. (Chromium issue 2138)
1315
1316 Performance and stability improvements on all platforms.
1317
1318
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000013192012-05-16: Version 3.11.2
1320
1321 Revert r11496. (Chromium issue 128146)
1322
1323 Implement map collection for incremental marking. (issue 1465)
1324
1325 Add toString method to CallSite (which describes a frame of the
1326 stack trace).
1327
1328
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000013292012-05-15: Version 3.11.1
1330
1331 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1332
1333 Fix freebsd build. (V8 issue 2126)
1334
1335 Performance and stability improvements on all platforms.
1336
1337
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000013382012-05-11: Version 3.11.0
1339
1340 Fixed compose-discard crasher from r11524 (issue 2123).
1341
1342 Activated new global semantics by default. Global variables can
1343 now shadow properties of the global object (ES5.1 erratum).
1344
1345 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1346 transitioning (Chromium issue 117409).
1347
1348 Made Error.prototype.name writable again, as required by the spec and
1349 the web (Chromium issue 69187).
1350
1351 Implemented map collection with incremental marking (issue 1465).
1352
1353 Regexp: Fixed overflow in min-match-length calculation
1354 (Chromium issue 126412).
1355
1356 MIPS: Fixed illegal instruction use on Loongson in code for
1357 Math.random() (issue 2115).
1358
1359 Fixed crash bug in VisitChoice (Chromium issue 126272).
1360
1361 Fixed unsigned-Smi check in MappedArgumentsLookup
1362 (Chromium issue 126414).
1363
1364 Fixed LiveEdit for function with no locals (issue 825).
1365
1366 Fixed register clobbering in LoadIC for interceptors
1367 (Chromium issue 125988).
1368
1369 Implemented clearing of CompareICs (issue 2102).
1370
1371 Performance and stability improvements on all platforms.
1372
1373
danno@chromium.org2c26cb12012-05-03 09:06:43 +000013742012-05-03: Version 3.10.8
1375
1376 Enabled MIPS cross-compilation.
1377
1378 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1379 (Chromium issue 125515)
1380
1381 Fixed corner cases in truncation behavior when storing to
1382 TypedArrays. (issue 2110)
1383
1384 Fixed failure to properly recognize and report out-of-memory
1385 conditions when allocating code space pages. (Chromium issue
1386 118625)
1387
1388 Fixed idle notifications to perform a round of incremental GCs
1389 after context disposal. (issue 2107)
1390
1391 Fixed preparser for try statement. (issue 2109)
1392
1393 Performance and stability improvements on all platforms.
1394
1395
danno@chromium.org1044a4d2012-04-30 12:34:39 +000013962012-04-30: Version 3.10.7
1397
1398 Performance and stability improvements on all platforms.
1399
1400
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000014012012-04-26: Version 3.10.6
1402
1403 Fixed some bugs in accessing details of the last regexp match.
1404
1405 Fixed source property of empty RegExp objects. (issue 1982)
1406
1407 Enabled inlining some V8 API functions.
1408
1409 Performance and stability improvements on all platforms.
1410
1411
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000014122012-04-23: Version 3.10.5
1413
1414 Put new global var semantics behind a flag until WebKit tests are
1415 cleaned up.
1416
1417 Enabled stepping into callback passed to builtins.
1418 (Chromium issue 109564)
1419
1420 Performance and stability improvements on all platforms.
1421
1422
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000014232012-04-19: Version 3.10.4
1424
1425 Fixed issues when stressing compaction with WeakMaps.
1426
1427 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1428
1429 Simplify invocation sequence at monomorphic function invocation sites.
1430 (issue 2079)
1431
1432 Performance and stability improvements on all platforms.
1433
1434
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000014352012-04-17: Version 3.10.3
1436
1437 Fixed several bugs in heap profiles (including issue 2078).
1438
1439 Throw syntax errors on illegal escape sequences.
1440
1441 Implemented rudimentary module linking (behind --harmony flag)
1442
1443 Implemented ES5 erratum: Global declarations should shadow
1444 inherited properties.
1445
1446 Made handling of const more consistent when combined with 'eval'
1447 and 'with'.
1448
1449 Fixed V8 on MinGW-x64 (issue 2026).
1450
1451 Performance and stability improvements on all platforms.
1452
1453
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000014542012-04-13: Version 3.10.2
1455
1456 Fixed native ARM build (issues 1744, 539)
1457
1458 Return LOOKUP variable instead of CONTEXT for non-context allocated
1459 outer scope parameters (Chromium issue 119609).
1460
1461 Fixed regular and ElementsKind transitions interfering with each other
1462 (Chromium issue 122271).
1463
1464 Improved performance of keyed loads/stores which have a HeapNumber
1465 index (issues 1388, 1295).
1466
1467 Fixed WeakMap processing for evacuation candidates (issue 2060).
1468
1469 Bailout on possible direct eval calls (Chromium issue 122681).
1470
1471 Do not assume that names of function expressions are context-allocated
1472 (issue 2051).
1473
1474 Performance and stability improvements on all platforms.
1475
1476
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000014772012-04-10: Version 3.10.1
1478
1479 Fixed bug with arguments object in inlined functions (issue 2045).
1480
1481 Fixed performance bug with lazy initialization (Chromium issue
1482 118686).
1483
1484 Added suppport for Mac OS X 64bit builds with GYP.
1485 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1486
1487 Fixed bug with hidden properties (issue 2034).
1488
1489 Fixed a performance bug when reloading pages (Chromium issue 117767,
1490 V8 issue 1902).
1491
1492 Fixed bug when optimizing throw in top-level code (issue 2054).
1493
1494 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1495
1496 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1497
1498 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1499
1500 Fixed compilation of V8 using uClibc.
1501
1502 Optimized boot-up memory use.
1503
1504 Optimized regular expressions.
1505
1506
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000015072012-03-30: Version 3.10.0
1508
1509 Fixed store IC writability check in strict mode
1510 (Chromium issue 120099).
1511
1512 Resynchronize timers if the Windows system time was changed.
1513 (Chromium issue 119815)
1514
1515 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1516 hardfp ARM
1517 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1518
1519 Fixed edge case for case independent regexp character classes
1520 (issue 2032).
1521
1522 Reset function info counters after context disposal.
1523 (Chromium issue 117767, V8 issue 1902)
1524
1525 Fixed missing write barrier in CopyObjectToObjectElements.
1526 (Chromium issue 119926)
1527
1528 Fixed missing bounds check in HasElementImpl.
1529 (Chromium issue 119925)
1530
1531 Performance and stability improvements on all platforms.
1532
1533
danno@chromium.org88aa0582012-03-23 15:11:57 +000015342012-03-23: Version 3.9.24
1535
1536 Activated count-based profiler for ARM.
1537
1538 Fixed use of proxies as f.prototype properties. (issue 2021)
1539
1540 Enabled snapshots on MIPS.
1541
1542 Performance and stability improvements on all platforms.
1543
1544
ulan@chromium.org6ff65142012-03-21 09:52:17 +000015452012-03-21: Version 3.9.23
1546
1547 Use correct arguments adaptation environment when inlining function
1548 containing arguments. (Issue 2014)
1549
1550 Performance and stability improvements on all platforms.
1551
1552
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000015532012-03-20: Version 3.9.22
1554
1555 Enabled count-based profiler by default.
1556
1557 Implemented a hash based look-up to speed up address checks
1558 in large object space (issue 853).
1559
1560 Performance and stability improvements on all platforms.
1561
1562
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000015632012-03-19: Version 3.9.21
1564
1565 Fixed push-to-trunk script (and re-push).
1566
1567 Added API call that identifies strings that are guaranteed only to
1568 contain ASCII characters.
1569
1570
15712012-03-19: Version 3.9.20
1572
1573 Fixed declarations escaping global strict eval. (Issue 1624)
1574
1575 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1576
1577 Fixed function declarations overwriting read-only global properties.
1578 (Chromium issue 115452)
1579
1580 Fixed --use-strict flag in combination with --harmony[-scoping].
1581
1582 Debugger: naive implementation of "step into Function.prototype.bind".
1583
1584 Debugger: added ability to set script source from within OnBeforeCompile
1585
1586 Added flag to always call DebugBreak on abort.
1587
1588 Re-enabled constructor inlining and inline === comparison with boolean
1589 constants. (Issue 2009)
1590
1591 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1592
1593 Performance and stability improvements on all platforms.
1594
1595
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000015962012-03-14: Version 3.9.19
1597
1598 Ensure there is a smi check of the receiver for global load and call
1599 ICs (Chromium issue 117794).
1600
1601 Performance and stability improvements on all platforms.
1602
1603
yangguo@chromium.org154ff992012-03-13 08:09:54 +000016042012-03-13: Version 3.9.18
1605
1606 Ensure consistency of Math.sqrt on Intel platforms.
1607
1608 Remove static initializers in v8. (issue 1859)
1609
1610 Add explicit dependency on v8_base in the GYP-based build.
1611
1612 Performance and stability improvements on all platforms.
1613
1614
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000016152012-03-12: Version 3.9.17
1616
1617 Fixed VFP detection through compiler defines. (issue 1996)
1618
1619 Add Code-related fields to postmortem metadata.
1620
1621 Performance and stability improvements on all platforms.
1622
1623
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000016242012-03-09: Version 3.9.16
1625
1626 Added basic interface inference for modules (behind the --harmony flag).
1627
1628 Added Object.is, Number.isFinite, Number.isNaN.
1629
1630 Updated the Unicode tables to Unicode version 6.1.0.
1631
1632 Performance and stability improvements on all platforms.
1633
1634
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000016352012-03-06: Version 3.9.15
1636
1637 Fix the heap profiler crash caused by memory layout changes between
1638 passes.
1639
1640 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1641
1642 Fix double-rounding in strtod for MinGW. (issue 1062)
1643
1644 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1645
1646 Performance and stability improvements on all platforms.
1647
1648
fschneider@chromium.org35814e52012-03-01 15:43:35 +000016492012-03-01: Version 3.9.14
1650
1651 Performance and stability improvements on all platforms.
1652
1653
ulan@chromium.org812308e2012-02-29 15:58:45 +000016542012-02-29: Version 3.9.13
1655
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001656 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001657
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001658 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1659 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001660
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001661 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001662
1663 Performance and stability improvements on all platforms.
1664
1665
ulan@chromium.org967e2702012-02-28 09:49:15 +000016662012-02-28: Version 3.9.12
1667
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001668 Fixed the negative lookup stub to handle deleted entries in a
1669 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001670
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001671 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001672 callback function can resolve the location of a return address on stack
1673 to the location where a return-address rewriting profiler stashed the
1674 original return address.
1675
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001676 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1677 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001678
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001679 Fixed issue 1853: Update breakpoints set with partial file name after
1680 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001681
1682
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000016832012-02-27: Version 3.9.11
1684
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001685 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001686
1687
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000016882012-02-24: Version 3.9.10
1689
1690 Fixed V8 issues 1322, 1772 and 1969.
1691
1692 Conformance improvements.
1693
1694 Performance and stability improvements on all platforms.
1695
1696
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000016972012-02-23: Version 3.9.9
1698
1699 Supported fast case for-in in Crankshaft.
1700
1701 Sped up heap snapshot serialization and dominators construction.
1702
1703 Randomized allocation addresses on windows. (Chromium issue 115151)
1704
1705 Fixed compilation with MinGW-w64. (issue 1943)
1706
1707 Fixed incorrect value of assignments to non-extensible properties.
1708
1709 Fixed a crash bug in generated code on ia32.
1710
1711 Performance and stability improvements on all platforms.
1712
1713
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000017142012-02-21: Version 3.9.8
1715
1716 Fixed memory leak and missing #include in StartupDataDecompressor
1717 (issue 1960).
1718
1719 Renamed static methods to avoid shadowing virtual methods and fix Clang
1720 C++11 compile error.
1721
1722 Fixed sequence of element access in array builtins (issue 1790).
1723
1724 Performance and stability improvements on all platforms.
1725
1726
yangguo@chromium.org56454712012-02-16 15:33:53 +000017272012-02-16: Version 3.9.7
1728
1729 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1730
1731 Fixed GCC-4.7 warnings.
1732
1733 Added Navier-Stokes benchmark.
1734
1735 Performance and stability improvements on all platforms.
1736
1737
ulan@chromium.org65a89c22012-02-14 11:46:07 +000017382012-02-14: Version 3.9.6
1739
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001740 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001741
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001742 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001743
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001744 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001745
1746 Heap Snapshot maximum size limit is too low for really big apps. At the
1747 moment the limit is 256MB. (Chromium issue 113015)
1748
1749 Performance and stability improvements on all platforms.
1750
1751
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000017522012-02-09: Version 3.9.5
1753
1754 Removed unused command line flags.
1755
1756 Performance and stability improvements on all platforms.
1757
1758
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000017592012-02-08: Version 3.9.4
1760
1761 Properly initialize element-transitioning array literals on ARM.
1762 (issue 1930)
1763
1764 Bug fixes on all platforms.
1765
1766
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000017672012-02-07: Version 3.9.3
1768
1769 When rethrowing an exception, print the stack trace of its original
1770 site instead of rethrow site (Chromium issue 60240).
1771
1772 Increased size of small stacks from 32k to 64k to avoid hitting limits
1773 in Chromium (Chromium issue 112843).
1774
1775
rossberg@chromium.org994edf62012-02-06 10:12:55 +000017762012-02-06: Version 3.9.2
1777
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001778 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001779
1780 Heap profiler reports implicit references.
1781
1782 Optionally export metadata with libv8 to enable debuggers to inspect V8
1783 state.
1784
1785
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000017862012-02-02: Version 3.9.1
1787
1788 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1789 (Chromium issue 112315).
1790
1791 Fixed a crash in dev tools (Chromium issue 107996).
1792
1793 Added 'dependencies_traverse': 1 to v8 GYP target.
1794
1795 Performance and stability improvements on all platforms.
1796
1797
danno@chromium.orgfa458e42012-02-01 10:48:36 +000017982012-02-01: Version 3.9.0
1799
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001800 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001801
1802 Stability fixes and performance improvements on all platforms.
1803
1804
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000018052012-01-26: Version 3.8.9
1806
1807 Flush number string cache on GC (issue 1605).
1808
1809 Provide access to function inferred name with
1810 v8::Function::GetInferredName in V8 public API.
1811
1812 Fix building with Clang (issue 1912).
1813
1814 Reduce the space used by the stack for the profiling thread.
1815
1816 Fix misleading documentation of v8::Locker (issue 542).
1817
1818 Introduce readbinary function in d8 to read binary files.
1819
1820 Performance and stability improvements on all platforms.
1821
1822
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000018232012-01-23: Version 3.8.8
1824
1825 Limited number of loop iterations in Heap::ReserveSpace
1826 (Chromium issue 99027).
1827
1828 Fixed solaris build (VirtualMemory) (issue 1761).
1829
1830 Fixed strict vs. non-strict handling of function proxies in
1831 higher-order array and string methods.
1832
1833 Enabled asynchronous remote debugging with d8 (issue 1691).
1834
1835 Stability and performance improvements on all platforms.
1836
1837
ulan@chromium.org2efb9002012-01-19 15:36:35 +000018382012-01-19: Version 3.8.7
1839
1840 Ensure that LRandom restores rsi after call to the C function on x64.
1841 (Chromium issue http://crbug.com/110509)
1842
1843 Fixing include issues on *bsd when building with scons.
1844 (issue 1897)
1845
1846 Provide a switch to specify -fno-strict-aliasing
1847 (issue 1887)
1848
1849 Move WIN32 define from standalone.gypi to common.gypi
1850 (issue 1760)
1851
1852 Fix corner-case in heap size estimation.
1853 (issue 1893)
1854
1855 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1856 (issue 1903)
1857
1858 Performance improvements and bug fixes.
1859
1860
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000018612012-01-16: Version 3.8.6
1862
1863 Add primitive WebGL array support to d8.
1864
1865 Improve heap size estimation (issue 1893).
1866
1867 Hash collision DOS workaround extended from string keys
1868 to numeric keys.
1869
1870 Provide an API for iterating through all external strings referenced
1871 from the JS heap.
1872
1873 Adjust position recorded for call expressions. http://crbug.com/109195
1874
1875 Fix GC crash related to instanceof. http://crbug.com/109448
1876
1877 Performance improvements and bug fixes.
1878
1879
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000018802012-01-05: Version 3.8.5
1881
1882 Fix broken test that assumes that no GC can clear the regexp cache (GC
1883 can happen at any time due to Crankshaft).
1884
1885 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1886
1887 Add netbsd support to gyp build.
1888
1889 Determine page size at runtime on posix platforms.
1890
1891 Ensure that store buffer filtering hash sets are cleared after
1892 StoreBuffer::Filter.
1893
1894 Randomize the seed used for string hashing. This helps guard against
1895 CPU-eating DOS attacks against node.js servers. Based on code from
1896 Bert Belder. This version only solves the issue for those that compile
1897 V8 themselves or those that do not use snapshots. A snapshot-based
1898 precompiled V8 will still have predictable string hash codes.
1899
1900 Implement callback when script finishes running in V8 API.
1901
1902 Improve performance of Math.min and Math.max for the case of two
1903 arguments. (issue 1325)
1904
1905
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000019062012-01-02: Version 3.8.4
1907
1908 Performance improvements for large Smi-only arrays.
1909
1910 Fixed InternalArrays construction. (issue 1878)
1911
1912
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000019132011-12-27: Version 3.8.3
1914
1915 Avoid embedding new space objects into code objects in the lithium gap
1916 resolver. (chromium:108296)
1917
1918 Bug fixes and performance optimizations on all platforms.
1919
1920
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000019212011-12-21: Version 3.8.2
1922
1923 Add max optimization flag to v8 gyp build to ensure V8 is always built
1924 fully optimized in Chrome.
1925
1926 MIPS: Bring MIPS to parity with other platforms.
1927
1928 Optimizations and stability improvements on all platforms.
1929
1930
ricow@chromium.org7ad65222011-12-19 12:13:11 +000019312011-12-19: Version 3.8.1
1932
1933 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1934
1935 Stability improvements on all platforms.
1936
1937
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000019382011-12-13: Version 3.8.0
1939
1940 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1941
1942 Sync parser and preparser on do-while and return statements.
1943 (issue 1856)
1944
1945 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1946
1947 Stability and performance improvements on all platforms.
1948
1949
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000019502011-12-01: Version 3.7.12
1951
1952 Increase tick interval for the android platform.
1953
1954 Fix a bug in the register allocator. (chromium:105112)
1955
1956 Fix handling of recompiling code. (chromium:105375, v8:1782)
1957
1958 Start incremental marking on idle notification. (v8:1458)
1959
1960 Build fixes for various platforms.
1961
1962 Various performance improvements.
1963
1964
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000019652011-11-29: Version 3.7.11
1966
1967 Fixed bug when generating padding to ensure space for lazy
1968 deoptimization.
1969 (issue 1846)
1970
1971 Further reduced pause times due to GC.
1972
1973 Stability and performance improvements on all platforms.
1974
1975
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000019762011-11-23: Version 3.7.10
1977
1978 Set maximum length of FixedArray in terms of elements instead an
1979 absolute number of bytes.
1980 (Chromium issue 103103)
1981
1982 Stability and performance improvements on all platforms.
1983
1984
19852011-11-21: Version 3.7.9
1986
1987 Removed exit-time destructors.
1988
1989 Stability and performance improvements on all platforms.
1990
1991
ricow@chromium.org27bf2882011-11-17 08:34:43 +000019922011-11-17: Version 3.7.8
1993
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001994 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001995 function on builtins will not make the original function reappear.
1996
1997 Added NetBSD support for scons build.
1998
1999 Performance improvements on all platforms.
2000
2001
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000020022011-11-14: Version 3.7.7
2003
2004 Fix missing fast property accessors in heap snapshots.
2005 (issue 1818)
2006
2007
danno@chromium.org2c456792011-11-11 12:00:53 +000020082011-11-11: Version 3.7.6
2009
2010 Fixed filtering of store buffer for large object pages.
2011 (issue 1817)
2012
2013 Fixed generated hash function on all platforms.
2014 (issue 1808)
2015
2016 Fixed Heap::Shrink to ensure that it does not free pages that are
2017 still in use.
2018 (Chromium issue 100414)
2019
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002020 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002021
2022
danno@chromium.orgc612e022011-11-10 11:38:15 +000020232011-11-10: Version 3.7.5
2024
2025 Added initial gyp infrastructure for MIPS.
2026
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002027 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002028 collector.
2029
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002030 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002031
2032
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000020332011-11-07: Version 3.7.4
2034
2035 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2036
2037 Fix Harmony sets and maps to allow null and undefined as keys
2038 (still hidden behind --harmony flag) (issue 1622).
2039
2040 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2041
2042 Enable VFP instructions for Android.
2043
2044 Fix error handling in Date.prototype.toISOString (issue 1792).
2045
2046 Bug fixes and performance improvements for all platforms.
2047
2048 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2049
2050
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000020512011-10-28: Version 3.7.3
2052
2053 Slight deoptimization as a workaround for issue with jslint: Issue
2054 1789.
2055
2056
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000020572011-10-27: Version 3.7.2
2058
2059 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2060
2061
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000020622011-10-26: Version 3.7.1
2063
2064 Achieved 33% speedup in debug-mode tests.
2065
2066 Removed special casing of calls to RegExp test and exec methods with no
2067 argument. Now matches new JSC behaviour. crbug.com/75740.
2068
2069 Return the empty string on cyclic references in toString (ES5
2070 conformance).
2071
2072 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2073
2074 Made Math.random state per-context instead of per-process (issue 864).
2075
2076 Fixed stack traces to skip native functions.
2077
2078 Make snapshots (new contexts) smaller and faster.
2079
2080 Fixed handling of Function.apply for non-array arguments.
2081
2082 Fixed evaluation order in defineProperties to match FireFox.
2083
2084 Fixed handling of non-object receivers for array builtins,
2085 crbug.com/100702.
2086
2087 Multiple fixes to improve compliance with test262.
2088
2089 Fixed compatibility with older Android releases.
2090
2091 Fixed compilation with gcc-4.5.3.
2092
2093 Improved performance of WriteUtf8, issue 1665.
2094
2095 Made native syntax an early error in the preparser.
2096
2097 Fixed issues 793 and 893 relating to Function.prototype.bind.
2098
2099 Improved let, const, Set and Map support and other Harmony features
2100 (behind the --harmony flag).
2101
2102 Changed evaluation order for > and <= to match ES5 instead of ES3.
2103
2104 Bug fixes and performance improvements on all platforms.
2105
2106
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000021072011-10-13: Version 3.7.0
2108
2109 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2110
2111 Fixed issue 1757 (string slices of external strings).
2112
2113 Fixed issue 1759 (ARM).
2114
2115 Added flag --noclever-optimizations to disable some things that
2116 caused trouble in the past.
2117
2118 Added flag --stress-compaction for testing.
2119
2120 Added flag --harmony to activate all experimental Harmony features.
2121
2122
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000021232011-10-10: Version 3.6.6
2124
2125 Added a GC pause visualization tool.
2126
2127 Added presubmit=no and werror=no flags to Makefile.
2128
2129 ES5/Test262 conformance improvements.
2130
2131 Fixed compilation issues with GCC 4.5.x (issue 1743).
2132
2133 Bug fixes and performance improvements on all platforms.
2134
2135
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000021362011-10-05: Version 3.6.5
2137
2138 New incremental garbage collector.
2139
2140 Removed the hard heap size limit (soft heap size limit is still
2141 700/1400Mbytes by default).
2142
2143 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2144
2145 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2146
2147 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2148
2149 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2150
2151 Fixed the MinGW and Windows 2000 builds.
2152
2153 Fixed "Prototype chain is not searched if named property handler does
2154 not set a property" (Issue 1636).
2155
2156 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2157
2158 Disallowed future reserved words as labels in strict mode.
2159
2160 Fixed string split to correctly coerce the separator to a string
2161 (Issue 1711).
2162
2163 API: Added an optional source length field to the Extension
2164 constructor.
2165
2166 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2167 (Issue 1573).
2168
2169 Added "native" target to Makefile for the benefit of Linux distros.
2170
2171 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2172
2173 More work on ES-Harmony proxies. Still hidden behind a flag.
2174
2175 Bug fixes and performance improvements on all platforms.
2176
2177
lrn@chromium.org34e60782011-09-15 07:25:40 +000021782011-09-15: Version 3.6.4
2179
2180 Fixed d8's broken readline history.
2181
2182 Removed the need for code delete events in CPU profiler (Issue 1466).
2183
2184 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2185
2186 Fixing parallel execution in d8 (with -p) and some memory leaks.
2187
2188 Support for precise stepping in functions compiled before debugging was
2189 started (step 1).
2190
2191
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000021922011-09-13: Version 3.6.3
2193
2194 Implemented better support of typed arrays in the d8 shell.
2195
2196 Bug fixes and performance improvements on all platforms.
2197
2198
ricow@chromium.org55ee8072011-09-08 16:33:10 +000021992011-09-08: Version 3.6.2
2200
2201 Added "dependencies" target to top-level Makefile.
2202
2203 Added ability to turn profiler on/off in d8.
2204
2205 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2206
2207 Fixed several crash bugs.
2208
2209
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000022102011-09-07: Version 3.6.1
2211
2212 Fixed a bug in abrupt exit from with or catch inside finally.
2213
2214 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2215 issue 95113).
2216
2217 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2218
2219 Fixed a few clang warnings (which -Werror treated as errors).
2220
2221 Performance improvements on all platforms.
2222
2223
fschneider@chromium.org1805e212011-09-05 10:49:12 +000022242011-09-05: Version 3.6.0
2225
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002226 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002227
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002228 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002229
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002230 Made arguments and caller always be null on native functions
2231 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002232
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002233 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002234
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002235 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002236
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002237 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002238
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002239 Fixed a problem with large heap snapshots in Chrome DevTools
2240 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002241
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002242 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002243
2244
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000022452011-08-31: Version 3.5.10
2246
2247 Added dependency of v8_base on WinSocket2 Windows library in
2248 the GYP-build.
2249
2250 Various bugfixes.
2251
2252
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000022532011-08-29: Version 3.5.9
2254
2255 Made FromPropertyDescriptor not trigger inherited setters.
2256
2257 Fixed .gyp files to work on the ARM simulator.
2258
2259 Fixed shared library build warnings for MSVS.
2260
2261
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000022622011-08-24: Version 3.5.8
2263
2264 Added V8EXPORT attributes for v8::Array::CheckCast and
2265 v8::Number::CheckCast.
2266
2267 Made a slight API change enabling opting out from null termination
2268 in String::Write*().
2269
2270 Fixed arm build for gcc-4.6.
2271
2272
rossberg@chromium.org28a37082011-08-22 11:03:23 +000022732011-08-22: Version 3.5.7
2274
2275 Make scanner handle invalid unicode escapes in identifiers correctly.
2276
2277 Make regexp flag parsing stricter.
2278
2279 Fix several memory leaks.
2280
2281
danno@chromium.orgb6451162011-08-17 14:33:23 +000022822011-08-17: Version 3.5.6
2283
2284 Fixed issue that could cause crashes when running with --heap-stats.
2285
2286 Fixed compilation on Linux 2.6.9 and older.
2287
2288 Fixed live-object-list to work with isolates.
2289
2290 Fixed memory leaks in zones and isolates.
2291
2292 Fixed a performance regression for TypedArrays on x64.
2293
2294 Stability improvements on all platforms.
2295
2296
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000022972011-08-15: Version 3.5.5
2298
2299 Fixed bugs involving negative zero and the optimizing compiler.
2300
2301 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2302
2303 Eliminated uses of deprecated ARM instructions.
2304
2305 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2306
2307 Removed restriction on the size of disassembled code that is printed.
2308
2309
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000023102011-08-10: Version 3.5.4
2311
2312 Added a preliminary implementation of ES Harmony weak maps. Weak
2313 maps can be enabled by the flag --harmony-weakmaps.
2314
2315 Introduced a toplevel Makefile to support GYP-based building. GYP
2316 can be obtained from http://gyp.googlecode.com.
2317
2318 Fixed a bug in the length property of functions created by
2319 Function.prototype.bind.
2320
2321 Reduced malloc heap allocation on process startup.
2322
2323 Several important code generation bug fixes.
2324
2325 Performance improvements on all platforms.
2326
2327
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000023282011-08-03: Version 3.5.3
2329
2330 MIPS: Port of fix to ClassOf check from ARM.
2331 Patch from Paul Lind <plind44@gmail.com>.
2332
2333 Stopped using mprotect on Cygwin.
2334 Avoided uninitialized member warning on gcc 4.3.4
2335 Both patches by Bert Belder.
2336
2337 Bug fixes and performance improvements on all platforms.
2338
2339
vegorov@chromium.org7943d462011-08-01 11:41:52 +000023402011-08-01: Version 3.5.2
2341
2342 Performance improvements on all platforms.
2343
2344
ricow@chromium.org2c99e282011-07-28 09:15:17 +000023452011-07-28: Version 3.5.1
2346
2347 Fixed setting the readonly flag on the prototype property using the
2348 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2349
2350 Changed the tools/test.py script to use d8 instead of shell for
2351 testing.
2352
2353 Fixed crash in ToBooleanStub when GC happens during invocation.
2354
2355 Enabled automatic unboxing of double arrays.
2356
2357 Performance improvements on all platforms.
2358
2359
ricow@chromium.org9fa09672011-07-25 11:05:35 +000023602011-07-25: Version 3.5.0
2361
2362 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2363 proxies.
2364
2365 Removed logging to memory support.
2366
2367 Bugfixes and performance work.
2368
2369
rossberg@chromium.org717967f2011-07-20 13:44:42 +000023702011-07-20: Version 3.4.14
2371
2372 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2373
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002374 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002375 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002376
2377 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2378
2379
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000023802011-07-18: Version 3.4.13
2381
2382 Improved debugger support to allow inspection of optimized frames (issue
2383 1140).
2384
2385 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2386
2387 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2388
2389 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2390
2391 Simplified HClampToUint8. Patch by Andy Wingo.
2392
2393 Exposed APIs for detecting boxed primitives, native errors. Patch by
2394 Luke Zarko.
2395
2396 Added map check for COW elements to crankshaft array handling code
2397 (issue 1560).
2398
2399 Sample shell and (a light version of) D8 links against a shared library
2400 now.
2401
2402 Fixed bug in array filter and reduce functions (issue 1559).
2403
2404 Avoid TLS load in AstNode constructor.
2405
2406 Introduced a random entropy source which can optionally be provided at
2407 initialization. (Chromium issue 89462).
2408
2409
whesse@chromium.org030d38e2011-07-13 13:23:34 +000024102011-07-13: Version 3.4.12
2411
2412 Added --prof profiling option to d8 shell.
2413
2414 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2415
2416 Fixed a potential assertion failure in const declarations.
2417
2418 Fixed an assertion failure in descriptor arrays (issue 1526).
2419
2420 Enabled fast thread-local storage by default on supported platforms.
2421
2422 Improved reporting of source position for global variable loads
2423 (issue 1527).
2424
2425
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000024262011-07-11: Version 3.4.11
2427
2428 Fixed MinGW32 build.
2429
2430 Fixed a GC bug with RegExp code flushing.
2431
2432 Implemented Object.defineProperty for proxies.
2433
2434 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2435
2436 Added debugger support for inspecting optimized frames (issue 1140).
2437
2438 Allowed JSObject::PreventExtensions to work for arguments objects.
2439
2440 Bugfixes and performance work.
2441
2442
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000024432011-07-06: Version 3.4.10
2444
2445 Fixed debugger not breaking on certain "if" statements (issue 1523).
2446
2447 Fixed assertion failure in runtime profiler when running on IA32
2448 without snapshot (issue 1522).
2449
2450 Fixed ABI for API calls on IA32 (for clang compatibility).
2451
2452 Introduced code flushing of RegExp code to free memory used by
2453 RegExps sooner.
2454
2455 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2456
2457 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2458
2459 Performance improvements on all platforms.
2460
2461
ricow@chromium.org4f693d62011-07-04 14:01:31 +000024622011-07-04: Version 3.4.9
2463
2464 Added support for debugger inspection of locals in optimized frames
2465 (issue 1140).
2466
2467 Fixed SConstruct to pass correct defines to samples/preparser when
2468 building with library=shared.
2469
2470 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2471
2472 Fixed a bug in Object.defineProperty on the arguments object.
2473
2474 Performance improvements on all platforms.
2475
2476
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000024772011-06-29: Version 3.4.8
2478
2479 Ensure 16-byte stack alignment on Solaris (issue 1505).
2480
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002481 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002482 that is not a smi. (issue 1246).
2483
2484
ager@chromium.org04921a82011-06-27 13:21:41 +000024852011-06-27: Version 3.4.7
2486
2487 Fixed 64-bit build on FreeBSD.
2488
2489 Added API to set the property attributes for the prototype
2490 property on functions created from FunctionTemplates.
2491
2492 Bugfixes and performance work.
2493
2494
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000024952011-06-22: Version 3.4.6
2496
2497 Lowered limit on code space for systems with low memory supply.
2498
2499 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2500
2501 Extended setBreakpoint API to accept partial script name (issue 1418).
2502
2503 Made multi-line comments not count when deciding whether the '-->'
2504 comment starter is first on a line. This matches Safari.
2505
2506 Made handling of non-array recievers in Array length setter correct
2507 (issue 1491).
2508
2509 Added ability to heap profiler to iterate over snapshot's node
2510 (issue 1481).
2511
2512
whesse@chromium.org7b260152011-06-20 15:33:18 +000025132011-06-20: Version 3.4.5
2514
2515 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2516 1476, and 1477.
2517
2518 Improved code generation for !0 and !1.
2519
2520 Reduced memory usage for regular expressions with nested qualifiers.
2521 (issue 1472)
2522
2523 Fixed V8 to count line terminators in multi-line comments.
2524 (Chromium issue 86431)
2525
2526 Fixed disassembler=on option for release-mode builds. (issue 1473)
2527
2528 Performance improvements on all platforms.
2529
2530
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000025312011-06-15: Version 3.4.4
2532
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002533 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002534
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002535 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002536
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002537 Several GYP-related changes: Added support for building Xcode project
2538 files. Make the ARM simulator build with GYP again. Generate Makefiles
2539 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002540
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002541 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2542 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002543
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002544 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002545
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002546 Handle 'undefined' correctly when === has been specialized for doubles.
2547 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002548
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002549 Corrected the limit of local variables in an optimized function from 64
2550 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002551
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002552 Correctly set ReadOnly flag on indexed properties when using the API Set
2553 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002554
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002555 Give the correct error message when Object.isExtensible is called on a
2556 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002557
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002558 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2559 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002560
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002561 Do not redefine properties unneccesarily in seal and freeze. (issue
2562 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002563
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002564 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002565
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002566 Distinguish keyed loads with a symbol key from fast elements loads,
2567 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002568
2569
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000025702011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002571
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002572 Clear the global thread table when an isolate is disposed
2573 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002574
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002575 Converted time zone name to UTF8 on Windows (issue 1290).
2576
2577 Limited the number of arguments in a function call to 32766
2578 (issue 1413).
2579
2580 Compress sources of JS libraries in addition to the snapshot.
2581
2582 Fixed a bug in Lithium environment iteration.
2583
2584 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002585
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002586
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000025872011-06-06: Version 3.4.2
2588
2589 More work on ES-Harmony proxies. Still hidden behind a flag.
2590
2591 Fixed some crash bugs and improved performance.
2592
2593 Fixed building with gdb debugging support.
2594
2595 Do not install SIGPROF handler until it is needed.
2596
2597 Added DateTimeFormat to i18n API.
2598
2599 Fixed compilation on OpenBSD.
2600
2601 Take the ulimit into account when sizing the heap. OpenBSD users
2602 may still have to increase the default ulimit to run heavy pages in
2603 the browser.
2604
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002605
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000026062011-06-01: Version 3.4.1
2607
2608 Fixed JSON stringify issue with arrays.
2609
2610 Changed calls to JS builtins to be passed undefined when called with
2611 implicit receiver.
2612
2613 Implemented the set trap for Harmony proxies. Proxies still need to
2614 be enabled with the --harmony-proxies flag.
2615
2616
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000026172011-05-30: Version 3.4.0
2618
2619 Changed calls to undefined property setters to not throw (issue 1355).
2620
2621 Made RegExp objects not callable.
2622
2623 Fixed issues on special case large JSON strings in new json parser
2624 (issues http://crbug.com/83877 and http://crbug.com/84186).
2625
2626 Performance improvements on all platforms.
2627
2628
danno@chromium.org40cb8782011-05-25 07:58:50 +000026292011-05-25: Version 3.3.10
2630
2631 Fixed calls of strict mode function with an implicit receiver.
2632
2633 Fixed fast handling of arrays to properly deal with changes to the
2634 Object prototype (issue 1403).
2635
2636 Changed strict mode poison pill to be the same type error function
2637 (issue 1387).
2638
2639 Fixed a debug crash in arguments object handling (issue 1227).
2640
2641 Fixed a bug in deoptimization on x64 (issue 1404).
2642
2643 Performance improvements and bug fixes on all platforms.
2644
2645
ager@chromium.orgea91cc52011-05-23 06:06:11 +000026462011-05-23: Version 3.3.9
2647
2648 Added DateTimeFormat class to experimental i18n API.
2649
2650 Extended preparser to give early errors for some strict mode
2651 restrictions.
2652
2653 Removed legacy execScript function from V8.
2654
2655 Extended isolate API with the ability to add embedder-specific
2656 data to an isolate.
2657
2658 Added basic support for polymorphic loads from JS and external
2659 arrays.
2660
2661 Fixed bug in handling of switch statements in the optimizing
2662 compiler.
2663
2664
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000026652011-05-18: Version 3.3.8
2666
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002667 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002668 handles are independent of all other persistent handles and can be
2669 garbage collected more frequently.
2670
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002671 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002672 with the --harmony-proxies flag.
2673
2674 Performance improvements and bug fixes on all platforms.
2675
2676
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000026772011-05-16: Version 3.3.7
2678
2679 Updated MIPS infrastructure files.
2680
2681 Performance improvements and bug fixes on all platforms.
2682
2683
karlklose@chromium.org83a47282011-05-11 11:54:09 +000026842011-05-11: Version 3.3.6
2685
2686 Updated MIPS infrastructure files.
2687
2688 Added method IsCallable for Object to the API.
2689 Patch by Peter Varga.
2690
2691
lrn@chromium.org1c092762011-05-09 09:42:16 +000026922011-05-09: Version 3.3.5
2693
2694 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2695
2696 Added check that receiver is JSObject on API calls.
2697
2698 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2699 Patch by Peter Varga.
2700
2701 Added CallAsFunction method to the Object class in the API (Issue 1336).
2702 Patch by Peter Varga.
2703
2704 Added per-isolate locking and unlocking.
2705
2706 Fixed bug in x64 >>> operator (Issue 1359).
2707
2708
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000027092011-05-04: Version 3.3.4
2710
2711 Implemented API to disallow code generation from strings for a context
2712 (issue 1258).
2713
2714 Fixed bug with whitespaces in parseInt (issue 955).
2715
2716 Fixed bug with == comparison of Date objects (issue 1356).
2717
2718 Added GYP variables for ARM code generation:
2719 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2720 and v8_use_arm_eabi_hardfloat.
2721
2722
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000027232011-05-02: Version 3.3.3
2724
2725 Added support for generating Visual Studio solution and project files
2726 using GYP.
2727
2728 Implemented support for ARM EABI calling convention variation where
2729 floating-point arguments are passed in registers (hardfloat).
2730
2731 Added Object::HasOwnProperty() to the API.
2732
2733 Added support for compressing startup data to reduce binary size. This
2734 includes build time support and an API for the embedder to decompress
2735 the startup data before initializing V8.
2736
2737 Reduced the profiling hooks overhead from >400% to 25% when using
2738 ll_prof.
2739
2740 Performance improvements and bug fixes on all platforms.
2741
2742
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000027432011-04-27: Version 3.3.2
2744
2745 Fixed crash bug on ARM with no VFP3 hardware.
2746
2747 Fixed compilation of V8 without debugger support.
2748
2749 Improved performance on JSLint.
2750
2751 Added support Float64 WebGL arrays.
2752
2753 Fixed crash bug in regexp replace.
2754
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002755
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000027562011-04-20: Version 3.3.1
2757
2758 Reduced V8 binary size by removing virtual functions from hydrogen.
2759
2760 Fixed crash bug on x64.
2761
2762 Performance improvements on ARM and IA32.
2763
2764
danno@chromium.org160a7b02011-04-18 15:51:38 +000027652011-04-18: Version 3.3.0
2766
2767 Fixed bug in floating point rounding in Crankshaft on ARM
2768 (issue 958)
2769
2770 Fixed a number of issues with running without VFPv3 support on ARM
2771 (issue 1315)
2772
2773 Introduced v8Locale.Collator, a partial implementation of Collator
2774 per last ECMAScript meeting + mailing list.
2775
2776 Minor performance improvements and bug fixes.
2777
2778
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000027792011-04-13: Version 3.2.10
2780
2781 Fixed bug in external float arrays on ARM (issue 1323).
2782
2783 Minor performance improvements and bug fixes.
2784
2785
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000027862011-04-11: Version 3.2.9
2787
2788 Removed support for ABI prior to EABI on ARM.
2789
2790 Fixed multiple crash bugs.
2791
2792 Added GCMole to the repository, a simple static analysis tool that
2793 searches for GC-unsafe evaluation order dependent callsites.
2794
2795 Made preparser API be exported in shared libraries.
2796
2797 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2798
2799 Fixed mutable __proto__ property if object is not extensible
2800 (Issue 1309).
2801
2802 Fixed auto suspension of the sampler thread.
2803
2804
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000028052011-04-06: Version 3.2.8
2806
2807 Exposed WebGL typed array constructors in the shell sample.
2808
2809 Performance improvements on all platforms.
2810
2811
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000028122011-04-04: Version 3.2.7
2813
2814 Disabled the original 'classic' V8 code generator. Crankshaft is
2815 now the default on all platforms.
2816
2817 Changed the heap profiler to use more descriptive names.
2818
2819 Performance and stability improvements to isolates on all platforms.
2820
2821
lrn@chromium.org7516f052011-03-30 08:52:27 +000028222011-03-30: Version 3.2.6
2823
2824 Fixed xcode build warning in shell.cc (out of order initialization).
2825
2826 Fixed null-pointer dereference in the compiler when running without
2827 SSE3 support (Chromium issue 77654).
2828
2829 Fixed x64 compilation error due to some dead code. (Issue 1286)
2830
2831 Introduced scons target to build the preparser stand-alone example.
2832
2833 Made FreeBSD build and pass all tests.
2834
2835
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000028362011-03-28: Version 3.2.5
2837
lrn@chromium.org7516f052011-03-30 08:52:27 +00002838 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002839
2840 Added Crankshaft support for external arrays.
2841
2842 Fixed two potential crash bugs.
2843
2844
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000028452011-03-23: Version 3.2.4
2846
2847 Added isolates which allows several V8 instances in the same process.
2848 This is controlled through the new Isolate class in the API.
2849
2850 Implemented more of EcmaScript 5 strict mode.
2851
2852 Reduced the time it takes to make detailed heap snapshot.
2853
2854 Added a number of commands to the ARM simulator and enhanced the ARM
2855 disassembler.
2856
2857
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000028582011-03-17: Version 3.2.3
2859
2860 Fixed a number of crash bugs.
2861
2862 Fixed Array::New(length) to return an array with a length (issue 1256).
2863
2864 Fixed FreeBSD build.
2865
2866 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2867
2868 Implemented more of EcmaScript 5 strict mode.
2869
2870 Improved Crankshaft performance on all platforms.
2871
2872
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000028732011-03-14: Version 3.2.2
2874
2875 Fixed a number of crash and correctness bugs.
2876
2877 Improved Crankshaft performance on all platforms.
2878
2879 Fixed Crankshaft on Solaris/Illumos.
2880
2881
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000028822011-03-10: Version 3.2.1
2883
2884 Fixed a number of crash bugs.
2885
2886 Improved Crankshaft for x64 and ARM.
2887
2888 Implemented more of EcmaScript 5 strict mode.
2889
2890
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000028912011-03-07: Version 3.2.0
2892
2893 Fixed a number of crash bugs.
2894
2895 Turned on Crankshaft by default on x64 and ARM.
2896
2897 Improved Crankshaft for x64 and ARM.
2898
2899 Implemented more of EcmaScript 5 strict mode.
2900
2901
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000029022011-03-02: Version 3.1.8
2903
2904 Fixed a number of crash bugs.
2905
2906 Improved Crankshaft for x64 and ARM.
2907
2908 Implemented more of EcmaScript 5 strict mode.
2909
2910 Fixed issue with unaligned reads and writes on ARM.
2911
2912 Improved heap profiler support.
2913
2914
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000029152011-02-28: Version 3.1.7
2916
2917 Fixed a number of crash bugs.
2918
2919 Improved Crankshaft for x64 and ARM.
2920
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002921 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002922 arrays (http://crbug.com/73940).
2923
2924 Fixed bug in map space compaction (http://crbug.com/59688).
2925
2926 Added support for direct getter accessors calls on ARM.
2927
2928
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000029292011-02-24: Version 3.1.6
2930
2931 Fixed a number of crash bugs.
2932
2933 Added support for Cygwin (issue 64).
2934
2935 Improved Crankshaft for x64 and ARM.
2936
2937 Added Crankshaft support for stores to pixel arrays.
2938
2939 Fixed issue in CPU profiler with Crankshaft.
2940
2941
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000029422011-02-16: Version 3.1.5
2943
2944 Change RegExp parsing to disallow /(*)/.
2945
2946 Added GDB JIT support for ARM.
2947
2948 Fixed several crash bugs.
2949
2950 Performance improvements on the IA32 platform.
2951
2952
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000029532011-02-14: Version 3.1.4
2954
2955 Fixed incorrect compare of prototypes of the global object (issue
2956 1082).
2957
2958 Fixed a bug in optimizing calls to global functions (issue 1106).
2959
2960 Made optimized Function.prototype.apply safe for non-JSObject first
2961 arguments (issue 1128).
2962
2963 Fixed an error related to element accessors on Object.prototype and
2964 parser errors (issue 1130).
2965
2966 Fixed a bug in sorting an array with large array indices (issue 1131).
2967
2968 Properly treat exceptions thrown while compiling (issue 1132).
2969
2970 Fixed bug in register requirements for function.apply (issue 1133).
2971
2972 Fixed a representation change bug in the Hydrogen graph construction
2973 (issue 1134).
2974
2975 Fixed the semantics of delete on parameters (issue 1136).
2976
2977 Fixed a optimizer bug related to moving instructions with side effects
2978 (issue 1138).
2979
2980 Added support for the global object in Object.keys (issue 1150).
2981
2982 Fixed incorrect value for Math.LOG10E
2983 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2984
2985 Performance improvements on the IA32 platform.
2986
2987 Implement assignment to undefined reference in ES5 Strict Mode.
2988
2989
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000029902011-02-09: Version 3.1.3
2991
2992 Fixed a bug triggered by functions with huge numbers of declared
2993 arguments.
2994
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002995 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002996
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002997 Fixed issue where Array.prototype.__proto__ had been set to null
2998 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002999
3000 Fixed stability bugs in Crankshaft for x86.
3001
3002
ricow@chromium.org83aa5492011-02-07 12:42:56 +000030032011-02-07: Version 3.1.2
3004
3005 Added better security checks when accessing properties via
3006 Object.getOwnPropertyDescriptor.
3007
3008 Fixed bug in Object.defineProperty and related access bugs (issues
3009 992, 1083 and 1092).
3010
3011 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3012 copyright notice generation for embedders.
3013
3014
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000030152011-02-02: Version 3.1.1
3016
3017 Perform security checks before fetching the value in
3018 Object.getOwnPropertyDescriptor.
3019
3020 Fixed a bug in Array.prototype.splice triggered by passing no
3021 arguments.
3022
3023 Fixed bugs in -0 in arithmetic and in Math.pow.
3024
3025 Fixed bugs in the register allocator and in switching from optimized
3026 to unoptimized code.
3027
3028
30292011-01-31: Version 3.1.0
3030
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003031 Performance improvements on all platforms.
3032
3033
ager@chromium.org378b34e2011-01-28 08:04:38 +000030342011-01-28: Version 3.0.12
3035
3036 Added support for strict mode parameter and object property
3037 validation.
3038
3039 Fixed a couple of crash bugs.
3040
3041
ager@chromium.org0ee099b2011-01-25 14:06:47 +000030422011-01-25: Version 3.0.11
3043
3044 Fixed a bug in deletion of lookup slots that could cause global
3045 variables to be accidentally deleted (http://crbug.com/70066).
3046
3047 Added support for strict mode octal literal verification.
3048
3049 Fixed a couple of crash bugs (issues 1070 and 1071).
3050
3051
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000030522011-01-24: Version 3.0.10
3053
3054 Fixed External::Wrap for 64-bit addresses (issue 1037).
3055
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003056 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003057 code generator (issue 1060).
3058
3059 Introduced partial strict mode support.
3060
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003061 Changed formatting of recursive error messages to match Firefox and
3062 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003063
3064 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003065 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003066 (issue http://crbug.com/50972).
3067
3068 Performance improvements on the IA32 platform.
3069
3070
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000030712011-01-19: Version 3.0.9
3072
3073 Added basic GDB JIT Interface integration.
3074
3075 Make invalid break/continue statements a syntax error instead of a
3076 runtime error.
3077
3078
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000030792011-01-17: Version 3.0.8
3080
3081 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003082 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003083
3084 Wrapped external pointers more carefully (issue 1037).
3085
3086 Hardened the implementation of error objects to avoid setters
3087 intercepting the properties set then throwing an error.
3088
3089 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3090
3091 Performance improvements on the IA32 platform.
3092
3093
30942011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003095
3096 Stopped calling inherited setters when creating object literals
3097 (issue 1015).
3098
3099 Changed interpretation of malformed \c? escapes in RegExp to match
3100 JSC.
3101
3102 Enhanced the command-line debugger interface and fixed some minor
3103 bugs in the debugger.
3104
3105 Performance improvements on the IA32 platform.
3106
3107
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000031082011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003109
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003110 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003111
3112 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003113 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003114
3115 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003116 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003117
3118 Added use_system_v8 option to gyp (off by default), to make it easier
3119 for Linux distributions to ship with system-provided V8 library.
3120
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003121 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003122
3123 Added labelled thread names to help with debugging (on Linux).
3124
3125
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000031262011-01-03: Version 3.0.5
3127
3128 Fixed a couple of cast errors for gcc-3.4.3.
3129
3130 Performance improvements in GC and IA32 code generator.
3131
3132
whesse@chromium.org023421e2010-12-21 12:19:12 +000031332010-12-21: Version 3.0.4
3134
3135 Added Date::ResetCache() to the API so that the cached values in the
3136 Date object can be reset to allow live DST / timezone changes.
3137
3138 Extended existing support for printing (while debugging) the contents
3139 of objects. Added support for printing objects from release builds.
3140
3141 Fixed V8 issues 989, 1006, and 1007.
3142
3143
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000031442010-12-17: Version 3.0.3
3145
3146 Reapplied all changes for version 3.0.1.
3147
3148 Improved debugger protocol for remote debugging.
3149
3150 Added experimental support for using gyp to generate build files
3151 for V8.
3152
3153 Fixed implementation of String::Write in the API (issue 975).
3154
3155
lrn@chromium.org8541d772010-12-15 12:05:09 +000031562010-12-15: Version 3.0.2
3157
3158 Revert version 3.0.1 and patch 3.0.1.1.
3159
3160
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000031612010-12-13: Version 3.0.1
3162
3163 Added support for an experimental internationalization API as an
3164 extension. This extension is disabled by default but can be enabled
3165 when building V8. The ECMAScript internationalization strawman is
3166 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3167
3168 Made RegExp character class parsing stricter. This mirrors a change
3169 to RegExp parsing in WebKit.
3170
3171 Fixed a bug in Object.defineProperty when used to change attributes
3172 of an existing property. It incorrectly set the property value to
3173 undefined (issue 965).
3174
3175 Fixed several different compilation failures on various platforms
3176 caused by the 3.0.0 release.
3177
3178 Optimized Math.pow so it can work on unboxed doubles.
3179
3180 Sped up quoting of JSON strings by removing one traversal of the
3181 string.
3182
3183
kasperl@chromium.orga5551262010-12-07 12:49:48 +000031842010-12-07: Version 3.0.0
3185
3186 Improved performance by (partially) addressing issue 957 on
3187 IA-32. Still needs more work for the other architectures.
3188
3189
ager@chromium.orgbeb25712010-11-29 08:02:25 +000031902010-11-29: Version 2.5.9
3191
3192 Fixed crashes during GC caused by partially initialize heap
3193 objects.
3194
3195 Fixed bug in process sample that caused memory leaks.
3196
3197 Improved performance on ARM by implementing missing stubs and
3198 inlining.
3199
3200 Improved heap profiler support.
3201
3202 Added separate seeding on Windows of the random number generator
3203 used internally by the compiler (issue 936).
3204
3205 Exposed API for getting the name of the function used to construct
3206 an object.
3207
3208 Fixed date parser to handle one and two digit millisecond
3209 values (issue 944).
3210
3211 Fixed number parsing to disallow space between sign and
3212 digits (issue 946).
3213
3214
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000032152010-11-23: Version 2.5.8
3216
3217 Removed dependency on Gay's dtoa.
3218
3219 Improved heap profiler precision and speed.
3220
3221 Reduced overhead of callback invocations on ARM.
3222
3223
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000032242010-11-18: Version 2.5.7
3225
3226 Fixed obscure evaluation order bug (issue 931).
3227
3228 Split the random number state between JavaScript and the private API.
3229
3230 Fixed performance bug causing GCs when generating stack traces on
3231 code from very large scripts.
3232
3233 Fixed bug in parser that allowed (foo):42 as a labelled statement
3234 (issue 918).
3235
3236 Provide more accurate results about used heap size via
3237 GetHeapStatistics.
3238
3239 Allow build-time customization of the max semispace size.
3240
3241 Made String.prototype.split honor limit when separator is empty
3242 (issue 929).
3243
3244 Added missing failure check after expecting an identifier in
3245 preparser (Chromium issue 62639).
3246
3247
ager@chromium.org01fe7df2010-11-10 11:59:11 +000032482010-11-10: Version 2.5.6
3249
3250 Added support for VFP rounding modes to the ARM simulator.
3251
3252 Fixed multiplication overflow bug (issue 927).
3253
3254 Added a limit for the amount of executable memory (issue 925).
3255
3256
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000032572010-11-08: Version 2.5.5
3258
3259 Added more aggressive GC of external objects in near out-of-memory
3260 situations.
3261
3262 Fixed a bug that gave the incorrect result for String.split called
3263 on the empty string (issue 924).
3264
3265
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000032662010-11-03: Version 2.5.4
3267
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003268 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003269
3270
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000032712010-11-01: Version 2.5.3
3272
3273 Fixed a bug that prevents constants from overwriting function values
3274 in object literals (issue 907).
3275
3276 Fixed a bug with reporting of impossible nested calls of DOM functions
3277 (issue http://crbug.com/60753).
3278
3279
lrn@chromium.org303ada72010-10-27 09:33:13 +000032802010-10-27: Version 2.5.2
3281
3282 Improved sampler resolution on Linux.
3283
3284 Allowed forcing the use of a simulator from the build script
3285 independently of the host architecture.
3286
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003287 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003288
3289 Made windows-tick-processor respect D8_PATH.
3290
3291 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3292
3293
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000032942010-10-20: Version 2.5.1
3295
3296 Fixed bug causing spurious out of memory exceptions
3297 (issue http://crbug.com/54580).
3298
3299 Fixed compilation error on Solaris platform (issue 901).
3300
3301 Fixed error in strtod (string to floating point number conversion)
3302 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3303
3304 Adjusted randomized allocations of executable memory to have 64k
3305 granularity (issue http://crbug.com/56036).
3306
3307 Supported profiling using kernel perf_events on linux. Added ll_prof
3308 script to tools and --ll-prof flag to V8.
3309
3310
vegorov@chromium.org42841962010-10-18 11:18:59 +000033112010-10-18: Version 2.5.0
3312
3313 Fixed bug in cache handling of lastIndex on global regexps
3314 (issue http://crbug.com/58740).
3315
3316 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3317 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003318 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003319
3320 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3321
3322
33232010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003324
3325 Fixed a bug in the handling of conditional expressions in test
3326 contexts in compiler for top-level code.
3327
3328 Added "//@ sourceURL" information to the StackTrace API.
3329
3330 Exposed RegExp construction through the API.
3331
3332
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000033332010-10-04: Version 2.4.8
3334
3335 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3336 whole snapshot (issue 868).
3337
3338 Performance improvements on all platforms.
3339
3340
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000033412010-09-30: Version 2.4.7
3342
3343 Changed the command-line flag --max-new-space-size to be in kB and the
3344 flag --max-old-space-size to be in MB (previously they were in bytes).
3345
3346 Added Debug::CancelDebugBreak to the debugger API.
3347
3348 Fixed a bug in getters for negative numeric property names
3349 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3350
3351 Performance improvements on all platforms.
3352
3353
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000033542010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003355
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003356 Fixed assertion failure related to copy-on-write arrays (issue 876).
3357
3358 Fixed build failure of 64-bit V8 on Windows.
3359
3360 Fixed a bug in RegExp (issue http://crbug.com/52801).
3361
3362 Improved the profiler's coverage to cover more functions (issue 858).
3363
3364 Fixed error in shift operators on 64-bit V8
3365 (issue http://crbug.com/54521).
3366
3367
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000033682010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003369
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003370 Changed the RegExp benchmark to exercise the regexp engine on different
3371 inputs by scrambling the input strings.
3372
3373 Fixed a bug in keyed loads on strings.
3374
3375 Fixed a bug with loading global function prototypes.
3376
3377 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3378
3379 Performance improvements on all platforms.
3380
3381
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000033822010-09-15: Version 2.4.4
3383
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003384 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003385
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003386 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003387
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003388 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003389
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003390 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003391
3392
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000033932010-09-13: Version 2.4.3
3394
3395 Made Date.parse properly handle TZ offsets (issue 857).
3396
3397 Performance improvements on all platforms.
3398
3399
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000034002010-09-08: Version 2.4.2
3401
3402 Fixed GC crash bug.
3403
3404 Fixed stack corruption bug.
3405
3406 Fixed compilation for newer C++ compilers that found Operand(0)
3407 ambiguous.
3408
3409
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000034102010-09-06: Version 2.4.1
3411
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003412 Added the ability for an embedding application to receive a callback
3413 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3414 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003415
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003416 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003417
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003418 Fixed memory overrun crash bug triggered during V8's tick-based
3419 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003420
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003421 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003422
3423
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000034242010-09-01: Version 2.4.0
3425
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003426 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3427 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003428
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003429 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003430 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003431
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003432 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003433
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003434 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003435
3436
ricow@chromium.org65fae842010-08-25 15:26:24 +000034372010-08-25: Version 2.3.11
3438
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003439 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003440
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003441 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003442 VARIANT_FLAGS that allows specification of sets of flags with which
3443 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003444
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003445 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003446
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003447 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003448
3449
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000034502010-08-23: Version 2.3.10
3451
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003452 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003453
3454 Build fixes for unusual compilers.
3455
3456 Track high water mark for RWX memory.
3457
3458 Performance improvements on all platforms.
3459
3460
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000034612010-08-18: Version 2.3.9
3462
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003463 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003464
3465 Removed specialized handling of GCC 4.4 (issue 830).
3466
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003467 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003468 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3469
ricow@chromium.org65fae842010-08-25 15:26:24 +00003470 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003471
3472
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000034732010-08-16: Version 2.3.8
3474
3475 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3476
3477 Fixed issue with incorrect handling of custom valueOf methods on
3478 string wrappers (issue 760).
3479
3480 Fixed compilation for ARMv4 (issue 590).
3481
3482 Improved performance.
3483
3484
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000034852010-08-11: Version 2.3.7
3486
3487 Reduced size of heap snapshots produced by heap profiler (issue 783).
3488
3489 Introduced v8::Value::IsRegExp method.
3490
3491 Fixed CPU profiler crash in start / stop sequence when non-existent
3492 name is passed (issue http://crbug.com/51594).
3493
3494 Introduced new indexed property query callbacks API (issue 816). This
3495 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3496 by default.
3497
3498 Removed support for object literal get/set with number/string
3499 property name.
3500
3501 Fixed handling of JSObject::elements in CalculateNetworkSize
3502 (issue 822).
3503
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003504 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003505
3506
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000035072010-08-09: Version 2.3.6
3508
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003509 RegExp literals create a new object every time they are evaluated
3510 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003511
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003512 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003513
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003514 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003515
3516
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000035172010-08-04: Version 2.3.5
3518
3519 Added support for ES5 property names. Object initialisers and
3520 dot-notation property access now allows keywords. Also allowed
3521 non-identifiers after "get" or "set" in an object initialiser.
3522
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003523 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003524
3525
whesse@chromium.orge90029b2010-08-02 11:52:17 +000035262010-08-02: Version 2.3.4
3527
3528 Fixed problems in implementation of ES5 function.prototype.bind.
3529
3530 Fixed error when using apply with arguments object on ARM (issue 784).
3531
3532 Added setting of global flags to debugger protocol.
3533
3534 Fixed an error affecting cached results of sin and cos (issue 792).
3535
3536 Removed memory leak from a boundary case where V8 is not initialized.
3537
3538 Fixed issue where debugger could set breakpoints outside the body
3539 of a function.
3540
3541 Fixed issue in debugger when using both live edit and step in features.
3542
3543 Added Number-letter (Nl) category to Unicode tables. These characters
3544 can now be used in identifiers.
3545
3546 Fixed an assert failure on X64 (issue 806).
3547
3548 Performance improvements on all platforms.
3549
3550
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000035512010-07-26: Version 2.3.3
3552
3553 Fixed error when building the d8 shell in a fresh checkout.
3554
3555 Implemented Function.prototype.bind (ES5 15.3.4.5).
3556
3557 Fixed an error in inlined stores on ia32.
3558
3559 Fixed an error when setting a breakpoint at the end of a function
3560 that does not end with a newline character.
3561
3562 Performance improvements on all platforms.
3563
3564
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000035652010-07-21: Version 2.3.2
3566
3567 Fixed compiler warnings when building with LLVM.
3568
3569 Fixed a bug with for-in applied to strings (issue 785).
3570
3571 Performance improvements on all platforms.
3572
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003573
ricow@chromium.org4980dff2010-07-19 08:33:45 +000035742010-07-19: Version 2.3.1
3575
3576 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3577
3578 Fixed bug related to code flushing while compiling a lazy
3579 compilable function (issue http://crbug.com/49099).
3580
3581 Performance improvements on all platforms.
3582
3583
ager@chromium.orgb5737492010-07-15 09:29:43 +000035842010-07-15: Version 2.3.0
3585
3586 Added ES5 Object.seal and Object.isSealed.
3587
3588 Added debugger API for scheduling debugger commands from a
3589 separate thread.
3590
3591
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000035922010-07-14: Version 2.2.24
3593
3594 Added API for capturing stack traces for uncaught exceptions.
3595
3596 Fixed crash bug when preparsing from a non-external V8 string
3597 (issue 775).
3598
3599 Fixed JSON.parse bug causing input not to be converted to string
3600 (issue 764).
3601
3602 Added ES5 Object.freeze and Object.isFrozen.
3603
3604 Performance improvements on all platforms.
3605
3606
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000036072010-07-07: Version 2.2.23
3608
3609 API change: Convert Unicode code points outside the basic multilingual
3610 plane to the replacement character. Previous behavior was to silently
3611 truncate the value to 16 bits.
3612
3613 Fixed crash: handle all flat string types in regexp replace.
3614
3615 Prevent invalid pre-parsing data passed in through the API from
3616 crashing V8.
3617
3618 Performance improvements on all platforms.
3619
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003620
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000036212010-07-05: Version 2.2.22
3622
3623 Added ES5 Object.isExtensible and Object.preventExtensions.
3624
3625 Enabled building V8 as a DLL.
3626
3627 Fixed a bug in date code where -0 was not interpreted as 0
3628 (issue 736).
3629
3630 Performance improvements on all platforms.
3631
3632
lrn@chromium.org32d961d2010-06-30 09:09:34 +000036332010-06-30: Version 2.2.21
3634
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003635 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003636
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003637 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003638
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003639 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003640
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003641 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003642
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003643 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003644
3645 Provide actual breakpoints locations in response to setBreakpoint
3646 and listBreakpoints requests.
3647
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003648
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000036492010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003650
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003651 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003652
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003653 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003654
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003655 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003656
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003657 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003658 miscalculated for some inputs.
3659
3660 Performance improvements on all platforms.
3661
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003662
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000036632010-06-23: Version 2.2.19
3664
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003665 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003666 (issue 738).
3667
3668 Added expose-externalize-string flag for testing extensions.
3669
3670 Resolve linker issues with using V8 as a DLL causing a number of
3671 problems with unresolved symbols.
3672
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003673 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003674 defined.
3675
3676 Performance improvements on all platforms.
3677
3678
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000036792010-06-16: Version 2.2.18
3680
3681 Added API functions to retrieve information on indexed properties
3682 managed by the embedding layer. Fixes bug 737.
3683
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003684 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003685
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003686 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003687
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003688 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003689
3690 Incremental performance improvements.
3691
3692
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000036932010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003694
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003695 Improved debugger support for stepping out of functions.
3696
3697 Incremental performance improvements.
3698
3699
37002010-06-09: Version 2.2.16
3701
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003702 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003703 disposal of external string resources to call a virtual Dispose
3704 method on the resource.
3705
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003706 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003707 stepping.
3708
3709 Memory usage improvements on all platforms.
3710
3711
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000037122010-06-07: Version 2.2.15
3713
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003714 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003715
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003716 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003717 some compilers complaint when compiling with -Werror.
3718
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003719 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003720
3721
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000037222010-06-02: Version 2.2.14
3723
3724 Fixed a crash in code generated for String.charCodeAt.
3725
3726 Fixed a compilation issue with some GCC versions (issue 727).
3727
3728 Performance optimizations on x64 and ARM platforms.
3729
3730
ricow@chromium.org30ce4112010-05-31 10:38:25 +000037312010-05-31: Version 2.2.13
3732
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003733 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003734 strings (issue 599).
3735
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003736 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003737
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003738 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003739
3740 Performance improvements on all platforms.
3741
3742
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000037432010-05-26: Version 2.2.12
3744
3745 Allowed accessors to be defined on objects rather than just object
3746 templates.
3747
3748 Changed the ScriptData API.
3749
3750
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000037512010-05-21: Version 2.2.11
3752
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003753 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003754
3755 Use 'full compiler' when debugging is active. This should increase
3756 the density of possible break points, making single step more fine
3757 grained. This will only take effect for functions compiled after
3758 debugging has been started, so recompilation of all functions is
3759 required to get the full effect. IA32 and x64 only for now.
3760
3761 Misc. fixes to the Solaris build.
3762
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003763 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003764
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003765 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003766
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003767 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003768
3769 Incremental performance improvements in all backends.
3770
3771
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000037722010-05-17: Version 2.2.10
3773
3774 Performance improvements in the x64 and ARM backends.
3775
3776
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000037772010-05-10: Version 2.2.9
3778
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003779 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003780
3781 Fixed bug with Date.parse returning a non-NaN value when called on a
3782 non date string (issue 696).
3783
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003784 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003785 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003786
3787 C++ API for retrieving JavaScript stack trace information.
3788
3789
ager@chromium.orgac091b72010-05-05 07:34:42 +000037902010-05-05: Version 2.2.8
3791
3792 Performance improvements in the x64 and ARM backends.
3793
3794
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000037952010-05-03: Version 2.2.7
3796
3797 Added support for ES5 date time string format to Date.parse.
3798
3799 Performance improvements in the x64 backend.
3800
3801
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000038022010-04-28: Version 2.2.6
3803
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003804 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003805 (by Ryan Dahl <coldredlemur@gmail.com>).
3806
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003807 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003808
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003809 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003810
3811 Performance improvements on all platforms.
3812
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003813
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000038142010-04-26: Version 2.2.5
3815
3816 Various performance improvements (especially for ARM and x64)
3817
3818 Fixed bug in CPU profiling (http://crbug.com/42137)
3819
3820 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003821
3822 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003823 wrong calculations.
3824
3825 Fixed a bug that may cause a wrong result for shift operations.
3826
3827
38282010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003829
3830 Fixed warnings on arm on newer GCC versions.
3831
3832 Fixed a number of minor bugs.
3833
3834 Performance improvements on all platforms.
3835
3836
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000038372010-04-14: Version 2.2.3
3838
3839 Added stack command and mem command to ARM simulator debugger.
3840
3841 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3842
3843 Performance improvements on all platforms.
3844
3845
ager@chromium.org357bf652010-04-12 11:30:10 +000038462010-04-12: Version 2.2.2
3847
3848 Introduced new profiler API.
3849
3850 Fixed random number generator to produce full 32 random bits.
3851
3852
lrn@chromium.org25156de2010-04-06 13:10:27 +000038532010-04-06: Version 2.2.1
3854
3855 Debugger improvements.
3856
3857 Fixed minor bugs.
3858
3859
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000038602010-03-29: Version 2.2.0
3861
3862 Fixed a few minor bugs.
3863
3864 Performance improvements for string operations.
3865
3866
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000038672010-03-26: Version 2.1.10
3868
3869 Fixed scons build issues.
3870
3871 Fixed a couple of minor bugs.
3872
3873
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000038742010-03-25: Version 2.1.9
3875
3876 Added API support for reattaching a global object to a context.
3877
3878 Extended debugger API with access to the internal debugger context.
3879
3880 Fixed Chromium crashes (issues http://crbug.com/39128 and
3881 http://crbug.com/39160)
3882
3883
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000038842010-03-24: Version 2.1.8
3885
3886 Added fine-grained garbage collection callbacks to the API.
3887
3888 Performance improvements on all platforms.
3889
3890
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000038912010-03-22: Version 2.1.7
3892
3893 Fixed issue 650.
3894
3895 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003896
3897 Performance improvements for arithmetic operations.
3898
3899 Performance improvements for string operations.
3900
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003901 Print script name and line number information in stack trace.
3902
3903
39042010-03-17: Version 2.1.6
3905
3906 Performance improvements for arithmetic operations.
3907
3908 Performance improvements for string operations.
3909
3910
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000039112010-03-10: Version 2.1.4
3912
3913 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3914
3915 Performance improvements on all platforms.
3916
3917
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000039182010-03-10: Version 2.1.3
3919
3920 Added API method for context-disposal notifications.
3921
3922 Added API method for accessing elements by integer index.
3923
3924 Added missing implementation of Uint32::Value and Value::IsUint32
3925 API methods.
3926
3927 Added IsExecutionTerminating API method.
3928
3929 Disabled strict aliasing for GCC 4.4.
3930
3931 Fixed string-concatenation bug (issue 636).
3932
3933 Performance improvements on all platforms.
3934
3935
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000039362010-02-23: Version 2.1.2
3937
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003938 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003939
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003940 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003941
3942 Performance improvements on all platforms.
3943
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003944
ager@chromium.org5c838252010-02-19 08:53:10 +000039452010-02-19: Version 2.1.1
3946
3947 [ES5] Implemented Object.defineProperty.
3948
3949 Improved profiler support.
3950
3951 Added SetPrototype method in the public V8 API.
3952
3953 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3954 objects in the API.
3955
3956 Performance improvements on all platforms.
3957
3958
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000039592010-02-03: Version 2.1.0
3960
3961 Values are now always wrapped in objects when used as a receiver.
3962 (issue 223).
3963
3964 [ES5] Implemented Object.getOwnPropertyNames.
3965
3966 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3967 JSON grammar.
3968
3969 Improvement of debugger agent (issue 549 and 554).
3970
3971 Fixed problem with skipped stack frame in profiles (issue 553).
3972
3973 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3974 <ry@tinyclouds.org>.
3975
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003976 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003977 integers.
3978
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003979 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003980 functions (isue http://crbug.com/3867).
3981
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003982 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003983
3984 Numerous performance improvements including porting of previous IA-32
3985 optimizations to x64 and ARM architectures.
3986
3987
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000039882010-01-14: Version 2.0.6
3989
3990 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3991 GetOwnProperty, FromPropertyDescriptor.
3992
3993 Fixed Mac x64 build errors.
3994
3995 Improved performance of some math and string operations.
3996
3997 Improved performance of some regexp operations.
3998
3999 Improved performance of context creation.
4000
4001 Improved performance of hash tables.
4002
4003
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000040042009-12-18: Version 2.0.5
4005
4006 Extended to upper limit of map space to allow for 7 times as many map
4007 to be allocated (issue 524).
4008
4009 Improved performance of code using closures.
4010
4011 Improved performance of some binary operations involving doubles.
4012
4013
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000040142009-12-16: Version 2.0.4
4015
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004016 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004017
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004018 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004019
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004020 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004021
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004022 Improved handling of external strings by using a separate table
4023 instead of weak handles. This improves garbage collection
4024 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004025
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004026 Changed code generation for object and array literals in toplevel
4027 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004028
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004029 Fixed a crash bug triggered when garbage collection happened during
4030 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004031
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004032 Fixed crash bug sometimes triggered when local variables shadowed
4033 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004034
4035
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000040362009-12-03: Version 2.0.3
4037
4038 Optimized handling and adding of strings, for-in and Array.join.
4039
4040 Heap serialization is now non-destructive.
4041
4042 Improved profiler support with information on time spend in C++
4043 callbacks registered through the API.
4044
4045 Added commands to the debugger protocol for starting/stopping
4046 profiling.
4047
4048 Enabled the non-optimizing compiler for top-level code.
4049
4050 Changed the API to only allow strings to be set as data objects on
4051 Contexts and scripts to avoid potentially keeping global objects
4052 around for too long (issue 528).
4053
4054 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4055
4056 Fixed bugs.
4057
4058
ager@chromium.org01beca72009-11-24 14:29:16 +000040592009-11-24: Version 2.0.2
4060
4061 Improved profiler support.
4062
4063 Fixed bug that broke compilation of d8 with readline support.
4064
4065
ager@chromium.org6141cbe2009-11-20 12:14:52 +000040662009-11-20: Version 2.0.1
4067
4068 Fixed crash bug in String.prototype.replace.
4069
4070 Reverted a change which caused Chromium interactive ui test
4071 failures.
4072
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004073
ager@chromium.orgc4c92722009-11-18 14:12:51 +000040742009-11-18: Version 2.0.0
4075
4076 Added support for VFP on ARM.
4077
4078 Added TryCatch::ReThrow method to the API.
4079
4080 Reduced the size of snapshots and improved the snapshot load time.
4081
4082 Improved heap profiler support.
4083
4084 64-bit version now supported on Windows.
4085
4086 Fixed a number of debugger issues.
4087
4088 Fixed bugs.
4089
4090
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000040912009-10-29: Version 1.3.18
4092
4093 Reverted a change which caused crashes in RegExp replace.
4094
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004095 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004096
4097
ager@chromium.org3811b432009-10-28 14:53:37 +000040982009-10-28: Version 1.3.17
4099
4100 Added API method to get simple heap statistics.
4101
4102 Improved heap profiler support.
4103
4104 Fixed the implementation of the resource constraint API so it
4105 works when using snapshots.
4106
4107 Fixed a number of issues in the Windows 64-bit version.
4108
4109 Optimized calls to API getters.
4110
4111 Added valgrind notification on code modification to the 64-bit version.
4112
4113 Fixed issue where we logged shared library addresses on Windows at
4114 startup and never used them.
4115
4116
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000041172009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004118
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004119 X64: Convert smis to holding 32 bits of payload.
4120
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004121 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004122
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004123 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004124
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004125 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004126 Patch by Jan de Mooij <jandemooij@gmail.com>
4127
4128 Implement ES5 Array.isArray
4129 Patch by Jan de Mooij <jandemooij@gmail.com>
4130
4131 Skip access checks for hidden properties.
4132
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004133 Added String::Concat(Handle<String> left, Handle<String> right) to the
4134 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004135
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004136 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004137
4138
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000041392009-10-07: Version 1.3.15
4140
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004141 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004142
4143 Fixed a crash bug happening when starting profiling (issue
4144 http://crbug.com/23768).
4145
4146
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000041472009-10-07: Version 1.3.14
4148
4149 Added GetRealNamedProperty to the API to lookup real properties
4150 located on the object or in the prototype chain skipping any
4151 interceptors.
4152
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004153 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004154 stack limit now needs to be set to each thread thich is used with V8.
4155
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004156 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004157
4158 Ensure V8 is initialized before locking and unlocking threads.
4159
4160 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004161 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004162 Crockford from the project.
4163
4164 Added a missing optimization in StringCharAt.
4165
4166 Fixed some flaky socket tests.
4167
4168 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4169 in 64-bit mode.
4170
4171 Fixed memory leaks in the thread management code.
4172
4173 Fixed the result of assignment to a pixel array. The assigned value
4174 is now the result.
4175
4176 Error reporting for invalid left-hand sides in for-in statements, pre-
4177 and postfix count expressions, and assignments now matches the JSC
4178 behavior in Safari 4.
4179
4180 Follow the spec in disallowing function declarations without a name.
4181
4182 Always allocate code objects within a 2 GB range. On x64 architecture
4183 this is used to use near calls (32-bit displacement) in Code objects.
4184
4185 Optimized array construction ported to x64 and ARM architectures.
4186
4187 [ES5] Changed Object.keys to return strings for element indices.
4188
4189
ager@chromium.org68e7ab72009-09-23 09:40:39 +000041902009-09-23: Version 1.3.13
4191
4192 Fixed uninitialized memory problem.
4193
4194 Improved heap profiler support.
4195
4196
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000041972009-09-22: Version 1.3.12
4198
4199 Changed behavior of |function|.toString() on built-in functions to
4200 be compatible with other implementations. Patch by Jan de Mooij.
4201
4202 Added Object::IsDirty in the API.
4203
4204 Optimized array construction; it is now handled purely in native
4205 code.
4206
4207 [ES5] Made properties of the arguments array enumerable.
4208
4209 [ES5] Added test suite adapter for the es5conform test suite.
4210
4211 [ES5] Added Object.keys function.
4212
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004213
ager@chromium.org4af710e2009-09-15 12:20:11 +000042142009-09-15: Version 1.3.11
4215
4216 Fixed crash in error reporting during bootstrapping.
4217
4218 Optimized generated IA32 math code by using SSE2 instructions when
4219 available.
4220
4221 Implemented missing pieces of debugger infrastructure on ARM. The
4222 debugger is now fully functional on ARM.
4223
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004224 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004225
4226
ager@chromium.orga1645e22009-09-09 19:27:10 +000042272009-09-09: Version 1.3.10
4228
4229 Fixed profiler on Mac in 64-bit mode.
4230
4231 Optimized creation of objects from simple constructor functions on
4232 ARM.
4233
4234 Fixed a number of debugger issues.
4235
4236 Reduced the amount of memory consumed by V8.
4237
4238
ager@chromium.org18ad94b2009-09-02 08:22:29 +000042392009-09-02: Version 1.3.9
4240
4241 Optimized stack guard checks on ARM.
4242
4243 Optimized API operations by inlining more in the API.
4244
4245 Optimized creation of objects from simple constructor functions.
4246
4247 Enabled a number of missing optimizations in the 64-bit port.
4248
4249 Implemented native-code support for regular expressions on ARM.
4250
4251 Stopped using the 'sahf' instruction on 64-bit machines that do
4252 not support it.
4253
4254 Fixed a bug in the support for forceful termination of JavaScript
4255 execution.
4256
4257
ager@chromium.org96c75b52009-08-26 09:13:16 +000042582009-08-26: Version 1.3.8
4259
4260 Changed the handling of idle notifications to allow idle
4261 notifications when V8 has not yet been initialized.
4262
4263 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004264
ager@chromium.org96c75b52009-08-26 09:13:16 +00004265
ager@chromium.orgab99eea2009-08-25 07:05:41 +000042662009-08-25: Version 1.3.7
4267
4268 Reduced the size of generated code on ARM platforms by reducing
4269 the size of constant pools.
4270
4271 Changed build files to not include the 'ENV' user environment
4272 variable in the build environment.
4273
4274 Changed the handling of idle notifications.
4275
4276
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000042772009-08-21: Version 1.3.6
4278
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004279 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004280
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004281 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004282 a low memory situation to V8.
4283
4284 Changed the handling of global handles (persistent handles in the API
4285 sense) to avoid issues regarding allocation of new global handles
4286 during weak handle callbacks.
4287
4288 Changed the growth policy of the young space.
4289
4290 Fixed a GC issue introduced in version 1.3.5.
4291
4292
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000042932009-08-19: Version 1.3.5
4294
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004295 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004296
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004297 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004298
4299 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4300
4301 Changed typeof RegExp from 'object' to 'function' for compatibility.
4302 Fixed bug where regexps were not callable across contexts.
4303
4304 Added context independent script compilation to the API.
4305
4306 Added API call to get the stack trace for an exception.
4307
4308 Added API for getting object mirrors.
4309
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004310 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004311 running off a snapshot generated without using SSE3 instructions.
4312
4313 Tweaked the handling of the initial size and growth policy of the heap.
4314
4315 Added native code generation for RegExp to 64-bit version.
4316
4317 Added JavaScript debugger support to 64-bit version.
4318
4319
ager@chromium.orgadd848f2009-08-13 12:44:13 +000043202009-08-13: Version 1.3.4
4321
4322 Added a readline() command to the d8 shell.
4323
4324 Fixed bug in json parsing.
4325
4326 Added idle notification to the API and reduced memory on idle
4327 notifications.
4328
4329
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000043302009-08-12: Version 1.3.3
4331
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004332 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004333
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004334 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004335
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004336 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004337
4338 API: added function to find instance of template in prototype
4339 chain. Inlined Object::IsInstanceOf.
4340
4341 Land change to notify valgrind when we modify code on x86.
4342
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004343 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004344
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004345 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004346
4347
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000043482009-08-05: Version 1.3.2
4349
4350 Started new compiler infrastructure for two-pass compilation using a
4351 control flow graph constructed from the AST.
4352
4353 Profiler stack sampling for X64.
4354
4355 Safe handling of NaN to Posix platform-dependent time functions.
4356
4357 Added a new profiler control API to unify controlling various aspects
4358 of profiling.
4359
4360 Fixed issue 392.
4361
4362
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000043632009-07-30: Version 1.3.1
4364
4365 Speed improvements to accessors and interceptors.
4366
4367 Added support for capturing stack information on custom errors.
4368
4369 Added support for morphing an object into a pixel array where its
4370 indexed properties are stored in an external byte array. Values written
4371 are always clamped to the 0..255 interval.
4372
4373 Profiler on x64 now handles C/C++ functions from shared libraries.
4374
4375 Changed the debugger to avoid stepping into function.call/apply if the
4376 function is a built-in.
4377
4378 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004379
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004380 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004381
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004382 Optimized the called as constructor check for API calls.
4383
4384
kasperl@chromium.orge959c182009-07-27 08:59:04 +000043852009-07-27: Version 1.3.0
4386
4387 Allowed RegExp objects to be called as functions (issue 132).
4388
4389 Fixed issue where global property cells would escape after
4390 detaching the global object; see http://crbug.com/16276.
4391
4392 Added support for stepping into setters and getters in the
4393 debugger.
4394
4395 Changed the debugger to avoid stopping in its own JavaScript code
4396 and in the code of built-in functions.
4397
4398 Fixed issue 345 by avoiding duplicate escaping labels.
4399
4400 Fixed ARM code generator crash in short-circuited boolean
4401 expressions and added regression tests.
4402
4403 Added an external allocation limit to avoid issues where small V8
4404 objects would hold on to large amounts of external memory without
4405 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004406
4407 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004408
4409
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000044102009-07-13: Version 1.2.14
4411
4412 Added separate paged heap space for global property cells and
4413 avoid updating the write barrier when storing into them.
4414
4415 Improved peep-hole optimization on ARM platforms by not emitting
4416 unnecessary debug information.
4417
4418 Re-enabled ICs for loads and calls that skip a global object
4419 during lookup through the prototype chain.
4420
4421 Allowed access through global proxies to use ICs.
4422
4423 Fixed issue 401.
4424
4425
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000044262009-07-09: Version 1.2.13
4427
4428 Fixed issue 397, issue 398, and issue 399.
4429
4430 Added support for breakpoint groups.
4431
4432 Fixed bugs introduced with the new global object representation.
4433
4434 Fixed a few bugs in the ARM code generator.
4435
4436
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000044372009-07-06: Version 1.2.12
4438
4439 Added stack traces collection to Error objects accessible through
4440 the e.stack property.
4441
4442 Changed RegExp parser to use a recursive data structure instead of
4443 stack-based recursion.
4444
4445 Optimized Date object construction and string concatenation.
4446
4447 Improved performance of div, mod, and mul on ARM platforms.
4448
4449
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000044502009-07-02: Version 1.2.11
4451
4452 Improved performance on IA-32 and ARM.
4453
4454 Fixed profiler sampler implementation on Mac OS X.
4455
4456 Changed the representation of global objects to improve
4457 performance of adding a lot of new properties.
4458
4459
ager@chromium.org3e875802009-06-29 08:26:34 +000044602009-06-29: Version 1.2.10
4461
4462 Improved debugger support.
4463
4464 Fixed bug in exception message reporting (issue 390).
4465
4466 Improved overall performance.
4467
4468
ager@chromium.org5aa501c2009-06-23 07:57:28 +000044692009-06-23: Version 1.2.9
4470
4471 Improved math performance on ARM.
4472
4473 Fixed profiler name-inference bug.
4474
4475 Fixed handling of shared libraries in the profiler tick processor
4476 scripts.
4477
4478 Fixed handling of tests that time out in the test scripts.
4479
4480 Fixed compilation on MacOS X version 10.4.
4481
4482 Fixed two bugs in the regular expression engine.
4483
4484 Fixed a bug in the string type inference.
4485
4486 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004487
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004488 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004489
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004490
ager@chromium.orgeadaf222009-06-16 09:43:10 +000044912009-06-16: Version 1.2.8
4492
4493 Optimized math on ARM platforms.
4494
4495 Fixed two crash bugs in the handling of getters and setters.
4496
4497 Improved the debugger support by adding scope chain information.
4498
4499 Improved the profiler support by compressing log data transmitted
4500 to clients.
4501
4502 Improved overall performance.
4503
4504
ager@chromium.orge2902be2009-06-08 12:21:35 +000045052009-06-08: Version 1.2.7
4506
4507 Improved debugger and profiler support.
4508
4509 Reduced compilation time by improving the handling of deferred
4510 code.
4511
4512 Optimized interceptor accesses where the property is on the object
4513 on which the interceptors is attached.
4514
4515 Fixed compilation problem on GCC 4.4 by changing the stack
4516 alignment to 16 bytes.
4517
4518 Fixed handle creation to follow stric aliasing rules.
4519
4520 Fixed compilation on FreeBSD.
4521
4522 Introduced API for forcing the deletion of a property ignoring
4523 interceptors and attributes.
4524
4525
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000045262009-05-29: Version 1.2.6
4527
4528 Added a histogram recording hit rates at different levels of the
4529 compilation cache.
4530
4531 Added stack overflow check for the RegExp analysis phase. Previously a
4532 very long regexp graph could overflow the stack with recursive calls.
4533
4534 Use a dynamic buffer when collecting log events in memory.
4535
4536 Added start/stop events to the profiler log.
4537
4538 Fixed infinite loop which could happen when setting a debug break while
4539 executing a RegExp compiled to native code.
4540
4541 Fixed handling of lastIndexOf called with negative index (issue 351).
4542
4543 Fixed irregular crash in profiler test (issue 358).
4544
4545 Fixed compilation issues with some versions of gcc.
4546
4547
kasperl@chromium.org71affb52009-05-26 05:44:31 +000045482009-05-26: Version 1.2.5
4549
4550 Fixed bug in initial boundary check for Boyer-Moore text
4551 search (issue 349).
4552
4553 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4554 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4555 Craig Schlenter.
4556
4557 Added a script cache to the debugger.
4558
4559 Optimized compilation performance by improving internal data
4560 structures and avoiding expensive property load optimizations for
4561 code that's infrequently executed.
4562
4563 Exposed the calling JavaScript context through the static API
4564 function Context::GetCalling().
4565
4566
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000045672009-05-18: Version 1.2.4
4568
4569 Improved performance of floating point number allocation for ARM
4570 platforms.
4571
4572 Fixed crash when using the instanceof operator on functions with
4573 number values in their prototype chain (issue 341).
4574
4575 Optimized virtual frame operations in the code generator to speed
4576 up compilation time and allocated the frames in the zone.
4577
4578 Made the representation of virtual frames and jump targets in the
4579 code generator much more compact.
4580
4581 Avoided linear search for non-locals in scope code when resolving
4582 variables inside with and eval scopes.
4583
4584 Optimized lexical scanner by dealing with whitespace as part of
4585 the token scanning instead of as a separate step before it.
4586
4587 Changed the scavenging collector so that promoted objects do not
4588 reside in the old generation while their remembered set is being
4589 swept for pointers into the young generation.
4590
4591 Fixed numeric overflow handling when compiling count operations.
4592
4593
ager@chromium.org9085a012009-05-11 19:22:57 +000045942009-05-11: Version 1.2.3
4595
4596 Fixed bug in reporting of out-of-memory situations.
4597
4598 Introduced hidden prototypes on certain builtin prototype objects
4599 such as String.prototype to emulate JSC's behavior of restoring
4600 the original function when deleting functions from those prototype
4601 objects.
4602
4603 Fixed crash bug in the register allocator.
4604
4605
ager@chromium.org5ec48922009-05-05 07:25:34 +000046062009-05-04: Version 1.2.2
4607
4608 Fixed bug in array sorting for sparse arrays (issue 326).
4609
4610 Added support for adding a soname when building a shared library
4611 on Linux (issue 151).
4612
4613 Fixed bug caused by morphing internal ASCII strings to external
4614 two-byte strings. Slices over ASCII strings have to forward ASCII
4615 checks to the underlying buffer string.
4616
4617 Allowed API call-as-function handlers to be called as
4618 constructors.
4619
4620 Fixed a crash bug where an external string was disposed but a
4621 slice of the external string survived as a symbol.
4622
4623
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000046242009-04-27: Version 1.2.1
4625
4626 Added EcmaScript 5 JSON object.
4627
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004628 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004629
4630
ager@chromium.org65dad4b2009-04-23 08:48:43 +000046312009-04-23: Version 1.2.0
4632
4633 Optimized floating-point operations on ARM.
4634
4635 Added a number of extensions to the debugger API.
4636
4637 Changed the enumeration order for unsigned integer keys to always
4638 be numerical order.
4639
4640 Added a "read" extension to the shell sample.
4641
4642 Added support for Array.prototype.reduce and
4643 Array.prototype.reduceRight.
4644
4645 Added an option to the SCons build to control Microsoft Visual C++
4646 link-time code generation.
4647
4648 Fixed a number of bugs (in particular issue 315, issue 316,
4649 issue 317 and issue 318).
4650
4651
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000046522009-04-15: Version 1.1.10
4653
4654 Fixed crash bug that occurred when loading a const variable in the
4655 presence of eval.
4656
4657 Allowed using with and eval in registered extensions in debug mode
4658 by fixing bogus assert.
4659
4660 Fixed the source position for function returns to enable the
4661 debugger to break there.
4662
4663
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000046642009-04-14: Version 1.1.9
4665
4666 Made the stack traversal code in the profiler robust by avoiding
4667 to look into the heap.
4668
4669 Added name inferencing for anonymous functions to facilitate
4670 debugging and profiling.
4671
4672 Re-enabled stats timers in the developer shell (d8).
4673
4674 Fixed issue 303 by avoiding to shortcut cons-symbols.
4675
4676
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000046772009-04-11: Version 1.1.8
4678
4679 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4680
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004681 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004682 the debugger (issue 269).
4683
4684 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4685 are no hidden properties.
4686
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004687 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004688 entries with deleted resources would lead to NPEs when looking
4689 up in the symbol table.
4690
4691
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000046922009-04-07: Version 1.1.7
4693
4694 Added support for easily importing additional environment
4695 variables into the SCons build.
4696
4697 Optimized strict equality checks.
4698
4699 Fixed crash in indexed setters on objects without a corresponding
4700 getter (issue 298).
4701
4702 Re-enabled script compilation cache.
4703
4704
ager@chromium.org8682a592009-04-01 10:47:14 +000047052009-04-01: Version 1.1.6
4706
4707 Reverted an unsafe code generator change.
4708
4709
ager@chromium.org71daaf62009-04-01 07:22:49 +000047102009-04-01: Version 1.1.5
4711
4712 Fixed bug that caused function literals to not be optimized as
4713 much as other functions.
4714
4715 Improved profiler support.
4716
4717 Fixed a crash bug in connection with debugger unloading.
4718
4719 Fixed a crash bug in the code generator caused by losing the
4720 information that a frame element was copied.
4721
4722 Fixed an exception propagation bug that could cause non-null
4723 return values when exceptions were thrown.
4724
4725
ager@chromium.org41826e72009-03-30 13:30:57 +000047262009-03-30: Version 1.1.4
4727
4728 Optimized String.prototype.match.
4729
4730 Improved the stack information in profiles.
4731
4732 Fixed bug in ARM port making it possible to compile the runtime
4733 system for thumb mode again.
4734
4735 Implemented a number of optimizations in the code generator.
4736
4737 Fixed a number of memory leaks in tests.
4738
4739 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004740 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004741
4742
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000047432009-03-24: Version 1.1.3
4744
4745 Fixed assertion failures in compilation of loop conditions.
4746
4747 Removed STL dependency from developer shell (d8).
4748
4749 Added infrastructure for protecting the V8 heap from corruption
4750 caused by memory modifications from the outside.
4751
4752
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000047532009-03-24: Version 1.1.2
4754
4755 Improved frame merge code generated by the code generator.
4756
4757 Optimized String.prototype.replace.
4758
4759 Implemented __defineGetter__ and __defineSetter__ for properties
4760 with integer keys on non-array objects.
4761
4762 Improved debugger and profiler support.
4763
4764 Fixed a number of portability issues to allow compilation for
4765 smaller ARM devices.
4766
4767 Exposed object cloning through the API.
4768
4769 Implemented hidden properties. This is used to expose an identity
4770 hash for objects through the API.
4771
4772 Implemented restarting of regular expressions if their input
4773 string changes representation during preemption.
4774
4775 Fixed a code generator bug that could cause assignments in loops
4776 to be ignored if using continue to break out of the loop (issue
4777 284).
4778
4779
ager@chromium.org3a6061e2009-03-12 14:24:36 +000047802009-03-12: Version 1.1.1
4781
4782 Fixed an assertion in the new compiler to take stack overflow
4783 exceptions into account.
4784
4785 Removed exception propagation code that could cause crashes.
4786
4787 Fixed minor bug in debugger line number computations.
4788
4789 8-byte align the C stack on Linux and Windows to speed up floating
4790 point computations.
4791
4792
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000047932009-03-12: Version 1.1.0
4794
4795 Improved code generation infrastructure by doing simple register
4796 allocation and constant folding and propagation.
4797
4798 Optimized regular expression matching by avoiding to create
4799 intermediate string arrays and by flattening nested array
4800 representations of RegExp data.
4801
4802 Traverse a few stack frames when recording profiler samples to
4803 include partial call graphs in the profiling output.
4804
4805 Added support for using OProfile to profile generated code.
4806
4807 Added remote debugging support to the D8 developer shell.
4808
4809 Optimized creation of nested literals like JSON objects.
4810
4811 Fixed a bug in garbage collecting unused maps and turned it on by
4812 default (--collect-maps).
4813
4814 Added support for running tests under Valgrind.
4815
4816
kasperl@chromium.org061ef742009-02-27 12:16:20 +000048172009-02-27: Version 1.0.3
4818
4819 Optimized double-to-integer conversions in bit operations by using
4820 SSE3 instructions if available.
4821
4822 Optimized initialization sequences that store to multiple
4823 properties of the same object.
4824
4825 Changed the D8 debugger frontend to use JSON messages.
4826
4827 Force garbage collections when disposing contexts.
4828
4829 Align code objects at 32-byte boundaries.
4830
4831
ager@chromium.org381abbb2009-02-25 13:23:22 +000048322009-02-25: Version 1.0.2
4833
4834 Improved profiling support by performing simple call stack
4835 sampling for ticks and by fixing a bug in the logging of code
4836 addresses.
4837
4838 Fixed a number of debugger issues.
4839
4840 Optimized code that uses eval.
4841
4842 Fixed a couple of bugs in the regular expression engine.
4843
4844 Reduced the size of generated code for certain regular expressions.
4845
4846 Removed JSCRE completely.
4847
4848 Fixed issue where test could not be run if there was a dot in the
4849 checkout path.
4850
4851
ager@chromium.org6f10e412009-02-13 10:11:16 +000048522009-02-13: Version 1.0.1
4853
4854 Fixed two crash-bugs in irregexp (issue 231 and 233).
4855
4856 Fixed a number of minor bugs (issue 87, 227 and 228).
4857
4858 Added support for morphing strings to external strings on demand
4859 to avoid having to create copies in the embedding code.
4860
4861 Removed experimental support for external symbol callbacks.
4862
4863
iposva@chromium.org245aa852009-02-10 00:49:54 +000048642009-02-09: Version 1.0.0
4865
4866 Fixed crash-bug in the code generation for case independent 16 bit
4867 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004868
iposva@chromium.org245aa852009-02-10 00:49:54 +00004869 Made shells more robust in the presence of string conversion
4870 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004871
iposva@chromium.org245aa852009-02-10 00:49:54 +00004872 Fixed a potential infinite loop when attempting to resolve
4873 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004874
iposva@chromium.org245aa852009-02-10 00:49:54 +00004875 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004876
iposva@chromium.org245aa852009-02-10 00:49:54 +00004877 Reduced binary by stripping unneeded text from JavaScript library and
4878 minifying some JavaScript files.
4879
4880
ager@chromium.orgddb913d2009-01-27 10:01:48 +000048812009-01-27: Version 0.4.9
4882
4883 Enabled new regular expression engine.
4884
4885 Made a number of changes to the debugger protocol.
4886
4887 Fixed a number of bugs in the preemption support.
4888
4889 Added -p option to the developer shell to run files in parallel
4890 using preemption.
4891
4892 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4893 193, 198 and 201).
4894
4895 Fixed a number of bugs in the serialization/deserialization
4896 support for the ARM platform.
4897
4898
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000048992009-01-19: Version 0.4.8.1
4900
4901 Minor patch to debugger support.
4902
4903
ager@chromium.org32912102009-01-16 10:38:43 +000049042009-01-16: Version 0.4.8
4905
4906 Fixed string length bug on ARM (issue 171).
4907
4908 Made most methods in the API const.
4909
4910 Optimized object literals by improving data locality.
4911
4912 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004913 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004914
4915 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004916 eval to behave incorrectly when using accessors (issues 186, 190
4917 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004918
4919
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000049202009-01-06: Version 0.4.7
4921
ager@chromium.org32912102009-01-16 10:38:43 +00004922 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004923
ager@chromium.org32912102009-01-16 10:38:43 +00004924 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004925
ager@chromium.org32912102009-01-16 10:38:43 +00004926 Fixed subtle bug that caused the wrong 'this' to be used when
4927 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004928
ager@chromium.org32912102009-01-16 10:38:43 +00004929 Inline array loads within loops directly in the code instead of
4930 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004931
ager@chromium.org32912102009-01-16 10:38:43 +00004932
ager@chromium.org8bb60582008-12-11 12:02:20 +000049332008-12-11: Version 0.4.6
4934
4935 Fixed exception reporting bug where certain exceptions were
4936 incorrectly reported as uncaught.
4937
4938 Improved the memory allocation strategy used during compilation to
4939 make running out of memory when compiling huge scripts less
4940 likely.
4941
4942 Optimized String.replace by avoiding the construction of certain
4943 sub strings.
4944
4945 Fixed bug in code generation for large switch statements on ARM.
4946
4947 Fixed bug that caused V8 to change the global object template
4948 passed in by the user.
4949
4950 Changed the API for creating object groups used during garbage
4951 collection. Entire object groups are now passed to V8 instead of
4952 individual members of the groups.
4953
ager@chromium.org32912102009-01-16 10:38:43 +00004954
ager@chromium.orga74f0da2008-12-03 16:05:52 +000049552008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004956
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004957 Added experimental API support for allocating V8 symbols as
4958 external strings.
4959
4960 Fixed bugs in debugging support on ARM.
4961
4962 Changed eval implementation to correctly detect whether or not a
4963 call to eval is aliased.
4964
4965 Fixed bug caused by a combination of the compilation cache and
4966 dictionary probing in native code. The bug caused us to sometimes
4967 call functions that had not yet been compiled.
4968
4969 Added platform support for FreeBSD.
4970
4971 Added support for building V8 on Windows with either the shared or
4972 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004973
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004974 Added the v8::jscre namespace around the jscre functions to avoid
4975 link errors (duplicate symbols) when building Google Chrome.
4976
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004977 Added support for calling a JavaScript function with the current
4978 debugger execution context as its argument to the debugger
4979 interface.
4980
4981 Changed the type of names of counters from wchar_t to char.
4982
4983 Changed the Windows system call used to compute daylight savings
4984 time. The system call that we used to use became four times
4985 slower on WinXP SP3.
4986
4987 Added support in the d8 developer shell for memory-mapped counters
4988 and added a stats-viewer tool.
4989
4990 Fixed bug in upper/lower case mappings (issue 149).
4991
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004992
ager@chromium.org3bf7b912008-11-17 09:09:45 +000049932008-11-17: Version 0.4.4
4994
4995 Reduced code size by using shorter instruction encoding when
4996 possible.
4997
4998 Added a --help option to the shell sample and to the d8 shell.
4999
5000 Added visual studio project files for building the ARM simulator.
5001
5002 Fixed a number of ARM simulator issues.
5003
5004 Fixed bug in out-of-memory handling on ARM.
5005
5006 Implemented shell support for passing arguments to a script from
5007 the command line.
5008
5009 Fixed bug in date code that made certain date functions return -0
5010 instead of 0 for dates before the epoch.
5011
5012 Restricted applications of eval so it can only be used in the
5013 context of the associated global object.
5014
5015 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005016
5017
ager@chromium.org870a0b62008-11-04 11:43:05 +000050182008-11-04: Version 0.4.3
5019
5020 Added support for API accessors that prohibit overwriting by
5021 accessors defined in JavaScript code by using __defineGetter__ and
5022 __defineSetter__.
5023
5024 Improved handling of conditionals in test status files.
5025
5026 Introduced access control in propertyIsEnumerable.
5027
5028 Improved performance of some string operations by caching
5029 information about the type of the string between operations.
5030
5031 Fixed bug in fast-case code for switch statements that only have
5032 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005033
ager@chromium.org870a0b62008-11-04 11:43:05 +00005034
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000050352008-10-30: Version 0.4.2
5036
5037 Improved performance of Array.prototype.concat by moving the
5038 implementation to C++ (issue 123).
5039
5040 Fixed heap growth policy to avoid growing old space to its maximum
5041 capacity before doing a garbage collection and fixed issue that
5042 would lead to artificial out of memory situations (issue 129).
5043
5044 Fixed Date.prototype.toLocaleDateString to return the date in the
5045 same format as WebKit.
5046
5047 Added missing initialization checks to debugger API.
5048
5049 Added removing of unused maps during GC.
5050
5051
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000050522008-10-28: Version 0.4.1
5053
5054 Added caching of RegExp data in compilation cache.
5055
5056 Added Visual Studio project file for d8 shell.
5057
5058 Fixed function call performance regression introduced in version
5059 0.4.0 when splitting the global object in two parts (issue 120).
5060
5061 Fixed issue 131 by checking for empty handles before throwing and
5062 reporting exceptions.
5063
5064
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000050652008-10-23: Version 0.4.0
5066
5067 Split the global object into two parts: The state holding global
5068 object and the global object proxy.
5069
5070 Fixed bug that affected the value of an assignment to an element
5071 in certain cases (issue 116).
5072
5073 Added GetPropertyNames functionality (issue 33) and extra Date
5074 functions (issue 77) to the API.
5075
5076 Changed WeakReferenceCallback to take a Persistent<Value> instead
5077 of a Persistent<Object> (issue 101).
5078
5079 Fixed issues with message reporting for exceptions in try-finally
5080 blocks (issues 73 and 75).
5081
ager@chromium.org32912102009-01-16 10:38:43 +00005082 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005083
5084 Improved Boyer-Moore implementation for faster indexOf operations.
5085
5086 Added development shell (d8) which includes counters and
5087 completion support.
5088
5089 Fixed problem with the receiver passed to functions called from
5090 eval (issue 124).
5091
5092
ager@chromium.org7c537e22008-10-16 08:43:32 +000050932008-10-16: Version 0.3.5
5094
5095 Improved string hash-code distribution by excluding bit-field bits
5096 from the hash-code.
5097
5098 Changed string search algorithm used in indexOf from KMP to
5099 Boyer-Moore.
5100
5101 Improved the generated code for the instanceof operator.
5102
5103 Improved performance of slow-case string equality checks by
5104 specializing the code based on the string representation.
5105
5106 Improve the handling of out-of-memory situations (issue 70).
5107
5108 Improved performance of strict equality checks.
5109
5110 Improved profiler output to make it easier to see anonymous
5111 functions.
5112
5113 Improved performance of slow-case keyed loads.
5114
5115 Improved property access performance by allocating a number of
5116 properties in the front object.
5117
5118 Changed the toString behavior on the built-in object constructors
5119 to print [native code] instead of the actual source. Some web
5120 applications do not like constructors with complex toString
5121 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005122
ager@chromium.org7c537e22008-10-16 08:43:32 +00005123
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000051242008-10-06: Version 0.3.4
5125
5126 Changed Array.prototype.sort to use quick sort.
5127
5128 Fixed code generation issue where leaving a finally block with
5129 break or continue would accumulate elements on the expression
5130 stack (issue 86).
5131
5132 Made sure that the name accessor on functions returns the expected
5133 names for builtin JavaScript functions and C++ callback functions.
5134
5135 Added fast case code for extending the property storage array of
5136 JavaScript objects.
5137
5138 Ported switch statement optimizations introduced in version 0.3.3
5139 to the ARM code generator.
5140
5141 Allowed GCC to use strict-aliasing rules when compiling.
5142
5143 Improved performance of arguments object allocation by taking care
5144 of arguments adaptor frames in the generated code.
5145
5146 Updated the V8 benchmark suite to version 2.
5147
5148
ager@chromium.org236ad962008-09-25 09:45:57 +000051492008-09-25: Version 0.3.3
5150
5151 Improved handling of relocation information to enable more
5152 peep-hole optimizations.
5153
5154 Optimized switch statements where all labels are constant small
5155 integers.
5156
5157 Optimized String.prototype.indexOf for common cases.
5158
5159 Fixed more build issues (issue 80).
5160
5161 Fixed a couple of profiler issues.
5162
5163 Fixed bug where the body of a function created using the Function
5164 constructor was not allowed to end with a single-line comment
5165 (issue 85).
5166
5167 Improved handling of object literals by canonicalizing object
5168 literal maps. This will allow JSON objects with the same set of
5169 properties to share the same map making inline caching work better
5170 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005171
ager@chromium.org236ad962008-09-25 09:45:57 +00005172
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000051732008-09-17: Version 0.3.2
5174
5175 Generalized the EvalCache into a CompilationCache and enabled it
5176 for scripts too. The current strategy is to retire all entries
5177 whenever a mark-sweep collection is started.
5178
5179 Fixed bug where switch statements containing only a default case
5180 would lead to an unbalanced stack (issue 69).
5181
5182 Fixed bug that made access to the function in a named function
5183 expression impossible in certain situations (issue 24).
5184
5185 Fixed even more build issues.
5186
5187 Optimized calling conventions on ARM. The conventions on ARM and
5188 IA-32 now match.
5189
5190 Removed static initializers for flags and counters.
5191
5192 Improved inline caching behavior for uncommon cases where lazily
5193 loading Date and RegExp code could force certain code paths go
5194 megamorphic.
5195
5196 Removed arguments adaption for builtins written in C++. This
5197 makes Array.prototype.push and Array.prototype.pop slightly
5198 faster.
5199
5200
ager@chromium.org9258b6b2008-09-11 09:11:10 +000052012008-09-11: Version 0.3.1
5202
5203 Fixed a number of build issues.
5204
5205 Fixed problem with missing I-cache flusing on ARM.
5206
5207 Changed space layout in memory management by splitting up
5208 code space into old data space and code space.
5209
5210 Added utf-8 conversion support to the API (issue 57).
5211
5212 Optimized repeated calls to eval with the same strings. These
5213 repeated calls are common in web applications.
5214
5215 Added Xcode project file.
5216
5217 Optimized a couple of Array operation.
5218
5219 Fixed parser bug by checking for end-of-string when parsing break
5220 and continue (issue 35).
5221
5222 Fixed problem where asian characters were not categorized as
5223 letters.
5224
5225 Fixed bug that disallowed calling functions fetched from an array
5226 using a string as an array index (issue 32).
5227
5228 Fixed bug where the internal field count on object templates were
5229 sometimes ignored (issue 54).
5230
5231 Added -f option to the shell sample for compatibility with other
5232 engines (issue 18).
5233
5234 Added source info to TryCatches in the API.
5235
5236 Fixed problem where the seed for the random number generator was
5237 clipped in a double to unsigned int conversion.
5238
5239 Fixed bug where cons string symbols were sometimes converted to
5240 non-symbol flat strings during GC.
5241
5242 Fixed bug in error reporting when attempting to convert null to an
5243 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005244
5245
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000052462008-09-04: Version 0.3.0
5247
5248 Added support for running tests on the ARM simulator.
5249
5250 Fixed bug in the 'in' operator where negative indices were not
5251 treated correctly.
5252
5253 Fixed build issues on gcc-4.3.1.
5254
5255 Changed Date.prototype.toLocaleTimeString to not print the
5256 timezone part of the time.
5257
5258 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5259 with user code.
5260
5261
v8.team.kasperl727e9952008-09-02 14:56:44 +000052622008-09-02: Version 0.2.5
5263
5264 Renamed the top level directory 'public' to 'include'.
5265
5266 Added 'env' option to the SCons build scripts to support
5267 overriding the ENV part of the build environment. This is mostly
5268 to support Windows builds in cases where SCons cannot find the
5269 correct paths to the Windows SDK, as these paths cannot be passed
5270 through shell environment variables.
5271
5272 Enabled "Buffer Security Check" on for the Windows SCons build and
5273 added the linker option /OPT:ICF as an optimization.
5274
5275 Added the V8 benchmark suite to the repository.
5276
5277
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000052782008-09-01: Version 0.2.4
5279
5280 Included mjsunit JavaScript test suite and C++ unit tests.
5281
5282 Changed the shell sample to not print the result of executing a
5283 script provided on the command line.
5284
5285 Fixed issue when building samples on Windows using a shared V8
5286 library. Added visibility option on Linux build which makes the
5287 generated library 18% smaller.
5288
5289 Changed build system to accept multiple build modes in one build
5290 and generate separate objects, libraries and executables for each
5291 mode.
5292
5293 Removed deferred negation optimization (a * -b => -(a * b)) since
5294 this visibly changes operand conversion order.
5295
5296 Improved parsing performance by introducing stack guard in
5297 preparsing. Without a stack guard preparsing always bails out
5298 with stack overflow.
5299
5300 Changed shell sample to take flags directly from the command-line.
5301 Added API call that implements this.
5302
5303 Added load, quit and version functions to the shell sample so it's
5304 easier to run benchmarks and tests.
5305
5306 Fixed issue with building samples and cctests on 64-bit machines.
5307
5308 Fixed bug in the runtime system where the prototype chain was not
5309 always searched for a setter when setting a property that does not
5310 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005311
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005312
mads.s.agercbaa0602008-08-14 13:41:48 +000053132008-08-14: Version 0.2.3
5314
5315 Improved performance of garbage collection by moving the
5316 function that updates pointers during compacting collection
5317 into the updating visitor. This gives the compiler a better
5318 chance to inline and avoid a function call per (potential)
5319 pointer.
5320
5321 Extended the shell sample with a --runtime-flags option.
5322
5323 Added Visual Studio project files for the shell.cc and
5324 process.cc samples.
5325
5326
53272008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005328
5329 Improved performance of garbage collection by changing the way
5330 we use the marking stack in the event of stack overflow during
5331 full garbage collection and by changing the way we mark roots.
5332
5333 Cleaned up ARM version by removing top of stack caching and by
5334 introducing push/pop elimination.
5335
5336 Cleaned up the way runtime functions are called to allow
5337 runtime calls with no arguments.
5338
5339 Changed Windows build options to make sure that exceptions are
5340 disabled and that optimization flags are enabled.
5341
5342 Added first version of Visual Studio project files.
5343
5344
mads.s.agercbaa0602008-08-14 13:41:48 +000053452008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005346
5347 Improved performance of unary addition by avoiding runtime calls.
5348
5349 Fixed the handling of '>' and '<=' to use right-to-left conversion
5350 and left-to-right evaluation as specified by ECMA-262.
5351
5352 Fixed a branch elimination bug on the ARM platform where incorrect
5353 code was generated because of overly aggressive branch
5354 elimination.
5355
5356 Improved performance of code that repeatedly assigns the same
5357 function to the same property of different objects with the same
5358 map.
5359
5360 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5361 no longer expects DEBUG to be defined.
5362
5363 Added platform-nullos.cc to serve as the basis for new platform
5364 implementations.
5365
mads.s.ager31e71382008-08-13 09:32:07 +00005366
mads.s.agercbaa0602008-08-14 13:41:48 +000053672008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005368
5369 Changed all text files to have native svn:eol-style.
5370
5371 Added a few samples and support for building them. The samples
5372 include a simple shell that can be used to benchmark and test V8.
5373
5374 Changed V8::GetVersion to return the version as a string.
5375
5376 Added source for lazily loaded scripts to snapshots and made
5377 serialization non-destructive.
5378
5379 Improved ARM support by fixing the write barrier code to use
5380 aligned loads and stores and by removing premature locals
5381 optimization that relied on broken support for callee-saved
5382 registers (removed).
5383
5384 Refactored the code for marking live objects during garbage
5385 collection and the code for allocating objects in paged
5386 spaces. Introduced an abstraction for the map word of a heap-
5387 allocated object and changed the memory allocator to allocate
5388 executable memory only for spaces that may contain code objects.
5389
5390 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5391 they can be used by debugging and logging modules. Added
5392 thread-safe message queues for dealing with debugger events.
5393
5394 Fixed the source code reported by toString for certain builtin
5395 empty functions and made sure that the prototype property of a
5396 function is enumerable.
5397
5398 Improved performance of converting values to condition flags in
5399 generated code.
5400
5401 Merged disassembler-{arch} files.
5402
5403
mads.s.agercbaa0602008-08-14 13:41:48 +000054042008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005405
5406 Added support for storing JavaScript stack traces in a stack
5407 allocated buffer to make it visible in shallow core dumps.
5408 Controlled by the --preallocate-message-memory flag which is
5409 disabled by default.
5410
5411
mads.s.agercbaa0602008-08-14 13:41:48 +000054122008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005413
5414 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5415 map transitions would count as properties.
5416
5417 Allowed aliased eval invocations by treating them as evals in the
5418 global context. This may change in the future.
5419
5420 Added support for accessing the last entered context through the
5421 API and renamed Context::Current to Context::GetCurrent and
5422 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5423
5424 Fixed bug in the debugger that would cause the debugger scripts to
5425 be recursively loaded and changed all disabling of interrupts to
5426 be block-structured.
5427
5428 Made snapshot data read-only to allow it to be more easily shared
5429 across multiple users of V8 when linked as a shared library.
5430
5431
mads.s.agercbaa0602008-08-14 13:41:48 +000054322008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005433
5434 Fixed building on Mac OS X by recognizing i386 and friends as
5435 IA-32 platforms.
5436
5437 Added propagation of stack overflow exceptions that occur while
5438 compiling nested functions.
5439
5440 Improved debugger with support for recursive break points and
5441 handling of exceptions that occur in the debugger JavaScript code.
5442
5443 Renamed GetInternal to GetInternalField and SetInternal to
5444 SetInternalField in the API and moved InternalFieldCount and
5445 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5446
5447
mads.s.agercbaa0602008-08-14 13:41:48 +000054482008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005449
5450 Fixed bug in stack overflow check code for IA-32 targets where a
5451 non-tagged value in register eax was pushed to the stack.
5452
5453 Fixed potential quadratic behavior when converting strings to
5454 numbers.
5455
5456 Fixed bug where the return value from Object::SetProperty could
5457 end up being the property holder instead of the written value.
5458
5459 Improved debugger support by allowing nested break points and by
5460 dealing with stack-overflows when compiling functions before
5461 setting break points in them.
5462
5463
mads.s.agercbaa0602008-08-14 13:41:48 +000054642008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005465
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005466 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005467
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005468# Local Variables:
5469# mode:text
5470# End: