blob: 70aa73a43b5ac622dc77b56bbaed06b8c0ddda83 [file] [log] [blame]
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +000012013-04-17: Version 3.18.0
2
3 Enabled pretenuring of fast literals in high promotion mode.
4
5 Removed preparser library; link preparser executable against full V8.
6
7 Fixed set-up of intrinsic's 'constructor' properties.
8 (Chromium issue 229445)
9
10 ES6 symbols: extended V8 API to support symbols (issue 2158).
11
12 Removed ARM support for VFP2.
13
14 Made __proto__ a real JavaScript accessor property.
15 (issue 1949 and issue 2606)
16
17 Performance and stability improvements on all platforms.
18
19
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +0000202013-04-04: Version 3.17.16
21
22 Stack trace API: poison stack frames below the first strict mode frame.
23 (issue 2564)
24
25 Made Isolate::GetHeapStatistics robust against half-initialized
26 isolates (Chromium issue 2591).
27
28 Finished implementation of ES6 symbols aka. private names (issue 2158).
29
30 Performance and stability improvements on all platforms.
31
32
danno@chromium.orgc99cd482013-03-21 15:26:42 +0000332013-03-21: Version 3.17.15
34
35 Rolled back API changes to maintain compatibility with older
36 3.17.x versions of V8.
37
38 Disable zapping of global handles in release mode.
39
40 Always mark the entire valid prefix of the descriptor array.
41 (Chromium issue 196331)
42
43 Use internal memcpy for CopyWords and when copying code.
44 (Chromium issue 196330)
45
46 Performance and stability improvements on all platforms.
47
48
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +0000492013-03-20: Version 3.17.14
50
51 Use internal memcpy when initializing code objects.
52 (Chromium issue 196330)
53
54 Disabled weak embedded maps because of crashes.
55 (Chromium issues 172489, 217858)
56
57 Performance and stability improvements on all platforms.
58
59
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +0000602013-03-19: Version 3.17.13
61
62 Turned Flags into a uint32_t typedef (Chromium issue 194749).
63
64 Performance and stability improvements on all platforms.
65
66
svenpanne@chromium.org876cca82013-03-18 14:43:20 +0000672013-03-18: Version 3.17.12
68
69 Unified kMaxArguments with number of bits used to encode it.
70 (Chromium issue 211741)
71
72 Fixed detection of |handle_smi| case in
73 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
74 (Chromium issue 196583)
75
76 Performance and stability improvements on all platforms.
77
78
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +0000792013-03-15: Version 3.17.11
80
81 Added a version of the v8::HandleScope constructor with an v8::Isolate
82 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
83 method of v8::Isolate.
84 (issue 2487)
85
86 Fixed two register allocator bugs (off-by-one error/failure
87 propagation). (issue 2576)
88
89 Fixed huge heap snapshot when a heavily shared context has many
90 variables. (Chromium issue 145687)
91
92 Performance and stability improvements on all platforms.
93
94
ulan@chromium.org6e196bf2013-03-13 09:38:22 +0000952013-03-13: Version 3.17.10
96
97 Fixed heap snapshot creation for Harmony collections. (issue 2535)
98
99 Fixed register allocation corner case. (Chromium issue 177883)
100
101 Performance and stability improvements on all platforms.
102
103
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00001042013-03-08: Version 3.17.9
105
106 Restored Function()'s expected string representation. (issue 2470)
107
108 Enabled deprecatations (again). (issue 2487)
109
110 Avoid bool to Oddball conversions by being lazy. (issue 2491)
111
112 Added %p option to --logfile.
113
114 Hardened Function()'s parsing of function literals. (issue 2470)
115
116 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
117
118 Performance and stability improvements on all platforms.
119
120
ulan@chromium.org750145a2013-03-07 15:14:13 +00001212013-03-07: Version 3.17.8
122
123 Added missing license headers. (Chromium issue 98597)
124
125 Inserted missing type cast in JSON.stringify. (issue 2570)
126
127 Reverted "Send SIGPROF signals on the profiler event processor thread"
128 (issue 2571)
129
130 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
131 (issue 2568)
132
133 ES6 symbols: filter symbols form for-in loops and Object.keys.
134 (issue 2158)
135
136 Properly handle misses for StoreArrayLengthStub on ia32 and x64
137 (issue 2566)
138
139 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
140
141 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
142
143 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
144 (issue 2556)
145
146 Enabled zapping of disposed global handles in release mode.
147 (Chromium issue 176056)
148
149 Added workaround for redefinition of __proto__ property. (issue 2565)
150
151 ES6 symbols: Allow symbols as property names. (issue 2158)
152
153 Performance and stability improvements on all platforms.
154
155
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00001562013-03-04: Version 3.17.7
157
158 Limited recursion in regexp compilation by a budget.
159 (Chromium issue 178790)
160
161 ES6 symbols: Implemented Symbol intrinsic and basic functionality
162 (issue 2158)
163
164 Performance and stability improvements on all platforms.
165
166
hpayer@chromium.org8432c912013-02-28 15:55:26 +00001672013-02-28: Version 3.17.6
168
169 Fixed materialization of arguments objects with unknown values.
170 (Chromium issue 163530)
171
172 Set default number of sweeper threads to at most four.
173
174 Performance and stability improvements on all platforms.
175
176
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00001772013-02-27: Version 3.17.5
178
179 Made __proto__ a foreign callback on Object.prototype.
180 (issue 621, issue 1949 and issue 2441)
181
182 Performance and stability improvements on all platforms.
183
184
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00001852013-02-25: Version 3.17.4
186
187 Performance and stability improvements on all platforms.
188
189
ulan@chromium.org2e04b582013-02-21 14:06:02 +00001902013-02-21: Version 3.17.3
191
192 Performance and stability improvements on all platforms.
193
194
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00001952013-02-19: Version 3.17.2
196
197 Removed bogus check for TOP register in deoptimizer.
198 (Chromium issue 176943)
199
200 Made the Isolate parameter mandatory for internal HandleScopes.
201 (issue 2487)
202
203 Fixed f.apply() optimization when declared arguments are mutated.
204 (issue 2539)
205
206 Performance and stability improvements on all platforms.
207
208
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00002092013-02-14: Version 3.17.1
210
211 Performance and stability improvements on all platforms.
212
213
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00002142013-02-13: Version 3.17.0
215
216 Enabled parallel sweeping.
217
218 Don't try to unlink instructions twice during GVN
219 (Chromium issue 175141)
220
221 Fixed code flusher disabling while marking incrementally.
222 (Chromium issue 173458, 168582)
223
224 Don't use TLS for space iterators.
225 (issue 2531)
226
227 Added new GetHeapStatistics API entry and deprecated old one.
228
229 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
230 platform-independent code.
231 (Chromium issue 173907)
232
233 Added --trace-array-abuse to help find OOB accesses.
234
235 Performance and stability improvements on all platforms.
236
237
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00002382013-02-06: Version 3.16.14
239
240 Performance and stability improvements on all platforms.
241
242
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00002432013-02-04: Version 3.16.13
244
245 Tagged stubs that rely on instance types as MEGAMORPHIC.
246 (Chromium issue 173974)
247
248 Fixed clearing of dead dependent codes and verifing of weak
249 embedded maps on full GC. (Chromium issue 172488,172489)
250
251 Made the arm port build cleanly with Clang.
252
253 Performance and stability improvements on all platforms.
254
255
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00002562013-01-31: Version 3.16.12
257
258 Performance and stability improvements on all platforms.
259
260
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00002612013-01-30: Version 3.16.11
262
263 Put making embedded maps in optimized code weak behind a flag.
264 (Chromium issue 172488,172489)
265
266 Performance and stability improvements on all platforms.
267
268
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00002692013-01-25: Version 3.16.10
270
271 Avoid excessive memory usage during redundant phi elimination.
272 (issue 2510)
273
274 Fixed additional spec violations wrt RegExp.lastIndex.
275 (issue 2437)
276
277 Added Isolate parameter to Persistent class.
278 (issue 2487)
279
280 Performance and stability improvements on all platforms.
281
282
yangguo@chromium.org003650e2013-01-24 16:31:08 +00002832013-01-24: Version 3.16.9
284
285 Made embedded maps in optimized code weak.
286 (issue 2073)
287
288 Fixed corner case when JSFunction is evicted from flusher.
289 (Chromium issue 168801)
290
291 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
292 (Chromium issue 171641)
293
294 Performance and stability improvements on all platforms.
295
296
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00002972013-01-23: Version 3.16.8
298
299 Correctly reset lastIndex in an RegExp object.
300 (Chromium issue 170856)
301
302 Added a workaround for Windows compilation problems related to V8EXPORT.
303 (issue 2507)
304
305 tools/run-tests.py: shlex.split() the value of --command-prefix
306 (Chromium issue 171553)
307
308 Fixed pattern detection for replacing shifts by rotation.
309 (Chromium issue 2499)
310
311 Performance and stability improvements on all platforms.
312
313
yangguo@chromium.org28381b42013-01-21 14:39:38 +00003142013-01-21: Version 3.16.7
315
316 Removed <(library) usage from v8.gyp.
317 (Chromium issue 111541)
318
319 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
320 (Chromium issue 169928)
321
322 Performance and stability improvements on all platforms.
323
324
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00003252013-01-18: Version 3.16.6
326
327 Made the Isolate parameter mandatory in Locker and Unlocker classes.
328 (issue 2487)
329
330 Avoid pointer underflow in CopyCharsUnsigned.
331 (issue 2493)
332
333 Generate shim headers when using system v8.
334 (Chromium issue 165264)
335
336 Fixed arguments materialization for inlined apply().
337 (issue 2489)
338
339 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
340 (Chromium issue 147497)
341
342 Added sanity check to CodeFlusher::AddCandidate.
343 (Chromium issue 169209)
344
345 Performance and stability improvements on all platforms.
346
347
3482013-01-15: Version 3.16.5
349
350 Removed deprecated functions from V8's external API.
351
352 Prepared API for WebKit use of Latin-1.
353
354 Fixed V8 issue 2486.
355
356 Fixed Chromium issue 169723.
357
358 Performance and stability improvements on all platforms.
359
360
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00003612013-01-11: Version 3.16.4
362
363 Fixed Chromium issues 168545 and 169209.
364
365 Performance and stability improvements on all platforms.
366
367
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00003682013-01-09: Version 3.16.3
369
370 Improved GC performance when moving parts of a FixedArray (issue 2452).
371
372 Enabled readline on d8 while building a shared lib (issue 1781).
373
374 Fixed missing exception check in typed array constructor
375 (Chromium issue 168545).
376
377 Check for read-only-ness when preparing for array sort (issue 2419).
378
379 Performance and stability improvements on all platforms.
380
381
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00003822013-01-04: Version 3.16.2
383
384 Added Makefile options to build for the Raspberry Pi (armv7=0,
385 arm_fpu=vfp2).
386
387 Performance and stability improvements on all platforms.
388
389
ulan@chromium.org4121f232012-12-27 15:57:11 +00003902012-12-27: Version 3.16.1
391
392 Fixed x64 MathMinMax for negative untagged int32 arguments.
393 (Chromium issue 164442)
394
395 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
396 (issue 2458)
397
398 Performance and stability improvements on all platforms.
399
400
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00004012012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000402
403 V8_Fatal now prints C++ stack trace in debug mode.
404
405 Added HTML-based tick processor.
406
407 Continued implementation of Object.observe (V8 issue 2409).
408
409 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
410
411 Fixed Chromium issues 125308, 165637, 166379, 166553.
412
413 Performance and stability improvements on all platforms.
414
415
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00004162012-12-10: Version 3.15.11
417
418 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
419 flags.
420
421 Performance and stability improvements on all platforms.
422
423
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00004242012-12-07: Version 3.15.10
425
426 Enabled optimisation of functions inside eval. (issue 2315)
427
428 Fixed spec violations in methods of Number.prototype. (issue 2443)
429
430 Added GCTracer metrics for a scavenger GC for DOM wrappers.
431
432 Performance and stability improvements on all platforms.
433
434
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00004352012-12-06: Version 3.15.9
436
437 Fixed candidate eviction in code flusher.
438 (Chromium issue 159140)
439
440 Iterate through all arguments for side effects in Math.min/max.
441 (issue 2444)
442
443 Fixed spec violations related to regexp.lastIndex
444 (issue 2437, issue 2438)
445
446 Performance and stability improvements on all platforms.
447
448
mmassi@chromium.org49a44672012-12-04 13:52:03 +00004492012-12-04: Version 3.15.8
450
451 Enforced stack allocation of TryCatch blocks.
452 (issue 2166,chromium:152389)
453
454 Fixed external exceptions in external try-catch handlers.
455 (issue 2166)
456
457 Activated incremental code flushing by default.
458
459 Performance and stability improvements on all platforms.
460
461
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00004622012-11-30: Version 3.15.7
463
464 Activated code aging by default.
465
466 Included more information in --prof log.
467
468 Removed eager sweeping for lazy swept spaces. Try to find in
469 SlowAllocateRaw a bounded number of times a big enough memory slot.
470 (issue 2194)
471
472 Performance and stability improvements on all platforms.
473
474
danno@chromium.org1f34ad32012-11-26 14:53:56 +00004752012-11-26: Version 3.15.6
476
477 Ensure double arrays are filled with holes when extended from
478 variations of empty arrays. (Chromium issue 162085)
479
480 Performance and stability improvements on all platforms.
481
482
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00004832012-11-23: Version 3.15.5
484
485 Fixed JSON.stringify for objects with interceptor handlers.
486 (Chromium issue 161028)
487
488 Fixed corner case in x64 compare stubs. (issue 2416)
489
490 Performance and stability improvements on all platforms.
491
492
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00004932012-11-16: Version 3.15.4
494
495 Fixed Array.prototype.join evaluation order. (issue 2263)
496
497 Perform CPU sampling by CPU sampling thread only iff processing thread
498 is not running. (issue 2364)
499
500 When using an Object as a set in Object.getOwnPropertyNames, null out
501 the proto. (issue 2410)
502
503 Disabled EXTRA_CHECKS in Release build.
504
505 Heap explorer: Show representation of strings.
506
507 Removed 'type' and 'arguments' properties from Error object.
508 (issue 2397)
509
510 Added atomics implementation for ThreadSanitizer v2.
511 (Chromium issue 128314)
512
513 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
514
515 Performance and stability improvements on all platforms.
516
517
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00005182012-11-13: Version 3.15.3
519
520 Changed sample shell to send non-JS output (e.g. errors) to stderr
521 instead of stdout.
522
523 Correctly check for stack overflow even when interrupt is pending.
524 (issue 214)
525
526 Collect stack trace on stack overflow. (issue 2394)
527
528 Performance and stability improvements on all platforms.
529
530
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00005312012-11-12: Version 3.15.2
532
533 Function::GetScriptOrigin supplies sourceURL when script name is
534 not available. (Chromium issue 159413)
535
536 Made formatting error message side-effect-free. (issue 2398)
537
538 Fixed length check in JSON.stringify. (Chromium issue 160010)
539
540 ES6: Added support for Set and Map clear method (issue 2400)
541
542 Fixed slack tracking when instance prototype changes.
543 (Chromium issue 157019)
544
545 Fixed disabling of code flusher while marking. (Chromium issue 159140)
546
547 Added a test case for object grouping in a scavenger GC (issue 2077)
548
549 Support shared library build of Android for v8.
550 (Chromium issue 158821)
551
552 ES6: Added support for size to Set and Map (issue 2395)
553
554 Performance and stability improvements on all platforms.
555
556
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00005572012-11-06: Version 3.15.1
558
559 Put incremental code flushing behind a flag. (Chromium issue 159140)
560
561 Performance and stability improvements on all platforms.
562
563
danno@chromium.org72204d52012-10-31 10:02:10 +00005642012-10-31: Version 3.15.0
565
566 Loosened aligned code target requirement on ARM (issue 2380)
567
568 Fixed JSON.parse to treat leading zeros correctly.
569 (Chromium issue 158185)
570
571 Performance and stability improvements on all platforms.
572
573
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00005742012-10-22: Version 3.14.5
575
576 Killed off the SCons based build.
577
578 Added a faster API for creating v8::Integer objects.
579
580 Speeded up function deoptimization by avoiding quadratic pass over
581 optimized function list. (Chromium issue 155270)
582
583 Always invoke the default Array.sort functions from builtin functions.
584 (issue 2372)
585
586 Reverted recent CPU profiler changes because they broke --prof.
587 (issue 2364)
588
589 Switched code flushing to use different JSFunction field.
590 (issue 1609)
591
592 Performance and stability improvements on all platforms.
593
594
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00005952012-10-15: Version 3.14.4
596
597 Allow evals for debugger even if they are prohibited in the debugee
598 context. (Chromium issue 154733)
599
600 Enabled --verify-heap in release mode (issue 2120)
601
602 Performance and stability improvements on all platforms.
603
604
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00006052012-10-11: Version 3.14.3
606
607 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
608 (Chromium issue 155076).
609
610 Bumped variable limit further to 2^17 (Chromium issue 151625).
611
612 Performance and stability improvements on all platforms.
613
614
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00006152012-10-10: Version 3.14.2
616
617 ARM: allowed VFP3 instructions when hardfloat is enabled.
618 (Chromium issue 152506)
619
620 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
621 (Chromium issue 151749)
622
623 Made GDBJIT interface compile again. (issue 1804)
624
625 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
626 (Chromium issue 143967)
627
628 Made sure that names of temporaries do not clash with real variables.
629 (issue 2322)
630
631 Rejected local module declarations. (Chromium issue 150628)
632
633 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
634
635 Fixed slot recording of code target patches.
636 (Chromium issue 152615,chromium:144230)
637
638 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
639
640 Performance and stability improvements on all platforms.
641
642
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00006432012-10-01: Version 3.14.1
644
645 Don't set -m32 flag when compiling with Android ARM compiler.
646 (Chromium issue 143889)
647
648 Restore the descriptor array before returning allocation failure.
649 (Chromium issue 151750)
650
651 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
652 128252).
653
654 Pull more recent gyp in 'make dependencies'.
655
656 Made sure that the generic KeyedStoreIC changes length and element_kind
657 atomically (issue 2346).
658
659 Bumped number of allowed variables per scope to 65535, to address GWT.
660 (Chromium issue 151625)
661
662 Support sourceURL for dynamically inserted scripts (issue 2342).
663
664 Performance and stability improvements on all platforms.
665
666
ulan@chromium.org56c14af2012-09-20 12:51:09 +00006672012-09-20: Version 3.14.0
668
669 Fixed missing slot recording during clearing of CallICs.
670 (Chromium issue 144230)
671
672 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
673 (Chromium issue 150729)
674
675 Fixed minus zero test. (Issue 2133)
676
677 Fixed setting array length to zero for slow elements.
678 (Chromium issue 146910)
679
680 Fixed lost arguments dropping in HLeaveInlined.
681 (Chromium issue 150545)
682
683 Fixed casting error for receiver of interceptors.
684 (Chromium issue 149912)
685
686 Throw a more descriptive exception when blocking 'eval' via CSP.
687 (Chromium issue 140191)
688
689 Fixed debugger's eval when close to stack overflow. (issue 2318)
690
691 Added checks to live edit. (issue 2297)
692
693 Switched on code compaction on incremental GCs.
694
695 Fixed caching of optimized code for OSR. (issue 2326)
696
697 Not mask exception thrown by toString in String::UtfValue etc.
698 (issue 2317)
699
700 Fixed API check for length of external arrays. (Chromium issue 148896)
701
702 Ensure correct enumeration indices in the dict (Chromium issue 148376)
703
704 Correctly initialize regexp global cache. (Chromium issue 148378)
705
706 Fixed arguments object materialization during deopt. (issue 2261)
707
708 Introduced new API to expose external string resource regardless of
709 encoding.
710
711 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
712 --deopt-every-n-times flag is present
713 (Chromium issue 148389)
714
715 Fixed edge case of extension with NULL as source string.
716 (Chromium issue 144649)
717
718 Fixed array index dehoisting. (Chromium issue 141395)
719
720 Performance and stability improvements on all platforms.
721
722
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00007232012-09-11: Version 3.13.7
724
725 Enable/disable LiveEdit using the (C++) debug API.
726
727 Performance and stability improvements on all platforms.
728
729
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00007302012-09-06: Version 3.13.6
731
732 Added validity checking to API functions and calls.
733
734 Disabled accessor inlining (Chromium issue 134609).
735
736 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
737
738 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
739
740 Fixed VS2005 build (issue 2313).
741
742 Activated fixed ES5 readonly semantics by default.
743
744 Added hardfp flag to the Makefile.
745
746 Performance and stability improvements on all platforms.
747
748
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00007492012-08-29: Version 3.13.5
750
751 Release stack trace data after firing Error.stack accessor.
752 (issue 2308)
753
754 Added a new API V8::SetJitCodeEventHandler to push code name and
755 location to users such as profilers.
756
757 Allocate block-scoped global bindings to global context.
758
759 Performance and stability improvements on all platforms.
760
761
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00007622012-08-28: Version 3.13.4
763
764 Print reason for disabling optimization. Kill --trace-bailout flag.
765
766 Provided option to disable full DEBUG build on Android.
767
768 Introduced global contexts to represent lexical global scope(s).
769
770 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
771
772 Performance and stability improvements on all platforms.
773
774
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00007752012-08-21: Version 3.13.3
776
777 Performance and stability improvements on all platforms.
778
779
7802012-08-20: Version 3.13.2
781
782 Performance and stability improvements on all platforms.
783
784
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00007852012-08-16: Version 3.13.1
786
787 Performance and stability improvements on all platforms.
788
789
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00007902012-08-10: Version 3.13.0
791
792 Added histograms for total allocated/live heap size, as well as
793 allocated size and percentage of total for map and cell space.
794
795 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
796 (issue 1645)
797
798 Added checks for interceptors to negative lookup code in Crankshaft.
799 (Chromium issue 140473)
800
801 Made incremental marking clear ICs and type feedback cells.
802
803 Performance and stability improvements on all platforms.
804
805
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00008062012-08-01: Version 3.12.19
807
808 Performance and stability improvements on all platforms.
809
810
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00008112012-07-30: Version 3.12.18
812
813 Forced using bit-pattern for signed zero double. (issue 2239)
814
815 Made sure double to int conversion is correct. (issue 2260)
816
817 Performance and stability improvements on all platforms.
818
819
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00008202012-07-27: Version 3.12.17
821
822 Always set the callee's context when calling a function from optimized
823 code.
824 (Chromium issue 138887)
825
826 Fixed building with GCC 3.x
827 (issue 2016, 2017)
828
829 Improved API calls that return empty handles.
830 (issue 2245)
831
832 Performance and stability improvements on all platforms.
833
834
danno@chromium.org129d3982012-07-25 15:01:47 +00008352012-07-25: Version 3.12.16
836
837 Performance and stability improvements on all platforms.
838
839
yangguo@chromium.org304cc332012-07-24 07:59:48 +00008402012-07-24: Version 3.12.15
841
842 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
843 (issue 2252)
844
845 Added dependency to HLoadKeyed* instructions to prevent invalid
846 hoisting. (Chromium issue 137768)
847
848 Enabled building d8 for Android on Mac.
849
850 Interpret negative hexadecimal literals as NaN.
851 (issue 2240)
852
853 Expose counters in javascript when using --track-gc-object-stats.
854
855 Enabled building and testing V8 on Android IA.
856
857 Added --trace-parse flag to parser.
858
859 Performance and stability improvements on all platforms.
860
861
verwaest@chromium.org178fb152012-07-18 11:21:48 +00008622012-07-18: Version 3.12.14
863
864 Deactivated optimization of packed arrays.
865 (Chromium issue 137768)
866
867 Fixed broken accessor transition.
868 (Chromium issue 137689)
869
870 Performance and stability improvements on all platforms.
871
872
verwaest@chromium.org753aee42012-07-17 16:15:42 +00008732012-07-17: Version 3.12.13
874
875 Fixed missing tagging of stack value in finally block.
876 (Chromium issue 137496)
877
878 Added more support for heap analysis.
879
880 Performance and stability improvements on all platforms.
881
882
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00008832012-07-16: Version 3.12.12
884
885 Added an option to the tickprocessor to specify the directory for lib
886 lookup.
887
888 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
889
890 Fixed transcendental cache on ARM in optimized code (issue 2234).
891
892 New heap inspection tools: counters for object sizes and counts,
893 histograms for external fragmentation.
894
895 Incorporated constness into inferred interfaces (in preparation for
896 handling imports) (issue 1569).
897
898 Performance and stability improvements on all platforms.
899
900
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00009012012-07-12: Version 3.12.11
902
903 Renamed "mips" arch to "mipsel" in the GYP build.
904
905 Fixed computation of call targets on prototypes in Crankshaft.
906 (Chromium issue 125148)
907
908 Removed use of __lookupGetter__ when generating stack trace.
909 (issue 1591)
910
911 Turned on ES 5.2 globals semantics by default.
912 (issue 1991, Chromium issue 80591)
913
914 Synced preparser and parser wrt syntax error in switch..case.
915 (issue 2210)
916
917 Fixed reporting of octal literals in strict mode when preparsing.
918 (issue 2220)
919
920 Fixed inline constructors for Harmony Proxy prototypes.
921 (issue 2225)
922
923 Performance and stability improvements on all platforms.
924
925
danno@chromium.org81cac2b2012-07-10 11:28:27 +00009262012-07-10: Version 3.12.10
927
928 Re-enabled and fixed issue with array bounds check elimination
929 (Chromium issue 132114).
930
931 Fixed Debug::Break crash. (Chromium issue 131642)
932
933 Added optimizing compiler support for JavaScript getters.
934
935 Performance and stability improvements on all platforms.
936
937
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00009382012-07-06: Version 3.12.9
939
940 Correctly advance the scanner when scanning unicode regexp flag.
941 (Chromium issue 136084)
942
943 Fixed unhandlified code calling Harmony Proxy traps.
944 (issue 2219)
945
946 Performance and stability improvements on all platforms.
947
948
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00009492012-07-05: Version 3.12.8
950
951 Implemented TypedArray.set and ArrayBuffer.slice in d8.
952
953 Performance and stability improvements on all platforms.
954
955
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00009562012-07-03: Version 3.12.7
957
958 Fixed lazy compilation for strict eval scopes.
959 (Chromium issue 135066)
960
961 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
962 (issue 2151)
963
964 Report "hidden properties" in heap profiler for properties case.
965 (issue 2212)
966
967 Activated optimization of packed arrays by default.
968
969 Performance and stability improvements on all platforms.
970
971
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00009722012-06-29: Version 3.12.6
973
974 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
975
976 Extended TypedArray support in d8.
977
978
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00009792012-06-28: Version 3.12.5
980
981 Fixed lazy parsing heuristics to respect outer scope.
982 (Chromium issue 135008)
983
984 Allow using test-wrapper-gypbuild.py on Windows when no python
985 interpreter is registered.
986
987 Performance and stability improvements on all platforms.
988
989
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00009902012-06-27: Version 3.12.4
991
992 Removed -fomit-frame-pointer flag from Release builds to make
993 the stack walkable by TCMalloc (Chromium issue 133723).
994
995 Ported r7868 (constant masking) to x64 (issue 1374).
996
997 Expose more detailed memory statistics (issue 2201).
998
999 Fixed Harmony Maps and WeakMaps for undefined values
1000 (Chromium issue 132744).
1001
1002 Correctly throw reference error in strict mode with ICs disabled
1003 (issue 2119).
1004
1005 Performance and stability improvements on all platforms.
1006
1007
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000010082012-06-25: Version 3.12.3
1009
1010 Reverted r11835 'Unify promotion and allocation limit computation' due
1011 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1012
1013 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1014
1015 Performance and stability improvements on all platforms.
1016
1017
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000010182012-06-22: Version 3.12.2
1019
1020 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1021 ia32/x64. (Chromium issue 134055)
1022
1023 Fixed lazy sweeping heuristics to prevent old-space expansion.
1024 (issue 2194)
1025
1026 Performance and stability improvements on all platforms.
1027
1028
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000010292012-06-21: Version 3.12.1
1030
1031 Performance and stability improvements on all platforms.
1032
1033
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000010342012-06-20: Version 3.12.0
1035
1036 Fixed Chromium issues:
1037 115100, 129628, 131994, 132727, 132741, 132742, 133211
1038
1039 Fixed V8 issues:
1040 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1041
1042 Added --extra-code flag to mksnapshot to load JS code into the VM
1043 before creating the snapshot.
1044
1045 Support 'restart call frame' command in the debugger.
1046
1047 Performance and stability improvements on all platforms.
1048
1049
mmassi@chromium.org7028c052012-06-13 11:51:58 +000010502012-06-13: Version 3.11.10
1051
1052 Implemented heap profiler memory usage reporting.
1053
1054 Preserved error message during finally block in try..finally.
1055 (Chromium issue 129171)
1056
1057 Fixed EnsureCanContainElements to properly handle double values.
1058 (issue 2170)
1059
1060 Improved heuristics to keep objects in fast mode with inherited
1061 constructors.
1062
1063 Performance and stability improvements on all platforms.
1064
1065
rossberg@chromium.org400388e2012-06-06 09:29:22 +000010662012-06-06: Version 3.11.9
1067
1068 Implemented ES5-conformant semantics for inherited setters and read-only
1069 properties. Currently behind --es5_readonly flag, because it breaks
1070 WebKit bindings.
1071
1072 Exposed last seen heap object id via v8 public api.
1073
1074 Performance and stability improvements on all platforms.
1075
1076
verwaest@chromium.org37141392012-05-31 13:27:02 +000010772012-05-31: Version 3.11.8
1078
1079 Avoid overdeep recursion in regexp where a guarded expression with a
1080 minimum repetition count is inside another quantifier.
1081 (Chromium issue 129926)
1082
1083 Fixed missing write barrier in store field stub.
1084 (issues 2143, 1465, Chromium issue 129355)
1085
1086 Proxies: Fixed receiver for setters inherited from proxies.
1087 Proxies: Fixed ToStringArray function so that it does not reject some
1088 keys.
1089 (issue 1543)
1090
1091 Performance and stability improvements on all platforms.
1092
1093
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000010942012-05-29: Version 3.11.7
1095
1096 Get better function names in stack traces.
1097
1098 Performance and stability improvements on all platforms.
1099
1100
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000011012012-05-24: Version 3.11.6
1102
1103 Fixed RegExp.prototype.toString for incompatible receivers
1104 (issue 1981).
1105
1106 Performance and stability improvements on all platforms.
1107
1108
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000011092012-05-23: Version 3.11.5
1110
1111 Performance and stability improvements on all platforms.
1112
1113
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000011142012-05-22: Version 3.11.4
1115
1116 Some cleanup to common.gypi. This fixes some host/target combinations
1117 that weren't working in the Make build on Mac.
1118
1119 Handle EINTR in socket functions and continue incomplete sends.
1120 (issue 2098)
1121
1122 Fixed python deprecations. (issue 1391)
1123
1124 Made socket send and receive more robust and return 0 on failure.
1125 (Chromium issue 15719)
1126
1127 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1128
1129 Set '-m32' option for host and target platforms
1130
1131 Performance and stability improvements on all platforms.
1132
1133
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000011342012-05-18: Version 3.11.3
1135
1136 Disable optimization for functions that have scopes that cannot be
1137 reconstructed from the context chain. (issue 2071)
1138
1139 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1140
1141 Correctly check for native error objects. (Chromium issue 2138)
1142
1143 Performance and stability improvements on all platforms.
1144
1145
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000011462012-05-16: Version 3.11.2
1147
1148 Revert r11496. (Chromium issue 128146)
1149
1150 Implement map collection for incremental marking. (issue 1465)
1151
1152 Add toString method to CallSite (which describes a frame of the
1153 stack trace).
1154
1155
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000011562012-05-15: Version 3.11.1
1157
1158 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1159
1160 Fix freebsd build. (V8 issue 2126)
1161
1162 Performance and stability improvements on all platforms.
1163
1164
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000011652012-05-11: Version 3.11.0
1166
1167 Fixed compose-discard crasher from r11524 (issue 2123).
1168
1169 Activated new global semantics by default. Global variables can
1170 now shadow properties of the global object (ES5.1 erratum).
1171
1172 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1173 transitioning (Chromium issue 117409).
1174
1175 Made Error.prototype.name writable again, as required by the spec and
1176 the web (Chromium issue 69187).
1177
1178 Implemented map collection with incremental marking (issue 1465).
1179
1180 Regexp: Fixed overflow in min-match-length calculation
1181 (Chromium issue 126412).
1182
1183 MIPS: Fixed illegal instruction use on Loongson in code for
1184 Math.random() (issue 2115).
1185
1186 Fixed crash bug in VisitChoice (Chromium issue 126272).
1187
1188 Fixed unsigned-Smi check in MappedArgumentsLookup
1189 (Chromium issue 126414).
1190
1191 Fixed LiveEdit for function with no locals (issue 825).
1192
1193 Fixed register clobbering in LoadIC for interceptors
1194 (Chromium issue 125988).
1195
1196 Implemented clearing of CompareICs (issue 2102).
1197
1198 Performance and stability improvements on all platforms.
1199
1200
danno@chromium.org2c26cb12012-05-03 09:06:43 +000012012012-05-03: Version 3.10.8
1202
1203 Enabled MIPS cross-compilation.
1204
1205 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1206 (Chromium issue 125515)
1207
1208 Fixed corner cases in truncation behavior when storing to
1209 TypedArrays. (issue 2110)
1210
1211 Fixed failure to properly recognize and report out-of-memory
1212 conditions when allocating code space pages. (Chromium issue
1213 118625)
1214
1215 Fixed idle notifications to perform a round of incremental GCs
1216 after context disposal. (issue 2107)
1217
1218 Fixed preparser for try statement. (issue 2109)
1219
1220 Performance and stability improvements on all platforms.
1221
1222
danno@chromium.org1044a4d2012-04-30 12:34:39 +000012232012-04-30: Version 3.10.7
1224
1225 Performance and stability improvements on all platforms.
1226
1227
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000012282012-04-26: Version 3.10.6
1229
1230 Fixed some bugs in accessing details of the last regexp match.
1231
1232 Fixed source property of empty RegExp objects. (issue 1982)
1233
1234 Enabled inlining some V8 API functions.
1235
1236 Performance and stability improvements on all platforms.
1237
1238
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000012392012-04-23: Version 3.10.5
1240
1241 Put new global var semantics behind a flag until WebKit tests are
1242 cleaned up.
1243
1244 Enabled stepping into callback passed to builtins.
1245 (Chromium issue 109564)
1246
1247 Performance and stability improvements on all platforms.
1248
1249
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000012502012-04-19: Version 3.10.4
1251
1252 Fixed issues when stressing compaction with WeakMaps.
1253
1254 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1255
1256 Simplify invocation sequence at monomorphic function invocation sites.
1257 (issue 2079)
1258
1259 Performance and stability improvements on all platforms.
1260
1261
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000012622012-04-17: Version 3.10.3
1263
1264 Fixed several bugs in heap profiles (including issue 2078).
1265
1266 Throw syntax errors on illegal escape sequences.
1267
1268 Implemented rudimentary module linking (behind --harmony flag)
1269
1270 Implemented ES5 erratum: Global declarations should shadow
1271 inherited properties.
1272
1273 Made handling of const more consistent when combined with 'eval'
1274 and 'with'.
1275
1276 Fixed V8 on MinGW-x64 (issue 2026).
1277
1278 Performance and stability improvements on all platforms.
1279
1280
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000012812012-04-13: Version 3.10.2
1282
1283 Fixed native ARM build (issues 1744, 539)
1284
1285 Return LOOKUP variable instead of CONTEXT for non-context allocated
1286 outer scope parameters (Chromium issue 119609).
1287
1288 Fixed regular and ElementsKind transitions interfering with each other
1289 (Chromium issue 122271).
1290
1291 Improved performance of keyed loads/stores which have a HeapNumber
1292 index (issues 1388, 1295).
1293
1294 Fixed WeakMap processing for evacuation candidates (issue 2060).
1295
1296 Bailout on possible direct eval calls (Chromium issue 122681).
1297
1298 Do not assume that names of function expressions are context-allocated
1299 (issue 2051).
1300
1301 Performance and stability improvements on all platforms.
1302
1303
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000013042012-04-10: Version 3.10.1
1305
1306 Fixed bug with arguments object in inlined functions (issue 2045).
1307
1308 Fixed performance bug with lazy initialization (Chromium issue
1309 118686).
1310
1311 Added suppport for Mac OS X 64bit builds with GYP.
1312 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1313
1314 Fixed bug with hidden properties (issue 2034).
1315
1316 Fixed a performance bug when reloading pages (Chromium issue 117767,
1317 V8 issue 1902).
1318
1319 Fixed bug when optimizing throw in top-level code (issue 2054).
1320
1321 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1322
1323 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1324
1325 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1326
1327 Fixed compilation of V8 using uClibc.
1328
1329 Optimized boot-up memory use.
1330
1331 Optimized regular expressions.
1332
1333
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000013342012-03-30: Version 3.10.0
1335
1336 Fixed store IC writability check in strict mode
1337 (Chromium issue 120099).
1338
1339 Resynchronize timers if the Windows system time was changed.
1340 (Chromium issue 119815)
1341
1342 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1343 hardfp ARM
1344 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1345
1346 Fixed edge case for case independent regexp character classes
1347 (issue 2032).
1348
1349 Reset function info counters after context disposal.
1350 (Chromium issue 117767, V8 issue 1902)
1351
1352 Fixed missing write barrier in CopyObjectToObjectElements.
1353 (Chromium issue 119926)
1354
1355 Fixed missing bounds check in HasElementImpl.
1356 (Chromium issue 119925)
1357
1358 Performance and stability improvements on all platforms.
1359
1360
danno@chromium.org88aa0582012-03-23 15:11:57 +000013612012-03-23: Version 3.9.24
1362
1363 Activated count-based profiler for ARM.
1364
1365 Fixed use of proxies as f.prototype properties. (issue 2021)
1366
1367 Enabled snapshots on MIPS.
1368
1369 Performance and stability improvements on all platforms.
1370
1371
ulan@chromium.org6ff65142012-03-21 09:52:17 +000013722012-03-21: Version 3.9.23
1373
1374 Use correct arguments adaptation environment when inlining function
1375 containing arguments. (Issue 2014)
1376
1377 Performance and stability improvements on all platforms.
1378
1379
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000013802012-03-20: Version 3.9.22
1381
1382 Enabled count-based profiler by default.
1383
1384 Implemented a hash based look-up to speed up address checks
1385 in large object space (issue 853).
1386
1387 Performance and stability improvements on all platforms.
1388
1389
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000013902012-03-19: Version 3.9.21
1391
1392 Fixed push-to-trunk script (and re-push).
1393
1394 Added API call that identifies strings that are guaranteed only to
1395 contain ASCII characters.
1396
1397
13982012-03-19: Version 3.9.20
1399
1400 Fixed declarations escaping global strict eval. (Issue 1624)
1401
1402 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1403
1404 Fixed function declarations overwriting read-only global properties.
1405 (Chromium issue 115452)
1406
1407 Fixed --use-strict flag in combination with --harmony[-scoping].
1408
1409 Debugger: naive implementation of "step into Function.prototype.bind".
1410
1411 Debugger: added ability to set script source from within OnBeforeCompile
1412
1413 Added flag to always call DebugBreak on abort.
1414
1415 Re-enabled constructor inlining and inline === comparison with boolean
1416 constants. (Issue 2009)
1417
1418 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1419
1420 Performance and stability improvements on all platforms.
1421
1422
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000014232012-03-14: Version 3.9.19
1424
1425 Ensure there is a smi check of the receiver for global load and call
1426 ICs (Chromium issue 117794).
1427
1428 Performance and stability improvements on all platforms.
1429
1430
yangguo@chromium.org154ff992012-03-13 08:09:54 +000014312012-03-13: Version 3.9.18
1432
1433 Ensure consistency of Math.sqrt on Intel platforms.
1434
1435 Remove static initializers in v8. (issue 1859)
1436
1437 Add explicit dependency on v8_base in the GYP-based build.
1438
1439 Performance and stability improvements on all platforms.
1440
1441
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000014422012-03-12: Version 3.9.17
1443
1444 Fixed VFP detection through compiler defines. (issue 1996)
1445
1446 Add Code-related fields to postmortem metadata.
1447
1448 Performance and stability improvements on all platforms.
1449
1450
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000014512012-03-09: Version 3.9.16
1452
1453 Added basic interface inference for modules (behind the --harmony flag).
1454
1455 Added Object.is, Number.isFinite, Number.isNaN.
1456
1457 Updated the Unicode tables to Unicode version 6.1.0.
1458
1459 Performance and stability improvements on all platforms.
1460
1461
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000014622012-03-06: Version 3.9.15
1463
1464 Fix the heap profiler crash caused by memory layout changes between
1465 passes.
1466
1467 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1468
1469 Fix double-rounding in strtod for MinGW. (issue 1062)
1470
1471 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1472
1473 Performance and stability improvements on all platforms.
1474
1475
fschneider@chromium.org35814e52012-03-01 15:43:35 +000014762012-03-01: Version 3.9.14
1477
1478 Performance and stability improvements on all platforms.
1479
1480
ulan@chromium.org812308e2012-02-29 15:58:45 +000014812012-02-29: Version 3.9.13
1482
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001483 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001484
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001485 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1486 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001487
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001488 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001489
1490 Performance and stability improvements on all platforms.
1491
1492
ulan@chromium.org967e2702012-02-28 09:49:15 +000014932012-02-28: Version 3.9.12
1494
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001495 Fixed the negative lookup stub to handle deleted entries in a
1496 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001497
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001498 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001499 callback function can resolve the location of a return address on stack
1500 to the location where a return-address rewriting profiler stashed the
1501 original return address.
1502
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001503 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1504 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001505
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001506 Fixed issue 1853: Update breakpoints set with partial file name after
1507 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001508
1509
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000015102012-02-27: Version 3.9.11
1511
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001512 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001513
1514
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000015152012-02-24: Version 3.9.10
1516
1517 Fixed V8 issues 1322, 1772 and 1969.
1518
1519 Conformance improvements.
1520
1521 Performance and stability improvements on all platforms.
1522
1523
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000015242012-02-23: Version 3.9.9
1525
1526 Supported fast case for-in in Crankshaft.
1527
1528 Sped up heap snapshot serialization and dominators construction.
1529
1530 Randomized allocation addresses on windows. (Chromium issue 115151)
1531
1532 Fixed compilation with MinGW-w64. (issue 1943)
1533
1534 Fixed incorrect value of assignments to non-extensible properties.
1535
1536 Fixed a crash bug in generated code on ia32.
1537
1538 Performance and stability improvements on all platforms.
1539
1540
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000015412012-02-21: Version 3.9.8
1542
1543 Fixed memory leak and missing #include in StartupDataDecompressor
1544 (issue 1960).
1545
1546 Renamed static methods to avoid shadowing virtual methods and fix Clang
1547 C++11 compile error.
1548
1549 Fixed sequence of element access in array builtins (issue 1790).
1550
1551 Performance and stability improvements on all platforms.
1552
1553
yangguo@chromium.org56454712012-02-16 15:33:53 +000015542012-02-16: Version 3.9.7
1555
1556 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1557
1558 Fixed GCC-4.7 warnings.
1559
1560 Added Navier-Stokes benchmark.
1561
1562 Performance and stability improvements on all platforms.
1563
1564
ulan@chromium.org65a89c22012-02-14 11:46:07 +000015652012-02-14: Version 3.9.6
1566
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001567 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001568
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001569 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001570
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001571 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001572
1573 Heap Snapshot maximum size limit is too low for really big apps. At the
1574 moment the limit is 256MB. (Chromium issue 113015)
1575
1576 Performance and stability improvements on all platforms.
1577
1578
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000015792012-02-09: Version 3.9.5
1580
1581 Removed unused command line flags.
1582
1583 Performance and stability improvements on all platforms.
1584
1585
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000015862012-02-08: Version 3.9.4
1587
1588 Properly initialize element-transitioning array literals on ARM.
1589 (issue 1930)
1590
1591 Bug fixes on all platforms.
1592
1593
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000015942012-02-07: Version 3.9.3
1595
1596 When rethrowing an exception, print the stack trace of its original
1597 site instead of rethrow site (Chromium issue 60240).
1598
1599 Increased size of small stacks from 32k to 64k to avoid hitting limits
1600 in Chromium (Chromium issue 112843).
1601
1602
rossberg@chromium.org994edf62012-02-06 10:12:55 +000016032012-02-06: Version 3.9.2
1604
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001605 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001606
1607 Heap profiler reports implicit references.
1608
1609 Optionally export metadata with libv8 to enable debuggers to inspect V8
1610 state.
1611
1612
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000016132012-02-02: Version 3.9.1
1614
1615 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1616 (Chromium issue 112315).
1617
1618 Fixed a crash in dev tools (Chromium issue 107996).
1619
1620 Added 'dependencies_traverse': 1 to v8 GYP target.
1621
1622 Performance and stability improvements on all platforms.
1623
1624
danno@chromium.orgfa458e42012-02-01 10:48:36 +000016252012-02-01: Version 3.9.0
1626
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001627 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001628
1629 Stability fixes and performance improvements on all platforms.
1630
1631
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000016322012-01-26: Version 3.8.9
1633
1634 Flush number string cache on GC (issue 1605).
1635
1636 Provide access to function inferred name with
1637 v8::Function::GetInferredName in V8 public API.
1638
1639 Fix building with Clang (issue 1912).
1640
1641 Reduce the space used by the stack for the profiling thread.
1642
1643 Fix misleading documentation of v8::Locker (issue 542).
1644
1645 Introduce readbinary function in d8 to read binary files.
1646
1647 Performance and stability improvements on all platforms.
1648
1649
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000016502012-01-23: Version 3.8.8
1651
1652 Limited number of loop iterations in Heap::ReserveSpace
1653 (Chromium issue 99027).
1654
1655 Fixed solaris build (VirtualMemory) (issue 1761).
1656
1657 Fixed strict vs. non-strict handling of function proxies in
1658 higher-order array and string methods.
1659
1660 Enabled asynchronous remote debugging with d8 (issue 1691).
1661
1662 Stability and performance improvements on all platforms.
1663
1664
ulan@chromium.org2efb9002012-01-19 15:36:35 +000016652012-01-19: Version 3.8.7
1666
1667 Ensure that LRandom restores rsi after call to the C function on x64.
1668 (Chromium issue http://crbug.com/110509)
1669
1670 Fixing include issues on *bsd when building with scons.
1671 (issue 1897)
1672
1673 Provide a switch to specify -fno-strict-aliasing
1674 (issue 1887)
1675
1676 Move WIN32 define from standalone.gypi to common.gypi
1677 (issue 1760)
1678
1679 Fix corner-case in heap size estimation.
1680 (issue 1893)
1681
1682 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1683 (issue 1903)
1684
1685 Performance improvements and bug fixes.
1686
1687
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000016882012-01-16: Version 3.8.6
1689
1690 Add primitive WebGL array support to d8.
1691
1692 Improve heap size estimation (issue 1893).
1693
1694 Hash collision DOS workaround extended from string keys
1695 to numeric keys.
1696
1697 Provide an API for iterating through all external strings referenced
1698 from the JS heap.
1699
1700 Adjust position recorded for call expressions. http://crbug.com/109195
1701
1702 Fix GC crash related to instanceof. http://crbug.com/109448
1703
1704 Performance improvements and bug fixes.
1705
1706
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000017072012-01-05: Version 3.8.5
1708
1709 Fix broken test that assumes that no GC can clear the regexp cache (GC
1710 can happen at any time due to Crankshaft).
1711
1712 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1713
1714 Add netbsd support to gyp build.
1715
1716 Determine page size at runtime on posix platforms.
1717
1718 Ensure that store buffer filtering hash sets are cleared after
1719 StoreBuffer::Filter.
1720
1721 Randomize the seed used for string hashing. This helps guard against
1722 CPU-eating DOS attacks against node.js servers. Based on code from
1723 Bert Belder. This version only solves the issue for those that compile
1724 V8 themselves or those that do not use snapshots. A snapshot-based
1725 precompiled V8 will still have predictable string hash codes.
1726
1727 Implement callback when script finishes running in V8 API.
1728
1729 Improve performance of Math.min and Math.max for the case of two
1730 arguments. (issue 1325)
1731
1732
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000017332012-01-02: Version 3.8.4
1734
1735 Performance improvements for large Smi-only arrays.
1736
1737 Fixed InternalArrays construction. (issue 1878)
1738
1739
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000017402011-12-27: Version 3.8.3
1741
1742 Avoid embedding new space objects into code objects in the lithium gap
1743 resolver. (chromium:108296)
1744
1745 Bug fixes and performance optimizations on all platforms.
1746
1747
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000017482011-12-21: Version 3.8.2
1749
1750 Add max optimization flag to v8 gyp build to ensure V8 is always built
1751 fully optimized in Chrome.
1752
1753 MIPS: Bring MIPS to parity with other platforms.
1754
1755 Optimizations and stability improvements on all platforms.
1756
1757
ricow@chromium.org7ad65222011-12-19 12:13:11 +000017582011-12-19: Version 3.8.1
1759
1760 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1761
1762 Stability improvements on all platforms.
1763
1764
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000017652011-12-13: Version 3.8.0
1766
1767 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1768
1769 Sync parser and preparser on do-while and return statements.
1770 (issue 1856)
1771
1772 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1773
1774 Stability and performance improvements on all platforms.
1775
1776
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000017772011-12-01: Version 3.7.12
1778
1779 Increase tick interval for the android platform.
1780
1781 Fix a bug in the register allocator. (chromium:105112)
1782
1783 Fix handling of recompiling code. (chromium:105375, v8:1782)
1784
1785 Start incremental marking on idle notification. (v8:1458)
1786
1787 Build fixes for various platforms.
1788
1789 Various performance improvements.
1790
1791
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000017922011-11-29: Version 3.7.11
1793
1794 Fixed bug when generating padding to ensure space for lazy
1795 deoptimization.
1796 (issue 1846)
1797
1798 Further reduced pause times due to GC.
1799
1800 Stability and performance improvements on all platforms.
1801
1802
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000018032011-11-23: Version 3.7.10
1804
1805 Set maximum length of FixedArray in terms of elements instead an
1806 absolute number of bytes.
1807 (Chromium issue 103103)
1808
1809 Stability and performance improvements on all platforms.
1810
1811
18122011-11-21: Version 3.7.9
1813
1814 Removed exit-time destructors.
1815
1816 Stability and performance improvements on all platforms.
1817
1818
ricow@chromium.org27bf2882011-11-17 08:34:43 +000018192011-11-17: Version 3.7.8
1820
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001821 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001822 function on builtins will not make the original function reappear.
1823
1824 Added NetBSD support for scons build.
1825
1826 Performance improvements on all platforms.
1827
1828
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000018292011-11-14: Version 3.7.7
1830
1831 Fix missing fast property accessors in heap snapshots.
1832 (issue 1818)
1833
1834
danno@chromium.org2c456792011-11-11 12:00:53 +000018352011-11-11: Version 3.7.6
1836
1837 Fixed filtering of store buffer for large object pages.
1838 (issue 1817)
1839
1840 Fixed generated hash function on all platforms.
1841 (issue 1808)
1842
1843 Fixed Heap::Shrink to ensure that it does not free pages that are
1844 still in use.
1845 (Chromium issue 100414)
1846
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001847 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001848
1849
danno@chromium.orgc612e022011-11-10 11:38:15 +000018502011-11-10: Version 3.7.5
1851
1852 Added initial gyp infrastructure for MIPS.
1853
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001854 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001855 collector.
1856
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001857 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001858
1859
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000018602011-11-07: Version 3.7.4
1861
1862 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1863
1864 Fix Harmony sets and maps to allow null and undefined as keys
1865 (still hidden behind --harmony flag) (issue 1622).
1866
1867 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1868
1869 Enable VFP instructions for Android.
1870
1871 Fix error handling in Date.prototype.toISOString (issue 1792).
1872
1873 Bug fixes and performance improvements for all platforms.
1874
1875 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1876
1877
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000018782011-10-28: Version 3.7.3
1879
1880 Slight deoptimization as a workaround for issue with jslint: Issue
1881 1789.
1882
1883
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000018842011-10-27: Version 3.7.2
1885
1886 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1887
1888
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000018892011-10-26: Version 3.7.1
1890
1891 Achieved 33% speedup in debug-mode tests.
1892
1893 Removed special casing of calls to RegExp test and exec methods with no
1894 argument. Now matches new JSC behaviour. crbug.com/75740.
1895
1896 Return the empty string on cyclic references in toString (ES5
1897 conformance).
1898
1899 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1900
1901 Made Math.random state per-context instead of per-process (issue 864).
1902
1903 Fixed stack traces to skip native functions.
1904
1905 Make snapshots (new contexts) smaller and faster.
1906
1907 Fixed handling of Function.apply for non-array arguments.
1908
1909 Fixed evaluation order in defineProperties to match FireFox.
1910
1911 Fixed handling of non-object receivers for array builtins,
1912 crbug.com/100702.
1913
1914 Multiple fixes to improve compliance with test262.
1915
1916 Fixed compatibility with older Android releases.
1917
1918 Fixed compilation with gcc-4.5.3.
1919
1920 Improved performance of WriteUtf8, issue 1665.
1921
1922 Made native syntax an early error in the preparser.
1923
1924 Fixed issues 793 and 893 relating to Function.prototype.bind.
1925
1926 Improved let, const, Set and Map support and other Harmony features
1927 (behind the --harmony flag).
1928
1929 Changed evaluation order for > and <= to match ES5 instead of ES3.
1930
1931 Bug fixes and performance improvements on all platforms.
1932
1933
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000019342011-10-13: Version 3.7.0
1935
1936 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1937
1938 Fixed issue 1757 (string slices of external strings).
1939
1940 Fixed issue 1759 (ARM).
1941
1942 Added flag --noclever-optimizations to disable some things that
1943 caused trouble in the past.
1944
1945 Added flag --stress-compaction for testing.
1946
1947 Added flag --harmony to activate all experimental Harmony features.
1948
1949
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000019502011-10-10: Version 3.6.6
1951
1952 Added a GC pause visualization tool.
1953
1954 Added presubmit=no and werror=no flags to Makefile.
1955
1956 ES5/Test262 conformance improvements.
1957
1958 Fixed compilation issues with GCC 4.5.x (issue 1743).
1959
1960 Bug fixes and performance improvements on all platforms.
1961
1962
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000019632011-10-05: Version 3.6.5
1964
1965 New incremental garbage collector.
1966
1967 Removed the hard heap size limit (soft heap size limit is still
1968 700/1400Mbytes by default).
1969
1970 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1971
1972 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1973
1974 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1975
1976 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1977
1978 Fixed the MinGW and Windows 2000 builds.
1979
1980 Fixed "Prototype chain is not searched if named property handler does
1981 not set a property" (Issue 1636).
1982
1983 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1984
1985 Disallowed future reserved words as labels in strict mode.
1986
1987 Fixed string split to correctly coerce the separator to a string
1988 (Issue 1711).
1989
1990 API: Added an optional source length field to the Extension
1991 constructor.
1992
1993 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1994 (Issue 1573).
1995
1996 Added "native" target to Makefile for the benefit of Linux distros.
1997
1998 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1999
2000 More work on ES-Harmony proxies. Still hidden behind a flag.
2001
2002 Bug fixes and performance improvements on all platforms.
2003
2004
lrn@chromium.org34e60782011-09-15 07:25:40 +000020052011-09-15: Version 3.6.4
2006
2007 Fixed d8's broken readline history.
2008
2009 Removed the need for code delete events in CPU profiler (Issue 1466).
2010
2011 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2012
2013 Fixing parallel execution in d8 (with -p) and some memory leaks.
2014
2015 Support for precise stepping in functions compiled before debugging was
2016 started (step 1).
2017
2018
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000020192011-09-13: Version 3.6.3
2020
2021 Implemented better support of typed arrays in the d8 shell.
2022
2023 Bug fixes and performance improvements on all platforms.
2024
2025
ricow@chromium.org55ee8072011-09-08 16:33:10 +000020262011-09-08: Version 3.6.2
2027
2028 Added "dependencies" target to top-level Makefile.
2029
2030 Added ability to turn profiler on/off in d8.
2031
2032 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2033
2034 Fixed several crash bugs.
2035
2036
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000020372011-09-07: Version 3.6.1
2038
2039 Fixed a bug in abrupt exit from with or catch inside finally.
2040
2041 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2042 issue 95113).
2043
2044 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2045
2046 Fixed a few clang warnings (which -Werror treated as errors).
2047
2048 Performance improvements on all platforms.
2049
2050
fschneider@chromium.org1805e212011-09-05 10:49:12 +000020512011-09-05: Version 3.6.0
2052
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002053 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002054
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002055 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002056
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002057 Made arguments and caller always be null on native functions
2058 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002059
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002060 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002061
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002062 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002063
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002064 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002065
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002066 Fixed a problem with large heap snapshots in Chrome DevTools
2067 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002068
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002069 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002070
2071
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000020722011-08-31: Version 3.5.10
2073
2074 Added dependency of v8_base on WinSocket2 Windows library in
2075 the GYP-build.
2076
2077 Various bugfixes.
2078
2079
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000020802011-08-29: Version 3.5.9
2081
2082 Made FromPropertyDescriptor not trigger inherited setters.
2083
2084 Fixed .gyp files to work on the ARM simulator.
2085
2086 Fixed shared library build warnings for MSVS.
2087
2088
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000020892011-08-24: Version 3.5.8
2090
2091 Added V8EXPORT attributes for v8::Array::CheckCast and
2092 v8::Number::CheckCast.
2093
2094 Made a slight API change enabling opting out from null termination
2095 in String::Write*().
2096
2097 Fixed arm build for gcc-4.6.
2098
2099
rossberg@chromium.org28a37082011-08-22 11:03:23 +000021002011-08-22: Version 3.5.7
2101
2102 Make scanner handle invalid unicode escapes in identifiers correctly.
2103
2104 Make regexp flag parsing stricter.
2105
2106 Fix several memory leaks.
2107
2108
danno@chromium.orgb6451162011-08-17 14:33:23 +000021092011-08-17: Version 3.5.6
2110
2111 Fixed issue that could cause crashes when running with --heap-stats.
2112
2113 Fixed compilation on Linux 2.6.9 and older.
2114
2115 Fixed live-object-list to work with isolates.
2116
2117 Fixed memory leaks in zones and isolates.
2118
2119 Fixed a performance regression for TypedArrays on x64.
2120
2121 Stability improvements on all platforms.
2122
2123
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000021242011-08-15: Version 3.5.5
2125
2126 Fixed bugs involving negative zero and the optimizing compiler.
2127
2128 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2129
2130 Eliminated uses of deprecated ARM instructions.
2131
2132 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2133
2134 Removed restriction on the size of disassembled code that is printed.
2135
2136
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000021372011-08-10: Version 3.5.4
2138
2139 Added a preliminary implementation of ES Harmony weak maps. Weak
2140 maps can be enabled by the flag --harmony-weakmaps.
2141
2142 Introduced a toplevel Makefile to support GYP-based building. GYP
2143 can be obtained from http://gyp.googlecode.com.
2144
2145 Fixed a bug in the length property of functions created by
2146 Function.prototype.bind.
2147
2148 Reduced malloc heap allocation on process startup.
2149
2150 Several important code generation bug fixes.
2151
2152 Performance improvements on all platforms.
2153
2154
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000021552011-08-03: Version 3.5.3
2156
2157 MIPS: Port of fix to ClassOf check from ARM.
2158 Patch from Paul Lind <plind44@gmail.com>.
2159
2160 Stopped using mprotect on Cygwin.
2161 Avoided uninitialized member warning on gcc 4.3.4
2162 Both patches by Bert Belder.
2163
2164 Bug fixes and performance improvements on all platforms.
2165
2166
vegorov@chromium.org7943d462011-08-01 11:41:52 +000021672011-08-01: Version 3.5.2
2168
2169 Performance improvements on all platforms.
2170
2171
ricow@chromium.org2c99e282011-07-28 09:15:17 +000021722011-07-28: Version 3.5.1
2173
2174 Fixed setting the readonly flag on the prototype property using the
2175 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2176
2177 Changed the tools/test.py script to use d8 instead of shell for
2178 testing.
2179
2180 Fixed crash in ToBooleanStub when GC happens during invocation.
2181
2182 Enabled automatic unboxing of double arrays.
2183
2184 Performance improvements on all platforms.
2185
2186
ricow@chromium.org9fa09672011-07-25 11:05:35 +000021872011-07-25: Version 3.5.0
2188
2189 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2190 proxies.
2191
2192 Removed logging to memory support.
2193
2194 Bugfixes and performance work.
2195
2196
rossberg@chromium.org717967f2011-07-20 13:44:42 +000021972011-07-20: Version 3.4.14
2198
2199 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2200
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002201 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002202 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002203
2204 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2205
2206
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000022072011-07-18: Version 3.4.13
2208
2209 Improved debugger support to allow inspection of optimized frames (issue
2210 1140).
2211
2212 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2213
2214 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2215
2216 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2217
2218 Simplified HClampToUint8. Patch by Andy Wingo.
2219
2220 Exposed APIs for detecting boxed primitives, native errors. Patch by
2221 Luke Zarko.
2222
2223 Added map check for COW elements to crankshaft array handling code
2224 (issue 1560).
2225
2226 Sample shell and (a light version of) D8 links against a shared library
2227 now.
2228
2229 Fixed bug in array filter and reduce functions (issue 1559).
2230
2231 Avoid TLS load in AstNode constructor.
2232
2233 Introduced a random entropy source which can optionally be provided at
2234 initialization. (Chromium issue 89462).
2235
2236
whesse@chromium.org030d38e2011-07-13 13:23:34 +000022372011-07-13: Version 3.4.12
2238
2239 Added --prof profiling option to d8 shell.
2240
2241 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2242
2243 Fixed a potential assertion failure in const declarations.
2244
2245 Fixed an assertion failure in descriptor arrays (issue 1526).
2246
2247 Enabled fast thread-local storage by default on supported platforms.
2248
2249 Improved reporting of source position for global variable loads
2250 (issue 1527).
2251
2252
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000022532011-07-11: Version 3.4.11
2254
2255 Fixed MinGW32 build.
2256
2257 Fixed a GC bug with RegExp code flushing.
2258
2259 Implemented Object.defineProperty for proxies.
2260
2261 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2262
2263 Added debugger support for inspecting optimized frames (issue 1140).
2264
2265 Allowed JSObject::PreventExtensions to work for arguments objects.
2266
2267 Bugfixes and performance work.
2268
2269
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000022702011-07-06: Version 3.4.10
2271
2272 Fixed debugger not breaking on certain "if" statements (issue 1523).
2273
2274 Fixed assertion failure in runtime profiler when running on IA32
2275 without snapshot (issue 1522).
2276
2277 Fixed ABI for API calls on IA32 (for clang compatibility).
2278
2279 Introduced code flushing of RegExp code to free memory used by
2280 RegExps sooner.
2281
2282 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2283
2284 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2285
2286 Performance improvements on all platforms.
2287
2288
ricow@chromium.org4f693d62011-07-04 14:01:31 +000022892011-07-04: Version 3.4.9
2290
2291 Added support for debugger inspection of locals in optimized frames
2292 (issue 1140).
2293
2294 Fixed SConstruct to pass correct defines to samples/preparser when
2295 building with library=shared.
2296
2297 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2298
2299 Fixed a bug in Object.defineProperty on the arguments object.
2300
2301 Performance improvements on all platforms.
2302
2303
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000023042011-06-29: Version 3.4.8
2305
2306 Ensure 16-byte stack alignment on Solaris (issue 1505).
2307
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002308 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002309 that is not a smi. (issue 1246).
2310
2311
ager@chromium.org04921a82011-06-27 13:21:41 +000023122011-06-27: Version 3.4.7
2313
2314 Fixed 64-bit build on FreeBSD.
2315
2316 Added API to set the property attributes for the prototype
2317 property on functions created from FunctionTemplates.
2318
2319 Bugfixes and performance work.
2320
2321
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000023222011-06-22: Version 3.4.6
2323
2324 Lowered limit on code space for systems with low memory supply.
2325
2326 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2327
2328 Extended setBreakpoint API to accept partial script name (issue 1418).
2329
2330 Made multi-line comments not count when deciding whether the '-->'
2331 comment starter is first on a line. This matches Safari.
2332
2333 Made handling of non-array recievers in Array length setter correct
2334 (issue 1491).
2335
2336 Added ability to heap profiler to iterate over snapshot's node
2337 (issue 1481).
2338
2339
whesse@chromium.org7b260152011-06-20 15:33:18 +000023402011-06-20: Version 3.4.5
2341
2342 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2343 1476, and 1477.
2344
2345 Improved code generation for !0 and !1.
2346
2347 Reduced memory usage for regular expressions with nested qualifiers.
2348 (issue 1472)
2349
2350 Fixed V8 to count line terminators in multi-line comments.
2351 (Chromium issue 86431)
2352
2353 Fixed disassembler=on option for release-mode builds. (issue 1473)
2354
2355 Performance improvements on all platforms.
2356
2357
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000023582011-06-15: Version 3.4.4
2359
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002360 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002361
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002362 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002363
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002364 Several GYP-related changes: Added support for building Xcode project
2365 files. Make the ARM simulator build with GYP again. Generate Makefiles
2366 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002367
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002368 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2369 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002370
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002371 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002372
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002373 Handle 'undefined' correctly when === has been specialized for doubles.
2374 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002375
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002376 Corrected the limit of local variables in an optimized function from 64
2377 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002378
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002379 Correctly set ReadOnly flag on indexed properties when using the API Set
2380 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002381
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002382 Give the correct error message when Object.isExtensible is called on a
2383 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002384
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002385 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2386 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002387
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002388 Do not redefine properties unneccesarily in seal and freeze. (issue
2389 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002390
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002391 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002392
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002393 Distinguish keyed loads with a symbol key from fast elements loads,
2394 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002395
2396
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000023972011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002398
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002399 Clear the global thread table when an isolate is disposed
2400 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002401
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002402 Converted time zone name to UTF8 on Windows (issue 1290).
2403
2404 Limited the number of arguments in a function call to 32766
2405 (issue 1413).
2406
2407 Compress sources of JS libraries in addition to the snapshot.
2408
2409 Fixed a bug in Lithium environment iteration.
2410
2411 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002412
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002413
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000024142011-06-06: Version 3.4.2
2415
2416 More work on ES-Harmony proxies. Still hidden behind a flag.
2417
2418 Fixed some crash bugs and improved performance.
2419
2420 Fixed building with gdb debugging support.
2421
2422 Do not install SIGPROF handler until it is needed.
2423
2424 Added DateTimeFormat to i18n API.
2425
2426 Fixed compilation on OpenBSD.
2427
2428 Take the ulimit into account when sizing the heap. OpenBSD users
2429 may still have to increase the default ulimit to run heavy pages in
2430 the browser.
2431
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002432
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000024332011-06-01: Version 3.4.1
2434
2435 Fixed JSON stringify issue with arrays.
2436
2437 Changed calls to JS builtins to be passed undefined when called with
2438 implicit receiver.
2439
2440 Implemented the set trap for Harmony proxies. Proxies still need to
2441 be enabled with the --harmony-proxies flag.
2442
2443
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000024442011-05-30: Version 3.4.0
2445
2446 Changed calls to undefined property setters to not throw (issue 1355).
2447
2448 Made RegExp objects not callable.
2449
2450 Fixed issues on special case large JSON strings in new json parser
2451 (issues http://crbug.com/83877 and http://crbug.com/84186).
2452
2453 Performance improvements on all platforms.
2454
2455
danno@chromium.org40cb8782011-05-25 07:58:50 +000024562011-05-25: Version 3.3.10
2457
2458 Fixed calls of strict mode function with an implicit receiver.
2459
2460 Fixed fast handling of arrays to properly deal with changes to the
2461 Object prototype (issue 1403).
2462
2463 Changed strict mode poison pill to be the same type error function
2464 (issue 1387).
2465
2466 Fixed a debug crash in arguments object handling (issue 1227).
2467
2468 Fixed a bug in deoptimization on x64 (issue 1404).
2469
2470 Performance improvements and bug fixes on all platforms.
2471
2472
ager@chromium.orgea91cc52011-05-23 06:06:11 +000024732011-05-23: Version 3.3.9
2474
2475 Added DateTimeFormat class to experimental i18n API.
2476
2477 Extended preparser to give early errors for some strict mode
2478 restrictions.
2479
2480 Removed legacy execScript function from V8.
2481
2482 Extended isolate API with the ability to add embedder-specific
2483 data to an isolate.
2484
2485 Added basic support for polymorphic loads from JS and external
2486 arrays.
2487
2488 Fixed bug in handling of switch statements in the optimizing
2489 compiler.
2490
2491
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000024922011-05-18: Version 3.3.8
2493
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002494 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002495 handles are independent of all other persistent handles and can be
2496 garbage collected more frequently.
2497
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002498 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002499 with the --harmony-proxies flag.
2500
2501 Performance improvements and bug fixes on all platforms.
2502
2503
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000025042011-05-16: Version 3.3.7
2505
2506 Updated MIPS infrastructure files.
2507
2508 Performance improvements and bug fixes on all platforms.
2509
2510
karlklose@chromium.org83a47282011-05-11 11:54:09 +000025112011-05-11: Version 3.3.6
2512
2513 Updated MIPS infrastructure files.
2514
2515 Added method IsCallable for Object to the API.
2516 Patch by Peter Varga.
2517
2518
lrn@chromium.org1c092762011-05-09 09:42:16 +000025192011-05-09: Version 3.3.5
2520
2521 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2522
2523 Added check that receiver is JSObject on API calls.
2524
2525 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2526 Patch by Peter Varga.
2527
2528 Added CallAsFunction method to the Object class in the API (Issue 1336).
2529 Patch by Peter Varga.
2530
2531 Added per-isolate locking and unlocking.
2532
2533 Fixed bug in x64 >>> operator (Issue 1359).
2534
2535
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000025362011-05-04: Version 3.3.4
2537
2538 Implemented API to disallow code generation from strings for a context
2539 (issue 1258).
2540
2541 Fixed bug with whitespaces in parseInt (issue 955).
2542
2543 Fixed bug with == comparison of Date objects (issue 1356).
2544
2545 Added GYP variables for ARM code generation:
2546 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2547 and v8_use_arm_eabi_hardfloat.
2548
2549
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000025502011-05-02: Version 3.3.3
2551
2552 Added support for generating Visual Studio solution and project files
2553 using GYP.
2554
2555 Implemented support for ARM EABI calling convention variation where
2556 floating-point arguments are passed in registers (hardfloat).
2557
2558 Added Object::HasOwnProperty() to the API.
2559
2560 Added support for compressing startup data to reduce binary size. This
2561 includes build time support and an API for the embedder to decompress
2562 the startup data before initializing V8.
2563
2564 Reduced the profiling hooks overhead from >400% to 25% when using
2565 ll_prof.
2566
2567 Performance improvements and bug fixes on all platforms.
2568
2569
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000025702011-04-27: Version 3.3.2
2571
2572 Fixed crash bug on ARM with no VFP3 hardware.
2573
2574 Fixed compilation of V8 without debugger support.
2575
2576 Improved performance on JSLint.
2577
2578 Added support Float64 WebGL arrays.
2579
2580 Fixed crash bug in regexp replace.
2581
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002582
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000025832011-04-20: Version 3.3.1
2584
2585 Reduced V8 binary size by removing virtual functions from hydrogen.
2586
2587 Fixed crash bug on x64.
2588
2589 Performance improvements on ARM and IA32.
2590
2591
danno@chromium.org160a7b02011-04-18 15:51:38 +000025922011-04-18: Version 3.3.0
2593
2594 Fixed bug in floating point rounding in Crankshaft on ARM
2595 (issue 958)
2596
2597 Fixed a number of issues with running without VFPv3 support on ARM
2598 (issue 1315)
2599
2600 Introduced v8Locale.Collator, a partial implementation of Collator
2601 per last ECMAScript meeting + mailing list.
2602
2603 Minor performance improvements and bug fixes.
2604
2605
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000026062011-04-13: Version 3.2.10
2607
2608 Fixed bug in external float arrays on ARM (issue 1323).
2609
2610 Minor performance improvements and bug fixes.
2611
2612
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000026132011-04-11: Version 3.2.9
2614
2615 Removed support for ABI prior to EABI on ARM.
2616
2617 Fixed multiple crash bugs.
2618
2619 Added GCMole to the repository, a simple static analysis tool that
2620 searches for GC-unsafe evaluation order dependent callsites.
2621
2622 Made preparser API be exported in shared libraries.
2623
2624 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2625
2626 Fixed mutable __proto__ property if object is not extensible
2627 (Issue 1309).
2628
2629 Fixed auto suspension of the sampler thread.
2630
2631
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000026322011-04-06: Version 3.2.8
2633
2634 Exposed WebGL typed array constructors in the shell sample.
2635
2636 Performance improvements on all platforms.
2637
2638
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000026392011-04-04: Version 3.2.7
2640
2641 Disabled the original 'classic' V8 code generator. Crankshaft is
2642 now the default on all platforms.
2643
2644 Changed the heap profiler to use more descriptive names.
2645
2646 Performance and stability improvements to isolates on all platforms.
2647
2648
lrn@chromium.org7516f052011-03-30 08:52:27 +000026492011-03-30: Version 3.2.6
2650
2651 Fixed xcode build warning in shell.cc (out of order initialization).
2652
2653 Fixed null-pointer dereference in the compiler when running without
2654 SSE3 support (Chromium issue 77654).
2655
2656 Fixed x64 compilation error due to some dead code. (Issue 1286)
2657
2658 Introduced scons target to build the preparser stand-alone example.
2659
2660 Made FreeBSD build and pass all tests.
2661
2662
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000026632011-03-28: Version 3.2.5
2664
lrn@chromium.org7516f052011-03-30 08:52:27 +00002665 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002666
2667 Added Crankshaft support for external arrays.
2668
2669 Fixed two potential crash bugs.
2670
2671
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000026722011-03-23: Version 3.2.4
2673
2674 Added isolates which allows several V8 instances in the same process.
2675 This is controlled through the new Isolate class in the API.
2676
2677 Implemented more of EcmaScript 5 strict mode.
2678
2679 Reduced the time it takes to make detailed heap snapshot.
2680
2681 Added a number of commands to the ARM simulator and enhanced the ARM
2682 disassembler.
2683
2684
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000026852011-03-17: Version 3.2.3
2686
2687 Fixed a number of crash bugs.
2688
2689 Fixed Array::New(length) to return an array with a length (issue 1256).
2690
2691 Fixed FreeBSD build.
2692
2693 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2694
2695 Implemented more of EcmaScript 5 strict mode.
2696
2697 Improved Crankshaft performance on all platforms.
2698
2699
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000027002011-03-14: Version 3.2.2
2701
2702 Fixed a number of crash and correctness bugs.
2703
2704 Improved Crankshaft performance on all platforms.
2705
2706 Fixed Crankshaft on Solaris/Illumos.
2707
2708
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000027092011-03-10: Version 3.2.1
2710
2711 Fixed a number of crash bugs.
2712
2713 Improved Crankshaft for x64 and ARM.
2714
2715 Implemented more of EcmaScript 5 strict mode.
2716
2717
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000027182011-03-07: Version 3.2.0
2719
2720 Fixed a number of crash bugs.
2721
2722 Turned on Crankshaft by default on x64 and ARM.
2723
2724 Improved Crankshaft for x64 and ARM.
2725
2726 Implemented more of EcmaScript 5 strict mode.
2727
2728
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000027292011-03-02: Version 3.1.8
2730
2731 Fixed a number of crash bugs.
2732
2733 Improved Crankshaft for x64 and ARM.
2734
2735 Implemented more of EcmaScript 5 strict mode.
2736
2737 Fixed issue with unaligned reads and writes on ARM.
2738
2739 Improved heap profiler support.
2740
2741
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000027422011-02-28: Version 3.1.7
2743
2744 Fixed a number of crash bugs.
2745
2746 Improved Crankshaft for x64 and ARM.
2747
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002748 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002749 arrays (http://crbug.com/73940).
2750
2751 Fixed bug in map space compaction (http://crbug.com/59688).
2752
2753 Added support for direct getter accessors calls on ARM.
2754
2755
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000027562011-02-24: Version 3.1.6
2757
2758 Fixed a number of crash bugs.
2759
2760 Added support for Cygwin (issue 64).
2761
2762 Improved Crankshaft for x64 and ARM.
2763
2764 Added Crankshaft support for stores to pixel arrays.
2765
2766 Fixed issue in CPU profiler with Crankshaft.
2767
2768
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000027692011-02-16: Version 3.1.5
2770
2771 Change RegExp parsing to disallow /(*)/.
2772
2773 Added GDB JIT support for ARM.
2774
2775 Fixed several crash bugs.
2776
2777 Performance improvements on the IA32 platform.
2778
2779
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000027802011-02-14: Version 3.1.4
2781
2782 Fixed incorrect compare of prototypes of the global object (issue
2783 1082).
2784
2785 Fixed a bug in optimizing calls to global functions (issue 1106).
2786
2787 Made optimized Function.prototype.apply safe for non-JSObject first
2788 arguments (issue 1128).
2789
2790 Fixed an error related to element accessors on Object.prototype and
2791 parser errors (issue 1130).
2792
2793 Fixed a bug in sorting an array with large array indices (issue 1131).
2794
2795 Properly treat exceptions thrown while compiling (issue 1132).
2796
2797 Fixed bug in register requirements for function.apply (issue 1133).
2798
2799 Fixed a representation change bug in the Hydrogen graph construction
2800 (issue 1134).
2801
2802 Fixed the semantics of delete on parameters (issue 1136).
2803
2804 Fixed a optimizer bug related to moving instructions with side effects
2805 (issue 1138).
2806
2807 Added support for the global object in Object.keys (issue 1150).
2808
2809 Fixed incorrect value for Math.LOG10E
2810 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2811
2812 Performance improvements on the IA32 platform.
2813
2814 Implement assignment to undefined reference in ES5 Strict Mode.
2815
2816
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000028172011-02-09: Version 3.1.3
2818
2819 Fixed a bug triggered by functions with huge numbers of declared
2820 arguments.
2821
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002822 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002823
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002824 Fixed issue where Array.prototype.__proto__ had been set to null
2825 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002826
2827 Fixed stability bugs in Crankshaft for x86.
2828
2829
ricow@chromium.org83aa5492011-02-07 12:42:56 +000028302011-02-07: Version 3.1.2
2831
2832 Added better security checks when accessing properties via
2833 Object.getOwnPropertyDescriptor.
2834
2835 Fixed bug in Object.defineProperty and related access bugs (issues
2836 992, 1083 and 1092).
2837
2838 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2839 copyright notice generation for embedders.
2840
2841
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000028422011-02-02: Version 3.1.1
2843
2844 Perform security checks before fetching the value in
2845 Object.getOwnPropertyDescriptor.
2846
2847 Fixed a bug in Array.prototype.splice triggered by passing no
2848 arguments.
2849
2850 Fixed bugs in -0 in arithmetic and in Math.pow.
2851
2852 Fixed bugs in the register allocator and in switching from optimized
2853 to unoptimized code.
2854
2855
28562011-01-31: Version 3.1.0
2857
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002858 Performance improvements on all platforms.
2859
2860
ager@chromium.org378b34e2011-01-28 08:04:38 +000028612011-01-28: Version 3.0.12
2862
2863 Added support for strict mode parameter and object property
2864 validation.
2865
2866 Fixed a couple of crash bugs.
2867
2868
ager@chromium.org0ee099b2011-01-25 14:06:47 +000028692011-01-25: Version 3.0.11
2870
2871 Fixed a bug in deletion of lookup slots that could cause global
2872 variables to be accidentally deleted (http://crbug.com/70066).
2873
2874 Added support for strict mode octal literal verification.
2875
2876 Fixed a couple of crash bugs (issues 1070 and 1071).
2877
2878
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000028792011-01-24: Version 3.0.10
2880
2881 Fixed External::Wrap for 64-bit addresses (issue 1037).
2882
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002883 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002884 code generator (issue 1060).
2885
2886 Introduced partial strict mode support.
2887
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002888 Changed formatting of recursive error messages to match Firefox and
2889 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002890
2891 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002892 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002893 (issue http://crbug.com/50972).
2894
2895 Performance improvements on the IA32 platform.
2896
2897
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000028982011-01-19: Version 3.0.9
2899
2900 Added basic GDB JIT Interface integration.
2901
2902 Make invalid break/continue statements a syntax error instead of a
2903 runtime error.
2904
2905
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029062011-01-17: Version 3.0.8
2907
2908 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002909 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002910
2911 Wrapped external pointers more carefully (issue 1037).
2912
2913 Hardened the implementation of error objects to avoid setters
2914 intercepting the properties set then throwing an error.
2915
2916 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2917
2918 Performance improvements on the IA32 platform.
2919
2920
29212011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002922
2923 Stopped calling inherited setters when creating object literals
2924 (issue 1015).
2925
2926 Changed interpretation of malformed \c? escapes in RegExp to match
2927 JSC.
2928
2929 Enhanced the command-line debugger interface and fixed some minor
2930 bugs in the debugger.
2931
2932 Performance improvements on the IA32 platform.
2933
2934
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029352011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002936
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002937 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002938
2939 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002940 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002941
2942 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002943 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002944
2945 Added use_system_v8 option to gyp (off by default), to make it easier
2946 for Linux distributions to ship with system-provided V8 library.
2947
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002948 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002949
2950 Added labelled thread names to help with debugging (on Linux).
2951
2952
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000029532011-01-03: Version 3.0.5
2954
2955 Fixed a couple of cast errors for gcc-3.4.3.
2956
2957 Performance improvements in GC and IA32 code generator.
2958
2959
whesse@chromium.org023421e2010-12-21 12:19:12 +000029602010-12-21: Version 3.0.4
2961
2962 Added Date::ResetCache() to the API so that the cached values in the
2963 Date object can be reset to allow live DST / timezone changes.
2964
2965 Extended existing support for printing (while debugging) the contents
2966 of objects. Added support for printing objects from release builds.
2967
2968 Fixed V8 issues 989, 1006, and 1007.
2969
2970
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000029712010-12-17: Version 3.0.3
2972
2973 Reapplied all changes for version 3.0.1.
2974
2975 Improved debugger protocol for remote debugging.
2976
2977 Added experimental support for using gyp to generate build files
2978 for V8.
2979
2980 Fixed implementation of String::Write in the API (issue 975).
2981
2982
lrn@chromium.org8541d772010-12-15 12:05:09 +000029832010-12-15: Version 3.0.2
2984
2985 Revert version 3.0.1 and patch 3.0.1.1.
2986
2987
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000029882010-12-13: Version 3.0.1
2989
2990 Added support for an experimental internationalization API as an
2991 extension. This extension is disabled by default but can be enabled
2992 when building V8. The ECMAScript internationalization strawman is
2993 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2994
2995 Made RegExp character class parsing stricter. This mirrors a change
2996 to RegExp parsing in WebKit.
2997
2998 Fixed a bug in Object.defineProperty when used to change attributes
2999 of an existing property. It incorrectly set the property value to
3000 undefined (issue 965).
3001
3002 Fixed several different compilation failures on various platforms
3003 caused by the 3.0.0 release.
3004
3005 Optimized Math.pow so it can work on unboxed doubles.
3006
3007 Sped up quoting of JSON strings by removing one traversal of the
3008 string.
3009
3010
kasperl@chromium.orga5551262010-12-07 12:49:48 +000030112010-12-07: Version 3.0.0
3012
3013 Improved performance by (partially) addressing issue 957 on
3014 IA-32. Still needs more work for the other architectures.
3015
3016
ager@chromium.orgbeb25712010-11-29 08:02:25 +000030172010-11-29: Version 2.5.9
3018
3019 Fixed crashes during GC caused by partially initialize heap
3020 objects.
3021
3022 Fixed bug in process sample that caused memory leaks.
3023
3024 Improved performance on ARM by implementing missing stubs and
3025 inlining.
3026
3027 Improved heap profiler support.
3028
3029 Added separate seeding on Windows of the random number generator
3030 used internally by the compiler (issue 936).
3031
3032 Exposed API for getting the name of the function used to construct
3033 an object.
3034
3035 Fixed date parser to handle one and two digit millisecond
3036 values (issue 944).
3037
3038 Fixed number parsing to disallow space between sign and
3039 digits (issue 946).
3040
3041
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000030422010-11-23: Version 2.5.8
3043
3044 Removed dependency on Gay's dtoa.
3045
3046 Improved heap profiler precision and speed.
3047
3048 Reduced overhead of callback invocations on ARM.
3049
3050
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000030512010-11-18: Version 2.5.7
3052
3053 Fixed obscure evaluation order bug (issue 931).
3054
3055 Split the random number state between JavaScript and the private API.
3056
3057 Fixed performance bug causing GCs when generating stack traces on
3058 code from very large scripts.
3059
3060 Fixed bug in parser that allowed (foo):42 as a labelled statement
3061 (issue 918).
3062
3063 Provide more accurate results about used heap size via
3064 GetHeapStatistics.
3065
3066 Allow build-time customization of the max semispace size.
3067
3068 Made String.prototype.split honor limit when separator is empty
3069 (issue 929).
3070
3071 Added missing failure check after expecting an identifier in
3072 preparser (Chromium issue 62639).
3073
3074
ager@chromium.org01fe7df2010-11-10 11:59:11 +000030752010-11-10: Version 2.5.6
3076
3077 Added support for VFP rounding modes to the ARM simulator.
3078
3079 Fixed multiplication overflow bug (issue 927).
3080
3081 Added a limit for the amount of executable memory (issue 925).
3082
3083
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000030842010-11-08: Version 2.5.5
3085
3086 Added more aggressive GC of external objects in near out-of-memory
3087 situations.
3088
3089 Fixed a bug that gave the incorrect result for String.split called
3090 on the empty string (issue 924).
3091
3092
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000030932010-11-03: Version 2.5.4
3094
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003095 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003096
3097
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000030982010-11-01: Version 2.5.3
3099
3100 Fixed a bug that prevents constants from overwriting function values
3101 in object literals (issue 907).
3102
3103 Fixed a bug with reporting of impossible nested calls of DOM functions
3104 (issue http://crbug.com/60753).
3105
3106
lrn@chromium.org303ada72010-10-27 09:33:13 +000031072010-10-27: Version 2.5.2
3108
3109 Improved sampler resolution on Linux.
3110
3111 Allowed forcing the use of a simulator from the build script
3112 independently of the host architecture.
3113
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003114 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003115
3116 Made windows-tick-processor respect D8_PATH.
3117
3118 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3119
3120
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000031212010-10-20: Version 2.5.1
3122
3123 Fixed bug causing spurious out of memory exceptions
3124 (issue http://crbug.com/54580).
3125
3126 Fixed compilation error on Solaris platform (issue 901).
3127
3128 Fixed error in strtod (string to floating point number conversion)
3129 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3130
3131 Adjusted randomized allocations of executable memory to have 64k
3132 granularity (issue http://crbug.com/56036).
3133
3134 Supported profiling using kernel perf_events on linux. Added ll_prof
3135 script to tools and --ll-prof flag to V8.
3136
3137
vegorov@chromium.org42841962010-10-18 11:18:59 +000031382010-10-18: Version 2.5.0
3139
3140 Fixed bug in cache handling of lastIndex on global regexps
3141 (issue http://crbug.com/58740).
3142
3143 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3144 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003145 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003146
3147 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3148
3149
31502010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003151
3152 Fixed a bug in the handling of conditional expressions in test
3153 contexts in compiler for top-level code.
3154
3155 Added "//@ sourceURL" information to the StackTrace API.
3156
3157 Exposed RegExp construction through the API.
3158
3159
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000031602010-10-04: Version 2.4.8
3161
3162 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3163 whole snapshot (issue 868).
3164
3165 Performance improvements on all platforms.
3166
3167
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000031682010-09-30: Version 2.4.7
3169
3170 Changed the command-line flag --max-new-space-size to be in kB and the
3171 flag --max-old-space-size to be in MB (previously they were in bytes).
3172
3173 Added Debug::CancelDebugBreak to the debugger API.
3174
3175 Fixed a bug in getters for negative numeric property names
3176 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3177
3178 Performance improvements on all platforms.
3179
3180
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000031812010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003182
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003183 Fixed assertion failure related to copy-on-write arrays (issue 876).
3184
3185 Fixed build failure of 64-bit V8 on Windows.
3186
3187 Fixed a bug in RegExp (issue http://crbug.com/52801).
3188
3189 Improved the profiler's coverage to cover more functions (issue 858).
3190
3191 Fixed error in shift operators on 64-bit V8
3192 (issue http://crbug.com/54521).
3193
3194
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000031952010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003196
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003197 Changed the RegExp benchmark to exercise the regexp engine on different
3198 inputs by scrambling the input strings.
3199
3200 Fixed a bug in keyed loads on strings.
3201
3202 Fixed a bug with loading global function prototypes.
3203
3204 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3205
3206 Performance improvements on all platforms.
3207
3208
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000032092010-09-15: Version 2.4.4
3210
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003211 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003212
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003213 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003214
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003215 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003216
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003217 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003218
3219
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000032202010-09-13: Version 2.4.3
3221
3222 Made Date.parse properly handle TZ offsets (issue 857).
3223
3224 Performance improvements on all platforms.
3225
3226
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000032272010-09-08: Version 2.4.2
3228
3229 Fixed GC crash bug.
3230
3231 Fixed stack corruption bug.
3232
3233 Fixed compilation for newer C++ compilers that found Operand(0)
3234 ambiguous.
3235
3236
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000032372010-09-06: Version 2.4.1
3238
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003239 Added the ability for an embedding application to receive a callback
3240 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3241 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003242
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003243 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003244
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003245 Fixed memory overrun crash bug triggered during V8's tick-based
3246 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003247
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003248 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003249
3250
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000032512010-09-01: Version 2.4.0
3252
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003253 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3254 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003255
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003256 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003257 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003258
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003259 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003260
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003261 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003262
3263
ricow@chromium.org65fae842010-08-25 15:26:24 +000032642010-08-25: Version 2.3.11
3265
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003266 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003267
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003268 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003269 VARIANT_FLAGS that allows specification of sets of flags with which
3270 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003271
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003272 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003273
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003274 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003275
3276
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000032772010-08-23: Version 2.3.10
3278
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003279 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003280
3281 Build fixes for unusual compilers.
3282
3283 Track high water mark for RWX memory.
3284
3285 Performance improvements on all platforms.
3286
3287
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000032882010-08-18: Version 2.3.9
3289
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003290 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003291
3292 Removed specialized handling of GCC 4.4 (issue 830).
3293
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003294 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003295 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3296
ricow@chromium.org65fae842010-08-25 15:26:24 +00003297 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003298
3299
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000033002010-08-16: Version 2.3.8
3301
3302 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3303
3304 Fixed issue with incorrect handling of custom valueOf methods on
3305 string wrappers (issue 760).
3306
3307 Fixed compilation for ARMv4 (issue 590).
3308
3309 Improved performance.
3310
3311
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000033122010-08-11: Version 2.3.7
3313
3314 Reduced size of heap snapshots produced by heap profiler (issue 783).
3315
3316 Introduced v8::Value::IsRegExp method.
3317
3318 Fixed CPU profiler crash in start / stop sequence when non-existent
3319 name is passed (issue http://crbug.com/51594).
3320
3321 Introduced new indexed property query callbacks API (issue 816). This
3322 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3323 by default.
3324
3325 Removed support for object literal get/set with number/string
3326 property name.
3327
3328 Fixed handling of JSObject::elements in CalculateNetworkSize
3329 (issue 822).
3330
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003331 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003332
3333
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000033342010-08-09: Version 2.3.6
3335
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003336 RegExp literals create a new object every time they are evaluated
3337 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003338
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003339 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003340
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003341 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003342
3343
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000033442010-08-04: Version 2.3.5
3345
3346 Added support for ES5 property names. Object initialisers and
3347 dot-notation property access now allows keywords. Also allowed
3348 non-identifiers after "get" or "set" in an object initialiser.
3349
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003350 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003351
3352
whesse@chromium.orge90029b2010-08-02 11:52:17 +000033532010-08-02: Version 2.3.4
3354
3355 Fixed problems in implementation of ES5 function.prototype.bind.
3356
3357 Fixed error when using apply with arguments object on ARM (issue 784).
3358
3359 Added setting of global flags to debugger protocol.
3360
3361 Fixed an error affecting cached results of sin and cos (issue 792).
3362
3363 Removed memory leak from a boundary case where V8 is not initialized.
3364
3365 Fixed issue where debugger could set breakpoints outside the body
3366 of a function.
3367
3368 Fixed issue in debugger when using both live edit and step in features.
3369
3370 Added Number-letter (Nl) category to Unicode tables. These characters
3371 can now be used in identifiers.
3372
3373 Fixed an assert failure on X64 (issue 806).
3374
3375 Performance improvements on all platforms.
3376
3377
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000033782010-07-26: Version 2.3.3
3379
3380 Fixed error when building the d8 shell in a fresh checkout.
3381
3382 Implemented Function.prototype.bind (ES5 15.3.4.5).
3383
3384 Fixed an error in inlined stores on ia32.
3385
3386 Fixed an error when setting a breakpoint at the end of a function
3387 that does not end with a newline character.
3388
3389 Performance improvements on all platforms.
3390
3391
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000033922010-07-21: Version 2.3.2
3393
3394 Fixed compiler warnings when building with LLVM.
3395
3396 Fixed a bug with for-in applied to strings (issue 785).
3397
3398 Performance improvements on all platforms.
3399
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003400
ricow@chromium.org4980dff2010-07-19 08:33:45 +000034012010-07-19: Version 2.3.1
3402
3403 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3404
3405 Fixed bug related to code flushing while compiling a lazy
3406 compilable function (issue http://crbug.com/49099).
3407
3408 Performance improvements on all platforms.
3409
3410
ager@chromium.orgb5737492010-07-15 09:29:43 +000034112010-07-15: Version 2.3.0
3412
3413 Added ES5 Object.seal and Object.isSealed.
3414
3415 Added debugger API for scheduling debugger commands from a
3416 separate thread.
3417
3418
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000034192010-07-14: Version 2.2.24
3420
3421 Added API for capturing stack traces for uncaught exceptions.
3422
3423 Fixed crash bug when preparsing from a non-external V8 string
3424 (issue 775).
3425
3426 Fixed JSON.parse bug causing input not to be converted to string
3427 (issue 764).
3428
3429 Added ES5 Object.freeze and Object.isFrozen.
3430
3431 Performance improvements on all platforms.
3432
3433
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000034342010-07-07: Version 2.2.23
3435
3436 API change: Convert Unicode code points outside the basic multilingual
3437 plane to the replacement character. Previous behavior was to silently
3438 truncate the value to 16 bits.
3439
3440 Fixed crash: handle all flat string types in regexp replace.
3441
3442 Prevent invalid pre-parsing data passed in through the API from
3443 crashing V8.
3444
3445 Performance improvements on all platforms.
3446
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003447
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000034482010-07-05: Version 2.2.22
3449
3450 Added ES5 Object.isExtensible and Object.preventExtensions.
3451
3452 Enabled building V8 as a DLL.
3453
3454 Fixed a bug in date code where -0 was not interpreted as 0
3455 (issue 736).
3456
3457 Performance improvements on all platforms.
3458
3459
lrn@chromium.org32d961d2010-06-30 09:09:34 +000034602010-06-30: Version 2.2.21
3461
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003462 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003463
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003464 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003465
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003466 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003467
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003468 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003469
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003470 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003471
3472 Provide actual breakpoints locations in response to setBreakpoint
3473 and listBreakpoints requests.
3474
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003475
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000034762010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003477
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003478 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003479
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003480 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003481
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003482 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003483
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003484 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003485 miscalculated for some inputs.
3486
3487 Performance improvements on all platforms.
3488
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003489
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000034902010-06-23: Version 2.2.19
3491
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003492 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003493 (issue 738).
3494
3495 Added expose-externalize-string flag for testing extensions.
3496
3497 Resolve linker issues with using V8 as a DLL causing a number of
3498 problems with unresolved symbols.
3499
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003500 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003501 defined.
3502
3503 Performance improvements on all platforms.
3504
3505
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000035062010-06-16: Version 2.2.18
3507
3508 Added API functions to retrieve information on indexed properties
3509 managed by the embedding layer. Fixes bug 737.
3510
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003511 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003512
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003513 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003514
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003515 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003516
3517 Incremental performance improvements.
3518
3519
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000035202010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003521
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003522 Improved debugger support for stepping out of functions.
3523
3524 Incremental performance improvements.
3525
3526
35272010-06-09: Version 2.2.16
3528
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003529 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003530 disposal of external string resources to call a virtual Dispose
3531 method on the resource.
3532
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003533 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003534 stepping.
3535
3536 Memory usage improvements on all platforms.
3537
3538
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000035392010-06-07: Version 2.2.15
3540
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003541 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003542
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003543 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003544 some compilers complaint when compiling with -Werror.
3545
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003546 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003547
3548
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000035492010-06-02: Version 2.2.14
3550
3551 Fixed a crash in code generated for String.charCodeAt.
3552
3553 Fixed a compilation issue with some GCC versions (issue 727).
3554
3555 Performance optimizations on x64 and ARM platforms.
3556
3557
ricow@chromium.org30ce4112010-05-31 10:38:25 +000035582010-05-31: Version 2.2.13
3559
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003560 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003561 strings (issue 599).
3562
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003563 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003564
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003565 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003566
3567 Performance improvements on all platforms.
3568
3569
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000035702010-05-26: Version 2.2.12
3571
3572 Allowed accessors to be defined on objects rather than just object
3573 templates.
3574
3575 Changed the ScriptData API.
3576
3577
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000035782010-05-21: Version 2.2.11
3579
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003580 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003581
3582 Use 'full compiler' when debugging is active. This should increase
3583 the density of possible break points, making single step more fine
3584 grained. This will only take effect for functions compiled after
3585 debugging has been started, so recompilation of all functions is
3586 required to get the full effect. IA32 and x64 only for now.
3587
3588 Misc. fixes to the Solaris build.
3589
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003590 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003591
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003592 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003593
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003594 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003595
3596 Incremental performance improvements in all backends.
3597
3598
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000035992010-05-17: Version 2.2.10
3600
3601 Performance improvements in the x64 and ARM backends.
3602
3603
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000036042010-05-10: Version 2.2.9
3605
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003606 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003607
3608 Fixed bug with Date.parse returning a non-NaN value when called on a
3609 non date string (issue 696).
3610
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003611 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003612 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003613
3614 C++ API for retrieving JavaScript stack trace information.
3615
3616
ager@chromium.orgac091b72010-05-05 07:34:42 +000036172010-05-05: Version 2.2.8
3618
3619 Performance improvements in the x64 and ARM backends.
3620
3621
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000036222010-05-03: Version 2.2.7
3623
3624 Added support for ES5 date time string format to Date.parse.
3625
3626 Performance improvements in the x64 backend.
3627
3628
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000036292010-04-28: Version 2.2.6
3630
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003631 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003632 (by Ryan Dahl <coldredlemur@gmail.com>).
3633
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003634 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003635
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003636 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003637
3638 Performance improvements on all platforms.
3639
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003640
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000036412010-04-26: Version 2.2.5
3642
3643 Various performance improvements (especially for ARM and x64)
3644
3645 Fixed bug in CPU profiling (http://crbug.com/42137)
3646
3647 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003648
3649 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003650 wrong calculations.
3651
3652 Fixed a bug that may cause a wrong result for shift operations.
3653
3654
36552010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003656
3657 Fixed warnings on arm on newer GCC versions.
3658
3659 Fixed a number of minor bugs.
3660
3661 Performance improvements on all platforms.
3662
3663
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000036642010-04-14: Version 2.2.3
3665
3666 Added stack command and mem command to ARM simulator debugger.
3667
3668 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3669
3670 Performance improvements on all platforms.
3671
3672
ager@chromium.org357bf652010-04-12 11:30:10 +000036732010-04-12: Version 2.2.2
3674
3675 Introduced new profiler API.
3676
3677 Fixed random number generator to produce full 32 random bits.
3678
3679
lrn@chromium.org25156de2010-04-06 13:10:27 +000036802010-04-06: Version 2.2.1
3681
3682 Debugger improvements.
3683
3684 Fixed minor bugs.
3685
3686
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000036872010-03-29: Version 2.2.0
3688
3689 Fixed a few minor bugs.
3690
3691 Performance improvements for string operations.
3692
3693
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000036942010-03-26: Version 2.1.10
3695
3696 Fixed scons build issues.
3697
3698 Fixed a couple of minor bugs.
3699
3700
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000037012010-03-25: Version 2.1.9
3702
3703 Added API support for reattaching a global object to a context.
3704
3705 Extended debugger API with access to the internal debugger context.
3706
3707 Fixed Chromium crashes (issues http://crbug.com/39128 and
3708 http://crbug.com/39160)
3709
3710
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000037112010-03-24: Version 2.1.8
3712
3713 Added fine-grained garbage collection callbacks to the API.
3714
3715 Performance improvements on all platforms.
3716
3717
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000037182010-03-22: Version 2.1.7
3719
3720 Fixed issue 650.
3721
3722 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003723
3724 Performance improvements for arithmetic operations.
3725
3726 Performance improvements for string operations.
3727
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003728 Print script name and line number information in stack trace.
3729
3730
37312010-03-17: Version 2.1.6
3732
3733 Performance improvements for arithmetic operations.
3734
3735 Performance improvements for string operations.
3736
3737
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000037382010-03-10: Version 2.1.4
3739
3740 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3741
3742 Performance improvements on all platforms.
3743
3744
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000037452010-03-10: Version 2.1.3
3746
3747 Added API method for context-disposal notifications.
3748
3749 Added API method for accessing elements by integer index.
3750
3751 Added missing implementation of Uint32::Value and Value::IsUint32
3752 API methods.
3753
3754 Added IsExecutionTerminating API method.
3755
3756 Disabled strict aliasing for GCC 4.4.
3757
3758 Fixed string-concatenation bug (issue 636).
3759
3760 Performance improvements on all platforms.
3761
3762
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000037632010-02-23: Version 2.1.2
3764
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003765 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003766
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003767 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003768
3769 Performance improvements on all platforms.
3770
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003771
ager@chromium.org5c838252010-02-19 08:53:10 +000037722010-02-19: Version 2.1.1
3773
3774 [ES5] Implemented Object.defineProperty.
3775
3776 Improved profiler support.
3777
3778 Added SetPrototype method in the public V8 API.
3779
3780 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3781 objects in the API.
3782
3783 Performance improvements on all platforms.
3784
3785
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000037862010-02-03: Version 2.1.0
3787
3788 Values are now always wrapped in objects when used as a receiver.
3789 (issue 223).
3790
3791 [ES5] Implemented Object.getOwnPropertyNames.
3792
3793 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3794 JSON grammar.
3795
3796 Improvement of debugger agent (issue 549 and 554).
3797
3798 Fixed problem with skipped stack frame in profiles (issue 553).
3799
3800 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3801 <ry@tinyclouds.org>.
3802
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003803 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003804 integers.
3805
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003806 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003807 functions (isue http://crbug.com/3867).
3808
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003809 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003810
3811 Numerous performance improvements including porting of previous IA-32
3812 optimizations to x64 and ARM architectures.
3813
3814
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000038152010-01-14: Version 2.0.6
3816
3817 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3818 GetOwnProperty, FromPropertyDescriptor.
3819
3820 Fixed Mac x64 build errors.
3821
3822 Improved performance of some math and string operations.
3823
3824 Improved performance of some regexp operations.
3825
3826 Improved performance of context creation.
3827
3828 Improved performance of hash tables.
3829
3830
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000038312009-12-18: Version 2.0.5
3832
3833 Extended to upper limit of map space to allow for 7 times as many map
3834 to be allocated (issue 524).
3835
3836 Improved performance of code using closures.
3837
3838 Improved performance of some binary operations involving doubles.
3839
3840
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000038412009-12-16: Version 2.0.4
3842
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003843 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003844
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003845 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003846
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003847 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003848
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003849 Improved handling of external strings by using a separate table
3850 instead of weak handles. This improves garbage collection
3851 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003852
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003853 Changed code generation for object and array literals in toplevel
3854 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003855
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003856 Fixed a crash bug triggered when garbage collection happened during
3857 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003858
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003859 Fixed crash bug sometimes triggered when local variables shadowed
3860 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003861
3862
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000038632009-12-03: Version 2.0.3
3864
3865 Optimized handling and adding of strings, for-in and Array.join.
3866
3867 Heap serialization is now non-destructive.
3868
3869 Improved profiler support with information on time spend in C++
3870 callbacks registered through the API.
3871
3872 Added commands to the debugger protocol for starting/stopping
3873 profiling.
3874
3875 Enabled the non-optimizing compiler for top-level code.
3876
3877 Changed the API to only allow strings to be set as data objects on
3878 Contexts and scripts to avoid potentially keeping global objects
3879 around for too long (issue 528).
3880
3881 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3882
3883 Fixed bugs.
3884
3885
ager@chromium.org01beca72009-11-24 14:29:16 +000038862009-11-24: Version 2.0.2
3887
3888 Improved profiler support.
3889
3890 Fixed bug that broke compilation of d8 with readline support.
3891
3892
ager@chromium.org6141cbe2009-11-20 12:14:52 +000038932009-11-20: Version 2.0.1
3894
3895 Fixed crash bug in String.prototype.replace.
3896
3897 Reverted a change which caused Chromium interactive ui test
3898 failures.
3899
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003900
ager@chromium.orgc4c92722009-11-18 14:12:51 +000039012009-11-18: Version 2.0.0
3902
3903 Added support for VFP on ARM.
3904
3905 Added TryCatch::ReThrow method to the API.
3906
3907 Reduced the size of snapshots and improved the snapshot load time.
3908
3909 Improved heap profiler support.
3910
3911 64-bit version now supported on Windows.
3912
3913 Fixed a number of debugger issues.
3914
3915 Fixed bugs.
3916
3917
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000039182009-10-29: Version 1.3.18
3919
3920 Reverted a change which caused crashes in RegExp replace.
3921
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003922 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003923
3924
ager@chromium.org3811b432009-10-28 14:53:37 +000039252009-10-28: Version 1.3.17
3926
3927 Added API method to get simple heap statistics.
3928
3929 Improved heap profiler support.
3930
3931 Fixed the implementation of the resource constraint API so it
3932 works when using snapshots.
3933
3934 Fixed a number of issues in the Windows 64-bit version.
3935
3936 Optimized calls to API getters.
3937
3938 Added valgrind notification on code modification to the 64-bit version.
3939
3940 Fixed issue where we logged shared library addresses on Windows at
3941 startup and never used them.
3942
3943
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000039442009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003945
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003946 X64: Convert smis to holding 32 bits of payload.
3947
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003948 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003949
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003950 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003951
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003952 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003953 Patch by Jan de Mooij <jandemooij@gmail.com>
3954
3955 Implement ES5 Array.isArray
3956 Patch by Jan de Mooij <jandemooij@gmail.com>
3957
3958 Skip access checks for hidden properties.
3959
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003960 Added String::Concat(Handle<String> left, Handle<String> right) to the
3961 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003962
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003963 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003964
3965
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000039662009-10-07: Version 1.3.15
3967
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003968 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003969
3970 Fixed a crash bug happening when starting profiling (issue
3971 http://crbug.com/23768).
3972
3973
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000039742009-10-07: Version 1.3.14
3975
3976 Added GetRealNamedProperty to the API to lookup real properties
3977 located on the object or in the prototype chain skipping any
3978 interceptors.
3979
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003980 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003981 stack limit now needs to be set to each thread thich is used with V8.
3982
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003983 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003984
3985 Ensure V8 is initialized before locking and unlocking threads.
3986
3987 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003988 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003989 Crockford from the project.
3990
3991 Added a missing optimization in StringCharAt.
3992
3993 Fixed some flaky socket tests.
3994
3995 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3996 in 64-bit mode.
3997
3998 Fixed memory leaks in the thread management code.
3999
4000 Fixed the result of assignment to a pixel array. The assigned value
4001 is now the result.
4002
4003 Error reporting for invalid left-hand sides in for-in statements, pre-
4004 and postfix count expressions, and assignments now matches the JSC
4005 behavior in Safari 4.
4006
4007 Follow the spec in disallowing function declarations without a name.
4008
4009 Always allocate code objects within a 2 GB range. On x64 architecture
4010 this is used to use near calls (32-bit displacement) in Code objects.
4011
4012 Optimized array construction ported to x64 and ARM architectures.
4013
4014 [ES5] Changed Object.keys to return strings for element indices.
4015
4016
ager@chromium.org68e7ab72009-09-23 09:40:39 +000040172009-09-23: Version 1.3.13
4018
4019 Fixed uninitialized memory problem.
4020
4021 Improved heap profiler support.
4022
4023
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000040242009-09-22: Version 1.3.12
4025
4026 Changed behavior of |function|.toString() on built-in functions to
4027 be compatible with other implementations. Patch by Jan de Mooij.
4028
4029 Added Object::IsDirty in the API.
4030
4031 Optimized array construction; it is now handled purely in native
4032 code.
4033
4034 [ES5] Made properties of the arguments array enumerable.
4035
4036 [ES5] Added test suite adapter for the es5conform test suite.
4037
4038 [ES5] Added Object.keys function.
4039
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004040
ager@chromium.org4af710e2009-09-15 12:20:11 +000040412009-09-15: Version 1.3.11
4042
4043 Fixed crash in error reporting during bootstrapping.
4044
4045 Optimized generated IA32 math code by using SSE2 instructions when
4046 available.
4047
4048 Implemented missing pieces of debugger infrastructure on ARM. The
4049 debugger is now fully functional on ARM.
4050
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004051 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004052
4053
ager@chromium.orga1645e22009-09-09 19:27:10 +000040542009-09-09: Version 1.3.10
4055
4056 Fixed profiler on Mac in 64-bit mode.
4057
4058 Optimized creation of objects from simple constructor functions on
4059 ARM.
4060
4061 Fixed a number of debugger issues.
4062
4063 Reduced the amount of memory consumed by V8.
4064
4065
ager@chromium.org18ad94b2009-09-02 08:22:29 +000040662009-09-02: Version 1.3.9
4067
4068 Optimized stack guard checks on ARM.
4069
4070 Optimized API operations by inlining more in the API.
4071
4072 Optimized creation of objects from simple constructor functions.
4073
4074 Enabled a number of missing optimizations in the 64-bit port.
4075
4076 Implemented native-code support for regular expressions on ARM.
4077
4078 Stopped using the 'sahf' instruction on 64-bit machines that do
4079 not support it.
4080
4081 Fixed a bug in the support for forceful termination of JavaScript
4082 execution.
4083
4084
ager@chromium.org96c75b52009-08-26 09:13:16 +000040852009-08-26: Version 1.3.8
4086
4087 Changed the handling of idle notifications to allow idle
4088 notifications when V8 has not yet been initialized.
4089
4090 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004091
ager@chromium.org96c75b52009-08-26 09:13:16 +00004092
ager@chromium.orgab99eea2009-08-25 07:05:41 +000040932009-08-25: Version 1.3.7
4094
4095 Reduced the size of generated code on ARM platforms by reducing
4096 the size of constant pools.
4097
4098 Changed build files to not include the 'ENV' user environment
4099 variable in the build environment.
4100
4101 Changed the handling of idle notifications.
4102
4103
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000041042009-08-21: Version 1.3.6
4105
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004106 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004107
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004108 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004109 a low memory situation to V8.
4110
4111 Changed the handling of global handles (persistent handles in the API
4112 sense) to avoid issues regarding allocation of new global handles
4113 during weak handle callbacks.
4114
4115 Changed the growth policy of the young space.
4116
4117 Fixed a GC issue introduced in version 1.3.5.
4118
4119
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000041202009-08-19: Version 1.3.5
4121
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004122 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004123
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004124 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004125
4126 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4127
4128 Changed typeof RegExp from 'object' to 'function' for compatibility.
4129 Fixed bug where regexps were not callable across contexts.
4130
4131 Added context independent script compilation to the API.
4132
4133 Added API call to get the stack trace for an exception.
4134
4135 Added API for getting object mirrors.
4136
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004137 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004138 running off a snapshot generated without using SSE3 instructions.
4139
4140 Tweaked the handling of the initial size and growth policy of the heap.
4141
4142 Added native code generation for RegExp to 64-bit version.
4143
4144 Added JavaScript debugger support to 64-bit version.
4145
4146
ager@chromium.orgadd848f2009-08-13 12:44:13 +000041472009-08-13: Version 1.3.4
4148
4149 Added a readline() command to the d8 shell.
4150
4151 Fixed bug in json parsing.
4152
4153 Added idle notification to the API and reduced memory on idle
4154 notifications.
4155
4156
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000041572009-08-12: Version 1.3.3
4158
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004159 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004160
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004161 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004162
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004163 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004164
4165 API: added function to find instance of template in prototype
4166 chain. Inlined Object::IsInstanceOf.
4167
4168 Land change to notify valgrind when we modify code on x86.
4169
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004170 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004171
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004172 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004173
4174
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000041752009-08-05: Version 1.3.2
4176
4177 Started new compiler infrastructure for two-pass compilation using a
4178 control flow graph constructed from the AST.
4179
4180 Profiler stack sampling for X64.
4181
4182 Safe handling of NaN to Posix platform-dependent time functions.
4183
4184 Added a new profiler control API to unify controlling various aspects
4185 of profiling.
4186
4187 Fixed issue 392.
4188
4189
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000041902009-07-30: Version 1.3.1
4191
4192 Speed improvements to accessors and interceptors.
4193
4194 Added support for capturing stack information on custom errors.
4195
4196 Added support for morphing an object into a pixel array where its
4197 indexed properties are stored in an external byte array. Values written
4198 are always clamped to the 0..255 interval.
4199
4200 Profiler on x64 now handles C/C++ functions from shared libraries.
4201
4202 Changed the debugger to avoid stepping into function.call/apply if the
4203 function is a built-in.
4204
4205 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004206
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004207 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004208
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004209 Optimized the called as constructor check for API calls.
4210
4211
kasperl@chromium.orge959c182009-07-27 08:59:04 +000042122009-07-27: Version 1.3.0
4213
4214 Allowed RegExp objects to be called as functions (issue 132).
4215
4216 Fixed issue where global property cells would escape after
4217 detaching the global object; see http://crbug.com/16276.
4218
4219 Added support for stepping into setters and getters in the
4220 debugger.
4221
4222 Changed the debugger to avoid stopping in its own JavaScript code
4223 and in the code of built-in functions.
4224
4225 Fixed issue 345 by avoiding duplicate escaping labels.
4226
4227 Fixed ARM code generator crash in short-circuited boolean
4228 expressions and added regression tests.
4229
4230 Added an external allocation limit to avoid issues where small V8
4231 objects would hold on to large amounts of external memory without
4232 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004233
4234 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004235
4236
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000042372009-07-13: Version 1.2.14
4238
4239 Added separate paged heap space for global property cells and
4240 avoid updating the write barrier when storing into them.
4241
4242 Improved peep-hole optimization on ARM platforms by not emitting
4243 unnecessary debug information.
4244
4245 Re-enabled ICs for loads and calls that skip a global object
4246 during lookup through the prototype chain.
4247
4248 Allowed access through global proxies to use ICs.
4249
4250 Fixed issue 401.
4251
4252
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000042532009-07-09: Version 1.2.13
4254
4255 Fixed issue 397, issue 398, and issue 399.
4256
4257 Added support for breakpoint groups.
4258
4259 Fixed bugs introduced with the new global object representation.
4260
4261 Fixed a few bugs in the ARM code generator.
4262
4263
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000042642009-07-06: Version 1.2.12
4265
4266 Added stack traces collection to Error objects accessible through
4267 the e.stack property.
4268
4269 Changed RegExp parser to use a recursive data structure instead of
4270 stack-based recursion.
4271
4272 Optimized Date object construction and string concatenation.
4273
4274 Improved performance of div, mod, and mul on ARM platforms.
4275
4276
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000042772009-07-02: Version 1.2.11
4278
4279 Improved performance on IA-32 and ARM.
4280
4281 Fixed profiler sampler implementation on Mac OS X.
4282
4283 Changed the representation of global objects to improve
4284 performance of adding a lot of new properties.
4285
4286
ager@chromium.org3e875802009-06-29 08:26:34 +000042872009-06-29: Version 1.2.10
4288
4289 Improved debugger support.
4290
4291 Fixed bug in exception message reporting (issue 390).
4292
4293 Improved overall performance.
4294
4295
ager@chromium.org5aa501c2009-06-23 07:57:28 +000042962009-06-23: Version 1.2.9
4297
4298 Improved math performance on ARM.
4299
4300 Fixed profiler name-inference bug.
4301
4302 Fixed handling of shared libraries in the profiler tick processor
4303 scripts.
4304
4305 Fixed handling of tests that time out in the test scripts.
4306
4307 Fixed compilation on MacOS X version 10.4.
4308
4309 Fixed two bugs in the regular expression engine.
4310
4311 Fixed a bug in the string type inference.
4312
4313 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004314
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004315 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004316
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004317
ager@chromium.orgeadaf222009-06-16 09:43:10 +000043182009-06-16: Version 1.2.8
4319
4320 Optimized math on ARM platforms.
4321
4322 Fixed two crash bugs in the handling of getters and setters.
4323
4324 Improved the debugger support by adding scope chain information.
4325
4326 Improved the profiler support by compressing log data transmitted
4327 to clients.
4328
4329 Improved overall performance.
4330
4331
ager@chromium.orge2902be2009-06-08 12:21:35 +000043322009-06-08: Version 1.2.7
4333
4334 Improved debugger and profiler support.
4335
4336 Reduced compilation time by improving the handling of deferred
4337 code.
4338
4339 Optimized interceptor accesses where the property is on the object
4340 on which the interceptors is attached.
4341
4342 Fixed compilation problem on GCC 4.4 by changing the stack
4343 alignment to 16 bytes.
4344
4345 Fixed handle creation to follow stric aliasing rules.
4346
4347 Fixed compilation on FreeBSD.
4348
4349 Introduced API for forcing the deletion of a property ignoring
4350 interceptors and attributes.
4351
4352
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000043532009-05-29: Version 1.2.6
4354
4355 Added a histogram recording hit rates at different levels of the
4356 compilation cache.
4357
4358 Added stack overflow check for the RegExp analysis phase. Previously a
4359 very long regexp graph could overflow the stack with recursive calls.
4360
4361 Use a dynamic buffer when collecting log events in memory.
4362
4363 Added start/stop events to the profiler log.
4364
4365 Fixed infinite loop which could happen when setting a debug break while
4366 executing a RegExp compiled to native code.
4367
4368 Fixed handling of lastIndexOf called with negative index (issue 351).
4369
4370 Fixed irregular crash in profiler test (issue 358).
4371
4372 Fixed compilation issues with some versions of gcc.
4373
4374
kasperl@chromium.org71affb52009-05-26 05:44:31 +000043752009-05-26: Version 1.2.5
4376
4377 Fixed bug in initial boundary check for Boyer-Moore text
4378 search (issue 349).
4379
4380 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4381 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4382 Craig Schlenter.
4383
4384 Added a script cache to the debugger.
4385
4386 Optimized compilation performance by improving internal data
4387 structures and avoiding expensive property load optimizations for
4388 code that's infrequently executed.
4389
4390 Exposed the calling JavaScript context through the static API
4391 function Context::GetCalling().
4392
4393
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000043942009-05-18: Version 1.2.4
4395
4396 Improved performance of floating point number allocation for ARM
4397 platforms.
4398
4399 Fixed crash when using the instanceof operator on functions with
4400 number values in their prototype chain (issue 341).
4401
4402 Optimized virtual frame operations in the code generator to speed
4403 up compilation time and allocated the frames in the zone.
4404
4405 Made the representation of virtual frames and jump targets in the
4406 code generator much more compact.
4407
4408 Avoided linear search for non-locals in scope code when resolving
4409 variables inside with and eval scopes.
4410
4411 Optimized lexical scanner by dealing with whitespace as part of
4412 the token scanning instead of as a separate step before it.
4413
4414 Changed the scavenging collector so that promoted objects do not
4415 reside in the old generation while their remembered set is being
4416 swept for pointers into the young generation.
4417
4418 Fixed numeric overflow handling when compiling count operations.
4419
4420
ager@chromium.org9085a012009-05-11 19:22:57 +000044212009-05-11: Version 1.2.3
4422
4423 Fixed bug in reporting of out-of-memory situations.
4424
4425 Introduced hidden prototypes on certain builtin prototype objects
4426 such as String.prototype to emulate JSC's behavior of restoring
4427 the original function when deleting functions from those prototype
4428 objects.
4429
4430 Fixed crash bug in the register allocator.
4431
4432
ager@chromium.org5ec48922009-05-05 07:25:34 +000044332009-05-04: Version 1.2.2
4434
4435 Fixed bug in array sorting for sparse arrays (issue 326).
4436
4437 Added support for adding a soname when building a shared library
4438 on Linux (issue 151).
4439
4440 Fixed bug caused by morphing internal ASCII strings to external
4441 two-byte strings. Slices over ASCII strings have to forward ASCII
4442 checks to the underlying buffer string.
4443
4444 Allowed API call-as-function handlers to be called as
4445 constructors.
4446
4447 Fixed a crash bug where an external string was disposed but a
4448 slice of the external string survived as a symbol.
4449
4450
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000044512009-04-27: Version 1.2.1
4452
4453 Added EcmaScript 5 JSON object.
4454
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004455 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004456
4457
ager@chromium.org65dad4b2009-04-23 08:48:43 +000044582009-04-23: Version 1.2.0
4459
4460 Optimized floating-point operations on ARM.
4461
4462 Added a number of extensions to the debugger API.
4463
4464 Changed the enumeration order for unsigned integer keys to always
4465 be numerical order.
4466
4467 Added a "read" extension to the shell sample.
4468
4469 Added support for Array.prototype.reduce and
4470 Array.prototype.reduceRight.
4471
4472 Added an option to the SCons build to control Microsoft Visual C++
4473 link-time code generation.
4474
4475 Fixed a number of bugs (in particular issue 315, issue 316,
4476 issue 317 and issue 318).
4477
4478
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000044792009-04-15: Version 1.1.10
4480
4481 Fixed crash bug that occurred when loading a const variable in the
4482 presence of eval.
4483
4484 Allowed using with and eval in registered extensions in debug mode
4485 by fixing bogus assert.
4486
4487 Fixed the source position for function returns to enable the
4488 debugger to break there.
4489
4490
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000044912009-04-14: Version 1.1.9
4492
4493 Made the stack traversal code in the profiler robust by avoiding
4494 to look into the heap.
4495
4496 Added name inferencing for anonymous functions to facilitate
4497 debugging and profiling.
4498
4499 Re-enabled stats timers in the developer shell (d8).
4500
4501 Fixed issue 303 by avoiding to shortcut cons-symbols.
4502
4503
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000045042009-04-11: Version 1.1.8
4505
4506 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4507
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004508 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004509 the debugger (issue 269).
4510
4511 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4512 are no hidden properties.
4513
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004514 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004515 entries with deleted resources would lead to NPEs when looking
4516 up in the symbol table.
4517
4518
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000045192009-04-07: Version 1.1.7
4520
4521 Added support for easily importing additional environment
4522 variables into the SCons build.
4523
4524 Optimized strict equality checks.
4525
4526 Fixed crash in indexed setters on objects without a corresponding
4527 getter (issue 298).
4528
4529 Re-enabled script compilation cache.
4530
4531
ager@chromium.org8682a592009-04-01 10:47:14 +000045322009-04-01: Version 1.1.6
4533
4534 Reverted an unsafe code generator change.
4535
4536
ager@chromium.org71daaf62009-04-01 07:22:49 +000045372009-04-01: Version 1.1.5
4538
4539 Fixed bug that caused function literals to not be optimized as
4540 much as other functions.
4541
4542 Improved profiler support.
4543
4544 Fixed a crash bug in connection with debugger unloading.
4545
4546 Fixed a crash bug in the code generator caused by losing the
4547 information that a frame element was copied.
4548
4549 Fixed an exception propagation bug that could cause non-null
4550 return values when exceptions were thrown.
4551
4552
ager@chromium.org41826e72009-03-30 13:30:57 +000045532009-03-30: Version 1.1.4
4554
4555 Optimized String.prototype.match.
4556
4557 Improved the stack information in profiles.
4558
4559 Fixed bug in ARM port making it possible to compile the runtime
4560 system for thumb mode again.
4561
4562 Implemented a number of optimizations in the code generator.
4563
4564 Fixed a number of memory leaks in tests.
4565
4566 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004567 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004568
4569
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000045702009-03-24: Version 1.1.3
4571
4572 Fixed assertion failures in compilation of loop conditions.
4573
4574 Removed STL dependency from developer shell (d8).
4575
4576 Added infrastructure for protecting the V8 heap from corruption
4577 caused by memory modifications from the outside.
4578
4579
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000045802009-03-24: Version 1.1.2
4581
4582 Improved frame merge code generated by the code generator.
4583
4584 Optimized String.prototype.replace.
4585
4586 Implemented __defineGetter__ and __defineSetter__ for properties
4587 with integer keys on non-array objects.
4588
4589 Improved debugger and profiler support.
4590
4591 Fixed a number of portability issues to allow compilation for
4592 smaller ARM devices.
4593
4594 Exposed object cloning through the API.
4595
4596 Implemented hidden properties. This is used to expose an identity
4597 hash for objects through the API.
4598
4599 Implemented restarting of regular expressions if their input
4600 string changes representation during preemption.
4601
4602 Fixed a code generator bug that could cause assignments in loops
4603 to be ignored if using continue to break out of the loop (issue
4604 284).
4605
4606
ager@chromium.org3a6061e2009-03-12 14:24:36 +000046072009-03-12: Version 1.1.1
4608
4609 Fixed an assertion in the new compiler to take stack overflow
4610 exceptions into account.
4611
4612 Removed exception propagation code that could cause crashes.
4613
4614 Fixed minor bug in debugger line number computations.
4615
4616 8-byte align the C stack on Linux and Windows to speed up floating
4617 point computations.
4618
4619
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000046202009-03-12: Version 1.1.0
4621
4622 Improved code generation infrastructure by doing simple register
4623 allocation and constant folding and propagation.
4624
4625 Optimized regular expression matching by avoiding to create
4626 intermediate string arrays and by flattening nested array
4627 representations of RegExp data.
4628
4629 Traverse a few stack frames when recording profiler samples to
4630 include partial call graphs in the profiling output.
4631
4632 Added support for using OProfile to profile generated code.
4633
4634 Added remote debugging support to the D8 developer shell.
4635
4636 Optimized creation of nested literals like JSON objects.
4637
4638 Fixed a bug in garbage collecting unused maps and turned it on by
4639 default (--collect-maps).
4640
4641 Added support for running tests under Valgrind.
4642
4643
kasperl@chromium.org061ef742009-02-27 12:16:20 +000046442009-02-27: Version 1.0.3
4645
4646 Optimized double-to-integer conversions in bit operations by using
4647 SSE3 instructions if available.
4648
4649 Optimized initialization sequences that store to multiple
4650 properties of the same object.
4651
4652 Changed the D8 debugger frontend to use JSON messages.
4653
4654 Force garbage collections when disposing contexts.
4655
4656 Align code objects at 32-byte boundaries.
4657
4658
ager@chromium.org381abbb2009-02-25 13:23:22 +000046592009-02-25: Version 1.0.2
4660
4661 Improved profiling support by performing simple call stack
4662 sampling for ticks and by fixing a bug in the logging of code
4663 addresses.
4664
4665 Fixed a number of debugger issues.
4666
4667 Optimized code that uses eval.
4668
4669 Fixed a couple of bugs in the regular expression engine.
4670
4671 Reduced the size of generated code for certain regular expressions.
4672
4673 Removed JSCRE completely.
4674
4675 Fixed issue where test could not be run if there was a dot in the
4676 checkout path.
4677
4678
ager@chromium.org6f10e412009-02-13 10:11:16 +000046792009-02-13: Version 1.0.1
4680
4681 Fixed two crash-bugs in irregexp (issue 231 and 233).
4682
4683 Fixed a number of minor bugs (issue 87, 227 and 228).
4684
4685 Added support for morphing strings to external strings on demand
4686 to avoid having to create copies in the embedding code.
4687
4688 Removed experimental support for external symbol callbacks.
4689
4690
iposva@chromium.org245aa852009-02-10 00:49:54 +000046912009-02-09: Version 1.0.0
4692
4693 Fixed crash-bug in the code generation for case independent 16 bit
4694 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004695
iposva@chromium.org245aa852009-02-10 00:49:54 +00004696 Made shells more robust in the presence of string conversion
4697 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004698
iposva@chromium.org245aa852009-02-10 00:49:54 +00004699 Fixed a potential infinite loop when attempting to resolve
4700 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004701
iposva@chromium.org245aa852009-02-10 00:49:54 +00004702 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004703
iposva@chromium.org245aa852009-02-10 00:49:54 +00004704 Reduced binary by stripping unneeded text from JavaScript library and
4705 minifying some JavaScript files.
4706
4707
ager@chromium.orgddb913d2009-01-27 10:01:48 +000047082009-01-27: Version 0.4.9
4709
4710 Enabled new regular expression engine.
4711
4712 Made a number of changes to the debugger protocol.
4713
4714 Fixed a number of bugs in the preemption support.
4715
4716 Added -p option to the developer shell to run files in parallel
4717 using preemption.
4718
4719 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4720 193, 198 and 201).
4721
4722 Fixed a number of bugs in the serialization/deserialization
4723 support for the ARM platform.
4724
4725
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000047262009-01-19: Version 0.4.8.1
4727
4728 Minor patch to debugger support.
4729
4730
ager@chromium.org32912102009-01-16 10:38:43 +000047312009-01-16: Version 0.4.8
4732
4733 Fixed string length bug on ARM (issue 171).
4734
4735 Made most methods in the API const.
4736
4737 Optimized object literals by improving data locality.
4738
4739 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004740 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004741
4742 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004743 eval to behave incorrectly when using accessors (issues 186, 190
4744 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004745
4746
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000047472009-01-06: Version 0.4.7
4748
ager@chromium.org32912102009-01-16 10:38:43 +00004749 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004750
ager@chromium.org32912102009-01-16 10:38:43 +00004751 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004752
ager@chromium.org32912102009-01-16 10:38:43 +00004753 Fixed subtle bug that caused the wrong 'this' to be used when
4754 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004755
ager@chromium.org32912102009-01-16 10:38:43 +00004756 Inline array loads within loops directly in the code instead of
4757 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004758
ager@chromium.org32912102009-01-16 10:38:43 +00004759
ager@chromium.org8bb60582008-12-11 12:02:20 +000047602008-12-11: Version 0.4.6
4761
4762 Fixed exception reporting bug where certain exceptions were
4763 incorrectly reported as uncaught.
4764
4765 Improved the memory allocation strategy used during compilation to
4766 make running out of memory when compiling huge scripts less
4767 likely.
4768
4769 Optimized String.replace by avoiding the construction of certain
4770 sub strings.
4771
4772 Fixed bug in code generation for large switch statements on ARM.
4773
4774 Fixed bug that caused V8 to change the global object template
4775 passed in by the user.
4776
4777 Changed the API for creating object groups used during garbage
4778 collection. Entire object groups are now passed to V8 instead of
4779 individual members of the groups.
4780
ager@chromium.org32912102009-01-16 10:38:43 +00004781
ager@chromium.orga74f0da2008-12-03 16:05:52 +000047822008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004783
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004784 Added experimental API support for allocating V8 symbols as
4785 external strings.
4786
4787 Fixed bugs in debugging support on ARM.
4788
4789 Changed eval implementation to correctly detect whether or not a
4790 call to eval is aliased.
4791
4792 Fixed bug caused by a combination of the compilation cache and
4793 dictionary probing in native code. The bug caused us to sometimes
4794 call functions that had not yet been compiled.
4795
4796 Added platform support for FreeBSD.
4797
4798 Added support for building V8 on Windows with either the shared or
4799 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004800
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004801 Added the v8::jscre namespace around the jscre functions to avoid
4802 link errors (duplicate symbols) when building Google Chrome.
4803
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004804 Added support for calling a JavaScript function with the current
4805 debugger execution context as its argument to the debugger
4806 interface.
4807
4808 Changed the type of names of counters from wchar_t to char.
4809
4810 Changed the Windows system call used to compute daylight savings
4811 time. The system call that we used to use became four times
4812 slower on WinXP SP3.
4813
4814 Added support in the d8 developer shell for memory-mapped counters
4815 and added a stats-viewer tool.
4816
4817 Fixed bug in upper/lower case mappings (issue 149).
4818
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004819
ager@chromium.org3bf7b912008-11-17 09:09:45 +000048202008-11-17: Version 0.4.4
4821
4822 Reduced code size by using shorter instruction encoding when
4823 possible.
4824
4825 Added a --help option to the shell sample and to the d8 shell.
4826
4827 Added visual studio project files for building the ARM simulator.
4828
4829 Fixed a number of ARM simulator issues.
4830
4831 Fixed bug in out-of-memory handling on ARM.
4832
4833 Implemented shell support for passing arguments to a script from
4834 the command line.
4835
4836 Fixed bug in date code that made certain date functions return -0
4837 instead of 0 for dates before the epoch.
4838
4839 Restricted applications of eval so it can only be used in the
4840 context of the associated global object.
4841
4842 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004843
4844
ager@chromium.org870a0b62008-11-04 11:43:05 +000048452008-11-04: Version 0.4.3
4846
4847 Added support for API accessors that prohibit overwriting by
4848 accessors defined in JavaScript code by using __defineGetter__ and
4849 __defineSetter__.
4850
4851 Improved handling of conditionals in test status files.
4852
4853 Introduced access control in propertyIsEnumerable.
4854
4855 Improved performance of some string operations by caching
4856 information about the type of the string between operations.
4857
4858 Fixed bug in fast-case code for switch statements that only have
4859 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004860
ager@chromium.org870a0b62008-11-04 11:43:05 +00004861
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000048622008-10-30: Version 0.4.2
4863
4864 Improved performance of Array.prototype.concat by moving the
4865 implementation to C++ (issue 123).
4866
4867 Fixed heap growth policy to avoid growing old space to its maximum
4868 capacity before doing a garbage collection and fixed issue that
4869 would lead to artificial out of memory situations (issue 129).
4870
4871 Fixed Date.prototype.toLocaleDateString to return the date in the
4872 same format as WebKit.
4873
4874 Added missing initialization checks to debugger API.
4875
4876 Added removing of unused maps during GC.
4877
4878
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000048792008-10-28: Version 0.4.1
4880
4881 Added caching of RegExp data in compilation cache.
4882
4883 Added Visual Studio project file for d8 shell.
4884
4885 Fixed function call performance regression introduced in version
4886 0.4.0 when splitting the global object in two parts (issue 120).
4887
4888 Fixed issue 131 by checking for empty handles before throwing and
4889 reporting exceptions.
4890
4891
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000048922008-10-23: Version 0.4.0
4893
4894 Split the global object into two parts: The state holding global
4895 object and the global object proxy.
4896
4897 Fixed bug that affected the value of an assignment to an element
4898 in certain cases (issue 116).
4899
4900 Added GetPropertyNames functionality (issue 33) and extra Date
4901 functions (issue 77) to the API.
4902
4903 Changed WeakReferenceCallback to take a Persistent<Value> instead
4904 of a Persistent<Object> (issue 101).
4905
4906 Fixed issues with message reporting for exceptions in try-finally
4907 blocks (issues 73 and 75).
4908
ager@chromium.org32912102009-01-16 10:38:43 +00004909 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004910
4911 Improved Boyer-Moore implementation for faster indexOf operations.
4912
4913 Added development shell (d8) which includes counters and
4914 completion support.
4915
4916 Fixed problem with the receiver passed to functions called from
4917 eval (issue 124).
4918
4919
ager@chromium.org7c537e22008-10-16 08:43:32 +000049202008-10-16: Version 0.3.5
4921
4922 Improved string hash-code distribution by excluding bit-field bits
4923 from the hash-code.
4924
4925 Changed string search algorithm used in indexOf from KMP to
4926 Boyer-Moore.
4927
4928 Improved the generated code for the instanceof operator.
4929
4930 Improved performance of slow-case string equality checks by
4931 specializing the code based on the string representation.
4932
4933 Improve the handling of out-of-memory situations (issue 70).
4934
4935 Improved performance of strict equality checks.
4936
4937 Improved profiler output to make it easier to see anonymous
4938 functions.
4939
4940 Improved performance of slow-case keyed loads.
4941
4942 Improved property access performance by allocating a number of
4943 properties in the front object.
4944
4945 Changed the toString behavior on the built-in object constructors
4946 to print [native code] instead of the actual source. Some web
4947 applications do not like constructors with complex toString
4948 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004949
ager@chromium.org7c537e22008-10-16 08:43:32 +00004950
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000049512008-10-06: Version 0.3.4
4952
4953 Changed Array.prototype.sort to use quick sort.
4954
4955 Fixed code generation issue where leaving a finally block with
4956 break or continue would accumulate elements on the expression
4957 stack (issue 86).
4958
4959 Made sure that the name accessor on functions returns the expected
4960 names for builtin JavaScript functions and C++ callback functions.
4961
4962 Added fast case code for extending the property storage array of
4963 JavaScript objects.
4964
4965 Ported switch statement optimizations introduced in version 0.3.3
4966 to the ARM code generator.
4967
4968 Allowed GCC to use strict-aliasing rules when compiling.
4969
4970 Improved performance of arguments object allocation by taking care
4971 of arguments adaptor frames in the generated code.
4972
4973 Updated the V8 benchmark suite to version 2.
4974
4975
ager@chromium.org236ad962008-09-25 09:45:57 +000049762008-09-25: Version 0.3.3
4977
4978 Improved handling of relocation information to enable more
4979 peep-hole optimizations.
4980
4981 Optimized switch statements where all labels are constant small
4982 integers.
4983
4984 Optimized String.prototype.indexOf for common cases.
4985
4986 Fixed more build issues (issue 80).
4987
4988 Fixed a couple of profiler issues.
4989
4990 Fixed bug where the body of a function created using the Function
4991 constructor was not allowed to end with a single-line comment
4992 (issue 85).
4993
4994 Improved handling of object literals by canonicalizing object
4995 literal maps. This will allow JSON objects with the same set of
4996 properties to share the same map making inline caching work better
4997 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004998
ager@chromium.org236ad962008-09-25 09:45:57 +00004999
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000050002008-09-17: Version 0.3.2
5001
5002 Generalized the EvalCache into a CompilationCache and enabled it
5003 for scripts too. The current strategy is to retire all entries
5004 whenever a mark-sweep collection is started.
5005
5006 Fixed bug where switch statements containing only a default case
5007 would lead to an unbalanced stack (issue 69).
5008
5009 Fixed bug that made access to the function in a named function
5010 expression impossible in certain situations (issue 24).
5011
5012 Fixed even more build issues.
5013
5014 Optimized calling conventions on ARM. The conventions on ARM and
5015 IA-32 now match.
5016
5017 Removed static initializers for flags and counters.
5018
5019 Improved inline caching behavior for uncommon cases where lazily
5020 loading Date and RegExp code could force certain code paths go
5021 megamorphic.
5022
5023 Removed arguments adaption for builtins written in C++. This
5024 makes Array.prototype.push and Array.prototype.pop slightly
5025 faster.
5026
5027
ager@chromium.org9258b6b2008-09-11 09:11:10 +000050282008-09-11: Version 0.3.1
5029
5030 Fixed a number of build issues.
5031
5032 Fixed problem with missing I-cache flusing on ARM.
5033
5034 Changed space layout in memory management by splitting up
5035 code space into old data space and code space.
5036
5037 Added utf-8 conversion support to the API (issue 57).
5038
5039 Optimized repeated calls to eval with the same strings. These
5040 repeated calls are common in web applications.
5041
5042 Added Xcode project file.
5043
5044 Optimized a couple of Array operation.
5045
5046 Fixed parser bug by checking for end-of-string when parsing break
5047 and continue (issue 35).
5048
5049 Fixed problem where asian characters were not categorized as
5050 letters.
5051
5052 Fixed bug that disallowed calling functions fetched from an array
5053 using a string as an array index (issue 32).
5054
5055 Fixed bug where the internal field count on object templates were
5056 sometimes ignored (issue 54).
5057
5058 Added -f option to the shell sample for compatibility with other
5059 engines (issue 18).
5060
5061 Added source info to TryCatches in the API.
5062
5063 Fixed problem where the seed for the random number generator was
5064 clipped in a double to unsigned int conversion.
5065
5066 Fixed bug where cons string symbols were sometimes converted to
5067 non-symbol flat strings during GC.
5068
5069 Fixed bug in error reporting when attempting to convert null to an
5070 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005071
5072
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000050732008-09-04: Version 0.3.0
5074
5075 Added support for running tests on the ARM simulator.
5076
5077 Fixed bug in the 'in' operator where negative indices were not
5078 treated correctly.
5079
5080 Fixed build issues on gcc-4.3.1.
5081
5082 Changed Date.prototype.toLocaleTimeString to not print the
5083 timezone part of the time.
5084
5085 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5086 with user code.
5087
5088
v8.team.kasperl727e9952008-09-02 14:56:44 +000050892008-09-02: Version 0.2.5
5090
5091 Renamed the top level directory 'public' to 'include'.
5092
5093 Added 'env' option to the SCons build scripts to support
5094 overriding the ENV part of the build environment. This is mostly
5095 to support Windows builds in cases where SCons cannot find the
5096 correct paths to the Windows SDK, as these paths cannot be passed
5097 through shell environment variables.
5098
5099 Enabled "Buffer Security Check" on for the Windows SCons build and
5100 added the linker option /OPT:ICF as an optimization.
5101
5102 Added the V8 benchmark suite to the repository.
5103
5104
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000051052008-09-01: Version 0.2.4
5106
5107 Included mjsunit JavaScript test suite and C++ unit tests.
5108
5109 Changed the shell sample to not print the result of executing a
5110 script provided on the command line.
5111
5112 Fixed issue when building samples on Windows using a shared V8
5113 library. Added visibility option on Linux build which makes the
5114 generated library 18% smaller.
5115
5116 Changed build system to accept multiple build modes in one build
5117 and generate separate objects, libraries and executables for each
5118 mode.
5119
5120 Removed deferred negation optimization (a * -b => -(a * b)) since
5121 this visibly changes operand conversion order.
5122
5123 Improved parsing performance by introducing stack guard in
5124 preparsing. Without a stack guard preparsing always bails out
5125 with stack overflow.
5126
5127 Changed shell sample to take flags directly from the command-line.
5128 Added API call that implements this.
5129
5130 Added load, quit and version functions to the shell sample so it's
5131 easier to run benchmarks and tests.
5132
5133 Fixed issue with building samples and cctests on 64-bit machines.
5134
5135 Fixed bug in the runtime system where the prototype chain was not
5136 always searched for a setter when setting a property that does not
5137 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005138
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005139
mads.s.agercbaa0602008-08-14 13:41:48 +000051402008-08-14: Version 0.2.3
5141
5142 Improved performance of garbage collection by moving the
5143 function that updates pointers during compacting collection
5144 into the updating visitor. This gives the compiler a better
5145 chance to inline and avoid a function call per (potential)
5146 pointer.
5147
5148 Extended the shell sample with a --runtime-flags option.
5149
5150 Added Visual Studio project files for the shell.cc and
5151 process.cc samples.
5152
5153
51542008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005155
5156 Improved performance of garbage collection by changing the way
5157 we use the marking stack in the event of stack overflow during
5158 full garbage collection and by changing the way we mark roots.
5159
5160 Cleaned up ARM version by removing top of stack caching and by
5161 introducing push/pop elimination.
5162
5163 Cleaned up the way runtime functions are called to allow
5164 runtime calls with no arguments.
5165
5166 Changed Windows build options to make sure that exceptions are
5167 disabled and that optimization flags are enabled.
5168
5169 Added first version of Visual Studio project files.
5170
5171
mads.s.agercbaa0602008-08-14 13:41:48 +000051722008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005173
5174 Improved performance of unary addition by avoiding runtime calls.
5175
5176 Fixed the handling of '>' and '<=' to use right-to-left conversion
5177 and left-to-right evaluation as specified by ECMA-262.
5178
5179 Fixed a branch elimination bug on the ARM platform where incorrect
5180 code was generated because of overly aggressive branch
5181 elimination.
5182
5183 Improved performance of code that repeatedly assigns the same
5184 function to the same property of different objects with the same
5185 map.
5186
5187 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5188 no longer expects DEBUG to be defined.
5189
5190 Added platform-nullos.cc to serve as the basis for new platform
5191 implementations.
5192
mads.s.ager31e71382008-08-13 09:32:07 +00005193
mads.s.agercbaa0602008-08-14 13:41:48 +000051942008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005195
5196 Changed all text files to have native svn:eol-style.
5197
5198 Added a few samples and support for building them. The samples
5199 include a simple shell that can be used to benchmark and test V8.
5200
5201 Changed V8::GetVersion to return the version as a string.
5202
5203 Added source for lazily loaded scripts to snapshots and made
5204 serialization non-destructive.
5205
5206 Improved ARM support by fixing the write barrier code to use
5207 aligned loads and stores and by removing premature locals
5208 optimization that relied on broken support for callee-saved
5209 registers (removed).
5210
5211 Refactored the code for marking live objects during garbage
5212 collection and the code for allocating objects in paged
5213 spaces. Introduced an abstraction for the map word of a heap-
5214 allocated object and changed the memory allocator to allocate
5215 executable memory only for spaces that may contain code objects.
5216
5217 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5218 they can be used by debugging and logging modules. Added
5219 thread-safe message queues for dealing with debugger events.
5220
5221 Fixed the source code reported by toString for certain builtin
5222 empty functions and made sure that the prototype property of a
5223 function is enumerable.
5224
5225 Improved performance of converting values to condition flags in
5226 generated code.
5227
5228 Merged disassembler-{arch} files.
5229
5230
mads.s.agercbaa0602008-08-14 13:41:48 +000052312008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005232
5233 Added support for storing JavaScript stack traces in a stack
5234 allocated buffer to make it visible in shallow core dumps.
5235 Controlled by the --preallocate-message-memory flag which is
5236 disabled by default.
5237
5238
mads.s.agercbaa0602008-08-14 13:41:48 +000052392008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005240
5241 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5242 map transitions would count as properties.
5243
5244 Allowed aliased eval invocations by treating them as evals in the
5245 global context. This may change in the future.
5246
5247 Added support for accessing the last entered context through the
5248 API and renamed Context::Current to Context::GetCurrent and
5249 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5250
5251 Fixed bug in the debugger that would cause the debugger scripts to
5252 be recursively loaded and changed all disabling of interrupts to
5253 be block-structured.
5254
5255 Made snapshot data read-only to allow it to be more easily shared
5256 across multiple users of V8 when linked as a shared library.
5257
5258
mads.s.agercbaa0602008-08-14 13:41:48 +000052592008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005260
5261 Fixed building on Mac OS X by recognizing i386 and friends as
5262 IA-32 platforms.
5263
5264 Added propagation of stack overflow exceptions that occur while
5265 compiling nested functions.
5266
5267 Improved debugger with support for recursive break points and
5268 handling of exceptions that occur in the debugger JavaScript code.
5269
5270 Renamed GetInternal to GetInternalField and SetInternal to
5271 SetInternalField in the API and moved InternalFieldCount and
5272 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5273
5274
mads.s.agercbaa0602008-08-14 13:41:48 +000052752008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005276
5277 Fixed bug in stack overflow check code for IA-32 targets where a
5278 non-tagged value in register eax was pushed to the stack.
5279
5280 Fixed potential quadratic behavior when converting strings to
5281 numbers.
5282
5283 Fixed bug where the return value from Object::SetProperty could
5284 end up being the property holder instead of the written value.
5285
5286 Improved debugger support by allowing nested break points and by
5287 dealing with stack-overflows when compiling functions before
5288 setting break points in them.
5289
5290
mads.s.agercbaa0602008-08-14 13:41:48 +000052912008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005292
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005293 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005294
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005295# Local Variables:
5296# mode:text
5297# End: