blob: ac1be218e854c5258fd0f3542a2ec9855b7f1297 [file] [log] [blame]
danno@chromium.orgf005df62013-04-30 16:36:45 +000012013-04-30: Version 3.18.5
2
3 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
4
5 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
6 (Chromium issue 235311)
7
8 Change 'Parse error' to three more informative messages.
9 (Chromium issue 2636)
10
11 Performance and stability improvements on all platforms.
12
13
danno@chromium.orgca29dd82013-04-26 11:59:48 +0000142013-04-26: Version 3.18.4
15
16 Added a preliminary API for ES6 ArrayBuffers
17
18 Replaced qsort with std::sort. (Chromium issue 2639)
19
20 Performance and stability improvements on all platforms.
21
22
ulan@chromium.org32d7dba2013-04-24 10:59:06 +0000232013-04-24: Version 3.18.3
24
25 Exposed the GC under a name that is less collision prone than window.gc.
26 (issue 2641)
27
28 Do not emit double values at their use sites. (Chromium issue 234101)
29
30 Added methods to allow resuming execution after calling
31 TerminateExecution(). (issue 2361)
32
33 Performance and stability improvements on all platforms.
34
35
ulan@chromium.org77ca49a2013-04-22 09:43:56 +0000362013-04-22: Version 3.18.2
37
38 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
39 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
40
41 Removed heap snapshot size limit. (Chromium issue 232305)
42
43 Performance and stability improvements on all platforms.
44
45
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +0000462013-04-18: Version 3.18.1
47
48 Removed SCons related files and deprecated test suite configurations.
49
50 Improved handling of unary plus (issue 2527).
51
52 Performance and stability improvements on all platforms.
53
54
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +0000552013-04-17: Version 3.18.0
56
57 Enabled pretenuring of fast literals in high promotion mode.
58
59 Removed preparser library; link preparser executable against full V8.
60
61 Fixed set-up of intrinsic's 'constructor' properties.
62 (Chromium issue 229445)
63
64 ES6 symbols: extended V8 API to support symbols (issue 2158).
65
66 Removed ARM support for VFP2.
67
68 Made __proto__ a real JavaScript accessor property.
69 (issue 1949 and issue 2606)
70
71 Performance and stability improvements on all platforms.
72
73
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +0000742013-04-04: Version 3.17.16
75
76 Stack trace API: poison stack frames below the first strict mode frame.
77 (issue 2564)
78
79 Made Isolate::GetHeapStatistics robust against half-initialized
80 isolates (Chromium issue 2591).
81
82 Finished implementation of ES6 symbols aka. private names (issue 2158).
83
84 Performance and stability improvements on all platforms.
85
86
danno@chromium.orgc99cd482013-03-21 15:26:42 +0000872013-03-21: Version 3.17.15
88
89 Rolled back API changes to maintain compatibility with older
90 3.17.x versions of V8.
91
92 Disable zapping of global handles in release mode.
93
94 Always mark the entire valid prefix of the descriptor array.
95 (Chromium issue 196331)
96
97 Use internal memcpy for CopyWords and when copying code.
98 (Chromium issue 196330)
99
100 Performance and stability improvements on all platforms.
101
102
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00001032013-03-20: Version 3.17.14
104
105 Use internal memcpy when initializing code objects.
106 (Chromium issue 196330)
107
108 Disabled weak embedded maps because of crashes.
109 (Chromium issues 172489, 217858)
110
111 Performance and stability improvements on all platforms.
112
113
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00001142013-03-19: Version 3.17.13
115
116 Turned Flags into a uint32_t typedef (Chromium issue 194749).
117
118 Performance and stability improvements on all platforms.
119
120
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00001212013-03-18: Version 3.17.12
122
123 Unified kMaxArguments with number of bits used to encode it.
124 (Chromium issue 211741)
125
126 Fixed detection of |handle_smi| case in
127 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
128 (Chromium issue 196583)
129
130 Performance and stability improvements on all platforms.
131
132
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00001332013-03-15: Version 3.17.11
134
135 Added a version of the v8::HandleScope constructor with an v8::Isolate
136 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
137 method of v8::Isolate.
138 (issue 2487)
139
140 Fixed two register allocator bugs (off-by-one error/failure
141 propagation). (issue 2576)
142
143 Fixed huge heap snapshot when a heavily shared context has many
144 variables. (Chromium issue 145687)
145
146 Performance and stability improvements on all platforms.
147
148
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00001492013-03-13: Version 3.17.10
150
151 Fixed heap snapshot creation for Harmony collections. (issue 2535)
152
153 Fixed register allocation corner case. (Chromium issue 177883)
154
155 Performance and stability improvements on all platforms.
156
157
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00001582013-03-08: Version 3.17.9
159
160 Restored Function()'s expected string representation. (issue 2470)
161
162 Enabled deprecatations (again). (issue 2487)
163
164 Avoid bool to Oddball conversions by being lazy. (issue 2491)
165
166 Added %p option to --logfile.
167
168 Hardened Function()'s parsing of function literals. (issue 2470)
169
170 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
171
172 Performance and stability improvements on all platforms.
173
174
ulan@chromium.org750145a2013-03-07 15:14:13 +00001752013-03-07: Version 3.17.8
176
177 Added missing license headers. (Chromium issue 98597)
178
179 Inserted missing type cast in JSON.stringify. (issue 2570)
180
181 Reverted "Send SIGPROF signals on the profiler event processor thread"
182 (issue 2571)
183
184 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
185 (issue 2568)
186
187 ES6 symbols: filter symbols form for-in loops and Object.keys.
188 (issue 2158)
189
190 Properly handle misses for StoreArrayLengthStub on ia32 and x64
191 (issue 2566)
192
193 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
194
195 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
196
197 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
198 (issue 2556)
199
200 Enabled zapping of disposed global handles in release mode.
201 (Chromium issue 176056)
202
203 Added workaround for redefinition of __proto__ property. (issue 2565)
204
205 ES6 symbols: Allow symbols as property names. (issue 2158)
206
207 Performance and stability improvements on all platforms.
208
209
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00002102013-03-04: Version 3.17.7
211
212 Limited recursion in regexp compilation by a budget.
213 (Chromium issue 178790)
214
215 ES6 symbols: Implemented Symbol intrinsic and basic functionality
216 (issue 2158)
217
218 Performance and stability improvements on all platforms.
219
220
hpayer@chromium.org8432c912013-02-28 15:55:26 +00002212013-02-28: Version 3.17.6
222
223 Fixed materialization of arguments objects with unknown values.
224 (Chromium issue 163530)
225
226 Set default number of sweeper threads to at most four.
227
228 Performance and stability improvements on all platforms.
229
230
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00002312013-02-27: Version 3.17.5
232
233 Made __proto__ a foreign callback on Object.prototype.
234 (issue 621, issue 1949 and issue 2441)
235
236 Performance and stability improvements on all platforms.
237
238
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00002392013-02-25: Version 3.17.4
240
241 Performance and stability improvements on all platforms.
242
243
ulan@chromium.org2e04b582013-02-21 14:06:02 +00002442013-02-21: Version 3.17.3
245
246 Performance and stability improvements on all platforms.
247
248
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00002492013-02-19: Version 3.17.2
250
251 Removed bogus check for TOP register in deoptimizer.
252 (Chromium issue 176943)
253
254 Made the Isolate parameter mandatory for internal HandleScopes.
255 (issue 2487)
256
257 Fixed f.apply() optimization when declared arguments are mutated.
258 (issue 2539)
259
260 Performance and stability improvements on all platforms.
261
262
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00002632013-02-14: Version 3.17.1
264
265 Performance and stability improvements on all platforms.
266
267
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00002682013-02-13: Version 3.17.0
269
270 Enabled parallel sweeping.
271
272 Don't try to unlink instructions twice during GVN
273 (Chromium issue 175141)
274
275 Fixed code flusher disabling while marking incrementally.
276 (Chromium issue 173458, 168582)
277
278 Don't use TLS for space iterators.
279 (issue 2531)
280
281 Added new GetHeapStatistics API entry and deprecated old one.
282
283 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
284 platform-independent code.
285 (Chromium issue 173907)
286
287 Added --trace-array-abuse to help find OOB accesses.
288
289 Performance and stability improvements on all platforms.
290
291
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00002922013-02-06: Version 3.16.14
293
294 Performance and stability improvements on all platforms.
295
296
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00002972013-02-04: Version 3.16.13
298
299 Tagged stubs that rely on instance types as MEGAMORPHIC.
300 (Chromium issue 173974)
301
302 Fixed clearing of dead dependent codes and verifing of weak
303 embedded maps on full GC. (Chromium issue 172488,172489)
304
305 Made the arm port build cleanly with Clang.
306
307 Performance and stability improvements on all platforms.
308
309
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00003102013-01-31: Version 3.16.12
311
312 Performance and stability improvements on all platforms.
313
314
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00003152013-01-30: Version 3.16.11
316
317 Put making embedded maps in optimized code weak behind a flag.
318 (Chromium issue 172488,172489)
319
320 Performance and stability improvements on all platforms.
321
322
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00003232013-01-25: Version 3.16.10
324
325 Avoid excessive memory usage during redundant phi elimination.
326 (issue 2510)
327
328 Fixed additional spec violations wrt RegExp.lastIndex.
329 (issue 2437)
330
331 Added Isolate parameter to Persistent class.
332 (issue 2487)
333
334 Performance and stability improvements on all platforms.
335
336
yangguo@chromium.org003650e2013-01-24 16:31:08 +00003372013-01-24: Version 3.16.9
338
339 Made embedded maps in optimized code weak.
340 (issue 2073)
341
342 Fixed corner case when JSFunction is evicted from flusher.
343 (Chromium issue 168801)
344
345 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
346 (Chromium issue 171641)
347
348 Performance and stability improvements on all platforms.
349
350
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00003512013-01-23: Version 3.16.8
352
353 Correctly reset lastIndex in an RegExp object.
354 (Chromium issue 170856)
355
356 Added a workaround for Windows compilation problems related to V8EXPORT.
357 (issue 2507)
358
359 tools/run-tests.py: shlex.split() the value of --command-prefix
360 (Chromium issue 171553)
361
362 Fixed pattern detection for replacing shifts by rotation.
363 (Chromium issue 2499)
364
365 Performance and stability improvements on all platforms.
366
367
yangguo@chromium.org28381b42013-01-21 14:39:38 +00003682013-01-21: Version 3.16.7
369
370 Removed <(library) usage from v8.gyp.
371 (Chromium issue 111541)
372
373 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
374 (Chromium issue 169928)
375
376 Performance and stability improvements on all platforms.
377
378
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00003792013-01-18: Version 3.16.6
380
381 Made the Isolate parameter mandatory in Locker and Unlocker classes.
382 (issue 2487)
383
384 Avoid pointer underflow in CopyCharsUnsigned.
385 (issue 2493)
386
387 Generate shim headers when using system v8.
388 (Chromium issue 165264)
389
390 Fixed arguments materialization for inlined apply().
391 (issue 2489)
392
393 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
394 (Chromium issue 147497)
395
396 Added sanity check to CodeFlusher::AddCandidate.
397 (Chromium issue 169209)
398
399 Performance and stability improvements on all platforms.
400
401
4022013-01-15: Version 3.16.5
403
404 Removed deprecated functions from V8's external API.
405
406 Prepared API for WebKit use of Latin-1.
407
408 Fixed V8 issue 2486.
409
410 Fixed Chromium issue 169723.
411
412 Performance and stability improvements on all platforms.
413
414
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00004152013-01-11: Version 3.16.4
416
417 Fixed Chromium issues 168545 and 169209.
418
419 Performance and stability improvements on all platforms.
420
421
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00004222013-01-09: Version 3.16.3
423
424 Improved GC performance when moving parts of a FixedArray (issue 2452).
425
426 Enabled readline on d8 while building a shared lib (issue 1781).
427
428 Fixed missing exception check in typed array constructor
429 (Chromium issue 168545).
430
431 Check for read-only-ness when preparing for array sort (issue 2419).
432
433 Performance and stability improvements on all platforms.
434
435
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00004362013-01-04: Version 3.16.2
437
438 Added Makefile options to build for the Raspberry Pi (armv7=0,
439 arm_fpu=vfp2).
440
441 Performance and stability improvements on all platforms.
442
443
ulan@chromium.org4121f232012-12-27 15:57:11 +00004442012-12-27: Version 3.16.1
445
446 Fixed x64 MathMinMax for negative untagged int32 arguments.
447 (Chromium issue 164442)
448
449 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
450 (issue 2458)
451
452 Performance and stability improvements on all platforms.
453
454
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00004552012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000456
457 V8_Fatal now prints C++ stack trace in debug mode.
458
459 Added HTML-based tick processor.
460
461 Continued implementation of Object.observe (V8 issue 2409).
462
463 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
464
465 Fixed Chromium issues 125308, 165637, 166379, 166553.
466
467 Performance and stability improvements on all platforms.
468
469
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00004702012-12-10: Version 3.15.11
471
472 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
473 flags.
474
475 Performance and stability improvements on all platforms.
476
477
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00004782012-12-07: Version 3.15.10
479
480 Enabled optimisation of functions inside eval. (issue 2315)
481
482 Fixed spec violations in methods of Number.prototype. (issue 2443)
483
484 Added GCTracer metrics for a scavenger GC for DOM wrappers.
485
486 Performance and stability improvements on all platforms.
487
488
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00004892012-12-06: Version 3.15.9
490
491 Fixed candidate eviction in code flusher.
492 (Chromium issue 159140)
493
494 Iterate through all arguments for side effects in Math.min/max.
495 (issue 2444)
496
497 Fixed spec violations related to regexp.lastIndex
498 (issue 2437, issue 2438)
499
500 Performance and stability improvements on all platforms.
501
502
mmassi@chromium.org49a44672012-12-04 13:52:03 +00005032012-12-04: Version 3.15.8
504
505 Enforced stack allocation of TryCatch blocks.
506 (issue 2166,chromium:152389)
507
508 Fixed external exceptions in external try-catch handlers.
509 (issue 2166)
510
511 Activated incremental code flushing by default.
512
513 Performance and stability improvements on all platforms.
514
515
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00005162012-11-30: Version 3.15.7
517
518 Activated code aging by default.
519
520 Included more information in --prof log.
521
522 Removed eager sweeping for lazy swept spaces. Try to find in
523 SlowAllocateRaw a bounded number of times a big enough memory slot.
524 (issue 2194)
525
526 Performance and stability improvements on all platforms.
527
528
danno@chromium.org1f34ad32012-11-26 14:53:56 +00005292012-11-26: Version 3.15.6
530
531 Ensure double arrays are filled with holes when extended from
532 variations of empty arrays. (Chromium issue 162085)
533
534 Performance and stability improvements on all platforms.
535
536
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00005372012-11-23: Version 3.15.5
538
539 Fixed JSON.stringify for objects with interceptor handlers.
540 (Chromium issue 161028)
541
542 Fixed corner case in x64 compare stubs. (issue 2416)
543
544 Performance and stability improvements on all platforms.
545
546
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00005472012-11-16: Version 3.15.4
548
549 Fixed Array.prototype.join evaluation order. (issue 2263)
550
551 Perform CPU sampling by CPU sampling thread only iff processing thread
552 is not running. (issue 2364)
553
554 When using an Object as a set in Object.getOwnPropertyNames, null out
555 the proto. (issue 2410)
556
557 Disabled EXTRA_CHECKS in Release build.
558
559 Heap explorer: Show representation of strings.
560
561 Removed 'type' and 'arguments' properties from Error object.
562 (issue 2397)
563
564 Added atomics implementation for ThreadSanitizer v2.
565 (Chromium issue 128314)
566
567 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
568
569 Performance and stability improvements on all platforms.
570
571
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00005722012-11-13: Version 3.15.3
573
574 Changed sample shell to send non-JS output (e.g. errors) to stderr
575 instead of stdout.
576
577 Correctly check for stack overflow even when interrupt is pending.
578 (issue 214)
579
580 Collect stack trace on stack overflow. (issue 2394)
581
582 Performance and stability improvements on all platforms.
583
584
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00005852012-11-12: Version 3.15.2
586
587 Function::GetScriptOrigin supplies sourceURL when script name is
588 not available. (Chromium issue 159413)
589
590 Made formatting error message side-effect-free. (issue 2398)
591
592 Fixed length check in JSON.stringify. (Chromium issue 160010)
593
594 ES6: Added support for Set and Map clear method (issue 2400)
595
596 Fixed slack tracking when instance prototype changes.
597 (Chromium issue 157019)
598
599 Fixed disabling of code flusher while marking. (Chromium issue 159140)
600
601 Added a test case for object grouping in a scavenger GC (issue 2077)
602
603 Support shared library build of Android for v8.
604 (Chromium issue 158821)
605
606 ES6: Added support for size to Set and Map (issue 2395)
607
608 Performance and stability improvements on all platforms.
609
610
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00006112012-11-06: Version 3.15.1
612
613 Put incremental code flushing behind a flag. (Chromium issue 159140)
614
615 Performance and stability improvements on all platforms.
616
617
danno@chromium.org72204d52012-10-31 10:02:10 +00006182012-10-31: Version 3.15.0
619
620 Loosened aligned code target requirement on ARM (issue 2380)
621
622 Fixed JSON.parse to treat leading zeros correctly.
623 (Chromium issue 158185)
624
625 Performance and stability improvements on all platforms.
626
627
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00006282012-10-22: Version 3.14.5
629
630 Killed off the SCons based build.
631
632 Added a faster API for creating v8::Integer objects.
633
634 Speeded up function deoptimization by avoiding quadratic pass over
635 optimized function list. (Chromium issue 155270)
636
637 Always invoke the default Array.sort functions from builtin functions.
638 (issue 2372)
639
640 Reverted recent CPU profiler changes because they broke --prof.
641 (issue 2364)
642
643 Switched code flushing to use different JSFunction field.
644 (issue 1609)
645
646 Performance and stability improvements on all platforms.
647
648
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00006492012-10-15: Version 3.14.4
650
651 Allow evals for debugger even if they are prohibited in the debugee
652 context. (Chromium issue 154733)
653
654 Enabled --verify-heap in release mode (issue 2120)
655
656 Performance and stability improvements on all platforms.
657
658
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00006592012-10-11: Version 3.14.3
660
661 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
662 (Chromium issue 155076).
663
664 Bumped variable limit further to 2^17 (Chromium issue 151625).
665
666 Performance and stability improvements on all platforms.
667
668
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00006692012-10-10: Version 3.14.2
670
671 ARM: allowed VFP3 instructions when hardfloat is enabled.
672 (Chromium issue 152506)
673
674 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
675 (Chromium issue 151749)
676
677 Made GDBJIT interface compile again. (issue 1804)
678
679 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
680 (Chromium issue 143967)
681
682 Made sure that names of temporaries do not clash with real variables.
683 (issue 2322)
684
685 Rejected local module declarations. (Chromium issue 150628)
686
687 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
688
689 Fixed slot recording of code target patches.
690 (Chromium issue 152615,chromium:144230)
691
692 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
693
694 Performance and stability improvements on all platforms.
695
696
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00006972012-10-01: Version 3.14.1
698
699 Don't set -m32 flag when compiling with Android ARM compiler.
700 (Chromium issue 143889)
701
702 Restore the descriptor array before returning allocation failure.
703 (Chromium issue 151750)
704
705 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
706 128252).
707
708 Pull more recent gyp in 'make dependencies'.
709
710 Made sure that the generic KeyedStoreIC changes length and element_kind
711 atomically (issue 2346).
712
713 Bumped number of allowed variables per scope to 65535, to address GWT.
714 (Chromium issue 151625)
715
716 Support sourceURL for dynamically inserted scripts (issue 2342).
717
718 Performance and stability improvements on all platforms.
719
720
ulan@chromium.org56c14af2012-09-20 12:51:09 +00007212012-09-20: Version 3.14.0
722
723 Fixed missing slot recording during clearing of CallICs.
724 (Chromium issue 144230)
725
726 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
727 (Chromium issue 150729)
728
729 Fixed minus zero test. (Issue 2133)
730
731 Fixed setting array length to zero for slow elements.
732 (Chromium issue 146910)
733
734 Fixed lost arguments dropping in HLeaveInlined.
735 (Chromium issue 150545)
736
737 Fixed casting error for receiver of interceptors.
738 (Chromium issue 149912)
739
740 Throw a more descriptive exception when blocking 'eval' via CSP.
741 (Chromium issue 140191)
742
743 Fixed debugger's eval when close to stack overflow. (issue 2318)
744
745 Added checks to live edit. (issue 2297)
746
747 Switched on code compaction on incremental GCs.
748
749 Fixed caching of optimized code for OSR. (issue 2326)
750
751 Not mask exception thrown by toString in String::UtfValue etc.
752 (issue 2317)
753
754 Fixed API check for length of external arrays. (Chromium issue 148896)
755
756 Ensure correct enumeration indices in the dict (Chromium issue 148376)
757
758 Correctly initialize regexp global cache. (Chromium issue 148378)
759
760 Fixed arguments object materialization during deopt. (issue 2261)
761
762 Introduced new API to expose external string resource regardless of
763 encoding.
764
765 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
766 --deopt-every-n-times flag is present
767 (Chromium issue 148389)
768
769 Fixed edge case of extension with NULL as source string.
770 (Chromium issue 144649)
771
772 Fixed array index dehoisting. (Chromium issue 141395)
773
774 Performance and stability improvements on all platforms.
775
776
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00007772012-09-11: Version 3.13.7
778
779 Enable/disable LiveEdit using the (C++) debug API.
780
781 Performance and stability improvements on all platforms.
782
783
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00007842012-09-06: Version 3.13.6
785
786 Added validity checking to API functions and calls.
787
788 Disabled accessor inlining (Chromium issue 134609).
789
790 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
791
792 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
793
794 Fixed VS2005 build (issue 2313).
795
796 Activated fixed ES5 readonly semantics by default.
797
798 Added hardfp flag to the Makefile.
799
800 Performance and stability improvements on all platforms.
801
802
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00008032012-08-29: Version 3.13.5
804
805 Release stack trace data after firing Error.stack accessor.
806 (issue 2308)
807
808 Added a new API V8::SetJitCodeEventHandler to push code name and
809 location to users such as profilers.
810
811 Allocate block-scoped global bindings to global context.
812
813 Performance and stability improvements on all platforms.
814
815
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00008162012-08-28: Version 3.13.4
817
818 Print reason for disabling optimization. Kill --trace-bailout flag.
819
820 Provided option to disable full DEBUG build on Android.
821
822 Introduced global contexts to represent lexical global scope(s).
823
824 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
825
826 Performance and stability improvements on all platforms.
827
828
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00008292012-08-21: Version 3.13.3
830
831 Performance and stability improvements on all platforms.
832
833
8342012-08-20: Version 3.13.2
835
836 Performance and stability improvements on all platforms.
837
838
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00008392012-08-16: Version 3.13.1
840
841 Performance and stability improvements on all platforms.
842
843
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00008442012-08-10: Version 3.13.0
845
846 Added histograms for total allocated/live heap size, as well as
847 allocated size and percentage of total for map and cell space.
848
849 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
850 (issue 1645)
851
852 Added checks for interceptors to negative lookup code in Crankshaft.
853 (Chromium issue 140473)
854
855 Made incremental marking clear ICs and type feedback cells.
856
857 Performance and stability improvements on all platforms.
858
859
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00008602012-08-01: Version 3.12.19
861
862 Performance and stability improvements on all platforms.
863
864
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00008652012-07-30: Version 3.12.18
866
867 Forced using bit-pattern for signed zero double. (issue 2239)
868
869 Made sure double to int conversion is correct. (issue 2260)
870
871 Performance and stability improvements on all platforms.
872
873
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00008742012-07-27: Version 3.12.17
875
876 Always set the callee's context when calling a function from optimized
877 code.
878 (Chromium issue 138887)
879
880 Fixed building with GCC 3.x
881 (issue 2016, 2017)
882
883 Improved API calls that return empty handles.
884 (issue 2245)
885
886 Performance and stability improvements on all platforms.
887
888
danno@chromium.org129d3982012-07-25 15:01:47 +00008892012-07-25: Version 3.12.16
890
891 Performance and stability improvements on all platforms.
892
893
yangguo@chromium.org304cc332012-07-24 07:59:48 +00008942012-07-24: Version 3.12.15
895
896 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
897 (issue 2252)
898
899 Added dependency to HLoadKeyed* instructions to prevent invalid
900 hoisting. (Chromium issue 137768)
901
902 Enabled building d8 for Android on Mac.
903
904 Interpret negative hexadecimal literals as NaN.
905 (issue 2240)
906
907 Expose counters in javascript when using --track-gc-object-stats.
908
909 Enabled building and testing V8 on Android IA.
910
911 Added --trace-parse flag to parser.
912
913 Performance and stability improvements on all platforms.
914
915
verwaest@chromium.org178fb152012-07-18 11:21:48 +00009162012-07-18: Version 3.12.14
917
918 Deactivated optimization of packed arrays.
919 (Chromium issue 137768)
920
921 Fixed broken accessor transition.
922 (Chromium issue 137689)
923
924 Performance and stability improvements on all platforms.
925
926
verwaest@chromium.org753aee42012-07-17 16:15:42 +00009272012-07-17: Version 3.12.13
928
929 Fixed missing tagging of stack value in finally block.
930 (Chromium issue 137496)
931
932 Added more support for heap analysis.
933
934 Performance and stability improvements on all platforms.
935
936
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00009372012-07-16: Version 3.12.12
938
939 Added an option to the tickprocessor to specify the directory for lib
940 lookup.
941
942 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
943
944 Fixed transcendental cache on ARM in optimized code (issue 2234).
945
946 New heap inspection tools: counters for object sizes and counts,
947 histograms for external fragmentation.
948
949 Incorporated constness into inferred interfaces (in preparation for
950 handling imports) (issue 1569).
951
952 Performance and stability improvements on all platforms.
953
954
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00009552012-07-12: Version 3.12.11
956
957 Renamed "mips" arch to "mipsel" in the GYP build.
958
959 Fixed computation of call targets on prototypes in Crankshaft.
960 (Chromium issue 125148)
961
962 Removed use of __lookupGetter__ when generating stack trace.
963 (issue 1591)
964
965 Turned on ES 5.2 globals semantics by default.
966 (issue 1991, Chromium issue 80591)
967
968 Synced preparser and parser wrt syntax error in switch..case.
969 (issue 2210)
970
971 Fixed reporting of octal literals in strict mode when preparsing.
972 (issue 2220)
973
974 Fixed inline constructors for Harmony Proxy prototypes.
975 (issue 2225)
976
977 Performance and stability improvements on all platforms.
978
979
danno@chromium.org81cac2b2012-07-10 11:28:27 +00009802012-07-10: Version 3.12.10
981
982 Re-enabled and fixed issue with array bounds check elimination
983 (Chromium issue 132114).
984
985 Fixed Debug::Break crash. (Chromium issue 131642)
986
987 Added optimizing compiler support for JavaScript getters.
988
989 Performance and stability improvements on all platforms.
990
991
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00009922012-07-06: Version 3.12.9
993
994 Correctly advance the scanner when scanning unicode regexp flag.
995 (Chromium issue 136084)
996
997 Fixed unhandlified code calling Harmony Proxy traps.
998 (issue 2219)
999
1000 Performance and stability improvements on all platforms.
1001
1002
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000010032012-07-05: Version 3.12.8
1004
1005 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1006
1007 Performance and stability improvements on all platforms.
1008
1009
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000010102012-07-03: Version 3.12.7
1011
1012 Fixed lazy compilation for strict eval scopes.
1013 (Chromium issue 135066)
1014
1015 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1016 (issue 2151)
1017
1018 Report "hidden properties" in heap profiler for properties case.
1019 (issue 2212)
1020
1021 Activated optimization of packed arrays by default.
1022
1023 Performance and stability improvements on all platforms.
1024
1025
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000010262012-06-29: Version 3.12.6
1027
1028 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1029
1030 Extended TypedArray support in d8.
1031
1032
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000010332012-06-28: Version 3.12.5
1034
1035 Fixed lazy parsing heuristics to respect outer scope.
1036 (Chromium issue 135008)
1037
1038 Allow using test-wrapper-gypbuild.py on Windows when no python
1039 interpreter is registered.
1040
1041 Performance and stability improvements on all platforms.
1042
1043
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000010442012-06-27: Version 3.12.4
1045
1046 Removed -fomit-frame-pointer flag from Release builds to make
1047 the stack walkable by TCMalloc (Chromium issue 133723).
1048
1049 Ported r7868 (constant masking) to x64 (issue 1374).
1050
1051 Expose more detailed memory statistics (issue 2201).
1052
1053 Fixed Harmony Maps and WeakMaps for undefined values
1054 (Chromium issue 132744).
1055
1056 Correctly throw reference error in strict mode with ICs disabled
1057 (issue 2119).
1058
1059 Performance and stability improvements on all platforms.
1060
1061
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000010622012-06-25: Version 3.12.3
1063
1064 Reverted r11835 'Unify promotion and allocation limit computation' due
1065 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1066
1067 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1068
1069 Performance and stability improvements on all platforms.
1070
1071
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000010722012-06-22: Version 3.12.2
1073
1074 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1075 ia32/x64. (Chromium issue 134055)
1076
1077 Fixed lazy sweeping heuristics to prevent old-space expansion.
1078 (issue 2194)
1079
1080 Performance and stability improvements on all platforms.
1081
1082
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000010832012-06-21: Version 3.12.1
1084
1085 Performance and stability improvements on all platforms.
1086
1087
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000010882012-06-20: Version 3.12.0
1089
1090 Fixed Chromium issues:
1091 115100, 129628, 131994, 132727, 132741, 132742, 133211
1092
1093 Fixed V8 issues:
1094 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1095
1096 Added --extra-code flag to mksnapshot to load JS code into the VM
1097 before creating the snapshot.
1098
1099 Support 'restart call frame' command in the debugger.
1100
1101 Performance and stability improvements on all platforms.
1102
1103
mmassi@chromium.org7028c052012-06-13 11:51:58 +000011042012-06-13: Version 3.11.10
1105
1106 Implemented heap profiler memory usage reporting.
1107
1108 Preserved error message during finally block in try..finally.
1109 (Chromium issue 129171)
1110
1111 Fixed EnsureCanContainElements to properly handle double values.
1112 (issue 2170)
1113
1114 Improved heuristics to keep objects in fast mode with inherited
1115 constructors.
1116
1117 Performance and stability improvements on all platforms.
1118
1119
rossberg@chromium.org400388e2012-06-06 09:29:22 +000011202012-06-06: Version 3.11.9
1121
1122 Implemented ES5-conformant semantics for inherited setters and read-only
1123 properties. Currently behind --es5_readonly flag, because it breaks
1124 WebKit bindings.
1125
1126 Exposed last seen heap object id via v8 public api.
1127
1128 Performance and stability improvements on all platforms.
1129
1130
verwaest@chromium.org37141392012-05-31 13:27:02 +000011312012-05-31: Version 3.11.8
1132
1133 Avoid overdeep recursion in regexp where a guarded expression with a
1134 minimum repetition count is inside another quantifier.
1135 (Chromium issue 129926)
1136
1137 Fixed missing write barrier in store field stub.
1138 (issues 2143, 1465, Chromium issue 129355)
1139
1140 Proxies: Fixed receiver for setters inherited from proxies.
1141 Proxies: Fixed ToStringArray function so that it does not reject some
1142 keys.
1143 (issue 1543)
1144
1145 Performance and stability improvements on all platforms.
1146
1147
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000011482012-05-29: Version 3.11.7
1149
1150 Get better function names in stack traces.
1151
1152 Performance and stability improvements on all platforms.
1153
1154
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000011552012-05-24: Version 3.11.6
1156
1157 Fixed RegExp.prototype.toString for incompatible receivers
1158 (issue 1981).
1159
1160 Performance and stability improvements on all platforms.
1161
1162
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000011632012-05-23: Version 3.11.5
1164
1165 Performance and stability improvements on all platforms.
1166
1167
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000011682012-05-22: Version 3.11.4
1169
1170 Some cleanup to common.gypi. This fixes some host/target combinations
1171 that weren't working in the Make build on Mac.
1172
1173 Handle EINTR in socket functions and continue incomplete sends.
1174 (issue 2098)
1175
1176 Fixed python deprecations. (issue 1391)
1177
1178 Made socket send and receive more robust and return 0 on failure.
1179 (Chromium issue 15719)
1180
1181 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1182
1183 Set '-m32' option for host and target platforms
1184
1185 Performance and stability improvements on all platforms.
1186
1187
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000011882012-05-18: Version 3.11.3
1189
1190 Disable optimization for functions that have scopes that cannot be
1191 reconstructed from the context chain. (issue 2071)
1192
1193 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1194
1195 Correctly check for native error objects. (Chromium issue 2138)
1196
1197 Performance and stability improvements on all platforms.
1198
1199
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000012002012-05-16: Version 3.11.2
1201
1202 Revert r11496. (Chromium issue 128146)
1203
1204 Implement map collection for incremental marking. (issue 1465)
1205
1206 Add toString method to CallSite (which describes a frame of the
1207 stack trace).
1208
1209
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000012102012-05-15: Version 3.11.1
1211
1212 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1213
1214 Fix freebsd build. (V8 issue 2126)
1215
1216 Performance and stability improvements on all platforms.
1217
1218
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000012192012-05-11: Version 3.11.0
1220
1221 Fixed compose-discard crasher from r11524 (issue 2123).
1222
1223 Activated new global semantics by default. Global variables can
1224 now shadow properties of the global object (ES5.1 erratum).
1225
1226 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1227 transitioning (Chromium issue 117409).
1228
1229 Made Error.prototype.name writable again, as required by the spec and
1230 the web (Chromium issue 69187).
1231
1232 Implemented map collection with incremental marking (issue 1465).
1233
1234 Regexp: Fixed overflow in min-match-length calculation
1235 (Chromium issue 126412).
1236
1237 MIPS: Fixed illegal instruction use on Loongson in code for
1238 Math.random() (issue 2115).
1239
1240 Fixed crash bug in VisitChoice (Chromium issue 126272).
1241
1242 Fixed unsigned-Smi check in MappedArgumentsLookup
1243 (Chromium issue 126414).
1244
1245 Fixed LiveEdit for function with no locals (issue 825).
1246
1247 Fixed register clobbering in LoadIC for interceptors
1248 (Chromium issue 125988).
1249
1250 Implemented clearing of CompareICs (issue 2102).
1251
1252 Performance and stability improvements on all platforms.
1253
1254
danno@chromium.org2c26cb12012-05-03 09:06:43 +000012552012-05-03: Version 3.10.8
1256
1257 Enabled MIPS cross-compilation.
1258
1259 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1260 (Chromium issue 125515)
1261
1262 Fixed corner cases in truncation behavior when storing to
1263 TypedArrays. (issue 2110)
1264
1265 Fixed failure to properly recognize and report out-of-memory
1266 conditions when allocating code space pages. (Chromium issue
1267 118625)
1268
1269 Fixed idle notifications to perform a round of incremental GCs
1270 after context disposal. (issue 2107)
1271
1272 Fixed preparser for try statement. (issue 2109)
1273
1274 Performance and stability improvements on all platforms.
1275
1276
danno@chromium.org1044a4d2012-04-30 12:34:39 +000012772012-04-30: Version 3.10.7
1278
1279 Performance and stability improvements on all platforms.
1280
1281
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000012822012-04-26: Version 3.10.6
1283
1284 Fixed some bugs in accessing details of the last regexp match.
1285
1286 Fixed source property of empty RegExp objects. (issue 1982)
1287
1288 Enabled inlining some V8 API functions.
1289
1290 Performance and stability improvements on all platforms.
1291
1292
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000012932012-04-23: Version 3.10.5
1294
1295 Put new global var semantics behind a flag until WebKit tests are
1296 cleaned up.
1297
1298 Enabled stepping into callback passed to builtins.
1299 (Chromium issue 109564)
1300
1301 Performance and stability improvements on all platforms.
1302
1303
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000013042012-04-19: Version 3.10.4
1305
1306 Fixed issues when stressing compaction with WeakMaps.
1307
1308 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1309
1310 Simplify invocation sequence at monomorphic function invocation sites.
1311 (issue 2079)
1312
1313 Performance and stability improvements on all platforms.
1314
1315
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000013162012-04-17: Version 3.10.3
1317
1318 Fixed several bugs in heap profiles (including issue 2078).
1319
1320 Throw syntax errors on illegal escape sequences.
1321
1322 Implemented rudimentary module linking (behind --harmony flag)
1323
1324 Implemented ES5 erratum: Global declarations should shadow
1325 inherited properties.
1326
1327 Made handling of const more consistent when combined with 'eval'
1328 and 'with'.
1329
1330 Fixed V8 on MinGW-x64 (issue 2026).
1331
1332 Performance and stability improvements on all platforms.
1333
1334
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000013352012-04-13: Version 3.10.2
1336
1337 Fixed native ARM build (issues 1744, 539)
1338
1339 Return LOOKUP variable instead of CONTEXT for non-context allocated
1340 outer scope parameters (Chromium issue 119609).
1341
1342 Fixed regular and ElementsKind transitions interfering with each other
1343 (Chromium issue 122271).
1344
1345 Improved performance of keyed loads/stores which have a HeapNumber
1346 index (issues 1388, 1295).
1347
1348 Fixed WeakMap processing for evacuation candidates (issue 2060).
1349
1350 Bailout on possible direct eval calls (Chromium issue 122681).
1351
1352 Do not assume that names of function expressions are context-allocated
1353 (issue 2051).
1354
1355 Performance and stability improvements on all platforms.
1356
1357
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000013582012-04-10: Version 3.10.1
1359
1360 Fixed bug with arguments object in inlined functions (issue 2045).
1361
1362 Fixed performance bug with lazy initialization (Chromium issue
1363 118686).
1364
1365 Added suppport for Mac OS X 64bit builds with GYP.
1366 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1367
1368 Fixed bug with hidden properties (issue 2034).
1369
1370 Fixed a performance bug when reloading pages (Chromium issue 117767,
1371 V8 issue 1902).
1372
1373 Fixed bug when optimizing throw in top-level code (issue 2054).
1374
1375 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1376
1377 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1378
1379 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1380
1381 Fixed compilation of V8 using uClibc.
1382
1383 Optimized boot-up memory use.
1384
1385 Optimized regular expressions.
1386
1387
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000013882012-03-30: Version 3.10.0
1389
1390 Fixed store IC writability check in strict mode
1391 (Chromium issue 120099).
1392
1393 Resynchronize timers if the Windows system time was changed.
1394 (Chromium issue 119815)
1395
1396 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1397 hardfp ARM
1398 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1399
1400 Fixed edge case for case independent regexp character classes
1401 (issue 2032).
1402
1403 Reset function info counters after context disposal.
1404 (Chromium issue 117767, V8 issue 1902)
1405
1406 Fixed missing write barrier in CopyObjectToObjectElements.
1407 (Chromium issue 119926)
1408
1409 Fixed missing bounds check in HasElementImpl.
1410 (Chromium issue 119925)
1411
1412 Performance and stability improvements on all platforms.
1413
1414
danno@chromium.org88aa0582012-03-23 15:11:57 +000014152012-03-23: Version 3.9.24
1416
1417 Activated count-based profiler for ARM.
1418
1419 Fixed use of proxies as f.prototype properties. (issue 2021)
1420
1421 Enabled snapshots on MIPS.
1422
1423 Performance and stability improvements on all platforms.
1424
1425
ulan@chromium.org6ff65142012-03-21 09:52:17 +000014262012-03-21: Version 3.9.23
1427
1428 Use correct arguments adaptation environment when inlining function
1429 containing arguments. (Issue 2014)
1430
1431 Performance and stability improvements on all platforms.
1432
1433
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000014342012-03-20: Version 3.9.22
1435
1436 Enabled count-based profiler by default.
1437
1438 Implemented a hash based look-up to speed up address checks
1439 in large object space (issue 853).
1440
1441 Performance and stability improvements on all platforms.
1442
1443
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000014442012-03-19: Version 3.9.21
1445
1446 Fixed push-to-trunk script (and re-push).
1447
1448 Added API call that identifies strings that are guaranteed only to
1449 contain ASCII characters.
1450
1451
14522012-03-19: Version 3.9.20
1453
1454 Fixed declarations escaping global strict eval. (Issue 1624)
1455
1456 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1457
1458 Fixed function declarations overwriting read-only global properties.
1459 (Chromium issue 115452)
1460
1461 Fixed --use-strict flag in combination with --harmony[-scoping].
1462
1463 Debugger: naive implementation of "step into Function.prototype.bind".
1464
1465 Debugger: added ability to set script source from within OnBeforeCompile
1466
1467 Added flag to always call DebugBreak on abort.
1468
1469 Re-enabled constructor inlining and inline === comparison with boolean
1470 constants. (Issue 2009)
1471
1472 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1473
1474 Performance and stability improvements on all platforms.
1475
1476
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000014772012-03-14: Version 3.9.19
1478
1479 Ensure there is a smi check of the receiver for global load and call
1480 ICs (Chromium issue 117794).
1481
1482 Performance and stability improvements on all platforms.
1483
1484
yangguo@chromium.org154ff992012-03-13 08:09:54 +000014852012-03-13: Version 3.9.18
1486
1487 Ensure consistency of Math.sqrt on Intel platforms.
1488
1489 Remove static initializers in v8. (issue 1859)
1490
1491 Add explicit dependency on v8_base in the GYP-based build.
1492
1493 Performance and stability improvements on all platforms.
1494
1495
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000014962012-03-12: Version 3.9.17
1497
1498 Fixed VFP detection through compiler defines. (issue 1996)
1499
1500 Add Code-related fields to postmortem metadata.
1501
1502 Performance and stability improvements on all platforms.
1503
1504
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000015052012-03-09: Version 3.9.16
1506
1507 Added basic interface inference for modules (behind the --harmony flag).
1508
1509 Added Object.is, Number.isFinite, Number.isNaN.
1510
1511 Updated the Unicode tables to Unicode version 6.1.0.
1512
1513 Performance and stability improvements on all platforms.
1514
1515
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000015162012-03-06: Version 3.9.15
1517
1518 Fix the heap profiler crash caused by memory layout changes between
1519 passes.
1520
1521 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1522
1523 Fix double-rounding in strtod for MinGW. (issue 1062)
1524
1525 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1526
1527 Performance and stability improvements on all platforms.
1528
1529
fschneider@chromium.org35814e52012-03-01 15:43:35 +000015302012-03-01: Version 3.9.14
1531
1532 Performance and stability improvements on all platforms.
1533
1534
ulan@chromium.org812308e2012-02-29 15:58:45 +000015352012-02-29: Version 3.9.13
1536
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001537 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001538
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001539 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1540 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001541
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001542 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001543
1544 Performance and stability improvements on all platforms.
1545
1546
ulan@chromium.org967e2702012-02-28 09:49:15 +000015472012-02-28: Version 3.9.12
1548
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001549 Fixed the negative lookup stub to handle deleted entries in a
1550 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001551
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001552 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001553 callback function can resolve the location of a return address on stack
1554 to the location where a return-address rewriting profiler stashed the
1555 original return address.
1556
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001557 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1558 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001559
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001560 Fixed issue 1853: Update breakpoints set with partial file name after
1561 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001562
1563
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000015642012-02-27: Version 3.9.11
1565
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001566 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001567
1568
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000015692012-02-24: Version 3.9.10
1570
1571 Fixed V8 issues 1322, 1772 and 1969.
1572
1573 Conformance improvements.
1574
1575 Performance and stability improvements on all platforms.
1576
1577
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000015782012-02-23: Version 3.9.9
1579
1580 Supported fast case for-in in Crankshaft.
1581
1582 Sped up heap snapshot serialization and dominators construction.
1583
1584 Randomized allocation addresses on windows. (Chromium issue 115151)
1585
1586 Fixed compilation with MinGW-w64. (issue 1943)
1587
1588 Fixed incorrect value of assignments to non-extensible properties.
1589
1590 Fixed a crash bug in generated code on ia32.
1591
1592 Performance and stability improvements on all platforms.
1593
1594
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000015952012-02-21: Version 3.9.8
1596
1597 Fixed memory leak and missing #include in StartupDataDecompressor
1598 (issue 1960).
1599
1600 Renamed static methods to avoid shadowing virtual methods and fix Clang
1601 C++11 compile error.
1602
1603 Fixed sequence of element access in array builtins (issue 1790).
1604
1605 Performance and stability improvements on all platforms.
1606
1607
yangguo@chromium.org56454712012-02-16 15:33:53 +000016082012-02-16: Version 3.9.7
1609
1610 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1611
1612 Fixed GCC-4.7 warnings.
1613
1614 Added Navier-Stokes benchmark.
1615
1616 Performance and stability improvements on all platforms.
1617
1618
ulan@chromium.org65a89c22012-02-14 11:46:07 +000016192012-02-14: Version 3.9.6
1620
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001621 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001622
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001623 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001624
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001625 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001626
1627 Heap Snapshot maximum size limit is too low for really big apps. At the
1628 moment the limit is 256MB. (Chromium issue 113015)
1629
1630 Performance and stability improvements on all platforms.
1631
1632
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000016332012-02-09: Version 3.9.5
1634
1635 Removed unused command line flags.
1636
1637 Performance and stability improvements on all platforms.
1638
1639
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000016402012-02-08: Version 3.9.4
1641
1642 Properly initialize element-transitioning array literals on ARM.
1643 (issue 1930)
1644
1645 Bug fixes on all platforms.
1646
1647
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000016482012-02-07: Version 3.9.3
1649
1650 When rethrowing an exception, print the stack trace of its original
1651 site instead of rethrow site (Chromium issue 60240).
1652
1653 Increased size of small stacks from 32k to 64k to avoid hitting limits
1654 in Chromium (Chromium issue 112843).
1655
1656
rossberg@chromium.org994edf62012-02-06 10:12:55 +000016572012-02-06: Version 3.9.2
1658
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001659 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001660
1661 Heap profiler reports implicit references.
1662
1663 Optionally export metadata with libv8 to enable debuggers to inspect V8
1664 state.
1665
1666
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000016672012-02-02: Version 3.9.1
1668
1669 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1670 (Chromium issue 112315).
1671
1672 Fixed a crash in dev tools (Chromium issue 107996).
1673
1674 Added 'dependencies_traverse': 1 to v8 GYP target.
1675
1676 Performance and stability improvements on all platforms.
1677
1678
danno@chromium.orgfa458e42012-02-01 10:48:36 +000016792012-02-01: Version 3.9.0
1680
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001681 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001682
1683 Stability fixes and performance improvements on all platforms.
1684
1685
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000016862012-01-26: Version 3.8.9
1687
1688 Flush number string cache on GC (issue 1605).
1689
1690 Provide access to function inferred name with
1691 v8::Function::GetInferredName in V8 public API.
1692
1693 Fix building with Clang (issue 1912).
1694
1695 Reduce the space used by the stack for the profiling thread.
1696
1697 Fix misleading documentation of v8::Locker (issue 542).
1698
1699 Introduce readbinary function in d8 to read binary files.
1700
1701 Performance and stability improvements on all platforms.
1702
1703
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000017042012-01-23: Version 3.8.8
1705
1706 Limited number of loop iterations in Heap::ReserveSpace
1707 (Chromium issue 99027).
1708
1709 Fixed solaris build (VirtualMemory) (issue 1761).
1710
1711 Fixed strict vs. non-strict handling of function proxies in
1712 higher-order array and string methods.
1713
1714 Enabled asynchronous remote debugging with d8 (issue 1691).
1715
1716 Stability and performance improvements on all platforms.
1717
1718
ulan@chromium.org2efb9002012-01-19 15:36:35 +000017192012-01-19: Version 3.8.7
1720
1721 Ensure that LRandom restores rsi after call to the C function on x64.
1722 (Chromium issue http://crbug.com/110509)
1723
1724 Fixing include issues on *bsd when building with scons.
1725 (issue 1897)
1726
1727 Provide a switch to specify -fno-strict-aliasing
1728 (issue 1887)
1729
1730 Move WIN32 define from standalone.gypi to common.gypi
1731 (issue 1760)
1732
1733 Fix corner-case in heap size estimation.
1734 (issue 1893)
1735
1736 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1737 (issue 1903)
1738
1739 Performance improvements and bug fixes.
1740
1741
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000017422012-01-16: Version 3.8.6
1743
1744 Add primitive WebGL array support to d8.
1745
1746 Improve heap size estimation (issue 1893).
1747
1748 Hash collision DOS workaround extended from string keys
1749 to numeric keys.
1750
1751 Provide an API for iterating through all external strings referenced
1752 from the JS heap.
1753
1754 Adjust position recorded for call expressions. http://crbug.com/109195
1755
1756 Fix GC crash related to instanceof. http://crbug.com/109448
1757
1758 Performance improvements and bug fixes.
1759
1760
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000017612012-01-05: Version 3.8.5
1762
1763 Fix broken test that assumes that no GC can clear the regexp cache (GC
1764 can happen at any time due to Crankshaft).
1765
1766 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1767
1768 Add netbsd support to gyp build.
1769
1770 Determine page size at runtime on posix platforms.
1771
1772 Ensure that store buffer filtering hash sets are cleared after
1773 StoreBuffer::Filter.
1774
1775 Randomize the seed used for string hashing. This helps guard against
1776 CPU-eating DOS attacks against node.js servers. Based on code from
1777 Bert Belder. This version only solves the issue for those that compile
1778 V8 themselves or those that do not use snapshots. A snapshot-based
1779 precompiled V8 will still have predictable string hash codes.
1780
1781 Implement callback when script finishes running in V8 API.
1782
1783 Improve performance of Math.min and Math.max for the case of two
1784 arguments. (issue 1325)
1785
1786
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000017872012-01-02: Version 3.8.4
1788
1789 Performance improvements for large Smi-only arrays.
1790
1791 Fixed InternalArrays construction. (issue 1878)
1792
1793
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000017942011-12-27: Version 3.8.3
1795
1796 Avoid embedding new space objects into code objects in the lithium gap
1797 resolver. (chromium:108296)
1798
1799 Bug fixes and performance optimizations on all platforms.
1800
1801
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000018022011-12-21: Version 3.8.2
1803
1804 Add max optimization flag to v8 gyp build to ensure V8 is always built
1805 fully optimized in Chrome.
1806
1807 MIPS: Bring MIPS to parity with other platforms.
1808
1809 Optimizations and stability improvements on all platforms.
1810
1811
ricow@chromium.org7ad65222011-12-19 12:13:11 +000018122011-12-19: Version 3.8.1
1813
1814 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1815
1816 Stability improvements on all platforms.
1817
1818
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000018192011-12-13: Version 3.8.0
1820
1821 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1822
1823 Sync parser and preparser on do-while and return statements.
1824 (issue 1856)
1825
1826 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1827
1828 Stability and performance improvements on all platforms.
1829
1830
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000018312011-12-01: Version 3.7.12
1832
1833 Increase tick interval for the android platform.
1834
1835 Fix a bug in the register allocator. (chromium:105112)
1836
1837 Fix handling of recompiling code. (chromium:105375, v8:1782)
1838
1839 Start incremental marking on idle notification. (v8:1458)
1840
1841 Build fixes for various platforms.
1842
1843 Various performance improvements.
1844
1845
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000018462011-11-29: Version 3.7.11
1847
1848 Fixed bug when generating padding to ensure space for lazy
1849 deoptimization.
1850 (issue 1846)
1851
1852 Further reduced pause times due to GC.
1853
1854 Stability and performance improvements on all platforms.
1855
1856
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000018572011-11-23: Version 3.7.10
1858
1859 Set maximum length of FixedArray in terms of elements instead an
1860 absolute number of bytes.
1861 (Chromium issue 103103)
1862
1863 Stability and performance improvements on all platforms.
1864
1865
18662011-11-21: Version 3.7.9
1867
1868 Removed exit-time destructors.
1869
1870 Stability and performance improvements on all platforms.
1871
1872
ricow@chromium.org27bf2882011-11-17 08:34:43 +000018732011-11-17: Version 3.7.8
1874
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001875 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001876 function on builtins will not make the original function reappear.
1877
1878 Added NetBSD support for scons build.
1879
1880 Performance improvements on all platforms.
1881
1882
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000018832011-11-14: Version 3.7.7
1884
1885 Fix missing fast property accessors in heap snapshots.
1886 (issue 1818)
1887
1888
danno@chromium.org2c456792011-11-11 12:00:53 +000018892011-11-11: Version 3.7.6
1890
1891 Fixed filtering of store buffer for large object pages.
1892 (issue 1817)
1893
1894 Fixed generated hash function on all platforms.
1895 (issue 1808)
1896
1897 Fixed Heap::Shrink to ensure that it does not free pages that are
1898 still in use.
1899 (Chromium issue 100414)
1900
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001901 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001902
1903
danno@chromium.orgc612e022011-11-10 11:38:15 +000019042011-11-10: Version 3.7.5
1905
1906 Added initial gyp infrastructure for MIPS.
1907
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001908 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001909 collector.
1910
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001911 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001912
1913
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000019142011-11-07: Version 3.7.4
1915
1916 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1917
1918 Fix Harmony sets and maps to allow null and undefined as keys
1919 (still hidden behind --harmony flag) (issue 1622).
1920
1921 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1922
1923 Enable VFP instructions for Android.
1924
1925 Fix error handling in Date.prototype.toISOString (issue 1792).
1926
1927 Bug fixes and performance improvements for all platforms.
1928
1929 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1930
1931
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000019322011-10-28: Version 3.7.3
1933
1934 Slight deoptimization as a workaround for issue with jslint: Issue
1935 1789.
1936
1937
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000019382011-10-27: Version 3.7.2
1939
1940 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1941
1942
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000019432011-10-26: Version 3.7.1
1944
1945 Achieved 33% speedup in debug-mode tests.
1946
1947 Removed special casing of calls to RegExp test and exec methods with no
1948 argument. Now matches new JSC behaviour. crbug.com/75740.
1949
1950 Return the empty string on cyclic references in toString (ES5
1951 conformance).
1952
1953 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1954
1955 Made Math.random state per-context instead of per-process (issue 864).
1956
1957 Fixed stack traces to skip native functions.
1958
1959 Make snapshots (new contexts) smaller and faster.
1960
1961 Fixed handling of Function.apply for non-array arguments.
1962
1963 Fixed evaluation order in defineProperties to match FireFox.
1964
1965 Fixed handling of non-object receivers for array builtins,
1966 crbug.com/100702.
1967
1968 Multiple fixes to improve compliance with test262.
1969
1970 Fixed compatibility with older Android releases.
1971
1972 Fixed compilation with gcc-4.5.3.
1973
1974 Improved performance of WriteUtf8, issue 1665.
1975
1976 Made native syntax an early error in the preparser.
1977
1978 Fixed issues 793 and 893 relating to Function.prototype.bind.
1979
1980 Improved let, const, Set and Map support and other Harmony features
1981 (behind the --harmony flag).
1982
1983 Changed evaluation order for > and <= to match ES5 instead of ES3.
1984
1985 Bug fixes and performance improvements on all platforms.
1986
1987
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000019882011-10-13: Version 3.7.0
1989
1990 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1991
1992 Fixed issue 1757 (string slices of external strings).
1993
1994 Fixed issue 1759 (ARM).
1995
1996 Added flag --noclever-optimizations to disable some things that
1997 caused trouble in the past.
1998
1999 Added flag --stress-compaction for testing.
2000
2001 Added flag --harmony to activate all experimental Harmony features.
2002
2003
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000020042011-10-10: Version 3.6.6
2005
2006 Added a GC pause visualization tool.
2007
2008 Added presubmit=no and werror=no flags to Makefile.
2009
2010 ES5/Test262 conformance improvements.
2011
2012 Fixed compilation issues with GCC 4.5.x (issue 1743).
2013
2014 Bug fixes and performance improvements on all platforms.
2015
2016
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000020172011-10-05: Version 3.6.5
2018
2019 New incremental garbage collector.
2020
2021 Removed the hard heap size limit (soft heap size limit is still
2022 700/1400Mbytes by default).
2023
2024 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2025
2026 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2027
2028 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2029
2030 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2031
2032 Fixed the MinGW and Windows 2000 builds.
2033
2034 Fixed "Prototype chain is not searched if named property handler does
2035 not set a property" (Issue 1636).
2036
2037 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2038
2039 Disallowed future reserved words as labels in strict mode.
2040
2041 Fixed string split to correctly coerce the separator to a string
2042 (Issue 1711).
2043
2044 API: Added an optional source length field to the Extension
2045 constructor.
2046
2047 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2048 (Issue 1573).
2049
2050 Added "native" target to Makefile for the benefit of Linux distros.
2051
2052 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2053
2054 More work on ES-Harmony proxies. Still hidden behind a flag.
2055
2056 Bug fixes and performance improvements on all platforms.
2057
2058
lrn@chromium.org34e60782011-09-15 07:25:40 +000020592011-09-15: Version 3.6.4
2060
2061 Fixed d8's broken readline history.
2062
2063 Removed the need for code delete events in CPU profiler (Issue 1466).
2064
2065 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2066
2067 Fixing parallel execution in d8 (with -p) and some memory leaks.
2068
2069 Support for precise stepping in functions compiled before debugging was
2070 started (step 1).
2071
2072
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000020732011-09-13: Version 3.6.3
2074
2075 Implemented better support of typed arrays in the d8 shell.
2076
2077 Bug fixes and performance improvements on all platforms.
2078
2079
ricow@chromium.org55ee8072011-09-08 16:33:10 +000020802011-09-08: Version 3.6.2
2081
2082 Added "dependencies" target to top-level Makefile.
2083
2084 Added ability to turn profiler on/off in d8.
2085
2086 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2087
2088 Fixed several crash bugs.
2089
2090
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000020912011-09-07: Version 3.6.1
2092
2093 Fixed a bug in abrupt exit from with or catch inside finally.
2094
2095 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2096 issue 95113).
2097
2098 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2099
2100 Fixed a few clang warnings (which -Werror treated as errors).
2101
2102 Performance improvements on all platforms.
2103
2104
fschneider@chromium.org1805e212011-09-05 10:49:12 +000021052011-09-05: Version 3.6.0
2106
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002107 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002108
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002109 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002110
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002111 Made arguments and caller always be null on native functions
2112 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002113
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002114 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002115
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002116 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002117
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002118 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002119
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002120 Fixed a problem with large heap snapshots in Chrome DevTools
2121 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002122
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002123 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002124
2125
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000021262011-08-31: Version 3.5.10
2127
2128 Added dependency of v8_base on WinSocket2 Windows library in
2129 the GYP-build.
2130
2131 Various bugfixes.
2132
2133
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000021342011-08-29: Version 3.5.9
2135
2136 Made FromPropertyDescriptor not trigger inherited setters.
2137
2138 Fixed .gyp files to work on the ARM simulator.
2139
2140 Fixed shared library build warnings for MSVS.
2141
2142
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000021432011-08-24: Version 3.5.8
2144
2145 Added V8EXPORT attributes for v8::Array::CheckCast and
2146 v8::Number::CheckCast.
2147
2148 Made a slight API change enabling opting out from null termination
2149 in String::Write*().
2150
2151 Fixed arm build for gcc-4.6.
2152
2153
rossberg@chromium.org28a37082011-08-22 11:03:23 +000021542011-08-22: Version 3.5.7
2155
2156 Make scanner handle invalid unicode escapes in identifiers correctly.
2157
2158 Make regexp flag parsing stricter.
2159
2160 Fix several memory leaks.
2161
2162
danno@chromium.orgb6451162011-08-17 14:33:23 +000021632011-08-17: Version 3.5.6
2164
2165 Fixed issue that could cause crashes when running with --heap-stats.
2166
2167 Fixed compilation on Linux 2.6.9 and older.
2168
2169 Fixed live-object-list to work with isolates.
2170
2171 Fixed memory leaks in zones and isolates.
2172
2173 Fixed a performance regression for TypedArrays on x64.
2174
2175 Stability improvements on all platforms.
2176
2177
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000021782011-08-15: Version 3.5.5
2179
2180 Fixed bugs involving negative zero and the optimizing compiler.
2181
2182 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2183
2184 Eliminated uses of deprecated ARM instructions.
2185
2186 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2187
2188 Removed restriction on the size of disassembled code that is printed.
2189
2190
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000021912011-08-10: Version 3.5.4
2192
2193 Added a preliminary implementation of ES Harmony weak maps. Weak
2194 maps can be enabled by the flag --harmony-weakmaps.
2195
2196 Introduced a toplevel Makefile to support GYP-based building. GYP
2197 can be obtained from http://gyp.googlecode.com.
2198
2199 Fixed a bug in the length property of functions created by
2200 Function.prototype.bind.
2201
2202 Reduced malloc heap allocation on process startup.
2203
2204 Several important code generation bug fixes.
2205
2206 Performance improvements on all platforms.
2207
2208
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000022092011-08-03: Version 3.5.3
2210
2211 MIPS: Port of fix to ClassOf check from ARM.
2212 Patch from Paul Lind <plind44@gmail.com>.
2213
2214 Stopped using mprotect on Cygwin.
2215 Avoided uninitialized member warning on gcc 4.3.4
2216 Both patches by Bert Belder.
2217
2218 Bug fixes and performance improvements on all platforms.
2219
2220
vegorov@chromium.org7943d462011-08-01 11:41:52 +000022212011-08-01: Version 3.5.2
2222
2223 Performance improvements on all platforms.
2224
2225
ricow@chromium.org2c99e282011-07-28 09:15:17 +000022262011-07-28: Version 3.5.1
2227
2228 Fixed setting the readonly flag on the prototype property using the
2229 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2230
2231 Changed the tools/test.py script to use d8 instead of shell for
2232 testing.
2233
2234 Fixed crash in ToBooleanStub when GC happens during invocation.
2235
2236 Enabled automatic unboxing of double arrays.
2237
2238 Performance improvements on all platforms.
2239
2240
ricow@chromium.org9fa09672011-07-25 11:05:35 +000022412011-07-25: Version 3.5.0
2242
2243 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2244 proxies.
2245
2246 Removed logging to memory support.
2247
2248 Bugfixes and performance work.
2249
2250
rossberg@chromium.org717967f2011-07-20 13:44:42 +000022512011-07-20: Version 3.4.14
2252
2253 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2254
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002255 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002256 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002257
2258 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2259
2260
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000022612011-07-18: Version 3.4.13
2262
2263 Improved debugger support to allow inspection of optimized frames (issue
2264 1140).
2265
2266 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2267
2268 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2269
2270 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2271
2272 Simplified HClampToUint8. Patch by Andy Wingo.
2273
2274 Exposed APIs for detecting boxed primitives, native errors. Patch by
2275 Luke Zarko.
2276
2277 Added map check for COW elements to crankshaft array handling code
2278 (issue 1560).
2279
2280 Sample shell and (a light version of) D8 links against a shared library
2281 now.
2282
2283 Fixed bug in array filter and reduce functions (issue 1559).
2284
2285 Avoid TLS load in AstNode constructor.
2286
2287 Introduced a random entropy source which can optionally be provided at
2288 initialization. (Chromium issue 89462).
2289
2290
whesse@chromium.org030d38e2011-07-13 13:23:34 +000022912011-07-13: Version 3.4.12
2292
2293 Added --prof profiling option to d8 shell.
2294
2295 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2296
2297 Fixed a potential assertion failure in const declarations.
2298
2299 Fixed an assertion failure in descriptor arrays (issue 1526).
2300
2301 Enabled fast thread-local storage by default on supported platforms.
2302
2303 Improved reporting of source position for global variable loads
2304 (issue 1527).
2305
2306
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000023072011-07-11: Version 3.4.11
2308
2309 Fixed MinGW32 build.
2310
2311 Fixed a GC bug with RegExp code flushing.
2312
2313 Implemented Object.defineProperty for proxies.
2314
2315 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2316
2317 Added debugger support for inspecting optimized frames (issue 1140).
2318
2319 Allowed JSObject::PreventExtensions to work for arguments objects.
2320
2321 Bugfixes and performance work.
2322
2323
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000023242011-07-06: Version 3.4.10
2325
2326 Fixed debugger not breaking on certain "if" statements (issue 1523).
2327
2328 Fixed assertion failure in runtime profiler when running on IA32
2329 without snapshot (issue 1522).
2330
2331 Fixed ABI for API calls on IA32 (for clang compatibility).
2332
2333 Introduced code flushing of RegExp code to free memory used by
2334 RegExps sooner.
2335
2336 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2337
2338 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2339
2340 Performance improvements on all platforms.
2341
2342
ricow@chromium.org4f693d62011-07-04 14:01:31 +000023432011-07-04: Version 3.4.9
2344
2345 Added support for debugger inspection of locals in optimized frames
2346 (issue 1140).
2347
2348 Fixed SConstruct to pass correct defines to samples/preparser when
2349 building with library=shared.
2350
2351 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2352
2353 Fixed a bug in Object.defineProperty on the arguments object.
2354
2355 Performance improvements on all platforms.
2356
2357
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000023582011-06-29: Version 3.4.8
2359
2360 Ensure 16-byte stack alignment on Solaris (issue 1505).
2361
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002362 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002363 that is not a smi. (issue 1246).
2364
2365
ager@chromium.org04921a82011-06-27 13:21:41 +000023662011-06-27: Version 3.4.7
2367
2368 Fixed 64-bit build on FreeBSD.
2369
2370 Added API to set the property attributes for the prototype
2371 property on functions created from FunctionTemplates.
2372
2373 Bugfixes and performance work.
2374
2375
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000023762011-06-22: Version 3.4.6
2377
2378 Lowered limit on code space for systems with low memory supply.
2379
2380 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2381
2382 Extended setBreakpoint API to accept partial script name (issue 1418).
2383
2384 Made multi-line comments not count when deciding whether the '-->'
2385 comment starter is first on a line. This matches Safari.
2386
2387 Made handling of non-array recievers in Array length setter correct
2388 (issue 1491).
2389
2390 Added ability to heap profiler to iterate over snapshot's node
2391 (issue 1481).
2392
2393
whesse@chromium.org7b260152011-06-20 15:33:18 +000023942011-06-20: Version 3.4.5
2395
2396 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2397 1476, and 1477.
2398
2399 Improved code generation for !0 and !1.
2400
2401 Reduced memory usage for regular expressions with nested qualifiers.
2402 (issue 1472)
2403
2404 Fixed V8 to count line terminators in multi-line comments.
2405 (Chromium issue 86431)
2406
2407 Fixed disassembler=on option for release-mode builds. (issue 1473)
2408
2409 Performance improvements on all platforms.
2410
2411
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000024122011-06-15: Version 3.4.4
2413
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002414 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002415
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002416 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002417
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002418 Several GYP-related changes: Added support for building Xcode project
2419 files. Make the ARM simulator build with GYP again. Generate Makefiles
2420 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002421
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002422 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2423 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002424
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002425 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002426
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002427 Handle 'undefined' correctly when === has been specialized for doubles.
2428 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002429
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002430 Corrected the limit of local variables in an optimized function from 64
2431 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002432
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002433 Correctly set ReadOnly flag on indexed properties when using the API Set
2434 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002435
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002436 Give the correct error message when Object.isExtensible is called on a
2437 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002438
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002439 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2440 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002441
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002442 Do not redefine properties unneccesarily in seal and freeze. (issue
2443 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002444
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002445 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002446
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002447 Distinguish keyed loads with a symbol key from fast elements loads,
2448 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002449
2450
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000024512011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002452
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002453 Clear the global thread table when an isolate is disposed
2454 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002455
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002456 Converted time zone name to UTF8 on Windows (issue 1290).
2457
2458 Limited the number of arguments in a function call to 32766
2459 (issue 1413).
2460
2461 Compress sources of JS libraries in addition to the snapshot.
2462
2463 Fixed a bug in Lithium environment iteration.
2464
2465 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002466
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002467
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000024682011-06-06: Version 3.4.2
2469
2470 More work on ES-Harmony proxies. Still hidden behind a flag.
2471
2472 Fixed some crash bugs and improved performance.
2473
2474 Fixed building with gdb debugging support.
2475
2476 Do not install SIGPROF handler until it is needed.
2477
2478 Added DateTimeFormat to i18n API.
2479
2480 Fixed compilation on OpenBSD.
2481
2482 Take the ulimit into account when sizing the heap. OpenBSD users
2483 may still have to increase the default ulimit to run heavy pages in
2484 the browser.
2485
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002486
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000024872011-06-01: Version 3.4.1
2488
2489 Fixed JSON stringify issue with arrays.
2490
2491 Changed calls to JS builtins to be passed undefined when called with
2492 implicit receiver.
2493
2494 Implemented the set trap for Harmony proxies. Proxies still need to
2495 be enabled with the --harmony-proxies flag.
2496
2497
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000024982011-05-30: Version 3.4.0
2499
2500 Changed calls to undefined property setters to not throw (issue 1355).
2501
2502 Made RegExp objects not callable.
2503
2504 Fixed issues on special case large JSON strings in new json parser
2505 (issues http://crbug.com/83877 and http://crbug.com/84186).
2506
2507 Performance improvements on all platforms.
2508
2509
danno@chromium.org40cb8782011-05-25 07:58:50 +000025102011-05-25: Version 3.3.10
2511
2512 Fixed calls of strict mode function with an implicit receiver.
2513
2514 Fixed fast handling of arrays to properly deal with changes to the
2515 Object prototype (issue 1403).
2516
2517 Changed strict mode poison pill to be the same type error function
2518 (issue 1387).
2519
2520 Fixed a debug crash in arguments object handling (issue 1227).
2521
2522 Fixed a bug in deoptimization on x64 (issue 1404).
2523
2524 Performance improvements and bug fixes on all platforms.
2525
2526
ager@chromium.orgea91cc52011-05-23 06:06:11 +000025272011-05-23: Version 3.3.9
2528
2529 Added DateTimeFormat class to experimental i18n API.
2530
2531 Extended preparser to give early errors for some strict mode
2532 restrictions.
2533
2534 Removed legacy execScript function from V8.
2535
2536 Extended isolate API with the ability to add embedder-specific
2537 data to an isolate.
2538
2539 Added basic support for polymorphic loads from JS and external
2540 arrays.
2541
2542 Fixed bug in handling of switch statements in the optimizing
2543 compiler.
2544
2545
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000025462011-05-18: Version 3.3.8
2547
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002548 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002549 handles are independent of all other persistent handles and can be
2550 garbage collected more frequently.
2551
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002552 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002553 with the --harmony-proxies flag.
2554
2555 Performance improvements and bug fixes on all platforms.
2556
2557
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000025582011-05-16: Version 3.3.7
2559
2560 Updated MIPS infrastructure files.
2561
2562 Performance improvements and bug fixes on all platforms.
2563
2564
karlklose@chromium.org83a47282011-05-11 11:54:09 +000025652011-05-11: Version 3.3.6
2566
2567 Updated MIPS infrastructure files.
2568
2569 Added method IsCallable for Object to the API.
2570 Patch by Peter Varga.
2571
2572
lrn@chromium.org1c092762011-05-09 09:42:16 +000025732011-05-09: Version 3.3.5
2574
2575 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2576
2577 Added check that receiver is JSObject on API calls.
2578
2579 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2580 Patch by Peter Varga.
2581
2582 Added CallAsFunction method to the Object class in the API (Issue 1336).
2583 Patch by Peter Varga.
2584
2585 Added per-isolate locking and unlocking.
2586
2587 Fixed bug in x64 >>> operator (Issue 1359).
2588
2589
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000025902011-05-04: Version 3.3.4
2591
2592 Implemented API to disallow code generation from strings for a context
2593 (issue 1258).
2594
2595 Fixed bug with whitespaces in parseInt (issue 955).
2596
2597 Fixed bug with == comparison of Date objects (issue 1356).
2598
2599 Added GYP variables for ARM code generation:
2600 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2601 and v8_use_arm_eabi_hardfloat.
2602
2603
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000026042011-05-02: Version 3.3.3
2605
2606 Added support for generating Visual Studio solution and project files
2607 using GYP.
2608
2609 Implemented support for ARM EABI calling convention variation where
2610 floating-point arguments are passed in registers (hardfloat).
2611
2612 Added Object::HasOwnProperty() to the API.
2613
2614 Added support for compressing startup data to reduce binary size. This
2615 includes build time support and an API for the embedder to decompress
2616 the startup data before initializing V8.
2617
2618 Reduced the profiling hooks overhead from >400% to 25% when using
2619 ll_prof.
2620
2621 Performance improvements and bug fixes on all platforms.
2622
2623
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000026242011-04-27: Version 3.3.2
2625
2626 Fixed crash bug on ARM with no VFP3 hardware.
2627
2628 Fixed compilation of V8 without debugger support.
2629
2630 Improved performance on JSLint.
2631
2632 Added support Float64 WebGL arrays.
2633
2634 Fixed crash bug in regexp replace.
2635
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002636
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000026372011-04-20: Version 3.3.1
2638
2639 Reduced V8 binary size by removing virtual functions from hydrogen.
2640
2641 Fixed crash bug on x64.
2642
2643 Performance improvements on ARM and IA32.
2644
2645
danno@chromium.org160a7b02011-04-18 15:51:38 +000026462011-04-18: Version 3.3.0
2647
2648 Fixed bug in floating point rounding in Crankshaft on ARM
2649 (issue 958)
2650
2651 Fixed a number of issues with running without VFPv3 support on ARM
2652 (issue 1315)
2653
2654 Introduced v8Locale.Collator, a partial implementation of Collator
2655 per last ECMAScript meeting + mailing list.
2656
2657 Minor performance improvements and bug fixes.
2658
2659
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000026602011-04-13: Version 3.2.10
2661
2662 Fixed bug in external float arrays on ARM (issue 1323).
2663
2664 Minor performance improvements and bug fixes.
2665
2666
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000026672011-04-11: Version 3.2.9
2668
2669 Removed support for ABI prior to EABI on ARM.
2670
2671 Fixed multiple crash bugs.
2672
2673 Added GCMole to the repository, a simple static analysis tool that
2674 searches for GC-unsafe evaluation order dependent callsites.
2675
2676 Made preparser API be exported in shared libraries.
2677
2678 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2679
2680 Fixed mutable __proto__ property if object is not extensible
2681 (Issue 1309).
2682
2683 Fixed auto suspension of the sampler thread.
2684
2685
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000026862011-04-06: Version 3.2.8
2687
2688 Exposed WebGL typed array constructors in the shell sample.
2689
2690 Performance improvements on all platforms.
2691
2692
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000026932011-04-04: Version 3.2.7
2694
2695 Disabled the original 'classic' V8 code generator. Crankshaft is
2696 now the default on all platforms.
2697
2698 Changed the heap profiler to use more descriptive names.
2699
2700 Performance and stability improvements to isolates on all platforms.
2701
2702
lrn@chromium.org7516f052011-03-30 08:52:27 +000027032011-03-30: Version 3.2.6
2704
2705 Fixed xcode build warning in shell.cc (out of order initialization).
2706
2707 Fixed null-pointer dereference in the compiler when running without
2708 SSE3 support (Chromium issue 77654).
2709
2710 Fixed x64 compilation error due to some dead code. (Issue 1286)
2711
2712 Introduced scons target to build the preparser stand-alone example.
2713
2714 Made FreeBSD build and pass all tests.
2715
2716
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000027172011-03-28: Version 3.2.5
2718
lrn@chromium.org7516f052011-03-30 08:52:27 +00002719 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002720
2721 Added Crankshaft support for external arrays.
2722
2723 Fixed two potential crash bugs.
2724
2725
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000027262011-03-23: Version 3.2.4
2727
2728 Added isolates which allows several V8 instances in the same process.
2729 This is controlled through the new Isolate class in the API.
2730
2731 Implemented more of EcmaScript 5 strict mode.
2732
2733 Reduced the time it takes to make detailed heap snapshot.
2734
2735 Added a number of commands to the ARM simulator and enhanced the ARM
2736 disassembler.
2737
2738
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000027392011-03-17: Version 3.2.3
2740
2741 Fixed a number of crash bugs.
2742
2743 Fixed Array::New(length) to return an array with a length (issue 1256).
2744
2745 Fixed FreeBSD build.
2746
2747 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2748
2749 Implemented more of EcmaScript 5 strict mode.
2750
2751 Improved Crankshaft performance on all platforms.
2752
2753
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000027542011-03-14: Version 3.2.2
2755
2756 Fixed a number of crash and correctness bugs.
2757
2758 Improved Crankshaft performance on all platforms.
2759
2760 Fixed Crankshaft on Solaris/Illumos.
2761
2762
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000027632011-03-10: Version 3.2.1
2764
2765 Fixed a number of crash bugs.
2766
2767 Improved Crankshaft for x64 and ARM.
2768
2769 Implemented more of EcmaScript 5 strict mode.
2770
2771
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000027722011-03-07: Version 3.2.0
2773
2774 Fixed a number of crash bugs.
2775
2776 Turned on Crankshaft by default on x64 and ARM.
2777
2778 Improved Crankshaft for x64 and ARM.
2779
2780 Implemented more of EcmaScript 5 strict mode.
2781
2782
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000027832011-03-02: Version 3.1.8
2784
2785 Fixed a number of crash bugs.
2786
2787 Improved Crankshaft for x64 and ARM.
2788
2789 Implemented more of EcmaScript 5 strict mode.
2790
2791 Fixed issue with unaligned reads and writes on ARM.
2792
2793 Improved heap profiler support.
2794
2795
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000027962011-02-28: Version 3.1.7
2797
2798 Fixed a number of crash bugs.
2799
2800 Improved Crankshaft for x64 and ARM.
2801
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002802 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002803 arrays (http://crbug.com/73940).
2804
2805 Fixed bug in map space compaction (http://crbug.com/59688).
2806
2807 Added support for direct getter accessors calls on ARM.
2808
2809
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000028102011-02-24: Version 3.1.6
2811
2812 Fixed a number of crash bugs.
2813
2814 Added support for Cygwin (issue 64).
2815
2816 Improved Crankshaft for x64 and ARM.
2817
2818 Added Crankshaft support for stores to pixel arrays.
2819
2820 Fixed issue in CPU profiler with Crankshaft.
2821
2822
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000028232011-02-16: Version 3.1.5
2824
2825 Change RegExp parsing to disallow /(*)/.
2826
2827 Added GDB JIT support for ARM.
2828
2829 Fixed several crash bugs.
2830
2831 Performance improvements on the IA32 platform.
2832
2833
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000028342011-02-14: Version 3.1.4
2835
2836 Fixed incorrect compare of prototypes of the global object (issue
2837 1082).
2838
2839 Fixed a bug in optimizing calls to global functions (issue 1106).
2840
2841 Made optimized Function.prototype.apply safe for non-JSObject first
2842 arguments (issue 1128).
2843
2844 Fixed an error related to element accessors on Object.prototype and
2845 parser errors (issue 1130).
2846
2847 Fixed a bug in sorting an array with large array indices (issue 1131).
2848
2849 Properly treat exceptions thrown while compiling (issue 1132).
2850
2851 Fixed bug in register requirements for function.apply (issue 1133).
2852
2853 Fixed a representation change bug in the Hydrogen graph construction
2854 (issue 1134).
2855
2856 Fixed the semantics of delete on parameters (issue 1136).
2857
2858 Fixed a optimizer bug related to moving instructions with side effects
2859 (issue 1138).
2860
2861 Added support for the global object in Object.keys (issue 1150).
2862
2863 Fixed incorrect value for Math.LOG10E
2864 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2865
2866 Performance improvements on the IA32 platform.
2867
2868 Implement assignment to undefined reference in ES5 Strict Mode.
2869
2870
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000028712011-02-09: Version 3.1.3
2872
2873 Fixed a bug triggered by functions with huge numbers of declared
2874 arguments.
2875
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002876 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002877
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002878 Fixed issue where Array.prototype.__proto__ had been set to null
2879 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002880
2881 Fixed stability bugs in Crankshaft for x86.
2882
2883
ricow@chromium.org83aa5492011-02-07 12:42:56 +000028842011-02-07: Version 3.1.2
2885
2886 Added better security checks when accessing properties via
2887 Object.getOwnPropertyDescriptor.
2888
2889 Fixed bug in Object.defineProperty and related access bugs (issues
2890 992, 1083 and 1092).
2891
2892 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2893 copyright notice generation for embedders.
2894
2895
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000028962011-02-02: Version 3.1.1
2897
2898 Perform security checks before fetching the value in
2899 Object.getOwnPropertyDescriptor.
2900
2901 Fixed a bug in Array.prototype.splice triggered by passing no
2902 arguments.
2903
2904 Fixed bugs in -0 in arithmetic and in Math.pow.
2905
2906 Fixed bugs in the register allocator and in switching from optimized
2907 to unoptimized code.
2908
2909
29102011-01-31: Version 3.1.0
2911
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002912 Performance improvements on all platforms.
2913
2914
ager@chromium.org378b34e2011-01-28 08:04:38 +000029152011-01-28: Version 3.0.12
2916
2917 Added support for strict mode parameter and object property
2918 validation.
2919
2920 Fixed a couple of crash bugs.
2921
2922
ager@chromium.org0ee099b2011-01-25 14:06:47 +000029232011-01-25: Version 3.0.11
2924
2925 Fixed a bug in deletion of lookup slots that could cause global
2926 variables to be accidentally deleted (http://crbug.com/70066).
2927
2928 Added support for strict mode octal literal verification.
2929
2930 Fixed a couple of crash bugs (issues 1070 and 1071).
2931
2932
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000029332011-01-24: Version 3.0.10
2934
2935 Fixed External::Wrap for 64-bit addresses (issue 1037).
2936
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002937 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002938 code generator (issue 1060).
2939
2940 Introduced partial strict mode support.
2941
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002942 Changed formatting of recursive error messages to match Firefox and
2943 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002944
2945 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002946 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002947 (issue http://crbug.com/50972).
2948
2949 Performance improvements on the IA32 platform.
2950
2951
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000029522011-01-19: Version 3.0.9
2953
2954 Added basic GDB JIT Interface integration.
2955
2956 Make invalid break/continue statements a syntax error instead of a
2957 runtime error.
2958
2959
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029602011-01-17: Version 3.0.8
2961
2962 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002963 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002964
2965 Wrapped external pointers more carefully (issue 1037).
2966
2967 Hardened the implementation of error objects to avoid setters
2968 intercepting the properties set then throwing an error.
2969
2970 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2971
2972 Performance improvements on the IA32 platform.
2973
2974
29752011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002976
2977 Stopped calling inherited setters when creating object literals
2978 (issue 1015).
2979
2980 Changed interpretation of malformed \c? escapes in RegExp to match
2981 JSC.
2982
2983 Enhanced the command-line debugger interface and fixed some minor
2984 bugs in the debugger.
2985
2986 Performance improvements on the IA32 platform.
2987
2988
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029892011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002990
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002991 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002992
2993 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002994 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002995
2996 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002997 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002998
2999 Added use_system_v8 option to gyp (off by default), to make it easier
3000 for Linux distributions to ship with system-provided V8 library.
3001
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003002 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003003
3004 Added labelled thread names to help with debugging (on Linux).
3005
3006
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000030072011-01-03: Version 3.0.5
3008
3009 Fixed a couple of cast errors for gcc-3.4.3.
3010
3011 Performance improvements in GC and IA32 code generator.
3012
3013
whesse@chromium.org023421e2010-12-21 12:19:12 +000030142010-12-21: Version 3.0.4
3015
3016 Added Date::ResetCache() to the API so that the cached values in the
3017 Date object can be reset to allow live DST / timezone changes.
3018
3019 Extended existing support for printing (while debugging) the contents
3020 of objects. Added support for printing objects from release builds.
3021
3022 Fixed V8 issues 989, 1006, and 1007.
3023
3024
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000030252010-12-17: Version 3.0.3
3026
3027 Reapplied all changes for version 3.0.1.
3028
3029 Improved debugger protocol for remote debugging.
3030
3031 Added experimental support for using gyp to generate build files
3032 for V8.
3033
3034 Fixed implementation of String::Write in the API (issue 975).
3035
3036
lrn@chromium.org8541d772010-12-15 12:05:09 +000030372010-12-15: Version 3.0.2
3038
3039 Revert version 3.0.1 and patch 3.0.1.1.
3040
3041
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000030422010-12-13: Version 3.0.1
3043
3044 Added support for an experimental internationalization API as an
3045 extension. This extension is disabled by default but can be enabled
3046 when building V8. The ECMAScript internationalization strawman is
3047 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3048
3049 Made RegExp character class parsing stricter. This mirrors a change
3050 to RegExp parsing in WebKit.
3051
3052 Fixed a bug in Object.defineProperty when used to change attributes
3053 of an existing property. It incorrectly set the property value to
3054 undefined (issue 965).
3055
3056 Fixed several different compilation failures on various platforms
3057 caused by the 3.0.0 release.
3058
3059 Optimized Math.pow so it can work on unboxed doubles.
3060
3061 Sped up quoting of JSON strings by removing one traversal of the
3062 string.
3063
3064
kasperl@chromium.orga5551262010-12-07 12:49:48 +000030652010-12-07: Version 3.0.0
3066
3067 Improved performance by (partially) addressing issue 957 on
3068 IA-32. Still needs more work for the other architectures.
3069
3070
ager@chromium.orgbeb25712010-11-29 08:02:25 +000030712010-11-29: Version 2.5.9
3072
3073 Fixed crashes during GC caused by partially initialize heap
3074 objects.
3075
3076 Fixed bug in process sample that caused memory leaks.
3077
3078 Improved performance on ARM by implementing missing stubs and
3079 inlining.
3080
3081 Improved heap profiler support.
3082
3083 Added separate seeding on Windows of the random number generator
3084 used internally by the compiler (issue 936).
3085
3086 Exposed API for getting the name of the function used to construct
3087 an object.
3088
3089 Fixed date parser to handle one and two digit millisecond
3090 values (issue 944).
3091
3092 Fixed number parsing to disallow space between sign and
3093 digits (issue 946).
3094
3095
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000030962010-11-23: Version 2.5.8
3097
3098 Removed dependency on Gay's dtoa.
3099
3100 Improved heap profiler precision and speed.
3101
3102 Reduced overhead of callback invocations on ARM.
3103
3104
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000031052010-11-18: Version 2.5.7
3106
3107 Fixed obscure evaluation order bug (issue 931).
3108
3109 Split the random number state between JavaScript and the private API.
3110
3111 Fixed performance bug causing GCs when generating stack traces on
3112 code from very large scripts.
3113
3114 Fixed bug in parser that allowed (foo):42 as a labelled statement
3115 (issue 918).
3116
3117 Provide more accurate results about used heap size via
3118 GetHeapStatistics.
3119
3120 Allow build-time customization of the max semispace size.
3121
3122 Made String.prototype.split honor limit when separator is empty
3123 (issue 929).
3124
3125 Added missing failure check after expecting an identifier in
3126 preparser (Chromium issue 62639).
3127
3128
ager@chromium.org01fe7df2010-11-10 11:59:11 +000031292010-11-10: Version 2.5.6
3130
3131 Added support for VFP rounding modes to the ARM simulator.
3132
3133 Fixed multiplication overflow bug (issue 927).
3134
3135 Added a limit for the amount of executable memory (issue 925).
3136
3137
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000031382010-11-08: Version 2.5.5
3139
3140 Added more aggressive GC of external objects in near out-of-memory
3141 situations.
3142
3143 Fixed a bug that gave the incorrect result for String.split called
3144 on the empty string (issue 924).
3145
3146
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000031472010-11-03: Version 2.5.4
3148
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003149 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003150
3151
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000031522010-11-01: Version 2.5.3
3153
3154 Fixed a bug that prevents constants from overwriting function values
3155 in object literals (issue 907).
3156
3157 Fixed a bug with reporting of impossible nested calls of DOM functions
3158 (issue http://crbug.com/60753).
3159
3160
lrn@chromium.org303ada72010-10-27 09:33:13 +000031612010-10-27: Version 2.5.2
3162
3163 Improved sampler resolution on Linux.
3164
3165 Allowed forcing the use of a simulator from the build script
3166 independently of the host architecture.
3167
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003168 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003169
3170 Made windows-tick-processor respect D8_PATH.
3171
3172 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3173
3174
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000031752010-10-20: Version 2.5.1
3176
3177 Fixed bug causing spurious out of memory exceptions
3178 (issue http://crbug.com/54580).
3179
3180 Fixed compilation error on Solaris platform (issue 901).
3181
3182 Fixed error in strtod (string to floating point number conversion)
3183 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3184
3185 Adjusted randomized allocations of executable memory to have 64k
3186 granularity (issue http://crbug.com/56036).
3187
3188 Supported profiling using kernel perf_events on linux. Added ll_prof
3189 script to tools and --ll-prof flag to V8.
3190
3191
vegorov@chromium.org42841962010-10-18 11:18:59 +000031922010-10-18: Version 2.5.0
3193
3194 Fixed bug in cache handling of lastIndex on global regexps
3195 (issue http://crbug.com/58740).
3196
3197 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3198 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003199 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003200
3201 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3202
3203
32042010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003205
3206 Fixed a bug in the handling of conditional expressions in test
3207 contexts in compiler for top-level code.
3208
3209 Added "//@ sourceURL" information to the StackTrace API.
3210
3211 Exposed RegExp construction through the API.
3212
3213
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000032142010-10-04: Version 2.4.8
3215
3216 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3217 whole snapshot (issue 868).
3218
3219 Performance improvements on all platforms.
3220
3221
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000032222010-09-30: Version 2.4.7
3223
3224 Changed the command-line flag --max-new-space-size to be in kB and the
3225 flag --max-old-space-size to be in MB (previously they were in bytes).
3226
3227 Added Debug::CancelDebugBreak to the debugger API.
3228
3229 Fixed a bug in getters for negative numeric property names
3230 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3231
3232 Performance improvements on all platforms.
3233
3234
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000032352010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003236
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003237 Fixed assertion failure related to copy-on-write arrays (issue 876).
3238
3239 Fixed build failure of 64-bit V8 on Windows.
3240
3241 Fixed a bug in RegExp (issue http://crbug.com/52801).
3242
3243 Improved the profiler's coverage to cover more functions (issue 858).
3244
3245 Fixed error in shift operators on 64-bit V8
3246 (issue http://crbug.com/54521).
3247
3248
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000032492010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003250
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003251 Changed the RegExp benchmark to exercise the regexp engine on different
3252 inputs by scrambling the input strings.
3253
3254 Fixed a bug in keyed loads on strings.
3255
3256 Fixed a bug with loading global function prototypes.
3257
3258 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3259
3260 Performance improvements on all platforms.
3261
3262
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000032632010-09-15: Version 2.4.4
3264
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003265 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003266
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003267 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003268
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003269 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003270
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003271 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003272
3273
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000032742010-09-13: Version 2.4.3
3275
3276 Made Date.parse properly handle TZ offsets (issue 857).
3277
3278 Performance improvements on all platforms.
3279
3280
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000032812010-09-08: Version 2.4.2
3282
3283 Fixed GC crash bug.
3284
3285 Fixed stack corruption bug.
3286
3287 Fixed compilation for newer C++ compilers that found Operand(0)
3288 ambiguous.
3289
3290
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000032912010-09-06: Version 2.4.1
3292
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003293 Added the ability for an embedding application to receive a callback
3294 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3295 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003296
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003297 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003298
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003299 Fixed memory overrun crash bug triggered during V8's tick-based
3300 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003301
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003302 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003303
3304
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000033052010-09-01: Version 2.4.0
3306
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003307 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3308 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003309
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003310 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003311 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003312
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003313 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003314
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003315 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003316
3317
ricow@chromium.org65fae842010-08-25 15:26:24 +000033182010-08-25: Version 2.3.11
3319
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003320 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003321
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003322 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003323 VARIANT_FLAGS that allows specification of sets of flags with which
3324 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003325
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003326 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003327
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003328 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003329
3330
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000033312010-08-23: Version 2.3.10
3332
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003333 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003334
3335 Build fixes for unusual compilers.
3336
3337 Track high water mark for RWX memory.
3338
3339 Performance improvements on all platforms.
3340
3341
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000033422010-08-18: Version 2.3.9
3343
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003344 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003345
3346 Removed specialized handling of GCC 4.4 (issue 830).
3347
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003348 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003349 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3350
ricow@chromium.org65fae842010-08-25 15:26:24 +00003351 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003352
3353
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000033542010-08-16: Version 2.3.8
3355
3356 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3357
3358 Fixed issue with incorrect handling of custom valueOf methods on
3359 string wrappers (issue 760).
3360
3361 Fixed compilation for ARMv4 (issue 590).
3362
3363 Improved performance.
3364
3365
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000033662010-08-11: Version 2.3.7
3367
3368 Reduced size of heap snapshots produced by heap profiler (issue 783).
3369
3370 Introduced v8::Value::IsRegExp method.
3371
3372 Fixed CPU profiler crash in start / stop sequence when non-existent
3373 name is passed (issue http://crbug.com/51594).
3374
3375 Introduced new indexed property query callbacks API (issue 816). This
3376 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3377 by default.
3378
3379 Removed support for object literal get/set with number/string
3380 property name.
3381
3382 Fixed handling of JSObject::elements in CalculateNetworkSize
3383 (issue 822).
3384
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003385 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003386
3387
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000033882010-08-09: Version 2.3.6
3389
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003390 RegExp literals create a new object every time they are evaluated
3391 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003392
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003393 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003394
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003395 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003396
3397
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000033982010-08-04: Version 2.3.5
3399
3400 Added support for ES5 property names. Object initialisers and
3401 dot-notation property access now allows keywords. Also allowed
3402 non-identifiers after "get" or "set" in an object initialiser.
3403
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003404 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003405
3406
whesse@chromium.orge90029b2010-08-02 11:52:17 +000034072010-08-02: Version 2.3.4
3408
3409 Fixed problems in implementation of ES5 function.prototype.bind.
3410
3411 Fixed error when using apply with arguments object on ARM (issue 784).
3412
3413 Added setting of global flags to debugger protocol.
3414
3415 Fixed an error affecting cached results of sin and cos (issue 792).
3416
3417 Removed memory leak from a boundary case where V8 is not initialized.
3418
3419 Fixed issue where debugger could set breakpoints outside the body
3420 of a function.
3421
3422 Fixed issue in debugger when using both live edit and step in features.
3423
3424 Added Number-letter (Nl) category to Unicode tables. These characters
3425 can now be used in identifiers.
3426
3427 Fixed an assert failure on X64 (issue 806).
3428
3429 Performance improvements on all platforms.
3430
3431
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000034322010-07-26: Version 2.3.3
3433
3434 Fixed error when building the d8 shell in a fresh checkout.
3435
3436 Implemented Function.prototype.bind (ES5 15.3.4.5).
3437
3438 Fixed an error in inlined stores on ia32.
3439
3440 Fixed an error when setting a breakpoint at the end of a function
3441 that does not end with a newline character.
3442
3443 Performance improvements on all platforms.
3444
3445
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000034462010-07-21: Version 2.3.2
3447
3448 Fixed compiler warnings when building with LLVM.
3449
3450 Fixed a bug with for-in applied to strings (issue 785).
3451
3452 Performance improvements on all platforms.
3453
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003454
ricow@chromium.org4980dff2010-07-19 08:33:45 +000034552010-07-19: Version 2.3.1
3456
3457 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3458
3459 Fixed bug related to code flushing while compiling a lazy
3460 compilable function (issue http://crbug.com/49099).
3461
3462 Performance improvements on all platforms.
3463
3464
ager@chromium.orgb5737492010-07-15 09:29:43 +000034652010-07-15: Version 2.3.0
3466
3467 Added ES5 Object.seal and Object.isSealed.
3468
3469 Added debugger API for scheduling debugger commands from a
3470 separate thread.
3471
3472
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000034732010-07-14: Version 2.2.24
3474
3475 Added API for capturing stack traces for uncaught exceptions.
3476
3477 Fixed crash bug when preparsing from a non-external V8 string
3478 (issue 775).
3479
3480 Fixed JSON.parse bug causing input not to be converted to string
3481 (issue 764).
3482
3483 Added ES5 Object.freeze and Object.isFrozen.
3484
3485 Performance improvements on all platforms.
3486
3487
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000034882010-07-07: Version 2.2.23
3489
3490 API change: Convert Unicode code points outside the basic multilingual
3491 plane to the replacement character. Previous behavior was to silently
3492 truncate the value to 16 bits.
3493
3494 Fixed crash: handle all flat string types in regexp replace.
3495
3496 Prevent invalid pre-parsing data passed in through the API from
3497 crashing V8.
3498
3499 Performance improvements on all platforms.
3500
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003501
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000035022010-07-05: Version 2.2.22
3503
3504 Added ES5 Object.isExtensible and Object.preventExtensions.
3505
3506 Enabled building V8 as a DLL.
3507
3508 Fixed a bug in date code where -0 was not interpreted as 0
3509 (issue 736).
3510
3511 Performance improvements on all platforms.
3512
3513
lrn@chromium.org32d961d2010-06-30 09:09:34 +000035142010-06-30: Version 2.2.21
3515
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003516 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003517
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003518 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003519
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003520 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003521
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003522 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003523
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003524 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003525
3526 Provide actual breakpoints locations in response to setBreakpoint
3527 and listBreakpoints requests.
3528
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003529
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000035302010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003531
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003532 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003533
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003534 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003535
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003536 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003537
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003538 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003539 miscalculated for some inputs.
3540
3541 Performance improvements on all platforms.
3542
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003543
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000035442010-06-23: Version 2.2.19
3545
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003546 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003547 (issue 738).
3548
3549 Added expose-externalize-string flag for testing extensions.
3550
3551 Resolve linker issues with using V8 as a DLL causing a number of
3552 problems with unresolved symbols.
3553
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003554 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003555 defined.
3556
3557 Performance improvements on all platforms.
3558
3559
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000035602010-06-16: Version 2.2.18
3561
3562 Added API functions to retrieve information on indexed properties
3563 managed by the embedding layer. Fixes bug 737.
3564
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003565 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003566
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003567 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003568
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003569 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003570
3571 Incremental performance improvements.
3572
3573
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000035742010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003575
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003576 Improved debugger support for stepping out of functions.
3577
3578 Incremental performance improvements.
3579
3580
35812010-06-09: Version 2.2.16
3582
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003583 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003584 disposal of external string resources to call a virtual Dispose
3585 method on the resource.
3586
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003587 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003588 stepping.
3589
3590 Memory usage improvements on all platforms.
3591
3592
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000035932010-06-07: Version 2.2.15
3594
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003595 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003596
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003597 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003598 some compilers complaint when compiling with -Werror.
3599
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003600 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003601
3602
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000036032010-06-02: Version 2.2.14
3604
3605 Fixed a crash in code generated for String.charCodeAt.
3606
3607 Fixed a compilation issue with some GCC versions (issue 727).
3608
3609 Performance optimizations on x64 and ARM platforms.
3610
3611
ricow@chromium.org30ce4112010-05-31 10:38:25 +000036122010-05-31: Version 2.2.13
3613
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003614 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003615 strings (issue 599).
3616
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003617 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003618
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003619 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003620
3621 Performance improvements on all platforms.
3622
3623
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000036242010-05-26: Version 2.2.12
3625
3626 Allowed accessors to be defined on objects rather than just object
3627 templates.
3628
3629 Changed the ScriptData API.
3630
3631
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000036322010-05-21: Version 2.2.11
3633
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003634 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003635
3636 Use 'full compiler' when debugging is active. This should increase
3637 the density of possible break points, making single step more fine
3638 grained. This will only take effect for functions compiled after
3639 debugging has been started, so recompilation of all functions is
3640 required to get the full effect. IA32 and x64 only for now.
3641
3642 Misc. fixes to the Solaris build.
3643
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003644 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003645
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003646 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003647
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003648 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003649
3650 Incremental performance improvements in all backends.
3651
3652
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000036532010-05-17: Version 2.2.10
3654
3655 Performance improvements in the x64 and ARM backends.
3656
3657
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000036582010-05-10: Version 2.2.9
3659
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003660 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003661
3662 Fixed bug with Date.parse returning a non-NaN value when called on a
3663 non date string (issue 696).
3664
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003665 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003666 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003667
3668 C++ API for retrieving JavaScript stack trace information.
3669
3670
ager@chromium.orgac091b72010-05-05 07:34:42 +000036712010-05-05: Version 2.2.8
3672
3673 Performance improvements in the x64 and ARM backends.
3674
3675
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000036762010-05-03: Version 2.2.7
3677
3678 Added support for ES5 date time string format to Date.parse.
3679
3680 Performance improvements in the x64 backend.
3681
3682
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000036832010-04-28: Version 2.2.6
3684
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003685 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003686 (by Ryan Dahl <coldredlemur@gmail.com>).
3687
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003688 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003689
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003690 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003691
3692 Performance improvements on all platforms.
3693
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003694
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000036952010-04-26: Version 2.2.5
3696
3697 Various performance improvements (especially for ARM and x64)
3698
3699 Fixed bug in CPU profiling (http://crbug.com/42137)
3700
3701 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003702
3703 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003704 wrong calculations.
3705
3706 Fixed a bug that may cause a wrong result for shift operations.
3707
3708
37092010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003710
3711 Fixed warnings on arm on newer GCC versions.
3712
3713 Fixed a number of minor bugs.
3714
3715 Performance improvements on all platforms.
3716
3717
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000037182010-04-14: Version 2.2.3
3719
3720 Added stack command and mem command to ARM simulator debugger.
3721
3722 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3723
3724 Performance improvements on all platforms.
3725
3726
ager@chromium.org357bf652010-04-12 11:30:10 +000037272010-04-12: Version 2.2.2
3728
3729 Introduced new profiler API.
3730
3731 Fixed random number generator to produce full 32 random bits.
3732
3733
lrn@chromium.org25156de2010-04-06 13:10:27 +000037342010-04-06: Version 2.2.1
3735
3736 Debugger improvements.
3737
3738 Fixed minor bugs.
3739
3740
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000037412010-03-29: Version 2.2.0
3742
3743 Fixed a few minor bugs.
3744
3745 Performance improvements for string operations.
3746
3747
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000037482010-03-26: Version 2.1.10
3749
3750 Fixed scons build issues.
3751
3752 Fixed a couple of minor bugs.
3753
3754
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000037552010-03-25: Version 2.1.9
3756
3757 Added API support for reattaching a global object to a context.
3758
3759 Extended debugger API with access to the internal debugger context.
3760
3761 Fixed Chromium crashes (issues http://crbug.com/39128 and
3762 http://crbug.com/39160)
3763
3764
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000037652010-03-24: Version 2.1.8
3766
3767 Added fine-grained garbage collection callbacks to the API.
3768
3769 Performance improvements on all platforms.
3770
3771
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000037722010-03-22: Version 2.1.7
3773
3774 Fixed issue 650.
3775
3776 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003777
3778 Performance improvements for arithmetic operations.
3779
3780 Performance improvements for string operations.
3781
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003782 Print script name and line number information in stack trace.
3783
3784
37852010-03-17: Version 2.1.6
3786
3787 Performance improvements for arithmetic operations.
3788
3789 Performance improvements for string operations.
3790
3791
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000037922010-03-10: Version 2.1.4
3793
3794 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3795
3796 Performance improvements on all platforms.
3797
3798
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000037992010-03-10: Version 2.1.3
3800
3801 Added API method for context-disposal notifications.
3802
3803 Added API method for accessing elements by integer index.
3804
3805 Added missing implementation of Uint32::Value and Value::IsUint32
3806 API methods.
3807
3808 Added IsExecutionTerminating API method.
3809
3810 Disabled strict aliasing for GCC 4.4.
3811
3812 Fixed string-concatenation bug (issue 636).
3813
3814 Performance improvements on all platforms.
3815
3816
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000038172010-02-23: Version 2.1.2
3818
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003819 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003820
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003821 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003822
3823 Performance improvements on all platforms.
3824
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003825
ager@chromium.org5c838252010-02-19 08:53:10 +000038262010-02-19: Version 2.1.1
3827
3828 [ES5] Implemented Object.defineProperty.
3829
3830 Improved profiler support.
3831
3832 Added SetPrototype method in the public V8 API.
3833
3834 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3835 objects in the API.
3836
3837 Performance improvements on all platforms.
3838
3839
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000038402010-02-03: Version 2.1.0
3841
3842 Values are now always wrapped in objects when used as a receiver.
3843 (issue 223).
3844
3845 [ES5] Implemented Object.getOwnPropertyNames.
3846
3847 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3848 JSON grammar.
3849
3850 Improvement of debugger agent (issue 549 and 554).
3851
3852 Fixed problem with skipped stack frame in profiles (issue 553).
3853
3854 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3855 <ry@tinyclouds.org>.
3856
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003857 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003858 integers.
3859
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003860 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003861 functions (isue http://crbug.com/3867).
3862
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003863 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003864
3865 Numerous performance improvements including porting of previous IA-32
3866 optimizations to x64 and ARM architectures.
3867
3868
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000038692010-01-14: Version 2.0.6
3870
3871 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3872 GetOwnProperty, FromPropertyDescriptor.
3873
3874 Fixed Mac x64 build errors.
3875
3876 Improved performance of some math and string operations.
3877
3878 Improved performance of some regexp operations.
3879
3880 Improved performance of context creation.
3881
3882 Improved performance of hash tables.
3883
3884
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000038852009-12-18: Version 2.0.5
3886
3887 Extended to upper limit of map space to allow for 7 times as many map
3888 to be allocated (issue 524).
3889
3890 Improved performance of code using closures.
3891
3892 Improved performance of some binary operations involving doubles.
3893
3894
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000038952009-12-16: Version 2.0.4
3896
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003897 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003898
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003899 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003900
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003901 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003902
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003903 Improved handling of external strings by using a separate table
3904 instead of weak handles. This improves garbage collection
3905 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003906
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003907 Changed code generation for object and array literals in toplevel
3908 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003909
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003910 Fixed a crash bug triggered when garbage collection happened during
3911 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003912
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003913 Fixed crash bug sometimes triggered when local variables shadowed
3914 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003915
3916
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000039172009-12-03: Version 2.0.3
3918
3919 Optimized handling and adding of strings, for-in and Array.join.
3920
3921 Heap serialization is now non-destructive.
3922
3923 Improved profiler support with information on time spend in C++
3924 callbacks registered through the API.
3925
3926 Added commands to the debugger protocol for starting/stopping
3927 profiling.
3928
3929 Enabled the non-optimizing compiler for top-level code.
3930
3931 Changed the API to only allow strings to be set as data objects on
3932 Contexts and scripts to avoid potentially keeping global objects
3933 around for too long (issue 528).
3934
3935 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3936
3937 Fixed bugs.
3938
3939
ager@chromium.org01beca72009-11-24 14:29:16 +000039402009-11-24: Version 2.0.2
3941
3942 Improved profiler support.
3943
3944 Fixed bug that broke compilation of d8 with readline support.
3945
3946
ager@chromium.org6141cbe2009-11-20 12:14:52 +000039472009-11-20: Version 2.0.1
3948
3949 Fixed crash bug in String.prototype.replace.
3950
3951 Reverted a change which caused Chromium interactive ui test
3952 failures.
3953
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003954
ager@chromium.orgc4c92722009-11-18 14:12:51 +000039552009-11-18: Version 2.0.0
3956
3957 Added support for VFP on ARM.
3958
3959 Added TryCatch::ReThrow method to the API.
3960
3961 Reduced the size of snapshots and improved the snapshot load time.
3962
3963 Improved heap profiler support.
3964
3965 64-bit version now supported on Windows.
3966
3967 Fixed a number of debugger issues.
3968
3969 Fixed bugs.
3970
3971
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000039722009-10-29: Version 1.3.18
3973
3974 Reverted a change which caused crashes in RegExp replace.
3975
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003976 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003977
3978
ager@chromium.org3811b432009-10-28 14:53:37 +000039792009-10-28: Version 1.3.17
3980
3981 Added API method to get simple heap statistics.
3982
3983 Improved heap profiler support.
3984
3985 Fixed the implementation of the resource constraint API so it
3986 works when using snapshots.
3987
3988 Fixed a number of issues in the Windows 64-bit version.
3989
3990 Optimized calls to API getters.
3991
3992 Added valgrind notification on code modification to the 64-bit version.
3993
3994 Fixed issue where we logged shared library addresses on Windows at
3995 startup and never used them.
3996
3997
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000039982009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003999
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004000 X64: Convert smis to holding 32 bits of payload.
4001
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004002 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004003
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004004 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004005
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004006 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004007 Patch by Jan de Mooij <jandemooij@gmail.com>
4008
4009 Implement ES5 Array.isArray
4010 Patch by Jan de Mooij <jandemooij@gmail.com>
4011
4012 Skip access checks for hidden properties.
4013
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004014 Added String::Concat(Handle<String> left, Handle<String> right) to the
4015 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004017 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004018
4019
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000040202009-10-07: Version 1.3.15
4021
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004022 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004023
4024 Fixed a crash bug happening when starting profiling (issue
4025 http://crbug.com/23768).
4026
4027
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000040282009-10-07: Version 1.3.14
4029
4030 Added GetRealNamedProperty to the API to lookup real properties
4031 located on the object or in the prototype chain skipping any
4032 interceptors.
4033
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004034 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004035 stack limit now needs to be set to each thread thich is used with V8.
4036
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004037 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004038
4039 Ensure V8 is initialized before locking and unlocking threads.
4040
4041 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004042 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004043 Crockford from the project.
4044
4045 Added a missing optimization in StringCharAt.
4046
4047 Fixed some flaky socket tests.
4048
4049 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4050 in 64-bit mode.
4051
4052 Fixed memory leaks in the thread management code.
4053
4054 Fixed the result of assignment to a pixel array. The assigned value
4055 is now the result.
4056
4057 Error reporting for invalid left-hand sides in for-in statements, pre-
4058 and postfix count expressions, and assignments now matches the JSC
4059 behavior in Safari 4.
4060
4061 Follow the spec in disallowing function declarations without a name.
4062
4063 Always allocate code objects within a 2 GB range. On x64 architecture
4064 this is used to use near calls (32-bit displacement) in Code objects.
4065
4066 Optimized array construction ported to x64 and ARM architectures.
4067
4068 [ES5] Changed Object.keys to return strings for element indices.
4069
4070
ager@chromium.org68e7ab72009-09-23 09:40:39 +000040712009-09-23: Version 1.3.13
4072
4073 Fixed uninitialized memory problem.
4074
4075 Improved heap profiler support.
4076
4077
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000040782009-09-22: Version 1.3.12
4079
4080 Changed behavior of |function|.toString() on built-in functions to
4081 be compatible with other implementations. Patch by Jan de Mooij.
4082
4083 Added Object::IsDirty in the API.
4084
4085 Optimized array construction; it is now handled purely in native
4086 code.
4087
4088 [ES5] Made properties of the arguments array enumerable.
4089
4090 [ES5] Added test suite adapter for the es5conform test suite.
4091
4092 [ES5] Added Object.keys function.
4093
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004094
ager@chromium.org4af710e2009-09-15 12:20:11 +000040952009-09-15: Version 1.3.11
4096
4097 Fixed crash in error reporting during bootstrapping.
4098
4099 Optimized generated IA32 math code by using SSE2 instructions when
4100 available.
4101
4102 Implemented missing pieces of debugger infrastructure on ARM. The
4103 debugger is now fully functional on ARM.
4104
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004105 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004106
4107
ager@chromium.orga1645e22009-09-09 19:27:10 +000041082009-09-09: Version 1.3.10
4109
4110 Fixed profiler on Mac in 64-bit mode.
4111
4112 Optimized creation of objects from simple constructor functions on
4113 ARM.
4114
4115 Fixed a number of debugger issues.
4116
4117 Reduced the amount of memory consumed by V8.
4118
4119
ager@chromium.org18ad94b2009-09-02 08:22:29 +000041202009-09-02: Version 1.3.9
4121
4122 Optimized stack guard checks on ARM.
4123
4124 Optimized API operations by inlining more in the API.
4125
4126 Optimized creation of objects from simple constructor functions.
4127
4128 Enabled a number of missing optimizations in the 64-bit port.
4129
4130 Implemented native-code support for regular expressions on ARM.
4131
4132 Stopped using the 'sahf' instruction on 64-bit machines that do
4133 not support it.
4134
4135 Fixed a bug in the support for forceful termination of JavaScript
4136 execution.
4137
4138
ager@chromium.org96c75b52009-08-26 09:13:16 +000041392009-08-26: Version 1.3.8
4140
4141 Changed the handling of idle notifications to allow idle
4142 notifications when V8 has not yet been initialized.
4143
4144 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004145
ager@chromium.org96c75b52009-08-26 09:13:16 +00004146
ager@chromium.orgab99eea2009-08-25 07:05:41 +000041472009-08-25: Version 1.3.7
4148
4149 Reduced the size of generated code on ARM platforms by reducing
4150 the size of constant pools.
4151
4152 Changed build files to not include the 'ENV' user environment
4153 variable in the build environment.
4154
4155 Changed the handling of idle notifications.
4156
4157
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000041582009-08-21: Version 1.3.6
4159
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004160 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004161
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004162 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004163 a low memory situation to V8.
4164
4165 Changed the handling of global handles (persistent handles in the API
4166 sense) to avoid issues regarding allocation of new global handles
4167 during weak handle callbacks.
4168
4169 Changed the growth policy of the young space.
4170
4171 Fixed a GC issue introduced in version 1.3.5.
4172
4173
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000041742009-08-19: Version 1.3.5
4175
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004176 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004177
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004178 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004179
4180 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4181
4182 Changed typeof RegExp from 'object' to 'function' for compatibility.
4183 Fixed bug where regexps were not callable across contexts.
4184
4185 Added context independent script compilation to the API.
4186
4187 Added API call to get the stack trace for an exception.
4188
4189 Added API for getting object mirrors.
4190
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004191 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004192 running off a snapshot generated without using SSE3 instructions.
4193
4194 Tweaked the handling of the initial size and growth policy of the heap.
4195
4196 Added native code generation for RegExp to 64-bit version.
4197
4198 Added JavaScript debugger support to 64-bit version.
4199
4200
ager@chromium.orgadd848f2009-08-13 12:44:13 +000042012009-08-13: Version 1.3.4
4202
4203 Added a readline() command to the d8 shell.
4204
4205 Fixed bug in json parsing.
4206
4207 Added idle notification to the API and reduced memory on idle
4208 notifications.
4209
4210
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000042112009-08-12: Version 1.3.3
4212
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004213 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004214
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004215 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004216
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004217 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004218
4219 API: added function to find instance of template in prototype
4220 chain. Inlined Object::IsInstanceOf.
4221
4222 Land change to notify valgrind when we modify code on x86.
4223
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004224 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004225
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004226 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004227
4228
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000042292009-08-05: Version 1.3.2
4230
4231 Started new compiler infrastructure for two-pass compilation using a
4232 control flow graph constructed from the AST.
4233
4234 Profiler stack sampling for X64.
4235
4236 Safe handling of NaN to Posix platform-dependent time functions.
4237
4238 Added a new profiler control API to unify controlling various aspects
4239 of profiling.
4240
4241 Fixed issue 392.
4242
4243
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000042442009-07-30: Version 1.3.1
4245
4246 Speed improvements to accessors and interceptors.
4247
4248 Added support for capturing stack information on custom errors.
4249
4250 Added support for morphing an object into a pixel array where its
4251 indexed properties are stored in an external byte array. Values written
4252 are always clamped to the 0..255 interval.
4253
4254 Profiler on x64 now handles C/C++ functions from shared libraries.
4255
4256 Changed the debugger to avoid stepping into function.call/apply if the
4257 function is a built-in.
4258
4259 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004260
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004261 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004262
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004263 Optimized the called as constructor check for API calls.
4264
4265
kasperl@chromium.orge959c182009-07-27 08:59:04 +000042662009-07-27: Version 1.3.0
4267
4268 Allowed RegExp objects to be called as functions (issue 132).
4269
4270 Fixed issue where global property cells would escape after
4271 detaching the global object; see http://crbug.com/16276.
4272
4273 Added support for stepping into setters and getters in the
4274 debugger.
4275
4276 Changed the debugger to avoid stopping in its own JavaScript code
4277 and in the code of built-in functions.
4278
4279 Fixed issue 345 by avoiding duplicate escaping labels.
4280
4281 Fixed ARM code generator crash in short-circuited boolean
4282 expressions and added regression tests.
4283
4284 Added an external allocation limit to avoid issues where small V8
4285 objects would hold on to large amounts of external memory without
4286 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004287
4288 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004289
4290
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000042912009-07-13: Version 1.2.14
4292
4293 Added separate paged heap space for global property cells and
4294 avoid updating the write barrier when storing into them.
4295
4296 Improved peep-hole optimization on ARM platforms by not emitting
4297 unnecessary debug information.
4298
4299 Re-enabled ICs for loads and calls that skip a global object
4300 during lookup through the prototype chain.
4301
4302 Allowed access through global proxies to use ICs.
4303
4304 Fixed issue 401.
4305
4306
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000043072009-07-09: Version 1.2.13
4308
4309 Fixed issue 397, issue 398, and issue 399.
4310
4311 Added support for breakpoint groups.
4312
4313 Fixed bugs introduced with the new global object representation.
4314
4315 Fixed a few bugs in the ARM code generator.
4316
4317
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000043182009-07-06: Version 1.2.12
4319
4320 Added stack traces collection to Error objects accessible through
4321 the e.stack property.
4322
4323 Changed RegExp parser to use a recursive data structure instead of
4324 stack-based recursion.
4325
4326 Optimized Date object construction and string concatenation.
4327
4328 Improved performance of div, mod, and mul on ARM platforms.
4329
4330
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000043312009-07-02: Version 1.2.11
4332
4333 Improved performance on IA-32 and ARM.
4334
4335 Fixed profiler sampler implementation on Mac OS X.
4336
4337 Changed the representation of global objects to improve
4338 performance of adding a lot of new properties.
4339
4340
ager@chromium.org3e875802009-06-29 08:26:34 +000043412009-06-29: Version 1.2.10
4342
4343 Improved debugger support.
4344
4345 Fixed bug in exception message reporting (issue 390).
4346
4347 Improved overall performance.
4348
4349
ager@chromium.org5aa501c2009-06-23 07:57:28 +000043502009-06-23: Version 1.2.9
4351
4352 Improved math performance on ARM.
4353
4354 Fixed profiler name-inference bug.
4355
4356 Fixed handling of shared libraries in the profiler tick processor
4357 scripts.
4358
4359 Fixed handling of tests that time out in the test scripts.
4360
4361 Fixed compilation on MacOS X version 10.4.
4362
4363 Fixed two bugs in the regular expression engine.
4364
4365 Fixed a bug in the string type inference.
4366
4367 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004368
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004369 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004370
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004371
ager@chromium.orgeadaf222009-06-16 09:43:10 +000043722009-06-16: Version 1.2.8
4373
4374 Optimized math on ARM platforms.
4375
4376 Fixed two crash bugs in the handling of getters and setters.
4377
4378 Improved the debugger support by adding scope chain information.
4379
4380 Improved the profiler support by compressing log data transmitted
4381 to clients.
4382
4383 Improved overall performance.
4384
4385
ager@chromium.orge2902be2009-06-08 12:21:35 +000043862009-06-08: Version 1.2.7
4387
4388 Improved debugger and profiler support.
4389
4390 Reduced compilation time by improving the handling of deferred
4391 code.
4392
4393 Optimized interceptor accesses where the property is on the object
4394 on which the interceptors is attached.
4395
4396 Fixed compilation problem on GCC 4.4 by changing the stack
4397 alignment to 16 bytes.
4398
4399 Fixed handle creation to follow stric aliasing rules.
4400
4401 Fixed compilation on FreeBSD.
4402
4403 Introduced API for forcing the deletion of a property ignoring
4404 interceptors and attributes.
4405
4406
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000044072009-05-29: Version 1.2.6
4408
4409 Added a histogram recording hit rates at different levels of the
4410 compilation cache.
4411
4412 Added stack overflow check for the RegExp analysis phase. Previously a
4413 very long regexp graph could overflow the stack with recursive calls.
4414
4415 Use a dynamic buffer when collecting log events in memory.
4416
4417 Added start/stop events to the profiler log.
4418
4419 Fixed infinite loop which could happen when setting a debug break while
4420 executing a RegExp compiled to native code.
4421
4422 Fixed handling of lastIndexOf called with negative index (issue 351).
4423
4424 Fixed irregular crash in profiler test (issue 358).
4425
4426 Fixed compilation issues with some versions of gcc.
4427
4428
kasperl@chromium.org71affb52009-05-26 05:44:31 +000044292009-05-26: Version 1.2.5
4430
4431 Fixed bug in initial boundary check for Boyer-Moore text
4432 search (issue 349).
4433
4434 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4435 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4436 Craig Schlenter.
4437
4438 Added a script cache to the debugger.
4439
4440 Optimized compilation performance by improving internal data
4441 structures and avoiding expensive property load optimizations for
4442 code that's infrequently executed.
4443
4444 Exposed the calling JavaScript context through the static API
4445 function Context::GetCalling().
4446
4447
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000044482009-05-18: Version 1.2.4
4449
4450 Improved performance of floating point number allocation for ARM
4451 platforms.
4452
4453 Fixed crash when using the instanceof operator on functions with
4454 number values in their prototype chain (issue 341).
4455
4456 Optimized virtual frame operations in the code generator to speed
4457 up compilation time and allocated the frames in the zone.
4458
4459 Made the representation of virtual frames and jump targets in the
4460 code generator much more compact.
4461
4462 Avoided linear search for non-locals in scope code when resolving
4463 variables inside with and eval scopes.
4464
4465 Optimized lexical scanner by dealing with whitespace as part of
4466 the token scanning instead of as a separate step before it.
4467
4468 Changed the scavenging collector so that promoted objects do not
4469 reside in the old generation while their remembered set is being
4470 swept for pointers into the young generation.
4471
4472 Fixed numeric overflow handling when compiling count operations.
4473
4474
ager@chromium.org9085a012009-05-11 19:22:57 +000044752009-05-11: Version 1.2.3
4476
4477 Fixed bug in reporting of out-of-memory situations.
4478
4479 Introduced hidden prototypes on certain builtin prototype objects
4480 such as String.prototype to emulate JSC's behavior of restoring
4481 the original function when deleting functions from those prototype
4482 objects.
4483
4484 Fixed crash bug in the register allocator.
4485
4486
ager@chromium.org5ec48922009-05-05 07:25:34 +000044872009-05-04: Version 1.2.2
4488
4489 Fixed bug in array sorting for sparse arrays (issue 326).
4490
4491 Added support for adding a soname when building a shared library
4492 on Linux (issue 151).
4493
4494 Fixed bug caused by morphing internal ASCII strings to external
4495 two-byte strings. Slices over ASCII strings have to forward ASCII
4496 checks to the underlying buffer string.
4497
4498 Allowed API call-as-function handlers to be called as
4499 constructors.
4500
4501 Fixed a crash bug where an external string was disposed but a
4502 slice of the external string survived as a symbol.
4503
4504
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000045052009-04-27: Version 1.2.1
4506
4507 Added EcmaScript 5 JSON object.
4508
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004509 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004510
4511
ager@chromium.org65dad4b2009-04-23 08:48:43 +000045122009-04-23: Version 1.2.0
4513
4514 Optimized floating-point operations on ARM.
4515
4516 Added a number of extensions to the debugger API.
4517
4518 Changed the enumeration order for unsigned integer keys to always
4519 be numerical order.
4520
4521 Added a "read" extension to the shell sample.
4522
4523 Added support for Array.prototype.reduce and
4524 Array.prototype.reduceRight.
4525
4526 Added an option to the SCons build to control Microsoft Visual C++
4527 link-time code generation.
4528
4529 Fixed a number of bugs (in particular issue 315, issue 316,
4530 issue 317 and issue 318).
4531
4532
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000045332009-04-15: Version 1.1.10
4534
4535 Fixed crash bug that occurred when loading a const variable in the
4536 presence of eval.
4537
4538 Allowed using with and eval in registered extensions in debug mode
4539 by fixing bogus assert.
4540
4541 Fixed the source position for function returns to enable the
4542 debugger to break there.
4543
4544
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000045452009-04-14: Version 1.1.9
4546
4547 Made the stack traversal code in the profiler robust by avoiding
4548 to look into the heap.
4549
4550 Added name inferencing for anonymous functions to facilitate
4551 debugging and profiling.
4552
4553 Re-enabled stats timers in the developer shell (d8).
4554
4555 Fixed issue 303 by avoiding to shortcut cons-symbols.
4556
4557
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000045582009-04-11: Version 1.1.8
4559
4560 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4561
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004562 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004563 the debugger (issue 269).
4564
4565 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4566 are no hidden properties.
4567
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004568 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004569 entries with deleted resources would lead to NPEs when looking
4570 up in the symbol table.
4571
4572
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000045732009-04-07: Version 1.1.7
4574
4575 Added support for easily importing additional environment
4576 variables into the SCons build.
4577
4578 Optimized strict equality checks.
4579
4580 Fixed crash in indexed setters on objects without a corresponding
4581 getter (issue 298).
4582
4583 Re-enabled script compilation cache.
4584
4585
ager@chromium.org8682a592009-04-01 10:47:14 +000045862009-04-01: Version 1.1.6
4587
4588 Reverted an unsafe code generator change.
4589
4590
ager@chromium.org71daaf62009-04-01 07:22:49 +000045912009-04-01: Version 1.1.5
4592
4593 Fixed bug that caused function literals to not be optimized as
4594 much as other functions.
4595
4596 Improved profiler support.
4597
4598 Fixed a crash bug in connection with debugger unloading.
4599
4600 Fixed a crash bug in the code generator caused by losing the
4601 information that a frame element was copied.
4602
4603 Fixed an exception propagation bug that could cause non-null
4604 return values when exceptions were thrown.
4605
4606
ager@chromium.org41826e72009-03-30 13:30:57 +000046072009-03-30: Version 1.1.4
4608
4609 Optimized String.prototype.match.
4610
4611 Improved the stack information in profiles.
4612
4613 Fixed bug in ARM port making it possible to compile the runtime
4614 system for thumb mode again.
4615
4616 Implemented a number of optimizations in the code generator.
4617
4618 Fixed a number of memory leaks in tests.
4619
4620 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004621 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004622
4623
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000046242009-03-24: Version 1.1.3
4625
4626 Fixed assertion failures in compilation of loop conditions.
4627
4628 Removed STL dependency from developer shell (d8).
4629
4630 Added infrastructure for protecting the V8 heap from corruption
4631 caused by memory modifications from the outside.
4632
4633
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000046342009-03-24: Version 1.1.2
4635
4636 Improved frame merge code generated by the code generator.
4637
4638 Optimized String.prototype.replace.
4639
4640 Implemented __defineGetter__ and __defineSetter__ for properties
4641 with integer keys on non-array objects.
4642
4643 Improved debugger and profiler support.
4644
4645 Fixed a number of portability issues to allow compilation for
4646 smaller ARM devices.
4647
4648 Exposed object cloning through the API.
4649
4650 Implemented hidden properties. This is used to expose an identity
4651 hash for objects through the API.
4652
4653 Implemented restarting of regular expressions if their input
4654 string changes representation during preemption.
4655
4656 Fixed a code generator bug that could cause assignments in loops
4657 to be ignored if using continue to break out of the loop (issue
4658 284).
4659
4660
ager@chromium.org3a6061e2009-03-12 14:24:36 +000046612009-03-12: Version 1.1.1
4662
4663 Fixed an assertion in the new compiler to take stack overflow
4664 exceptions into account.
4665
4666 Removed exception propagation code that could cause crashes.
4667
4668 Fixed minor bug in debugger line number computations.
4669
4670 8-byte align the C stack on Linux and Windows to speed up floating
4671 point computations.
4672
4673
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000046742009-03-12: Version 1.1.0
4675
4676 Improved code generation infrastructure by doing simple register
4677 allocation and constant folding and propagation.
4678
4679 Optimized regular expression matching by avoiding to create
4680 intermediate string arrays and by flattening nested array
4681 representations of RegExp data.
4682
4683 Traverse a few stack frames when recording profiler samples to
4684 include partial call graphs in the profiling output.
4685
4686 Added support for using OProfile to profile generated code.
4687
4688 Added remote debugging support to the D8 developer shell.
4689
4690 Optimized creation of nested literals like JSON objects.
4691
4692 Fixed a bug in garbage collecting unused maps and turned it on by
4693 default (--collect-maps).
4694
4695 Added support for running tests under Valgrind.
4696
4697
kasperl@chromium.org061ef742009-02-27 12:16:20 +000046982009-02-27: Version 1.0.3
4699
4700 Optimized double-to-integer conversions in bit operations by using
4701 SSE3 instructions if available.
4702
4703 Optimized initialization sequences that store to multiple
4704 properties of the same object.
4705
4706 Changed the D8 debugger frontend to use JSON messages.
4707
4708 Force garbage collections when disposing contexts.
4709
4710 Align code objects at 32-byte boundaries.
4711
4712
ager@chromium.org381abbb2009-02-25 13:23:22 +000047132009-02-25: Version 1.0.2
4714
4715 Improved profiling support by performing simple call stack
4716 sampling for ticks and by fixing a bug in the logging of code
4717 addresses.
4718
4719 Fixed a number of debugger issues.
4720
4721 Optimized code that uses eval.
4722
4723 Fixed a couple of bugs in the regular expression engine.
4724
4725 Reduced the size of generated code for certain regular expressions.
4726
4727 Removed JSCRE completely.
4728
4729 Fixed issue where test could not be run if there was a dot in the
4730 checkout path.
4731
4732
ager@chromium.org6f10e412009-02-13 10:11:16 +000047332009-02-13: Version 1.0.1
4734
4735 Fixed two crash-bugs in irregexp (issue 231 and 233).
4736
4737 Fixed a number of minor bugs (issue 87, 227 and 228).
4738
4739 Added support for morphing strings to external strings on demand
4740 to avoid having to create copies in the embedding code.
4741
4742 Removed experimental support for external symbol callbacks.
4743
4744
iposva@chromium.org245aa852009-02-10 00:49:54 +000047452009-02-09: Version 1.0.0
4746
4747 Fixed crash-bug in the code generation for case independent 16 bit
4748 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004749
iposva@chromium.org245aa852009-02-10 00:49:54 +00004750 Made shells more robust in the presence of string conversion
4751 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004752
iposva@chromium.org245aa852009-02-10 00:49:54 +00004753 Fixed a potential infinite loop when attempting to resolve
4754 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004755
iposva@chromium.org245aa852009-02-10 00:49:54 +00004756 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004757
iposva@chromium.org245aa852009-02-10 00:49:54 +00004758 Reduced binary by stripping unneeded text from JavaScript library and
4759 minifying some JavaScript files.
4760
4761
ager@chromium.orgddb913d2009-01-27 10:01:48 +000047622009-01-27: Version 0.4.9
4763
4764 Enabled new regular expression engine.
4765
4766 Made a number of changes to the debugger protocol.
4767
4768 Fixed a number of bugs in the preemption support.
4769
4770 Added -p option to the developer shell to run files in parallel
4771 using preemption.
4772
4773 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4774 193, 198 and 201).
4775
4776 Fixed a number of bugs in the serialization/deserialization
4777 support for the ARM platform.
4778
4779
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000047802009-01-19: Version 0.4.8.1
4781
4782 Minor patch to debugger support.
4783
4784
ager@chromium.org32912102009-01-16 10:38:43 +000047852009-01-16: Version 0.4.8
4786
4787 Fixed string length bug on ARM (issue 171).
4788
4789 Made most methods in the API const.
4790
4791 Optimized object literals by improving data locality.
4792
4793 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004794 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004795
4796 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004797 eval to behave incorrectly when using accessors (issues 186, 190
4798 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004799
4800
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000048012009-01-06: Version 0.4.7
4802
ager@chromium.org32912102009-01-16 10:38:43 +00004803 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004804
ager@chromium.org32912102009-01-16 10:38:43 +00004805 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004806
ager@chromium.org32912102009-01-16 10:38:43 +00004807 Fixed subtle bug that caused the wrong 'this' to be used when
4808 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004809
ager@chromium.org32912102009-01-16 10:38:43 +00004810 Inline array loads within loops directly in the code instead of
4811 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004812
ager@chromium.org32912102009-01-16 10:38:43 +00004813
ager@chromium.org8bb60582008-12-11 12:02:20 +000048142008-12-11: Version 0.4.6
4815
4816 Fixed exception reporting bug where certain exceptions were
4817 incorrectly reported as uncaught.
4818
4819 Improved the memory allocation strategy used during compilation to
4820 make running out of memory when compiling huge scripts less
4821 likely.
4822
4823 Optimized String.replace by avoiding the construction of certain
4824 sub strings.
4825
4826 Fixed bug in code generation for large switch statements on ARM.
4827
4828 Fixed bug that caused V8 to change the global object template
4829 passed in by the user.
4830
4831 Changed the API for creating object groups used during garbage
4832 collection. Entire object groups are now passed to V8 instead of
4833 individual members of the groups.
4834
ager@chromium.org32912102009-01-16 10:38:43 +00004835
ager@chromium.orga74f0da2008-12-03 16:05:52 +000048362008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004837
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004838 Added experimental API support for allocating V8 symbols as
4839 external strings.
4840
4841 Fixed bugs in debugging support on ARM.
4842
4843 Changed eval implementation to correctly detect whether or not a
4844 call to eval is aliased.
4845
4846 Fixed bug caused by a combination of the compilation cache and
4847 dictionary probing in native code. The bug caused us to sometimes
4848 call functions that had not yet been compiled.
4849
4850 Added platform support for FreeBSD.
4851
4852 Added support for building V8 on Windows with either the shared or
4853 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004854
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004855 Added the v8::jscre namespace around the jscre functions to avoid
4856 link errors (duplicate symbols) when building Google Chrome.
4857
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004858 Added support for calling a JavaScript function with the current
4859 debugger execution context as its argument to the debugger
4860 interface.
4861
4862 Changed the type of names of counters from wchar_t to char.
4863
4864 Changed the Windows system call used to compute daylight savings
4865 time. The system call that we used to use became four times
4866 slower on WinXP SP3.
4867
4868 Added support in the d8 developer shell for memory-mapped counters
4869 and added a stats-viewer tool.
4870
4871 Fixed bug in upper/lower case mappings (issue 149).
4872
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004873
ager@chromium.org3bf7b912008-11-17 09:09:45 +000048742008-11-17: Version 0.4.4
4875
4876 Reduced code size by using shorter instruction encoding when
4877 possible.
4878
4879 Added a --help option to the shell sample and to the d8 shell.
4880
4881 Added visual studio project files for building the ARM simulator.
4882
4883 Fixed a number of ARM simulator issues.
4884
4885 Fixed bug in out-of-memory handling on ARM.
4886
4887 Implemented shell support for passing arguments to a script from
4888 the command line.
4889
4890 Fixed bug in date code that made certain date functions return -0
4891 instead of 0 for dates before the epoch.
4892
4893 Restricted applications of eval so it can only be used in the
4894 context of the associated global object.
4895
4896 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004897
4898
ager@chromium.org870a0b62008-11-04 11:43:05 +000048992008-11-04: Version 0.4.3
4900
4901 Added support for API accessors that prohibit overwriting by
4902 accessors defined in JavaScript code by using __defineGetter__ and
4903 __defineSetter__.
4904
4905 Improved handling of conditionals in test status files.
4906
4907 Introduced access control in propertyIsEnumerable.
4908
4909 Improved performance of some string operations by caching
4910 information about the type of the string between operations.
4911
4912 Fixed bug in fast-case code for switch statements that only have
4913 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004914
ager@chromium.org870a0b62008-11-04 11:43:05 +00004915
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000049162008-10-30: Version 0.4.2
4917
4918 Improved performance of Array.prototype.concat by moving the
4919 implementation to C++ (issue 123).
4920
4921 Fixed heap growth policy to avoid growing old space to its maximum
4922 capacity before doing a garbage collection and fixed issue that
4923 would lead to artificial out of memory situations (issue 129).
4924
4925 Fixed Date.prototype.toLocaleDateString to return the date in the
4926 same format as WebKit.
4927
4928 Added missing initialization checks to debugger API.
4929
4930 Added removing of unused maps during GC.
4931
4932
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000049332008-10-28: Version 0.4.1
4934
4935 Added caching of RegExp data in compilation cache.
4936
4937 Added Visual Studio project file for d8 shell.
4938
4939 Fixed function call performance regression introduced in version
4940 0.4.0 when splitting the global object in two parts (issue 120).
4941
4942 Fixed issue 131 by checking for empty handles before throwing and
4943 reporting exceptions.
4944
4945
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000049462008-10-23: Version 0.4.0
4947
4948 Split the global object into two parts: The state holding global
4949 object and the global object proxy.
4950
4951 Fixed bug that affected the value of an assignment to an element
4952 in certain cases (issue 116).
4953
4954 Added GetPropertyNames functionality (issue 33) and extra Date
4955 functions (issue 77) to the API.
4956
4957 Changed WeakReferenceCallback to take a Persistent<Value> instead
4958 of a Persistent<Object> (issue 101).
4959
4960 Fixed issues with message reporting for exceptions in try-finally
4961 blocks (issues 73 and 75).
4962
ager@chromium.org32912102009-01-16 10:38:43 +00004963 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004964
4965 Improved Boyer-Moore implementation for faster indexOf operations.
4966
4967 Added development shell (d8) which includes counters and
4968 completion support.
4969
4970 Fixed problem with the receiver passed to functions called from
4971 eval (issue 124).
4972
4973
ager@chromium.org7c537e22008-10-16 08:43:32 +000049742008-10-16: Version 0.3.5
4975
4976 Improved string hash-code distribution by excluding bit-field bits
4977 from the hash-code.
4978
4979 Changed string search algorithm used in indexOf from KMP to
4980 Boyer-Moore.
4981
4982 Improved the generated code for the instanceof operator.
4983
4984 Improved performance of slow-case string equality checks by
4985 specializing the code based on the string representation.
4986
4987 Improve the handling of out-of-memory situations (issue 70).
4988
4989 Improved performance of strict equality checks.
4990
4991 Improved profiler output to make it easier to see anonymous
4992 functions.
4993
4994 Improved performance of slow-case keyed loads.
4995
4996 Improved property access performance by allocating a number of
4997 properties in the front object.
4998
4999 Changed the toString behavior on the built-in object constructors
5000 to print [native code] instead of the actual source. Some web
5001 applications do not like constructors with complex toString
5002 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005003
ager@chromium.org7c537e22008-10-16 08:43:32 +00005004
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000050052008-10-06: Version 0.3.4
5006
5007 Changed Array.prototype.sort to use quick sort.
5008
5009 Fixed code generation issue where leaving a finally block with
5010 break or continue would accumulate elements on the expression
5011 stack (issue 86).
5012
5013 Made sure that the name accessor on functions returns the expected
5014 names for builtin JavaScript functions and C++ callback functions.
5015
5016 Added fast case code for extending the property storage array of
5017 JavaScript objects.
5018
5019 Ported switch statement optimizations introduced in version 0.3.3
5020 to the ARM code generator.
5021
5022 Allowed GCC to use strict-aliasing rules when compiling.
5023
5024 Improved performance of arguments object allocation by taking care
5025 of arguments adaptor frames in the generated code.
5026
5027 Updated the V8 benchmark suite to version 2.
5028
5029
ager@chromium.org236ad962008-09-25 09:45:57 +000050302008-09-25: Version 0.3.3
5031
5032 Improved handling of relocation information to enable more
5033 peep-hole optimizations.
5034
5035 Optimized switch statements where all labels are constant small
5036 integers.
5037
5038 Optimized String.prototype.indexOf for common cases.
5039
5040 Fixed more build issues (issue 80).
5041
5042 Fixed a couple of profiler issues.
5043
5044 Fixed bug where the body of a function created using the Function
5045 constructor was not allowed to end with a single-line comment
5046 (issue 85).
5047
5048 Improved handling of object literals by canonicalizing object
5049 literal maps. This will allow JSON objects with the same set of
5050 properties to share the same map making inline caching work better
5051 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005052
ager@chromium.org236ad962008-09-25 09:45:57 +00005053
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000050542008-09-17: Version 0.3.2
5055
5056 Generalized the EvalCache into a CompilationCache and enabled it
5057 for scripts too. The current strategy is to retire all entries
5058 whenever a mark-sweep collection is started.
5059
5060 Fixed bug where switch statements containing only a default case
5061 would lead to an unbalanced stack (issue 69).
5062
5063 Fixed bug that made access to the function in a named function
5064 expression impossible in certain situations (issue 24).
5065
5066 Fixed even more build issues.
5067
5068 Optimized calling conventions on ARM. The conventions on ARM and
5069 IA-32 now match.
5070
5071 Removed static initializers for flags and counters.
5072
5073 Improved inline caching behavior for uncommon cases where lazily
5074 loading Date and RegExp code could force certain code paths go
5075 megamorphic.
5076
5077 Removed arguments adaption for builtins written in C++. This
5078 makes Array.prototype.push and Array.prototype.pop slightly
5079 faster.
5080
5081
ager@chromium.org9258b6b2008-09-11 09:11:10 +000050822008-09-11: Version 0.3.1
5083
5084 Fixed a number of build issues.
5085
5086 Fixed problem with missing I-cache flusing on ARM.
5087
5088 Changed space layout in memory management by splitting up
5089 code space into old data space and code space.
5090
5091 Added utf-8 conversion support to the API (issue 57).
5092
5093 Optimized repeated calls to eval with the same strings. These
5094 repeated calls are common in web applications.
5095
5096 Added Xcode project file.
5097
5098 Optimized a couple of Array operation.
5099
5100 Fixed parser bug by checking for end-of-string when parsing break
5101 and continue (issue 35).
5102
5103 Fixed problem where asian characters were not categorized as
5104 letters.
5105
5106 Fixed bug that disallowed calling functions fetched from an array
5107 using a string as an array index (issue 32).
5108
5109 Fixed bug where the internal field count on object templates were
5110 sometimes ignored (issue 54).
5111
5112 Added -f option to the shell sample for compatibility with other
5113 engines (issue 18).
5114
5115 Added source info to TryCatches in the API.
5116
5117 Fixed problem where the seed for the random number generator was
5118 clipped in a double to unsigned int conversion.
5119
5120 Fixed bug where cons string symbols were sometimes converted to
5121 non-symbol flat strings during GC.
5122
5123 Fixed bug in error reporting when attempting to convert null to an
5124 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005125
5126
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000051272008-09-04: Version 0.3.0
5128
5129 Added support for running tests on the ARM simulator.
5130
5131 Fixed bug in the 'in' operator where negative indices were not
5132 treated correctly.
5133
5134 Fixed build issues on gcc-4.3.1.
5135
5136 Changed Date.prototype.toLocaleTimeString to not print the
5137 timezone part of the time.
5138
5139 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5140 with user code.
5141
5142
v8.team.kasperl727e9952008-09-02 14:56:44 +000051432008-09-02: Version 0.2.5
5144
5145 Renamed the top level directory 'public' to 'include'.
5146
5147 Added 'env' option to the SCons build scripts to support
5148 overriding the ENV part of the build environment. This is mostly
5149 to support Windows builds in cases where SCons cannot find the
5150 correct paths to the Windows SDK, as these paths cannot be passed
5151 through shell environment variables.
5152
5153 Enabled "Buffer Security Check" on for the Windows SCons build and
5154 added the linker option /OPT:ICF as an optimization.
5155
5156 Added the V8 benchmark suite to the repository.
5157
5158
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000051592008-09-01: Version 0.2.4
5160
5161 Included mjsunit JavaScript test suite and C++ unit tests.
5162
5163 Changed the shell sample to not print the result of executing a
5164 script provided on the command line.
5165
5166 Fixed issue when building samples on Windows using a shared V8
5167 library. Added visibility option on Linux build which makes the
5168 generated library 18% smaller.
5169
5170 Changed build system to accept multiple build modes in one build
5171 and generate separate objects, libraries and executables for each
5172 mode.
5173
5174 Removed deferred negation optimization (a * -b => -(a * b)) since
5175 this visibly changes operand conversion order.
5176
5177 Improved parsing performance by introducing stack guard in
5178 preparsing. Without a stack guard preparsing always bails out
5179 with stack overflow.
5180
5181 Changed shell sample to take flags directly from the command-line.
5182 Added API call that implements this.
5183
5184 Added load, quit and version functions to the shell sample so it's
5185 easier to run benchmarks and tests.
5186
5187 Fixed issue with building samples and cctests on 64-bit machines.
5188
5189 Fixed bug in the runtime system where the prototype chain was not
5190 always searched for a setter when setting a property that does not
5191 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005192
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005193
mads.s.agercbaa0602008-08-14 13:41:48 +000051942008-08-14: Version 0.2.3
5195
5196 Improved performance of garbage collection by moving the
5197 function that updates pointers during compacting collection
5198 into the updating visitor. This gives the compiler a better
5199 chance to inline and avoid a function call per (potential)
5200 pointer.
5201
5202 Extended the shell sample with a --runtime-flags option.
5203
5204 Added Visual Studio project files for the shell.cc and
5205 process.cc samples.
5206
5207
52082008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005209
5210 Improved performance of garbage collection by changing the way
5211 we use the marking stack in the event of stack overflow during
5212 full garbage collection and by changing the way we mark roots.
5213
5214 Cleaned up ARM version by removing top of stack caching and by
5215 introducing push/pop elimination.
5216
5217 Cleaned up the way runtime functions are called to allow
5218 runtime calls with no arguments.
5219
5220 Changed Windows build options to make sure that exceptions are
5221 disabled and that optimization flags are enabled.
5222
5223 Added first version of Visual Studio project files.
5224
5225
mads.s.agercbaa0602008-08-14 13:41:48 +000052262008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005227
5228 Improved performance of unary addition by avoiding runtime calls.
5229
5230 Fixed the handling of '>' and '<=' to use right-to-left conversion
5231 and left-to-right evaluation as specified by ECMA-262.
5232
5233 Fixed a branch elimination bug on the ARM platform where incorrect
5234 code was generated because of overly aggressive branch
5235 elimination.
5236
5237 Improved performance of code that repeatedly assigns the same
5238 function to the same property of different objects with the same
5239 map.
5240
5241 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5242 no longer expects DEBUG to be defined.
5243
5244 Added platform-nullos.cc to serve as the basis for new platform
5245 implementations.
5246
mads.s.ager31e71382008-08-13 09:32:07 +00005247
mads.s.agercbaa0602008-08-14 13:41:48 +000052482008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005249
5250 Changed all text files to have native svn:eol-style.
5251
5252 Added a few samples and support for building them. The samples
5253 include a simple shell that can be used to benchmark and test V8.
5254
5255 Changed V8::GetVersion to return the version as a string.
5256
5257 Added source for lazily loaded scripts to snapshots and made
5258 serialization non-destructive.
5259
5260 Improved ARM support by fixing the write barrier code to use
5261 aligned loads and stores and by removing premature locals
5262 optimization that relied on broken support for callee-saved
5263 registers (removed).
5264
5265 Refactored the code for marking live objects during garbage
5266 collection and the code for allocating objects in paged
5267 spaces. Introduced an abstraction for the map word of a heap-
5268 allocated object and changed the memory allocator to allocate
5269 executable memory only for spaces that may contain code objects.
5270
5271 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5272 they can be used by debugging and logging modules. Added
5273 thread-safe message queues for dealing with debugger events.
5274
5275 Fixed the source code reported by toString for certain builtin
5276 empty functions and made sure that the prototype property of a
5277 function is enumerable.
5278
5279 Improved performance of converting values to condition flags in
5280 generated code.
5281
5282 Merged disassembler-{arch} files.
5283
5284
mads.s.agercbaa0602008-08-14 13:41:48 +000052852008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005286
5287 Added support for storing JavaScript stack traces in a stack
5288 allocated buffer to make it visible in shallow core dumps.
5289 Controlled by the --preallocate-message-memory flag which is
5290 disabled by default.
5291
5292
mads.s.agercbaa0602008-08-14 13:41:48 +000052932008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005294
5295 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5296 map transitions would count as properties.
5297
5298 Allowed aliased eval invocations by treating them as evals in the
5299 global context. This may change in the future.
5300
5301 Added support for accessing the last entered context through the
5302 API and renamed Context::Current to Context::GetCurrent and
5303 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5304
5305 Fixed bug in the debugger that would cause the debugger scripts to
5306 be recursively loaded and changed all disabling of interrupts to
5307 be block-structured.
5308
5309 Made snapshot data read-only to allow it to be more easily shared
5310 across multiple users of V8 when linked as a shared library.
5311
5312
mads.s.agercbaa0602008-08-14 13:41:48 +000053132008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005314
5315 Fixed building on Mac OS X by recognizing i386 and friends as
5316 IA-32 platforms.
5317
5318 Added propagation of stack overflow exceptions that occur while
5319 compiling nested functions.
5320
5321 Improved debugger with support for recursive break points and
5322 handling of exceptions that occur in the debugger JavaScript code.
5323
5324 Renamed GetInternal to GetInternalField and SetInternal to
5325 SetInternalField in the API and moved InternalFieldCount and
5326 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5327
5328
mads.s.agercbaa0602008-08-14 13:41:48 +000053292008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005330
5331 Fixed bug in stack overflow check code for IA-32 targets where a
5332 non-tagged value in register eax was pushed to the stack.
5333
5334 Fixed potential quadratic behavior when converting strings to
5335 numbers.
5336
5337 Fixed bug where the return value from Object::SetProperty could
5338 end up being the property holder instead of the written value.
5339
5340 Improved debugger support by allowing nested break points and by
5341 dealing with stack-overflows when compiling functions before
5342 setting break points in them.
5343
5344
mads.s.agercbaa0602008-08-14 13:41:48 +000053452008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005346
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005347 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005348
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005349# Local Variables:
5350# mode:text
5351# End: