blob: c040813f4736525cad9e8e41ffdc4d3799153885 [file] [log] [blame]
ulan@chromium.org32d7dba2013-04-24 10:59:06 +000012013-04-24: Version 3.18.3
2
3 Exposed the GC under a name that is less collision prone than window.gc.
4 (issue 2641)
5
6 Do not emit double values at their use sites. (Chromium issue 234101)
7
8 Added methods to allow resuming execution after calling
9 TerminateExecution(). (issue 2361)
10
11 Performance and stability improvements on all platforms.
12
13
ulan@chromium.org77ca49a2013-04-22 09:43:56 +0000142013-04-22: Version 3.18.2
15
16 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
17 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
18
19 Removed heap snapshot size limit. (Chromium issue 232305)
20
21 Performance and stability improvements on all platforms.
22
23
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +0000242013-04-18: Version 3.18.1
25
26 Removed SCons related files and deprecated test suite configurations.
27
28 Improved handling of unary plus (issue 2527).
29
30 Performance and stability improvements on all platforms.
31
32
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +0000332013-04-17: Version 3.18.0
34
35 Enabled pretenuring of fast literals in high promotion mode.
36
37 Removed preparser library; link preparser executable against full V8.
38
39 Fixed set-up of intrinsic's 'constructor' properties.
40 (Chromium issue 229445)
41
42 ES6 symbols: extended V8 API to support symbols (issue 2158).
43
44 Removed ARM support for VFP2.
45
46 Made __proto__ a real JavaScript accessor property.
47 (issue 1949 and issue 2606)
48
49 Performance and stability improvements on all platforms.
50
51
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +0000522013-04-04: Version 3.17.16
53
54 Stack trace API: poison stack frames below the first strict mode frame.
55 (issue 2564)
56
57 Made Isolate::GetHeapStatistics robust against half-initialized
58 isolates (Chromium issue 2591).
59
60 Finished implementation of ES6 symbols aka. private names (issue 2158).
61
62 Performance and stability improvements on all platforms.
63
64
danno@chromium.orgc99cd482013-03-21 15:26:42 +0000652013-03-21: Version 3.17.15
66
67 Rolled back API changes to maintain compatibility with older
68 3.17.x versions of V8.
69
70 Disable zapping of global handles in release mode.
71
72 Always mark the entire valid prefix of the descriptor array.
73 (Chromium issue 196331)
74
75 Use internal memcpy for CopyWords and when copying code.
76 (Chromium issue 196330)
77
78 Performance and stability improvements on all platforms.
79
80
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +0000812013-03-20: Version 3.17.14
82
83 Use internal memcpy when initializing code objects.
84 (Chromium issue 196330)
85
86 Disabled weak embedded maps because of crashes.
87 (Chromium issues 172489, 217858)
88
89 Performance and stability improvements on all platforms.
90
91
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +0000922013-03-19: Version 3.17.13
93
94 Turned Flags into a uint32_t typedef (Chromium issue 194749).
95
96 Performance and stability improvements on all platforms.
97
98
svenpanne@chromium.org876cca82013-03-18 14:43:20 +0000992013-03-18: Version 3.17.12
100
101 Unified kMaxArguments with number of bits used to encode it.
102 (Chromium issue 211741)
103
104 Fixed detection of |handle_smi| case in
105 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
106 (Chromium issue 196583)
107
108 Performance and stability improvements on all platforms.
109
110
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00001112013-03-15: Version 3.17.11
112
113 Added a version of the v8::HandleScope constructor with an v8::Isolate
114 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
115 method of v8::Isolate.
116 (issue 2487)
117
118 Fixed two register allocator bugs (off-by-one error/failure
119 propagation). (issue 2576)
120
121 Fixed huge heap snapshot when a heavily shared context has many
122 variables. (Chromium issue 145687)
123
124 Performance and stability improvements on all platforms.
125
126
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00001272013-03-13: Version 3.17.10
128
129 Fixed heap snapshot creation for Harmony collections. (issue 2535)
130
131 Fixed register allocation corner case. (Chromium issue 177883)
132
133 Performance and stability improvements on all platforms.
134
135
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00001362013-03-08: Version 3.17.9
137
138 Restored Function()'s expected string representation. (issue 2470)
139
140 Enabled deprecatations (again). (issue 2487)
141
142 Avoid bool to Oddball conversions by being lazy. (issue 2491)
143
144 Added %p option to --logfile.
145
146 Hardened Function()'s parsing of function literals. (issue 2470)
147
148 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
149
150 Performance and stability improvements on all platforms.
151
152
ulan@chromium.org750145a2013-03-07 15:14:13 +00001532013-03-07: Version 3.17.8
154
155 Added missing license headers. (Chromium issue 98597)
156
157 Inserted missing type cast in JSON.stringify. (issue 2570)
158
159 Reverted "Send SIGPROF signals on the profiler event processor thread"
160 (issue 2571)
161
162 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
163 (issue 2568)
164
165 ES6 symbols: filter symbols form for-in loops and Object.keys.
166 (issue 2158)
167
168 Properly handle misses for StoreArrayLengthStub on ia32 and x64
169 (issue 2566)
170
171 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
172
173 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
174
175 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
176 (issue 2556)
177
178 Enabled zapping of disposed global handles in release mode.
179 (Chromium issue 176056)
180
181 Added workaround for redefinition of __proto__ property. (issue 2565)
182
183 ES6 symbols: Allow symbols as property names. (issue 2158)
184
185 Performance and stability improvements on all platforms.
186
187
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00001882013-03-04: Version 3.17.7
189
190 Limited recursion in regexp compilation by a budget.
191 (Chromium issue 178790)
192
193 ES6 symbols: Implemented Symbol intrinsic and basic functionality
194 (issue 2158)
195
196 Performance and stability improvements on all platforms.
197
198
hpayer@chromium.org8432c912013-02-28 15:55:26 +00001992013-02-28: Version 3.17.6
200
201 Fixed materialization of arguments objects with unknown values.
202 (Chromium issue 163530)
203
204 Set default number of sweeper threads to at most four.
205
206 Performance and stability improvements on all platforms.
207
208
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00002092013-02-27: Version 3.17.5
210
211 Made __proto__ a foreign callback on Object.prototype.
212 (issue 621, issue 1949 and issue 2441)
213
214 Performance and stability improvements on all platforms.
215
216
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00002172013-02-25: Version 3.17.4
218
219 Performance and stability improvements on all platforms.
220
221
ulan@chromium.org2e04b582013-02-21 14:06:02 +00002222013-02-21: Version 3.17.3
223
224 Performance and stability improvements on all platforms.
225
226
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00002272013-02-19: Version 3.17.2
228
229 Removed bogus check for TOP register in deoptimizer.
230 (Chromium issue 176943)
231
232 Made the Isolate parameter mandatory for internal HandleScopes.
233 (issue 2487)
234
235 Fixed f.apply() optimization when declared arguments are mutated.
236 (issue 2539)
237
238 Performance and stability improvements on all platforms.
239
240
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00002412013-02-14: Version 3.17.1
242
243 Performance and stability improvements on all platforms.
244
245
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00002462013-02-13: Version 3.17.0
247
248 Enabled parallel sweeping.
249
250 Don't try to unlink instructions twice during GVN
251 (Chromium issue 175141)
252
253 Fixed code flusher disabling while marking incrementally.
254 (Chromium issue 173458, 168582)
255
256 Don't use TLS for space iterators.
257 (issue 2531)
258
259 Added new GetHeapStatistics API entry and deprecated old one.
260
261 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
262 platform-independent code.
263 (Chromium issue 173907)
264
265 Added --trace-array-abuse to help find OOB accesses.
266
267 Performance and stability improvements on all platforms.
268
269
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00002702013-02-06: Version 3.16.14
271
272 Performance and stability improvements on all platforms.
273
274
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00002752013-02-04: Version 3.16.13
276
277 Tagged stubs that rely on instance types as MEGAMORPHIC.
278 (Chromium issue 173974)
279
280 Fixed clearing of dead dependent codes and verifing of weak
281 embedded maps on full GC. (Chromium issue 172488,172489)
282
283 Made the arm port build cleanly with Clang.
284
285 Performance and stability improvements on all platforms.
286
287
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00002882013-01-31: Version 3.16.12
289
290 Performance and stability improvements on all platforms.
291
292
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00002932013-01-30: Version 3.16.11
294
295 Put making embedded maps in optimized code weak behind a flag.
296 (Chromium issue 172488,172489)
297
298 Performance and stability improvements on all platforms.
299
300
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00003012013-01-25: Version 3.16.10
302
303 Avoid excessive memory usage during redundant phi elimination.
304 (issue 2510)
305
306 Fixed additional spec violations wrt RegExp.lastIndex.
307 (issue 2437)
308
309 Added Isolate parameter to Persistent class.
310 (issue 2487)
311
312 Performance and stability improvements on all platforms.
313
314
yangguo@chromium.org003650e2013-01-24 16:31:08 +00003152013-01-24: Version 3.16.9
316
317 Made embedded maps in optimized code weak.
318 (issue 2073)
319
320 Fixed corner case when JSFunction is evicted from flusher.
321 (Chromium issue 168801)
322
323 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
324 (Chromium issue 171641)
325
326 Performance and stability improvements on all platforms.
327
328
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00003292013-01-23: Version 3.16.8
330
331 Correctly reset lastIndex in an RegExp object.
332 (Chromium issue 170856)
333
334 Added a workaround for Windows compilation problems related to V8EXPORT.
335 (issue 2507)
336
337 tools/run-tests.py: shlex.split() the value of --command-prefix
338 (Chromium issue 171553)
339
340 Fixed pattern detection for replacing shifts by rotation.
341 (Chromium issue 2499)
342
343 Performance and stability improvements on all platforms.
344
345
yangguo@chromium.org28381b42013-01-21 14:39:38 +00003462013-01-21: Version 3.16.7
347
348 Removed <(library) usage from v8.gyp.
349 (Chromium issue 111541)
350
351 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
352 (Chromium issue 169928)
353
354 Performance and stability improvements on all platforms.
355
356
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00003572013-01-18: Version 3.16.6
358
359 Made the Isolate parameter mandatory in Locker and Unlocker classes.
360 (issue 2487)
361
362 Avoid pointer underflow in CopyCharsUnsigned.
363 (issue 2493)
364
365 Generate shim headers when using system v8.
366 (Chromium issue 165264)
367
368 Fixed arguments materialization for inlined apply().
369 (issue 2489)
370
371 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
372 (Chromium issue 147497)
373
374 Added sanity check to CodeFlusher::AddCandidate.
375 (Chromium issue 169209)
376
377 Performance and stability improvements on all platforms.
378
379
3802013-01-15: Version 3.16.5
381
382 Removed deprecated functions from V8's external API.
383
384 Prepared API for WebKit use of Latin-1.
385
386 Fixed V8 issue 2486.
387
388 Fixed Chromium issue 169723.
389
390 Performance and stability improvements on all platforms.
391
392
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00003932013-01-11: Version 3.16.4
394
395 Fixed Chromium issues 168545 and 169209.
396
397 Performance and stability improvements on all platforms.
398
399
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00004002013-01-09: Version 3.16.3
401
402 Improved GC performance when moving parts of a FixedArray (issue 2452).
403
404 Enabled readline on d8 while building a shared lib (issue 1781).
405
406 Fixed missing exception check in typed array constructor
407 (Chromium issue 168545).
408
409 Check for read-only-ness when preparing for array sort (issue 2419).
410
411 Performance and stability improvements on all platforms.
412
413
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00004142013-01-04: Version 3.16.2
415
416 Added Makefile options to build for the Raspberry Pi (armv7=0,
417 arm_fpu=vfp2).
418
419 Performance and stability improvements on all platforms.
420
421
ulan@chromium.org4121f232012-12-27 15:57:11 +00004222012-12-27: Version 3.16.1
423
424 Fixed x64 MathMinMax for negative untagged int32 arguments.
425 (Chromium issue 164442)
426
427 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
428 (issue 2458)
429
430 Performance and stability improvements on all platforms.
431
432
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00004332012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000434
435 V8_Fatal now prints C++ stack trace in debug mode.
436
437 Added HTML-based tick processor.
438
439 Continued implementation of Object.observe (V8 issue 2409).
440
441 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
442
443 Fixed Chromium issues 125308, 165637, 166379, 166553.
444
445 Performance and stability improvements on all platforms.
446
447
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00004482012-12-10: Version 3.15.11
449
450 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
451 flags.
452
453 Performance and stability improvements on all platforms.
454
455
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00004562012-12-07: Version 3.15.10
457
458 Enabled optimisation of functions inside eval. (issue 2315)
459
460 Fixed spec violations in methods of Number.prototype. (issue 2443)
461
462 Added GCTracer metrics for a scavenger GC for DOM wrappers.
463
464 Performance and stability improvements on all platforms.
465
466
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00004672012-12-06: Version 3.15.9
468
469 Fixed candidate eviction in code flusher.
470 (Chromium issue 159140)
471
472 Iterate through all arguments for side effects in Math.min/max.
473 (issue 2444)
474
475 Fixed spec violations related to regexp.lastIndex
476 (issue 2437, issue 2438)
477
478 Performance and stability improvements on all platforms.
479
480
mmassi@chromium.org49a44672012-12-04 13:52:03 +00004812012-12-04: Version 3.15.8
482
483 Enforced stack allocation of TryCatch blocks.
484 (issue 2166,chromium:152389)
485
486 Fixed external exceptions in external try-catch handlers.
487 (issue 2166)
488
489 Activated incremental code flushing by default.
490
491 Performance and stability improvements on all platforms.
492
493
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00004942012-11-30: Version 3.15.7
495
496 Activated code aging by default.
497
498 Included more information in --prof log.
499
500 Removed eager sweeping for lazy swept spaces. Try to find in
501 SlowAllocateRaw a bounded number of times a big enough memory slot.
502 (issue 2194)
503
504 Performance and stability improvements on all platforms.
505
506
danno@chromium.org1f34ad32012-11-26 14:53:56 +00005072012-11-26: Version 3.15.6
508
509 Ensure double arrays are filled with holes when extended from
510 variations of empty arrays. (Chromium issue 162085)
511
512 Performance and stability improvements on all platforms.
513
514
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00005152012-11-23: Version 3.15.5
516
517 Fixed JSON.stringify for objects with interceptor handlers.
518 (Chromium issue 161028)
519
520 Fixed corner case in x64 compare stubs. (issue 2416)
521
522 Performance and stability improvements on all platforms.
523
524
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00005252012-11-16: Version 3.15.4
526
527 Fixed Array.prototype.join evaluation order. (issue 2263)
528
529 Perform CPU sampling by CPU sampling thread only iff processing thread
530 is not running. (issue 2364)
531
532 When using an Object as a set in Object.getOwnPropertyNames, null out
533 the proto. (issue 2410)
534
535 Disabled EXTRA_CHECKS in Release build.
536
537 Heap explorer: Show representation of strings.
538
539 Removed 'type' and 'arguments' properties from Error object.
540 (issue 2397)
541
542 Added atomics implementation for ThreadSanitizer v2.
543 (Chromium issue 128314)
544
545 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
546
547 Performance and stability improvements on all platforms.
548
549
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00005502012-11-13: Version 3.15.3
551
552 Changed sample shell to send non-JS output (e.g. errors) to stderr
553 instead of stdout.
554
555 Correctly check for stack overflow even when interrupt is pending.
556 (issue 214)
557
558 Collect stack trace on stack overflow. (issue 2394)
559
560 Performance and stability improvements on all platforms.
561
562
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00005632012-11-12: Version 3.15.2
564
565 Function::GetScriptOrigin supplies sourceURL when script name is
566 not available. (Chromium issue 159413)
567
568 Made formatting error message side-effect-free. (issue 2398)
569
570 Fixed length check in JSON.stringify. (Chromium issue 160010)
571
572 ES6: Added support for Set and Map clear method (issue 2400)
573
574 Fixed slack tracking when instance prototype changes.
575 (Chromium issue 157019)
576
577 Fixed disabling of code flusher while marking. (Chromium issue 159140)
578
579 Added a test case for object grouping in a scavenger GC (issue 2077)
580
581 Support shared library build of Android for v8.
582 (Chromium issue 158821)
583
584 ES6: Added support for size to Set and Map (issue 2395)
585
586 Performance and stability improvements on all platforms.
587
588
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00005892012-11-06: Version 3.15.1
590
591 Put incremental code flushing behind a flag. (Chromium issue 159140)
592
593 Performance and stability improvements on all platforms.
594
595
danno@chromium.org72204d52012-10-31 10:02:10 +00005962012-10-31: Version 3.15.0
597
598 Loosened aligned code target requirement on ARM (issue 2380)
599
600 Fixed JSON.parse to treat leading zeros correctly.
601 (Chromium issue 158185)
602
603 Performance and stability improvements on all platforms.
604
605
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00006062012-10-22: Version 3.14.5
607
608 Killed off the SCons based build.
609
610 Added a faster API for creating v8::Integer objects.
611
612 Speeded up function deoptimization by avoiding quadratic pass over
613 optimized function list. (Chromium issue 155270)
614
615 Always invoke the default Array.sort functions from builtin functions.
616 (issue 2372)
617
618 Reverted recent CPU profiler changes because they broke --prof.
619 (issue 2364)
620
621 Switched code flushing to use different JSFunction field.
622 (issue 1609)
623
624 Performance and stability improvements on all platforms.
625
626
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00006272012-10-15: Version 3.14.4
628
629 Allow evals for debugger even if they are prohibited in the debugee
630 context. (Chromium issue 154733)
631
632 Enabled --verify-heap in release mode (issue 2120)
633
634 Performance and stability improvements on all platforms.
635
636
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00006372012-10-11: Version 3.14.3
638
639 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
640 (Chromium issue 155076).
641
642 Bumped variable limit further to 2^17 (Chromium issue 151625).
643
644 Performance and stability improvements on all platforms.
645
646
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00006472012-10-10: Version 3.14.2
648
649 ARM: allowed VFP3 instructions when hardfloat is enabled.
650 (Chromium issue 152506)
651
652 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
653 (Chromium issue 151749)
654
655 Made GDBJIT interface compile again. (issue 1804)
656
657 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
658 (Chromium issue 143967)
659
660 Made sure that names of temporaries do not clash with real variables.
661 (issue 2322)
662
663 Rejected local module declarations. (Chromium issue 150628)
664
665 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
666
667 Fixed slot recording of code target patches.
668 (Chromium issue 152615,chromium:144230)
669
670 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
671
672 Performance and stability improvements on all platforms.
673
674
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00006752012-10-01: Version 3.14.1
676
677 Don't set -m32 flag when compiling with Android ARM compiler.
678 (Chromium issue 143889)
679
680 Restore the descriptor array before returning allocation failure.
681 (Chromium issue 151750)
682
683 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
684 128252).
685
686 Pull more recent gyp in 'make dependencies'.
687
688 Made sure that the generic KeyedStoreIC changes length and element_kind
689 atomically (issue 2346).
690
691 Bumped number of allowed variables per scope to 65535, to address GWT.
692 (Chromium issue 151625)
693
694 Support sourceURL for dynamically inserted scripts (issue 2342).
695
696 Performance and stability improvements on all platforms.
697
698
ulan@chromium.org56c14af2012-09-20 12:51:09 +00006992012-09-20: Version 3.14.0
700
701 Fixed missing slot recording during clearing of CallICs.
702 (Chromium issue 144230)
703
704 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
705 (Chromium issue 150729)
706
707 Fixed minus zero test. (Issue 2133)
708
709 Fixed setting array length to zero for slow elements.
710 (Chromium issue 146910)
711
712 Fixed lost arguments dropping in HLeaveInlined.
713 (Chromium issue 150545)
714
715 Fixed casting error for receiver of interceptors.
716 (Chromium issue 149912)
717
718 Throw a more descriptive exception when blocking 'eval' via CSP.
719 (Chromium issue 140191)
720
721 Fixed debugger's eval when close to stack overflow. (issue 2318)
722
723 Added checks to live edit. (issue 2297)
724
725 Switched on code compaction on incremental GCs.
726
727 Fixed caching of optimized code for OSR. (issue 2326)
728
729 Not mask exception thrown by toString in String::UtfValue etc.
730 (issue 2317)
731
732 Fixed API check for length of external arrays. (Chromium issue 148896)
733
734 Ensure correct enumeration indices in the dict (Chromium issue 148376)
735
736 Correctly initialize regexp global cache. (Chromium issue 148378)
737
738 Fixed arguments object materialization during deopt. (issue 2261)
739
740 Introduced new API to expose external string resource regardless of
741 encoding.
742
743 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
744 --deopt-every-n-times flag is present
745 (Chromium issue 148389)
746
747 Fixed edge case of extension with NULL as source string.
748 (Chromium issue 144649)
749
750 Fixed array index dehoisting. (Chromium issue 141395)
751
752 Performance and stability improvements on all platforms.
753
754
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00007552012-09-11: Version 3.13.7
756
757 Enable/disable LiveEdit using the (C++) debug API.
758
759 Performance and stability improvements on all platforms.
760
761
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00007622012-09-06: Version 3.13.6
763
764 Added validity checking to API functions and calls.
765
766 Disabled accessor inlining (Chromium issue 134609).
767
768 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
769
770 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
771
772 Fixed VS2005 build (issue 2313).
773
774 Activated fixed ES5 readonly semantics by default.
775
776 Added hardfp flag to the Makefile.
777
778 Performance and stability improvements on all platforms.
779
780
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00007812012-08-29: Version 3.13.5
782
783 Release stack trace data after firing Error.stack accessor.
784 (issue 2308)
785
786 Added a new API V8::SetJitCodeEventHandler to push code name and
787 location to users such as profilers.
788
789 Allocate block-scoped global bindings to global context.
790
791 Performance and stability improvements on all platforms.
792
793
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00007942012-08-28: Version 3.13.4
795
796 Print reason for disabling optimization. Kill --trace-bailout flag.
797
798 Provided option to disable full DEBUG build on Android.
799
800 Introduced global contexts to represent lexical global scope(s).
801
802 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
803
804 Performance and stability improvements on all platforms.
805
806
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00008072012-08-21: Version 3.13.3
808
809 Performance and stability improvements on all platforms.
810
811
8122012-08-20: Version 3.13.2
813
814 Performance and stability improvements on all platforms.
815
816
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00008172012-08-16: Version 3.13.1
818
819 Performance and stability improvements on all platforms.
820
821
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00008222012-08-10: Version 3.13.0
823
824 Added histograms for total allocated/live heap size, as well as
825 allocated size and percentage of total for map and cell space.
826
827 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
828 (issue 1645)
829
830 Added checks for interceptors to negative lookup code in Crankshaft.
831 (Chromium issue 140473)
832
833 Made incremental marking clear ICs and type feedback cells.
834
835 Performance and stability improvements on all platforms.
836
837
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00008382012-08-01: Version 3.12.19
839
840 Performance and stability improvements on all platforms.
841
842
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00008432012-07-30: Version 3.12.18
844
845 Forced using bit-pattern for signed zero double. (issue 2239)
846
847 Made sure double to int conversion is correct. (issue 2260)
848
849 Performance and stability improvements on all platforms.
850
851
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00008522012-07-27: Version 3.12.17
853
854 Always set the callee's context when calling a function from optimized
855 code.
856 (Chromium issue 138887)
857
858 Fixed building with GCC 3.x
859 (issue 2016, 2017)
860
861 Improved API calls that return empty handles.
862 (issue 2245)
863
864 Performance and stability improvements on all platforms.
865
866
danno@chromium.org129d3982012-07-25 15:01:47 +00008672012-07-25: Version 3.12.16
868
869 Performance and stability improvements on all platforms.
870
871
yangguo@chromium.org304cc332012-07-24 07:59:48 +00008722012-07-24: Version 3.12.15
873
874 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
875 (issue 2252)
876
877 Added dependency to HLoadKeyed* instructions to prevent invalid
878 hoisting. (Chromium issue 137768)
879
880 Enabled building d8 for Android on Mac.
881
882 Interpret negative hexadecimal literals as NaN.
883 (issue 2240)
884
885 Expose counters in javascript when using --track-gc-object-stats.
886
887 Enabled building and testing V8 on Android IA.
888
889 Added --trace-parse flag to parser.
890
891 Performance and stability improvements on all platforms.
892
893
verwaest@chromium.org178fb152012-07-18 11:21:48 +00008942012-07-18: Version 3.12.14
895
896 Deactivated optimization of packed arrays.
897 (Chromium issue 137768)
898
899 Fixed broken accessor transition.
900 (Chromium issue 137689)
901
902 Performance and stability improvements on all platforms.
903
904
verwaest@chromium.org753aee42012-07-17 16:15:42 +00009052012-07-17: Version 3.12.13
906
907 Fixed missing tagging of stack value in finally block.
908 (Chromium issue 137496)
909
910 Added more support for heap analysis.
911
912 Performance and stability improvements on all platforms.
913
914
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00009152012-07-16: Version 3.12.12
916
917 Added an option to the tickprocessor to specify the directory for lib
918 lookup.
919
920 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
921
922 Fixed transcendental cache on ARM in optimized code (issue 2234).
923
924 New heap inspection tools: counters for object sizes and counts,
925 histograms for external fragmentation.
926
927 Incorporated constness into inferred interfaces (in preparation for
928 handling imports) (issue 1569).
929
930 Performance and stability improvements on all platforms.
931
932
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00009332012-07-12: Version 3.12.11
934
935 Renamed "mips" arch to "mipsel" in the GYP build.
936
937 Fixed computation of call targets on prototypes in Crankshaft.
938 (Chromium issue 125148)
939
940 Removed use of __lookupGetter__ when generating stack trace.
941 (issue 1591)
942
943 Turned on ES 5.2 globals semantics by default.
944 (issue 1991, Chromium issue 80591)
945
946 Synced preparser and parser wrt syntax error in switch..case.
947 (issue 2210)
948
949 Fixed reporting of octal literals in strict mode when preparsing.
950 (issue 2220)
951
952 Fixed inline constructors for Harmony Proxy prototypes.
953 (issue 2225)
954
955 Performance and stability improvements on all platforms.
956
957
danno@chromium.org81cac2b2012-07-10 11:28:27 +00009582012-07-10: Version 3.12.10
959
960 Re-enabled and fixed issue with array bounds check elimination
961 (Chromium issue 132114).
962
963 Fixed Debug::Break crash. (Chromium issue 131642)
964
965 Added optimizing compiler support for JavaScript getters.
966
967 Performance and stability improvements on all platforms.
968
969
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00009702012-07-06: Version 3.12.9
971
972 Correctly advance the scanner when scanning unicode regexp flag.
973 (Chromium issue 136084)
974
975 Fixed unhandlified code calling Harmony Proxy traps.
976 (issue 2219)
977
978 Performance and stability improvements on all platforms.
979
980
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00009812012-07-05: Version 3.12.8
982
983 Implemented TypedArray.set and ArrayBuffer.slice in d8.
984
985 Performance and stability improvements on all platforms.
986
987
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00009882012-07-03: Version 3.12.7
989
990 Fixed lazy compilation for strict eval scopes.
991 (Chromium issue 135066)
992
993 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
994 (issue 2151)
995
996 Report "hidden properties" in heap profiler for properties case.
997 (issue 2212)
998
999 Activated optimization of packed arrays by default.
1000
1001 Performance and stability improvements on all platforms.
1002
1003
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000010042012-06-29: Version 3.12.6
1005
1006 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1007
1008 Extended TypedArray support in d8.
1009
1010
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000010112012-06-28: Version 3.12.5
1012
1013 Fixed lazy parsing heuristics to respect outer scope.
1014 (Chromium issue 135008)
1015
1016 Allow using test-wrapper-gypbuild.py on Windows when no python
1017 interpreter is registered.
1018
1019 Performance and stability improvements on all platforms.
1020
1021
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000010222012-06-27: Version 3.12.4
1023
1024 Removed -fomit-frame-pointer flag from Release builds to make
1025 the stack walkable by TCMalloc (Chromium issue 133723).
1026
1027 Ported r7868 (constant masking) to x64 (issue 1374).
1028
1029 Expose more detailed memory statistics (issue 2201).
1030
1031 Fixed Harmony Maps and WeakMaps for undefined values
1032 (Chromium issue 132744).
1033
1034 Correctly throw reference error in strict mode with ICs disabled
1035 (issue 2119).
1036
1037 Performance and stability improvements on all platforms.
1038
1039
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000010402012-06-25: Version 3.12.3
1041
1042 Reverted r11835 'Unify promotion and allocation limit computation' due
1043 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1044
1045 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1046
1047 Performance and stability improvements on all platforms.
1048
1049
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000010502012-06-22: Version 3.12.2
1051
1052 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1053 ia32/x64. (Chromium issue 134055)
1054
1055 Fixed lazy sweeping heuristics to prevent old-space expansion.
1056 (issue 2194)
1057
1058 Performance and stability improvements on all platforms.
1059
1060
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000010612012-06-21: Version 3.12.1
1062
1063 Performance and stability improvements on all platforms.
1064
1065
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000010662012-06-20: Version 3.12.0
1067
1068 Fixed Chromium issues:
1069 115100, 129628, 131994, 132727, 132741, 132742, 133211
1070
1071 Fixed V8 issues:
1072 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1073
1074 Added --extra-code flag to mksnapshot to load JS code into the VM
1075 before creating the snapshot.
1076
1077 Support 'restart call frame' command in the debugger.
1078
1079 Performance and stability improvements on all platforms.
1080
1081
mmassi@chromium.org7028c052012-06-13 11:51:58 +000010822012-06-13: Version 3.11.10
1083
1084 Implemented heap profiler memory usage reporting.
1085
1086 Preserved error message during finally block in try..finally.
1087 (Chromium issue 129171)
1088
1089 Fixed EnsureCanContainElements to properly handle double values.
1090 (issue 2170)
1091
1092 Improved heuristics to keep objects in fast mode with inherited
1093 constructors.
1094
1095 Performance and stability improvements on all platforms.
1096
1097
rossberg@chromium.org400388e2012-06-06 09:29:22 +000010982012-06-06: Version 3.11.9
1099
1100 Implemented ES5-conformant semantics for inherited setters and read-only
1101 properties. Currently behind --es5_readonly flag, because it breaks
1102 WebKit bindings.
1103
1104 Exposed last seen heap object id via v8 public api.
1105
1106 Performance and stability improvements on all platforms.
1107
1108
verwaest@chromium.org37141392012-05-31 13:27:02 +000011092012-05-31: Version 3.11.8
1110
1111 Avoid overdeep recursion in regexp where a guarded expression with a
1112 minimum repetition count is inside another quantifier.
1113 (Chromium issue 129926)
1114
1115 Fixed missing write barrier in store field stub.
1116 (issues 2143, 1465, Chromium issue 129355)
1117
1118 Proxies: Fixed receiver for setters inherited from proxies.
1119 Proxies: Fixed ToStringArray function so that it does not reject some
1120 keys.
1121 (issue 1543)
1122
1123 Performance and stability improvements on all platforms.
1124
1125
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000011262012-05-29: Version 3.11.7
1127
1128 Get better function names in stack traces.
1129
1130 Performance and stability improvements on all platforms.
1131
1132
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000011332012-05-24: Version 3.11.6
1134
1135 Fixed RegExp.prototype.toString for incompatible receivers
1136 (issue 1981).
1137
1138 Performance and stability improvements on all platforms.
1139
1140
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000011412012-05-23: Version 3.11.5
1142
1143 Performance and stability improvements on all platforms.
1144
1145
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000011462012-05-22: Version 3.11.4
1147
1148 Some cleanup to common.gypi. This fixes some host/target combinations
1149 that weren't working in the Make build on Mac.
1150
1151 Handle EINTR in socket functions and continue incomplete sends.
1152 (issue 2098)
1153
1154 Fixed python deprecations. (issue 1391)
1155
1156 Made socket send and receive more robust and return 0 on failure.
1157 (Chromium issue 15719)
1158
1159 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1160
1161 Set '-m32' option for host and target platforms
1162
1163 Performance and stability improvements on all platforms.
1164
1165
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000011662012-05-18: Version 3.11.3
1167
1168 Disable optimization for functions that have scopes that cannot be
1169 reconstructed from the context chain. (issue 2071)
1170
1171 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1172
1173 Correctly check for native error objects. (Chromium issue 2138)
1174
1175 Performance and stability improvements on all platforms.
1176
1177
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000011782012-05-16: Version 3.11.2
1179
1180 Revert r11496. (Chromium issue 128146)
1181
1182 Implement map collection for incremental marking. (issue 1465)
1183
1184 Add toString method to CallSite (which describes a frame of the
1185 stack trace).
1186
1187
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000011882012-05-15: Version 3.11.1
1189
1190 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1191
1192 Fix freebsd build. (V8 issue 2126)
1193
1194 Performance and stability improvements on all platforms.
1195
1196
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000011972012-05-11: Version 3.11.0
1198
1199 Fixed compose-discard crasher from r11524 (issue 2123).
1200
1201 Activated new global semantics by default. Global variables can
1202 now shadow properties of the global object (ES5.1 erratum).
1203
1204 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1205 transitioning (Chromium issue 117409).
1206
1207 Made Error.prototype.name writable again, as required by the spec and
1208 the web (Chromium issue 69187).
1209
1210 Implemented map collection with incremental marking (issue 1465).
1211
1212 Regexp: Fixed overflow in min-match-length calculation
1213 (Chromium issue 126412).
1214
1215 MIPS: Fixed illegal instruction use on Loongson in code for
1216 Math.random() (issue 2115).
1217
1218 Fixed crash bug in VisitChoice (Chromium issue 126272).
1219
1220 Fixed unsigned-Smi check in MappedArgumentsLookup
1221 (Chromium issue 126414).
1222
1223 Fixed LiveEdit for function with no locals (issue 825).
1224
1225 Fixed register clobbering in LoadIC for interceptors
1226 (Chromium issue 125988).
1227
1228 Implemented clearing of CompareICs (issue 2102).
1229
1230 Performance and stability improvements on all platforms.
1231
1232
danno@chromium.org2c26cb12012-05-03 09:06:43 +000012332012-05-03: Version 3.10.8
1234
1235 Enabled MIPS cross-compilation.
1236
1237 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1238 (Chromium issue 125515)
1239
1240 Fixed corner cases in truncation behavior when storing to
1241 TypedArrays. (issue 2110)
1242
1243 Fixed failure to properly recognize and report out-of-memory
1244 conditions when allocating code space pages. (Chromium issue
1245 118625)
1246
1247 Fixed idle notifications to perform a round of incremental GCs
1248 after context disposal. (issue 2107)
1249
1250 Fixed preparser for try statement. (issue 2109)
1251
1252 Performance and stability improvements on all platforms.
1253
1254
danno@chromium.org1044a4d2012-04-30 12:34:39 +000012552012-04-30: Version 3.10.7
1256
1257 Performance and stability improvements on all platforms.
1258
1259
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000012602012-04-26: Version 3.10.6
1261
1262 Fixed some bugs in accessing details of the last regexp match.
1263
1264 Fixed source property of empty RegExp objects. (issue 1982)
1265
1266 Enabled inlining some V8 API functions.
1267
1268 Performance and stability improvements on all platforms.
1269
1270
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000012712012-04-23: Version 3.10.5
1272
1273 Put new global var semantics behind a flag until WebKit tests are
1274 cleaned up.
1275
1276 Enabled stepping into callback passed to builtins.
1277 (Chromium issue 109564)
1278
1279 Performance and stability improvements on all platforms.
1280
1281
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000012822012-04-19: Version 3.10.4
1283
1284 Fixed issues when stressing compaction with WeakMaps.
1285
1286 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1287
1288 Simplify invocation sequence at monomorphic function invocation sites.
1289 (issue 2079)
1290
1291 Performance and stability improvements on all platforms.
1292
1293
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000012942012-04-17: Version 3.10.3
1295
1296 Fixed several bugs in heap profiles (including issue 2078).
1297
1298 Throw syntax errors on illegal escape sequences.
1299
1300 Implemented rudimentary module linking (behind --harmony flag)
1301
1302 Implemented ES5 erratum: Global declarations should shadow
1303 inherited properties.
1304
1305 Made handling of const more consistent when combined with 'eval'
1306 and 'with'.
1307
1308 Fixed V8 on MinGW-x64 (issue 2026).
1309
1310 Performance and stability improvements on all platforms.
1311
1312
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000013132012-04-13: Version 3.10.2
1314
1315 Fixed native ARM build (issues 1744, 539)
1316
1317 Return LOOKUP variable instead of CONTEXT for non-context allocated
1318 outer scope parameters (Chromium issue 119609).
1319
1320 Fixed regular and ElementsKind transitions interfering with each other
1321 (Chromium issue 122271).
1322
1323 Improved performance of keyed loads/stores which have a HeapNumber
1324 index (issues 1388, 1295).
1325
1326 Fixed WeakMap processing for evacuation candidates (issue 2060).
1327
1328 Bailout on possible direct eval calls (Chromium issue 122681).
1329
1330 Do not assume that names of function expressions are context-allocated
1331 (issue 2051).
1332
1333 Performance and stability improvements on all platforms.
1334
1335
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000013362012-04-10: Version 3.10.1
1337
1338 Fixed bug with arguments object in inlined functions (issue 2045).
1339
1340 Fixed performance bug with lazy initialization (Chromium issue
1341 118686).
1342
1343 Added suppport for Mac OS X 64bit builds with GYP.
1344 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1345
1346 Fixed bug with hidden properties (issue 2034).
1347
1348 Fixed a performance bug when reloading pages (Chromium issue 117767,
1349 V8 issue 1902).
1350
1351 Fixed bug when optimizing throw in top-level code (issue 2054).
1352
1353 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1354
1355 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1356
1357 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1358
1359 Fixed compilation of V8 using uClibc.
1360
1361 Optimized boot-up memory use.
1362
1363 Optimized regular expressions.
1364
1365
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000013662012-03-30: Version 3.10.0
1367
1368 Fixed store IC writability check in strict mode
1369 (Chromium issue 120099).
1370
1371 Resynchronize timers if the Windows system time was changed.
1372 (Chromium issue 119815)
1373
1374 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1375 hardfp ARM
1376 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1377
1378 Fixed edge case for case independent regexp character classes
1379 (issue 2032).
1380
1381 Reset function info counters after context disposal.
1382 (Chromium issue 117767, V8 issue 1902)
1383
1384 Fixed missing write barrier in CopyObjectToObjectElements.
1385 (Chromium issue 119926)
1386
1387 Fixed missing bounds check in HasElementImpl.
1388 (Chromium issue 119925)
1389
1390 Performance and stability improvements on all platforms.
1391
1392
danno@chromium.org88aa0582012-03-23 15:11:57 +000013932012-03-23: Version 3.9.24
1394
1395 Activated count-based profiler for ARM.
1396
1397 Fixed use of proxies as f.prototype properties. (issue 2021)
1398
1399 Enabled snapshots on MIPS.
1400
1401 Performance and stability improvements on all platforms.
1402
1403
ulan@chromium.org6ff65142012-03-21 09:52:17 +000014042012-03-21: Version 3.9.23
1405
1406 Use correct arguments adaptation environment when inlining function
1407 containing arguments. (Issue 2014)
1408
1409 Performance and stability improvements on all platforms.
1410
1411
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000014122012-03-20: Version 3.9.22
1413
1414 Enabled count-based profiler by default.
1415
1416 Implemented a hash based look-up to speed up address checks
1417 in large object space (issue 853).
1418
1419 Performance and stability improvements on all platforms.
1420
1421
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000014222012-03-19: Version 3.9.21
1423
1424 Fixed push-to-trunk script (and re-push).
1425
1426 Added API call that identifies strings that are guaranteed only to
1427 contain ASCII characters.
1428
1429
14302012-03-19: Version 3.9.20
1431
1432 Fixed declarations escaping global strict eval. (Issue 1624)
1433
1434 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1435
1436 Fixed function declarations overwriting read-only global properties.
1437 (Chromium issue 115452)
1438
1439 Fixed --use-strict flag in combination with --harmony[-scoping].
1440
1441 Debugger: naive implementation of "step into Function.prototype.bind".
1442
1443 Debugger: added ability to set script source from within OnBeforeCompile
1444
1445 Added flag to always call DebugBreak on abort.
1446
1447 Re-enabled constructor inlining and inline === comparison with boolean
1448 constants. (Issue 2009)
1449
1450 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1451
1452 Performance and stability improvements on all platforms.
1453
1454
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000014552012-03-14: Version 3.9.19
1456
1457 Ensure there is a smi check of the receiver for global load and call
1458 ICs (Chromium issue 117794).
1459
1460 Performance and stability improvements on all platforms.
1461
1462
yangguo@chromium.org154ff992012-03-13 08:09:54 +000014632012-03-13: Version 3.9.18
1464
1465 Ensure consistency of Math.sqrt on Intel platforms.
1466
1467 Remove static initializers in v8. (issue 1859)
1468
1469 Add explicit dependency on v8_base in the GYP-based build.
1470
1471 Performance and stability improvements on all platforms.
1472
1473
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000014742012-03-12: Version 3.9.17
1475
1476 Fixed VFP detection through compiler defines. (issue 1996)
1477
1478 Add Code-related fields to postmortem metadata.
1479
1480 Performance and stability improvements on all platforms.
1481
1482
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000014832012-03-09: Version 3.9.16
1484
1485 Added basic interface inference for modules (behind the --harmony flag).
1486
1487 Added Object.is, Number.isFinite, Number.isNaN.
1488
1489 Updated the Unicode tables to Unicode version 6.1.0.
1490
1491 Performance and stability improvements on all platforms.
1492
1493
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000014942012-03-06: Version 3.9.15
1495
1496 Fix the heap profiler crash caused by memory layout changes between
1497 passes.
1498
1499 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1500
1501 Fix double-rounding in strtod for MinGW. (issue 1062)
1502
1503 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1504
1505 Performance and stability improvements on all platforms.
1506
1507
fschneider@chromium.org35814e52012-03-01 15:43:35 +000015082012-03-01: Version 3.9.14
1509
1510 Performance and stability improvements on all platforms.
1511
1512
ulan@chromium.org812308e2012-02-29 15:58:45 +000015132012-02-29: Version 3.9.13
1514
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001515 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001516
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001517 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1518 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001519
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001520 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001521
1522 Performance and stability improvements on all platforms.
1523
1524
ulan@chromium.org967e2702012-02-28 09:49:15 +000015252012-02-28: Version 3.9.12
1526
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001527 Fixed the negative lookup stub to handle deleted entries in a
1528 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001529
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001530 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001531 callback function can resolve the location of a return address on stack
1532 to the location where a return-address rewriting profiler stashed the
1533 original return address.
1534
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001535 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1536 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001537
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001538 Fixed issue 1853: Update breakpoints set with partial file name after
1539 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001540
1541
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000015422012-02-27: Version 3.9.11
1543
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001544 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001545
1546
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000015472012-02-24: Version 3.9.10
1548
1549 Fixed V8 issues 1322, 1772 and 1969.
1550
1551 Conformance improvements.
1552
1553 Performance and stability improvements on all platforms.
1554
1555
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000015562012-02-23: Version 3.9.9
1557
1558 Supported fast case for-in in Crankshaft.
1559
1560 Sped up heap snapshot serialization and dominators construction.
1561
1562 Randomized allocation addresses on windows. (Chromium issue 115151)
1563
1564 Fixed compilation with MinGW-w64. (issue 1943)
1565
1566 Fixed incorrect value of assignments to non-extensible properties.
1567
1568 Fixed a crash bug in generated code on ia32.
1569
1570 Performance and stability improvements on all platforms.
1571
1572
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000015732012-02-21: Version 3.9.8
1574
1575 Fixed memory leak and missing #include in StartupDataDecompressor
1576 (issue 1960).
1577
1578 Renamed static methods to avoid shadowing virtual methods and fix Clang
1579 C++11 compile error.
1580
1581 Fixed sequence of element access in array builtins (issue 1790).
1582
1583 Performance and stability improvements on all platforms.
1584
1585
yangguo@chromium.org56454712012-02-16 15:33:53 +000015862012-02-16: Version 3.9.7
1587
1588 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1589
1590 Fixed GCC-4.7 warnings.
1591
1592 Added Navier-Stokes benchmark.
1593
1594 Performance and stability improvements on all platforms.
1595
1596
ulan@chromium.org65a89c22012-02-14 11:46:07 +000015972012-02-14: Version 3.9.6
1598
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001599 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001600
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001601 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001602
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001603 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001604
1605 Heap Snapshot maximum size limit is too low for really big apps. At the
1606 moment the limit is 256MB. (Chromium issue 113015)
1607
1608 Performance and stability improvements on all platforms.
1609
1610
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000016112012-02-09: Version 3.9.5
1612
1613 Removed unused command line flags.
1614
1615 Performance and stability improvements on all platforms.
1616
1617
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000016182012-02-08: Version 3.9.4
1619
1620 Properly initialize element-transitioning array literals on ARM.
1621 (issue 1930)
1622
1623 Bug fixes on all platforms.
1624
1625
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000016262012-02-07: Version 3.9.3
1627
1628 When rethrowing an exception, print the stack trace of its original
1629 site instead of rethrow site (Chromium issue 60240).
1630
1631 Increased size of small stacks from 32k to 64k to avoid hitting limits
1632 in Chromium (Chromium issue 112843).
1633
1634
rossberg@chromium.org994edf62012-02-06 10:12:55 +000016352012-02-06: Version 3.9.2
1636
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001637 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001638
1639 Heap profiler reports implicit references.
1640
1641 Optionally export metadata with libv8 to enable debuggers to inspect V8
1642 state.
1643
1644
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000016452012-02-02: Version 3.9.1
1646
1647 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1648 (Chromium issue 112315).
1649
1650 Fixed a crash in dev tools (Chromium issue 107996).
1651
1652 Added 'dependencies_traverse': 1 to v8 GYP target.
1653
1654 Performance and stability improvements on all platforms.
1655
1656
danno@chromium.orgfa458e42012-02-01 10:48:36 +000016572012-02-01: Version 3.9.0
1658
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001659 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001660
1661 Stability fixes and performance improvements on all platforms.
1662
1663
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000016642012-01-26: Version 3.8.9
1665
1666 Flush number string cache on GC (issue 1605).
1667
1668 Provide access to function inferred name with
1669 v8::Function::GetInferredName in V8 public API.
1670
1671 Fix building with Clang (issue 1912).
1672
1673 Reduce the space used by the stack for the profiling thread.
1674
1675 Fix misleading documentation of v8::Locker (issue 542).
1676
1677 Introduce readbinary function in d8 to read binary files.
1678
1679 Performance and stability improvements on all platforms.
1680
1681
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000016822012-01-23: Version 3.8.8
1683
1684 Limited number of loop iterations in Heap::ReserveSpace
1685 (Chromium issue 99027).
1686
1687 Fixed solaris build (VirtualMemory) (issue 1761).
1688
1689 Fixed strict vs. non-strict handling of function proxies in
1690 higher-order array and string methods.
1691
1692 Enabled asynchronous remote debugging with d8 (issue 1691).
1693
1694 Stability and performance improvements on all platforms.
1695
1696
ulan@chromium.org2efb9002012-01-19 15:36:35 +000016972012-01-19: Version 3.8.7
1698
1699 Ensure that LRandom restores rsi after call to the C function on x64.
1700 (Chromium issue http://crbug.com/110509)
1701
1702 Fixing include issues on *bsd when building with scons.
1703 (issue 1897)
1704
1705 Provide a switch to specify -fno-strict-aliasing
1706 (issue 1887)
1707
1708 Move WIN32 define from standalone.gypi to common.gypi
1709 (issue 1760)
1710
1711 Fix corner-case in heap size estimation.
1712 (issue 1893)
1713
1714 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1715 (issue 1903)
1716
1717 Performance improvements and bug fixes.
1718
1719
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000017202012-01-16: Version 3.8.6
1721
1722 Add primitive WebGL array support to d8.
1723
1724 Improve heap size estimation (issue 1893).
1725
1726 Hash collision DOS workaround extended from string keys
1727 to numeric keys.
1728
1729 Provide an API for iterating through all external strings referenced
1730 from the JS heap.
1731
1732 Adjust position recorded for call expressions. http://crbug.com/109195
1733
1734 Fix GC crash related to instanceof. http://crbug.com/109448
1735
1736 Performance improvements and bug fixes.
1737
1738
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000017392012-01-05: Version 3.8.5
1740
1741 Fix broken test that assumes that no GC can clear the regexp cache (GC
1742 can happen at any time due to Crankshaft).
1743
1744 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1745
1746 Add netbsd support to gyp build.
1747
1748 Determine page size at runtime on posix platforms.
1749
1750 Ensure that store buffer filtering hash sets are cleared after
1751 StoreBuffer::Filter.
1752
1753 Randomize the seed used for string hashing. This helps guard against
1754 CPU-eating DOS attacks against node.js servers. Based on code from
1755 Bert Belder. This version only solves the issue for those that compile
1756 V8 themselves or those that do not use snapshots. A snapshot-based
1757 precompiled V8 will still have predictable string hash codes.
1758
1759 Implement callback when script finishes running in V8 API.
1760
1761 Improve performance of Math.min and Math.max for the case of two
1762 arguments. (issue 1325)
1763
1764
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000017652012-01-02: Version 3.8.4
1766
1767 Performance improvements for large Smi-only arrays.
1768
1769 Fixed InternalArrays construction. (issue 1878)
1770
1771
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000017722011-12-27: Version 3.8.3
1773
1774 Avoid embedding new space objects into code objects in the lithium gap
1775 resolver. (chromium:108296)
1776
1777 Bug fixes and performance optimizations on all platforms.
1778
1779
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000017802011-12-21: Version 3.8.2
1781
1782 Add max optimization flag to v8 gyp build to ensure V8 is always built
1783 fully optimized in Chrome.
1784
1785 MIPS: Bring MIPS to parity with other platforms.
1786
1787 Optimizations and stability improvements on all platforms.
1788
1789
ricow@chromium.org7ad65222011-12-19 12:13:11 +000017902011-12-19: Version 3.8.1
1791
1792 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1793
1794 Stability improvements on all platforms.
1795
1796
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000017972011-12-13: Version 3.8.0
1798
1799 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1800
1801 Sync parser and preparser on do-while and return statements.
1802 (issue 1856)
1803
1804 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1805
1806 Stability and performance improvements on all platforms.
1807
1808
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000018092011-12-01: Version 3.7.12
1810
1811 Increase tick interval for the android platform.
1812
1813 Fix a bug in the register allocator. (chromium:105112)
1814
1815 Fix handling of recompiling code. (chromium:105375, v8:1782)
1816
1817 Start incremental marking on idle notification. (v8:1458)
1818
1819 Build fixes for various platforms.
1820
1821 Various performance improvements.
1822
1823
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000018242011-11-29: Version 3.7.11
1825
1826 Fixed bug when generating padding to ensure space for lazy
1827 deoptimization.
1828 (issue 1846)
1829
1830 Further reduced pause times due to GC.
1831
1832 Stability and performance improvements on all platforms.
1833
1834
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000018352011-11-23: Version 3.7.10
1836
1837 Set maximum length of FixedArray in terms of elements instead an
1838 absolute number of bytes.
1839 (Chromium issue 103103)
1840
1841 Stability and performance improvements on all platforms.
1842
1843
18442011-11-21: Version 3.7.9
1845
1846 Removed exit-time destructors.
1847
1848 Stability and performance improvements on all platforms.
1849
1850
ricow@chromium.org27bf2882011-11-17 08:34:43 +000018512011-11-17: Version 3.7.8
1852
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001853 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001854 function on builtins will not make the original function reappear.
1855
1856 Added NetBSD support for scons build.
1857
1858 Performance improvements on all platforms.
1859
1860
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000018612011-11-14: Version 3.7.7
1862
1863 Fix missing fast property accessors in heap snapshots.
1864 (issue 1818)
1865
1866
danno@chromium.org2c456792011-11-11 12:00:53 +000018672011-11-11: Version 3.7.6
1868
1869 Fixed filtering of store buffer for large object pages.
1870 (issue 1817)
1871
1872 Fixed generated hash function on all platforms.
1873 (issue 1808)
1874
1875 Fixed Heap::Shrink to ensure that it does not free pages that are
1876 still in use.
1877 (Chromium issue 100414)
1878
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001879 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001880
1881
danno@chromium.orgc612e022011-11-10 11:38:15 +000018822011-11-10: Version 3.7.5
1883
1884 Added initial gyp infrastructure for MIPS.
1885
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001886 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001887 collector.
1888
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001889 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001890
1891
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000018922011-11-07: Version 3.7.4
1893
1894 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1895
1896 Fix Harmony sets and maps to allow null and undefined as keys
1897 (still hidden behind --harmony flag) (issue 1622).
1898
1899 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1900
1901 Enable VFP instructions for Android.
1902
1903 Fix error handling in Date.prototype.toISOString (issue 1792).
1904
1905 Bug fixes and performance improvements for all platforms.
1906
1907 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1908
1909
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000019102011-10-28: Version 3.7.3
1911
1912 Slight deoptimization as a workaround for issue with jslint: Issue
1913 1789.
1914
1915
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000019162011-10-27: Version 3.7.2
1917
1918 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1919
1920
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000019212011-10-26: Version 3.7.1
1922
1923 Achieved 33% speedup in debug-mode tests.
1924
1925 Removed special casing of calls to RegExp test and exec methods with no
1926 argument. Now matches new JSC behaviour. crbug.com/75740.
1927
1928 Return the empty string on cyclic references in toString (ES5
1929 conformance).
1930
1931 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1932
1933 Made Math.random state per-context instead of per-process (issue 864).
1934
1935 Fixed stack traces to skip native functions.
1936
1937 Make snapshots (new contexts) smaller and faster.
1938
1939 Fixed handling of Function.apply for non-array arguments.
1940
1941 Fixed evaluation order in defineProperties to match FireFox.
1942
1943 Fixed handling of non-object receivers for array builtins,
1944 crbug.com/100702.
1945
1946 Multiple fixes to improve compliance with test262.
1947
1948 Fixed compatibility with older Android releases.
1949
1950 Fixed compilation with gcc-4.5.3.
1951
1952 Improved performance of WriteUtf8, issue 1665.
1953
1954 Made native syntax an early error in the preparser.
1955
1956 Fixed issues 793 and 893 relating to Function.prototype.bind.
1957
1958 Improved let, const, Set and Map support and other Harmony features
1959 (behind the --harmony flag).
1960
1961 Changed evaluation order for > and <= to match ES5 instead of ES3.
1962
1963 Bug fixes and performance improvements on all platforms.
1964
1965
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000019662011-10-13: Version 3.7.0
1967
1968 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1969
1970 Fixed issue 1757 (string slices of external strings).
1971
1972 Fixed issue 1759 (ARM).
1973
1974 Added flag --noclever-optimizations to disable some things that
1975 caused trouble in the past.
1976
1977 Added flag --stress-compaction for testing.
1978
1979 Added flag --harmony to activate all experimental Harmony features.
1980
1981
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000019822011-10-10: Version 3.6.6
1983
1984 Added a GC pause visualization tool.
1985
1986 Added presubmit=no and werror=no flags to Makefile.
1987
1988 ES5/Test262 conformance improvements.
1989
1990 Fixed compilation issues with GCC 4.5.x (issue 1743).
1991
1992 Bug fixes and performance improvements on all platforms.
1993
1994
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000019952011-10-05: Version 3.6.5
1996
1997 New incremental garbage collector.
1998
1999 Removed the hard heap size limit (soft heap size limit is still
2000 700/1400Mbytes by default).
2001
2002 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2003
2004 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2005
2006 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2007
2008 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2009
2010 Fixed the MinGW and Windows 2000 builds.
2011
2012 Fixed "Prototype chain is not searched if named property handler does
2013 not set a property" (Issue 1636).
2014
2015 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2016
2017 Disallowed future reserved words as labels in strict mode.
2018
2019 Fixed string split to correctly coerce the separator to a string
2020 (Issue 1711).
2021
2022 API: Added an optional source length field to the Extension
2023 constructor.
2024
2025 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2026 (Issue 1573).
2027
2028 Added "native" target to Makefile for the benefit of Linux distros.
2029
2030 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2031
2032 More work on ES-Harmony proxies. Still hidden behind a flag.
2033
2034 Bug fixes and performance improvements on all platforms.
2035
2036
lrn@chromium.org34e60782011-09-15 07:25:40 +000020372011-09-15: Version 3.6.4
2038
2039 Fixed d8's broken readline history.
2040
2041 Removed the need for code delete events in CPU profiler (Issue 1466).
2042
2043 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2044
2045 Fixing parallel execution in d8 (with -p) and some memory leaks.
2046
2047 Support for precise stepping in functions compiled before debugging was
2048 started (step 1).
2049
2050
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000020512011-09-13: Version 3.6.3
2052
2053 Implemented better support of typed arrays in the d8 shell.
2054
2055 Bug fixes and performance improvements on all platforms.
2056
2057
ricow@chromium.org55ee8072011-09-08 16:33:10 +000020582011-09-08: Version 3.6.2
2059
2060 Added "dependencies" target to top-level Makefile.
2061
2062 Added ability to turn profiler on/off in d8.
2063
2064 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2065
2066 Fixed several crash bugs.
2067
2068
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000020692011-09-07: Version 3.6.1
2070
2071 Fixed a bug in abrupt exit from with or catch inside finally.
2072
2073 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2074 issue 95113).
2075
2076 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2077
2078 Fixed a few clang warnings (which -Werror treated as errors).
2079
2080 Performance improvements on all platforms.
2081
2082
fschneider@chromium.org1805e212011-09-05 10:49:12 +000020832011-09-05: Version 3.6.0
2084
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002085 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002086
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002087 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002088
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002089 Made arguments and caller always be null on native functions
2090 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002091
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002092 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002093
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002094 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002095
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002096 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002097
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002098 Fixed a problem with large heap snapshots in Chrome DevTools
2099 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002100
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002101 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002102
2103
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000021042011-08-31: Version 3.5.10
2105
2106 Added dependency of v8_base on WinSocket2 Windows library in
2107 the GYP-build.
2108
2109 Various bugfixes.
2110
2111
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000021122011-08-29: Version 3.5.9
2113
2114 Made FromPropertyDescriptor not trigger inherited setters.
2115
2116 Fixed .gyp files to work on the ARM simulator.
2117
2118 Fixed shared library build warnings for MSVS.
2119
2120
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000021212011-08-24: Version 3.5.8
2122
2123 Added V8EXPORT attributes for v8::Array::CheckCast and
2124 v8::Number::CheckCast.
2125
2126 Made a slight API change enabling opting out from null termination
2127 in String::Write*().
2128
2129 Fixed arm build for gcc-4.6.
2130
2131
rossberg@chromium.org28a37082011-08-22 11:03:23 +000021322011-08-22: Version 3.5.7
2133
2134 Make scanner handle invalid unicode escapes in identifiers correctly.
2135
2136 Make regexp flag parsing stricter.
2137
2138 Fix several memory leaks.
2139
2140
danno@chromium.orgb6451162011-08-17 14:33:23 +000021412011-08-17: Version 3.5.6
2142
2143 Fixed issue that could cause crashes when running with --heap-stats.
2144
2145 Fixed compilation on Linux 2.6.9 and older.
2146
2147 Fixed live-object-list to work with isolates.
2148
2149 Fixed memory leaks in zones and isolates.
2150
2151 Fixed a performance regression for TypedArrays on x64.
2152
2153 Stability improvements on all platforms.
2154
2155
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000021562011-08-15: Version 3.5.5
2157
2158 Fixed bugs involving negative zero and the optimizing compiler.
2159
2160 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2161
2162 Eliminated uses of deprecated ARM instructions.
2163
2164 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2165
2166 Removed restriction on the size of disassembled code that is printed.
2167
2168
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000021692011-08-10: Version 3.5.4
2170
2171 Added a preliminary implementation of ES Harmony weak maps. Weak
2172 maps can be enabled by the flag --harmony-weakmaps.
2173
2174 Introduced a toplevel Makefile to support GYP-based building. GYP
2175 can be obtained from http://gyp.googlecode.com.
2176
2177 Fixed a bug in the length property of functions created by
2178 Function.prototype.bind.
2179
2180 Reduced malloc heap allocation on process startup.
2181
2182 Several important code generation bug fixes.
2183
2184 Performance improvements on all platforms.
2185
2186
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000021872011-08-03: Version 3.5.3
2188
2189 MIPS: Port of fix to ClassOf check from ARM.
2190 Patch from Paul Lind <plind44@gmail.com>.
2191
2192 Stopped using mprotect on Cygwin.
2193 Avoided uninitialized member warning on gcc 4.3.4
2194 Both patches by Bert Belder.
2195
2196 Bug fixes and performance improvements on all platforms.
2197
2198
vegorov@chromium.org7943d462011-08-01 11:41:52 +000021992011-08-01: Version 3.5.2
2200
2201 Performance improvements on all platforms.
2202
2203
ricow@chromium.org2c99e282011-07-28 09:15:17 +000022042011-07-28: Version 3.5.1
2205
2206 Fixed setting the readonly flag on the prototype property using the
2207 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2208
2209 Changed the tools/test.py script to use d8 instead of shell for
2210 testing.
2211
2212 Fixed crash in ToBooleanStub when GC happens during invocation.
2213
2214 Enabled automatic unboxing of double arrays.
2215
2216 Performance improvements on all platforms.
2217
2218
ricow@chromium.org9fa09672011-07-25 11:05:35 +000022192011-07-25: Version 3.5.0
2220
2221 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2222 proxies.
2223
2224 Removed logging to memory support.
2225
2226 Bugfixes and performance work.
2227
2228
rossberg@chromium.org717967f2011-07-20 13:44:42 +000022292011-07-20: Version 3.4.14
2230
2231 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2232
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002233 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002234 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002235
2236 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2237
2238
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000022392011-07-18: Version 3.4.13
2240
2241 Improved debugger support to allow inspection of optimized frames (issue
2242 1140).
2243
2244 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2245
2246 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2247
2248 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2249
2250 Simplified HClampToUint8. Patch by Andy Wingo.
2251
2252 Exposed APIs for detecting boxed primitives, native errors. Patch by
2253 Luke Zarko.
2254
2255 Added map check for COW elements to crankshaft array handling code
2256 (issue 1560).
2257
2258 Sample shell and (a light version of) D8 links against a shared library
2259 now.
2260
2261 Fixed bug in array filter and reduce functions (issue 1559).
2262
2263 Avoid TLS load in AstNode constructor.
2264
2265 Introduced a random entropy source which can optionally be provided at
2266 initialization. (Chromium issue 89462).
2267
2268
whesse@chromium.org030d38e2011-07-13 13:23:34 +000022692011-07-13: Version 3.4.12
2270
2271 Added --prof profiling option to d8 shell.
2272
2273 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2274
2275 Fixed a potential assertion failure in const declarations.
2276
2277 Fixed an assertion failure in descriptor arrays (issue 1526).
2278
2279 Enabled fast thread-local storage by default on supported platforms.
2280
2281 Improved reporting of source position for global variable loads
2282 (issue 1527).
2283
2284
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000022852011-07-11: Version 3.4.11
2286
2287 Fixed MinGW32 build.
2288
2289 Fixed a GC bug with RegExp code flushing.
2290
2291 Implemented Object.defineProperty for proxies.
2292
2293 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2294
2295 Added debugger support for inspecting optimized frames (issue 1140).
2296
2297 Allowed JSObject::PreventExtensions to work for arguments objects.
2298
2299 Bugfixes and performance work.
2300
2301
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000023022011-07-06: Version 3.4.10
2303
2304 Fixed debugger not breaking on certain "if" statements (issue 1523).
2305
2306 Fixed assertion failure in runtime profiler when running on IA32
2307 without snapshot (issue 1522).
2308
2309 Fixed ABI for API calls on IA32 (for clang compatibility).
2310
2311 Introduced code flushing of RegExp code to free memory used by
2312 RegExps sooner.
2313
2314 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2315
2316 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2317
2318 Performance improvements on all platforms.
2319
2320
ricow@chromium.org4f693d62011-07-04 14:01:31 +000023212011-07-04: Version 3.4.9
2322
2323 Added support for debugger inspection of locals in optimized frames
2324 (issue 1140).
2325
2326 Fixed SConstruct to pass correct defines to samples/preparser when
2327 building with library=shared.
2328
2329 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2330
2331 Fixed a bug in Object.defineProperty on the arguments object.
2332
2333 Performance improvements on all platforms.
2334
2335
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000023362011-06-29: Version 3.4.8
2337
2338 Ensure 16-byte stack alignment on Solaris (issue 1505).
2339
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002340 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002341 that is not a smi. (issue 1246).
2342
2343
ager@chromium.org04921a82011-06-27 13:21:41 +000023442011-06-27: Version 3.4.7
2345
2346 Fixed 64-bit build on FreeBSD.
2347
2348 Added API to set the property attributes for the prototype
2349 property on functions created from FunctionTemplates.
2350
2351 Bugfixes and performance work.
2352
2353
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000023542011-06-22: Version 3.4.6
2355
2356 Lowered limit on code space for systems with low memory supply.
2357
2358 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2359
2360 Extended setBreakpoint API to accept partial script name (issue 1418).
2361
2362 Made multi-line comments not count when deciding whether the '-->'
2363 comment starter is first on a line. This matches Safari.
2364
2365 Made handling of non-array recievers in Array length setter correct
2366 (issue 1491).
2367
2368 Added ability to heap profiler to iterate over snapshot's node
2369 (issue 1481).
2370
2371
whesse@chromium.org7b260152011-06-20 15:33:18 +000023722011-06-20: Version 3.4.5
2373
2374 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2375 1476, and 1477.
2376
2377 Improved code generation for !0 and !1.
2378
2379 Reduced memory usage for regular expressions with nested qualifiers.
2380 (issue 1472)
2381
2382 Fixed V8 to count line terminators in multi-line comments.
2383 (Chromium issue 86431)
2384
2385 Fixed disassembler=on option for release-mode builds. (issue 1473)
2386
2387 Performance improvements on all platforms.
2388
2389
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000023902011-06-15: Version 3.4.4
2391
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002392 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002393
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002394 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002395
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002396 Several GYP-related changes: Added support for building Xcode project
2397 files. Make the ARM simulator build with GYP again. Generate Makefiles
2398 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002399
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002400 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2401 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002402
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002403 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002404
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002405 Handle 'undefined' correctly when === has been specialized for doubles.
2406 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002407
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002408 Corrected the limit of local variables in an optimized function from 64
2409 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002410
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002411 Correctly set ReadOnly flag on indexed properties when using the API Set
2412 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002413
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002414 Give the correct error message when Object.isExtensible is called on a
2415 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002416
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002417 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2418 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002419
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002420 Do not redefine properties unneccesarily in seal and freeze. (issue
2421 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002422
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002423 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002424
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002425 Distinguish keyed loads with a symbol key from fast elements loads,
2426 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002427
2428
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000024292011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002430
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002431 Clear the global thread table when an isolate is disposed
2432 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002433
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002434 Converted time zone name to UTF8 on Windows (issue 1290).
2435
2436 Limited the number of arguments in a function call to 32766
2437 (issue 1413).
2438
2439 Compress sources of JS libraries in addition to the snapshot.
2440
2441 Fixed a bug in Lithium environment iteration.
2442
2443 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002444
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002445
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000024462011-06-06: Version 3.4.2
2447
2448 More work on ES-Harmony proxies. Still hidden behind a flag.
2449
2450 Fixed some crash bugs and improved performance.
2451
2452 Fixed building with gdb debugging support.
2453
2454 Do not install SIGPROF handler until it is needed.
2455
2456 Added DateTimeFormat to i18n API.
2457
2458 Fixed compilation on OpenBSD.
2459
2460 Take the ulimit into account when sizing the heap. OpenBSD users
2461 may still have to increase the default ulimit to run heavy pages in
2462 the browser.
2463
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002464
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000024652011-06-01: Version 3.4.1
2466
2467 Fixed JSON stringify issue with arrays.
2468
2469 Changed calls to JS builtins to be passed undefined when called with
2470 implicit receiver.
2471
2472 Implemented the set trap for Harmony proxies. Proxies still need to
2473 be enabled with the --harmony-proxies flag.
2474
2475
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000024762011-05-30: Version 3.4.0
2477
2478 Changed calls to undefined property setters to not throw (issue 1355).
2479
2480 Made RegExp objects not callable.
2481
2482 Fixed issues on special case large JSON strings in new json parser
2483 (issues http://crbug.com/83877 and http://crbug.com/84186).
2484
2485 Performance improvements on all platforms.
2486
2487
danno@chromium.org40cb8782011-05-25 07:58:50 +000024882011-05-25: Version 3.3.10
2489
2490 Fixed calls of strict mode function with an implicit receiver.
2491
2492 Fixed fast handling of arrays to properly deal with changes to the
2493 Object prototype (issue 1403).
2494
2495 Changed strict mode poison pill to be the same type error function
2496 (issue 1387).
2497
2498 Fixed a debug crash in arguments object handling (issue 1227).
2499
2500 Fixed a bug in deoptimization on x64 (issue 1404).
2501
2502 Performance improvements and bug fixes on all platforms.
2503
2504
ager@chromium.orgea91cc52011-05-23 06:06:11 +000025052011-05-23: Version 3.3.9
2506
2507 Added DateTimeFormat class to experimental i18n API.
2508
2509 Extended preparser to give early errors for some strict mode
2510 restrictions.
2511
2512 Removed legacy execScript function from V8.
2513
2514 Extended isolate API with the ability to add embedder-specific
2515 data to an isolate.
2516
2517 Added basic support for polymorphic loads from JS and external
2518 arrays.
2519
2520 Fixed bug in handling of switch statements in the optimizing
2521 compiler.
2522
2523
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000025242011-05-18: Version 3.3.8
2525
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002526 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002527 handles are independent of all other persistent handles and can be
2528 garbage collected more frequently.
2529
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002530 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002531 with the --harmony-proxies flag.
2532
2533 Performance improvements and bug fixes on all platforms.
2534
2535
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000025362011-05-16: Version 3.3.7
2537
2538 Updated MIPS infrastructure files.
2539
2540 Performance improvements and bug fixes on all platforms.
2541
2542
karlklose@chromium.org83a47282011-05-11 11:54:09 +000025432011-05-11: Version 3.3.6
2544
2545 Updated MIPS infrastructure files.
2546
2547 Added method IsCallable for Object to the API.
2548 Patch by Peter Varga.
2549
2550
lrn@chromium.org1c092762011-05-09 09:42:16 +000025512011-05-09: Version 3.3.5
2552
2553 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2554
2555 Added check that receiver is JSObject on API calls.
2556
2557 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2558 Patch by Peter Varga.
2559
2560 Added CallAsFunction method to the Object class in the API (Issue 1336).
2561 Patch by Peter Varga.
2562
2563 Added per-isolate locking and unlocking.
2564
2565 Fixed bug in x64 >>> operator (Issue 1359).
2566
2567
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000025682011-05-04: Version 3.3.4
2569
2570 Implemented API to disallow code generation from strings for a context
2571 (issue 1258).
2572
2573 Fixed bug with whitespaces in parseInt (issue 955).
2574
2575 Fixed bug with == comparison of Date objects (issue 1356).
2576
2577 Added GYP variables for ARM code generation:
2578 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2579 and v8_use_arm_eabi_hardfloat.
2580
2581
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000025822011-05-02: Version 3.3.3
2583
2584 Added support for generating Visual Studio solution and project files
2585 using GYP.
2586
2587 Implemented support for ARM EABI calling convention variation where
2588 floating-point arguments are passed in registers (hardfloat).
2589
2590 Added Object::HasOwnProperty() to the API.
2591
2592 Added support for compressing startup data to reduce binary size. This
2593 includes build time support and an API for the embedder to decompress
2594 the startup data before initializing V8.
2595
2596 Reduced the profiling hooks overhead from >400% to 25% when using
2597 ll_prof.
2598
2599 Performance improvements and bug fixes on all platforms.
2600
2601
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000026022011-04-27: Version 3.3.2
2603
2604 Fixed crash bug on ARM with no VFP3 hardware.
2605
2606 Fixed compilation of V8 without debugger support.
2607
2608 Improved performance on JSLint.
2609
2610 Added support Float64 WebGL arrays.
2611
2612 Fixed crash bug in regexp replace.
2613
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002614
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000026152011-04-20: Version 3.3.1
2616
2617 Reduced V8 binary size by removing virtual functions from hydrogen.
2618
2619 Fixed crash bug on x64.
2620
2621 Performance improvements on ARM and IA32.
2622
2623
danno@chromium.org160a7b02011-04-18 15:51:38 +000026242011-04-18: Version 3.3.0
2625
2626 Fixed bug in floating point rounding in Crankshaft on ARM
2627 (issue 958)
2628
2629 Fixed a number of issues with running without VFPv3 support on ARM
2630 (issue 1315)
2631
2632 Introduced v8Locale.Collator, a partial implementation of Collator
2633 per last ECMAScript meeting + mailing list.
2634
2635 Minor performance improvements and bug fixes.
2636
2637
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000026382011-04-13: Version 3.2.10
2639
2640 Fixed bug in external float arrays on ARM (issue 1323).
2641
2642 Minor performance improvements and bug fixes.
2643
2644
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000026452011-04-11: Version 3.2.9
2646
2647 Removed support for ABI prior to EABI on ARM.
2648
2649 Fixed multiple crash bugs.
2650
2651 Added GCMole to the repository, a simple static analysis tool that
2652 searches for GC-unsafe evaluation order dependent callsites.
2653
2654 Made preparser API be exported in shared libraries.
2655
2656 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2657
2658 Fixed mutable __proto__ property if object is not extensible
2659 (Issue 1309).
2660
2661 Fixed auto suspension of the sampler thread.
2662
2663
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000026642011-04-06: Version 3.2.8
2665
2666 Exposed WebGL typed array constructors in the shell sample.
2667
2668 Performance improvements on all platforms.
2669
2670
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000026712011-04-04: Version 3.2.7
2672
2673 Disabled the original 'classic' V8 code generator. Crankshaft is
2674 now the default on all platforms.
2675
2676 Changed the heap profiler to use more descriptive names.
2677
2678 Performance and stability improvements to isolates on all platforms.
2679
2680
lrn@chromium.org7516f052011-03-30 08:52:27 +000026812011-03-30: Version 3.2.6
2682
2683 Fixed xcode build warning in shell.cc (out of order initialization).
2684
2685 Fixed null-pointer dereference in the compiler when running without
2686 SSE3 support (Chromium issue 77654).
2687
2688 Fixed x64 compilation error due to some dead code. (Issue 1286)
2689
2690 Introduced scons target to build the preparser stand-alone example.
2691
2692 Made FreeBSD build and pass all tests.
2693
2694
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000026952011-03-28: Version 3.2.5
2696
lrn@chromium.org7516f052011-03-30 08:52:27 +00002697 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002698
2699 Added Crankshaft support for external arrays.
2700
2701 Fixed two potential crash bugs.
2702
2703
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000027042011-03-23: Version 3.2.4
2705
2706 Added isolates which allows several V8 instances in the same process.
2707 This is controlled through the new Isolate class in the API.
2708
2709 Implemented more of EcmaScript 5 strict mode.
2710
2711 Reduced the time it takes to make detailed heap snapshot.
2712
2713 Added a number of commands to the ARM simulator and enhanced the ARM
2714 disassembler.
2715
2716
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000027172011-03-17: Version 3.2.3
2718
2719 Fixed a number of crash bugs.
2720
2721 Fixed Array::New(length) to return an array with a length (issue 1256).
2722
2723 Fixed FreeBSD build.
2724
2725 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2726
2727 Implemented more of EcmaScript 5 strict mode.
2728
2729 Improved Crankshaft performance on all platforms.
2730
2731
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000027322011-03-14: Version 3.2.2
2733
2734 Fixed a number of crash and correctness bugs.
2735
2736 Improved Crankshaft performance on all platforms.
2737
2738 Fixed Crankshaft on Solaris/Illumos.
2739
2740
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000027412011-03-10: Version 3.2.1
2742
2743 Fixed a number of crash bugs.
2744
2745 Improved Crankshaft for x64 and ARM.
2746
2747 Implemented more of EcmaScript 5 strict mode.
2748
2749
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000027502011-03-07: Version 3.2.0
2751
2752 Fixed a number of crash bugs.
2753
2754 Turned on Crankshaft by default on x64 and ARM.
2755
2756 Improved Crankshaft for x64 and ARM.
2757
2758 Implemented more of EcmaScript 5 strict mode.
2759
2760
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000027612011-03-02: Version 3.1.8
2762
2763 Fixed a number of crash bugs.
2764
2765 Improved Crankshaft for x64 and ARM.
2766
2767 Implemented more of EcmaScript 5 strict mode.
2768
2769 Fixed issue with unaligned reads and writes on ARM.
2770
2771 Improved heap profiler support.
2772
2773
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000027742011-02-28: Version 3.1.7
2775
2776 Fixed a number of crash bugs.
2777
2778 Improved Crankshaft for x64 and ARM.
2779
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002780 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002781 arrays (http://crbug.com/73940).
2782
2783 Fixed bug in map space compaction (http://crbug.com/59688).
2784
2785 Added support for direct getter accessors calls on ARM.
2786
2787
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000027882011-02-24: Version 3.1.6
2789
2790 Fixed a number of crash bugs.
2791
2792 Added support for Cygwin (issue 64).
2793
2794 Improved Crankshaft for x64 and ARM.
2795
2796 Added Crankshaft support for stores to pixel arrays.
2797
2798 Fixed issue in CPU profiler with Crankshaft.
2799
2800
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000028012011-02-16: Version 3.1.5
2802
2803 Change RegExp parsing to disallow /(*)/.
2804
2805 Added GDB JIT support for ARM.
2806
2807 Fixed several crash bugs.
2808
2809 Performance improvements on the IA32 platform.
2810
2811
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000028122011-02-14: Version 3.1.4
2813
2814 Fixed incorrect compare of prototypes of the global object (issue
2815 1082).
2816
2817 Fixed a bug in optimizing calls to global functions (issue 1106).
2818
2819 Made optimized Function.prototype.apply safe for non-JSObject first
2820 arguments (issue 1128).
2821
2822 Fixed an error related to element accessors on Object.prototype and
2823 parser errors (issue 1130).
2824
2825 Fixed a bug in sorting an array with large array indices (issue 1131).
2826
2827 Properly treat exceptions thrown while compiling (issue 1132).
2828
2829 Fixed bug in register requirements for function.apply (issue 1133).
2830
2831 Fixed a representation change bug in the Hydrogen graph construction
2832 (issue 1134).
2833
2834 Fixed the semantics of delete on parameters (issue 1136).
2835
2836 Fixed a optimizer bug related to moving instructions with side effects
2837 (issue 1138).
2838
2839 Added support for the global object in Object.keys (issue 1150).
2840
2841 Fixed incorrect value for Math.LOG10E
2842 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2843
2844 Performance improvements on the IA32 platform.
2845
2846 Implement assignment to undefined reference in ES5 Strict Mode.
2847
2848
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000028492011-02-09: Version 3.1.3
2850
2851 Fixed a bug triggered by functions with huge numbers of declared
2852 arguments.
2853
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002854 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002855
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002856 Fixed issue where Array.prototype.__proto__ had been set to null
2857 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002858
2859 Fixed stability bugs in Crankshaft for x86.
2860
2861
ricow@chromium.org83aa5492011-02-07 12:42:56 +000028622011-02-07: Version 3.1.2
2863
2864 Added better security checks when accessing properties via
2865 Object.getOwnPropertyDescriptor.
2866
2867 Fixed bug in Object.defineProperty and related access bugs (issues
2868 992, 1083 and 1092).
2869
2870 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2871 copyright notice generation for embedders.
2872
2873
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000028742011-02-02: Version 3.1.1
2875
2876 Perform security checks before fetching the value in
2877 Object.getOwnPropertyDescriptor.
2878
2879 Fixed a bug in Array.prototype.splice triggered by passing no
2880 arguments.
2881
2882 Fixed bugs in -0 in arithmetic and in Math.pow.
2883
2884 Fixed bugs in the register allocator and in switching from optimized
2885 to unoptimized code.
2886
2887
28882011-01-31: Version 3.1.0
2889
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002890 Performance improvements on all platforms.
2891
2892
ager@chromium.org378b34e2011-01-28 08:04:38 +000028932011-01-28: Version 3.0.12
2894
2895 Added support for strict mode parameter and object property
2896 validation.
2897
2898 Fixed a couple of crash bugs.
2899
2900
ager@chromium.org0ee099b2011-01-25 14:06:47 +000029012011-01-25: Version 3.0.11
2902
2903 Fixed a bug in deletion of lookup slots that could cause global
2904 variables to be accidentally deleted (http://crbug.com/70066).
2905
2906 Added support for strict mode octal literal verification.
2907
2908 Fixed a couple of crash bugs (issues 1070 and 1071).
2909
2910
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000029112011-01-24: Version 3.0.10
2912
2913 Fixed External::Wrap for 64-bit addresses (issue 1037).
2914
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002915 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002916 code generator (issue 1060).
2917
2918 Introduced partial strict mode support.
2919
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002920 Changed formatting of recursive error messages to match Firefox and
2921 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002922
2923 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002924 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002925 (issue http://crbug.com/50972).
2926
2927 Performance improvements on the IA32 platform.
2928
2929
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000029302011-01-19: Version 3.0.9
2931
2932 Added basic GDB JIT Interface integration.
2933
2934 Make invalid break/continue statements a syntax error instead of a
2935 runtime error.
2936
2937
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029382011-01-17: Version 3.0.8
2939
2940 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002941 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002942
2943 Wrapped external pointers more carefully (issue 1037).
2944
2945 Hardened the implementation of error objects to avoid setters
2946 intercepting the properties set then throwing an error.
2947
2948 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2949
2950 Performance improvements on the IA32 platform.
2951
2952
29532011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002954
2955 Stopped calling inherited setters when creating object literals
2956 (issue 1015).
2957
2958 Changed interpretation of malformed \c? escapes in RegExp to match
2959 JSC.
2960
2961 Enhanced the command-line debugger interface and fixed some minor
2962 bugs in the debugger.
2963
2964 Performance improvements on the IA32 platform.
2965
2966
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029672011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002968
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002969 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002970
2971 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002972 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002973
2974 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002975 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002976
2977 Added use_system_v8 option to gyp (off by default), to make it easier
2978 for Linux distributions to ship with system-provided V8 library.
2979
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002980 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002981
2982 Added labelled thread names to help with debugging (on Linux).
2983
2984
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000029852011-01-03: Version 3.0.5
2986
2987 Fixed a couple of cast errors for gcc-3.4.3.
2988
2989 Performance improvements in GC and IA32 code generator.
2990
2991
whesse@chromium.org023421e2010-12-21 12:19:12 +000029922010-12-21: Version 3.0.4
2993
2994 Added Date::ResetCache() to the API so that the cached values in the
2995 Date object can be reset to allow live DST / timezone changes.
2996
2997 Extended existing support for printing (while debugging) the contents
2998 of objects. Added support for printing objects from release builds.
2999
3000 Fixed V8 issues 989, 1006, and 1007.
3001
3002
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000030032010-12-17: Version 3.0.3
3004
3005 Reapplied all changes for version 3.0.1.
3006
3007 Improved debugger protocol for remote debugging.
3008
3009 Added experimental support for using gyp to generate build files
3010 for V8.
3011
3012 Fixed implementation of String::Write in the API (issue 975).
3013
3014
lrn@chromium.org8541d772010-12-15 12:05:09 +000030152010-12-15: Version 3.0.2
3016
3017 Revert version 3.0.1 and patch 3.0.1.1.
3018
3019
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000030202010-12-13: Version 3.0.1
3021
3022 Added support for an experimental internationalization API as an
3023 extension. This extension is disabled by default but can be enabled
3024 when building V8. The ECMAScript internationalization strawman is
3025 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3026
3027 Made RegExp character class parsing stricter. This mirrors a change
3028 to RegExp parsing in WebKit.
3029
3030 Fixed a bug in Object.defineProperty when used to change attributes
3031 of an existing property. It incorrectly set the property value to
3032 undefined (issue 965).
3033
3034 Fixed several different compilation failures on various platforms
3035 caused by the 3.0.0 release.
3036
3037 Optimized Math.pow so it can work on unboxed doubles.
3038
3039 Sped up quoting of JSON strings by removing one traversal of the
3040 string.
3041
3042
kasperl@chromium.orga5551262010-12-07 12:49:48 +000030432010-12-07: Version 3.0.0
3044
3045 Improved performance by (partially) addressing issue 957 on
3046 IA-32. Still needs more work for the other architectures.
3047
3048
ager@chromium.orgbeb25712010-11-29 08:02:25 +000030492010-11-29: Version 2.5.9
3050
3051 Fixed crashes during GC caused by partially initialize heap
3052 objects.
3053
3054 Fixed bug in process sample that caused memory leaks.
3055
3056 Improved performance on ARM by implementing missing stubs and
3057 inlining.
3058
3059 Improved heap profiler support.
3060
3061 Added separate seeding on Windows of the random number generator
3062 used internally by the compiler (issue 936).
3063
3064 Exposed API for getting the name of the function used to construct
3065 an object.
3066
3067 Fixed date parser to handle one and two digit millisecond
3068 values (issue 944).
3069
3070 Fixed number parsing to disallow space between sign and
3071 digits (issue 946).
3072
3073
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000030742010-11-23: Version 2.5.8
3075
3076 Removed dependency on Gay's dtoa.
3077
3078 Improved heap profiler precision and speed.
3079
3080 Reduced overhead of callback invocations on ARM.
3081
3082
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000030832010-11-18: Version 2.5.7
3084
3085 Fixed obscure evaluation order bug (issue 931).
3086
3087 Split the random number state between JavaScript and the private API.
3088
3089 Fixed performance bug causing GCs when generating stack traces on
3090 code from very large scripts.
3091
3092 Fixed bug in parser that allowed (foo):42 as a labelled statement
3093 (issue 918).
3094
3095 Provide more accurate results about used heap size via
3096 GetHeapStatistics.
3097
3098 Allow build-time customization of the max semispace size.
3099
3100 Made String.prototype.split honor limit when separator is empty
3101 (issue 929).
3102
3103 Added missing failure check after expecting an identifier in
3104 preparser (Chromium issue 62639).
3105
3106
ager@chromium.org01fe7df2010-11-10 11:59:11 +000031072010-11-10: Version 2.5.6
3108
3109 Added support for VFP rounding modes to the ARM simulator.
3110
3111 Fixed multiplication overflow bug (issue 927).
3112
3113 Added a limit for the amount of executable memory (issue 925).
3114
3115
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000031162010-11-08: Version 2.5.5
3117
3118 Added more aggressive GC of external objects in near out-of-memory
3119 situations.
3120
3121 Fixed a bug that gave the incorrect result for String.split called
3122 on the empty string (issue 924).
3123
3124
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000031252010-11-03: Version 2.5.4
3126
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003127 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003128
3129
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000031302010-11-01: Version 2.5.3
3131
3132 Fixed a bug that prevents constants from overwriting function values
3133 in object literals (issue 907).
3134
3135 Fixed a bug with reporting of impossible nested calls of DOM functions
3136 (issue http://crbug.com/60753).
3137
3138
lrn@chromium.org303ada72010-10-27 09:33:13 +000031392010-10-27: Version 2.5.2
3140
3141 Improved sampler resolution on Linux.
3142
3143 Allowed forcing the use of a simulator from the build script
3144 independently of the host architecture.
3145
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003146 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003147
3148 Made windows-tick-processor respect D8_PATH.
3149
3150 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3151
3152
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000031532010-10-20: Version 2.5.1
3154
3155 Fixed bug causing spurious out of memory exceptions
3156 (issue http://crbug.com/54580).
3157
3158 Fixed compilation error on Solaris platform (issue 901).
3159
3160 Fixed error in strtod (string to floating point number conversion)
3161 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3162
3163 Adjusted randomized allocations of executable memory to have 64k
3164 granularity (issue http://crbug.com/56036).
3165
3166 Supported profiling using kernel perf_events on linux. Added ll_prof
3167 script to tools and --ll-prof flag to V8.
3168
3169
vegorov@chromium.org42841962010-10-18 11:18:59 +000031702010-10-18: Version 2.5.0
3171
3172 Fixed bug in cache handling of lastIndex on global regexps
3173 (issue http://crbug.com/58740).
3174
3175 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3176 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003177 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003178
3179 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3180
3181
31822010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003183
3184 Fixed a bug in the handling of conditional expressions in test
3185 contexts in compiler for top-level code.
3186
3187 Added "//@ sourceURL" information to the StackTrace API.
3188
3189 Exposed RegExp construction through the API.
3190
3191
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000031922010-10-04: Version 2.4.8
3193
3194 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3195 whole snapshot (issue 868).
3196
3197 Performance improvements on all platforms.
3198
3199
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000032002010-09-30: Version 2.4.7
3201
3202 Changed the command-line flag --max-new-space-size to be in kB and the
3203 flag --max-old-space-size to be in MB (previously they were in bytes).
3204
3205 Added Debug::CancelDebugBreak to the debugger API.
3206
3207 Fixed a bug in getters for negative numeric property names
3208 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3209
3210 Performance improvements on all platforms.
3211
3212
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000032132010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003214
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003215 Fixed assertion failure related to copy-on-write arrays (issue 876).
3216
3217 Fixed build failure of 64-bit V8 on Windows.
3218
3219 Fixed a bug in RegExp (issue http://crbug.com/52801).
3220
3221 Improved the profiler's coverage to cover more functions (issue 858).
3222
3223 Fixed error in shift operators on 64-bit V8
3224 (issue http://crbug.com/54521).
3225
3226
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000032272010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003228
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003229 Changed the RegExp benchmark to exercise the regexp engine on different
3230 inputs by scrambling the input strings.
3231
3232 Fixed a bug in keyed loads on strings.
3233
3234 Fixed a bug with loading global function prototypes.
3235
3236 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3237
3238 Performance improvements on all platforms.
3239
3240
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000032412010-09-15: Version 2.4.4
3242
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003243 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003244
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003245 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003246
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003247 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003248
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003249 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003250
3251
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000032522010-09-13: Version 2.4.3
3253
3254 Made Date.parse properly handle TZ offsets (issue 857).
3255
3256 Performance improvements on all platforms.
3257
3258
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000032592010-09-08: Version 2.4.2
3260
3261 Fixed GC crash bug.
3262
3263 Fixed stack corruption bug.
3264
3265 Fixed compilation for newer C++ compilers that found Operand(0)
3266 ambiguous.
3267
3268
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000032692010-09-06: Version 2.4.1
3270
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003271 Added the ability for an embedding application to receive a callback
3272 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3273 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003274
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003275 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003276
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003277 Fixed memory overrun crash bug triggered during V8's tick-based
3278 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003279
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003280 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003281
3282
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000032832010-09-01: Version 2.4.0
3284
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003285 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3286 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003287
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003288 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003289 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003290
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003291 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003292
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003293 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003294
3295
ricow@chromium.org65fae842010-08-25 15:26:24 +000032962010-08-25: Version 2.3.11
3297
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003298 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003299
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003300 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003301 VARIANT_FLAGS that allows specification of sets of flags with which
3302 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003303
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003304 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003305
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003306 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003307
3308
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000033092010-08-23: Version 2.3.10
3310
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003311 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003312
3313 Build fixes for unusual compilers.
3314
3315 Track high water mark for RWX memory.
3316
3317 Performance improvements on all platforms.
3318
3319
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000033202010-08-18: Version 2.3.9
3321
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003322 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003323
3324 Removed specialized handling of GCC 4.4 (issue 830).
3325
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003326 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003327 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3328
ricow@chromium.org65fae842010-08-25 15:26:24 +00003329 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003330
3331
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000033322010-08-16: Version 2.3.8
3333
3334 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3335
3336 Fixed issue with incorrect handling of custom valueOf methods on
3337 string wrappers (issue 760).
3338
3339 Fixed compilation for ARMv4 (issue 590).
3340
3341 Improved performance.
3342
3343
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000033442010-08-11: Version 2.3.7
3345
3346 Reduced size of heap snapshots produced by heap profiler (issue 783).
3347
3348 Introduced v8::Value::IsRegExp method.
3349
3350 Fixed CPU profiler crash in start / stop sequence when non-existent
3351 name is passed (issue http://crbug.com/51594).
3352
3353 Introduced new indexed property query callbacks API (issue 816). This
3354 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3355 by default.
3356
3357 Removed support for object literal get/set with number/string
3358 property name.
3359
3360 Fixed handling of JSObject::elements in CalculateNetworkSize
3361 (issue 822).
3362
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003363 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003364
3365
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000033662010-08-09: Version 2.3.6
3367
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003368 RegExp literals create a new object every time they are evaluated
3369 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003370
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003371 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003372
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003373 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003374
3375
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000033762010-08-04: Version 2.3.5
3377
3378 Added support for ES5 property names. Object initialisers and
3379 dot-notation property access now allows keywords. Also allowed
3380 non-identifiers after "get" or "set" in an object initialiser.
3381
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003382 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003383
3384
whesse@chromium.orge90029b2010-08-02 11:52:17 +000033852010-08-02: Version 2.3.4
3386
3387 Fixed problems in implementation of ES5 function.prototype.bind.
3388
3389 Fixed error when using apply with arguments object on ARM (issue 784).
3390
3391 Added setting of global flags to debugger protocol.
3392
3393 Fixed an error affecting cached results of sin and cos (issue 792).
3394
3395 Removed memory leak from a boundary case where V8 is not initialized.
3396
3397 Fixed issue where debugger could set breakpoints outside the body
3398 of a function.
3399
3400 Fixed issue in debugger when using both live edit and step in features.
3401
3402 Added Number-letter (Nl) category to Unicode tables. These characters
3403 can now be used in identifiers.
3404
3405 Fixed an assert failure on X64 (issue 806).
3406
3407 Performance improvements on all platforms.
3408
3409
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000034102010-07-26: Version 2.3.3
3411
3412 Fixed error when building the d8 shell in a fresh checkout.
3413
3414 Implemented Function.prototype.bind (ES5 15.3.4.5).
3415
3416 Fixed an error in inlined stores on ia32.
3417
3418 Fixed an error when setting a breakpoint at the end of a function
3419 that does not end with a newline character.
3420
3421 Performance improvements on all platforms.
3422
3423
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000034242010-07-21: Version 2.3.2
3425
3426 Fixed compiler warnings when building with LLVM.
3427
3428 Fixed a bug with for-in applied to strings (issue 785).
3429
3430 Performance improvements on all platforms.
3431
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003432
ricow@chromium.org4980dff2010-07-19 08:33:45 +000034332010-07-19: Version 2.3.1
3434
3435 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3436
3437 Fixed bug related to code flushing while compiling a lazy
3438 compilable function (issue http://crbug.com/49099).
3439
3440 Performance improvements on all platforms.
3441
3442
ager@chromium.orgb5737492010-07-15 09:29:43 +000034432010-07-15: Version 2.3.0
3444
3445 Added ES5 Object.seal and Object.isSealed.
3446
3447 Added debugger API for scheduling debugger commands from a
3448 separate thread.
3449
3450
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000034512010-07-14: Version 2.2.24
3452
3453 Added API for capturing stack traces for uncaught exceptions.
3454
3455 Fixed crash bug when preparsing from a non-external V8 string
3456 (issue 775).
3457
3458 Fixed JSON.parse bug causing input not to be converted to string
3459 (issue 764).
3460
3461 Added ES5 Object.freeze and Object.isFrozen.
3462
3463 Performance improvements on all platforms.
3464
3465
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000034662010-07-07: Version 2.2.23
3467
3468 API change: Convert Unicode code points outside the basic multilingual
3469 plane to the replacement character. Previous behavior was to silently
3470 truncate the value to 16 bits.
3471
3472 Fixed crash: handle all flat string types in regexp replace.
3473
3474 Prevent invalid pre-parsing data passed in through the API from
3475 crashing V8.
3476
3477 Performance improvements on all platforms.
3478
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003479
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000034802010-07-05: Version 2.2.22
3481
3482 Added ES5 Object.isExtensible and Object.preventExtensions.
3483
3484 Enabled building V8 as a DLL.
3485
3486 Fixed a bug in date code where -0 was not interpreted as 0
3487 (issue 736).
3488
3489 Performance improvements on all platforms.
3490
3491
lrn@chromium.org32d961d2010-06-30 09:09:34 +000034922010-06-30: Version 2.2.21
3493
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003494 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003495
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003496 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003497
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003498 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003499
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003500 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003501
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003502 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003503
3504 Provide actual breakpoints locations in response to setBreakpoint
3505 and listBreakpoints requests.
3506
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003507
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000035082010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003509
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003510 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003511
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003512 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003513
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003514 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003515
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003516 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003517 miscalculated for some inputs.
3518
3519 Performance improvements on all platforms.
3520
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003521
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000035222010-06-23: Version 2.2.19
3523
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003524 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003525 (issue 738).
3526
3527 Added expose-externalize-string flag for testing extensions.
3528
3529 Resolve linker issues with using V8 as a DLL causing a number of
3530 problems with unresolved symbols.
3531
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003532 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003533 defined.
3534
3535 Performance improvements on all platforms.
3536
3537
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000035382010-06-16: Version 2.2.18
3539
3540 Added API functions to retrieve information on indexed properties
3541 managed by the embedding layer. Fixes bug 737.
3542
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003543 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003544
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003545 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003546
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003547 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003548
3549 Incremental performance improvements.
3550
3551
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000035522010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003553
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003554 Improved debugger support for stepping out of functions.
3555
3556 Incremental performance improvements.
3557
3558
35592010-06-09: Version 2.2.16
3560
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003561 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003562 disposal of external string resources to call a virtual Dispose
3563 method on the resource.
3564
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003565 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003566 stepping.
3567
3568 Memory usage improvements on all platforms.
3569
3570
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000035712010-06-07: Version 2.2.15
3572
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003573 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003574
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003575 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003576 some compilers complaint when compiling with -Werror.
3577
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003578 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003579
3580
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000035812010-06-02: Version 2.2.14
3582
3583 Fixed a crash in code generated for String.charCodeAt.
3584
3585 Fixed a compilation issue with some GCC versions (issue 727).
3586
3587 Performance optimizations on x64 and ARM platforms.
3588
3589
ricow@chromium.org30ce4112010-05-31 10:38:25 +000035902010-05-31: Version 2.2.13
3591
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003592 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003593 strings (issue 599).
3594
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003595 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003596
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003597 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003598
3599 Performance improvements on all platforms.
3600
3601
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000036022010-05-26: Version 2.2.12
3603
3604 Allowed accessors to be defined on objects rather than just object
3605 templates.
3606
3607 Changed the ScriptData API.
3608
3609
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000036102010-05-21: Version 2.2.11
3611
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003612 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003613
3614 Use 'full compiler' when debugging is active. This should increase
3615 the density of possible break points, making single step more fine
3616 grained. This will only take effect for functions compiled after
3617 debugging has been started, so recompilation of all functions is
3618 required to get the full effect. IA32 and x64 only for now.
3619
3620 Misc. fixes to the Solaris build.
3621
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003622 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003623
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003624 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003625
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003626 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003627
3628 Incremental performance improvements in all backends.
3629
3630
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000036312010-05-17: Version 2.2.10
3632
3633 Performance improvements in the x64 and ARM backends.
3634
3635
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000036362010-05-10: Version 2.2.9
3637
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003638 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003639
3640 Fixed bug with Date.parse returning a non-NaN value when called on a
3641 non date string (issue 696).
3642
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003643 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003644 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003645
3646 C++ API for retrieving JavaScript stack trace information.
3647
3648
ager@chromium.orgac091b72010-05-05 07:34:42 +000036492010-05-05: Version 2.2.8
3650
3651 Performance improvements in the x64 and ARM backends.
3652
3653
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000036542010-05-03: Version 2.2.7
3655
3656 Added support for ES5 date time string format to Date.parse.
3657
3658 Performance improvements in the x64 backend.
3659
3660
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000036612010-04-28: Version 2.2.6
3662
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003663 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003664 (by Ryan Dahl <coldredlemur@gmail.com>).
3665
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003666 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003667
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003668 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003669
3670 Performance improvements on all platforms.
3671
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003672
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000036732010-04-26: Version 2.2.5
3674
3675 Various performance improvements (especially for ARM and x64)
3676
3677 Fixed bug in CPU profiling (http://crbug.com/42137)
3678
3679 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003680
3681 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003682 wrong calculations.
3683
3684 Fixed a bug that may cause a wrong result for shift operations.
3685
3686
36872010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003688
3689 Fixed warnings on arm on newer GCC versions.
3690
3691 Fixed a number of minor bugs.
3692
3693 Performance improvements on all platforms.
3694
3695
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000036962010-04-14: Version 2.2.3
3697
3698 Added stack command and mem command to ARM simulator debugger.
3699
3700 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3701
3702 Performance improvements on all platforms.
3703
3704
ager@chromium.org357bf652010-04-12 11:30:10 +000037052010-04-12: Version 2.2.2
3706
3707 Introduced new profiler API.
3708
3709 Fixed random number generator to produce full 32 random bits.
3710
3711
lrn@chromium.org25156de2010-04-06 13:10:27 +000037122010-04-06: Version 2.2.1
3713
3714 Debugger improvements.
3715
3716 Fixed minor bugs.
3717
3718
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000037192010-03-29: Version 2.2.0
3720
3721 Fixed a few minor bugs.
3722
3723 Performance improvements for string operations.
3724
3725
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000037262010-03-26: Version 2.1.10
3727
3728 Fixed scons build issues.
3729
3730 Fixed a couple of minor bugs.
3731
3732
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000037332010-03-25: Version 2.1.9
3734
3735 Added API support for reattaching a global object to a context.
3736
3737 Extended debugger API with access to the internal debugger context.
3738
3739 Fixed Chromium crashes (issues http://crbug.com/39128 and
3740 http://crbug.com/39160)
3741
3742
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000037432010-03-24: Version 2.1.8
3744
3745 Added fine-grained garbage collection callbacks to the API.
3746
3747 Performance improvements on all platforms.
3748
3749
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000037502010-03-22: Version 2.1.7
3751
3752 Fixed issue 650.
3753
3754 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003755
3756 Performance improvements for arithmetic operations.
3757
3758 Performance improvements for string operations.
3759
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003760 Print script name and line number information in stack trace.
3761
3762
37632010-03-17: Version 2.1.6
3764
3765 Performance improvements for arithmetic operations.
3766
3767 Performance improvements for string operations.
3768
3769
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000037702010-03-10: Version 2.1.4
3771
3772 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3773
3774 Performance improvements on all platforms.
3775
3776
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000037772010-03-10: Version 2.1.3
3778
3779 Added API method for context-disposal notifications.
3780
3781 Added API method for accessing elements by integer index.
3782
3783 Added missing implementation of Uint32::Value and Value::IsUint32
3784 API methods.
3785
3786 Added IsExecutionTerminating API method.
3787
3788 Disabled strict aliasing for GCC 4.4.
3789
3790 Fixed string-concatenation bug (issue 636).
3791
3792 Performance improvements on all platforms.
3793
3794
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000037952010-02-23: Version 2.1.2
3796
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003797 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003798
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003799 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003800
3801 Performance improvements on all platforms.
3802
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003803
ager@chromium.org5c838252010-02-19 08:53:10 +000038042010-02-19: Version 2.1.1
3805
3806 [ES5] Implemented Object.defineProperty.
3807
3808 Improved profiler support.
3809
3810 Added SetPrototype method in the public V8 API.
3811
3812 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3813 objects in the API.
3814
3815 Performance improvements on all platforms.
3816
3817
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000038182010-02-03: Version 2.1.0
3819
3820 Values are now always wrapped in objects when used as a receiver.
3821 (issue 223).
3822
3823 [ES5] Implemented Object.getOwnPropertyNames.
3824
3825 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3826 JSON grammar.
3827
3828 Improvement of debugger agent (issue 549 and 554).
3829
3830 Fixed problem with skipped stack frame in profiles (issue 553).
3831
3832 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3833 <ry@tinyclouds.org>.
3834
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003835 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003836 integers.
3837
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003838 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003839 functions (isue http://crbug.com/3867).
3840
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003841 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003842
3843 Numerous performance improvements including porting of previous IA-32
3844 optimizations to x64 and ARM architectures.
3845
3846
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000038472010-01-14: Version 2.0.6
3848
3849 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3850 GetOwnProperty, FromPropertyDescriptor.
3851
3852 Fixed Mac x64 build errors.
3853
3854 Improved performance of some math and string operations.
3855
3856 Improved performance of some regexp operations.
3857
3858 Improved performance of context creation.
3859
3860 Improved performance of hash tables.
3861
3862
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000038632009-12-18: Version 2.0.5
3864
3865 Extended to upper limit of map space to allow for 7 times as many map
3866 to be allocated (issue 524).
3867
3868 Improved performance of code using closures.
3869
3870 Improved performance of some binary operations involving doubles.
3871
3872
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000038732009-12-16: Version 2.0.4
3874
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003875 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003876
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003877 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003878
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003879 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003880
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003881 Improved handling of external strings by using a separate table
3882 instead of weak handles. This improves garbage collection
3883 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003884
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003885 Changed code generation for object and array literals in toplevel
3886 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003887
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003888 Fixed a crash bug triggered when garbage collection happened during
3889 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003890
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003891 Fixed crash bug sometimes triggered when local variables shadowed
3892 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003893
3894
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000038952009-12-03: Version 2.0.3
3896
3897 Optimized handling and adding of strings, for-in and Array.join.
3898
3899 Heap serialization is now non-destructive.
3900
3901 Improved profiler support with information on time spend in C++
3902 callbacks registered through the API.
3903
3904 Added commands to the debugger protocol for starting/stopping
3905 profiling.
3906
3907 Enabled the non-optimizing compiler for top-level code.
3908
3909 Changed the API to only allow strings to be set as data objects on
3910 Contexts and scripts to avoid potentially keeping global objects
3911 around for too long (issue 528).
3912
3913 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3914
3915 Fixed bugs.
3916
3917
ager@chromium.org01beca72009-11-24 14:29:16 +000039182009-11-24: Version 2.0.2
3919
3920 Improved profiler support.
3921
3922 Fixed bug that broke compilation of d8 with readline support.
3923
3924
ager@chromium.org6141cbe2009-11-20 12:14:52 +000039252009-11-20: Version 2.0.1
3926
3927 Fixed crash bug in String.prototype.replace.
3928
3929 Reverted a change which caused Chromium interactive ui test
3930 failures.
3931
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003932
ager@chromium.orgc4c92722009-11-18 14:12:51 +000039332009-11-18: Version 2.0.0
3934
3935 Added support for VFP on ARM.
3936
3937 Added TryCatch::ReThrow method to the API.
3938
3939 Reduced the size of snapshots and improved the snapshot load time.
3940
3941 Improved heap profiler support.
3942
3943 64-bit version now supported on Windows.
3944
3945 Fixed a number of debugger issues.
3946
3947 Fixed bugs.
3948
3949
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000039502009-10-29: Version 1.3.18
3951
3952 Reverted a change which caused crashes in RegExp replace.
3953
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003954 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003955
3956
ager@chromium.org3811b432009-10-28 14:53:37 +000039572009-10-28: Version 1.3.17
3958
3959 Added API method to get simple heap statistics.
3960
3961 Improved heap profiler support.
3962
3963 Fixed the implementation of the resource constraint API so it
3964 works when using snapshots.
3965
3966 Fixed a number of issues in the Windows 64-bit version.
3967
3968 Optimized calls to API getters.
3969
3970 Added valgrind notification on code modification to the 64-bit version.
3971
3972 Fixed issue where we logged shared library addresses on Windows at
3973 startup and never used them.
3974
3975
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000039762009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003977
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003978 X64: Convert smis to holding 32 bits of payload.
3979
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003980 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003981
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003982 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003983
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003984 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003985 Patch by Jan de Mooij <jandemooij@gmail.com>
3986
3987 Implement ES5 Array.isArray
3988 Patch by Jan de Mooij <jandemooij@gmail.com>
3989
3990 Skip access checks for hidden properties.
3991
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003992 Added String::Concat(Handle<String> left, Handle<String> right) to the
3993 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003994
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003995 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003996
3997
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000039982009-10-07: Version 1.3.15
3999
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004000 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004001
4002 Fixed a crash bug happening when starting profiling (issue
4003 http://crbug.com/23768).
4004
4005
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000040062009-10-07: Version 1.3.14
4007
4008 Added GetRealNamedProperty to the API to lookup real properties
4009 located on the object or in the prototype chain skipping any
4010 interceptors.
4011
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004012 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004013 stack limit now needs to be set to each thread thich is used with V8.
4014
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004015 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004016
4017 Ensure V8 is initialized before locking and unlocking threads.
4018
4019 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004020 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004021 Crockford from the project.
4022
4023 Added a missing optimization in StringCharAt.
4024
4025 Fixed some flaky socket tests.
4026
4027 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4028 in 64-bit mode.
4029
4030 Fixed memory leaks in the thread management code.
4031
4032 Fixed the result of assignment to a pixel array. The assigned value
4033 is now the result.
4034
4035 Error reporting for invalid left-hand sides in for-in statements, pre-
4036 and postfix count expressions, and assignments now matches the JSC
4037 behavior in Safari 4.
4038
4039 Follow the spec in disallowing function declarations without a name.
4040
4041 Always allocate code objects within a 2 GB range. On x64 architecture
4042 this is used to use near calls (32-bit displacement) in Code objects.
4043
4044 Optimized array construction ported to x64 and ARM architectures.
4045
4046 [ES5] Changed Object.keys to return strings for element indices.
4047
4048
ager@chromium.org68e7ab72009-09-23 09:40:39 +000040492009-09-23: Version 1.3.13
4050
4051 Fixed uninitialized memory problem.
4052
4053 Improved heap profiler support.
4054
4055
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000040562009-09-22: Version 1.3.12
4057
4058 Changed behavior of |function|.toString() on built-in functions to
4059 be compatible with other implementations. Patch by Jan de Mooij.
4060
4061 Added Object::IsDirty in the API.
4062
4063 Optimized array construction; it is now handled purely in native
4064 code.
4065
4066 [ES5] Made properties of the arguments array enumerable.
4067
4068 [ES5] Added test suite adapter for the es5conform test suite.
4069
4070 [ES5] Added Object.keys function.
4071
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004072
ager@chromium.org4af710e2009-09-15 12:20:11 +000040732009-09-15: Version 1.3.11
4074
4075 Fixed crash in error reporting during bootstrapping.
4076
4077 Optimized generated IA32 math code by using SSE2 instructions when
4078 available.
4079
4080 Implemented missing pieces of debugger infrastructure on ARM. The
4081 debugger is now fully functional on ARM.
4082
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004083 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004084
4085
ager@chromium.orga1645e22009-09-09 19:27:10 +000040862009-09-09: Version 1.3.10
4087
4088 Fixed profiler on Mac in 64-bit mode.
4089
4090 Optimized creation of objects from simple constructor functions on
4091 ARM.
4092
4093 Fixed a number of debugger issues.
4094
4095 Reduced the amount of memory consumed by V8.
4096
4097
ager@chromium.org18ad94b2009-09-02 08:22:29 +000040982009-09-02: Version 1.3.9
4099
4100 Optimized stack guard checks on ARM.
4101
4102 Optimized API operations by inlining more in the API.
4103
4104 Optimized creation of objects from simple constructor functions.
4105
4106 Enabled a number of missing optimizations in the 64-bit port.
4107
4108 Implemented native-code support for regular expressions on ARM.
4109
4110 Stopped using the 'sahf' instruction on 64-bit machines that do
4111 not support it.
4112
4113 Fixed a bug in the support for forceful termination of JavaScript
4114 execution.
4115
4116
ager@chromium.org96c75b52009-08-26 09:13:16 +000041172009-08-26: Version 1.3.8
4118
4119 Changed the handling of idle notifications to allow idle
4120 notifications when V8 has not yet been initialized.
4121
4122 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004123
ager@chromium.org96c75b52009-08-26 09:13:16 +00004124
ager@chromium.orgab99eea2009-08-25 07:05:41 +000041252009-08-25: Version 1.3.7
4126
4127 Reduced the size of generated code on ARM platforms by reducing
4128 the size of constant pools.
4129
4130 Changed build files to not include the 'ENV' user environment
4131 variable in the build environment.
4132
4133 Changed the handling of idle notifications.
4134
4135
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000041362009-08-21: Version 1.3.6
4137
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004138 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004139
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004140 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004141 a low memory situation to V8.
4142
4143 Changed the handling of global handles (persistent handles in the API
4144 sense) to avoid issues regarding allocation of new global handles
4145 during weak handle callbacks.
4146
4147 Changed the growth policy of the young space.
4148
4149 Fixed a GC issue introduced in version 1.3.5.
4150
4151
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000041522009-08-19: Version 1.3.5
4153
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004154 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004155
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004156 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004157
4158 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4159
4160 Changed typeof RegExp from 'object' to 'function' for compatibility.
4161 Fixed bug where regexps were not callable across contexts.
4162
4163 Added context independent script compilation to the API.
4164
4165 Added API call to get the stack trace for an exception.
4166
4167 Added API for getting object mirrors.
4168
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004169 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004170 running off a snapshot generated without using SSE3 instructions.
4171
4172 Tweaked the handling of the initial size and growth policy of the heap.
4173
4174 Added native code generation for RegExp to 64-bit version.
4175
4176 Added JavaScript debugger support to 64-bit version.
4177
4178
ager@chromium.orgadd848f2009-08-13 12:44:13 +000041792009-08-13: Version 1.3.4
4180
4181 Added a readline() command to the d8 shell.
4182
4183 Fixed bug in json parsing.
4184
4185 Added idle notification to the API and reduced memory on idle
4186 notifications.
4187
4188
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000041892009-08-12: Version 1.3.3
4190
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004191 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004192
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004193 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004194
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004195 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004196
4197 API: added function to find instance of template in prototype
4198 chain. Inlined Object::IsInstanceOf.
4199
4200 Land change to notify valgrind when we modify code on x86.
4201
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004202 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004203
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004204 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004205
4206
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000042072009-08-05: Version 1.3.2
4208
4209 Started new compiler infrastructure for two-pass compilation using a
4210 control flow graph constructed from the AST.
4211
4212 Profiler stack sampling for X64.
4213
4214 Safe handling of NaN to Posix platform-dependent time functions.
4215
4216 Added a new profiler control API to unify controlling various aspects
4217 of profiling.
4218
4219 Fixed issue 392.
4220
4221
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000042222009-07-30: Version 1.3.1
4223
4224 Speed improvements to accessors and interceptors.
4225
4226 Added support for capturing stack information on custom errors.
4227
4228 Added support for morphing an object into a pixel array where its
4229 indexed properties are stored in an external byte array. Values written
4230 are always clamped to the 0..255 interval.
4231
4232 Profiler on x64 now handles C/C++ functions from shared libraries.
4233
4234 Changed the debugger to avoid stepping into function.call/apply if the
4235 function is a built-in.
4236
4237 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004238
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004239 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004240
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004241 Optimized the called as constructor check for API calls.
4242
4243
kasperl@chromium.orge959c182009-07-27 08:59:04 +000042442009-07-27: Version 1.3.0
4245
4246 Allowed RegExp objects to be called as functions (issue 132).
4247
4248 Fixed issue where global property cells would escape after
4249 detaching the global object; see http://crbug.com/16276.
4250
4251 Added support for stepping into setters and getters in the
4252 debugger.
4253
4254 Changed the debugger to avoid stopping in its own JavaScript code
4255 and in the code of built-in functions.
4256
4257 Fixed issue 345 by avoiding duplicate escaping labels.
4258
4259 Fixed ARM code generator crash in short-circuited boolean
4260 expressions and added regression tests.
4261
4262 Added an external allocation limit to avoid issues where small V8
4263 objects would hold on to large amounts of external memory without
4264 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004265
4266 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004267
4268
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000042692009-07-13: Version 1.2.14
4270
4271 Added separate paged heap space for global property cells and
4272 avoid updating the write barrier when storing into them.
4273
4274 Improved peep-hole optimization on ARM platforms by not emitting
4275 unnecessary debug information.
4276
4277 Re-enabled ICs for loads and calls that skip a global object
4278 during lookup through the prototype chain.
4279
4280 Allowed access through global proxies to use ICs.
4281
4282 Fixed issue 401.
4283
4284
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000042852009-07-09: Version 1.2.13
4286
4287 Fixed issue 397, issue 398, and issue 399.
4288
4289 Added support for breakpoint groups.
4290
4291 Fixed bugs introduced with the new global object representation.
4292
4293 Fixed a few bugs in the ARM code generator.
4294
4295
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000042962009-07-06: Version 1.2.12
4297
4298 Added stack traces collection to Error objects accessible through
4299 the e.stack property.
4300
4301 Changed RegExp parser to use a recursive data structure instead of
4302 stack-based recursion.
4303
4304 Optimized Date object construction and string concatenation.
4305
4306 Improved performance of div, mod, and mul on ARM platforms.
4307
4308
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000043092009-07-02: Version 1.2.11
4310
4311 Improved performance on IA-32 and ARM.
4312
4313 Fixed profiler sampler implementation on Mac OS X.
4314
4315 Changed the representation of global objects to improve
4316 performance of adding a lot of new properties.
4317
4318
ager@chromium.org3e875802009-06-29 08:26:34 +000043192009-06-29: Version 1.2.10
4320
4321 Improved debugger support.
4322
4323 Fixed bug in exception message reporting (issue 390).
4324
4325 Improved overall performance.
4326
4327
ager@chromium.org5aa501c2009-06-23 07:57:28 +000043282009-06-23: Version 1.2.9
4329
4330 Improved math performance on ARM.
4331
4332 Fixed profiler name-inference bug.
4333
4334 Fixed handling of shared libraries in the profiler tick processor
4335 scripts.
4336
4337 Fixed handling of tests that time out in the test scripts.
4338
4339 Fixed compilation on MacOS X version 10.4.
4340
4341 Fixed two bugs in the regular expression engine.
4342
4343 Fixed a bug in the string type inference.
4344
4345 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004346
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004347 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004348
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004349
ager@chromium.orgeadaf222009-06-16 09:43:10 +000043502009-06-16: Version 1.2.8
4351
4352 Optimized math on ARM platforms.
4353
4354 Fixed two crash bugs in the handling of getters and setters.
4355
4356 Improved the debugger support by adding scope chain information.
4357
4358 Improved the profiler support by compressing log data transmitted
4359 to clients.
4360
4361 Improved overall performance.
4362
4363
ager@chromium.orge2902be2009-06-08 12:21:35 +000043642009-06-08: Version 1.2.7
4365
4366 Improved debugger and profiler support.
4367
4368 Reduced compilation time by improving the handling of deferred
4369 code.
4370
4371 Optimized interceptor accesses where the property is on the object
4372 on which the interceptors is attached.
4373
4374 Fixed compilation problem on GCC 4.4 by changing the stack
4375 alignment to 16 bytes.
4376
4377 Fixed handle creation to follow stric aliasing rules.
4378
4379 Fixed compilation on FreeBSD.
4380
4381 Introduced API for forcing the deletion of a property ignoring
4382 interceptors and attributes.
4383
4384
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000043852009-05-29: Version 1.2.6
4386
4387 Added a histogram recording hit rates at different levels of the
4388 compilation cache.
4389
4390 Added stack overflow check for the RegExp analysis phase. Previously a
4391 very long regexp graph could overflow the stack with recursive calls.
4392
4393 Use a dynamic buffer when collecting log events in memory.
4394
4395 Added start/stop events to the profiler log.
4396
4397 Fixed infinite loop which could happen when setting a debug break while
4398 executing a RegExp compiled to native code.
4399
4400 Fixed handling of lastIndexOf called with negative index (issue 351).
4401
4402 Fixed irregular crash in profiler test (issue 358).
4403
4404 Fixed compilation issues with some versions of gcc.
4405
4406
kasperl@chromium.org71affb52009-05-26 05:44:31 +000044072009-05-26: Version 1.2.5
4408
4409 Fixed bug in initial boundary check for Boyer-Moore text
4410 search (issue 349).
4411
4412 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4413 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4414 Craig Schlenter.
4415
4416 Added a script cache to the debugger.
4417
4418 Optimized compilation performance by improving internal data
4419 structures and avoiding expensive property load optimizations for
4420 code that's infrequently executed.
4421
4422 Exposed the calling JavaScript context through the static API
4423 function Context::GetCalling().
4424
4425
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000044262009-05-18: Version 1.2.4
4427
4428 Improved performance of floating point number allocation for ARM
4429 platforms.
4430
4431 Fixed crash when using the instanceof operator on functions with
4432 number values in their prototype chain (issue 341).
4433
4434 Optimized virtual frame operations in the code generator to speed
4435 up compilation time and allocated the frames in the zone.
4436
4437 Made the representation of virtual frames and jump targets in the
4438 code generator much more compact.
4439
4440 Avoided linear search for non-locals in scope code when resolving
4441 variables inside with and eval scopes.
4442
4443 Optimized lexical scanner by dealing with whitespace as part of
4444 the token scanning instead of as a separate step before it.
4445
4446 Changed the scavenging collector so that promoted objects do not
4447 reside in the old generation while their remembered set is being
4448 swept for pointers into the young generation.
4449
4450 Fixed numeric overflow handling when compiling count operations.
4451
4452
ager@chromium.org9085a012009-05-11 19:22:57 +000044532009-05-11: Version 1.2.3
4454
4455 Fixed bug in reporting of out-of-memory situations.
4456
4457 Introduced hidden prototypes on certain builtin prototype objects
4458 such as String.prototype to emulate JSC's behavior of restoring
4459 the original function when deleting functions from those prototype
4460 objects.
4461
4462 Fixed crash bug in the register allocator.
4463
4464
ager@chromium.org5ec48922009-05-05 07:25:34 +000044652009-05-04: Version 1.2.2
4466
4467 Fixed bug in array sorting for sparse arrays (issue 326).
4468
4469 Added support for adding a soname when building a shared library
4470 on Linux (issue 151).
4471
4472 Fixed bug caused by morphing internal ASCII strings to external
4473 two-byte strings. Slices over ASCII strings have to forward ASCII
4474 checks to the underlying buffer string.
4475
4476 Allowed API call-as-function handlers to be called as
4477 constructors.
4478
4479 Fixed a crash bug where an external string was disposed but a
4480 slice of the external string survived as a symbol.
4481
4482
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000044832009-04-27: Version 1.2.1
4484
4485 Added EcmaScript 5 JSON object.
4486
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004487 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004488
4489
ager@chromium.org65dad4b2009-04-23 08:48:43 +000044902009-04-23: Version 1.2.0
4491
4492 Optimized floating-point operations on ARM.
4493
4494 Added a number of extensions to the debugger API.
4495
4496 Changed the enumeration order for unsigned integer keys to always
4497 be numerical order.
4498
4499 Added a "read" extension to the shell sample.
4500
4501 Added support for Array.prototype.reduce and
4502 Array.prototype.reduceRight.
4503
4504 Added an option to the SCons build to control Microsoft Visual C++
4505 link-time code generation.
4506
4507 Fixed a number of bugs (in particular issue 315, issue 316,
4508 issue 317 and issue 318).
4509
4510
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000045112009-04-15: Version 1.1.10
4512
4513 Fixed crash bug that occurred when loading a const variable in the
4514 presence of eval.
4515
4516 Allowed using with and eval in registered extensions in debug mode
4517 by fixing bogus assert.
4518
4519 Fixed the source position for function returns to enable the
4520 debugger to break there.
4521
4522
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000045232009-04-14: Version 1.1.9
4524
4525 Made the stack traversal code in the profiler robust by avoiding
4526 to look into the heap.
4527
4528 Added name inferencing for anonymous functions to facilitate
4529 debugging and profiling.
4530
4531 Re-enabled stats timers in the developer shell (d8).
4532
4533 Fixed issue 303 by avoiding to shortcut cons-symbols.
4534
4535
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000045362009-04-11: Version 1.1.8
4537
4538 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4539
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004540 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004541 the debugger (issue 269).
4542
4543 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4544 are no hidden properties.
4545
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004546 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004547 entries with deleted resources would lead to NPEs when looking
4548 up in the symbol table.
4549
4550
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000045512009-04-07: Version 1.1.7
4552
4553 Added support for easily importing additional environment
4554 variables into the SCons build.
4555
4556 Optimized strict equality checks.
4557
4558 Fixed crash in indexed setters on objects without a corresponding
4559 getter (issue 298).
4560
4561 Re-enabled script compilation cache.
4562
4563
ager@chromium.org8682a592009-04-01 10:47:14 +000045642009-04-01: Version 1.1.6
4565
4566 Reverted an unsafe code generator change.
4567
4568
ager@chromium.org71daaf62009-04-01 07:22:49 +000045692009-04-01: Version 1.1.5
4570
4571 Fixed bug that caused function literals to not be optimized as
4572 much as other functions.
4573
4574 Improved profiler support.
4575
4576 Fixed a crash bug in connection with debugger unloading.
4577
4578 Fixed a crash bug in the code generator caused by losing the
4579 information that a frame element was copied.
4580
4581 Fixed an exception propagation bug that could cause non-null
4582 return values when exceptions were thrown.
4583
4584
ager@chromium.org41826e72009-03-30 13:30:57 +000045852009-03-30: Version 1.1.4
4586
4587 Optimized String.prototype.match.
4588
4589 Improved the stack information in profiles.
4590
4591 Fixed bug in ARM port making it possible to compile the runtime
4592 system for thumb mode again.
4593
4594 Implemented a number of optimizations in the code generator.
4595
4596 Fixed a number of memory leaks in tests.
4597
4598 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004599 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004600
4601
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000046022009-03-24: Version 1.1.3
4603
4604 Fixed assertion failures in compilation of loop conditions.
4605
4606 Removed STL dependency from developer shell (d8).
4607
4608 Added infrastructure for protecting the V8 heap from corruption
4609 caused by memory modifications from the outside.
4610
4611
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000046122009-03-24: Version 1.1.2
4613
4614 Improved frame merge code generated by the code generator.
4615
4616 Optimized String.prototype.replace.
4617
4618 Implemented __defineGetter__ and __defineSetter__ for properties
4619 with integer keys on non-array objects.
4620
4621 Improved debugger and profiler support.
4622
4623 Fixed a number of portability issues to allow compilation for
4624 smaller ARM devices.
4625
4626 Exposed object cloning through the API.
4627
4628 Implemented hidden properties. This is used to expose an identity
4629 hash for objects through the API.
4630
4631 Implemented restarting of regular expressions if their input
4632 string changes representation during preemption.
4633
4634 Fixed a code generator bug that could cause assignments in loops
4635 to be ignored if using continue to break out of the loop (issue
4636 284).
4637
4638
ager@chromium.org3a6061e2009-03-12 14:24:36 +000046392009-03-12: Version 1.1.1
4640
4641 Fixed an assertion in the new compiler to take stack overflow
4642 exceptions into account.
4643
4644 Removed exception propagation code that could cause crashes.
4645
4646 Fixed minor bug in debugger line number computations.
4647
4648 8-byte align the C stack on Linux and Windows to speed up floating
4649 point computations.
4650
4651
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000046522009-03-12: Version 1.1.0
4653
4654 Improved code generation infrastructure by doing simple register
4655 allocation and constant folding and propagation.
4656
4657 Optimized regular expression matching by avoiding to create
4658 intermediate string arrays and by flattening nested array
4659 representations of RegExp data.
4660
4661 Traverse a few stack frames when recording profiler samples to
4662 include partial call graphs in the profiling output.
4663
4664 Added support for using OProfile to profile generated code.
4665
4666 Added remote debugging support to the D8 developer shell.
4667
4668 Optimized creation of nested literals like JSON objects.
4669
4670 Fixed a bug in garbage collecting unused maps and turned it on by
4671 default (--collect-maps).
4672
4673 Added support for running tests under Valgrind.
4674
4675
kasperl@chromium.org061ef742009-02-27 12:16:20 +000046762009-02-27: Version 1.0.3
4677
4678 Optimized double-to-integer conversions in bit operations by using
4679 SSE3 instructions if available.
4680
4681 Optimized initialization sequences that store to multiple
4682 properties of the same object.
4683
4684 Changed the D8 debugger frontend to use JSON messages.
4685
4686 Force garbage collections when disposing contexts.
4687
4688 Align code objects at 32-byte boundaries.
4689
4690
ager@chromium.org381abbb2009-02-25 13:23:22 +000046912009-02-25: Version 1.0.2
4692
4693 Improved profiling support by performing simple call stack
4694 sampling for ticks and by fixing a bug in the logging of code
4695 addresses.
4696
4697 Fixed a number of debugger issues.
4698
4699 Optimized code that uses eval.
4700
4701 Fixed a couple of bugs in the regular expression engine.
4702
4703 Reduced the size of generated code for certain regular expressions.
4704
4705 Removed JSCRE completely.
4706
4707 Fixed issue where test could not be run if there was a dot in the
4708 checkout path.
4709
4710
ager@chromium.org6f10e412009-02-13 10:11:16 +000047112009-02-13: Version 1.0.1
4712
4713 Fixed two crash-bugs in irregexp (issue 231 and 233).
4714
4715 Fixed a number of minor bugs (issue 87, 227 and 228).
4716
4717 Added support for morphing strings to external strings on demand
4718 to avoid having to create copies in the embedding code.
4719
4720 Removed experimental support for external symbol callbacks.
4721
4722
iposva@chromium.org245aa852009-02-10 00:49:54 +000047232009-02-09: Version 1.0.0
4724
4725 Fixed crash-bug in the code generation for case independent 16 bit
4726 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004727
iposva@chromium.org245aa852009-02-10 00:49:54 +00004728 Made shells more robust in the presence of string conversion
4729 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004730
iposva@chromium.org245aa852009-02-10 00:49:54 +00004731 Fixed a potential infinite loop when attempting to resolve
4732 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004733
iposva@chromium.org245aa852009-02-10 00:49:54 +00004734 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004735
iposva@chromium.org245aa852009-02-10 00:49:54 +00004736 Reduced binary by stripping unneeded text from JavaScript library and
4737 minifying some JavaScript files.
4738
4739
ager@chromium.orgddb913d2009-01-27 10:01:48 +000047402009-01-27: Version 0.4.9
4741
4742 Enabled new regular expression engine.
4743
4744 Made a number of changes to the debugger protocol.
4745
4746 Fixed a number of bugs in the preemption support.
4747
4748 Added -p option to the developer shell to run files in parallel
4749 using preemption.
4750
4751 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4752 193, 198 and 201).
4753
4754 Fixed a number of bugs in the serialization/deserialization
4755 support for the ARM platform.
4756
4757
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000047582009-01-19: Version 0.4.8.1
4759
4760 Minor patch to debugger support.
4761
4762
ager@chromium.org32912102009-01-16 10:38:43 +000047632009-01-16: Version 0.4.8
4764
4765 Fixed string length bug on ARM (issue 171).
4766
4767 Made most methods in the API const.
4768
4769 Optimized object literals by improving data locality.
4770
4771 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004772 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004773
4774 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004775 eval to behave incorrectly when using accessors (issues 186, 190
4776 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004777
4778
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000047792009-01-06: Version 0.4.7
4780
ager@chromium.org32912102009-01-16 10:38:43 +00004781 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004782
ager@chromium.org32912102009-01-16 10:38:43 +00004783 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004784
ager@chromium.org32912102009-01-16 10:38:43 +00004785 Fixed subtle bug that caused the wrong 'this' to be used when
4786 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004787
ager@chromium.org32912102009-01-16 10:38:43 +00004788 Inline array loads within loops directly in the code instead of
4789 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004790
ager@chromium.org32912102009-01-16 10:38:43 +00004791
ager@chromium.org8bb60582008-12-11 12:02:20 +000047922008-12-11: Version 0.4.6
4793
4794 Fixed exception reporting bug where certain exceptions were
4795 incorrectly reported as uncaught.
4796
4797 Improved the memory allocation strategy used during compilation to
4798 make running out of memory when compiling huge scripts less
4799 likely.
4800
4801 Optimized String.replace by avoiding the construction of certain
4802 sub strings.
4803
4804 Fixed bug in code generation for large switch statements on ARM.
4805
4806 Fixed bug that caused V8 to change the global object template
4807 passed in by the user.
4808
4809 Changed the API for creating object groups used during garbage
4810 collection. Entire object groups are now passed to V8 instead of
4811 individual members of the groups.
4812
ager@chromium.org32912102009-01-16 10:38:43 +00004813
ager@chromium.orga74f0da2008-12-03 16:05:52 +000048142008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004815
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004816 Added experimental API support for allocating V8 symbols as
4817 external strings.
4818
4819 Fixed bugs in debugging support on ARM.
4820
4821 Changed eval implementation to correctly detect whether or not a
4822 call to eval is aliased.
4823
4824 Fixed bug caused by a combination of the compilation cache and
4825 dictionary probing in native code. The bug caused us to sometimes
4826 call functions that had not yet been compiled.
4827
4828 Added platform support for FreeBSD.
4829
4830 Added support for building V8 on Windows with either the shared or
4831 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004832
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004833 Added the v8::jscre namespace around the jscre functions to avoid
4834 link errors (duplicate symbols) when building Google Chrome.
4835
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004836 Added support for calling a JavaScript function with the current
4837 debugger execution context as its argument to the debugger
4838 interface.
4839
4840 Changed the type of names of counters from wchar_t to char.
4841
4842 Changed the Windows system call used to compute daylight savings
4843 time. The system call that we used to use became four times
4844 slower on WinXP SP3.
4845
4846 Added support in the d8 developer shell for memory-mapped counters
4847 and added a stats-viewer tool.
4848
4849 Fixed bug in upper/lower case mappings (issue 149).
4850
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004851
ager@chromium.org3bf7b912008-11-17 09:09:45 +000048522008-11-17: Version 0.4.4
4853
4854 Reduced code size by using shorter instruction encoding when
4855 possible.
4856
4857 Added a --help option to the shell sample and to the d8 shell.
4858
4859 Added visual studio project files for building the ARM simulator.
4860
4861 Fixed a number of ARM simulator issues.
4862
4863 Fixed bug in out-of-memory handling on ARM.
4864
4865 Implemented shell support for passing arguments to a script from
4866 the command line.
4867
4868 Fixed bug in date code that made certain date functions return -0
4869 instead of 0 for dates before the epoch.
4870
4871 Restricted applications of eval so it can only be used in the
4872 context of the associated global object.
4873
4874 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004875
4876
ager@chromium.org870a0b62008-11-04 11:43:05 +000048772008-11-04: Version 0.4.3
4878
4879 Added support for API accessors that prohibit overwriting by
4880 accessors defined in JavaScript code by using __defineGetter__ and
4881 __defineSetter__.
4882
4883 Improved handling of conditionals in test status files.
4884
4885 Introduced access control in propertyIsEnumerable.
4886
4887 Improved performance of some string operations by caching
4888 information about the type of the string between operations.
4889
4890 Fixed bug in fast-case code for switch statements that only have
4891 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004892
ager@chromium.org870a0b62008-11-04 11:43:05 +00004893
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000048942008-10-30: Version 0.4.2
4895
4896 Improved performance of Array.prototype.concat by moving the
4897 implementation to C++ (issue 123).
4898
4899 Fixed heap growth policy to avoid growing old space to its maximum
4900 capacity before doing a garbage collection and fixed issue that
4901 would lead to artificial out of memory situations (issue 129).
4902
4903 Fixed Date.prototype.toLocaleDateString to return the date in the
4904 same format as WebKit.
4905
4906 Added missing initialization checks to debugger API.
4907
4908 Added removing of unused maps during GC.
4909
4910
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000049112008-10-28: Version 0.4.1
4912
4913 Added caching of RegExp data in compilation cache.
4914
4915 Added Visual Studio project file for d8 shell.
4916
4917 Fixed function call performance regression introduced in version
4918 0.4.0 when splitting the global object in two parts (issue 120).
4919
4920 Fixed issue 131 by checking for empty handles before throwing and
4921 reporting exceptions.
4922
4923
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000049242008-10-23: Version 0.4.0
4925
4926 Split the global object into two parts: The state holding global
4927 object and the global object proxy.
4928
4929 Fixed bug that affected the value of an assignment to an element
4930 in certain cases (issue 116).
4931
4932 Added GetPropertyNames functionality (issue 33) and extra Date
4933 functions (issue 77) to the API.
4934
4935 Changed WeakReferenceCallback to take a Persistent<Value> instead
4936 of a Persistent<Object> (issue 101).
4937
4938 Fixed issues with message reporting for exceptions in try-finally
4939 blocks (issues 73 and 75).
4940
ager@chromium.org32912102009-01-16 10:38:43 +00004941 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004942
4943 Improved Boyer-Moore implementation for faster indexOf operations.
4944
4945 Added development shell (d8) which includes counters and
4946 completion support.
4947
4948 Fixed problem with the receiver passed to functions called from
4949 eval (issue 124).
4950
4951
ager@chromium.org7c537e22008-10-16 08:43:32 +000049522008-10-16: Version 0.3.5
4953
4954 Improved string hash-code distribution by excluding bit-field bits
4955 from the hash-code.
4956
4957 Changed string search algorithm used in indexOf from KMP to
4958 Boyer-Moore.
4959
4960 Improved the generated code for the instanceof operator.
4961
4962 Improved performance of slow-case string equality checks by
4963 specializing the code based on the string representation.
4964
4965 Improve the handling of out-of-memory situations (issue 70).
4966
4967 Improved performance of strict equality checks.
4968
4969 Improved profiler output to make it easier to see anonymous
4970 functions.
4971
4972 Improved performance of slow-case keyed loads.
4973
4974 Improved property access performance by allocating a number of
4975 properties in the front object.
4976
4977 Changed the toString behavior on the built-in object constructors
4978 to print [native code] instead of the actual source. Some web
4979 applications do not like constructors with complex toString
4980 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004981
ager@chromium.org7c537e22008-10-16 08:43:32 +00004982
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000049832008-10-06: Version 0.3.4
4984
4985 Changed Array.prototype.sort to use quick sort.
4986
4987 Fixed code generation issue where leaving a finally block with
4988 break or continue would accumulate elements on the expression
4989 stack (issue 86).
4990
4991 Made sure that the name accessor on functions returns the expected
4992 names for builtin JavaScript functions and C++ callback functions.
4993
4994 Added fast case code for extending the property storage array of
4995 JavaScript objects.
4996
4997 Ported switch statement optimizations introduced in version 0.3.3
4998 to the ARM code generator.
4999
5000 Allowed GCC to use strict-aliasing rules when compiling.
5001
5002 Improved performance of arguments object allocation by taking care
5003 of arguments adaptor frames in the generated code.
5004
5005 Updated the V8 benchmark suite to version 2.
5006
5007
ager@chromium.org236ad962008-09-25 09:45:57 +000050082008-09-25: Version 0.3.3
5009
5010 Improved handling of relocation information to enable more
5011 peep-hole optimizations.
5012
5013 Optimized switch statements where all labels are constant small
5014 integers.
5015
5016 Optimized String.prototype.indexOf for common cases.
5017
5018 Fixed more build issues (issue 80).
5019
5020 Fixed a couple of profiler issues.
5021
5022 Fixed bug where the body of a function created using the Function
5023 constructor was not allowed to end with a single-line comment
5024 (issue 85).
5025
5026 Improved handling of object literals by canonicalizing object
5027 literal maps. This will allow JSON objects with the same set of
5028 properties to share the same map making inline caching work better
5029 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005030
ager@chromium.org236ad962008-09-25 09:45:57 +00005031
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000050322008-09-17: Version 0.3.2
5033
5034 Generalized the EvalCache into a CompilationCache and enabled it
5035 for scripts too. The current strategy is to retire all entries
5036 whenever a mark-sweep collection is started.
5037
5038 Fixed bug where switch statements containing only a default case
5039 would lead to an unbalanced stack (issue 69).
5040
5041 Fixed bug that made access to the function in a named function
5042 expression impossible in certain situations (issue 24).
5043
5044 Fixed even more build issues.
5045
5046 Optimized calling conventions on ARM. The conventions on ARM and
5047 IA-32 now match.
5048
5049 Removed static initializers for flags and counters.
5050
5051 Improved inline caching behavior for uncommon cases where lazily
5052 loading Date and RegExp code could force certain code paths go
5053 megamorphic.
5054
5055 Removed arguments adaption for builtins written in C++. This
5056 makes Array.prototype.push and Array.prototype.pop slightly
5057 faster.
5058
5059
ager@chromium.org9258b6b2008-09-11 09:11:10 +000050602008-09-11: Version 0.3.1
5061
5062 Fixed a number of build issues.
5063
5064 Fixed problem with missing I-cache flusing on ARM.
5065
5066 Changed space layout in memory management by splitting up
5067 code space into old data space and code space.
5068
5069 Added utf-8 conversion support to the API (issue 57).
5070
5071 Optimized repeated calls to eval with the same strings. These
5072 repeated calls are common in web applications.
5073
5074 Added Xcode project file.
5075
5076 Optimized a couple of Array operation.
5077
5078 Fixed parser bug by checking for end-of-string when parsing break
5079 and continue (issue 35).
5080
5081 Fixed problem where asian characters were not categorized as
5082 letters.
5083
5084 Fixed bug that disallowed calling functions fetched from an array
5085 using a string as an array index (issue 32).
5086
5087 Fixed bug where the internal field count on object templates were
5088 sometimes ignored (issue 54).
5089
5090 Added -f option to the shell sample for compatibility with other
5091 engines (issue 18).
5092
5093 Added source info to TryCatches in the API.
5094
5095 Fixed problem where the seed for the random number generator was
5096 clipped in a double to unsigned int conversion.
5097
5098 Fixed bug where cons string symbols were sometimes converted to
5099 non-symbol flat strings during GC.
5100
5101 Fixed bug in error reporting when attempting to convert null to an
5102 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005103
5104
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000051052008-09-04: Version 0.3.0
5106
5107 Added support for running tests on the ARM simulator.
5108
5109 Fixed bug in the 'in' operator where negative indices were not
5110 treated correctly.
5111
5112 Fixed build issues on gcc-4.3.1.
5113
5114 Changed Date.prototype.toLocaleTimeString to not print the
5115 timezone part of the time.
5116
5117 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5118 with user code.
5119
5120
v8.team.kasperl727e9952008-09-02 14:56:44 +000051212008-09-02: Version 0.2.5
5122
5123 Renamed the top level directory 'public' to 'include'.
5124
5125 Added 'env' option to the SCons build scripts to support
5126 overriding the ENV part of the build environment. This is mostly
5127 to support Windows builds in cases where SCons cannot find the
5128 correct paths to the Windows SDK, as these paths cannot be passed
5129 through shell environment variables.
5130
5131 Enabled "Buffer Security Check" on for the Windows SCons build and
5132 added the linker option /OPT:ICF as an optimization.
5133
5134 Added the V8 benchmark suite to the repository.
5135
5136
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000051372008-09-01: Version 0.2.4
5138
5139 Included mjsunit JavaScript test suite and C++ unit tests.
5140
5141 Changed the shell sample to not print the result of executing a
5142 script provided on the command line.
5143
5144 Fixed issue when building samples on Windows using a shared V8
5145 library. Added visibility option on Linux build which makes the
5146 generated library 18% smaller.
5147
5148 Changed build system to accept multiple build modes in one build
5149 and generate separate objects, libraries and executables for each
5150 mode.
5151
5152 Removed deferred negation optimization (a * -b => -(a * b)) since
5153 this visibly changes operand conversion order.
5154
5155 Improved parsing performance by introducing stack guard in
5156 preparsing. Without a stack guard preparsing always bails out
5157 with stack overflow.
5158
5159 Changed shell sample to take flags directly from the command-line.
5160 Added API call that implements this.
5161
5162 Added load, quit and version functions to the shell sample so it's
5163 easier to run benchmarks and tests.
5164
5165 Fixed issue with building samples and cctests on 64-bit machines.
5166
5167 Fixed bug in the runtime system where the prototype chain was not
5168 always searched for a setter when setting a property that does not
5169 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005170
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005171
mads.s.agercbaa0602008-08-14 13:41:48 +000051722008-08-14: Version 0.2.3
5173
5174 Improved performance of garbage collection by moving the
5175 function that updates pointers during compacting collection
5176 into the updating visitor. This gives the compiler a better
5177 chance to inline and avoid a function call per (potential)
5178 pointer.
5179
5180 Extended the shell sample with a --runtime-flags option.
5181
5182 Added Visual Studio project files for the shell.cc and
5183 process.cc samples.
5184
5185
51862008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005187
5188 Improved performance of garbage collection by changing the way
5189 we use the marking stack in the event of stack overflow during
5190 full garbage collection and by changing the way we mark roots.
5191
5192 Cleaned up ARM version by removing top of stack caching and by
5193 introducing push/pop elimination.
5194
5195 Cleaned up the way runtime functions are called to allow
5196 runtime calls with no arguments.
5197
5198 Changed Windows build options to make sure that exceptions are
5199 disabled and that optimization flags are enabled.
5200
5201 Added first version of Visual Studio project files.
5202
5203
mads.s.agercbaa0602008-08-14 13:41:48 +000052042008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005205
5206 Improved performance of unary addition by avoiding runtime calls.
5207
5208 Fixed the handling of '>' and '<=' to use right-to-left conversion
5209 and left-to-right evaluation as specified by ECMA-262.
5210
5211 Fixed a branch elimination bug on the ARM platform where incorrect
5212 code was generated because of overly aggressive branch
5213 elimination.
5214
5215 Improved performance of code that repeatedly assigns the same
5216 function to the same property of different objects with the same
5217 map.
5218
5219 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5220 no longer expects DEBUG to be defined.
5221
5222 Added platform-nullos.cc to serve as the basis for new platform
5223 implementations.
5224
mads.s.ager31e71382008-08-13 09:32:07 +00005225
mads.s.agercbaa0602008-08-14 13:41:48 +000052262008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005227
5228 Changed all text files to have native svn:eol-style.
5229
5230 Added a few samples and support for building them. The samples
5231 include a simple shell that can be used to benchmark and test V8.
5232
5233 Changed V8::GetVersion to return the version as a string.
5234
5235 Added source for lazily loaded scripts to snapshots and made
5236 serialization non-destructive.
5237
5238 Improved ARM support by fixing the write barrier code to use
5239 aligned loads and stores and by removing premature locals
5240 optimization that relied on broken support for callee-saved
5241 registers (removed).
5242
5243 Refactored the code for marking live objects during garbage
5244 collection and the code for allocating objects in paged
5245 spaces. Introduced an abstraction for the map word of a heap-
5246 allocated object and changed the memory allocator to allocate
5247 executable memory only for spaces that may contain code objects.
5248
5249 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5250 they can be used by debugging and logging modules. Added
5251 thread-safe message queues for dealing with debugger events.
5252
5253 Fixed the source code reported by toString for certain builtin
5254 empty functions and made sure that the prototype property of a
5255 function is enumerable.
5256
5257 Improved performance of converting values to condition flags in
5258 generated code.
5259
5260 Merged disassembler-{arch} files.
5261
5262
mads.s.agercbaa0602008-08-14 13:41:48 +000052632008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005264
5265 Added support for storing JavaScript stack traces in a stack
5266 allocated buffer to make it visible in shallow core dumps.
5267 Controlled by the --preallocate-message-memory flag which is
5268 disabled by default.
5269
5270
mads.s.agercbaa0602008-08-14 13:41:48 +000052712008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005272
5273 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5274 map transitions would count as properties.
5275
5276 Allowed aliased eval invocations by treating them as evals in the
5277 global context. This may change in the future.
5278
5279 Added support for accessing the last entered context through the
5280 API and renamed Context::Current to Context::GetCurrent and
5281 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5282
5283 Fixed bug in the debugger that would cause the debugger scripts to
5284 be recursively loaded and changed all disabling of interrupts to
5285 be block-structured.
5286
5287 Made snapshot data read-only to allow it to be more easily shared
5288 across multiple users of V8 when linked as a shared library.
5289
5290
mads.s.agercbaa0602008-08-14 13:41:48 +000052912008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005292
5293 Fixed building on Mac OS X by recognizing i386 and friends as
5294 IA-32 platforms.
5295
5296 Added propagation of stack overflow exceptions that occur while
5297 compiling nested functions.
5298
5299 Improved debugger with support for recursive break points and
5300 handling of exceptions that occur in the debugger JavaScript code.
5301
5302 Renamed GetInternal to GetInternalField and SetInternal to
5303 SetInternalField in the API and moved InternalFieldCount and
5304 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5305
5306
mads.s.agercbaa0602008-08-14 13:41:48 +000053072008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005308
5309 Fixed bug in stack overflow check code for IA-32 targets where a
5310 non-tagged value in register eax was pushed to the stack.
5311
5312 Fixed potential quadratic behavior when converting strings to
5313 numbers.
5314
5315 Fixed bug where the return value from Object::SetProperty could
5316 end up being the property holder instead of the written value.
5317
5318 Improved debugger support by allowing nested break points and by
5319 dealing with stack-overflows when compiling functions before
5320 setting break points in them.
5321
5322
mads.s.agercbaa0602008-08-14 13:41:48 +000053232008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005324
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005325 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005326
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005327# Local Variables:
5328# mode:text
5329# End: