blob: 65036913037d6719409a33dee7d53ce507c3c065 [file] [log] [blame]
ulan@chromium.org906e2fb2013-05-14 08:14:38 +000012013-05-14: Version 3.19.1
2
3 Fixed missing hole check for loads from Smi arrays when all uses are
4 changes (Chromium issue 233737)
5
6 Performance and stability improvements on all platforms.
7
8
ulan@chromium.org57ff8812013-05-10 08:16:55 +000092013-05-10: Version 3.19.0
10
11 Deprecated Context::New which returns Persistent.
12
13 Added Persistent<T>::Reset which disposes the handle and redirects it to
14 point to another object.
15
16 Deprecated WriteAscii and MayContainNonAscii.
17
18 Exposed AssertNoAllocation to API.
19
20 Performance and stability improvements on all platforms.
21
22
danno@chromium.orgf005df62013-04-30 16:36:45 +0000232013-04-30: Version 3.18.5
24
25 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
26
27 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
28 (Chromium issue 235311)
29
30 Change 'Parse error' to three more informative messages.
31 (Chromium issue 2636)
32
33 Performance and stability improvements on all platforms.
34
35
danno@chromium.orgca29dd82013-04-26 11:59:48 +0000362013-04-26: Version 3.18.4
37
38 Added a preliminary API for ES6 ArrayBuffers
39
40 Replaced qsort with std::sort. (Chromium issue 2639)
41
42 Performance and stability improvements on all platforms.
43
44
ulan@chromium.org32d7dba2013-04-24 10:59:06 +0000452013-04-24: Version 3.18.3
46
47 Exposed the GC under a name that is less collision prone than window.gc.
48 (issue 2641)
49
50 Do not emit double values at their use sites. (Chromium issue 234101)
51
52 Added methods to allow resuming execution after calling
53 TerminateExecution(). (issue 2361)
54
55 Performance and stability improvements on all platforms.
56
57
ulan@chromium.org77ca49a2013-04-22 09:43:56 +0000582013-04-22: Version 3.18.2
59
60 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
61 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
62
63 Removed heap snapshot size limit. (Chromium issue 232305)
64
65 Performance and stability improvements on all platforms.
66
67
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +0000682013-04-18: Version 3.18.1
69
70 Removed SCons related files and deprecated test suite configurations.
71
72 Improved handling of unary plus (issue 2527).
73
74 Performance and stability improvements on all platforms.
75
76
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +0000772013-04-17: Version 3.18.0
78
79 Enabled pretenuring of fast literals in high promotion mode.
80
81 Removed preparser library; link preparser executable against full V8.
82
83 Fixed set-up of intrinsic's 'constructor' properties.
84 (Chromium issue 229445)
85
86 ES6 symbols: extended V8 API to support symbols (issue 2158).
87
88 Removed ARM support for VFP2.
89
90 Made __proto__ a real JavaScript accessor property.
91 (issue 1949 and issue 2606)
92
93 Performance and stability improvements on all platforms.
94
95
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +0000962013-04-04: Version 3.17.16
97
98 Stack trace API: poison stack frames below the first strict mode frame.
99 (issue 2564)
100
101 Made Isolate::GetHeapStatistics robust against half-initialized
102 isolates (Chromium issue 2591).
103
104 Finished implementation of ES6 symbols aka. private names (issue 2158).
105
106 Performance and stability improvements on all platforms.
107
108
danno@chromium.orgc99cd482013-03-21 15:26:42 +00001092013-03-21: Version 3.17.15
110
111 Rolled back API changes to maintain compatibility with older
112 3.17.x versions of V8.
113
114 Disable zapping of global handles in release mode.
115
116 Always mark the entire valid prefix of the descriptor array.
117 (Chromium issue 196331)
118
119 Use internal memcpy for CopyWords and when copying code.
120 (Chromium issue 196330)
121
122 Performance and stability improvements on all platforms.
123
124
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00001252013-03-20: Version 3.17.14
126
127 Use internal memcpy when initializing code objects.
128 (Chromium issue 196330)
129
130 Disabled weak embedded maps because of crashes.
131 (Chromium issues 172489, 217858)
132
133 Performance and stability improvements on all platforms.
134
135
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00001362013-03-19: Version 3.17.13
137
138 Turned Flags into a uint32_t typedef (Chromium issue 194749).
139
140 Performance and stability improvements on all platforms.
141
142
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00001432013-03-18: Version 3.17.12
144
145 Unified kMaxArguments with number of bits used to encode it.
146 (Chromium issue 211741)
147
148 Fixed detection of |handle_smi| case in
149 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
150 (Chromium issue 196583)
151
152 Performance and stability improvements on all platforms.
153
154
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00001552013-03-15: Version 3.17.11
156
157 Added a version of the v8::HandleScope constructor with an v8::Isolate
158 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
159 method of v8::Isolate.
160 (issue 2487)
161
162 Fixed two register allocator bugs (off-by-one error/failure
163 propagation). (issue 2576)
164
165 Fixed huge heap snapshot when a heavily shared context has many
166 variables. (Chromium issue 145687)
167
168 Performance and stability improvements on all platforms.
169
170
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00001712013-03-13: Version 3.17.10
172
173 Fixed heap snapshot creation for Harmony collections. (issue 2535)
174
175 Fixed register allocation corner case. (Chromium issue 177883)
176
177 Performance and stability improvements on all platforms.
178
179
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00001802013-03-08: Version 3.17.9
181
182 Restored Function()'s expected string representation. (issue 2470)
183
184 Enabled deprecatations (again). (issue 2487)
185
186 Avoid bool to Oddball conversions by being lazy. (issue 2491)
187
188 Added %p option to --logfile.
189
190 Hardened Function()'s parsing of function literals. (issue 2470)
191
192 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
193
194 Performance and stability improvements on all platforms.
195
196
ulan@chromium.org750145a2013-03-07 15:14:13 +00001972013-03-07: Version 3.17.8
198
199 Added missing license headers. (Chromium issue 98597)
200
201 Inserted missing type cast in JSON.stringify. (issue 2570)
202
203 Reverted "Send SIGPROF signals on the profiler event processor thread"
204 (issue 2571)
205
206 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
207 (issue 2568)
208
209 ES6 symbols: filter symbols form for-in loops and Object.keys.
210 (issue 2158)
211
212 Properly handle misses for StoreArrayLengthStub on ia32 and x64
213 (issue 2566)
214
215 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
216
217 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
218
219 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
220 (issue 2556)
221
222 Enabled zapping of disposed global handles in release mode.
223 (Chromium issue 176056)
224
225 Added workaround for redefinition of __proto__ property. (issue 2565)
226
227 ES6 symbols: Allow symbols as property names. (issue 2158)
228
229 Performance and stability improvements on all platforms.
230
231
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00002322013-03-04: Version 3.17.7
233
234 Limited recursion in regexp compilation by a budget.
235 (Chromium issue 178790)
236
237 ES6 symbols: Implemented Symbol intrinsic and basic functionality
238 (issue 2158)
239
240 Performance and stability improvements on all platforms.
241
242
hpayer@chromium.org8432c912013-02-28 15:55:26 +00002432013-02-28: Version 3.17.6
244
245 Fixed materialization of arguments objects with unknown values.
246 (Chromium issue 163530)
247
248 Set default number of sweeper threads to at most four.
249
250 Performance and stability improvements on all platforms.
251
252
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00002532013-02-27: Version 3.17.5
254
255 Made __proto__ a foreign callback on Object.prototype.
256 (issue 621, issue 1949 and issue 2441)
257
258 Performance and stability improvements on all platforms.
259
260
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00002612013-02-25: Version 3.17.4
262
263 Performance and stability improvements on all platforms.
264
265
ulan@chromium.org2e04b582013-02-21 14:06:02 +00002662013-02-21: Version 3.17.3
267
268 Performance and stability improvements on all platforms.
269
270
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00002712013-02-19: Version 3.17.2
272
273 Removed bogus check for TOP register in deoptimizer.
274 (Chromium issue 176943)
275
276 Made the Isolate parameter mandatory for internal HandleScopes.
277 (issue 2487)
278
279 Fixed f.apply() optimization when declared arguments are mutated.
280 (issue 2539)
281
282 Performance and stability improvements on all platforms.
283
284
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00002852013-02-14: Version 3.17.1
286
287 Performance and stability improvements on all platforms.
288
289
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00002902013-02-13: Version 3.17.0
291
292 Enabled parallel sweeping.
293
294 Don't try to unlink instructions twice during GVN
295 (Chromium issue 175141)
296
297 Fixed code flusher disabling while marking incrementally.
298 (Chromium issue 173458, 168582)
299
300 Don't use TLS for space iterators.
301 (issue 2531)
302
303 Added new GetHeapStatistics API entry and deprecated old one.
304
305 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
306 platform-independent code.
307 (Chromium issue 173907)
308
309 Added --trace-array-abuse to help find OOB accesses.
310
311 Performance and stability improvements on all platforms.
312
313
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00003142013-02-06: Version 3.16.14
315
316 Performance and stability improvements on all platforms.
317
318
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00003192013-02-04: Version 3.16.13
320
321 Tagged stubs that rely on instance types as MEGAMORPHIC.
322 (Chromium issue 173974)
323
324 Fixed clearing of dead dependent codes and verifing of weak
325 embedded maps on full GC. (Chromium issue 172488,172489)
326
327 Made the arm port build cleanly with Clang.
328
329 Performance and stability improvements on all platforms.
330
331
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00003322013-01-31: Version 3.16.12
333
334 Performance and stability improvements on all platforms.
335
336
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00003372013-01-30: Version 3.16.11
338
339 Put making embedded maps in optimized code weak behind a flag.
340 (Chromium issue 172488,172489)
341
342 Performance and stability improvements on all platforms.
343
344
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00003452013-01-25: Version 3.16.10
346
347 Avoid excessive memory usage during redundant phi elimination.
348 (issue 2510)
349
350 Fixed additional spec violations wrt RegExp.lastIndex.
351 (issue 2437)
352
353 Added Isolate parameter to Persistent class.
354 (issue 2487)
355
356 Performance and stability improvements on all platforms.
357
358
yangguo@chromium.org003650e2013-01-24 16:31:08 +00003592013-01-24: Version 3.16.9
360
361 Made embedded maps in optimized code weak.
362 (issue 2073)
363
364 Fixed corner case when JSFunction is evicted from flusher.
365 (Chromium issue 168801)
366
367 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
368 (Chromium issue 171641)
369
370 Performance and stability improvements on all platforms.
371
372
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00003732013-01-23: Version 3.16.8
374
375 Correctly reset lastIndex in an RegExp object.
376 (Chromium issue 170856)
377
378 Added a workaround for Windows compilation problems related to V8EXPORT.
379 (issue 2507)
380
381 tools/run-tests.py: shlex.split() the value of --command-prefix
382 (Chromium issue 171553)
383
384 Fixed pattern detection for replacing shifts by rotation.
385 (Chromium issue 2499)
386
387 Performance and stability improvements on all platforms.
388
389
yangguo@chromium.org28381b42013-01-21 14:39:38 +00003902013-01-21: Version 3.16.7
391
392 Removed <(library) usage from v8.gyp.
393 (Chromium issue 111541)
394
395 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
396 (Chromium issue 169928)
397
398 Performance and stability improvements on all platforms.
399
400
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00004012013-01-18: Version 3.16.6
402
403 Made the Isolate parameter mandatory in Locker and Unlocker classes.
404 (issue 2487)
405
406 Avoid pointer underflow in CopyCharsUnsigned.
407 (issue 2493)
408
409 Generate shim headers when using system v8.
410 (Chromium issue 165264)
411
412 Fixed arguments materialization for inlined apply().
413 (issue 2489)
414
415 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
416 (Chromium issue 147497)
417
418 Added sanity check to CodeFlusher::AddCandidate.
419 (Chromium issue 169209)
420
421 Performance and stability improvements on all platforms.
422
423
4242013-01-15: Version 3.16.5
425
426 Removed deprecated functions from V8's external API.
427
428 Prepared API for WebKit use of Latin-1.
429
430 Fixed V8 issue 2486.
431
432 Fixed Chromium issue 169723.
433
434 Performance and stability improvements on all platforms.
435
436
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00004372013-01-11: Version 3.16.4
438
439 Fixed Chromium issues 168545 and 169209.
440
441 Performance and stability improvements on all platforms.
442
443
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00004442013-01-09: Version 3.16.3
445
446 Improved GC performance when moving parts of a FixedArray (issue 2452).
447
448 Enabled readline on d8 while building a shared lib (issue 1781).
449
450 Fixed missing exception check in typed array constructor
451 (Chromium issue 168545).
452
453 Check for read-only-ness when preparing for array sort (issue 2419).
454
455 Performance and stability improvements on all platforms.
456
457
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00004582013-01-04: Version 3.16.2
459
460 Added Makefile options to build for the Raspberry Pi (armv7=0,
461 arm_fpu=vfp2).
462
463 Performance and stability improvements on all platforms.
464
465
ulan@chromium.org4121f232012-12-27 15:57:11 +00004662012-12-27: Version 3.16.1
467
468 Fixed x64 MathMinMax for negative untagged int32 arguments.
469 (Chromium issue 164442)
470
471 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
472 (issue 2458)
473
474 Performance and stability improvements on all platforms.
475
476
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00004772012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000478
479 V8_Fatal now prints C++ stack trace in debug mode.
480
481 Added HTML-based tick processor.
482
483 Continued implementation of Object.observe (V8 issue 2409).
484
485 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
486
487 Fixed Chromium issues 125308, 165637, 166379, 166553.
488
489 Performance and stability improvements on all platforms.
490
491
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00004922012-12-10: Version 3.15.11
493
494 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
495 flags.
496
497 Performance and stability improvements on all platforms.
498
499
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00005002012-12-07: Version 3.15.10
501
502 Enabled optimisation of functions inside eval. (issue 2315)
503
504 Fixed spec violations in methods of Number.prototype. (issue 2443)
505
506 Added GCTracer metrics for a scavenger GC for DOM wrappers.
507
508 Performance and stability improvements on all platforms.
509
510
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00005112012-12-06: Version 3.15.9
512
513 Fixed candidate eviction in code flusher.
514 (Chromium issue 159140)
515
516 Iterate through all arguments for side effects in Math.min/max.
517 (issue 2444)
518
519 Fixed spec violations related to regexp.lastIndex
520 (issue 2437, issue 2438)
521
522 Performance and stability improvements on all platforms.
523
524
mmassi@chromium.org49a44672012-12-04 13:52:03 +00005252012-12-04: Version 3.15.8
526
527 Enforced stack allocation of TryCatch blocks.
528 (issue 2166,chromium:152389)
529
530 Fixed external exceptions in external try-catch handlers.
531 (issue 2166)
532
533 Activated incremental code flushing by default.
534
535 Performance and stability improvements on all platforms.
536
537
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00005382012-11-30: Version 3.15.7
539
540 Activated code aging by default.
541
542 Included more information in --prof log.
543
544 Removed eager sweeping for lazy swept spaces. Try to find in
545 SlowAllocateRaw a bounded number of times a big enough memory slot.
546 (issue 2194)
547
548 Performance and stability improvements on all platforms.
549
550
danno@chromium.org1f34ad32012-11-26 14:53:56 +00005512012-11-26: Version 3.15.6
552
553 Ensure double arrays are filled with holes when extended from
554 variations of empty arrays. (Chromium issue 162085)
555
556 Performance and stability improvements on all platforms.
557
558
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00005592012-11-23: Version 3.15.5
560
561 Fixed JSON.stringify for objects with interceptor handlers.
562 (Chromium issue 161028)
563
564 Fixed corner case in x64 compare stubs. (issue 2416)
565
566 Performance and stability improvements on all platforms.
567
568
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00005692012-11-16: Version 3.15.4
570
571 Fixed Array.prototype.join evaluation order. (issue 2263)
572
573 Perform CPU sampling by CPU sampling thread only iff processing thread
574 is not running. (issue 2364)
575
576 When using an Object as a set in Object.getOwnPropertyNames, null out
577 the proto. (issue 2410)
578
579 Disabled EXTRA_CHECKS in Release build.
580
581 Heap explorer: Show representation of strings.
582
583 Removed 'type' and 'arguments' properties from Error object.
584 (issue 2397)
585
586 Added atomics implementation for ThreadSanitizer v2.
587 (Chromium issue 128314)
588
589 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
590
591 Performance and stability improvements on all platforms.
592
593
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00005942012-11-13: Version 3.15.3
595
596 Changed sample shell to send non-JS output (e.g. errors) to stderr
597 instead of stdout.
598
599 Correctly check for stack overflow even when interrupt is pending.
600 (issue 214)
601
602 Collect stack trace on stack overflow. (issue 2394)
603
604 Performance and stability improvements on all platforms.
605
606
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00006072012-11-12: Version 3.15.2
608
609 Function::GetScriptOrigin supplies sourceURL when script name is
610 not available. (Chromium issue 159413)
611
612 Made formatting error message side-effect-free. (issue 2398)
613
614 Fixed length check in JSON.stringify. (Chromium issue 160010)
615
616 ES6: Added support for Set and Map clear method (issue 2400)
617
618 Fixed slack tracking when instance prototype changes.
619 (Chromium issue 157019)
620
621 Fixed disabling of code flusher while marking. (Chromium issue 159140)
622
623 Added a test case for object grouping in a scavenger GC (issue 2077)
624
625 Support shared library build of Android for v8.
626 (Chromium issue 158821)
627
628 ES6: Added support for size to Set and Map (issue 2395)
629
630 Performance and stability improvements on all platforms.
631
632
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00006332012-11-06: Version 3.15.1
634
635 Put incremental code flushing behind a flag. (Chromium issue 159140)
636
637 Performance and stability improvements on all platforms.
638
639
danno@chromium.org72204d52012-10-31 10:02:10 +00006402012-10-31: Version 3.15.0
641
642 Loosened aligned code target requirement on ARM (issue 2380)
643
644 Fixed JSON.parse to treat leading zeros correctly.
645 (Chromium issue 158185)
646
647 Performance and stability improvements on all platforms.
648
649
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00006502012-10-22: Version 3.14.5
651
652 Killed off the SCons based build.
653
654 Added a faster API for creating v8::Integer objects.
655
656 Speeded up function deoptimization by avoiding quadratic pass over
657 optimized function list. (Chromium issue 155270)
658
659 Always invoke the default Array.sort functions from builtin functions.
660 (issue 2372)
661
662 Reverted recent CPU profiler changes because they broke --prof.
663 (issue 2364)
664
665 Switched code flushing to use different JSFunction field.
666 (issue 1609)
667
668 Performance and stability improvements on all platforms.
669
670
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00006712012-10-15: Version 3.14.4
672
673 Allow evals for debugger even if they are prohibited in the debugee
674 context. (Chromium issue 154733)
675
676 Enabled --verify-heap in release mode (issue 2120)
677
678 Performance and stability improvements on all platforms.
679
680
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00006812012-10-11: Version 3.14.3
682
683 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
684 (Chromium issue 155076).
685
686 Bumped variable limit further to 2^17 (Chromium issue 151625).
687
688 Performance and stability improvements on all platforms.
689
690
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00006912012-10-10: Version 3.14.2
692
693 ARM: allowed VFP3 instructions when hardfloat is enabled.
694 (Chromium issue 152506)
695
696 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
697 (Chromium issue 151749)
698
699 Made GDBJIT interface compile again. (issue 1804)
700
701 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
702 (Chromium issue 143967)
703
704 Made sure that names of temporaries do not clash with real variables.
705 (issue 2322)
706
707 Rejected local module declarations. (Chromium issue 150628)
708
709 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
710
711 Fixed slot recording of code target patches.
712 (Chromium issue 152615,chromium:144230)
713
714 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
715
716 Performance and stability improvements on all platforms.
717
718
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00007192012-10-01: Version 3.14.1
720
721 Don't set -m32 flag when compiling with Android ARM compiler.
722 (Chromium issue 143889)
723
724 Restore the descriptor array before returning allocation failure.
725 (Chromium issue 151750)
726
727 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
728 128252).
729
730 Pull more recent gyp in 'make dependencies'.
731
732 Made sure that the generic KeyedStoreIC changes length and element_kind
733 atomically (issue 2346).
734
735 Bumped number of allowed variables per scope to 65535, to address GWT.
736 (Chromium issue 151625)
737
738 Support sourceURL for dynamically inserted scripts (issue 2342).
739
740 Performance and stability improvements on all platforms.
741
742
ulan@chromium.org56c14af2012-09-20 12:51:09 +00007432012-09-20: Version 3.14.0
744
745 Fixed missing slot recording during clearing of CallICs.
746 (Chromium issue 144230)
747
748 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
749 (Chromium issue 150729)
750
751 Fixed minus zero test. (Issue 2133)
752
753 Fixed setting array length to zero for slow elements.
754 (Chromium issue 146910)
755
756 Fixed lost arguments dropping in HLeaveInlined.
757 (Chromium issue 150545)
758
759 Fixed casting error for receiver of interceptors.
760 (Chromium issue 149912)
761
762 Throw a more descriptive exception when blocking 'eval' via CSP.
763 (Chromium issue 140191)
764
765 Fixed debugger's eval when close to stack overflow. (issue 2318)
766
767 Added checks to live edit. (issue 2297)
768
769 Switched on code compaction on incremental GCs.
770
771 Fixed caching of optimized code for OSR. (issue 2326)
772
773 Not mask exception thrown by toString in String::UtfValue etc.
774 (issue 2317)
775
776 Fixed API check for length of external arrays. (Chromium issue 148896)
777
778 Ensure correct enumeration indices in the dict (Chromium issue 148376)
779
780 Correctly initialize regexp global cache. (Chromium issue 148378)
781
782 Fixed arguments object materialization during deopt. (issue 2261)
783
784 Introduced new API to expose external string resource regardless of
785 encoding.
786
787 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
788 --deopt-every-n-times flag is present
789 (Chromium issue 148389)
790
791 Fixed edge case of extension with NULL as source string.
792 (Chromium issue 144649)
793
794 Fixed array index dehoisting. (Chromium issue 141395)
795
796 Performance and stability improvements on all platforms.
797
798
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00007992012-09-11: Version 3.13.7
800
801 Enable/disable LiveEdit using the (C++) debug API.
802
803 Performance and stability improvements on all platforms.
804
805
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00008062012-09-06: Version 3.13.6
807
808 Added validity checking to API functions and calls.
809
810 Disabled accessor inlining (Chromium issue 134609).
811
812 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
813
814 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
815
816 Fixed VS2005 build (issue 2313).
817
818 Activated fixed ES5 readonly semantics by default.
819
820 Added hardfp flag to the Makefile.
821
822 Performance and stability improvements on all platforms.
823
824
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00008252012-08-29: Version 3.13.5
826
827 Release stack trace data after firing Error.stack accessor.
828 (issue 2308)
829
830 Added a new API V8::SetJitCodeEventHandler to push code name and
831 location to users such as profilers.
832
833 Allocate block-scoped global bindings to global context.
834
835 Performance and stability improvements on all platforms.
836
837
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00008382012-08-28: Version 3.13.4
839
840 Print reason for disabling optimization. Kill --trace-bailout flag.
841
842 Provided option to disable full DEBUG build on Android.
843
844 Introduced global contexts to represent lexical global scope(s).
845
846 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
847
848 Performance and stability improvements on all platforms.
849
850
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00008512012-08-21: Version 3.13.3
852
853 Performance and stability improvements on all platforms.
854
855
8562012-08-20: Version 3.13.2
857
858 Performance and stability improvements on all platforms.
859
860
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00008612012-08-16: Version 3.13.1
862
863 Performance and stability improvements on all platforms.
864
865
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00008662012-08-10: Version 3.13.0
867
868 Added histograms for total allocated/live heap size, as well as
869 allocated size and percentage of total for map and cell space.
870
871 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
872 (issue 1645)
873
874 Added checks for interceptors to negative lookup code in Crankshaft.
875 (Chromium issue 140473)
876
877 Made incremental marking clear ICs and type feedback cells.
878
879 Performance and stability improvements on all platforms.
880
881
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00008822012-08-01: Version 3.12.19
883
884 Performance and stability improvements on all platforms.
885
886
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00008872012-07-30: Version 3.12.18
888
889 Forced using bit-pattern for signed zero double. (issue 2239)
890
891 Made sure double to int conversion is correct. (issue 2260)
892
893 Performance and stability improvements on all platforms.
894
895
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00008962012-07-27: Version 3.12.17
897
898 Always set the callee's context when calling a function from optimized
899 code.
900 (Chromium issue 138887)
901
902 Fixed building with GCC 3.x
903 (issue 2016, 2017)
904
905 Improved API calls that return empty handles.
906 (issue 2245)
907
908 Performance and stability improvements on all platforms.
909
910
danno@chromium.org129d3982012-07-25 15:01:47 +00009112012-07-25: Version 3.12.16
912
913 Performance and stability improvements on all platforms.
914
915
yangguo@chromium.org304cc332012-07-24 07:59:48 +00009162012-07-24: Version 3.12.15
917
918 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
919 (issue 2252)
920
921 Added dependency to HLoadKeyed* instructions to prevent invalid
922 hoisting. (Chromium issue 137768)
923
924 Enabled building d8 for Android on Mac.
925
926 Interpret negative hexadecimal literals as NaN.
927 (issue 2240)
928
929 Expose counters in javascript when using --track-gc-object-stats.
930
931 Enabled building and testing V8 on Android IA.
932
933 Added --trace-parse flag to parser.
934
935 Performance and stability improvements on all platforms.
936
937
verwaest@chromium.org178fb152012-07-18 11:21:48 +00009382012-07-18: Version 3.12.14
939
940 Deactivated optimization of packed arrays.
941 (Chromium issue 137768)
942
943 Fixed broken accessor transition.
944 (Chromium issue 137689)
945
946 Performance and stability improvements on all platforms.
947
948
verwaest@chromium.org753aee42012-07-17 16:15:42 +00009492012-07-17: Version 3.12.13
950
951 Fixed missing tagging of stack value in finally block.
952 (Chromium issue 137496)
953
954 Added more support for heap analysis.
955
956 Performance and stability improvements on all platforms.
957
958
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00009592012-07-16: Version 3.12.12
960
961 Added an option to the tickprocessor to specify the directory for lib
962 lookup.
963
964 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
965
966 Fixed transcendental cache on ARM in optimized code (issue 2234).
967
968 New heap inspection tools: counters for object sizes and counts,
969 histograms for external fragmentation.
970
971 Incorporated constness into inferred interfaces (in preparation for
972 handling imports) (issue 1569).
973
974 Performance and stability improvements on all platforms.
975
976
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00009772012-07-12: Version 3.12.11
978
979 Renamed "mips" arch to "mipsel" in the GYP build.
980
981 Fixed computation of call targets on prototypes in Crankshaft.
982 (Chromium issue 125148)
983
984 Removed use of __lookupGetter__ when generating stack trace.
985 (issue 1591)
986
987 Turned on ES 5.2 globals semantics by default.
988 (issue 1991, Chromium issue 80591)
989
990 Synced preparser and parser wrt syntax error in switch..case.
991 (issue 2210)
992
993 Fixed reporting of octal literals in strict mode when preparsing.
994 (issue 2220)
995
996 Fixed inline constructors for Harmony Proxy prototypes.
997 (issue 2225)
998
999 Performance and stability improvements on all platforms.
1000
1001
danno@chromium.org81cac2b2012-07-10 11:28:27 +000010022012-07-10: Version 3.12.10
1003
1004 Re-enabled and fixed issue with array bounds check elimination
1005 (Chromium issue 132114).
1006
1007 Fixed Debug::Break crash. (Chromium issue 131642)
1008
1009 Added optimizing compiler support for JavaScript getters.
1010
1011 Performance and stability improvements on all platforms.
1012
1013
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000010142012-07-06: Version 3.12.9
1015
1016 Correctly advance the scanner when scanning unicode regexp flag.
1017 (Chromium issue 136084)
1018
1019 Fixed unhandlified code calling Harmony Proxy traps.
1020 (issue 2219)
1021
1022 Performance and stability improvements on all platforms.
1023
1024
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000010252012-07-05: Version 3.12.8
1026
1027 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1028
1029 Performance and stability improvements on all platforms.
1030
1031
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000010322012-07-03: Version 3.12.7
1033
1034 Fixed lazy compilation for strict eval scopes.
1035 (Chromium issue 135066)
1036
1037 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1038 (issue 2151)
1039
1040 Report "hidden properties" in heap profiler for properties case.
1041 (issue 2212)
1042
1043 Activated optimization of packed arrays by default.
1044
1045 Performance and stability improvements on all platforms.
1046
1047
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000010482012-06-29: Version 3.12.6
1049
1050 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1051
1052 Extended TypedArray support in d8.
1053
1054
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000010552012-06-28: Version 3.12.5
1056
1057 Fixed lazy parsing heuristics to respect outer scope.
1058 (Chromium issue 135008)
1059
1060 Allow using test-wrapper-gypbuild.py on Windows when no python
1061 interpreter is registered.
1062
1063 Performance and stability improvements on all platforms.
1064
1065
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000010662012-06-27: Version 3.12.4
1067
1068 Removed -fomit-frame-pointer flag from Release builds to make
1069 the stack walkable by TCMalloc (Chromium issue 133723).
1070
1071 Ported r7868 (constant masking) to x64 (issue 1374).
1072
1073 Expose more detailed memory statistics (issue 2201).
1074
1075 Fixed Harmony Maps and WeakMaps for undefined values
1076 (Chromium issue 132744).
1077
1078 Correctly throw reference error in strict mode with ICs disabled
1079 (issue 2119).
1080
1081 Performance and stability improvements on all platforms.
1082
1083
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000010842012-06-25: Version 3.12.3
1085
1086 Reverted r11835 'Unify promotion and allocation limit computation' due
1087 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1088
1089 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1090
1091 Performance and stability improvements on all platforms.
1092
1093
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000010942012-06-22: Version 3.12.2
1095
1096 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1097 ia32/x64. (Chromium issue 134055)
1098
1099 Fixed lazy sweeping heuristics to prevent old-space expansion.
1100 (issue 2194)
1101
1102 Performance and stability improvements on all platforms.
1103
1104
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000011052012-06-21: Version 3.12.1
1106
1107 Performance and stability improvements on all platforms.
1108
1109
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000011102012-06-20: Version 3.12.0
1111
1112 Fixed Chromium issues:
1113 115100, 129628, 131994, 132727, 132741, 132742, 133211
1114
1115 Fixed V8 issues:
1116 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1117
1118 Added --extra-code flag to mksnapshot to load JS code into the VM
1119 before creating the snapshot.
1120
1121 Support 'restart call frame' command in the debugger.
1122
1123 Performance and stability improvements on all platforms.
1124
1125
mmassi@chromium.org7028c052012-06-13 11:51:58 +000011262012-06-13: Version 3.11.10
1127
1128 Implemented heap profiler memory usage reporting.
1129
1130 Preserved error message during finally block in try..finally.
1131 (Chromium issue 129171)
1132
1133 Fixed EnsureCanContainElements to properly handle double values.
1134 (issue 2170)
1135
1136 Improved heuristics to keep objects in fast mode with inherited
1137 constructors.
1138
1139 Performance and stability improvements on all platforms.
1140
1141
rossberg@chromium.org400388e2012-06-06 09:29:22 +000011422012-06-06: Version 3.11.9
1143
1144 Implemented ES5-conformant semantics for inherited setters and read-only
1145 properties. Currently behind --es5_readonly flag, because it breaks
1146 WebKit bindings.
1147
1148 Exposed last seen heap object id via v8 public api.
1149
1150 Performance and stability improvements on all platforms.
1151
1152
verwaest@chromium.org37141392012-05-31 13:27:02 +000011532012-05-31: Version 3.11.8
1154
1155 Avoid overdeep recursion in regexp where a guarded expression with a
1156 minimum repetition count is inside another quantifier.
1157 (Chromium issue 129926)
1158
1159 Fixed missing write barrier in store field stub.
1160 (issues 2143, 1465, Chromium issue 129355)
1161
1162 Proxies: Fixed receiver for setters inherited from proxies.
1163 Proxies: Fixed ToStringArray function so that it does not reject some
1164 keys.
1165 (issue 1543)
1166
1167 Performance and stability improvements on all platforms.
1168
1169
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000011702012-05-29: Version 3.11.7
1171
1172 Get better function names in stack traces.
1173
1174 Performance and stability improvements on all platforms.
1175
1176
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000011772012-05-24: Version 3.11.6
1178
1179 Fixed RegExp.prototype.toString for incompatible receivers
1180 (issue 1981).
1181
1182 Performance and stability improvements on all platforms.
1183
1184
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000011852012-05-23: Version 3.11.5
1186
1187 Performance and stability improvements on all platforms.
1188
1189
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000011902012-05-22: Version 3.11.4
1191
1192 Some cleanup to common.gypi. This fixes some host/target combinations
1193 that weren't working in the Make build on Mac.
1194
1195 Handle EINTR in socket functions and continue incomplete sends.
1196 (issue 2098)
1197
1198 Fixed python deprecations. (issue 1391)
1199
1200 Made socket send and receive more robust and return 0 on failure.
1201 (Chromium issue 15719)
1202
1203 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1204
1205 Set '-m32' option for host and target platforms
1206
1207 Performance and stability improvements on all platforms.
1208
1209
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000012102012-05-18: Version 3.11.3
1211
1212 Disable optimization for functions that have scopes that cannot be
1213 reconstructed from the context chain. (issue 2071)
1214
1215 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1216
1217 Correctly check for native error objects. (Chromium issue 2138)
1218
1219 Performance and stability improvements on all platforms.
1220
1221
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000012222012-05-16: Version 3.11.2
1223
1224 Revert r11496. (Chromium issue 128146)
1225
1226 Implement map collection for incremental marking. (issue 1465)
1227
1228 Add toString method to CallSite (which describes a frame of the
1229 stack trace).
1230
1231
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000012322012-05-15: Version 3.11.1
1233
1234 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1235
1236 Fix freebsd build. (V8 issue 2126)
1237
1238 Performance and stability improvements on all platforms.
1239
1240
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000012412012-05-11: Version 3.11.0
1242
1243 Fixed compose-discard crasher from r11524 (issue 2123).
1244
1245 Activated new global semantics by default. Global variables can
1246 now shadow properties of the global object (ES5.1 erratum).
1247
1248 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1249 transitioning (Chromium issue 117409).
1250
1251 Made Error.prototype.name writable again, as required by the spec and
1252 the web (Chromium issue 69187).
1253
1254 Implemented map collection with incremental marking (issue 1465).
1255
1256 Regexp: Fixed overflow in min-match-length calculation
1257 (Chromium issue 126412).
1258
1259 MIPS: Fixed illegal instruction use on Loongson in code for
1260 Math.random() (issue 2115).
1261
1262 Fixed crash bug in VisitChoice (Chromium issue 126272).
1263
1264 Fixed unsigned-Smi check in MappedArgumentsLookup
1265 (Chromium issue 126414).
1266
1267 Fixed LiveEdit for function with no locals (issue 825).
1268
1269 Fixed register clobbering in LoadIC for interceptors
1270 (Chromium issue 125988).
1271
1272 Implemented clearing of CompareICs (issue 2102).
1273
1274 Performance and stability improvements on all platforms.
1275
1276
danno@chromium.org2c26cb12012-05-03 09:06:43 +000012772012-05-03: Version 3.10.8
1278
1279 Enabled MIPS cross-compilation.
1280
1281 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1282 (Chromium issue 125515)
1283
1284 Fixed corner cases in truncation behavior when storing to
1285 TypedArrays. (issue 2110)
1286
1287 Fixed failure to properly recognize and report out-of-memory
1288 conditions when allocating code space pages. (Chromium issue
1289 118625)
1290
1291 Fixed idle notifications to perform a round of incremental GCs
1292 after context disposal. (issue 2107)
1293
1294 Fixed preparser for try statement. (issue 2109)
1295
1296 Performance and stability improvements on all platforms.
1297
1298
danno@chromium.org1044a4d2012-04-30 12:34:39 +000012992012-04-30: Version 3.10.7
1300
1301 Performance and stability improvements on all platforms.
1302
1303
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000013042012-04-26: Version 3.10.6
1305
1306 Fixed some bugs in accessing details of the last regexp match.
1307
1308 Fixed source property of empty RegExp objects. (issue 1982)
1309
1310 Enabled inlining some V8 API functions.
1311
1312 Performance and stability improvements on all platforms.
1313
1314
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000013152012-04-23: Version 3.10.5
1316
1317 Put new global var semantics behind a flag until WebKit tests are
1318 cleaned up.
1319
1320 Enabled stepping into callback passed to builtins.
1321 (Chromium issue 109564)
1322
1323 Performance and stability improvements on all platforms.
1324
1325
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000013262012-04-19: Version 3.10.4
1327
1328 Fixed issues when stressing compaction with WeakMaps.
1329
1330 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1331
1332 Simplify invocation sequence at monomorphic function invocation sites.
1333 (issue 2079)
1334
1335 Performance and stability improvements on all platforms.
1336
1337
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000013382012-04-17: Version 3.10.3
1339
1340 Fixed several bugs in heap profiles (including issue 2078).
1341
1342 Throw syntax errors on illegal escape sequences.
1343
1344 Implemented rudimentary module linking (behind --harmony flag)
1345
1346 Implemented ES5 erratum: Global declarations should shadow
1347 inherited properties.
1348
1349 Made handling of const more consistent when combined with 'eval'
1350 and 'with'.
1351
1352 Fixed V8 on MinGW-x64 (issue 2026).
1353
1354 Performance and stability improvements on all platforms.
1355
1356
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000013572012-04-13: Version 3.10.2
1358
1359 Fixed native ARM build (issues 1744, 539)
1360
1361 Return LOOKUP variable instead of CONTEXT for non-context allocated
1362 outer scope parameters (Chromium issue 119609).
1363
1364 Fixed regular and ElementsKind transitions interfering with each other
1365 (Chromium issue 122271).
1366
1367 Improved performance of keyed loads/stores which have a HeapNumber
1368 index (issues 1388, 1295).
1369
1370 Fixed WeakMap processing for evacuation candidates (issue 2060).
1371
1372 Bailout on possible direct eval calls (Chromium issue 122681).
1373
1374 Do not assume that names of function expressions are context-allocated
1375 (issue 2051).
1376
1377 Performance and stability improvements on all platforms.
1378
1379
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000013802012-04-10: Version 3.10.1
1381
1382 Fixed bug with arguments object in inlined functions (issue 2045).
1383
1384 Fixed performance bug with lazy initialization (Chromium issue
1385 118686).
1386
1387 Added suppport for Mac OS X 64bit builds with GYP.
1388 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1389
1390 Fixed bug with hidden properties (issue 2034).
1391
1392 Fixed a performance bug when reloading pages (Chromium issue 117767,
1393 V8 issue 1902).
1394
1395 Fixed bug when optimizing throw in top-level code (issue 2054).
1396
1397 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1398
1399 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1400
1401 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1402
1403 Fixed compilation of V8 using uClibc.
1404
1405 Optimized boot-up memory use.
1406
1407 Optimized regular expressions.
1408
1409
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000014102012-03-30: Version 3.10.0
1411
1412 Fixed store IC writability check in strict mode
1413 (Chromium issue 120099).
1414
1415 Resynchronize timers if the Windows system time was changed.
1416 (Chromium issue 119815)
1417
1418 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1419 hardfp ARM
1420 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1421
1422 Fixed edge case for case independent regexp character classes
1423 (issue 2032).
1424
1425 Reset function info counters after context disposal.
1426 (Chromium issue 117767, V8 issue 1902)
1427
1428 Fixed missing write barrier in CopyObjectToObjectElements.
1429 (Chromium issue 119926)
1430
1431 Fixed missing bounds check in HasElementImpl.
1432 (Chromium issue 119925)
1433
1434 Performance and stability improvements on all platforms.
1435
1436
danno@chromium.org88aa0582012-03-23 15:11:57 +000014372012-03-23: Version 3.9.24
1438
1439 Activated count-based profiler for ARM.
1440
1441 Fixed use of proxies as f.prototype properties. (issue 2021)
1442
1443 Enabled snapshots on MIPS.
1444
1445 Performance and stability improvements on all platforms.
1446
1447
ulan@chromium.org6ff65142012-03-21 09:52:17 +000014482012-03-21: Version 3.9.23
1449
1450 Use correct arguments adaptation environment when inlining function
1451 containing arguments. (Issue 2014)
1452
1453 Performance and stability improvements on all platforms.
1454
1455
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000014562012-03-20: Version 3.9.22
1457
1458 Enabled count-based profiler by default.
1459
1460 Implemented a hash based look-up to speed up address checks
1461 in large object space (issue 853).
1462
1463 Performance and stability improvements on all platforms.
1464
1465
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000014662012-03-19: Version 3.9.21
1467
1468 Fixed push-to-trunk script (and re-push).
1469
1470 Added API call that identifies strings that are guaranteed only to
1471 contain ASCII characters.
1472
1473
14742012-03-19: Version 3.9.20
1475
1476 Fixed declarations escaping global strict eval. (Issue 1624)
1477
1478 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1479
1480 Fixed function declarations overwriting read-only global properties.
1481 (Chromium issue 115452)
1482
1483 Fixed --use-strict flag in combination with --harmony[-scoping].
1484
1485 Debugger: naive implementation of "step into Function.prototype.bind".
1486
1487 Debugger: added ability to set script source from within OnBeforeCompile
1488
1489 Added flag to always call DebugBreak on abort.
1490
1491 Re-enabled constructor inlining and inline === comparison with boolean
1492 constants. (Issue 2009)
1493
1494 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1495
1496 Performance and stability improvements on all platforms.
1497
1498
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000014992012-03-14: Version 3.9.19
1500
1501 Ensure there is a smi check of the receiver for global load and call
1502 ICs (Chromium issue 117794).
1503
1504 Performance and stability improvements on all platforms.
1505
1506
yangguo@chromium.org154ff992012-03-13 08:09:54 +000015072012-03-13: Version 3.9.18
1508
1509 Ensure consistency of Math.sqrt on Intel platforms.
1510
1511 Remove static initializers in v8. (issue 1859)
1512
1513 Add explicit dependency on v8_base in the GYP-based build.
1514
1515 Performance and stability improvements on all platforms.
1516
1517
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000015182012-03-12: Version 3.9.17
1519
1520 Fixed VFP detection through compiler defines. (issue 1996)
1521
1522 Add Code-related fields to postmortem metadata.
1523
1524 Performance and stability improvements on all platforms.
1525
1526
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000015272012-03-09: Version 3.9.16
1528
1529 Added basic interface inference for modules (behind the --harmony flag).
1530
1531 Added Object.is, Number.isFinite, Number.isNaN.
1532
1533 Updated the Unicode tables to Unicode version 6.1.0.
1534
1535 Performance and stability improvements on all platforms.
1536
1537
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000015382012-03-06: Version 3.9.15
1539
1540 Fix the heap profiler crash caused by memory layout changes between
1541 passes.
1542
1543 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1544
1545 Fix double-rounding in strtod for MinGW. (issue 1062)
1546
1547 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1548
1549 Performance and stability improvements on all platforms.
1550
1551
fschneider@chromium.org35814e52012-03-01 15:43:35 +000015522012-03-01: Version 3.9.14
1553
1554 Performance and stability improvements on all platforms.
1555
1556
ulan@chromium.org812308e2012-02-29 15:58:45 +000015572012-02-29: Version 3.9.13
1558
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001559 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001560
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001561 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1562 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001563
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001564 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001565
1566 Performance and stability improvements on all platforms.
1567
1568
ulan@chromium.org967e2702012-02-28 09:49:15 +000015692012-02-28: Version 3.9.12
1570
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001571 Fixed the negative lookup stub to handle deleted entries in a
1572 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001573
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001574 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001575 callback function can resolve the location of a return address on stack
1576 to the location where a return-address rewriting profiler stashed the
1577 original return address.
1578
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001579 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1580 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001581
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001582 Fixed issue 1853: Update breakpoints set with partial file name after
1583 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001584
1585
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000015862012-02-27: Version 3.9.11
1587
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001588 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001589
1590
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000015912012-02-24: Version 3.9.10
1592
1593 Fixed V8 issues 1322, 1772 and 1969.
1594
1595 Conformance improvements.
1596
1597 Performance and stability improvements on all platforms.
1598
1599
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000016002012-02-23: Version 3.9.9
1601
1602 Supported fast case for-in in Crankshaft.
1603
1604 Sped up heap snapshot serialization and dominators construction.
1605
1606 Randomized allocation addresses on windows. (Chromium issue 115151)
1607
1608 Fixed compilation with MinGW-w64. (issue 1943)
1609
1610 Fixed incorrect value of assignments to non-extensible properties.
1611
1612 Fixed a crash bug in generated code on ia32.
1613
1614 Performance and stability improvements on all platforms.
1615
1616
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000016172012-02-21: Version 3.9.8
1618
1619 Fixed memory leak and missing #include in StartupDataDecompressor
1620 (issue 1960).
1621
1622 Renamed static methods to avoid shadowing virtual methods and fix Clang
1623 C++11 compile error.
1624
1625 Fixed sequence of element access in array builtins (issue 1790).
1626
1627 Performance and stability improvements on all platforms.
1628
1629
yangguo@chromium.org56454712012-02-16 15:33:53 +000016302012-02-16: Version 3.9.7
1631
1632 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1633
1634 Fixed GCC-4.7 warnings.
1635
1636 Added Navier-Stokes benchmark.
1637
1638 Performance and stability improvements on all platforms.
1639
1640
ulan@chromium.org65a89c22012-02-14 11:46:07 +000016412012-02-14: Version 3.9.6
1642
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001643 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001644
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001645 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001646
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001647 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001648
1649 Heap Snapshot maximum size limit is too low for really big apps. At the
1650 moment the limit is 256MB. (Chromium issue 113015)
1651
1652 Performance and stability improvements on all platforms.
1653
1654
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000016552012-02-09: Version 3.9.5
1656
1657 Removed unused command line flags.
1658
1659 Performance and stability improvements on all platforms.
1660
1661
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000016622012-02-08: Version 3.9.4
1663
1664 Properly initialize element-transitioning array literals on ARM.
1665 (issue 1930)
1666
1667 Bug fixes on all platforms.
1668
1669
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000016702012-02-07: Version 3.9.3
1671
1672 When rethrowing an exception, print the stack trace of its original
1673 site instead of rethrow site (Chromium issue 60240).
1674
1675 Increased size of small stacks from 32k to 64k to avoid hitting limits
1676 in Chromium (Chromium issue 112843).
1677
1678
rossberg@chromium.org994edf62012-02-06 10:12:55 +000016792012-02-06: Version 3.9.2
1680
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001681 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001682
1683 Heap profiler reports implicit references.
1684
1685 Optionally export metadata with libv8 to enable debuggers to inspect V8
1686 state.
1687
1688
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000016892012-02-02: Version 3.9.1
1690
1691 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1692 (Chromium issue 112315).
1693
1694 Fixed a crash in dev tools (Chromium issue 107996).
1695
1696 Added 'dependencies_traverse': 1 to v8 GYP target.
1697
1698 Performance and stability improvements on all platforms.
1699
1700
danno@chromium.orgfa458e42012-02-01 10:48:36 +000017012012-02-01: Version 3.9.0
1702
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001703 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001704
1705 Stability fixes and performance improvements on all platforms.
1706
1707
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000017082012-01-26: Version 3.8.9
1709
1710 Flush number string cache on GC (issue 1605).
1711
1712 Provide access to function inferred name with
1713 v8::Function::GetInferredName in V8 public API.
1714
1715 Fix building with Clang (issue 1912).
1716
1717 Reduce the space used by the stack for the profiling thread.
1718
1719 Fix misleading documentation of v8::Locker (issue 542).
1720
1721 Introduce readbinary function in d8 to read binary files.
1722
1723 Performance and stability improvements on all platforms.
1724
1725
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000017262012-01-23: Version 3.8.8
1727
1728 Limited number of loop iterations in Heap::ReserveSpace
1729 (Chromium issue 99027).
1730
1731 Fixed solaris build (VirtualMemory) (issue 1761).
1732
1733 Fixed strict vs. non-strict handling of function proxies in
1734 higher-order array and string methods.
1735
1736 Enabled asynchronous remote debugging with d8 (issue 1691).
1737
1738 Stability and performance improvements on all platforms.
1739
1740
ulan@chromium.org2efb9002012-01-19 15:36:35 +000017412012-01-19: Version 3.8.7
1742
1743 Ensure that LRandom restores rsi after call to the C function on x64.
1744 (Chromium issue http://crbug.com/110509)
1745
1746 Fixing include issues on *bsd when building with scons.
1747 (issue 1897)
1748
1749 Provide a switch to specify -fno-strict-aliasing
1750 (issue 1887)
1751
1752 Move WIN32 define from standalone.gypi to common.gypi
1753 (issue 1760)
1754
1755 Fix corner-case in heap size estimation.
1756 (issue 1893)
1757
1758 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1759 (issue 1903)
1760
1761 Performance improvements and bug fixes.
1762
1763
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000017642012-01-16: Version 3.8.6
1765
1766 Add primitive WebGL array support to d8.
1767
1768 Improve heap size estimation (issue 1893).
1769
1770 Hash collision DOS workaround extended from string keys
1771 to numeric keys.
1772
1773 Provide an API for iterating through all external strings referenced
1774 from the JS heap.
1775
1776 Adjust position recorded for call expressions. http://crbug.com/109195
1777
1778 Fix GC crash related to instanceof. http://crbug.com/109448
1779
1780 Performance improvements and bug fixes.
1781
1782
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000017832012-01-05: Version 3.8.5
1784
1785 Fix broken test that assumes that no GC can clear the regexp cache (GC
1786 can happen at any time due to Crankshaft).
1787
1788 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1789
1790 Add netbsd support to gyp build.
1791
1792 Determine page size at runtime on posix platforms.
1793
1794 Ensure that store buffer filtering hash sets are cleared after
1795 StoreBuffer::Filter.
1796
1797 Randomize the seed used for string hashing. This helps guard against
1798 CPU-eating DOS attacks against node.js servers. Based on code from
1799 Bert Belder. This version only solves the issue for those that compile
1800 V8 themselves or those that do not use snapshots. A snapshot-based
1801 precompiled V8 will still have predictable string hash codes.
1802
1803 Implement callback when script finishes running in V8 API.
1804
1805 Improve performance of Math.min and Math.max for the case of two
1806 arguments. (issue 1325)
1807
1808
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000018092012-01-02: Version 3.8.4
1810
1811 Performance improvements for large Smi-only arrays.
1812
1813 Fixed InternalArrays construction. (issue 1878)
1814
1815
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000018162011-12-27: Version 3.8.3
1817
1818 Avoid embedding new space objects into code objects in the lithium gap
1819 resolver. (chromium:108296)
1820
1821 Bug fixes and performance optimizations on all platforms.
1822
1823
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000018242011-12-21: Version 3.8.2
1825
1826 Add max optimization flag to v8 gyp build to ensure V8 is always built
1827 fully optimized in Chrome.
1828
1829 MIPS: Bring MIPS to parity with other platforms.
1830
1831 Optimizations and stability improvements on all platforms.
1832
1833
ricow@chromium.org7ad65222011-12-19 12:13:11 +000018342011-12-19: Version 3.8.1
1835
1836 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1837
1838 Stability improvements on all platforms.
1839
1840
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000018412011-12-13: Version 3.8.0
1842
1843 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1844
1845 Sync parser and preparser on do-while and return statements.
1846 (issue 1856)
1847
1848 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1849
1850 Stability and performance improvements on all platforms.
1851
1852
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000018532011-12-01: Version 3.7.12
1854
1855 Increase tick interval for the android platform.
1856
1857 Fix a bug in the register allocator. (chromium:105112)
1858
1859 Fix handling of recompiling code. (chromium:105375, v8:1782)
1860
1861 Start incremental marking on idle notification. (v8:1458)
1862
1863 Build fixes for various platforms.
1864
1865 Various performance improvements.
1866
1867
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000018682011-11-29: Version 3.7.11
1869
1870 Fixed bug when generating padding to ensure space for lazy
1871 deoptimization.
1872 (issue 1846)
1873
1874 Further reduced pause times due to GC.
1875
1876 Stability and performance improvements on all platforms.
1877
1878
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000018792011-11-23: Version 3.7.10
1880
1881 Set maximum length of FixedArray in terms of elements instead an
1882 absolute number of bytes.
1883 (Chromium issue 103103)
1884
1885 Stability and performance improvements on all platforms.
1886
1887
18882011-11-21: Version 3.7.9
1889
1890 Removed exit-time destructors.
1891
1892 Stability and performance improvements on all platforms.
1893
1894
ricow@chromium.org27bf2882011-11-17 08:34:43 +000018952011-11-17: Version 3.7.8
1896
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001897 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001898 function on builtins will not make the original function reappear.
1899
1900 Added NetBSD support for scons build.
1901
1902 Performance improvements on all platforms.
1903
1904
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000019052011-11-14: Version 3.7.7
1906
1907 Fix missing fast property accessors in heap snapshots.
1908 (issue 1818)
1909
1910
danno@chromium.org2c456792011-11-11 12:00:53 +000019112011-11-11: Version 3.7.6
1912
1913 Fixed filtering of store buffer for large object pages.
1914 (issue 1817)
1915
1916 Fixed generated hash function on all platforms.
1917 (issue 1808)
1918
1919 Fixed Heap::Shrink to ensure that it does not free pages that are
1920 still in use.
1921 (Chromium issue 100414)
1922
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001923 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001924
1925
danno@chromium.orgc612e022011-11-10 11:38:15 +000019262011-11-10: Version 3.7.5
1927
1928 Added initial gyp infrastructure for MIPS.
1929
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001930 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001931 collector.
1932
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001933 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001934
1935
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000019362011-11-07: Version 3.7.4
1937
1938 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1939
1940 Fix Harmony sets and maps to allow null and undefined as keys
1941 (still hidden behind --harmony flag) (issue 1622).
1942
1943 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1944
1945 Enable VFP instructions for Android.
1946
1947 Fix error handling in Date.prototype.toISOString (issue 1792).
1948
1949 Bug fixes and performance improvements for all platforms.
1950
1951 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1952
1953
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000019542011-10-28: Version 3.7.3
1955
1956 Slight deoptimization as a workaround for issue with jslint: Issue
1957 1789.
1958
1959
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000019602011-10-27: Version 3.7.2
1961
1962 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1963
1964
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000019652011-10-26: Version 3.7.1
1966
1967 Achieved 33% speedup in debug-mode tests.
1968
1969 Removed special casing of calls to RegExp test and exec methods with no
1970 argument. Now matches new JSC behaviour. crbug.com/75740.
1971
1972 Return the empty string on cyclic references in toString (ES5
1973 conformance).
1974
1975 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1976
1977 Made Math.random state per-context instead of per-process (issue 864).
1978
1979 Fixed stack traces to skip native functions.
1980
1981 Make snapshots (new contexts) smaller and faster.
1982
1983 Fixed handling of Function.apply for non-array arguments.
1984
1985 Fixed evaluation order in defineProperties to match FireFox.
1986
1987 Fixed handling of non-object receivers for array builtins,
1988 crbug.com/100702.
1989
1990 Multiple fixes to improve compliance with test262.
1991
1992 Fixed compatibility with older Android releases.
1993
1994 Fixed compilation with gcc-4.5.3.
1995
1996 Improved performance of WriteUtf8, issue 1665.
1997
1998 Made native syntax an early error in the preparser.
1999
2000 Fixed issues 793 and 893 relating to Function.prototype.bind.
2001
2002 Improved let, const, Set and Map support and other Harmony features
2003 (behind the --harmony flag).
2004
2005 Changed evaluation order for > and <= to match ES5 instead of ES3.
2006
2007 Bug fixes and performance improvements on all platforms.
2008
2009
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000020102011-10-13: Version 3.7.0
2011
2012 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2013
2014 Fixed issue 1757 (string slices of external strings).
2015
2016 Fixed issue 1759 (ARM).
2017
2018 Added flag --noclever-optimizations to disable some things that
2019 caused trouble in the past.
2020
2021 Added flag --stress-compaction for testing.
2022
2023 Added flag --harmony to activate all experimental Harmony features.
2024
2025
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000020262011-10-10: Version 3.6.6
2027
2028 Added a GC pause visualization tool.
2029
2030 Added presubmit=no and werror=no flags to Makefile.
2031
2032 ES5/Test262 conformance improvements.
2033
2034 Fixed compilation issues with GCC 4.5.x (issue 1743).
2035
2036 Bug fixes and performance improvements on all platforms.
2037
2038
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000020392011-10-05: Version 3.6.5
2040
2041 New incremental garbage collector.
2042
2043 Removed the hard heap size limit (soft heap size limit is still
2044 700/1400Mbytes by default).
2045
2046 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2047
2048 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2049
2050 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2051
2052 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2053
2054 Fixed the MinGW and Windows 2000 builds.
2055
2056 Fixed "Prototype chain is not searched if named property handler does
2057 not set a property" (Issue 1636).
2058
2059 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2060
2061 Disallowed future reserved words as labels in strict mode.
2062
2063 Fixed string split to correctly coerce the separator to a string
2064 (Issue 1711).
2065
2066 API: Added an optional source length field to the Extension
2067 constructor.
2068
2069 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2070 (Issue 1573).
2071
2072 Added "native" target to Makefile for the benefit of Linux distros.
2073
2074 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2075
2076 More work on ES-Harmony proxies. Still hidden behind a flag.
2077
2078 Bug fixes and performance improvements on all platforms.
2079
2080
lrn@chromium.org34e60782011-09-15 07:25:40 +000020812011-09-15: Version 3.6.4
2082
2083 Fixed d8's broken readline history.
2084
2085 Removed the need for code delete events in CPU profiler (Issue 1466).
2086
2087 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2088
2089 Fixing parallel execution in d8 (with -p) and some memory leaks.
2090
2091 Support for precise stepping in functions compiled before debugging was
2092 started (step 1).
2093
2094
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000020952011-09-13: Version 3.6.3
2096
2097 Implemented better support of typed arrays in the d8 shell.
2098
2099 Bug fixes and performance improvements on all platforms.
2100
2101
ricow@chromium.org55ee8072011-09-08 16:33:10 +000021022011-09-08: Version 3.6.2
2103
2104 Added "dependencies" target to top-level Makefile.
2105
2106 Added ability to turn profiler on/off in d8.
2107
2108 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2109
2110 Fixed several crash bugs.
2111
2112
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000021132011-09-07: Version 3.6.1
2114
2115 Fixed a bug in abrupt exit from with or catch inside finally.
2116
2117 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2118 issue 95113).
2119
2120 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2121
2122 Fixed a few clang warnings (which -Werror treated as errors).
2123
2124 Performance improvements on all platforms.
2125
2126
fschneider@chromium.org1805e212011-09-05 10:49:12 +000021272011-09-05: Version 3.6.0
2128
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002129 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002130
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002131 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002132
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002133 Made arguments and caller always be null on native functions
2134 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002135
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002136 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002137
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002138 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002139
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002140 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002141
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002142 Fixed a problem with large heap snapshots in Chrome DevTools
2143 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002144
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002145 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002146
2147
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000021482011-08-31: Version 3.5.10
2149
2150 Added dependency of v8_base on WinSocket2 Windows library in
2151 the GYP-build.
2152
2153 Various bugfixes.
2154
2155
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000021562011-08-29: Version 3.5.9
2157
2158 Made FromPropertyDescriptor not trigger inherited setters.
2159
2160 Fixed .gyp files to work on the ARM simulator.
2161
2162 Fixed shared library build warnings for MSVS.
2163
2164
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000021652011-08-24: Version 3.5.8
2166
2167 Added V8EXPORT attributes for v8::Array::CheckCast and
2168 v8::Number::CheckCast.
2169
2170 Made a slight API change enabling opting out from null termination
2171 in String::Write*().
2172
2173 Fixed arm build for gcc-4.6.
2174
2175
rossberg@chromium.org28a37082011-08-22 11:03:23 +000021762011-08-22: Version 3.5.7
2177
2178 Make scanner handle invalid unicode escapes in identifiers correctly.
2179
2180 Make regexp flag parsing stricter.
2181
2182 Fix several memory leaks.
2183
2184
danno@chromium.orgb6451162011-08-17 14:33:23 +000021852011-08-17: Version 3.5.6
2186
2187 Fixed issue that could cause crashes when running with --heap-stats.
2188
2189 Fixed compilation on Linux 2.6.9 and older.
2190
2191 Fixed live-object-list to work with isolates.
2192
2193 Fixed memory leaks in zones and isolates.
2194
2195 Fixed a performance regression for TypedArrays on x64.
2196
2197 Stability improvements on all platforms.
2198
2199
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000022002011-08-15: Version 3.5.5
2201
2202 Fixed bugs involving negative zero and the optimizing compiler.
2203
2204 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2205
2206 Eliminated uses of deprecated ARM instructions.
2207
2208 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2209
2210 Removed restriction on the size of disassembled code that is printed.
2211
2212
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000022132011-08-10: Version 3.5.4
2214
2215 Added a preliminary implementation of ES Harmony weak maps. Weak
2216 maps can be enabled by the flag --harmony-weakmaps.
2217
2218 Introduced a toplevel Makefile to support GYP-based building. GYP
2219 can be obtained from http://gyp.googlecode.com.
2220
2221 Fixed a bug in the length property of functions created by
2222 Function.prototype.bind.
2223
2224 Reduced malloc heap allocation on process startup.
2225
2226 Several important code generation bug fixes.
2227
2228 Performance improvements on all platforms.
2229
2230
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000022312011-08-03: Version 3.5.3
2232
2233 MIPS: Port of fix to ClassOf check from ARM.
2234 Patch from Paul Lind <plind44@gmail.com>.
2235
2236 Stopped using mprotect on Cygwin.
2237 Avoided uninitialized member warning on gcc 4.3.4
2238 Both patches by Bert Belder.
2239
2240 Bug fixes and performance improvements on all platforms.
2241
2242
vegorov@chromium.org7943d462011-08-01 11:41:52 +000022432011-08-01: Version 3.5.2
2244
2245 Performance improvements on all platforms.
2246
2247
ricow@chromium.org2c99e282011-07-28 09:15:17 +000022482011-07-28: Version 3.5.1
2249
2250 Fixed setting the readonly flag on the prototype property using the
2251 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2252
2253 Changed the tools/test.py script to use d8 instead of shell for
2254 testing.
2255
2256 Fixed crash in ToBooleanStub when GC happens during invocation.
2257
2258 Enabled automatic unboxing of double arrays.
2259
2260 Performance improvements on all platforms.
2261
2262
ricow@chromium.org9fa09672011-07-25 11:05:35 +000022632011-07-25: Version 3.5.0
2264
2265 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2266 proxies.
2267
2268 Removed logging to memory support.
2269
2270 Bugfixes and performance work.
2271
2272
rossberg@chromium.org717967f2011-07-20 13:44:42 +000022732011-07-20: Version 3.4.14
2274
2275 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2276
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002277 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002278 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002279
2280 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2281
2282
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000022832011-07-18: Version 3.4.13
2284
2285 Improved debugger support to allow inspection of optimized frames (issue
2286 1140).
2287
2288 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2289
2290 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2291
2292 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2293
2294 Simplified HClampToUint8. Patch by Andy Wingo.
2295
2296 Exposed APIs for detecting boxed primitives, native errors. Patch by
2297 Luke Zarko.
2298
2299 Added map check for COW elements to crankshaft array handling code
2300 (issue 1560).
2301
2302 Sample shell and (a light version of) D8 links against a shared library
2303 now.
2304
2305 Fixed bug in array filter and reduce functions (issue 1559).
2306
2307 Avoid TLS load in AstNode constructor.
2308
2309 Introduced a random entropy source which can optionally be provided at
2310 initialization. (Chromium issue 89462).
2311
2312
whesse@chromium.org030d38e2011-07-13 13:23:34 +000023132011-07-13: Version 3.4.12
2314
2315 Added --prof profiling option to d8 shell.
2316
2317 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2318
2319 Fixed a potential assertion failure in const declarations.
2320
2321 Fixed an assertion failure in descriptor arrays (issue 1526).
2322
2323 Enabled fast thread-local storage by default on supported platforms.
2324
2325 Improved reporting of source position for global variable loads
2326 (issue 1527).
2327
2328
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000023292011-07-11: Version 3.4.11
2330
2331 Fixed MinGW32 build.
2332
2333 Fixed a GC bug with RegExp code flushing.
2334
2335 Implemented Object.defineProperty for proxies.
2336
2337 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2338
2339 Added debugger support for inspecting optimized frames (issue 1140).
2340
2341 Allowed JSObject::PreventExtensions to work for arguments objects.
2342
2343 Bugfixes and performance work.
2344
2345
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000023462011-07-06: Version 3.4.10
2347
2348 Fixed debugger not breaking on certain "if" statements (issue 1523).
2349
2350 Fixed assertion failure in runtime profiler when running on IA32
2351 without snapshot (issue 1522).
2352
2353 Fixed ABI for API calls on IA32 (for clang compatibility).
2354
2355 Introduced code flushing of RegExp code to free memory used by
2356 RegExps sooner.
2357
2358 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2359
2360 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2361
2362 Performance improvements on all platforms.
2363
2364
ricow@chromium.org4f693d62011-07-04 14:01:31 +000023652011-07-04: Version 3.4.9
2366
2367 Added support for debugger inspection of locals in optimized frames
2368 (issue 1140).
2369
2370 Fixed SConstruct to pass correct defines to samples/preparser when
2371 building with library=shared.
2372
2373 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2374
2375 Fixed a bug in Object.defineProperty on the arguments object.
2376
2377 Performance improvements on all platforms.
2378
2379
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000023802011-06-29: Version 3.4.8
2381
2382 Ensure 16-byte stack alignment on Solaris (issue 1505).
2383
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002384 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002385 that is not a smi. (issue 1246).
2386
2387
ager@chromium.org04921a82011-06-27 13:21:41 +000023882011-06-27: Version 3.4.7
2389
2390 Fixed 64-bit build on FreeBSD.
2391
2392 Added API to set the property attributes for the prototype
2393 property on functions created from FunctionTemplates.
2394
2395 Bugfixes and performance work.
2396
2397
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000023982011-06-22: Version 3.4.6
2399
2400 Lowered limit on code space for systems with low memory supply.
2401
2402 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2403
2404 Extended setBreakpoint API to accept partial script name (issue 1418).
2405
2406 Made multi-line comments not count when deciding whether the '-->'
2407 comment starter is first on a line. This matches Safari.
2408
2409 Made handling of non-array recievers in Array length setter correct
2410 (issue 1491).
2411
2412 Added ability to heap profiler to iterate over snapshot's node
2413 (issue 1481).
2414
2415
whesse@chromium.org7b260152011-06-20 15:33:18 +000024162011-06-20: Version 3.4.5
2417
2418 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2419 1476, and 1477.
2420
2421 Improved code generation for !0 and !1.
2422
2423 Reduced memory usage for regular expressions with nested qualifiers.
2424 (issue 1472)
2425
2426 Fixed V8 to count line terminators in multi-line comments.
2427 (Chromium issue 86431)
2428
2429 Fixed disassembler=on option for release-mode builds. (issue 1473)
2430
2431 Performance improvements on all platforms.
2432
2433
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000024342011-06-15: Version 3.4.4
2435
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002436 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002437
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002438 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002439
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002440 Several GYP-related changes: Added support for building Xcode project
2441 files. Make the ARM simulator build with GYP again. Generate Makefiles
2442 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002443
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002444 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2445 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002446
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002447 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002448
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002449 Handle 'undefined' correctly when === has been specialized for doubles.
2450 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002451
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002452 Corrected the limit of local variables in an optimized function from 64
2453 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002454
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002455 Correctly set ReadOnly flag on indexed properties when using the API Set
2456 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002457
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002458 Give the correct error message when Object.isExtensible is called on a
2459 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002460
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002461 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2462 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002463
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002464 Do not redefine properties unneccesarily in seal and freeze. (issue
2465 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002466
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002467 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002468
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002469 Distinguish keyed loads with a symbol key from fast elements loads,
2470 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002471
2472
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000024732011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002474
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002475 Clear the global thread table when an isolate is disposed
2476 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002477
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002478 Converted time zone name to UTF8 on Windows (issue 1290).
2479
2480 Limited the number of arguments in a function call to 32766
2481 (issue 1413).
2482
2483 Compress sources of JS libraries in addition to the snapshot.
2484
2485 Fixed a bug in Lithium environment iteration.
2486
2487 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002488
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002489
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000024902011-06-06: Version 3.4.2
2491
2492 More work on ES-Harmony proxies. Still hidden behind a flag.
2493
2494 Fixed some crash bugs and improved performance.
2495
2496 Fixed building with gdb debugging support.
2497
2498 Do not install SIGPROF handler until it is needed.
2499
2500 Added DateTimeFormat to i18n API.
2501
2502 Fixed compilation on OpenBSD.
2503
2504 Take the ulimit into account when sizing the heap. OpenBSD users
2505 may still have to increase the default ulimit to run heavy pages in
2506 the browser.
2507
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002508
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000025092011-06-01: Version 3.4.1
2510
2511 Fixed JSON stringify issue with arrays.
2512
2513 Changed calls to JS builtins to be passed undefined when called with
2514 implicit receiver.
2515
2516 Implemented the set trap for Harmony proxies. Proxies still need to
2517 be enabled with the --harmony-proxies flag.
2518
2519
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000025202011-05-30: Version 3.4.0
2521
2522 Changed calls to undefined property setters to not throw (issue 1355).
2523
2524 Made RegExp objects not callable.
2525
2526 Fixed issues on special case large JSON strings in new json parser
2527 (issues http://crbug.com/83877 and http://crbug.com/84186).
2528
2529 Performance improvements on all platforms.
2530
2531
danno@chromium.org40cb8782011-05-25 07:58:50 +000025322011-05-25: Version 3.3.10
2533
2534 Fixed calls of strict mode function with an implicit receiver.
2535
2536 Fixed fast handling of arrays to properly deal with changes to the
2537 Object prototype (issue 1403).
2538
2539 Changed strict mode poison pill to be the same type error function
2540 (issue 1387).
2541
2542 Fixed a debug crash in arguments object handling (issue 1227).
2543
2544 Fixed a bug in deoptimization on x64 (issue 1404).
2545
2546 Performance improvements and bug fixes on all platforms.
2547
2548
ager@chromium.orgea91cc52011-05-23 06:06:11 +000025492011-05-23: Version 3.3.9
2550
2551 Added DateTimeFormat class to experimental i18n API.
2552
2553 Extended preparser to give early errors for some strict mode
2554 restrictions.
2555
2556 Removed legacy execScript function from V8.
2557
2558 Extended isolate API with the ability to add embedder-specific
2559 data to an isolate.
2560
2561 Added basic support for polymorphic loads from JS and external
2562 arrays.
2563
2564 Fixed bug in handling of switch statements in the optimizing
2565 compiler.
2566
2567
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000025682011-05-18: Version 3.3.8
2569
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002570 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002571 handles are independent of all other persistent handles and can be
2572 garbage collected more frequently.
2573
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002574 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002575 with the --harmony-proxies flag.
2576
2577 Performance improvements and bug fixes on all platforms.
2578
2579
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000025802011-05-16: Version 3.3.7
2581
2582 Updated MIPS infrastructure files.
2583
2584 Performance improvements and bug fixes on all platforms.
2585
2586
karlklose@chromium.org83a47282011-05-11 11:54:09 +000025872011-05-11: Version 3.3.6
2588
2589 Updated MIPS infrastructure files.
2590
2591 Added method IsCallable for Object to the API.
2592 Patch by Peter Varga.
2593
2594
lrn@chromium.org1c092762011-05-09 09:42:16 +000025952011-05-09: Version 3.3.5
2596
2597 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2598
2599 Added check that receiver is JSObject on API calls.
2600
2601 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2602 Patch by Peter Varga.
2603
2604 Added CallAsFunction method to the Object class in the API (Issue 1336).
2605 Patch by Peter Varga.
2606
2607 Added per-isolate locking and unlocking.
2608
2609 Fixed bug in x64 >>> operator (Issue 1359).
2610
2611
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000026122011-05-04: Version 3.3.4
2613
2614 Implemented API to disallow code generation from strings for a context
2615 (issue 1258).
2616
2617 Fixed bug with whitespaces in parseInt (issue 955).
2618
2619 Fixed bug with == comparison of Date objects (issue 1356).
2620
2621 Added GYP variables for ARM code generation:
2622 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2623 and v8_use_arm_eabi_hardfloat.
2624
2625
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000026262011-05-02: Version 3.3.3
2627
2628 Added support for generating Visual Studio solution and project files
2629 using GYP.
2630
2631 Implemented support for ARM EABI calling convention variation where
2632 floating-point arguments are passed in registers (hardfloat).
2633
2634 Added Object::HasOwnProperty() to the API.
2635
2636 Added support for compressing startup data to reduce binary size. This
2637 includes build time support and an API for the embedder to decompress
2638 the startup data before initializing V8.
2639
2640 Reduced the profiling hooks overhead from >400% to 25% when using
2641 ll_prof.
2642
2643 Performance improvements and bug fixes on all platforms.
2644
2645
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000026462011-04-27: Version 3.3.2
2647
2648 Fixed crash bug on ARM with no VFP3 hardware.
2649
2650 Fixed compilation of V8 without debugger support.
2651
2652 Improved performance on JSLint.
2653
2654 Added support Float64 WebGL arrays.
2655
2656 Fixed crash bug in regexp replace.
2657
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002658
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000026592011-04-20: Version 3.3.1
2660
2661 Reduced V8 binary size by removing virtual functions from hydrogen.
2662
2663 Fixed crash bug on x64.
2664
2665 Performance improvements on ARM and IA32.
2666
2667
danno@chromium.org160a7b02011-04-18 15:51:38 +000026682011-04-18: Version 3.3.0
2669
2670 Fixed bug in floating point rounding in Crankshaft on ARM
2671 (issue 958)
2672
2673 Fixed a number of issues with running without VFPv3 support on ARM
2674 (issue 1315)
2675
2676 Introduced v8Locale.Collator, a partial implementation of Collator
2677 per last ECMAScript meeting + mailing list.
2678
2679 Minor performance improvements and bug fixes.
2680
2681
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000026822011-04-13: Version 3.2.10
2683
2684 Fixed bug in external float arrays on ARM (issue 1323).
2685
2686 Minor performance improvements and bug fixes.
2687
2688
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000026892011-04-11: Version 3.2.9
2690
2691 Removed support for ABI prior to EABI on ARM.
2692
2693 Fixed multiple crash bugs.
2694
2695 Added GCMole to the repository, a simple static analysis tool that
2696 searches for GC-unsafe evaluation order dependent callsites.
2697
2698 Made preparser API be exported in shared libraries.
2699
2700 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2701
2702 Fixed mutable __proto__ property if object is not extensible
2703 (Issue 1309).
2704
2705 Fixed auto suspension of the sampler thread.
2706
2707
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000027082011-04-06: Version 3.2.8
2709
2710 Exposed WebGL typed array constructors in the shell sample.
2711
2712 Performance improvements on all platforms.
2713
2714
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000027152011-04-04: Version 3.2.7
2716
2717 Disabled the original 'classic' V8 code generator. Crankshaft is
2718 now the default on all platforms.
2719
2720 Changed the heap profiler to use more descriptive names.
2721
2722 Performance and stability improvements to isolates on all platforms.
2723
2724
lrn@chromium.org7516f052011-03-30 08:52:27 +000027252011-03-30: Version 3.2.6
2726
2727 Fixed xcode build warning in shell.cc (out of order initialization).
2728
2729 Fixed null-pointer dereference in the compiler when running without
2730 SSE3 support (Chromium issue 77654).
2731
2732 Fixed x64 compilation error due to some dead code. (Issue 1286)
2733
2734 Introduced scons target to build the preparser stand-alone example.
2735
2736 Made FreeBSD build and pass all tests.
2737
2738
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000027392011-03-28: Version 3.2.5
2740
lrn@chromium.org7516f052011-03-30 08:52:27 +00002741 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002742
2743 Added Crankshaft support for external arrays.
2744
2745 Fixed two potential crash bugs.
2746
2747
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000027482011-03-23: Version 3.2.4
2749
2750 Added isolates which allows several V8 instances in the same process.
2751 This is controlled through the new Isolate class in the API.
2752
2753 Implemented more of EcmaScript 5 strict mode.
2754
2755 Reduced the time it takes to make detailed heap snapshot.
2756
2757 Added a number of commands to the ARM simulator and enhanced the ARM
2758 disassembler.
2759
2760
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000027612011-03-17: Version 3.2.3
2762
2763 Fixed a number of crash bugs.
2764
2765 Fixed Array::New(length) to return an array with a length (issue 1256).
2766
2767 Fixed FreeBSD build.
2768
2769 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2770
2771 Implemented more of EcmaScript 5 strict mode.
2772
2773 Improved Crankshaft performance on all platforms.
2774
2775
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000027762011-03-14: Version 3.2.2
2777
2778 Fixed a number of crash and correctness bugs.
2779
2780 Improved Crankshaft performance on all platforms.
2781
2782 Fixed Crankshaft on Solaris/Illumos.
2783
2784
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000027852011-03-10: Version 3.2.1
2786
2787 Fixed a number of crash bugs.
2788
2789 Improved Crankshaft for x64 and ARM.
2790
2791 Implemented more of EcmaScript 5 strict mode.
2792
2793
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000027942011-03-07: Version 3.2.0
2795
2796 Fixed a number of crash bugs.
2797
2798 Turned on Crankshaft by default on x64 and ARM.
2799
2800 Improved Crankshaft for x64 and ARM.
2801
2802 Implemented more of EcmaScript 5 strict mode.
2803
2804
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000028052011-03-02: Version 3.1.8
2806
2807 Fixed a number of crash bugs.
2808
2809 Improved Crankshaft for x64 and ARM.
2810
2811 Implemented more of EcmaScript 5 strict mode.
2812
2813 Fixed issue with unaligned reads and writes on ARM.
2814
2815 Improved heap profiler support.
2816
2817
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000028182011-02-28: Version 3.1.7
2819
2820 Fixed a number of crash bugs.
2821
2822 Improved Crankshaft for x64 and ARM.
2823
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002824 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002825 arrays (http://crbug.com/73940).
2826
2827 Fixed bug in map space compaction (http://crbug.com/59688).
2828
2829 Added support for direct getter accessors calls on ARM.
2830
2831
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000028322011-02-24: Version 3.1.6
2833
2834 Fixed a number of crash bugs.
2835
2836 Added support for Cygwin (issue 64).
2837
2838 Improved Crankshaft for x64 and ARM.
2839
2840 Added Crankshaft support for stores to pixel arrays.
2841
2842 Fixed issue in CPU profiler with Crankshaft.
2843
2844
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000028452011-02-16: Version 3.1.5
2846
2847 Change RegExp parsing to disallow /(*)/.
2848
2849 Added GDB JIT support for ARM.
2850
2851 Fixed several crash bugs.
2852
2853 Performance improvements on the IA32 platform.
2854
2855
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000028562011-02-14: Version 3.1.4
2857
2858 Fixed incorrect compare of prototypes of the global object (issue
2859 1082).
2860
2861 Fixed a bug in optimizing calls to global functions (issue 1106).
2862
2863 Made optimized Function.prototype.apply safe for non-JSObject first
2864 arguments (issue 1128).
2865
2866 Fixed an error related to element accessors on Object.prototype and
2867 parser errors (issue 1130).
2868
2869 Fixed a bug in sorting an array with large array indices (issue 1131).
2870
2871 Properly treat exceptions thrown while compiling (issue 1132).
2872
2873 Fixed bug in register requirements for function.apply (issue 1133).
2874
2875 Fixed a representation change bug in the Hydrogen graph construction
2876 (issue 1134).
2877
2878 Fixed the semantics of delete on parameters (issue 1136).
2879
2880 Fixed a optimizer bug related to moving instructions with side effects
2881 (issue 1138).
2882
2883 Added support for the global object in Object.keys (issue 1150).
2884
2885 Fixed incorrect value for Math.LOG10E
2886 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2887
2888 Performance improvements on the IA32 platform.
2889
2890 Implement assignment to undefined reference in ES5 Strict Mode.
2891
2892
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000028932011-02-09: Version 3.1.3
2894
2895 Fixed a bug triggered by functions with huge numbers of declared
2896 arguments.
2897
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002898 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002899
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002900 Fixed issue where Array.prototype.__proto__ had been set to null
2901 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002902
2903 Fixed stability bugs in Crankshaft for x86.
2904
2905
ricow@chromium.org83aa5492011-02-07 12:42:56 +000029062011-02-07: Version 3.1.2
2907
2908 Added better security checks when accessing properties via
2909 Object.getOwnPropertyDescriptor.
2910
2911 Fixed bug in Object.defineProperty and related access bugs (issues
2912 992, 1083 and 1092).
2913
2914 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2915 copyright notice generation for embedders.
2916
2917
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000029182011-02-02: Version 3.1.1
2919
2920 Perform security checks before fetching the value in
2921 Object.getOwnPropertyDescriptor.
2922
2923 Fixed a bug in Array.prototype.splice triggered by passing no
2924 arguments.
2925
2926 Fixed bugs in -0 in arithmetic and in Math.pow.
2927
2928 Fixed bugs in the register allocator and in switching from optimized
2929 to unoptimized code.
2930
2931
29322011-01-31: Version 3.1.0
2933
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002934 Performance improvements on all platforms.
2935
2936
ager@chromium.org378b34e2011-01-28 08:04:38 +000029372011-01-28: Version 3.0.12
2938
2939 Added support for strict mode parameter and object property
2940 validation.
2941
2942 Fixed a couple of crash bugs.
2943
2944
ager@chromium.org0ee099b2011-01-25 14:06:47 +000029452011-01-25: Version 3.0.11
2946
2947 Fixed a bug in deletion of lookup slots that could cause global
2948 variables to be accidentally deleted (http://crbug.com/70066).
2949
2950 Added support for strict mode octal literal verification.
2951
2952 Fixed a couple of crash bugs (issues 1070 and 1071).
2953
2954
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000029552011-01-24: Version 3.0.10
2956
2957 Fixed External::Wrap for 64-bit addresses (issue 1037).
2958
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002959 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002960 code generator (issue 1060).
2961
2962 Introduced partial strict mode support.
2963
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002964 Changed formatting of recursive error messages to match Firefox and
2965 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002966
2967 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002968 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002969 (issue http://crbug.com/50972).
2970
2971 Performance improvements on the IA32 platform.
2972
2973
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000029742011-01-19: Version 3.0.9
2975
2976 Added basic GDB JIT Interface integration.
2977
2978 Make invalid break/continue statements a syntax error instead of a
2979 runtime error.
2980
2981
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029822011-01-17: Version 3.0.8
2983
2984 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002985 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002986
2987 Wrapped external pointers more carefully (issue 1037).
2988
2989 Hardened the implementation of error objects to avoid setters
2990 intercepting the properties set then throwing an error.
2991
2992 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2993
2994 Performance improvements on the IA32 platform.
2995
2996
29972011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002998
2999 Stopped calling inherited setters when creating object literals
3000 (issue 1015).
3001
3002 Changed interpretation of malformed \c? escapes in RegExp to match
3003 JSC.
3004
3005 Enhanced the command-line debugger interface and fixed some minor
3006 bugs in the debugger.
3007
3008 Performance improvements on the IA32 platform.
3009
3010
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000030112011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003012
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003013 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003014
3015 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003016 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003017
3018 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003019 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003020
3021 Added use_system_v8 option to gyp (off by default), to make it easier
3022 for Linux distributions to ship with system-provided V8 library.
3023
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003024 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003025
3026 Added labelled thread names to help with debugging (on Linux).
3027
3028
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000030292011-01-03: Version 3.0.5
3030
3031 Fixed a couple of cast errors for gcc-3.4.3.
3032
3033 Performance improvements in GC and IA32 code generator.
3034
3035
whesse@chromium.org023421e2010-12-21 12:19:12 +000030362010-12-21: Version 3.0.4
3037
3038 Added Date::ResetCache() to the API so that the cached values in the
3039 Date object can be reset to allow live DST / timezone changes.
3040
3041 Extended existing support for printing (while debugging) the contents
3042 of objects. Added support for printing objects from release builds.
3043
3044 Fixed V8 issues 989, 1006, and 1007.
3045
3046
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000030472010-12-17: Version 3.0.3
3048
3049 Reapplied all changes for version 3.0.1.
3050
3051 Improved debugger protocol for remote debugging.
3052
3053 Added experimental support for using gyp to generate build files
3054 for V8.
3055
3056 Fixed implementation of String::Write in the API (issue 975).
3057
3058
lrn@chromium.org8541d772010-12-15 12:05:09 +000030592010-12-15: Version 3.0.2
3060
3061 Revert version 3.0.1 and patch 3.0.1.1.
3062
3063
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000030642010-12-13: Version 3.0.1
3065
3066 Added support for an experimental internationalization API as an
3067 extension. This extension is disabled by default but can be enabled
3068 when building V8. The ECMAScript internationalization strawman is
3069 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3070
3071 Made RegExp character class parsing stricter. This mirrors a change
3072 to RegExp parsing in WebKit.
3073
3074 Fixed a bug in Object.defineProperty when used to change attributes
3075 of an existing property. It incorrectly set the property value to
3076 undefined (issue 965).
3077
3078 Fixed several different compilation failures on various platforms
3079 caused by the 3.0.0 release.
3080
3081 Optimized Math.pow so it can work on unboxed doubles.
3082
3083 Sped up quoting of JSON strings by removing one traversal of the
3084 string.
3085
3086
kasperl@chromium.orga5551262010-12-07 12:49:48 +000030872010-12-07: Version 3.0.0
3088
3089 Improved performance by (partially) addressing issue 957 on
3090 IA-32. Still needs more work for the other architectures.
3091
3092
ager@chromium.orgbeb25712010-11-29 08:02:25 +000030932010-11-29: Version 2.5.9
3094
3095 Fixed crashes during GC caused by partially initialize heap
3096 objects.
3097
3098 Fixed bug in process sample that caused memory leaks.
3099
3100 Improved performance on ARM by implementing missing stubs and
3101 inlining.
3102
3103 Improved heap profiler support.
3104
3105 Added separate seeding on Windows of the random number generator
3106 used internally by the compiler (issue 936).
3107
3108 Exposed API for getting the name of the function used to construct
3109 an object.
3110
3111 Fixed date parser to handle one and two digit millisecond
3112 values (issue 944).
3113
3114 Fixed number parsing to disallow space between sign and
3115 digits (issue 946).
3116
3117
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000031182010-11-23: Version 2.5.8
3119
3120 Removed dependency on Gay's dtoa.
3121
3122 Improved heap profiler precision and speed.
3123
3124 Reduced overhead of callback invocations on ARM.
3125
3126
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000031272010-11-18: Version 2.5.7
3128
3129 Fixed obscure evaluation order bug (issue 931).
3130
3131 Split the random number state between JavaScript and the private API.
3132
3133 Fixed performance bug causing GCs when generating stack traces on
3134 code from very large scripts.
3135
3136 Fixed bug in parser that allowed (foo):42 as a labelled statement
3137 (issue 918).
3138
3139 Provide more accurate results about used heap size via
3140 GetHeapStatistics.
3141
3142 Allow build-time customization of the max semispace size.
3143
3144 Made String.prototype.split honor limit when separator is empty
3145 (issue 929).
3146
3147 Added missing failure check after expecting an identifier in
3148 preparser (Chromium issue 62639).
3149
3150
ager@chromium.org01fe7df2010-11-10 11:59:11 +000031512010-11-10: Version 2.5.6
3152
3153 Added support for VFP rounding modes to the ARM simulator.
3154
3155 Fixed multiplication overflow bug (issue 927).
3156
3157 Added a limit for the amount of executable memory (issue 925).
3158
3159
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000031602010-11-08: Version 2.5.5
3161
3162 Added more aggressive GC of external objects in near out-of-memory
3163 situations.
3164
3165 Fixed a bug that gave the incorrect result for String.split called
3166 on the empty string (issue 924).
3167
3168
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000031692010-11-03: Version 2.5.4
3170
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003171 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003172
3173
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000031742010-11-01: Version 2.5.3
3175
3176 Fixed a bug that prevents constants from overwriting function values
3177 in object literals (issue 907).
3178
3179 Fixed a bug with reporting of impossible nested calls of DOM functions
3180 (issue http://crbug.com/60753).
3181
3182
lrn@chromium.org303ada72010-10-27 09:33:13 +000031832010-10-27: Version 2.5.2
3184
3185 Improved sampler resolution on Linux.
3186
3187 Allowed forcing the use of a simulator from the build script
3188 independently of the host architecture.
3189
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003190 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003191
3192 Made windows-tick-processor respect D8_PATH.
3193
3194 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3195
3196
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000031972010-10-20: Version 2.5.1
3198
3199 Fixed bug causing spurious out of memory exceptions
3200 (issue http://crbug.com/54580).
3201
3202 Fixed compilation error on Solaris platform (issue 901).
3203
3204 Fixed error in strtod (string to floating point number conversion)
3205 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3206
3207 Adjusted randomized allocations of executable memory to have 64k
3208 granularity (issue http://crbug.com/56036).
3209
3210 Supported profiling using kernel perf_events on linux. Added ll_prof
3211 script to tools and --ll-prof flag to V8.
3212
3213
vegorov@chromium.org42841962010-10-18 11:18:59 +000032142010-10-18: Version 2.5.0
3215
3216 Fixed bug in cache handling of lastIndex on global regexps
3217 (issue http://crbug.com/58740).
3218
3219 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3220 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003221 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003222
3223 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3224
3225
32262010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003227
3228 Fixed a bug in the handling of conditional expressions in test
3229 contexts in compiler for top-level code.
3230
3231 Added "//@ sourceURL" information to the StackTrace API.
3232
3233 Exposed RegExp construction through the API.
3234
3235
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000032362010-10-04: Version 2.4.8
3237
3238 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3239 whole snapshot (issue 868).
3240
3241 Performance improvements on all platforms.
3242
3243
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000032442010-09-30: Version 2.4.7
3245
3246 Changed the command-line flag --max-new-space-size to be in kB and the
3247 flag --max-old-space-size to be in MB (previously they were in bytes).
3248
3249 Added Debug::CancelDebugBreak to the debugger API.
3250
3251 Fixed a bug in getters for negative numeric property names
3252 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3253
3254 Performance improvements on all platforms.
3255
3256
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000032572010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003258
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003259 Fixed assertion failure related to copy-on-write arrays (issue 876).
3260
3261 Fixed build failure of 64-bit V8 on Windows.
3262
3263 Fixed a bug in RegExp (issue http://crbug.com/52801).
3264
3265 Improved the profiler's coverage to cover more functions (issue 858).
3266
3267 Fixed error in shift operators on 64-bit V8
3268 (issue http://crbug.com/54521).
3269
3270
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000032712010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003272
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003273 Changed the RegExp benchmark to exercise the regexp engine on different
3274 inputs by scrambling the input strings.
3275
3276 Fixed a bug in keyed loads on strings.
3277
3278 Fixed a bug with loading global function prototypes.
3279
3280 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3281
3282 Performance improvements on all platforms.
3283
3284
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000032852010-09-15: Version 2.4.4
3286
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003287 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003288
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003289 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003290
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003291 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003292
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003293 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003294
3295
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000032962010-09-13: Version 2.4.3
3297
3298 Made Date.parse properly handle TZ offsets (issue 857).
3299
3300 Performance improvements on all platforms.
3301
3302
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000033032010-09-08: Version 2.4.2
3304
3305 Fixed GC crash bug.
3306
3307 Fixed stack corruption bug.
3308
3309 Fixed compilation for newer C++ compilers that found Operand(0)
3310 ambiguous.
3311
3312
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000033132010-09-06: Version 2.4.1
3314
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003315 Added the ability for an embedding application to receive a callback
3316 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3317 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003318
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003319 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003320
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003321 Fixed memory overrun crash bug triggered during V8's tick-based
3322 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003323
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003324 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003325
3326
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000033272010-09-01: Version 2.4.0
3328
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003329 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3330 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003331
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003332 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003333 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003334
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003335 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003336
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003337 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003338
3339
ricow@chromium.org65fae842010-08-25 15:26:24 +000033402010-08-25: Version 2.3.11
3341
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003342 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003343
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003344 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003345 VARIANT_FLAGS that allows specification of sets of flags with which
3346 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003347
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003348 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003349
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003350 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003351
3352
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000033532010-08-23: Version 2.3.10
3354
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003355 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003356
3357 Build fixes for unusual compilers.
3358
3359 Track high water mark for RWX memory.
3360
3361 Performance improvements on all platforms.
3362
3363
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000033642010-08-18: Version 2.3.9
3365
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003366 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003367
3368 Removed specialized handling of GCC 4.4 (issue 830).
3369
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003370 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003371 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3372
ricow@chromium.org65fae842010-08-25 15:26:24 +00003373 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003374
3375
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000033762010-08-16: Version 2.3.8
3377
3378 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3379
3380 Fixed issue with incorrect handling of custom valueOf methods on
3381 string wrappers (issue 760).
3382
3383 Fixed compilation for ARMv4 (issue 590).
3384
3385 Improved performance.
3386
3387
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000033882010-08-11: Version 2.3.7
3389
3390 Reduced size of heap snapshots produced by heap profiler (issue 783).
3391
3392 Introduced v8::Value::IsRegExp method.
3393
3394 Fixed CPU profiler crash in start / stop sequence when non-existent
3395 name is passed (issue http://crbug.com/51594).
3396
3397 Introduced new indexed property query callbacks API (issue 816). This
3398 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3399 by default.
3400
3401 Removed support for object literal get/set with number/string
3402 property name.
3403
3404 Fixed handling of JSObject::elements in CalculateNetworkSize
3405 (issue 822).
3406
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003407 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003408
3409
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000034102010-08-09: Version 2.3.6
3411
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003412 RegExp literals create a new object every time they are evaluated
3413 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003414
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003415 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003416
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003417 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003418
3419
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000034202010-08-04: Version 2.3.5
3421
3422 Added support for ES5 property names. Object initialisers and
3423 dot-notation property access now allows keywords. Also allowed
3424 non-identifiers after "get" or "set" in an object initialiser.
3425
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003426 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003427
3428
whesse@chromium.orge90029b2010-08-02 11:52:17 +000034292010-08-02: Version 2.3.4
3430
3431 Fixed problems in implementation of ES5 function.prototype.bind.
3432
3433 Fixed error when using apply with arguments object on ARM (issue 784).
3434
3435 Added setting of global flags to debugger protocol.
3436
3437 Fixed an error affecting cached results of sin and cos (issue 792).
3438
3439 Removed memory leak from a boundary case where V8 is not initialized.
3440
3441 Fixed issue where debugger could set breakpoints outside the body
3442 of a function.
3443
3444 Fixed issue in debugger when using both live edit and step in features.
3445
3446 Added Number-letter (Nl) category to Unicode tables. These characters
3447 can now be used in identifiers.
3448
3449 Fixed an assert failure on X64 (issue 806).
3450
3451 Performance improvements on all platforms.
3452
3453
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000034542010-07-26: Version 2.3.3
3455
3456 Fixed error when building the d8 shell in a fresh checkout.
3457
3458 Implemented Function.prototype.bind (ES5 15.3.4.5).
3459
3460 Fixed an error in inlined stores on ia32.
3461
3462 Fixed an error when setting a breakpoint at the end of a function
3463 that does not end with a newline character.
3464
3465 Performance improvements on all platforms.
3466
3467
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000034682010-07-21: Version 2.3.2
3469
3470 Fixed compiler warnings when building with LLVM.
3471
3472 Fixed a bug with for-in applied to strings (issue 785).
3473
3474 Performance improvements on all platforms.
3475
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003476
ricow@chromium.org4980dff2010-07-19 08:33:45 +000034772010-07-19: Version 2.3.1
3478
3479 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3480
3481 Fixed bug related to code flushing while compiling a lazy
3482 compilable function (issue http://crbug.com/49099).
3483
3484 Performance improvements on all platforms.
3485
3486
ager@chromium.orgb5737492010-07-15 09:29:43 +000034872010-07-15: Version 2.3.0
3488
3489 Added ES5 Object.seal and Object.isSealed.
3490
3491 Added debugger API for scheduling debugger commands from a
3492 separate thread.
3493
3494
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000034952010-07-14: Version 2.2.24
3496
3497 Added API for capturing stack traces for uncaught exceptions.
3498
3499 Fixed crash bug when preparsing from a non-external V8 string
3500 (issue 775).
3501
3502 Fixed JSON.parse bug causing input not to be converted to string
3503 (issue 764).
3504
3505 Added ES5 Object.freeze and Object.isFrozen.
3506
3507 Performance improvements on all platforms.
3508
3509
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000035102010-07-07: Version 2.2.23
3511
3512 API change: Convert Unicode code points outside the basic multilingual
3513 plane to the replacement character. Previous behavior was to silently
3514 truncate the value to 16 bits.
3515
3516 Fixed crash: handle all flat string types in regexp replace.
3517
3518 Prevent invalid pre-parsing data passed in through the API from
3519 crashing V8.
3520
3521 Performance improvements on all platforms.
3522
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003523
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000035242010-07-05: Version 2.2.22
3525
3526 Added ES5 Object.isExtensible and Object.preventExtensions.
3527
3528 Enabled building V8 as a DLL.
3529
3530 Fixed a bug in date code where -0 was not interpreted as 0
3531 (issue 736).
3532
3533 Performance improvements on all platforms.
3534
3535
lrn@chromium.org32d961d2010-06-30 09:09:34 +000035362010-06-30: Version 2.2.21
3537
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003538 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003539
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003540 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003541
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003542 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003543
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003544 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003545
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003546 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003547
3548 Provide actual breakpoints locations in response to setBreakpoint
3549 and listBreakpoints requests.
3550
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003551
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000035522010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003553
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003554 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003555
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003556 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003557
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003558 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003559
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003560 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003561 miscalculated for some inputs.
3562
3563 Performance improvements on all platforms.
3564
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003565
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000035662010-06-23: Version 2.2.19
3567
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003568 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003569 (issue 738).
3570
3571 Added expose-externalize-string flag for testing extensions.
3572
3573 Resolve linker issues with using V8 as a DLL causing a number of
3574 problems with unresolved symbols.
3575
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003576 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003577 defined.
3578
3579 Performance improvements on all platforms.
3580
3581
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000035822010-06-16: Version 2.2.18
3583
3584 Added API functions to retrieve information on indexed properties
3585 managed by the embedding layer. Fixes bug 737.
3586
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003587 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003588
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003589 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003590
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003591 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003592
3593 Incremental performance improvements.
3594
3595
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000035962010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003597
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003598 Improved debugger support for stepping out of functions.
3599
3600 Incremental performance improvements.
3601
3602
36032010-06-09: Version 2.2.16
3604
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003605 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003606 disposal of external string resources to call a virtual Dispose
3607 method on the resource.
3608
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003609 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003610 stepping.
3611
3612 Memory usage improvements on all platforms.
3613
3614
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000036152010-06-07: Version 2.2.15
3616
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003617 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003618
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003619 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003620 some compilers complaint when compiling with -Werror.
3621
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003622 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003623
3624
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000036252010-06-02: Version 2.2.14
3626
3627 Fixed a crash in code generated for String.charCodeAt.
3628
3629 Fixed a compilation issue with some GCC versions (issue 727).
3630
3631 Performance optimizations on x64 and ARM platforms.
3632
3633
ricow@chromium.org30ce4112010-05-31 10:38:25 +000036342010-05-31: Version 2.2.13
3635
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003636 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003637 strings (issue 599).
3638
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003639 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003640
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003641 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003642
3643 Performance improvements on all platforms.
3644
3645
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000036462010-05-26: Version 2.2.12
3647
3648 Allowed accessors to be defined on objects rather than just object
3649 templates.
3650
3651 Changed the ScriptData API.
3652
3653
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000036542010-05-21: Version 2.2.11
3655
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003656 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003657
3658 Use 'full compiler' when debugging is active. This should increase
3659 the density of possible break points, making single step more fine
3660 grained. This will only take effect for functions compiled after
3661 debugging has been started, so recompilation of all functions is
3662 required to get the full effect. IA32 and x64 only for now.
3663
3664 Misc. fixes to the Solaris build.
3665
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003666 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003667
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003668 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003669
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003670 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003671
3672 Incremental performance improvements in all backends.
3673
3674
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000036752010-05-17: Version 2.2.10
3676
3677 Performance improvements in the x64 and ARM backends.
3678
3679
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000036802010-05-10: Version 2.2.9
3681
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003682 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003683
3684 Fixed bug with Date.parse returning a non-NaN value when called on a
3685 non date string (issue 696).
3686
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003687 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003688 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003689
3690 C++ API for retrieving JavaScript stack trace information.
3691
3692
ager@chromium.orgac091b72010-05-05 07:34:42 +000036932010-05-05: Version 2.2.8
3694
3695 Performance improvements in the x64 and ARM backends.
3696
3697
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000036982010-05-03: Version 2.2.7
3699
3700 Added support for ES5 date time string format to Date.parse.
3701
3702 Performance improvements in the x64 backend.
3703
3704
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000037052010-04-28: Version 2.2.6
3706
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003707 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003708 (by Ryan Dahl <coldredlemur@gmail.com>).
3709
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003710 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003711
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003712 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003713
3714 Performance improvements on all platforms.
3715
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003716
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000037172010-04-26: Version 2.2.5
3718
3719 Various performance improvements (especially for ARM and x64)
3720
3721 Fixed bug in CPU profiling (http://crbug.com/42137)
3722
3723 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003724
3725 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003726 wrong calculations.
3727
3728 Fixed a bug that may cause a wrong result for shift operations.
3729
3730
37312010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003732
3733 Fixed warnings on arm on newer GCC versions.
3734
3735 Fixed a number of minor bugs.
3736
3737 Performance improvements on all platforms.
3738
3739
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000037402010-04-14: Version 2.2.3
3741
3742 Added stack command and mem command to ARM simulator debugger.
3743
3744 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3745
3746 Performance improvements on all platforms.
3747
3748
ager@chromium.org357bf652010-04-12 11:30:10 +000037492010-04-12: Version 2.2.2
3750
3751 Introduced new profiler API.
3752
3753 Fixed random number generator to produce full 32 random bits.
3754
3755
lrn@chromium.org25156de2010-04-06 13:10:27 +000037562010-04-06: Version 2.2.1
3757
3758 Debugger improvements.
3759
3760 Fixed minor bugs.
3761
3762
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000037632010-03-29: Version 2.2.0
3764
3765 Fixed a few minor bugs.
3766
3767 Performance improvements for string operations.
3768
3769
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000037702010-03-26: Version 2.1.10
3771
3772 Fixed scons build issues.
3773
3774 Fixed a couple of minor bugs.
3775
3776
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000037772010-03-25: Version 2.1.9
3778
3779 Added API support for reattaching a global object to a context.
3780
3781 Extended debugger API with access to the internal debugger context.
3782
3783 Fixed Chromium crashes (issues http://crbug.com/39128 and
3784 http://crbug.com/39160)
3785
3786
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000037872010-03-24: Version 2.1.8
3788
3789 Added fine-grained garbage collection callbacks to the API.
3790
3791 Performance improvements on all platforms.
3792
3793
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000037942010-03-22: Version 2.1.7
3795
3796 Fixed issue 650.
3797
3798 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003799
3800 Performance improvements for arithmetic operations.
3801
3802 Performance improvements for string operations.
3803
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003804 Print script name and line number information in stack trace.
3805
3806
38072010-03-17: Version 2.1.6
3808
3809 Performance improvements for arithmetic operations.
3810
3811 Performance improvements for string operations.
3812
3813
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000038142010-03-10: Version 2.1.4
3815
3816 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3817
3818 Performance improvements on all platforms.
3819
3820
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000038212010-03-10: Version 2.1.3
3822
3823 Added API method for context-disposal notifications.
3824
3825 Added API method for accessing elements by integer index.
3826
3827 Added missing implementation of Uint32::Value and Value::IsUint32
3828 API methods.
3829
3830 Added IsExecutionTerminating API method.
3831
3832 Disabled strict aliasing for GCC 4.4.
3833
3834 Fixed string-concatenation bug (issue 636).
3835
3836 Performance improvements on all platforms.
3837
3838
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000038392010-02-23: Version 2.1.2
3840
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003841 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003842
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003843 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003844
3845 Performance improvements on all platforms.
3846
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003847
ager@chromium.org5c838252010-02-19 08:53:10 +000038482010-02-19: Version 2.1.1
3849
3850 [ES5] Implemented Object.defineProperty.
3851
3852 Improved profiler support.
3853
3854 Added SetPrototype method in the public V8 API.
3855
3856 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3857 objects in the API.
3858
3859 Performance improvements on all platforms.
3860
3861
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000038622010-02-03: Version 2.1.0
3863
3864 Values are now always wrapped in objects when used as a receiver.
3865 (issue 223).
3866
3867 [ES5] Implemented Object.getOwnPropertyNames.
3868
3869 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3870 JSON grammar.
3871
3872 Improvement of debugger agent (issue 549 and 554).
3873
3874 Fixed problem with skipped stack frame in profiles (issue 553).
3875
3876 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3877 <ry@tinyclouds.org>.
3878
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003879 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003880 integers.
3881
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003882 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003883 functions (isue http://crbug.com/3867).
3884
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003885 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003886
3887 Numerous performance improvements including porting of previous IA-32
3888 optimizations to x64 and ARM architectures.
3889
3890
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000038912010-01-14: Version 2.0.6
3892
3893 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3894 GetOwnProperty, FromPropertyDescriptor.
3895
3896 Fixed Mac x64 build errors.
3897
3898 Improved performance of some math and string operations.
3899
3900 Improved performance of some regexp operations.
3901
3902 Improved performance of context creation.
3903
3904 Improved performance of hash tables.
3905
3906
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000039072009-12-18: Version 2.0.5
3908
3909 Extended to upper limit of map space to allow for 7 times as many map
3910 to be allocated (issue 524).
3911
3912 Improved performance of code using closures.
3913
3914 Improved performance of some binary operations involving doubles.
3915
3916
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000039172009-12-16: Version 2.0.4
3918
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003919 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003920
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003921 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003922
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003923 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003924
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003925 Improved handling of external strings by using a separate table
3926 instead of weak handles. This improves garbage collection
3927 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003928
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003929 Changed code generation for object and array literals in toplevel
3930 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003931
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003932 Fixed a crash bug triggered when garbage collection happened during
3933 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003934
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003935 Fixed crash bug sometimes triggered when local variables shadowed
3936 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003937
3938
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000039392009-12-03: Version 2.0.3
3940
3941 Optimized handling and adding of strings, for-in and Array.join.
3942
3943 Heap serialization is now non-destructive.
3944
3945 Improved profiler support with information on time spend in C++
3946 callbacks registered through the API.
3947
3948 Added commands to the debugger protocol for starting/stopping
3949 profiling.
3950
3951 Enabled the non-optimizing compiler for top-level code.
3952
3953 Changed the API to only allow strings to be set as data objects on
3954 Contexts and scripts to avoid potentially keeping global objects
3955 around for too long (issue 528).
3956
3957 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3958
3959 Fixed bugs.
3960
3961
ager@chromium.org01beca72009-11-24 14:29:16 +000039622009-11-24: Version 2.0.2
3963
3964 Improved profiler support.
3965
3966 Fixed bug that broke compilation of d8 with readline support.
3967
3968
ager@chromium.org6141cbe2009-11-20 12:14:52 +000039692009-11-20: Version 2.0.1
3970
3971 Fixed crash bug in String.prototype.replace.
3972
3973 Reverted a change which caused Chromium interactive ui test
3974 failures.
3975
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003976
ager@chromium.orgc4c92722009-11-18 14:12:51 +000039772009-11-18: Version 2.0.0
3978
3979 Added support for VFP on ARM.
3980
3981 Added TryCatch::ReThrow method to the API.
3982
3983 Reduced the size of snapshots and improved the snapshot load time.
3984
3985 Improved heap profiler support.
3986
3987 64-bit version now supported on Windows.
3988
3989 Fixed a number of debugger issues.
3990
3991 Fixed bugs.
3992
3993
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000039942009-10-29: Version 1.3.18
3995
3996 Reverted a change which caused crashes in RegExp replace.
3997
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003998 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003999
4000
ager@chromium.org3811b432009-10-28 14:53:37 +000040012009-10-28: Version 1.3.17
4002
4003 Added API method to get simple heap statistics.
4004
4005 Improved heap profiler support.
4006
4007 Fixed the implementation of the resource constraint API so it
4008 works when using snapshots.
4009
4010 Fixed a number of issues in the Windows 64-bit version.
4011
4012 Optimized calls to API getters.
4013
4014 Added valgrind notification on code modification to the 64-bit version.
4015
4016 Fixed issue where we logged shared library addresses on Windows at
4017 startup and never used them.
4018
4019
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000040202009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004021
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004022 X64: Convert smis to holding 32 bits of payload.
4023
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004024 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004025
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004026 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004027
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004028 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004029 Patch by Jan de Mooij <jandemooij@gmail.com>
4030
4031 Implement ES5 Array.isArray
4032 Patch by Jan de Mooij <jandemooij@gmail.com>
4033
4034 Skip access checks for hidden properties.
4035
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004036 Added String::Concat(Handle<String> left, Handle<String> right) to the
4037 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004038
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004039 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004040
4041
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000040422009-10-07: Version 1.3.15
4043
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004044 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004045
4046 Fixed a crash bug happening when starting profiling (issue
4047 http://crbug.com/23768).
4048
4049
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000040502009-10-07: Version 1.3.14
4051
4052 Added GetRealNamedProperty to the API to lookup real properties
4053 located on the object or in the prototype chain skipping any
4054 interceptors.
4055
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004056 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004057 stack limit now needs to be set to each thread thich is used with V8.
4058
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004059 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004060
4061 Ensure V8 is initialized before locking and unlocking threads.
4062
4063 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004064 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004065 Crockford from the project.
4066
4067 Added a missing optimization in StringCharAt.
4068
4069 Fixed some flaky socket tests.
4070
4071 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4072 in 64-bit mode.
4073
4074 Fixed memory leaks in the thread management code.
4075
4076 Fixed the result of assignment to a pixel array. The assigned value
4077 is now the result.
4078
4079 Error reporting for invalid left-hand sides in for-in statements, pre-
4080 and postfix count expressions, and assignments now matches the JSC
4081 behavior in Safari 4.
4082
4083 Follow the spec in disallowing function declarations without a name.
4084
4085 Always allocate code objects within a 2 GB range. On x64 architecture
4086 this is used to use near calls (32-bit displacement) in Code objects.
4087
4088 Optimized array construction ported to x64 and ARM architectures.
4089
4090 [ES5] Changed Object.keys to return strings for element indices.
4091
4092
ager@chromium.org68e7ab72009-09-23 09:40:39 +000040932009-09-23: Version 1.3.13
4094
4095 Fixed uninitialized memory problem.
4096
4097 Improved heap profiler support.
4098
4099
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000041002009-09-22: Version 1.3.12
4101
4102 Changed behavior of |function|.toString() on built-in functions to
4103 be compatible with other implementations. Patch by Jan de Mooij.
4104
4105 Added Object::IsDirty in the API.
4106
4107 Optimized array construction; it is now handled purely in native
4108 code.
4109
4110 [ES5] Made properties of the arguments array enumerable.
4111
4112 [ES5] Added test suite adapter for the es5conform test suite.
4113
4114 [ES5] Added Object.keys function.
4115
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004116
ager@chromium.org4af710e2009-09-15 12:20:11 +000041172009-09-15: Version 1.3.11
4118
4119 Fixed crash in error reporting during bootstrapping.
4120
4121 Optimized generated IA32 math code by using SSE2 instructions when
4122 available.
4123
4124 Implemented missing pieces of debugger infrastructure on ARM. The
4125 debugger is now fully functional on ARM.
4126
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004127 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004128
4129
ager@chromium.orga1645e22009-09-09 19:27:10 +000041302009-09-09: Version 1.3.10
4131
4132 Fixed profiler on Mac in 64-bit mode.
4133
4134 Optimized creation of objects from simple constructor functions on
4135 ARM.
4136
4137 Fixed a number of debugger issues.
4138
4139 Reduced the amount of memory consumed by V8.
4140
4141
ager@chromium.org18ad94b2009-09-02 08:22:29 +000041422009-09-02: Version 1.3.9
4143
4144 Optimized stack guard checks on ARM.
4145
4146 Optimized API operations by inlining more in the API.
4147
4148 Optimized creation of objects from simple constructor functions.
4149
4150 Enabled a number of missing optimizations in the 64-bit port.
4151
4152 Implemented native-code support for regular expressions on ARM.
4153
4154 Stopped using the 'sahf' instruction on 64-bit machines that do
4155 not support it.
4156
4157 Fixed a bug in the support for forceful termination of JavaScript
4158 execution.
4159
4160
ager@chromium.org96c75b52009-08-26 09:13:16 +000041612009-08-26: Version 1.3.8
4162
4163 Changed the handling of idle notifications to allow idle
4164 notifications when V8 has not yet been initialized.
4165
4166 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004167
ager@chromium.org96c75b52009-08-26 09:13:16 +00004168
ager@chromium.orgab99eea2009-08-25 07:05:41 +000041692009-08-25: Version 1.3.7
4170
4171 Reduced the size of generated code on ARM platforms by reducing
4172 the size of constant pools.
4173
4174 Changed build files to not include the 'ENV' user environment
4175 variable in the build environment.
4176
4177 Changed the handling of idle notifications.
4178
4179
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000041802009-08-21: Version 1.3.6
4181
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004182 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004183
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004184 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004185 a low memory situation to V8.
4186
4187 Changed the handling of global handles (persistent handles in the API
4188 sense) to avoid issues regarding allocation of new global handles
4189 during weak handle callbacks.
4190
4191 Changed the growth policy of the young space.
4192
4193 Fixed a GC issue introduced in version 1.3.5.
4194
4195
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000041962009-08-19: Version 1.3.5
4197
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004198 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004199
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004200 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004201
4202 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4203
4204 Changed typeof RegExp from 'object' to 'function' for compatibility.
4205 Fixed bug where regexps were not callable across contexts.
4206
4207 Added context independent script compilation to the API.
4208
4209 Added API call to get the stack trace for an exception.
4210
4211 Added API for getting object mirrors.
4212
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004213 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004214 running off a snapshot generated without using SSE3 instructions.
4215
4216 Tweaked the handling of the initial size and growth policy of the heap.
4217
4218 Added native code generation for RegExp to 64-bit version.
4219
4220 Added JavaScript debugger support to 64-bit version.
4221
4222
ager@chromium.orgadd848f2009-08-13 12:44:13 +000042232009-08-13: Version 1.3.4
4224
4225 Added a readline() command to the d8 shell.
4226
4227 Fixed bug in json parsing.
4228
4229 Added idle notification to the API and reduced memory on idle
4230 notifications.
4231
4232
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000042332009-08-12: Version 1.3.3
4234
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004235 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004236
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004237 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004238
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004239 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004240
4241 API: added function to find instance of template in prototype
4242 chain. Inlined Object::IsInstanceOf.
4243
4244 Land change to notify valgrind when we modify code on x86.
4245
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004246 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004247
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004248 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004249
4250
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000042512009-08-05: Version 1.3.2
4252
4253 Started new compiler infrastructure for two-pass compilation using a
4254 control flow graph constructed from the AST.
4255
4256 Profiler stack sampling for X64.
4257
4258 Safe handling of NaN to Posix platform-dependent time functions.
4259
4260 Added a new profiler control API to unify controlling various aspects
4261 of profiling.
4262
4263 Fixed issue 392.
4264
4265
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000042662009-07-30: Version 1.3.1
4267
4268 Speed improvements to accessors and interceptors.
4269
4270 Added support for capturing stack information on custom errors.
4271
4272 Added support for morphing an object into a pixel array where its
4273 indexed properties are stored in an external byte array. Values written
4274 are always clamped to the 0..255 interval.
4275
4276 Profiler on x64 now handles C/C++ functions from shared libraries.
4277
4278 Changed the debugger to avoid stepping into function.call/apply if the
4279 function is a built-in.
4280
4281 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004282
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004283 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004284
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004285 Optimized the called as constructor check for API calls.
4286
4287
kasperl@chromium.orge959c182009-07-27 08:59:04 +000042882009-07-27: Version 1.3.0
4289
4290 Allowed RegExp objects to be called as functions (issue 132).
4291
4292 Fixed issue where global property cells would escape after
4293 detaching the global object; see http://crbug.com/16276.
4294
4295 Added support for stepping into setters and getters in the
4296 debugger.
4297
4298 Changed the debugger to avoid stopping in its own JavaScript code
4299 and in the code of built-in functions.
4300
4301 Fixed issue 345 by avoiding duplicate escaping labels.
4302
4303 Fixed ARM code generator crash in short-circuited boolean
4304 expressions and added regression tests.
4305
4306 Added an external allocation limit to avoid issues where small V8
4307 objects would hold on to large amounts of external memory without
4308 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004309
4310 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004311
4312
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000043132009-07-13: Version 1.2.14
4314
4315 Added separate paged heap space for global property cells and
4316 avoid updating the write barrier when storing into them.
4317
4318 Improved peep-hole optimization on ARM platforms by not emitting
4319 unnecessary debug information.
4320
4321 Re-enabled ICs for loads and calls that skip a global object
4322 during lookup through the prototype chain.
4323
4324 Allowed access through global proxies to use ICs.
4325
4326 Fixed issue 401.
4327
4328
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000043292009-07-09: Version 1.2.13
4330
4331 Fixed issue 397, issue 398, and issue 399.
4332
4333 Added support for breakpoint groups.
4334
4335 Fixed bugs introduced with the new global object representation.
4336
4337 Fixed a few bugs in the ARM code generator.
4338
4339
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000043402009-07-06: Version 1.2.12
4341
4342 Added stack traces collection to Error objects accessible through
4343 the e.stack property.
4344
4345 Changed RegExp parser to use a recursive data structure instead of
4346 stack-based recursion.
4347
4348 Optimized Date object construction and string concatenation.
4349
4350 Improved performance of div, mod, and mul on ARM platforms.
4351
4352
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000043532009-07-02: Version 1.2.11
4354
4355 Improved performance on IA-32 and ARM.
4356
4357 Fixed profiler sampler implementation on Mac OS X.
4358
4359 Changed the representation of global objects to improve
4360 performance of adding a lot of new properties.
4361
4362
ager@chromium.org3e875802009-06-29 08:26:34 +000043632009-06-29: Version 1.2.10
4364
4365 Improved debugger support.
4366
4367 Fixed bug in exception message reporting (issue 390).
4368
4369 Improved overall performance.
4370
4371
ager@chromium.org5aa501c2009-06-23 07:57:28 +000043722009-06-23: Version 1.2.9
4373
4374 Improved math performance on ARM.
4375
4376 Fixed profiler name-inference bug.
4377
4378 Fixed handling of shared libraries in the profiler tick processor
4379 scripts.
4380
4381 Fixed handling of tests that time out in the test scripts.
4382
4383 Fixed compilation on MacOS X version 10.4.
4384
4385 Fixed two bugs in the regular expression engine.
4386
4387 Fixed a bug in the string type inference.
4388
4389 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004390
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004391 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004392
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004393
ager@chromium.orgeadaf222009-06-16 09:43:10 +000043942009-06-16: Version 1.2.8
4395
4396 Optimized math on ARM platforms.
4397
4398 Fixed two crash bugs in the handling of getters and setters.
4399
4400 Improved the debugger support by adding scope chain information.
4401
4402 Improved the profiler support by compressing log data transmitted
4403 to clients.
4404
4405 Improved overall performance.
4406
4407
ager@chromium.orge2902be2009-06-08 12:21:35 +000044082009-06-08: Version 1.2.7
4409
4410 Improved debugger and profiler support.
4411
4412 Reduced compilation time by improving the handling of deferred
4413 code.
4414
4415 Optimized interceptor accesses where the property is on the object
4416 on which the interceptors is attached.
4417
4418 Fixed compilation problem on GCC 4.4 by changing the stack
4419 alignment to 16 bytes.
4420
4421 Fixed handle creation to follow stric aliasing rules.
4422
4423 Fixed compilation on FreeBSD.
4424
4425 Introduced API for forcing the deletion of a property ignoring
4426 interceptors and attributes.
4427
4428
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000044292009-05-29: Version 1.2.6
4430
4431 Added a histogram recording hit rates at different levels of the
4432 compilation cache.
4433
4434 Added stack overflow check for the RegExp analysis phase. Previously a
4435 very long regexp graph could overflow the stack with recursive calls.
4436
4437 Use a dynamic buffer when collecting log events in memory.
4438
4439 Added start/stop events to the profiler log.
4440
4441 Fixed infinite loop which could happen when setting a debug break while
4442 executing a RegExp compiled to native code.
4443
4444 Fixed handling of lastIndexOf called with negative index (issue 351).
4445
4446 Fixed irregular crash in profiler test (issue 358).
4447
4448 Fixed compilation issues with some versions of gcc.
4449
4450
kasperl@chromium.org71affb52009-05-26 05:44:31 +000044512009-05-26: Version 1.2.5
4452
4453 Fixed bug in initial boundary check for Boyer-Moore text
4454 search (issue 349).
4455
4456 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4457 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4458 Craig Schlenter.
4459
4460 Added a script cache to the debugger.
4461
4462 Optimized compilation performance by improving internal data
4463 structures and avoiding expensive property load optimizations for
4464 code that's infrequently executed.
4465
4466 Exposed the calling JavaScript context through the static API
4467 function Context::GetCalling().
4468
4469
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000044702009-05-18: Version 1.2.4
4471
4472 Improved performance of floating point number allocation for ARM
4473 platforms.
4474
4475 Fixed crash when using the instanceof operator on functions with
4476 number values in their prototype chain (issue 341).
4477
4478 Optimized virtual frame operations in the code generator to speed
4479 up compilation time and allocated the frames in the zone.
4480
4481 Made the representation of virtual frames and jump targets in the
4482 code generator much more compact.
4483
4484 Avoided linear search for non-locals in scope code when resolving
4485 variables inside with and eval scopes.
4486
4487 Optimized lexical scanner by dealing with whitespace as part of
4488 the token scanning instead of as a separate step before it.
4489
4490 Changed the scavenging collector so that promoted objects do not
4491 reside in the old generation while their remembered set is being
4492 swept for pointers into the young generation.
4493
4494 Fixed numeric overflow handling when compiling count operations.
4495
4496
ager@chromium.org9085a012009-05-11 19:22:57 +000044972009-05-11: Version 1.2.3
4498
4499 Fixed bug in reporting of out-of-memory situations.
4500
4501 Introduced hidden prototypes on certain builtin prototype objects
4502 such as String.prototype to emulate JSC's behavior of restoring
4503 the original function when deleting functions from those prototype
4504 objects.
4505
4506 Fixed crash bug in the register allocator.
4507
4508
ager@chromium.org5ec48922009-05-05 07:25:34 +000045092009-05-04: Version 1.2.2
4510
4511 Fixed bug in array sorting for sparse arrays (issue 326).
4512
4513 Added support for adding a soname when building a shared library
4514 on Linux (issue 151).
4515
4516 Fixed bug caused by morphing internal ASCII strings to external
4517 two-byte strings. Slices over ASCII strings have to forward ASCII
4518 checks to the underlying buffer string.
4519
4520 Allowed API call-as-function handlers to be called as
4521 constructors.
4522
4523 Fixed a crash bug where an external string was disposed but a
4524 slice of the external string survived as a symbol.
4525
4526
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000045272009-04-27: Version 1.2.1
4528
4529 Added EcmaScript 5 JSON object.
4530
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004531 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004532
4533
ager@chromium.org65dad4b2009-04-23 08:48:43 +000045342009-04-23: Version 1.2.0
4535
4536 Optimized floating-point operations on ARM.
4537
4538 Added a number of extensions to the debugger API.
4539
4540 Changed the enumeration order for unsigned integer keys to always
4541 be numerical order.
4542
4543 Added a "read" extension to the shell sample.
4544
4545 Added support for Array.prototype.reduce and
4546 Array.prototype.reduceRight.
4547
4548 Added an option to the SCons build to control Microsoft Visual C++
4549 link-time code generation.
4550
4551 Fixed a number of bugs (in particular issue 315, issue 316,
4552 issue 317 and issue 318).
4553
4554
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000045552009-04-15: Version 1.1.10
4556
4557 Fixed crash bug that occurred when loading a const variable in the
4558 presence of eval.
4559
4560 Allowed using with and eval in registered extensions in debug mode
4561 by fixing bogus assert.
4562
4563 Fixed the source position for function returns to enable the
4564 debugger to break there.
4565
4566
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000045672009-04-14: Version 1.1.9
4568
4569 Made the stack traversal code in the profiler robust by avoiding
4570 to look into the heap.
4571
4572 Added name inferencing for anonymous functions to facilitate
4573 debugging and profiling.
4574
4575 Re-enabled stats timers in the developer shell (d8).
4576
4577 Fixed issue 303 by avoiding to shortcut cons-symbols.
4578
4579
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000045802009-04-11: Version 1.1.8
4581
4582 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4583
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004584 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004585 the debugger (issue 269).
4586
4587 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4588 are no hidden properties.
4589
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004590 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004591 entries with deleted resources would lead to NPEs when looking
4592 up in the symbol table.
4593
4594
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000045952009-04-07: Version 1.1.7
4596
4597 Added support for easily importing additional environment
4598 variables into the SCons build.
4599
4600 Optimized strict equality checks.
4601
4602 Fixed crash in indexed setters on objects without a corresponding
4603 getter (issue 298).
4604
4605 Re-enabled script compilation cache.
4606
4607
ager@chromium.org8682a592009-04-01 10:47:14 +000046082009-04-01: Version 1.1.6
4609
4610 Reverted an unsafe code generator change.
4611
4612
ager@chromium.org71daaf62009-04-01 07:22:49 +000046132009-04-01: Version 1.1.5
4614
4615 Fixed bug that caused function literals to not be optimized as
4616 much as other functions.
4617
4618 Improved profiler support.
4619
4620 Fixed a crash bug in connection with debugger unloading.
4621
4622 Fixed a crash bug in the code generator caused by losing the
4623 information that a frame element was copied.
4624
4625 Fixed an exception propagation bug that could cause non-null
4626 return values when exceptions were thrown.
4627
4628
ager@chromium.org41826e72009-03-30 13:30:57 +000046292009-03-30: Version 1.1.4
4630
4631 Optimized String.prototype.match.
4632
4633 Improved the stack information in profiles.
4634
4635 Fixed bug in ARM port making it possible to compile the runtime
4636 system for thumb mode again.
4637
4638 Implemented a number of optimizations in the code generator.
4639
4640 Fixed a number of memory leaks in tests.
4641
4642 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004643 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004644
4645
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000046462009-03-24: Version 1.1.3
4647
4648 Fixed assertion failures in compilation of loop conditions.
4649
4650 Removed STL dependency from developer shell (d8).
4651
4652 Added infrastructure for protecting the V8 heap from corruption
4653 caused by memory modifications from the outside.
4654
4655
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000046562009-03-24: Version 1.1.2
4657
4658 Improved frame merge code generated by the code generator.
4659
4660 Optimized String.prototype.replace.
4661
4662 Implemented __defineGetter__ and __defineSetter__ for properties
4663 with integer keys on non-array objects.
4664
4665 Improved debugger and profiler support.
4666
4667 Fixed a number of portability issues to allow compilation for
4668 smaller ARM devices.
4669
4670 Exposed object cloning through the API.
4671
4672 Implemented hidden properties. This is used to expose an identity
4673 hash for objects through the API.
4674
4675 Implemented restarting of regular expressions if their input
4676 string changes representation during preemption.
4677
4678 Fixed a code generator bug that could cause assignments in loops
4679 to be ignored if using continue to break out of the loop (issue
4680 284).
4681
4682
ager@chromium.org3a6061e2009-03-12 14:24:36 +000046832009-03-12: Version 1.1.1
4684
4685 Fixed an assertion in the new compiler to take stack overflow
4686 exceptions into account.
4687
4688 Removed exception propagation code that could cause crashes.
4689
4690 Fixed minor bug in debugger line number computations.
4691
4692 8-byte align the C stack on Linux and Windows to speed up floating
4693 point computations.
4694
4695
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000046962009-03-12: Version 1.1.0
4697
4698 Improved code generation infrastructure by doing simple register
4699 allocation and constant folding and propagation.
4700
4701 Optimized regular expression matching by avoiding to create
4702 intermediate string arrays and by flattening nested array
4703 representations of RegExp data.
4704
4705 Traverse a few stack frames when recording profiler samples to
4706 include partial call graphs in the profiling output.
4707
4708 Added support for using OProfile to profile generated code.
4709
4710 Added remote debugging support to the D8 developer shell.
4711
4712 Optimized creation of nested literals like JSON objects.
4713
4714 Fixed a bug in garbage collecting unused maps and turned it on by
4715 default (--collect-maps).
4716
4717 Added support for running tests under Valgrind.
4718
4719
kasperl@chromium.org061ef742009-02-27 12:16:20 +000047202009-02-27: Version 1.0.3
4721
4722 Optimized double-to-integer conversions in bit operations by using
4723 SSE3 instructions if available.
4724
4725 Optimized initialization sequences that store to multiple
4726 properties of the same object.
4727
4728 Changed the D8 debugger frontend to use JSON messages.
4729
4730 Force garbage collections when disposing contexts.
4731
4732 Align code objects at 32-byte boundaries.
4733
4734
ager@chromium.org381abbb2009-02-25 13:23:22 +000047352009-02-25: Version 1.0.2
4736
4737 Improved profiling support by performing simple call stack
4738 sampling for ticks and by fixing a bug in the logging of code
4739 addresses.
4740
4741 Fixed a number of debugger issues.
4742
4743 Optimized code that uses eval.
4744
4745 Fixed a couple of bugs in the regular expression engine.
4746
4747 Reduced the size of generated code for certain regular expressions.
4748
4749 Removed JSCRE completely.
4750
4751 Fixed issue where test could not be run if there was a dot in the
4752 checkout path.
4753
4754
ager@chromium.org6f10e412009-02-13 10:11:16 +000047552009-02-13: Version 1.0.1
4756
4757 Fixed two crash-bugs in irregexp (issue 231 and 233).
4758
4759 Fixed a number of minor bugs (issue 87, 227 and 228).
4760
4761 Added support for morphing strings to external strings on demand
4762 to avoid having to create copies in the embedding code.
4763
4764 Removed experimental support for external symbol callbacks.
4765
4766
iposva@chromium.org245aa852009-02-10 00:49:54 +000047672009-02-09: Version 1.0.0
4768
4769 Fixed crash-bug in the code generation for case independent 16 bit
4770 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004771
iposva@chromium.org245aa852009-02-10 00:49:54 +00004772 Made shells more robust in the presence of string conversion
4773 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004774
iposva@chromium.org245aa852009-02-10 00:49:54 +00004775 Fixed a potential infinite loop when attempting to resolve
4776 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004777
iposva@chromium.org245aa852009-02-10 00:49:54 +00004778 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004779
iposva@chromium.org245aa852009-02-10 00:49:54 +00004780 Reduced binary by stripping unneeded text from JavaScript library and
4781 minifying some JavaScript files.
4782
4783
ager@chromium.orgddb913d2009-01-27 10:01:48 +000047842009-01-27: Version 0.4.9
4785
4786 Enabled new regular expression engine.
4787
4788 Made a number of changes to the debugger protocol.
4789
4790 Fixed a number of bugs in the preemption support.
4791
4792 Added -p option to the developer shell to run files in parallel
4793 using preemption.
4794
4795 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4796 193, 198 and 201).
4797
4798 Fixed a number of bugs in the serialization/deserialization
4799 support for the ARM platform.
4800
4801
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000048022009-01-19: Version 0.4.8.1
4803
4804 Minor patch to debugger support.
4805
4806
ager@chromium.org32912102009-01-16 10:38:43 +000048072009-01-16: Version 0.4.8
4808
4809 Fixed string length bug on ARM (issue 171).
4810
4811 Made most methods in the API const.
4812
4813 Optimized object literals by improving data locality.
4814
4815 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004816 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004817
4818 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004819 eval to behave incorrectly when using accessors (issues 186, 190
4820 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004821
4822
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000048232009-01-06: Version 0.4.7
4824
ager@chromium.org32912102009-01-16 10:38:43 +00004825 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004826
ager@chromium.org32912102009-01-16 10:38:43 +00004827 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004828
ager@chromium.org32912102009-01-16 10:38:43 +00004829 Fixed subtle bug that caused the wrong 'this' to be used when
4830 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004831
ager@chromium.org32912102009-01-16 10:38:43 +00004832 Inline array loads within loops directly in the code instead of
4833 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004834
ager@chromium.org32912102009-01-16 10:38:43 +00004835
ager@chromium.org8bb60582008-12-11 12:02:20 +000048362008-12-11: Version 0.4.6
4837
4838 Fixed exception reporting bug where certain exceptions were
4839 incorrectly reported as uncaught.
4840
4841 Improved the memory allocation strategy used during compilation to
4842 make running out of memory when compiling huge scripts less
4843 likely.
4844
4845 Optimized String.replace by avoiding the construction of certain
4846 sub strings.
4847
4848 Fixed bug in code generation for large switch statements on ARM.
4849
4850 Fixed bug that caused V8 to change the global object template
4851 passed in by the user.
4852
4853 Changed the API for creating object groups used during garbage
4854 collection. Entire object groups are now passed to V8 instead of
4855 individual members of the groups.
4856
ager@chromium.org32912102009-01-16 10:38:43 +00004857
ager@chromium.orga74f0da2008-12-03 16:05:52 +000048582008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004859
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004860 Added experimental API support for allocating V8 symbols as
4861 external strings.
4862
4863 Fixed bugs in debugging support on ARM.
4864
4865 Changed eval implementation to correctly detect whether or not a
4866 call to eval is aliased.
4867
4868 Fixed bug caused by a combination of the compilation cache and
4869 dictionary probing in native code. The bug caused us to sometimes
4870 call functions that had not yet been compiled.
4871
4872 Added platform support for FreeBSD.
4873
4874 Added support for building V8 on Windows with either the shared or
4875 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004876
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004877 Added the v8::jscre namespace around the jscre functions to avoid
4878 link errors (duplicate symbols) when building Google Chrome.
4879
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004880 Added support for calling a JavaScript function with the current
4881 debugger execution context as its argument to the debugger
4882 interface.
4883
4884 Changed the type of names of counters from wchar_t to char.
4885
4886 Changed the Windows system call used to compute daylight savings
4887 time. The system call that we used to use became four times
4888 slower on WinXP SP3.
4889
4890 Added support in the d8 developer shell for memory-mapped counters
4891 and added a stats-viewer tool.
4892
4893 Fixed bug in upper/lower case mappings (issue 149).
4894
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004895
ager@chromium.org3bf7b912008-11-17 09:09:45 +000048962008-11-17: Version 0.4.4
4897
4898 Reduced code size by using shorter instruction encoding when
4899 possible.
4900
4901 Added a --help option to the shell sample and to the d8 shell.
4902
4903 Added visual studio project files for building the ARM simulator.
4904
4905 Fixed a number of ARM simulator issues.
4906
4907 Fixed bug in out-of-memory handling on ARM.
4908
4909 Implemented shell support for passing arguments to a script from
4910 the command line.
4911
4912 Fixed bug in date code that made certain date functions return -0
4913 instead of 0 for dates before the epoch.
4914
4915 Restricted applications of eval so it can only be used in the
4916 context of the associated global object.
4917
4918 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004919
4920
ager@chromium.org870a0b62008-11-04 11:43:05 +000049212008-11-04: Version 0.4.3
4922
4923 Added support for API accessors that prohibit overwriting by
4924 accessors defined in JavaScript code by using __defineGetter__ and
4925 __defineSetter__.
4926
4927 Improved handling of conditionals in test status files.
4928
4929 Introduced access control in propertyIsEnumerable.
4930
4931 Improved performance of some string operations by caching
4932 information about the type of the string between operations.
4933
4934 Fixed bug in fast-case code for switch statements that only have
4935 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004936
ager@chromium.org870a0b62008-11-04 11:43:05 +00004937
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000049382008-10-30: Version 0.4.2
4939
4940 Improved performance of Array.prototype.concat by moving the
4941 implementation to C++ (issue 123).
4942
4943 Fixed heap growth policy to avoid growing old space to its maximum
4944 capacity before doing a garbage collection and fixed issue that
4945 would lead to artificial out of memory situations (issue 129).
4946
4947 Fixed Date.prototype.toLocaleDateString to return the date in the
4948 same format as WebKit.
4949
4950 Added missing initialization checks to debugger API.
4951
4952 Added removing of unused maps during GC.
4953
4954
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000049552008-10-28: Version 0.4.1
4956
4957 Added caching of RegExp data in compilation cache.
4958
4959 Added Visual Studio project file for d8 shell.
4960
4961 Fixed function call performance regression introduced in version
4962 0.4.0 when splitting the global object in two parts (issue 120).
4963
4964 Fixed issue 131 by checking for empty handles before throwing and
4965 reporting exceptions.
4966
4967
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000049682008-10-23: Version 0.4.0
4969
4970 Split the global object into two parts: The state holding global
4971 object and the global object proxy.
4972
4973 Fixed bug that affected the value of an assignment to an element
4974 in certain cases (issue 116).
4975
4976 Added GetPropertyNames functionality (issue 33) and extra Date
4977 functions (issue 77) to the API.
4978
4979 Changed WeakReferenceCallback to take a Persistent<Value> instead
4980 of a Persistent<Object> (issue 101).
4981
4982 Fixed issues with message reporting for exceptions in try-finally
4983 blocks (issues 73 and 75).
4984
ager@chromium.org32912102009-01-16 10:38:43 +00004985 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004986
4987 Improved Boyer-Moore implementation for faster indexOf operations.
4988
4989 Added development shell (d8) which includes counters and
4990 completion support.
4991
4992 Fixed problem with the receiver passed to functions called from
4993 eval (issue 124).
4994
4995
ager@chromium.org7c537e22008-10-16 08:43:32 +000049962008-10-16: Version 0.3.5
4997
4998 Improved string hash-code distribution by excluding bit-field bits
4999 from the hash-code.
5000
5001 Changed string search algorithm used in indexOf from KMP to
5002 Boyer-Moore.
5003
5004 Improved the generated code for the instanceof operator.
5005
5006 Improved performance of slow-case string equality checks by
5007 specializing the code based on the string representation.
5008
5009 Improve the handling of out-of-memory situations (issue 70).
5010
5011 Improved performance of strict equality checks.
5012
5013 Improved profiler output to make it easier to see anonymous
5014 functions.
5015
5016 Improved performance of slow-case keyed loads.
5017
5018 Improved property access performance by allocating a number of
5019 properties in the front object.
5020
5021 Changed the toString behavior on the built-in object constructors
5022 to print [native code] instead of the actual source. Some web
5023 applications do not like constructors with complex toString
5024 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005025
ager@chromium.org7c537e22008-10-16 08:43:32 +00005026
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000050272008-10-06: Version 0.3.4
5028
5029 Changed Array.prototype.sort to use quick sort.
5030
5031 Fixed code generation issue where leaving a finally block with
5032 break or continue would accumulate elements on the expression
5033 stack (issue 86).
5034
5035 Made sure that the name accessor on functions returns the expected
5036 names for builtin JavaScript functions and C++ callback functions.
5037
5038 Added fast case code for extending the property storage array of
5039 JavaScript objects.
5040
5041 Ported switch statement optimizations introduced in version 0.3.3
5042 to the ARM code generator.
5043
5044 Allowed GCC to use strict-aliasing rules when compiling.
5045
5046 Improved performance of arguments object allocation by taking care
5047 of arguments adaptor frames in the generated code.
5048
5049 Updated the V8 benchmark suite to version 2.
5050
5051
ager@chromium.org236ad962008-09-25 09:45:57 +000050522008-09-25: Version 0.3.3
5053
5054 Improved handling of relocation information to enable more
5055 peep-hole optimizations.
5056
5057 Optimized switch statements where all labels are constant small
5058 integers.
5059
5060 Optimized String.prototype.indexOf for common cases.
5061
5062 Fixed more build issues (issue 80).
5063
5064 Fixed a couple of profiler issues.
5065
5066 Fixed bug where the body of a function created using the Function
5067 constructor was not allowed to end with a single-line comment
5068 (issue 85).
5069
5070 Improved handling of object literals by canonicalizing object
5071 literal maps. This will allow JSON objects with the same set of
5072 properties to share the same map making inline caching work better
5073 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005074
ager@chromium.org236ad962008-09-25 09:45:57 +00005075
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000050762008-09-17: Version 0.3.2
5077
5078 Generalized the EvalCache into a CompilationCache and enabled it
5079 for scripts too. The current strategy is to retire all entries
5080 whenever a mark-sweep collection is started.
5081
5082 Fixed bug where switch statements containing only a default case
5083 would lead to an unbalanced stack (issue 69).
5084
5085 Fixed bug that made access to the function in a named function
5086 expression impossible in certain situations (issue 24).
5087
5088 Fixed even more build issues.
5089
5090 Optimized calling conventions on ARM. The conventions on ARM and
5091 IA-32 now match.
5092
5093 Removed static initializers for flags and counters.
5094
5095 Improved inline caching behavior for uncommon cases where lazily
5096 loading Date and RegExp code could force certain code paths go
5097 megamorphic.
5098
5099 Removed arguments adaption for builtins written in C++. This
5100 makes Array.prototype.push and Array.prototype.pop slightly
5101 faster.
5102
5103
ager@chromium.org9258b6b2008-09-11 09:11:10 +000051042008-09-11: Version 0.3.1
5105
5106 Fixed a number of build issues.
5107
5108 Fixed problem with missing I-cache flusing on ARM.
5109
5110 Changed space layout in memory management by splitting up
5111 code space into old data space and code space.
5112
5113 Added utf-8 conversion support to the API (issue 57).
5114
5115 Optimized repeated calls to eval with the same strings. These
5116 repeated calls are common in web applications.
5117
5118 Added Xcode project file.
5119
5120 Optimized a couple of Array operation.
5121
5122 Fixed parser bug by checking for end-of-string when parsing break
5123 and continue (issue 35).
5124
5125 Fixed problem where asian characters were not categorized as
5126 letters.
5127
5128 Fixed bug that disallowed calling functions fetched from an array
5129 using a string as an array index (issue 32).
5130
5131 Fixed bug where the internal field count on object templates were
5132 sometimes ignored (issue 54).
5133
5134 Added -f option to the shell sample for compatibility with other
5135 engines (issue 18).
5136
5137 Added source info to TryCatches in the API.
5138
5139 Fixed problem where the seed for the random number generator was
5140 clipped in a double to unsigned int conversion.
5141
5142 Fixed bug where cons string symbols were sometimes converted to
5143 non-symbol flat strings during GC.
5144
5145 Fixed bug in error reporting when attempting to convert null to an
5146 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005147
5148
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000051492008-09-04: Version 0.3.0
5150
5151 Added support for running tests on the ARM simulator.
5152
5153 Fixed bug in the 'in' operator where negative indices were not
5154 treated correctly.
5155
5156 Fixed build issues on gcc-4.3.1.
5157
5158 Changed Date.prototype.toLocaleTimeString to not print the
5159 timezone part of the time.
5160
5161 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5162 with user code.
5163
5164
v8.team.kasperl727e9952008-09-02 14:56:44 +000051652008-09-02: Version 0.2.5
5166
5167 Renamed the top level directory 'public' to 'include'.
5168
5169 Added 'env' option to the SCons build scripts to support
5170 overriding the ENV part of the build environment. This is mostly
5171 to support Windows builds in cases where SCons cannot find the
5172 correct paths to the Windows SDK, as these paths cannot be passed
5173 through shell environment variables.
5174
5175 Enabled "Buffer Security Check" on for the Windows SCons build and
5176 added the linker option /OPT:ICF as an optimization.
5177
5178 Added the V8 benchmark suite to the repository.
5179
5180
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000051812008-09-01: Version 0.2.4
5182
5183 Included mjsunit JavaScript test suite and C++ unit tests.
5184
5185 Changed the shell sample to not print the result of executing a
5186 script provided on the command line.
5187
5188 Fixed issue when building samples on Windows using a shared V8
5189 library. Added visibility option on Linux build which makes the
5190 generated library 18% smaller.
5191
5192 Changed build system to accept multiple build modes in one build
5193 and generate separate objects, libraries and executables for each
5194 mode.
5195
5196 Removed deferred negation optimization (a * -b => -(a * b)) since
5197 this visibly changes operand conversion order.
5198
5199 Improved parsing performance by introducing stack guard in
5200 preparsing. Without a stack guard preparsing always bails out
5201 with stack overflow.
5202
5203 Changed shell sample to take flags directly from the command-line.
5204 Added API call that implements this.
5205
5206 Added load, quit and version functions to the shell sample so it's
5207 easier to run benchmarks and tests.
5208
5209 Fixed issue with building samples and cctests on 64-bit machines.
5210
5211 Fixed bug in the runtime system where the prototype chain was not
5212 always searched for a setter when setting a property that does not
5213 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005214
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005215
mads.s.agercbaa0602008-08-14 13:41:48 +000052162008-08-14: Version 0.2.3
5217
5218 Improved performance of garbage collection by moving the
5219 function that updates pointers during compacting collection
5220 into the updating visitor. This gives the compiler a better
5221 chance to inline and avoid a function call per (potential)
5222 pointer.
5223
5224 Extended the shell sample with a --runtime-flags option.
5225
5226 Added Visual Studio project files for the shell.cc and
5227 process.cc samples.
5228
5229
52302008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005231
5232 Improved performance of garbage collection by changing the way
5233 we use the marking stack in the event of stack overflow during
5234 full garbage collection and by changing the way we mark roots.
5235
5236 Cleaned up ARM version by removing top of stack caching and by
5237 introducing push/pop elimination.
5238
5239 Cleaned up the way runtime functions are called to allow
5240 runtime calls with no arguments.
5241
5242 Changed Windows build options to make sure that exceptions are
5243 disabled and that optimization flags are enabled.
5244
5245 Added first version of Visual Studio project files.
5246
5247
mads.s.agercbaa0602008-08-14 13:41:48 +000052482008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005249
5250 Improved performance of unary addition by avoiding runtime calls.
5251
5252 Fixed the handling of '>' and '<=' to use right-to-left conversion
5253 and left-to-right evaluation as specified by ECMA-262.
5254
5255 Fixed a branch elimination bug on the ARM platform where incorrect
5256 code was generated because of overly aggressive branch
5257 elimination.
5258
5259 Improved performance of code that repeatedly assigns the same
5260 function to the same property of different objects with the same
5261 map.
5262
5263 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5264 no longer expects DEBUG to be defined.
5265
5266 Added platform-nullos.cc to serve as the basis for new platform
5267 implementations.
5268
mads.s.ager31e71382008-08-13 09:32:07 +00005269
mads.s.agercbaa0602008-08-14 13:41:48 +000052702008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005271
5272 Changed all text files to have native svn:eol-style.
5273
5274 Added a few samples and support for building them. The samples
5275 include a simple shell that can be used to benchmark and test V8.
5276
5277 Changed V8::GetVersion to return the version as a string.
5278
5279 Added source for lazily loaded scripts to snapshots and made
5280 serialization non-destructive.
5281
5282 Improved ARM support by fixing the write barrier code to use
5283 aligned loads and stores and by removing premature locals
5284 optimization that relied on broken support for callee-saved
5285 registers (removed).
5286
5287 Refactored the code for marking live objects during garbage
5288 collection and the code for allocating objects in paged
5289 spaces. Introduced an abstraction for the map word of a heap-
5290 allocated object and changed the memory allocator to allocate
5291 executable memory only for spaces that may contain code objects.
5292
5293 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5294 they can be used by debugging and logging modules. Added
5295 thread-safe message queues for dealing with debugger events.
5296
5297 Fixed the source code reported by toString for certain builtin
5298 empty functions and made sure that the prototype property of a
5299 function is enumerable.
5300
5301 Improved performance of converting values to condition flags in
5302 generated code.
5303
5304 Merged disassembler-{arch} files.
5305
5306
mads.s.agercbaa0602008-08-14 13:41:48 +000053072008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005308
5309 Added support for storing JavaScript stack traces in a stack
5310 allocated buffer to make it visible in shallow core dumps.
5311 Controlled by the --preallocate-message-memory flag which is
5312 disabled by default.
5313
5314
mads.s.agercbaa0602008-08-14 13:41:48 +000053152008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005316
5317 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5318 map transitions would count as properties.
5319
5320 Allowed aliased eval invocations by treating them as evals in the
5321 global context. This may change in the future.
5322
5323 Added support for accessing the last entered context through the
5324 API and renamed Context::Current to Context::GetCurrent and
5325 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5326
5327 Fixed bug in the debugger that would cause the debugger scripts to
5328 be recursively loaded and changed all disabling of interrupts to
5329 be block-structured.
5330
5331 Made snapshot data read-only to allow it to be more easily shared
5332 across multiple users of V8 when linked as a shared library.
5333
5334
mads.s.agercbaa0602008-08-14 13:41:48 +000053352008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005336
5337 Fixed building on Mac OS X by recognizing i386 and friends as
5338 IA-32 platforms.
5339
5340 Added propagation of stack overflow exceptions that occur while
5341 compiling nested functions.
5342
5343 Improved debugger with support for recursive break points and
5344 handling of exceptions that occur in the debugger JavaScript code.
5345
5346 Renamed GetInternal to GetInternalField and SetInternal to
5347 SetInternalField in the API and moved InternalFieldCount and
5348 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5349
5350
mads.s.agercbaa0602008-08-14 13:41:48 +000053512008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005352
5353 Fixed bug in stack overflow check code for IA-32 targets where a
5354 non-tagged value in register eax was pushed to the stack.
5355
5356 Fixed potential quadratic behavior when converting strings to
5357 numbers.
5358
5359 Fixed bug where the return value from Object::SetProperty could
5360 end up being the property holder instead of the written value.
5361
5362 Improved debugger support by allowing nested break points and by
5363 dealing with stack-overflows when compiling functions before
5364 setting break points in them.
5365
5366
mads.s.agercbaa0602008-08-14 13:41:48 +000053672008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005368
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005369 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005370
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005371# Local Variables:
5372# mode:text
5373# End: