blob: dcaf5a9c5d9d173d2b2226d454f161c62c5aa77c [file] [log] [blame]
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +000012013-05-17: Version 3.19.2
2
3 Fill in one-word-fillers for the unused property fields
4 (Chromium issue 240056).
5
6 Removed use_system_v8 logic from the mainline gyp file
7 (Chromium issue 226860).
8
9 Skip CPU profiler samples where top function's stack frame is not
10 set up properly (issue 2628).
11
12 Performance and stability improvements on all platforms.
13
14
ulan@chromium.org906e2fb2013-05-14 08:14:38 +0000152013-05-14: Version 3.19.1
16
17 Fixed missing hole check for loads from Smi arrays when all uses are
18 changes (Chromium issue 233737)
19
20 Performance and stability improvements on all platforms.
21
22
ulan@chromium.org57ff8812013-05-10 08:16:55 +0000232013-05-10: Version 3.19.0
24
25 Deprecated Context::New which returns Persistent.
26
27 Added Persistent<T>::Reset which disposes the handle and redirects it to
28 point to another object.
29
30 Deprecated WriteAscii and MayContainNonAscii.
31
32 Exposed AssertNoAllocation to API.
33
34 Performance and stability improvements on all platforms.
35
36
danno@chromium.orgf005df62013-04-30 16:36:45 +0000372013-04-30: Version 3.18.5
38
39 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
40
41 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
42 (Chromium issue 235311)
43
44 Change 'Parse error' to three more informative messages.
45 (Chromium issue 2636)
46
47 Performance and stability improvements on all platforms.
48
49
danno@chromium.orgca29dd82013-04-26 11:59:48 +0000502013-04-26: Version 3.18.4
51
52 Added a preliminary API for ES6 ArrayBuffers
53
54 Replaced qsort with std::sort. (Chromium issue 2639)
55
56 Performance and stability improvements on all platforms.
57
58
ulan@chromium.org32d7dba2013-04-24 10:59:06 +0000592013-04-24: Version 3.18.3
60
61 Exposed the GC under a name that is less collision prone than window.gc.
62 (issue 2641)
63
64 Do not emit double values at their use sites. (Chromium issue 234101)
65
66 Added methods to allow resuming execution after calling
67 TerminateExecution(). (issue 2361)
68
69 Performance and stability improvements on all platforms.
70
71
ulan@chromium.org77ca49a2013-04-22 09:43:56 +0000722013-04-22: Version 3.18.2
73
74 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
75 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
76
77 Removed heap snapshot size limit. (Chromium issue 232305)
78
79 Performance and stability improvements on all platforms.
80
81
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +0000822013-04-18: Version 3.18.1
83
84 Removed SCons related files and deprecated test suite configurations.
85
86 Improved handling of unary plus (issue 2527).
87
88 Performance and stability improvements on all platforms.
89
90
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +0000912013-04-17: Version 3.18.0
92
93 Enabled pretenuring of fast literals in high promotion mode.
94
95 Removed preparser library; link preparser executable against full V8.
96
97 Fixed set-up of intrinsic's 'constructor' properties.
98 (Chromium issue 229445)
99
100 ES6 symbols: extended V8 API to support symbols (issue 2158).
101
102 Removed ARM support for VFP2.
103
104 Made __proto__ a real JavaScript accessor property.
105 (issue 1949 and issue 2606)
106
107 Performance and stability improvements on all platforms.
108
109
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00001102013-04-04: Version 3.17.16
111
112 Stack trace API: poison stack frames below the first strict mode frame.
113 (issue 2564)
114
115 Made Isolate::GetHeapStatistics robust against half-initialized
116 isolates (Chromium issue 2591).
117
118 Finished implementation of ES6 symbols aka. private names (issue 2158).
119
120 Performance and stability improvements on all platforms.
121
122
danno@chromium.orgc99cd482013-03-21 15:26:42 +00001232013-03-21: Version 3.17.15
124
125 Rolled back API changes to maintain compatibility with older
126 3.17.x versions of V8.
127
128 Disable zapping of global handles in release mode.
129
130 Always mark the entire valid prefix of the descriptor array.
131 (Chromium issue 196331)
132
133 Use internal memcpy for CopyWords and when copying code.
134 (Chromium issue 196330)
135
136 Performance and stability improvements on all platforms.
137
138
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00001392013-03-20: Version 3.17.14
140
141 Use internal memcpy when initializing code objects.
142 (Chromium issue 196330)
143
144 Disabled weak embedded maps because of crashes.
145 (Chromium issues 172489, 217858)
146
147 Performance and stability improvements on all platforms.
148
149
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00001502013-03-19: Version 3.17.13
151
152 Turned Flags into a uint32_t typedef (Chromium issue 194749).
153
154 Performance and stability improvements on all platforms.
155
156
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00001572013-03-18: Version 3.17.12
158
159 Unified kMaxArguments with number of bits used to encode it.
160 (Chromium issue 211741)
161
162 Fixed detection of |handle_smi| case in
163 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
164 (Chromium issue 196583)
165
166 Performance and stability improvements on all platforms.
167
168
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00001692013-03-15: Version 3.17.11
170
171 Added a version of the v8::HandleScope constructor with an v8::Isolate
172 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
173 method of v8::Isolate.
174 (issue 2487)
175
176 Fixed two register allocator bugs (off-by-one error/failure
177 propagation). (issue 2576)
178
179 Fixed huge heap snapshot when a heavily shared context has many
180 variables. (Chromium issue 145687)
181
182 Performance and stability improvements on all platforms.
183
184
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00001852013-03-13: Version 3.17.10
186
187 Fixed heap snapshot creation for Harmony collections. (issue 2535)
188
189 Fixed register allocation corner case. (Chromium issue 177883)
190
191 Performance and stability improvements on all platforms.
192
193
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00001942013-03-08: Version 3.17.9
195
196 Restored Function()'s expected string representation. (issue 2470)
197
198 Enabled deprecatations (again). (issue 2487)
199
200 Avoid bool to Oddball conversions by being lazy. (issue 2491)
201
202 Added %p option to --logfile.
203
204 Hardened Function()'s parsing of function literals. (issue 2470)
205
206 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
207
208 Performance and stability improvements on all platforms.
209
210
ulan@chromium.org750145a2013-03-07 15:14:13 +00002112013-03-07: Version 3.17.8
212
213 Added missing license headers. (Chromium issue 98597)
214
215 Inserted missing type cast in JSON.stringify. (issue 2570)
216
217 Reverted "Send SIGPROF signals on the profiler event processor thread"
218 (issue 2571)
219
220 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
221 (issue 2568)
222
223 ES6 symbols: filter symbols form for-in loops and Object.keys.
224 (issue 2158)
225
226 Properly handle misses for StoreArrayLengthStub on ia32 and x64
227 (issue 2566)
228
229 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
230
231 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
232
233 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
234 (issue 2556)
235
236 Enabled zapping of disposed global handles in release mode.
237 (Chromium issue 176056)
238
239 Added workaround for redefinition of __proto__ property. (issue 2565)
240
241 ES6 symbols: Allow symbols as property names. (issue 2158)
242
243 Performance and stability improvements on all platforms.
244
245
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00002462013-03-04: Version 3.17.7
247
248 Limited recursion in regexp compilation by a budget.
249 (Chromium issue 178790)
250
251 ES6 symbols: Implemented Symbol intrinsic and basic functionality
252 (issue 2158)
253
254 Performance and stability improvements on all platforms.
255
256
hpayer@chromium.org8432c912013-02-28 15:55:26 +00002572013-02-28: Version 3.17.6
258
259 Fixed materialization of arguments objects with unknown values.
260 (Chromium issue 163530)
261
262 Set default number of sweeper threads to at most four.
263
264 Performance and stability improvements on all platforms.
265
266
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00002672013-02-27: Version 3.17.5
268
269 Made __proto__ a foreign callback on Object.prototype.
270 (issue 621, issue 1949 and issue 2441)
271
272 Performance and stability improvements on all platforms.
273
274
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00002752013-02-25: Version 3.17.4
276
277 Performance and stability improvements on all platforms.
278
279
ulan@chromium.org2e04b582013-02-21 14:06:02 +00002802013-02-21: Version 3.17.3
281
282 Performance and stability improvements on all platforms.
283
284
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00002852013-02-19: Version 3.17.2
286
287 Removed bogus check for TOP register in deoptimizer.
288 (Chromium issue 176943)
289
290 Made the Isolate parameter mandatory for internal HandleScopes.
291 (issue 2487)
292
293 Fixed f.apply() optimization when declared arguments are mutated.
294 (issue 2539)
295
296 Performance and stability improvements on all platforms.
297
298
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00002992013-02-14: Version 3.17.1
300
301 Performance and stability improvements on all platforms.
302
303
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00003042013-02-13: Version 3.17.0
305
306 Enabled parallel sweeping.
307
308 Don't try to unlink instructions twice during GVN
309 (Chromium issue 175141)
310
311 Fixed code flusher disabling while marking incrementally.
312 (Chromium issue 173458, 168582)
313
314 Don't use TLS for space iterators.
315 (issue 2531)
316
317 Added new GetHeapStatistics API entry and deprecated old one.
318
319 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
320 platform-independent code.
321 (Chromium issue 173907)
322
323 Added --trace-array-abuse to help find OOB accesses.
324
325 Performance and stability improvements on all platforms.
326
327
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00003282013-02-06: Version 3.16.14
329
330 Performance and stability improvements on all platforms.
331
332
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00003332013-02-04: Version 3.16.13
334
335 Tagged stubs that rely on instance types as MEGAMORPHIC.
336 (Chromium issue 173974)
337
338 Fixed clearing of dead dependent codes and verifing of weak
339 embedded maps on full GC. (Chromium issue 172488,172489)
340
341 Made the arm port build cleanly with Clang.
342
343 Performance and stability improvements on all platforms.
344
345
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00003462013-01-31: Version 3.16.12
347
348 Performance and stability improvements on all platforms.
349
350
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00003512013-01-30: Version 3.16.11
352
353 Put making embedded maps in optimized code weak behind a flag.
354 (Chromium issue 172488,172489)
355
356 Performance and stability improvements on all platforms.
357
358
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00003592013-01-25: Version 3.16.10
360
361 Avoid excessive memory usage during redundant phi elimination.
362 (issue 2510)
363
364 Fixed additional spec violations wrt RegExp.lastIndex.
365 (issue 2437)
366
367 Added Isolate parameter to Persistent class.
368 (issue 2487)
369
370 Performance and stability improvements on all platforms.
371
372
yangguo@chromium.org003650e2013-01-24 16:31:08 +00003732013-01-24: Version 3.16.9
374
375 Made embedded maps in optimized code weak.
376 (issue 2073)
377
378 Fixed corner case when JSFunction is evicted from flusher.
379 (Chromium issue 168801)
380
381 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
382 (Chromium issue 171641)
383
384 Performance and stability improvements on all platforms.
385
386
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00003872013-01-23: Version 3.16.8
388
389 Correctly reset lastIndex in an RegExp object.
390 (Chromium issue 170856)
391
392 Added a workaround for Windows compilation problems related to V8EXPORT.
393 (issue 2507)
394
395 tools/run-tests.py: shlex.split() the value of --command-prefix
396 (Chromium issue 171553)
397
398 Fixed pattern detection for replacing shifts by rotation.
399 (Chromium issue 2499)
400
401 Performance and stability improvements on all platforms.
402
403
yangguo@chromium.org28381b42013-01-21 14:39:38 +00004042013-01-21: Version 3.16.7
405
406 Removed <(library) usage from v8.gyp.
407 (Chromium issue 111541)
408
409 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
410 (Chromium issue 169928)
411
412 Performance and stability improvements on all platforms.
413
414
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00004152013-01-18: Version 3.16.6
416
417 Made the Isolate parameter mandatory in Locker and Unlocker classes.
418 (issue 2487)
419
420 Avoid pointer underflow in CopyCharsUnsigned.
421 (issue 2493)
422
423 Generate shim headers when using system v8.
424 (Chromium issue 165264)
425
426 Fixed arguments materialization for inlined apply().
427 (issue 2489)
428
429 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
430 (Chromium issue 147497)
431
432 Added sanity check to CodeFlusher::AddCandidate.
433 (Chromium issue 169209)
434
435 Performance and stability improvements on all platforms.
436
437
4382013-01-15: Version 3.16.5
439
440 Removed deprecated functions from V8's external API.
441
442 Prepared API for WebKit use of Latin-1.
443
444 Fixed V8 issue 2486.
445
446 Fixed Chromium issue 169723.
447
448 Performance and stability improvements on all platforms.
449
450
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00004512013-01-11: Version 3.16.4
452
453 Fixed Chromium issues 168545 and 169209.
454
455 Performance and stability improvements on all platforms.
456
457
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00004582013-01-09: Version 3.16.3
459
460 Improved GC performance when moving parts of a FixedArray (issue 2452).
461
462 Enabled readline on d8 while building a shared lib (issue 1781).
463
464 Fixed missing exception check in typed array constructor
465 (Chromium issue 168545).
466
467 Check for read-only-ness when preparing for array sort (issue 2419).
468
469 Performance and stability improvements on all platforms.
470
471
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00004722013-01-04: Version 3.16.2
473
474 Added Makefile options to build for the Raspberry Pi (armv7=0,
475 arm_fpu=vfp2).
476
477 Performance and stability improvements on all platforms.
478
479
ulan@chromium.org4121f232012-12-27 15:57:11 +00004802012-12-27: Version 3.16.1
481
482 Fixed x64 MathMinMax for negative untagged int32 arguments.
483 (Chromium issue 164442)
484
485 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
486 (issue 2458)
487
488 Performance and stability improvements on all platforms.
489
490
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00004912012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000492
493 V8_Fatal now prints C++ stack trace in debug mode.
494
495 Added HTML-based tick processor.
496
497 Continued implementation of Object.observe (V8 issue 2409).
498
499 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
500
501 Fixed Chromium issues 125308, 165637, 166379, 166553.
502
503 Performance and stability improvements on all platforms.
504
505
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00005062012-12-10: Version 3.15.11
507
508 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
509 flags.
510
511 Performance and stability improvements on all platforms.
512
513
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00005142012-12-07: Version 3.15.10
515
516 Enabled optimisation of functions inside eval. (issue 2315)
517
518 Fixed spec violations in methods of Number.prototype. (issue 2443)
519
520 Added GCTracer metrics for a scavenger GC for DOM wrappers.
521
522 Performance and stability improvements on all platforms.
523
524
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00005252012-12-06: Version 3.15.9
526
527 Fixed candidate eviction in code flusher.
528 (Chromium issue 159140)
529
530 Iterate through all arguments for side effects in Math.min/max.
531 (issue 2444)
532
533 Fixed spec violations related to regexp.lastIndex
534 (issue 2437, issue 2438)
535
536 Performance and stability improvements on all platforms.
537
538
mmassi@chromium.org49a44672012-12-04 13:52:03 +00005392012-12-04: Version 3.15.8
540
541 Enforced stack allocation of TryCatch blocks.
542 (issue 2166,chromium:152389)
543
544 Fixed external exceptions in external try-catch handlers.
545 (issue 2166)
546
547 Activated incremental code flushing by default.
548
549 Performance and stability improvements on all platforms.
550
551
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00005522012-11-30: Version 3.15.7
553
554 Activated code aging by default.
555
556 Included more information in --prof log.
557
558 Removed eager sweeping for lazy swept spaces. Try to find in
559 SlowAllocateRaw a bounded number of times a big enough memory slot.
560 (issue 2194)
561
562 Performance and stability improvements on all platforms.
563
564
danno@chromium.org1f34ad32012-11-26 14:53:56 +00005652012-11-26: Version 3.15.6
566
567 Ensure double arrays are filled with holes when extended from
568 variations of empty arrays. (Chromium issue 162085)
569
570 Performance and stability improvements on all platforms.
571
572
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00005732012-11-23: Version 3.15.5
574
575 Fixed JSON.stringify for objects with interceptor handlers.
576 (Chromium issue 161028)
577
578 Fixed corner case in x64 compare stubs. (issue 2416)
579
580 Performance and stability improvements on all platforms.
581
582
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00005832012-11-16: Version 3.15.4
584
585 Fixed Array.prototype.join evaluation order. (issue 2263)
586
587 Perform CPU sampling by CPU sampling thread only iff processing thread
588 is not running. (issue 2364)
589
590 When using an Object as a set in Object.getOwnPropertyNames, null out
591 the proto. (issue 2410)
592
593 Disabled EXTRA_CHECKS in Release build.
594
595 Heap explorer: Show representation of strings.
596
597 Removed 'type' and 'arguments' properties from Error object.
598 (issue 2397)
599
600 Added atomics implementation for ThreadSanitizer v2.
601 (Chromium issue 128314)
602
603 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
604
605 Performance and stability improvements on all platforms.
606
607
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00006082012-11-13: Version 3.15.3
609
610 Changed sample shell to send non-JS output (e.g. errors) to stderr
611 instead of stdout.
612
613 Correctly check for stack overflow even when interrupt is pending.
614 (issue 214)
615
616 Collect stack trace on stack overflow. (issue 2394)
617
618 Performance and stability improvements on all platforms.
619
620
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00006212012-11-12: Version 3.15.2
622
623 Function::GetScriptOrigin supplies sourceURL when script name is
624 not available. (Chromium issue 159413)
625
626 Made formatting error message side-effect-free. (issue 2398)
627
628 Fixed length check in JSON.stringify. (Chromium issue 160010)
629
630 ES6: Added support for Set and Map clear method (issue 2400)
631
632 Fixed slack tracking when instance prototype changes.
633 (Chromium issue 157019)
634
635 Fixed disabling of code flusher while marking. (Chromium issue 159140)
636
637 Added a test case for object grouping in a scavenger GC (issue 2077)
638
639 Support shared library build of Android for v8.
640 (Chromium issue 158821)
641
642 ES6: Added support for size to Set and Map (issue 2395)
643
644 Performance and stability improvements on all platforms.
645
646
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00006472012-11-06: Version 3.15.1
648
649 Put incremental code flushing behind a flag. (Chromium issue 159140)
650
651 Performance and stability improvements on all platforms.
652
653
danno@chromium.org72204d52012-10-31 10:02:10 +00006542012-10-31: Version 3.15.0
655
656 Loosened aligned code target requirement on ARM (issue 2380)
657
658 Fixed JSON.parse to treat leading zeros correctly.
659 (Chromium issue 158185)
660
661 Performance and stability improvements on all platforms.
662
663
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00006642012-10-22: Version 3.14.5
665
666 Killed off the SCons based build.
667
668 Added a faster API for creating v8::Integer objects.
669
670 Speeded up function deoptimization by avoiding quadratic pass over
671 optimized function list. (Chromium issue 155270)
672
673 Always invoke the default Array.sort functions from builtin functions.
674 (issue 2372)
675
676 Reverted recent CPU profiler changes because they broke --prof.
677 (issue 2364)
678
679 Switched code flushing to use different JSFunction field.
680 (issue 1609)
681
682 Performance and stability improvements on all platforms.
683
684
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00006852012-10-15: Version 3.14.4
686
687 Allow evals for debugger even if they are prohibited in the debugee
688 context. (Chromium issue 154733)
689
690 Enabled --verify-heap in release mode (issue 2120)
691
692 Performance and stability improvements on all platforms.
693
694
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00006952012-10-11: Version 3.14.3
696
697 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
698 (Chromium issue 155076).
699
700 Bumped variable limit further to 2^17 (Chromium issue 151625).
701
702 Performance and stability improvements on all platforms.
703
704
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00007052012-10-10: Version 3.14.2
706
707 ARM: allowed VFP3 instructions when hardfloat is enabled.
708 (Chromium issue 152506)
709
710 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
711 (Chromium issue 151749)
712
713 Made GDBJIT interface compile again. (issue 1804)
714
715 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
716 (Chromium issue 143967)
717
718 Made sure that names of temporaries do not clash with real variables.
719 (issue 2322)
720
721 Rejected local module declarations. (Chromium issue 150628)
722
723 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
724
725 Fixed slot recording of code target patches.
726 (Chromium issue 152615,chromium:144230)
727
728 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
729
730 Performance and stability improvements on all platforms.
731
732
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00007332012-10-01: Version 3.14.1
734
735 Don't set -m32 flag when compiling with Android ARM compiler.
736 (Chromium issue 143889)
737
738 Restore the descriptor array before returning allocation failure.
739 (Chromium issue 151750)
740
741 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
742 128252).
743
744 Pull more recent gyp in 'make dependencies'.
745
746 Made sure that the generic KeyedStoreIC changes length and element_kind
747 atomically (issue 2346).
748
749 Bumped number of allowed variables per scope to 65535, to address GWT.
750 (Chromium issue 151625)
751
752 Support sourceURL for dynamically inserted scripts (issue 2342).
753
754 Performance and stability improvements on all platforms.
755
756
ulan@chromium.org56c14af2012-09-20 12:51:09 +00007572012-09-20: Version 3.14.0
758
759 Fixed missing slot recording during clearing of CallICs.
760 (Chromium issue 144230)
761
762 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
763 (Chromium issue 150729)
764
765 Fixed minus zero test. (Issue 2133)
766
767 Fixed setting array length to zero for slow elements.
768 (Chromium issue 146910)
769
770 Fixed lost arguments dropping in HLeaveInlined.
771 (Chromium issue 150545)
772
773 Fixed casting error for receiver of interceptors.
774 (Chromium issue 149912)
775
776 Throw a more descriptive exception when blocking 'eval' via CSP.
777 (Chromium issue 140191)
778
779 Fixed debugger's eval when close to stack overflow. (issue 2318)
780
781 Added checks to live edit. (issue 2297)
782
783 Switched on code compaction on incremental GCs.
784
785 Fixed caching of optimized code for OSR. (issue 2326)
786
787 Not mask exception thrown by toString in String::UtfValue etc.
788 (issue 2317)
789
790 Fixed API check for length of external arrays. (Chromium issue 148896)
791
792 Ensure correct enumeration indices in the dict (Chromium issue 148376)
793
794 Correctly initialize regexp global cache. (Chromium issue 148378)
795
796 Fixed arguments object materialization during deopt. (issue 2261)
797
798 Introduced new API to expose external string resource regardless of
799 encoding.
800
801 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
802 --deopt-every-n-times flag is present
803 (Chromium issue 148389)
804
805 Fixed edge case of extension with NULL as source string.
806 (Chromium issue 144649)
807
808 Fixed array index dehoisting. (Chromium issue 141395)
809
810 Performance and stability improvements on all platforms.
811
812
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00008132012-09-11: Version 3.13.7
814
815 Enable/disable LiveEdit using the (C++) debug API.
816
817 Performance and stability improvements on all platforms.
818
819
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00008202012-09-06: Version 3.13.6
821
822 Added validity checking to API functions and calls.
823
824 Disabled accessor inlining (Chromium issue 134609).
825
826 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
827
828 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
829
830 Fixed VS2005 build (issue 2313).
831
832 Activated fixed ES5 readonly semantics by default.
833
834 Added hardfp flag to the Makefile.
835
836 Performance and stability improvements on all platforms.
837
838
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00008392012-08-29: Version 3.13.5
840
841 Release stack trace data after firing Error.stack accessor.
842 (issue 2308)
843
844 Added a new API V8::SetJitCodeEventHandler to push code name and
845 location to users such as profilers.
846
847 Allocate block-scoped global bindings to global context.
848
849 Performance and stability improvements on all platforms.
850
851
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00008522012-08-28: Version 3.13.4
853
854 Print reason for disabling optimization. Kill --trace-bailout flag.
855
856 Provided option to disable full DEBUG build on Android.
857
858 Introduced global contexts to represent lexical global scope(s).
859
860 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
861
862 Performance and stability improvements on all platforms.
863
864
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00008652012-08-21: Version 3.13.3
866
867 Performance and stability improvements on all platforms.
868
869
8702012-08-20: Version 3.13.2
871
872 Performance and stability improvements on all platforms.
873
874
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00008752012-08-16: Version 3.13.1
876
877 Performance and stability improvements on all platforms.
878
879
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00008802012-08-10: Version 3.13.0
881
882 Added histograms for total allocated/live heap size, as well as
883 allocated size and percentage of total for map and cell space.
884
885 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
886 (issue 1645)
887
888 Added checks for interceptors to negative lookup code in Crankshaft.
889 (Chromium issue 140473)
890
891 Made incremental marking clear ICs and type feedback cells.
892
893 Performance and stability improvements on all platforms.
894
895
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00008962012-08-01: Version 3.12.19
897
898 Performance and stability improvements on all platforms.
899
900
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00009012012-07-30: Version 3.12.18
902
903 Forced using bit-pattern for signed zero double. (issue 2239)
904
905 Made sure double to int conversion is correct. (issue 2260)
906
907 Performance and stability improvements on all platforms.
908
909
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00009102012-07-27: Version 3.12.17
911
912 Always set the callee's context when calling a function from optimized
913 code.
914 (Chromium issue 138887)
915
916 Fixed building with GCC 3.x
917 (issue 2016, 2017)
918
919 Improved API calls that return empty handles.
920 (issue 2245)
921
922 Performance and stability improvements on all platforms.
923
924
danno@chromium.org129d3982012-07-25 15:01:47 +00009252012-07-25: Version 3.12.16
926
927 Performance and stability improvements on all platforms.
928
929
yangguo@chromium.org304cc332012-07-24 07:59:48 +00009302012-07-24: Version 3.12.15
931
932 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
933 (issue 2252)
934
935 Added dependency to HLoadKeyed* instructions to prevent invalid
936 hoisting. (Chromium issue 137768)
937
938 Enabled building d8 for Android on Mac.
939
940 Interpret negative hexadecimal literals as NaN.
941 (issue 2240)
942
943 Expose counters in javascript when using --track-gc-object-stats.
944
945 Enabled building and testing V8 on Android IA.
946
947 Added --trace-parse flag to parser.
948
949 Performance and stability improvements on all platforms.
950
951
verwaest@chromium.org178fb152012-07-18 11:21:48 +00009522012-07-18: Version 3.12.14
953
954 Deactivated optimization of packed arrays.
955 (Chromium issue 137768)
956
957 Fixed broken accessor transition.
958 (Chromium issue 137689)
959
960 Performance and stability improvements on all platforms.
961
962
verwaest@chromium.org753aee42012-07-17 16:15:42 +00009632012-07-17: Version 3.12.13
964
965 Fixed missing tagging of stack value in finally block.
966 (Chromium issue 137496)
967
968 Added more support for heap analysis.
969
970 Performance and stability improvements on all platforms.
971
972
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00009732012-07-16: Version 3.12.12
974
975 Added an option to the tickprocessor to specify the directory for lib
976 lookup.
977
978 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
979
980 Fixed transcendental cache on ARM in optimized code (issue 2234).
981
982 New heap inspection tools: counters for object sizes and counts,
983 histograms for external fragmentation.
984
985 Incorporated constness into inferred interfaces (in preparation for
986 handling imports) (issue 1569).
987
988 Performance and stability improvements on all platforms.
989
990
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00009912012-07-12: Version 3.12.11
992
993 Renamed "mips" arch to "mipsel" in the GYP build.
994
995 Fixed computation of call targets on prototypes in Crankshaft.
996 (Chromium issue 125148)
997
998 Removed use of __lookupGetter__ when generating stack trace.
999 (issue 1591)
1000
1001 Turned on ES 5.2 globals semantics by default.
1002 (issue 1991, Chromium issue 80591)
1003
1004 Synced preparser and parser wrt syntax error in switch..case.
1005 (issue 2210)
1006
1007 Fixed reporting of octal literals in strict mode when preparsing.
1008 (issue 2220)
1009
1010 Fixed inline constructors for Harmony Proxy prototypes.
1011 (issue 2225)
1012
1013 Performance and stability improvements on all platforms.
1014
1015
danno@chromium.org81cac2b2012-07-10 11:28:27 +000010162012-07-10: Version 3.12.10
1017
1018 Re-enabled and fixed issue with array bounds check elimination
1019 (Chromium issue 132114).
1020
1021 Fixed Debug::Break crash. (Chromium issue 131642)
1022
1023 Added optimizing compiler support for JavaScript getters.
1024
1025 Performance and stability improvements on all platforms.
1026
1027
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000010282012-07-06: Version 3.12.9
1029
1030 Correctly advance the scanner when scanning unicode regexp flag.
1031 (Chromium issue 136084)
1032
1033 Fixed unhandlified code calling Harmony Proxy traps.
1034 (issue 2219)
1035
1036 Performance and stability improvements on all platforms.
1037
1038
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000010392012-07-05: Version 3.12.8
1040
1041 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1042
1043 Performance and stability improvements on all platforms.
1044
1045
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000010462012-07-03: Version 3.12.7
1047
1048 Fixed lazy compilation for strict eval scopes.
1049 (Chromium issue 135066)
1050
1051 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1052 (issue 2151)
1053
1054 Report "hidden properties" in heap profiler for properties case.
1055 (issue 2212)
1056
1057 Activated optimization of packed arrays by default.
1058
1059 Performance and stability improvements on all platforms.
1060
1061
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000010622012-06-29: Version 3.12.6
1063
1064 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1065
1066 Extended TypedArray support in d8.
1067
1068
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000010692012-06-28: Version 3.12.5
1070
1071 Fixed lazy parsing heuristics to respect outer scope.
1072 (Chromium issue 135008)
1073
1074 Allow using test-wrapper-gypbuild.py on Windows when no python
1075 interpreter is registered.
1076
1077 Performance and stability improvements on all platforms.
1078
1079
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000010802012-06-27: Version 3.12.4
1081
1082 Removed -fomit-frame-pointer flag from Release builds to make
1083 the stack walkable by TCMalloc (Chromium issue 133723).
1084
1085 Ported r7868 (constant masking) to x64 (issue 1374).
1086
1087 Expose more detailed memory statistics (issue 2201).
1088
1089 Fixed Harmony Maps and WeakMaps for undefined values
1090 (Chromium issue 132744).
1091
1092 Correctly throw reference error in strict mode with ICs disabled
1093 (issue 2119).
1094
1095 Performance and stability improvements on all platforms.
1096
1097
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000010982012-06-25: Version 3.12.3
1099
1100 Reverted r11835 'Unify promotion and allocation limit computation' due
1101 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1102
1103 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1104
1105 Performance and stability improvements on all platforms.
1106
1107
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000011082012-06-22: Version 3.12.2
1109
1110 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1111 ia32/x64. (Chromium issue 134055)
1112
1113 Fixed lazy sweeping heuristics to prevent old-space expansion.
1114 (issue 2194)
1115
1116 Performance and stability improvements on all platforms.
1117
1118
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000011192012-06-21: Version 3.12.1
1120
1121 Performance and stability improvements on all platforms.
1122
1123
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000011242012-06-20: Version 3.12.0
1125
1126 Fixed Chromium issues:
1127 115100, 129628, 131994, 132727, 132741, 132742, 133211
1128
1129 Fixed V8 issues:
1130 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1131
1132 Added --extra-code flag to mksnapshot to load JS code into the VM
1133 before creating the snapshot.
1134
1135 Support 'restart call frame' command in the debugger.
1136
1137 Performance and stability improvements on all platforms.
1138
1139
mmassi@chromium.org7028c052012-06-13 11:51:58 +000011402012-06-13: Version 3.11.10
1141
1142 Implemented heap profiler memory usage reporting.
1143
1144 Preserved error message during finally block in try..finally.
1145 (Chromium issue 129171)
1146
1147 Fixed EnsureCanContainElements to properly handle double values.
1148 (issue 2170)
1149
1150 Improved heuristics to keep objects in fast mode with inherited
1151 constructors.
1152
1153 Performance and stability improvements on all platforms.
1154
1155
rossberg@chromium.org400388e2012-06-06 09:29:22 +000011562012-06-06: Version 3.11.9
1157
1158 Implemented ES5-conformant semantics for inherited setters and read-only
1159 properties. Currently behind --es5_readonly flag, because it breaks
1160 WebKit bindings.
1161
1162 Exposed last seen heap object id via v8 public api.
1163
1164 Performance and stability improvements on all platforms.
1165
1166
verwaest@chromium.org37141392012-05-31 13:27:02 +000011672012-05-31: Version 3.11.8
1168
1169 Avoid overdeep recursion in regexp where a guarded expression with a
1170 minimum repetition count is inside another quantifier.
1171 (Chromium issue 129926)
1172
1173 Fixed missing write barrier in store field stub.
1174 (issues 2143, 1465, Chromium issue 129355)
1175
1176 Proxies: Fixed receiver for setters inherited from proxies.
1177 Proxies: Fixed ToStringArray function so that it does not reject some
1178 keys.
1179 (issue 1543)
1180
1181 Performance and stability improvements on all platforms.
1182
1183
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000011842012-05-29: Version 3.11.7
1185
1186 Get better function names in stack traces.
1187
1188 Performance and stability improvements on all platforms.
1189
1190
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000011912012-05-24: Version 3.11.6
1192
1193 Fixed RegExp.prototype.toString for incompatible receivers
1194 (issue 1981).
1195
1196 Performance and stability improvements on all platforms.
1197
1198
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000011992012-05-23: Version 3.11.5
1200
1201 Performance and stability improvements on all platforms.
1202
1203
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000012042012-05-22: Version 3.11.4
1205
1206 Some cleanup to common.gypi. This fixes some host/target combinations
1207 that weren't working in the Make build on Mac.
1208
1209 Handle EINTR in socket functions and continue incomplete sends.
1210 (issue 2098)
1211
1212 Fixed python deprecations. (issue 1391)
1213
1214 Made socket send and receive more robust and return 0 on failure.
1215 (Chromium issue 15719)
1216
1217 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1218
1219 Set '-m32' option for host and target platforms
1220
1221 Performance and stability improvements on all platforms.
1222
1223
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000012242012-05-18: Version 3.11.3
1225
1226 Disable optimization for functions that have scopes that cannot be
1227 reconstructed from the context chain. (issue 2071)
1228
1229 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1230
1231 Correctly check for native error objects. (Chromium issue 2138)
1232
1233 Performance and stability improvements on all platforms.
1234
1235
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000012362012-05-16: Version 3.11.2
1237
1238 Revert r11496. (Chromium issue 128146)
1239
1240 Implement map collection for incremental marking. (issue 1465)
1241
1242 Add toString method to CallSite (which describes a frame of the
1243 stack trace).
1244
1245
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000012462012-05-15: Version 3.11.1
1247
1248 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1249
1250 Fix freebsd build. (V8 issue 2126)
1251
1252 Performance and stability improvements on all platforms.
1253
1254
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000012552012-05-11: Version 3.11.0
1256
1257 Fixed compose-discard crasher from r11524 (issue 2123).
1258
1259 Activated new global semantics by default. Global variables can
1260 now shadow properties of the global object (ES5.1 erratum).
1261
1262 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1263 transitioning (Chromium issue 117409).
1264
1265 Made Error.prototype.name writable again, as required by the spec and
1266 the web (Chromium issue 69187).
1267
1268 Implemented map collection with incremental marking (issue 1465).
1269
1270 Regexp: Fixed overflow in min-match-length calculation
1271 (Chromium issue 126412).
1272
1273 MIPS: Fixed illegal instruction use on Loongson in code for
1274 Math.random() (issue 2115).
1275
1276 Fixed crash bug in VisitChoice (Chromium issue 126272).
1277
1278 Fixed unsigned-Smi check in MappedArgumentsLookup
1279 (Chromium issue 126414).
1280
1281 Fixed LiveEdit for function with no locals (issue 825).
1282
1283 Fixed register clobbering in LoadIC for interceptors
1284 (Chromium issue 125988).
1285
1286 Implemented clearing of CompareICs (issue 2102).
1287
1288 Performance and stability improvements on all platforms.
1289
1290
danno@chromium.org2c26cb12012-05-03 09:06:43 +000012912012-05-03: Version 3.10.8
1292
1293 Enabled MIPS cross-compilation.
1294
1295 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1296 (Chromium issue 125515)
1297
1298 Fixed corner cases in truncation behavior when storing to
1299 TypedArrays. (issue 2110)
1300
1301 Fixed failure to properly recognize and report out-of-memory
1302 conditions when allocating code space pages. (Chromium issue
1303 118625)
1304
1305 Fixed idle notifications to perform a round of incremental GCs
1306 after context disposal. (issue 2107)
1307
1308 Fixed preparser for try statement. (issue 2109)
1309
1310 Performance and stability improvements on all platforms.
1311
1312
danno@chromium.org1044a4d2012-04-30 12:34:39 +000013132012-04-30: Version 3.10.7
1314
1315 Performance and stability improvements on all platforms.
1316
1317
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000013182012-04-26: Version 3.10.6
1319
1320 Fixed some bugs in accessing details of the last regexp match.
1321
1322 Fixed source property of empty RegExp objects. (issue 1982)
1323
1324 Enabled inlining some V8 API functions.
1325
1326 Performance and stability improvements on all platforms.
1327
1328
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000013292012-04-23: Version 3.10.5
1330
1331 Put new global var semantics behind a flag until WebKit tests are
1332 cleaned up.
1333
1334 Enabled stepping into callback passed to builtins.
1335 (Chromium issue 109564)
1336
1337 Performance and stability improvements on all platforms.
1338
1339
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000013402012-04-19: Version 3.10.4
1341
1342 Fixed issues when stressing compaction with WeakMaps.
1343
1344 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1345
1346 Simplify invocation sequence at monomorphic function invocation sites.
1347 (issue 2079)
1348
1349 Performance and stability improvements on all platforms.
1350
1351
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000013522012-04-17: Version 3.10.3
1353
1354 Fixed several bugs in heap profiles (including issue 2078).
1355
1356 Throw syntax errors on illegal escape sequences.
1357
1358 Implemented rudimentary module linking (behind --harmony flag)
1359
1360 Implemented ES5 erratum: Global declarations should shadow
1361 inherited properties.
1362
1363 Made handling of const more consistent when combined with 'eval'
1364 and 'with'.
1365
1366 Fixed V8 on MinGW-x64 (issue 2026).
1367
1368 Performance and stability improvements on all platforms.
1369
1370
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000013712012-04-13: Version 3.10.2
1372
1373 Fixed native ARM build (issues 1744, 539)
1374
1375 Return LOOKUP variable instead of CONTEXT for non-context allocated
1376 outer scope parameters (Chromium issue 119609).
1377
1378 Fixed regular and ElementsKind transitions interfering with each other
1379 (Chromium issue 122271).
1380
1381 Improved performance of keyed loads/stores which have a HeapNumber
1382 index (issues 1388, 1295).
1383
1384 Fixed WeakMap processing for evacuation candidates (issue 2060).
1385
1386 Bailout on possible direct eval calls (Chromium issue 122681).
1387
1388 Do not assume that names of function expressions are context-allocated
1389 (issue 2051).
1390
1391 Performance and stability improvements on all platforms.
1392
1393
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000013942012-04-10: Version 3.10.1
1395
1396 Fixed bug with arguments object in inlined functions (issue 2045).
1397
1398 Fixed performance bug with lazy initialization (Chromium issue
1399 118686).
1400
1401 Added suppport for Mac OS X 64bit builds with GYP.
1402 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1403
1404 Fixed bug with hidden properties (issue 2034).
1405
1406 Fixed a performance bug when reloading pages (Chromium issue 117767,
1407 V8 issue 1902).
1408
1409 Fixed bug when optimizing throw in top-level code (issue 2054).
1410
1411 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1412
1413 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1414
1415 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1416
1417 Fixed compilation of V8 using uClibc.
1418
1419 Optimized boot-up memory use.
1420
1421 Optimized regular expressions.
1422
1423
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000014242012-03-30: Version 3.10.0
1425
1426 Fixed store IC writability check in strict mode
1427 (Chromium issue 120099).
1428
1429 Resynchronize timers if the Windows system time was changed.
1430 (Chromium issue 119815)
1431
1432 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1433 hardfp ARM
1434 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1435
1436 Fixed edge case for case independent regexp character classes
1437 (issue 2032).
1438
1439 Reset function info counters after context disposal.
1440 (Chromium issue 117767, V8 issue 1902)
1441
1442 Fixed missing write barrier in CopyObjectToObjectElements.
1443 (Chromium issue 119926)
1444
1445 Fixed missing bounds check in HasElementImpl.
1446 (Chromium issue 119925)
1447
1448 Performance and stability improvements on all platforms.
1449
1450
danno@chromium.org88aa0582012-03-23 15:11:57 +000014512012-03-23: Version 3.9.24
1452
1453 Activated count-based profiler for ARM.
1454
1455 Fixed use of proxies as f.prototype properties. (issue 2021)
1456
1457 Enabled snapshots on MIPS.
1458
1459 Performance and stability improvements on all platforms.
1460
1461
ulan@chromium.org6ff65142012-03-21 09:52:17 +000014622012-03-21: Version 3.9.23
1463
1464 Use correct arguments adaptation environment when inlining function
1465 containing arguments. (Issue 2014)
1466
1467 Performance and stability improvements on all platforms.
1468
1469
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000014702012-03-20: Version 3.9.22
1471
1472 Enabled count-based profiler by default.
1473
1474 Implemented a hash based look-up to speed up address checks
1475 in large object space (issue 853).
1476
1477 Performance and stability improvements on all platforms.
1478
1479
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000014802012-03-19: Version 3.9.21
1481
1482 Fixed push-to-trunk script (and re-push).
1483
1484 Added API call that identifies strings that are guaranteed only to
1485 contain ASCII characters.
1486
1487
14882012-03-19: Version 3.9.20
1489
1490 Fixed declarations escaping global strict eval. (Issue 1624)
1491
1492 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1493
1494 Fixed function declarations overwriting read-only global properties.
1495 (Chromium issue 115452)
1496
1497 Fixed --use-strict flag in combination with --harmony[-scoping].
1498
1499 Debugger: naive implementation of "step into Function.prototype.bind".
1500
1501 Debugger: added ability to set script source from within OnBeforeCompile
1502
1503 Added flag to always call DebugBreak on abort.
1504
1505 Re-enabled constructor inlining and inline === comparison with boolean
1506 constants. (Issue 2009)
1507
1508 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1509
1510 Performance and stability improvements on all platforms.
1511
1512
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000015132012-03-14: Version 3.9.19
1514
1515 Ensure there is a smi check of the receiver for global load and call
1516 ICs (Chromium issue 117794).
1517
1518 Performance and stability improvements on all platforms.
1519
1520
yangguo@chromium.org154ff992012-03-13 08:09:54 +000015212012-03-13: Version 3.9.18
1522
1523 Ensure consistency of Math.sqrt on Intel platforms.
1524
1525 Remove static initializers in v8. (issue 1859)
1526
1527 Add explicit dependency on v8_base in the GYP-based build.
1528
1529 Performance and stability improvements on all platforms.
1530
1531
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000015322012-03-12: Version 3.9.17
1533
1534 Fixed VFP detection through compiler defines. (issue 1996)
1535
1536 Add Code-related fields to postmortem metadata.
1537
1538 Performance and stability improvements on all platforms.
1539
1540
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000015412012-03-09: Version 3.9.16
1542
1543 Added basic interface inference for modules (behind the --harmony flag).
1544
1545 Added Object.is, Number.isFinite, Number.isNaN.
1546
1547 Updated the Unicode tables to Unicode version 6.1.0.
1548
1549 Performance and stability improvements on all platforms.
1550
1551
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000015522012-03-06: Version 3.9.15
1553
1554 Fix the heap profiler crash caused by memory layout changes between
1555 passes.
1556
1557 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1558
1559 Fix double-rounding in strtod for MinGW. (issue 1062)
1560
1561 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1562
1563 Performance and stability improvements on all platforms.
1564
1565
fschneider@chromium.org35814e52012-03-01 15:43:35 +000015662012-03-01: Version 3.9.14
1567
1568 Performance and stability improvements on all platforms.
1569
1570
ulan@chromium.org812308e2012-02-29 15:58:45 +000015712012-02-29: Version 3.9.13
1572
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001573 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001574
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001575 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1576 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001577
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001578 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001579
1580 Performance and stability improvements on all platforms.
1581
1582
ulan@chromium.org967e2702012-02-28 09:49:15 +000015832012-02-28: Version 3.9.12
1584
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001585 Fixed the negative lookup stub to handle deleted entries in a
1586 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001587
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001588 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001589 callback function can resolve the location of a return address on stack
1590 to the location where a return-address rewriting profiler stashed the
1591 original return address.
1592
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001593 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1594 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001595
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001596 Fixed issue 1853: Update breakpoints set with partial file name after
1597 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001598
1599
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000016002012-02-27: Version 3.9.11
1601
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001602 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001603
1604
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000016052012-02-24: Version 3.9.10
1606
1607 Fixed V8 issues 1322, 1772 and 1969.
1608
1609 Conformance improvements.
1610
1611 Performance and stability improvements on all platforms.
1612
1613
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000016142012-02-23: Version 3.9.9
1615
1616 Supported fast case for-in in Crankshaft.
1617
1618 Sped up heap snapshot serialization and dominators construction.
1619
1620 Randomized allocation addresses on windows. (Chromium issue 115151)
1621
1622 Fixed compilation with MinGW-w64. (issue 1943)
1623
1624 Fixed incorrect value of assignments to non-extensible properties.
1625
1626 Fixed a crash bug in generated code on ia32.
1627
1628 Performance and stability improvements on all platforms.
1629
1630
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000016312012-02-21: Version 3.9.8
1632
1633 Fixed memory leak and missing #include in StartupDataDecompressor
1634 (issue 1960).
1635
1636 Renamed static methods to avoid shadowing virtual methods and fix Clang
1637 C++11 compile error.
1638
1639 Fixed sequence of element access in array builtins (issue 1790).
1640
1641 Performance and stability improvements on all platforms.
1642
1643
yangguo@chromium.org56454712012-02-16 15:33:53 +000016442012-02-16: Version 3.9.7
1645
1646 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1647
1648 Fixed GCC-4.7 warnings.
1649
1650 Added Navier-Stokes benchmark.
1651
1652 Performance and stability improvements on all platforms.
1653
1654
ulan@chromium.org65a89c22012-02-14 11:46:07 +000016552012-02-14: Version 3.9.6
1656
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001657 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001658
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001659 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001660
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001661 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001662
1663 Heap Snapshot maximum size limit is too low for really big apps. At the
1664 moment the limit is 256MB. (Chromium issue 113015)
1665
1666 Performance and stability improvements on all platforms.
1667
1668
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000016692012-02-09: Version 3.9.5
1670
1671 Removed unused command line flags.
1672
1673 Performance and stability improvements on all platforms.
1674
1675
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000016762012-02-08: Version 3.9.4
1677
1678 Properly initialize element-transitioning array literals on ARM.
1679 (issue 1930)
1680
1681 Bug fixes on all platforms.
1682
1683
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000016842012-02-07: Version 3.9.3
1685
1686 When rethrowing an exception, print the stack trace of its original
1687 site instead of rethrow site (Chromium issue 60240).
1688
1689 Increased size of small stacks from 32k to 64k to avoid hitting limits
1690 in Chromium (Chromium issue 112843).
1691
1692
rossberg@chromium.org994edf62012-02-06 10:12:55 +000016932012-02-06: Version 3.9.2
1694
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001695 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001696
1697 Heap profiler reports implicit references.
1698
1699 Optionally export metadata with libv8 to enable debuggers to inspect V8
1700 state.
1701
1702
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000017032012-02-02: Version 3.9.1
1704
1705 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1706 (Chromium issue 112315).
1707
1708 Fixed a crash in dev tools (Chromium issue 107996).
1709
1710 Added 'dependencies_traverse': 1 to v8 GYP target.
1711
1712 Performance and stability improvements on all platforms.
1713
1714
danno@chromium.orgfa458e42012-02-01 10:48:36 +000017152012-02-01: Version 3.9.0
1716
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001717 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001718
1719 Stability fixes and performance improvements on all platforms.
1720
1721
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000017222012-01-26: Version 3.8.9
1723
1724 Flush number string cache on GC (issue 1605).
1725
1726 Provide access to function inferred name with
1727 v8::Function::GetInferredName in V8 public API.
1728
1729 Fix building with Clang (issue 1912).
1730
1731 Reduce the space used by the stack for the profiling thread.
1732
1733 Fix misleading documentation of v8::Locker (issue 542).
1734
1735 Introduce readbinary function in d8 to read binary files.
1736
1737 Performance and stability improvements on all platforms.
1738
1739
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000017402012-01-23: Version 3.8.8
1741
1742 Limited number of loop iterations in Heap::ReserveSpace
1743 (Chromium issue 99027).
1744
1745 Fixed solaris build (VirtualMemory) (issue 1761).
1746
1747 Fixed strict vs. non-strict handling of function proxies in
1748 higher-order array and string methods.
1749
1750 Enabled asynchronous remote debugging with d8 (issue 1691).
1751
1752 Stability and performance improvements on all platforms.
1753
1754
ulan@chromium.org2efb9002012-01-19 15:36:35 +000017552012-01-19: Version 3.8.7
1756
1757 Ensure that LRandom restores rsi after call to the C function on x64.
1758 (Chromium issue http://crbug.com/110509)
1759
1760 Fixing include issues on *bsd when building with scons.
1761 (issue 1897)
1762
1763 Provide a switch to specify -fno-strict-aliasing
1764 (issue 1887)
1765
1766 Move WIN32 define from standalone.gypi to common.gypi
1767 (issue 1760)
1768
1769 Fix corner-case in heap size estimation.
1770 (issue 1893)
1771
1772 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1773 (issue 1903)
1774
1775 Performance improvements and bug fixes.
1776
1777
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000017782012-01-16: Version 3.8.6
1779
1780 Add primitive WebGL array support to d8.
1781
1782 Improve heap size estimation (issue 1893).
1783
1784 Hash collision DOS workaround extended from string keys
1785 to numeric keys.
1786
1787 Provide an API for iterating through all external strings referenced
1788 from the JS heap.
1789
1790 Adjust position recorded for call expressions. http://crbug.com/109195
1791
1792 Fix GC crash related to instanceof. http://crbug.com/109448
1793
1794 Performance improvements and bug fixes.
1795
1796
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000017972012-01-05: Version 3.8.5
1798
1799 Fix broken test that assumes that no GC can clear the regexp cache (GC
1800 can happen at any time due to Crankshaft).
1801
1802 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1803
1804 Add netbsd support to gyp build.
1805
1806 Determine page size at runtime on posix platforms.
1807
1808 Ensure that store buffer filtering hash sets are cleared after
1809 StoreBuffer::Filter.
1810
1811 Randomize the seed used for string hashing. This helps guard against
1812 CPU-eating DOS attacks against node.js servers. Based on code from
1813 Bert Belder. This version only solves the issue for those that compile
1814 V8 themselves or those that do not use snapshots. A snapshot-based
1815 precompiled V8 will still have predictable string hash codes.
1816
1817 Implement callback when script finishes running in V8 API.
1818
1819 Improve performance of Math.min and Math.max for the case of two
1820 arguments. (issue 1325)
1821
1822
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000018232012-01-02: Version 3.8.4
1824
1825 Performance improvements for large Smi-only arrays.
1826
1827 Fixed InternalArrays construction. (issue 1878)
1828
1829
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000018302011-12-27: Version 3.8.3
1831
1832 Avoid embedding new space objects into code objects in the lithium gap
1833 resolver. (chromium:108296)
1834
1835 Bug fixes and performance optimizations on all platforms.
1836
1837
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000018382011-12-21: Version 3.8.2
1839
1840 Add max optimization flag to v8 gyp build to ensure V8 is always built
1841 fully optimized in Chrome.
1842
1843 MIPS: Bring MIPS to parity with other platforms.
1844
1845 Optimizations and stability improvements on all platforms.
1846
1847
ricow@chromium.org7ad65222011-12-19 12:13:11 +000018482011-12-19: Version 3.8.1
1849
1850 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1851
1852 Stability improvements on all platforms.
1853
1854
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000018552011-12-13: Version 3.8.0
1856
1857 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1858
1859 Sync parser and preparser on do-while and return statements.
1860 (issue 1856)
1861
1862 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1863
1864 Stability and performance improvements on all platforms.
1865
1866
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000018672011-12-01: Version 3.7.12
1868
1869 Increase tick interval for the android platform.
1870
1871 Fix a bug in the register allocator. (chromium:105112)
1872
1873 Fix handling of recompiling code. (chromium:105375, v8:1782)
1874
1875 Start incremental marking on idle notification. (v8:1458)
1876
1877 Build fixes for various platforms.
1878
1879 Various performance improvements.
1880
1881
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000018822011-11-29: Version 3.7.11
1883
1884 Fixed bug when generating padding to ensure space for lazy
1885 deoptimization.
1886 (issue 1846)
1887
1888 Further reduced pause times due to GC.
1889
1890 Stability and performance improvements on all platforms.
1891
1892
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000018932011-11-23: Version 3.7.10
1894
1895 Set maximum length of FixedArray in terms of elements instead an
1896 absolute number of bytes.
1897 (Chromium issue 103103)
1898
1899 Stability and performance improvements on all platforms.
1900
1901
19022011-11-21: Version 3.7.9
1903
1904 Removed exit-time destructors.
1905
1906 Stability and performance improvements on all platforms.
1907
1908
ricow@chromium.org27bf2882011-11-17 08:34:43 +000019092011-11-17: Version 3.7.8
1910
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001911 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001912 function on builtins will not make the original function reappear.
1913
1914 Added NetBSD support for scons build.
1915
1916 Performance improvements on all platforms.
1917
1918
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000019192011-11-14: Version 3.7.7
1920
1921 Fix missing fast property accessors in heap snapshots.
1922 (issue 1818)
1923
1924
danno@chromium.org2c456792011-11-11 12:00:53 +000019252011-11-11: Version 3.7.6
1926
1927 Fixed filtering of store buffer for large object pages.
1928 (issue 1817)
1929
1930 Fixed generated hash function on all platforms.
1931 (issue 1808)
1932
1933 Fixed Heap::Shrink to ensure that it does not free pages that are
1934 still in use.
1935 (Chromium issue 100414)
1936
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001937 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001938
1939
danno@chromium.orgc612e022011-11-10 11:38:15 +000019402011-11-10: Version 3.7.5
1941
1942 Added initial gyp infrastructure for MIPS.
1943
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001944 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001945 collector.
1946
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001947 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001948
1949
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000019502011-11-07: Version 3.7.4
1951
1952 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1953
1954 Fix Harmony sets and maps to allow null and undefined as keys
1955 (still hidden behind --harmony flag) (issue 1622).
1956
1957 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1958
1959 Enable VFP instructions for Android.
1960
1961 Fix error handling in Date.prototype.toISOString (issue 1792).
1962
1963 Bug fixes and performance improvements for all platforms.
1964
1965 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1966
1967
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000019682011-10-28: Version 3.7.3
1969
1970 Slight deoptimization as a workaround for issue with jslint: Issue
1971 1789.
1972
1973
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000019742011-10-27: Version 3.7.2
1975
1976 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1977
1978
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000019792011-10-26: Version 3.7.1
1980
1981 Achieved 33% speedup in debug-mode tests.
1982
1983 Removed special casing of calls to RegExp test and exec methods with no
1984 argument. Now matches new JSC behaviour. crbug.com/75740.
1985
1986 Return the empty string on cyclic references in toString (ES5
1987 conformance).
1988
1989 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1990
1991 Made Math.random state per-context instead of per-process (issue 864).
1992
1993 Fixed stack traces to skip native functions.
1994
1995 Make snapshots (new contexts) smaller and faster.
1996
1997 Fixed handling of Function.apply for non-array arguments.
1998
1999 Fixed evaluation order in defineProperties to match FireFox.
2000
2001 Fixed handling of non-object receivers for array builtins,
2002 crbug.com/100702.
2003
2004 Multiple fixes to improve compliance with test262.
2005
2006 Fixed compatibility with older Android releases.
2007
2008 Fixed compilation with gcc-4.5.3.
2009
2010 Improved performance of WriteUtf8, issue 1665.
2011
2012 Made native syntax an early error in the preparser.
2013
2014 Fixed issues 793 and 893 relating to Function.prototype.bind.
2015
2016 Improved let, const, Set and Map support and other Harmony features
2017 (behind the --harmony flag).
2018
2019 Changed evaluation order for > and <= to match ES5 instead of ES3.
2020
2021 Bug fixes and performance improvements on all platforms.
2022
2023
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000020242011-10-13: Version 3.7.0
2025
2026 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2027
2028 Fixed issue 1757 (string slices of external strings).
2029
2030 Fixed issue 1759 (ARM).
2031
2032 Added flag --noclever-optimizations to disable some things that
2033 caused trouble in the past.
2034
2035 Added flag --stress-compaction for testing.
2036
2037 Added flag --harmony to activate all experimental Harmony features.
2038
2039
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000020402011-10-10: Version 3.6.6
2041
2042 Added a GC pause visualization tool.
2043
2044 Added presubmit=no and werror=no flags to Makefile.
2045
2046 ES5/Test262 conformance improvements.
2047
2048 Fixed compilation issues with GCC 4.5.x (issue 1743).
2049
2050 Bug fixes and performance improvements on all platforms.
2051
2052
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000020532011-10-05: Version 3.6.5
2054
2055 New incremental garbage collector.
2056
2057 Removed the hard heap size limit (soft heap size limit is still
2058 700/1400Mbytes by default).
2059
2060 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2061
2062 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2063
2064 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2065
2066 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2067
2068 Fixed the MinGW and Windows 2000 builds.
2069
2070 Fixed "Prototype chain is not searched if named property handler does
2071 not set a property" (Issue 1636).
2072
2073 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2074
2075 Disallowed future reserved words as labels in strict mode.
2076
2077 Fixed string split to correctly coerce the separator to a string
2078 (Issue 1711).
2079
2080 API: Added an optional source length field to the Extension
2081 constructor.
2082
2083 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2084 (Issue 1573).
2085
2086 Added "native" target to Makefile for the benefit of Linux distros.
2087
2088 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2089
2090 More work on ES-Harmony proxies. Still hidden behind a flag.
2091
2092 Bug fixes and performance improvements on all platforms.
2093
2094
lrn@chromium.org34e60782011-09-15 07:25:40 +000020952011-09-15: Version 3.6.4
2096
2097 Fixed d8's broken readline history.
2098
2099 Removed the need for code delete events in CPU profiler (Issue 1466).
2100
2101 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2102
2103 Fixing parallel execution in d8 (with -p) and some memory leaks.
2104
2105 Support for precise stepping in functions compiled before debugging was
2106 started (step 1).
2107
2108
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000021092011-09-13: Version 3.6.3
2110
2111 Implemented better support of typed arrays in the d8 shell.
2112
2113 Bug fixes and performance improvements on all platforms.
2114
2115
ricow@chromium.org55ee8072011-09-08 16:33:10 +000021162011-09-08: Version 3.6.2
2117
2118 Added "dependencies" target to top-level Makefile.
2119
2120 Added ability to turn profiler on/off in d8.
2121
2122 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2123
2124 Fixed several crash bugs.
2125
2126
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000021272011-09-07: Version 3.6.1
2128
2129 Fixed a bug in abrupt exit from with or catch inside finally.
2130
2131 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2132 issue 95113).
2133
2134 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2135
2136 Fixed a few clang warnings (which -Werror treated as errors).
2137
2138 Performance improvements on all platforms.
2139
2140
fschneider@chromium.org1805e212011-09-05 10:49:12 +000021412011-09-05: Version 3.6.0
2142
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002143 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002144
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002145 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002146
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002147 Made arguments and caller always be null on native functions
2148 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002149
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002150 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002151
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002152 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002153
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002154 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002155
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002156 Fixed a problem with large heap snapshots in Chrome DevTools
2157 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002158
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002159 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002160
2161
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000021622011-08-31: Version 3.5.10
2163
2164 Added dependency of v8_base on WinSocket2 Windows library in
2165 the GYP-build.
2166
2167 Various bugfixes.
2168
2169
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000021702011-08-29: Version 3.5.9
2171
2172 Made FromPropertyDescriptor not trigger inherited setters.
2173
2174 Fixed .gyp files to work on the ARM simulator.
2175
2176 Fixed shared library build warnings for MSVS.
2177
2178
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000021792011-08-24: Version 3.5.8
2180
2181 Added V8EXPORT attributes for v8::Array::CheckCast and
2182 v8::Number::CheckCast.
2183
2184 Made a slight API change enabling opting out from null termination
2185 in String::Write*().
2186
2187 Fixed arm build for gcc-4.6.
2188
2189
rossberg@chromium.org28a37082011-08-22 11:03:23 +000021902011-08-22: Version 3.5.7
2191
2192 Make scanner handle invalid unicode escapes in identifiers correctly.
2193
2194 Make regexp flag parsing stricter.
2195
2196 Fix several memory leaks.
2197
2198
danno@chromium.orgb6451162011-08-17 14:33:23 +000021992011-08-17: Version 3.5.6
2200
2201 Fixed issue that could cause crashes when running with --heap-stats.
2202
2203 Fixed compilation on Linux 2.6.9 and older.
2204
2205 Fixed live-object-list to work with isolates.
2206
2207 Fixed memory leaks in zones and isolates.
2208
2209 Fixed a performance regression for TypedArrays on x64.
2210
2211 Stability improvements on all platforms.
2212
2213
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000022142011-08-15: Version 3.5.5
2215
2216 Fixed bugs involving negative zero and the optimizing compiler.
2217
2218 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2219
2220 Eliminated uses of deprecated ARM instructions.
2221
2222 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2223
2224 Removed restriction on the size of disassembled code that is printed.
2225
2226
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000022272011-08-10: Version 3.5.4
2228
2229 Added a preliminary implementation of ES Harmony weak maps. Weak
2230 maps can be enabled by the flag --harmony-weakmaps.
2231
2232 Introduced a toplevel Makefile to support GYP-based building. GYP
2233 can be obtained from http://gyp.googlecode.com.
2234
2235 Fixed a bug in the length property of functions created by
2236 Function.prototype.bind.
2237
2238 Reduced malloc heap allocation on process startup.
2239
2240 Several important code generation bug fixes.
2241
2242 Performance improvements on all platforms.
2243
2244
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000022452011-08-03: Version 3.5.3
2246
2247 MIPS: Port of fix to ClassOf check from ARM.
2248 Patch from Paul Lind <plind44@gmail.com>.
2249
2250 Stopped using mprotect on Cygwin.
2251 Avoided uninitialized member warning on gcc 4.3.4
2252 Both patches by Bert Belder.
2253
2254 Bug fixes and performance improvements on all platforms.
2255
2256
vegorov@chromium.org7943d462011-08-01 11:41:52 +000022572011-08-01: Version 3.5.2
2258
2259 Performance improvements on all platforms.
2260
2261
ricow@chromium.org2c99e282011-07-28 09:15:17 +000022622011-07-28: Version 3.5.1
2263
2264 Fixed setting the readonly flag on the prototype property using the
2265 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2266
2267 Changed the tools/test.py script to use d8 instead of shell for
2268 testing.
2269
2270 Fixed crash in ToBooleanStub when GC happens during invocation.
2271
2272 Enabled automatic unboxing of double arrays.
2273
2274 Performance improvements on all platforms.
2275
2276
ricow@chromium.org9fa09672011-07-25 11:05:35 +000022772011-07-25: Version 3.5.0
2278
2279 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2280 proxies.
2281
2282 Removed logging to memory support.
2283
2284 Bugfixes and performance work.
2285
2286
rossberg@chromium.org717967f2011-07-20 13:44:42 +000022872011-07-20: Version 3.4.14
2288
2289 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2290
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002291 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002292 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002293
2294 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2295
2296
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000022972011-07-18: Version 3.4.13
2298
2299 Improved debugger support to allow inspection of optimized frames (issue
2300 1140).
2301
2302 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2303
2304 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2305
2306 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2307
2308 Simplified HClampToUint8. Patch by Andy Wingo.
2309
2310 Exposed APIs for detecting boxed primitives, native errors. Patch by
2311 Luke Zarko.
2312
2313 Added map check for COW elements to crankshaft array handling code
2314 (issue 1560).
2315
2316 Sample shell and (a light version of) D8 links against a shared library
2317 now.
2318
2319 Fixed bug in array filter and reduce functions (issue 1559).
2320
2321 Avoid TLS load in AstNode constructor.
2322
2323 Introduced a random entropy source which can optionally be provided at
2324 initialization. (Chromium issue 89462).
2325
2326
whesse@chromium.org030d38e2011-07-13 13:23:34 +000023272011-07-13: Version 3.4.12
2328
2329 Added --prof profiling option to d8 shell.
2330
2331 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2332
2333 Fixed a potential assertion failure in const declarations.
2334
2335 Fixed an assertion failure in descriptor arrays (issue 1526).
2336
2337 Enabled fast thread-local storage by default on supported platforms.
2338
2339 Improved reporting of source position for global variable loads
2340 (issue 1527).
2341
2342
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000023432011-07-11: Version 3.4.11
2344
2345 Fixed MinGW32 build.
2346
2347 Fixed a GC bug with RegExp code flushing.
2348
2349 Implemented Object.defineProperty for proxies.
2350
2351 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2352
2353 Added debugger support for inspecting optimized frames (issue 1140).
2354
2355 Allowed JSObject::PreventExtensions to work for arguments objects.
2356
2357 Bugfixes and performance work.
2358
2359
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000023602011-07-06: Version 3.4.10
2361
2362 Fixed debugger not breaking on certain "if" statements (issue 1523).
2363
2364 Fixed assertion failure in runtime profiler when running on IA32
2365 without snapshot (issue 1522).
2366
2367 Fixed ABI for API calls on IA32 (for clang compatibility).
2368
2369 Introduced code flushing of RegExp code to free memory used by
2370 RegExps sooner.
2371
2372 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2373
2374 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2375
2376 Performance improvements on all platforms.
2377
2378
ricow@chromium.org4f693d62011-07-04 14:01:31 +000023792011-07-04: Version 3.4.9
2380
2381 Added support for debugger inspection of locals in optimized frames
2382 (issue 1140).
2383
2384 Fixed SConstruct to pass correct defines to samples/preparser when
2385 building with library=shared.
2386
2387 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2388
2389 Fixed a bug in Object.defineProperty on the arguments object.
2390
2391 Performance improvements on all platforms.
2392
2393
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000023942011-06-29: Version 3.4.8
2395
2396 Ensure 16-byte stack alignment on Solaris (issue 1505).
2397
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002398 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002399 that is not a smi. (issue 1246).
2400
2401
ager@chromium.org04921a82011-06-27 13:21:41 +000024022011-06-27: Version 3.4.7
2403
2404 Fixed 64-bit build on FreeBSD.
2405
2406 Added API to set the property attributes for the prototype
2407 property on functions created from FunctionTemplates.
2408
2409 Bugfixes and performance work.
2410
2411
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000024122011-06-22: Version 3.4.6
2413
2414 Lowered limit on code space for systems with low memory supply.
2415
2416 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2417
2418 Extended setBreakpoint API to accept partial script name (issue 1418).
2419
2420 Made multi-line comments not count when deciding whether the '-->'
2421 comment starter is first on a line. This matches Safari.
2422
2423 Made handling of non-array recievers in Array length setter correct
2424 (issue 1491).
2425
2426 Added ability to heap profiler to iterate over snapshot's node
2427 (issue 1481).
2428
2429
whesse@chromium.org7b260152011-06-20 15:33:18 +000024302011-06-20: Version 3.4.5
2431
2432 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2433 1476, and 1477.
2434
2435 Improved code generation for !0 and !1.
2436
2437 Reduced memory usage for regular expressions with nested qualifiers.
2438 (issue 1472)
2439
2440 Fixed V8 to count line terminators in multi-line comments.
2441 (Chromium issue 86431)
2442
2443 Fixed disassembler=on option for release-mode builds. (issue 1473)
2444
2445 Performance improvements on all platforms.
2446
2447
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000024482011-06-15: Version 3.4.4
2449
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002450 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002451
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002452 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002453
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002454 Several GYP-related changes: Added support for building Xcode project
2455 files. Make the ARM simulator build with GYP again. Generate Makefiles
2456 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002457
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002458 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2459 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002460
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002461 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002462
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002463 Handle 'undefined' correctly when === has been specialized for doubles.
2464 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002465
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002466 Corrected the limit of local variables in an optimized function from 64
2467 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002468
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002469 Correctly set ReadOnly flag on indexed properties when using the API Set
2470 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002471
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002472 Give the correct error message when Object.isExtensible is called on a
2473 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002474
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002475 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2476 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002477
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002478 Do not redefine properties unneccesarily in seal and freeze. (issue
2479 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002480
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002481 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002482
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002483 Distinguish keyed loads with a symbol key from fast elements loads,
2484 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002485
2486
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000024872011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002488
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002489 Clear the global thread table when an isolate is disposed
2490 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002491
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002492 Converted time zone name to UTF8 on Windows (issue 1290).
2493
2494 Limited the number of arguments in a function call to 32766
2495 (issue 1413).
2496
2497 Compress sources of JS libraries in addition to the snapshot.
2498
2499 Fixed a bug in Lithium environment iteration.
2500
2501 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002502
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002503
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000025042011-06-06: Version 3.4.2
2505
2506 More work on ES-Harmony proxies. Still hidden behind a flag.
2507
2508 Fixed some crash bugs and improved performance.
2509
2510 Fixed building with gdb debugging support.
2511
2512 Do not install SIGPROF handler until it is needed.
2513
2514 Added DateTimeFormat to i18n API.
2515
2516 Fixed compilation on OpenBSD.
2517
2518 Take the ulimit into account when sizing the heap. OpenBSD users
2519 may still have to increase the default ulimit to run heavy pages in
2520 the browser.
2521
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002522
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000025232011-06-01: Version 3.4.1
2524
2525 Fixed JSON stringify issue with arrays.
2526
2527 Changed calls to JS builtins to be passed undefined when called with
2528 implicit receiver.
2529
2530 Implemented the set trap for Harmony proxies. Proxies still need to
2531 be enabled with the --harmony-proxies flag.
2532
2533
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000025342011-05-30: Version 3.4.0
2535
2536 Changed calls to undefined property setters to not throw (issue 1355).
2537
2538 Made RegExp objects not callable.
2539
2540 Fixed issues on special case large JSON strings in new json parser
2541 (issues http://crbug.com/83877 and http://crbug.com/84186).
2542
2543 Performance improvements on all platforms.
2544
2545
danno@chromium.org40cb8782011-05-25 07:58:50 +000025462011-05-25: Version 3.3.10
2547
2548 Fixed calls of strict mode function with an implicit receiver.
2549
2550 Fixed fast handling of arrays to properly deal with changes to the
2551 Object prototype (issue 1403).
2552
2553 Changed strict mode poison pill to be the same type error function
2554 (issue 1387).
2555
2556 Fixed a debug crash in arguments object handling (issue 1227).
2557
2558 Fixed a bug in deoptimization on x64 (issue 1404).
2559
2560 Performance improvements and bug fixes on all platforms.
2561
2562
ager@chromium.orgea91cc52011-05-23 06:06:11 +000025632011-05-23: Version 3.3.9
2564
2565 Added DateTimeFormat class to experimental i18n API.
2566
2567 Extended preparser to give early errors for some strict mode
2568 restrictions.
2569
2570 Removed legacy execScript function from V8.
2571
2572 Extended isolate API with the ability to add embedder-specific
2573 data to an isolate.
2574
2575 Added basic support for polymorphic loads from JS and external
2576 arrays.
2577
2578 Fixed bug in handling of switch statements in the optimizing
2579 compiler.
2580
2581
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000025822011-05-18: Version 3.3.8
2583
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002584 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002585 handles are independent of all other persistent handles and can be
2586 garbage collected more frequently.
2587
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002588 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002589 with the --harmony-proxies flag.
2590
2591 Performance improvements and bug fixes on all platforms.
2592
2593
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000025942011-05-16: Version 3.3.7
2595
2596 Updated MIPS infrastructure files.
2597
2598 Performance improvements and bug fixes on all platforms.
2599
2600
karlklose@chromium.org83a47282011-05-11 11:54:09 +000026012011-05-11: Version 3.3.6
2602
2603 Updated MIPS infrastructure files.
2604
2605 Added method IsCallable for Object to the API.
2606 Patch by Peter Varga.
2607
2608
lrn@chromium.org1c092762011-05-09 09:42:16 +000026092011-05-09: Version 3.3.5
2610
2611 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2612
2613 Added check that receiver is JSObject on API calls.
2614
2615 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2616 Patch by Peter Varga.
2617
2618 Added CallAsFunction method to the Object class in the API (Issue 1336).
2619 Patch by Peter Varga.
2620
2621 Added per-isolate locking and unlocking.
2622
2623 Fixed bug in x64 >>> operator (Issue 1359).
2624
2625
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000026262011-05-04: Version 3.3.4
2627
2628 Implemented API to disallow code generation from strings for a context
2629 (issue 1258).
2630
2631 Fixed bug with whitespaces in parseInt (issue 955).
2632
2633 Fixed bug with == comparison of Date objects (issue 1356).
2634
2635 Added GYP variables for ARM code generation:
2636 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2637 and v8_use_arm_eabi_hardfloat.
2638
2639
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000026402011-05-02: Version 3.3.3
2641
2642 Added support for generating Visual Studio solution and project files
2643 using GYP.
2644
2645 Implemented support for ARM EABI calling convention variation where
2646 floating-point arguments are passed in registers (hardfloat).
2647
2648 Added Object::HasOwnProperty() to the API.
2649
2650 Added support for compressing startup data to reduce binary size. This
2651 includes build time support and an API for the embedder to decompress
2652 the startup data before initializing V8.
2653
2654 Reduced the profiling hooks overhead from >400% to 25% when using
2655 ll_prof.
2656
2657 Performance improvements and bug fixes on all platforms.
2658
2659
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000026602011-04-27: Version 3.3.2
2661
2662 Fixed crash bug on ARM with no VFP3 hardware.
2663
2664 Fixed compilation of V8 without debugger support.
2665
2666 Improved performance on JSLint.
2667
2668 Added support Float64 WebGL arrays.
2669
2670 Fixed crash bug in regexp replace.
2671
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002672
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000026732011-04-20: Version 3.3.1
2674
2675 Reduced V8 binary size by removing virtual functions from hydrogen.
2676
2677 Fixed crash bug on x64.
2678
2679 Performance improvements on ARM and IA32.
2680
2681
danno@chromium.org160a7b02011-04-18 15:51:38 +000026822011-04-18: Version 3.3.0
2683
2684 Fixed bug in floating point rounding in Crankshaft on ARM
2685 (issue 958)
2686
2687 Fixed a number of issues with running without VFPv3 support on ARM
2688 (issue 1315)
2689
2690 Introduced v8Locale.Collator, a partial implementation of Collator
2691 per last ECMAScript meeting + mailing list.
2692
2693 Minor performance improvements and bug fixes.
2694
2695
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000026962011-04-13: Version 3.2.10
2697
2698 Fixed bug in external float arrays on ARM (issue 1323).
2699
2700 Minor performance improvements and bug fixes.
2701
2702
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000027032011-04-11: Version 3.2.9
2704
2705 Removed support for ABI prior to EABI on ARM.
2706
2707 Fixed multiple crash bugs.
2708
2709 Added GCMole to the repository, a simple static analysis tool that
2710 searches for GC-unsafe evaluation order dependent callsites.
2711
2712 Made preparser API be exported in shared libraries.
2713
2714 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2715
2716 Fixed mutable __proto__ property if object is not extensible
2717 (Issue 1309).
2718
2719 Fixed auto suspension of the sampler thread.
2720
2721
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000027222011-04-06: Version 3.2.8
2723
2724 Exposed WebGL typed array constructors in the shell sample.
2725
2726 Performance improvements on all platforms.
2727
2728
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000027292011-04-04: Version 3.2.7
2730
2731 Disabled the original 'classic' V8 code generator. Crankshaft is
2732 now the default on all platforms.
2733
2734 Changed the heap profiler to use more descriptive names.
2735
2736 Performance and stability improvements to isolates on all platforms.
2737
2738
lrn@chromium.org7516f052011-03-30 08:52:27 +000027392011-03-30: Version 3.2.6
2740
2741 Fixed xcode build warning in shell.cc (out of order initialization).
2742
2743 Fixed null-pointer dereference in the compiler when running without
2744 SSE3 support (Chromium issue 77654).
2745
2746 Fixed x64 compilation error due to some dead code. (Issue 1286)
2747
2748 Introduced scons target to build the preparser stand-alone example.
2749
2750 Made FreeBSD build and pass all tests.
2751
2752
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000027532011-03-28: Version 3.2.5
2754
lrn@chromium.org7516f052011-03-30 08:52:27 +00002755 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002756
2757 Added Crankshaft support for external arrays.
2758
2759 Fixed two potential crash bugs.
2760
2761
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000027622011-03-23: Version 3.2.4
2763
2764 Added isolates which allows several V8 instances in the same process.
2765 This is controlled through the new Isolate class in the API.
2766
2767 Implemented more of EcmaScript 5 strict mode.
2768
2769 Reduced the time it takes to make detailed heap snapshot.
2770
2771 Added a number of commands to the ARM simulator and enhanced the ARM
2772 disassembler.
2773
2774
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000027752011-03-17: Version 3.2.3
2776
2777 Fixed a number of crash bugs.
2778
2779 Fixed Array::New(length) to return an array with a length (issue 1256).
2780
2781 Fixed FreeBSD build.
2782
2783 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2784
2785 Implemented more of EcmaScript 5 strict mode.
2786
2787 Improved Crankshaft performance on all platforms.
2788
2789
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000027902011-03-14: Version 3.2.2
2791
2792 Fixed a number of crash and correctness bugs.
2793
2794 Improved Crankshaft performance on all platforms.
2795
2796 Fixed Crankshaft on Solaris/Illumos.
2797
2798
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000027992011-03-10: Version 3.2.1
2800
2801 Fixed a number of crash bugs.
2802
2803 Improved Crankshaft for x64 and ARM.
2804
2805 Implemented more of EcmaScript 5 strict mode.
2806
2807
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000028082011-03-07: Version 3.2.0
2809
2810 Fixed a number of crash bugs.
2811
2812 Turned on Crankshaft by default on x64 and ARM.
2813
2814 Improved Crankshaft for x64 and ARM.
2815
2816 Implemented more of EcmaScript 5 strict mode.
2817
2818
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000028192011-03-02: Version 3.1.8
2820
2821 Fixed a number of crash bugs.
2822
2823 Improved Crankshaft for x64 and ARM.
2824
2825 Implemented more of EcmaScript 5 strict mode.
2826
2827 Fixed issue with unaligned reads and writes on ARM.
2828
2829 Improved heap profiler support.
2830
2831
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000028322011-02-28: Version 3.1.7
2833
2834 Fixed a number of crash bugs.
2835
2836 Improved Crankshaft for x64 and ARM.
2837
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002838 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002839 arrays (http://crbug.com/73940).
2840
2841 Fixed bug in map space compaction (http://crbug.com/59688).
2842
2843 Added support for direct getter accessors calls on ARM.
2844
2845
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000028462011-02-24: Version 3.1.6
2847
2848 Fixed a number of crash bugs.
2849
2850 Added support for Cygwin (issue 64).
2851
2852 Improved Crankshaft for x64 and ARM.
2853
2854 Added Crankshaft support for stores to pixel arrays.
2855
2856 Fixed issue in CPU profiler with Crankshaft.
2857
2858
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000028592011-02-16: Version 3.1.5
2860
2861 Change RegExp parsing to disallow /(*)/.
2862
2863 Added GDB JIT support for ARM.
2864
2865 Fixed several crash bugs.
2866
2867 Performance improvements on the IA32 platform.
2868
2869
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000028702011-02-14: Version 3.1.4
2871
2872 Fixed incorrect compare of prototypes of the global object (issue
2873 1082).
2874
2875 Fixed a bug in optimizing calls to global functions (issue 1106).
2876
2877 Made optimized Function.prototype.apply safe for non-JSObject first
2878 arguments (issue 1128).
2879
2880 Fixed an error related to element accessors on Object.prototype and
2881 parser errors (issue 1130).
2882
2883 Fixed a bug in sorting an array with large array indices (issue 1131).
2884
2885 Properly treat exceptions thrown while compiling (issue 1132).
2886
2887 Fixed bug in register requirements for function.apply (issue 1133).
2888
2889 Fixed a representation change bug in the Hydrogen graph construction
2890 (issue 1134).
2891
2892 Fixed the semantics of delete on parameters (issue 1136).
2893
2894 Fixed a optimizer bug related to moving instructions with side effects
2895 (issue 1138).
2896
2897 Added support for the global object in Object.keys (issue 1150).
2898
2899 Fixed incorrect value for Math.LOG10E
2900 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2901
2902 Performance improvements on the IA32 platform.
2903
2904 Implement assignment to undefined reference in ES5 Strict Mode.
2905
2906
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000029072011-02-09: Version 3.1.3
2908
2909 Fixed a bug triggered by functions with huge numbers of declared
2910 arguments.
2911
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002912 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002913
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002914 Fixed issue where Array.prototype.__proto__ had been set to null
2915 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002916
2917 Fixed stability bugs in Crankshaft for x86.
2918
2919
ricow@chromium.org83aa5492011-02-07 12:42:56 +000029202011-02-07: Version 3.1.2
2921
2922 Added better security checks when accessing properties via
2923 Object.getOwnPropertyDescriptor.
2924
2925 Fixed bug in Object.defineProperty and related access bugs (issues
2926 992, 1083 and 1092).
2927
2928 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2929 copyright notice generation for embedders.
2930
2931
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000029322011-02-02: Version 3.1.1
2933
2934 Perform security checks before fetching the value in
2935 Object.getOwnPropertyDescriptor.
2936
2937 Fixed a bug in Array.prototype.splice triggered by passing no
2938 arguments.
2939
2940 Fixed bugs in -0 in arithmetic and in Math.pow.
2941
2942 Fixed bugs in the register allocator and in switching from optimized
2943 to unoptimized code.
2944
2945
29462011-01-31: Version 3.1.0
2947
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002948 Performance improvements on all platforms.
2949
2950
ager@chromium.org378b34e2011-01-28 08:04:38 +000029512011-01-28: Version 3.0.12
2952
2953 Added support for strict mode parameter and object property
2954 validation.
2955
2956 Fixed a couple of crash bugs.
2957
2958
ager@chromium.org0ee099b2011-01-25 14:06:47 +000029592011-01-25: Version 3.0.11
2960
2961 Fixed a bug in deletion of lookup slots that could cause global
2962 variables to be accidentally deleted (http://crbug.com/70066).
2963
2964 Added support for strict mode octal literal verification.
2965
2966 Fixed a couple of crash bugs (issues 1070 and 1071).
2967
2968
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000029692011-01-24: Version 3.0.10
2970
2971 Fixed External::Wrap for 64-bit addresses (issue 1037).
2972
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002973 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002974 code generator (issue 1060).
2975
2976 Introduced partial strict mode support.
2977
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002978 Changed formatting of recursive error messages to match Firefox and
2979 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002980
2981 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002982 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002983 (issue http://crbug.com/50972).
2984
2985 Performance improvements on the IA32 platform.
2986
2987
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000029882011-01-19: Version 3.0.9
2989
2990 Added basic GDB JIT Interface integration.
2991
2992 Make invalid break/continue statements a syntax error instead of a
2993 runtime error.
2994
2995
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029962011-01-17: Version 3.0.8
2997
2998 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002999 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003000
3001 Wrapped external pointers more carefully (issue 1037).
3002
3003 Hardened the implementation of error objects to avoid setters
3004 intercepting the properties set then throwing an error.
3005
3006 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3007
3008 Performance improvements on the IA32 platform.
3009
3010
30112011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003012
3013 Stopped calling inherited setters when creating object literals
3014 (issue 1015).
3015
3016 Changed interpretation of malformed \c? escapes in RegExp to match
3017 JSC.
3018
3019 Enhanced the command-line debugger interface and fixed some minor
3020 bugs in the debugger.
3021
3022 Performance improvements on the IA32 platform.
3023
3024
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000030252011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003026
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003027 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003028
3029 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003030 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003031
3032 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003033 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003034
3035 Added use_system_v8 option to gyp (off by default), to make it easier
3036 for Linux distributions to ship with system-provided V8 library.
3037
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003038 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003039
3040 Added labelled thread names to help with debugging (on Linux).
3041
3042
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000030432011-01-03: Version 3.0.5
3044
3045 Fixed a couple of cast errors for gcc-3.4.3.
3046
3047 Performance improvements in GC and IA32 code generator.
3048
3049
whesse@chromium.org023421e2010-12-21 12:19:12 +000030502010-12-21: Version 3.0.4
3051
3052 Added Date::ResetCache() to the API so that the cached values in the
3053 Date object can be reset to allow live DST / timezone changes.
3054
3055 Extended existing support for printing (while debugging) the contents
3056 of objects. Added support for printing objects from release builds.
3057
3058 Fixed V8 issues 989, 1006, and 1007.
3059
3060
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000030612010-12-17: Version 3.0.3
3062
3063 Reapplied all changes for version 3.0.1.
3064
3065 Improved debugger protocol for remote debugging.
3066
3067 Added experimental support for using gyp to generate build files
3068 for V8.
3069
3070 Fixed implementation of String::Write in the API (issue 975).
3071
3072
lrn@chromium.org8541d772010-12-15 12:05:09 +000030732010-12-15: Version 3.0.2
3074
3075 Revert version 3.0.1 and patch 3.0.1.1.
3076
3077
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000030782010-12-13: Version 3.0.1
3079
3080 Added support for an experimental internationalization API as an
3081 extension. This extension is disabled by default but can be enabled
3082 when building V8. The ECMAScript internationalization strawman is
3083 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3084
3085 Made RegExp character class parsing stricter. This mirrors a change
3086 to RegExp parsing in WebKit.
3087
3088 Fixed a bug in Object.defineProperty when used to change attributes
3089 of an existing property. It incorrectly set the property value to
3090 undefined (issue 965).
3091
3092 Fixed several different compilation failures on various platforms
3093 caused by the 3.0.0 release.
3094
3095 Optimized Math.pow so it can work on unboxed doubles.
3096
3097 Sped up quoting of JSON strings by removing one traversal of the
3098 string.
3099
3100
kasperl@chromium.orga5551262010-12-07 12:49:48 +000031012010-12-07: Version 3.0.0
3102
3103 Improved performance by (partially) addressing issue 957 on
3104 IA-32. Still needs more work for the other architectures.
3105
3106
ager@chromium.orgbeb25712010-11-29 08:02:25 +000031072010-11-29: Version 2.5.9
3108
3109 Fixed crashes during GC caused by partially initialize heap
3110 objects.
3111
3112 Fixed bug in process sample that caused memory leaks.
3113
3114 Improved performance on ARM by implementing missing stubs and
3115 inlining.
3116
3117 Improved heap profiler support.
3118
3119 Added separate seeding on Windows of the random number generator
3120 used internally by the compiler (issue 936).
3121
3122 Exposed API for getting the name of the function used to construct
3123 an object.
3124
3125 Fixed date parser to handle one and two digit millisecond
3126 values (issue 944).
3127
3128 Fixed number parsing to disallow space between sign and
3129 digits (issue 946).
3130
3131
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000031322010-11-23: Version 2.5.8
3133
3134 Removed dependency on Gay's dtoa.
3135
3136 Improved heap profiler precision and speed.
3137
3138 Reduced overhead of callback invocations on ARM.
3139
3140
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000031412010-11-18: Version 2.5.7
3142
3143 Fixed obscure evaluation order bug (issue 931).
3144
3145 Split the random number state between JavaScript and the private API.
3146
3147 Fixed performance bug causing GCs when generating stack traces on
3148 code from very large scripts.
3149
3150 Fixed bug in parser that allowed (foo):42 as a labelled statement
3151 (issue 918).
3152
3153 Provide more accurate results about used heap size via
3154 GetHeapStatistics.
3155
3156 Allow build-time customization of the max semispace size.
3157
3158 Made String.prototype.split honor limit when separator is empty
3159 (issue 929).
3160
3161 Added missing failure check after expecting an identifier in
3162 preparser (Chromium issue 62639).
3163
3164
ager@chromium.org01fe7df2010-11-10 11:59:11 +000031652010-11-10: Version 2.5.6
3166
3167 Added support for VFP rounding modes to the ARM simulator.
3168
3169 Fixed multiplication overflow bug (issue 927).
3170
3171 Added a limit for the amount of executable memory (issue 925).
3172
3173
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000031742010-11-08: Version 2.5.5
3175
3176 Added more aggressive GC of external objects in near out-of-memory
3177 situations.
3178
3179 Fixed a bug that gave the incorrect result for String.split called
3180 on the empty string (issue 924).
3181
3182
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000031832010-11-03: Version 2.5.4
3184
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003185 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003186
3187
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000031882010-11-01: Version 2.5.3
3189
3190 Fixed a bug that prevents constants from overwriting function values
3191 in object literals (issue 907).
3192
3193 Fixed a bug with reporting of impossible nested calls of DOM functions
3194 (issue http://crbug.com/60753).
3195
3196
lrn@chromium.org303ada72010-10-27 09:33:13 +000031972010-10-27: Version 2.5.2
3198
3199 Improved sampler resolution on Linux.
3200
3201 Allowed forcing the use of a simulator from the build script
3202 independently of the host architecture.
3203
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003204 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003205
3206 Made windows-tick-processor respect D8_PATH.
3207
3208 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3209
3210
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000032112010-10-20: Version 2.5.1
3212
3213 Fixed bug causing spurious out of memory exceptions
3214 (issue http://crbug.com/54580).
3215
3216 Fixed compilation error on Solaris platform (issue 901).
3217
3218 Fixed error in strtod (string to floating point number conversion)
3219 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3220
3221 Adjusted randomized allocations of executable memory to have 64k
3222 granularity (issue http://crbug.com/56036).
3223
3224 Supported profiling using kernel perf_events on linux. Added ll_prof
3225 script to tools and --ll-prof flag to V8.
3226
3227
vegorov@chromium.org42841962010-10-18 11:18:59 +000032282010-10-18: Version 2.5.0
3229
3230 Fixed bug in cache handling of lastIndex on global regexps
3231 (issue http://crbug.com/58740).
3232
3233 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3234 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003235 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003236
3237 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3238
3239
32402010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003241
3242 Fixed a bug in the handling of conditional expressions in test
3243 contexts in compiler for top-level code.
3244
3245 Added "//@ sourceURL" information to the StackTrace API.
3246
3247 Exposed RegExp construction through the API.
3248
3249
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000032502010-10-04: Version 2.4.8
3251
3252 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3253 whole snapshot (issue 868).
3254
3255 Performance improvements on all platforms.
3256
3257
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000032582010-09-30: Version 2.4.7
3259
3260 Changed the command-line flag --max-new-space-size to be in kB and the
3261 flag --max-old-space-size to be in MB (previously they were in bytes).
3262
3263 Added Debug::CancelDebugBreak to the debugger API.
3264
3265 Fixed a bug in getters for negative numeric property names
3266 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3267
3268 Performance improvements on all platforms.
3269
3270
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000032712010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003272
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003273 Fixed assertion failure related to copy-on-write arrays (issue 876).
3274
3275 Fixed build failure of 64-bit V8 on Windows.
3276
3277 Fixed a bug in RegExp (issue http://crbug.com/52801).
3278
3279 Improved the profiler's coverage to cover more functions (issue 858).
3280
3281 Fixed error in shift operators on 64-bit V8
3282 (issue http://crbug.com/54521).
3283
3284
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000032852010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003286
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003287 Changed the RegExp benchmark to exercise the regexp engine on different
3288 inputs by scrambling the input strings.
3289
3290 Fixed a bug in keyed loads on strings.
3291
3292 Fixed a bug with loading global function prototypes.
3293
3294 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3295
3296 Performance improvements on all platforms.
3297
3298
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000032992010-09-15: Version 2.4.4
3300
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003301 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003302
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003303 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003304
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003305 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003306
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003307 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003308
3309
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000033102010-09-13: Version 2.4.3
3311
3312 Made Date.parse properly handle TZ offsets (issue 857).
3313
3314 Performance improvements on all platforms.
3315
3316
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000033172010-09-08: Version 2.4.2
3318
3319 Fixed GC crash bug.
3320
3321 Fixed stack corruption bug.
3322
3323 Fixed compilation for newer C++ compilers that found Operand(0)
3324 ambiguous.
3325
3326
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000033272010-09-06: Version 2.4.1
3328
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003329 Added the ability for an embedding application to receive a callback
3330 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3331 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003332
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003333 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003334
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003335 Fixed memory overrun crash bug triggered during V8's tick-based
3336 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003337
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003338 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003339
3340
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000033412010-09-01: Version 2.4.0
3342
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003343 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3344 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003345
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003346 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003347 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003348
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003349 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003350
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003351 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003352
3353
ricow@chromium.org65fae842010-08-25 15:26:24 +000033542010-08-25: Version 2.3.11
3355
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003356 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003357
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003358 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003359 VARIANT_FLAGS that allows specification of sets of flags with which
3360 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003361
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003362 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003363
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003364 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003365
3366
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000033672010-08-23: Version 2.3.10
3368
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003369 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003370
3371 Build fixes for unusual compilers.
3372
3373 Track high water mark for RWX memory.
3374
3375 Performance improvements on all platforms.
3376
3377
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000033782010-08-18: Version 2.3.9
3379
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003380 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003381
3382 Removed specialized handling of GCC 4.4 (issue 830).
3383
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003384 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003385 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3386
ricow@chromium.org65fae842010-08-25 15:26:24 +00003387 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003388
3389
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000033902010-08-16: Version 2.3.8
3391
3392 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3393
3394 Fixed issue with incorrect handling of custom valueOf methods on
3395 string wrappers (issue 760).
3396
3397 Fixed compilation for ARMv4 (issue 590).
3398
3399 Improved performance.
3400
3401
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000034022010-08-11: Version 2.3.7
3403
3404 Reduced size of heap snapshots produced by heap profiler (issue 783).
3405
3406 Introduced v8::Value::IsRegExp method.
3407
3408 Fixed CPU profiler crash in start / stop sequence when non-existent
3409 name is passed (issue http://crbug.com/51594).
3410
3411 Introduced new indexed property query callbacks API (issue 816). This
3412 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3413 by default.
3414
3415 Removed support for object literal get/set with number/string
3416 property name.
3417
3418 Fixed handling of JSObject::elements in CalculateNetworkSize
3419 (issue 822).
3420
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003421 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003422
3423
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000034242010-08-09: Version 2.3.6
3425
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003426 RegExp literals create a new object every time they are evaluated
3427 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003428
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003429 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003430
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003431 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003432
3433
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000034342010-08-04: Version 2.3.5
3435
3436 Added support for ES5 property names. Object initialisers and
3437 dot-notation property access now allows keywords. Also allowed
3438 non-identifiers after "get" or "set" in an object initialiser.
3439
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003440 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003441
3442
whesse@chromium.orge90029b2010-08-02 11:52:17 +000034432010-08-02: Version 2.3.4
3444
3445 Fixed problems in implementation of ES5 function.prototype.bind.
3446
3447 Fixed error when using apply with arguments object on ARM (issue 784).
3448
3449 Added setting of global flags to debugger protocol.
3450
3451 Fixed an error affecting cached results of sin and cos (issue 792).
3452
3453 Removed memory leak from a boundary case where V8 is not initialized.
3454
3455 Fixed issue where debugger could set breakpoints outside the body
3456 of a function.
3457
3458 Fixed issue in debugger when using both live edit and step in features.
3459
3460 Added Number-letter (Nl) category to Unicode tables. These characters
3461 can now be used in identifiers.
3462
3463 Fixed an assert failure on X64 (issue 806).
3464
3465 Performance improvements on all platforms.
3466
3467
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000034682010-07-26: Version 2.3.3
3469
3470 Fixed error when building the d8 shell in a fresh checkout.
3471
3472 Implemented Function.prototype.bind (ES5 15.3.4.5).
3473
3474 Fixed an error in inlined stores on ia32.
3475
3476 Fixed an error when setting a breakpoint at the end of a function
3477 that does not end with a newline character.
3478
3479 Performance improvements on all platforms.
3480
3481
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000034822010-07-21: Version 2.3.2
3483
3484 Fixed compiler warnings when building with LLVM.
3485
3486 Fixed a bug with for-in applied to strings (issue 785).
3487
3488 Performance improvements on all platforms.
3489
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003490
ricow@chromium.org4980dff2010-07-19 08:33:45 +000034912010-07-19: Version 2.3.1
3492
3493 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3494
3495 Fixed bug related to code flushing while compiling a lazy
3496 compilable function (issue http://crbug.com/49099).
3497
3498 Performance improvements on all platforms.
3499
3500
ager@chromium.orgb5737492010-07-15 09:29:43 +000035012010-07-15: Version 2.3.0
3502
3503 Added ES5 Object.seal and Object.isSealed.
3504
3505 Added debugger API for scheduling debugger commands from a
3506 separate thread.
3507
3508
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000035092010-07-14: Version 2.2.24
3510
3511 Added API for capturing stack traces for uncaught exceptions.
3512
3513 Fixed crash bug when preparsing from a non-external V8 string
3514 (issue 775).
3515
3516 Fixed JSON.parse bug causing input not to be converted to string
3517 (issue 764).
3518
3519 Added ES5 Object.freeze and Object.isFrozen.
3520
3521 Performance improvements on all platforms.
3522
3523
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000035242010-07-07: Version 2.2.23
3525
3526 API change: Convert Unicode code points outside the basic multilingual
3527 plane to the replacement character. Previous behavior was to silently
3528 truncate the value to 16 bits.
3529
3530 Fixed crash: handle all flat string types in regexp replace.
3531
3532 Prevent invalid pre-parsing data passed in through the API from
3533 crashing V8.
3534
3535 Performance improvements on all platforms.
3536
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003537
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000035382010-07-05: Version 2.2.22
3539
3540 Added ES5 Object.isExtensible and Object.preventExtensions.
3541
3542 Enabled building V8 as a DLL.
3543
3544 Fixed a bug in date code where -0 was not interpreted as 0
3545 (issue 736).
3546
3547 Performance improvements on all platforms.
3548
3549
lrn@chromium.org32d961d2010-06-30 09:09:34 +000035502010-06-30: Version 2.2.21
3551
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003552 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003553
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003554 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003555
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003556 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003557
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003558 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003559
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003560 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003561
3562 Provide actual breakpoints locations in response to setBreakpoint
3563 and listBreakpoints requests.
3564
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003565
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000035662010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003567
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003568 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003569
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003570 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003571
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003572 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003573
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003574 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003575 miscalculated for some inputs.
3576
3577 Performance improvements on all platforms.
3578
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003579
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000035802010-06-23: Version 2.2.19
3581
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003582 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003583 (issue 738).
3584
3585 Added expose-externalize-string flag for testing extensions.
3586
3587 Resolve linker issues with using V8 as a DLL causing a number of
3588 problems with unresolved symbols.
3589
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003590 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003591 defined.
3592
3593 Performance improvements on all platforms.
3594
3595
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000035962010-06-16: Version 2.2.18
3597
3598 Added API functions to retrieve information on indexed properties
3599 managed by the embedding layer. Fixes bug 737.
3600
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003601 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003602
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003603 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003604
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003605 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003606
3607 Incremental performance improvements.
3608
3609
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000036102010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003611
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003612 Improved debugger support for stepping out of functions.
3613
3614 Incremental performance improvements.
3615
3616
36172010-06-09: Version 2.2.16
3618
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003619 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003620 disposal of external string resources to call a virtual Dispose
3621 method on the resource.
3622
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003623 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003624 stepping.
3625
3626 Memory usage improvements on all platforms.
3627
3628
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000036292010-06-07: Version 2.2.15
3630
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003631 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003632
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003633 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003634 some compilers complaint when compiling with -Werror.
3635
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003636 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003637
3638
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000036392010-06-02: Version 2.2.14
3640
3641 Fixed a crash in code generated for String.charCodeAt.
3642
3643 Fixed a compilation issue with some GCC versions (issue 727).
3644
3645 Performance optimizations on x64 and ARM platforms.
3646
3647
ricow@chromium.org30ce4112010-05-31 10:38:25 +000036482010-05-31: Version 2.2.13
3649
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003650 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003651 strings (issue 599).
3652
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003653 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003654
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003655 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003656
3657 Performance improvements on all platforms.
3658
3659
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000036602010-05-26: Version 2.2.12
3661
3662 Allowed accessors to be defined on objects rather than just object
3663 templates.
3664
3665 Changed the ScriptData API.
3666
3667
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000036682010-05-21: Version 2.2.11
3669
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003670 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003671
3672 Use 'full compiler' when debugging is active. This should increase
3673 the density of possible break points, making single step more fine
3674 grained. This will only take effect for functions compiled after
3675 debugging has been started, so recompilation of all functions is
3676 required to get the full effect. IA32 and x64 only for now.
3677
3678 Misc. fixes to the Solaris build.
3679
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003680 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003681
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003682 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003683
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003684 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003685
3686 Incremental performance improvements in all backends.
3687
3688
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000036892010-05-17: Version 2.2.10
3690
3691 Performance improvements in the x64 and ARM backends.
3692
3693
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000036942010-05-10: Version 2.2.9
3695
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003696 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003697
3698 Fixed bug with Date.parse returning a non-NaN value when called on a
3699 non date string (issue 696).
3700
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003701 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003702 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003703
3704 C++ API for retrieving JavaScript stack trace information.
3705
3706
ager@chromium.orgac091b72010-05-05 07:34:42 +000037072010-05-05: Version 2.2.8
3708
3709 Performance improvements in the x64 and ARM backends.
3710
3711
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000037122010-05-03: Version 2.2.7
3713
3714 Added support for ES5 date time string format to Date.parse.
3715
3716 Performance improvements in the x64 backend.
3717
3718
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000037192010-04-28: Version 2.2.6
3720
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003721 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003722 (by Ryan Dahl <coldredlemur@gmail.com>).
3723
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003724 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003725
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003726 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003727
3728 Performance improvements on all platforms.
3729
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003730
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000037312010-04-26: Version 2.2.5
3732
3733 Various performance improvements (especially for ARM and x64)
3734
3735 Fixed bug in CPU profiling (http://crbug.com/42137)
3736
3737 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003738
3739 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003740 wrong calculations.
3741
3742 Fixed a bug that may cause a wrong result for shift operations.
3743
3744
37452010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003746
3747 Fixed warnings on arm on newer GCC versions.
3748
3749 Fixed a number of minor bugs.
3750
3751 Performance improvements on all platforms.
3752
3753
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000037542010-04-14: Version 2.2.3
3755
3756 Added stack command and mem command to ARM simulator debugger.
3757
3758 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3759
3760 Performance improvements on all platforms.
3761
3762
ager@chromium.org357bf652010-04-12 11:30:10 +000037632010-04-12: Version 2.2.2
3764
3765 Introduced new profiler API.
3766
3767 Fixed random number generator to produce full 32 random bits.
3768
3769
lrn@chromium.org25156de2010-04-06 13:10:27 +000037702010-04-06: Version 2.2.1
3771
3772 Debugger improvements.
3773
3774 Fixed minor bugs.
3775
3776
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000037772010-03-29: Version 2.2.0
3778
3779 Fixed a few minor bugs.
3780
3781 Performance improvements for string operations.
3782
3783
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000037842010-03-26: Version 2.1.10
3785
3786 Fixed scons build issues.
3787
3788 Fixed a couple of minor bugs.
3789
3790
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000037912010-03-25: Version 2.1.9
3792
3793 Added API support for reattaching a global object to a context.
3794
3795 Extended debugger API with access to the internal debugger context.
3796
3797 Fixed Chromium crashes (issues http://crbug.com/39128 and
3798 http://crbug.com/39160)
3799
3800
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000038012010-03-24: Version 2.1.8
3802
3803 Added fine-grained garbage collection callbacks to the API.
3804
3805 Performance improvements on all platforms.
3806
3807
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000038082010-03-22: Version 2.1.7
3809
3810 Fixed issue 650.
3811
3812 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003813
3814 Performance improvements for arithmetic operations.
3815
3816 Performance improvements for string operations.
3817
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003818 Print script name and line number information in stack trace.
3819
3820
38212010-03-17: Version 2.1.6
3822
3823 Performance improvements for arithmetic operations.
3824
3825 Performance improvements for string operations.
3826
3827
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000038282010-03-10: Version 2.1.4
3829
3830 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3831
3832 Performance improvements on all platforms.
3833
3834
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000038352010-03-10: Version 2.1.3
3836
3837 Added API method for context-disposal notifications.
3838
3839 Added API method for accessing elements by integer index.
3840
3841 Added missing implementation of Uint32::Value and Value::IsUint32
3842 API methods.
3843
3844 Added IsExecutionTerminating API method.
3845
3846 Disabled strict aliasing for GCC 4.4.
3847
3848 Fixed string-concatenation bug (issue 636).
3849
3850 Performance improvements on all platforms.
3851
3852
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000038532010-02-23: Version 2.1.2
3854
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003855 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003856
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003857 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003858
3859 Performance improvements on all platforms.
3860
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003861
ager@chromium.org5c838252010-02-19 08:53:10 +000038622010-02-19: Version 2.1.1
3863
3864 [ES5] Implemented Object.defineProperty.
3865
3866 Improved profiler support.
3867
3868 Added SetPrototype method in the public V8 API.
3869
3870 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3871 objects in the API.
3872
3873 Performance improvements on all platforms.
3874
3875
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000038762010-02-03: Version 2.1.0
3877
3878 Values are now always wrapped in objects when used as a receiver.
3879 (issue 223).
3880
3881 [ES5] Implemented Object.getOwnPropertyNames.
3882
3883 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3884 JSON grammar.
3885
3886 Improvement of debugger agent (issue 549 and 554).
3887
3888 Fixed problem with skipped stack frame in profiles (issue 553).
3889
3890 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3891 <ry@tinyclouds.org>.
3892
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003893 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003894 integers.
3895
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003896 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003897 functions (isue http://crbug.com/3867).
3898
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003899 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003900
3901 Numerous performance improvements including porting of previous IA-32
3902 optimizations to x64 and ARM architectures.
3903
3904
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000039052010-01-14: Version 2.0.6
3906
3907 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3908 GetOwnProperty, FromPropertyDescriptor.
3909
3910 Fixed Mac x64 build errors.
3911
3912 Improved performance of some math and string operations.
3913
3914 Improved performance of some regexp operations.
3915
3916 Improved performance of context creation.
3917
3918 Improved performance of hash tables.
3919
3920
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000039212009-12-18: Version 2.0.5
3922
3923 Extended to upper limit of map space to allow for 7 times as many map
3924 to be allocated (issue 524).
3925
3926 Improved performance of code using closures.
3927
3928 Improved performance of some binary operations involving doubles.
3929
3930
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000039312009-12-16: Version 2.0.4
3932
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003933 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003934
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003935 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003936
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003937 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003938
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003939 Improved handling of external strings by using a separate table
3940 instead of weak handles. This improves garbage collection
3941 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003942
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003943 Changed code generation for object and array literals in toplevel
3944 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003945
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003946 Fixed a crash bug triggered when garbage collection happened during
3947 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003948
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003949 Fixed crash bug sometimes triggered when local variables shadowed
3950 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003951
3952
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000039532009-12-03: Version 2.0.3
3954
3955 Optimized handling and adding of strings, for-in and Array.join.
3956
3957 Heap serialization is now non-destructive.
3958
3959 Improved profiler support with information on time spend in C++
3960 callbacks registered through the API.
3961
3962 Added commands to the debugger protocol for starting/stopping
3963 profiling.
3964
3965 Enabled the non-optimizing compiler for top-level code.
3966
3967 Changed the API to only allow strings to be set as data objects on
3968 Contexts and scripts to avoid potentially keeping global objects
3969 around for too long (issue 528).
3970
3971 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3972
3973 Fixed bugs.
3974
3975
ager@chromium.org01beca72009-11-24 14:29:16 +000039762009-11-24: Version 2.0.2
3977
3978 Improved profiler support.
3979
3980 Fixed bug that broke compilation of d8 with readline support.
3981
3982
ager@chromium.org6141cbe2009-11-20 12:14:52 +000039832009-11-20: Version 2.0.1
3984
3985 Fixed crash bug in String.prototype.replace.
3986
3987 Reverted a change which caused Chromium interactive ui test
3988 failures.
3989
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003990
ager@chromium.orgc4c92722009-11-18 14:12:51 +000039912009-11-18: Version 2.0.0
3992
3993 Added support for VFP on ARM.
3994
3995 Added TryCatch::ReThrow method to the API.
3996
3997 Reduced the size of snapshots and improved the snapshot load time.
3998
3999 Improved heap profiler support.
4000
4001 64-bit version now supported on Windows.
4002
4003 Fixed a number of debugger issues.
4004
4005 Fixed bugs.
4006
4007
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000040082009-10-29: Version 1.3.18
4009
4010 Reverted a change which caused crashes in RegExp replace.
4011
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004012 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004013
4014
ager@chromium.org3811b432009-10-28 14:53:37 +000040152009-10-28: Version 1.3.17
4016
4017 Added API method to get simple heap statistics.
4018
4019 Improved heap profiler support.
4020
4021 Fixed the implementation of the resource constraint API so it
4022 works when using snapshots.
4023
4024 Fixed a number of issues in the Windows 64-bit version.
4025
4026 Optimized calls to API getters.
4027
4028 Added valgrind notification on code modification to the 64-bit version.
4029
4030 Fixed issue where we logged shared library addresses on Windows at
4031 startup and never used them.
4032
4033
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000040342009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004035
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004036 X64: Convert smis to holding 32 bits of payload.
4037
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004038 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004039
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004040 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004041
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004042 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004043 Patch by Jan de Mooij <jandemooij@gmail.com>
4044
4045 Implement ES5 Array.isArray
4046 Patch by Jan de Mooij <jandemooij@gmail.com>
4047
4048 Skip access checks for hidden properties.
4049
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004050 Added String::Concat(Handle<String> left, Handle<String> right) to the
4051 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004052
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004053 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004054
4055
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000040562009-10-07: Version 1.3.15
4057
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004058 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004059
4060 Fixed a crash bug happening when starting profiling (issue
4061 http://crbug.com/23768).
4062
4063
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000040642009-10-07: Version 1.3.14
4065
4066 Added GetRealNamedProperty to the API to lookup real properties
4067 located on the object or in the prototype chain skipping any
4068 interceptors.
4069
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004070 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004071 stack limit now needs to be set to each thread thich is used with V8.
4072
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004073 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004074
4075 Ensure V8 is initialized before locking and unlocking threads.
4076
4077 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004078 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004079 Crockford from the project.
4080
4081 Added a missing optimization in StringCharAt.
4082
4083 Fixed some flaky socket tests.
4084
4085 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4086 in 64-bit mode.
4087
4088 Fixed memory leaks in the thread management code.
4089
4090 Fixed the result of assignment to a pixel array. The assigned value
4091 is now the result.
4092
4093 Error reporting for invalid left-hand sides in for-in statements, pre-
4094 and postfix count expressions, and assignments now matches the JSC
4095 behavior in Safari 4.
4096
4097 Follow the spec in disallowing function declarations without a name.
4098
4099 Always allocate code objects within a 2 GB range. On x64 architecture
4100 this is used to use near calls (32-bit displacement) in Code objects.
4101
4102 Optimized array construction ported to x64 and ARM architectures.
4103
4104 [ES5] Changed Object.keys to return strings for element indices.
4105
4106
ager@chromium.org68e7ab72009-09-23 09:40:39 +000041072009-09-23: Version 1.3.13
4108
4109 Fixed uninitialized memory problem.
4110
4111 Improved heap profiler support.
4112
4113
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000041142009-09-22: Version 1.3.12
4115
4116 Changed behavior of |function|.toString() on built-in functions to
4117 be compatible with other implementations. Patch by Jan de Mooij.
4118
4119 Added Object::IsDirty in the API.
4120
4121 Optimized array construction; it is now handled purely in native
4122 code.
4123
4124 [ES5] Made properties of the arguments array enumerable.
4125
4126 [ES5] Added test suite adapter for the es5conform test suite.
4127
4128 [ES5] Added Object.keys function.
4129
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004130
ager@chromium.org4af710e2009-09-15 12:20:11 +000041312009-09-15: Version 1.3.11
4132
4133 Fixed crash in error reporting during bootstrapping.
4134
4135 Optimized generated IA32 math code by using SSE2 instructions when
4136 available.
4137
4138 Implemented missing pieces of debugger infrastructure on ARM. The
4139 debugger is now fully functional on ARM.
4140
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004141 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004142
4143
ager@chromium.orga1645e22009-09-09 19:27:10 +000041442009-09-09: Version 1.3.10
4145
4146 Fixed profiler on Mac in 64-bit mode.
4147
4148 Optimized creation of objects from simple constructor functions on
4149 ARM.
4150
4151 Fixed a number of debugger issues.
4152
4153 Reduced the amount of memory consumed by V8.
4154
4155
ager@chromium.org18ad94b2009-09-02 08:22:29 +000041562009-09-02: Version 1.3.9
4157
4158 Optimized stack guard checks on ARM.
4159
4160 Optimized API operations by inlining more in the API.
4161
4162 Optimized creation of objects from simple constructor functions.
4163
4164 Enabled a number of missing optimizations in the 64-bit port.
4165
4166 Implemented native-code support for regular expressions on ARM.
4167
4168 Stopped using the 'sahf' instruction on 64-bit machines that do
4169 not support it.
4170
4171 Fixed a bug in the support for forceful termination of JavaScript
4172 execution.
4173
4174
ager@chromium.org96c75b52009-08-26 09:13:16 +000041752009-08-26: Version 1.3.8
4176
4177 Changed the handling of idle notifications to allow idle
4178 notifications when V8 has not yet been initialized.
4179
4180 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004181
ager@chromium.org96c75b52009-08-26 09:13:16 +00004182
ager@chromium.orgab99eea2009-08-25 07:05:41 +000041832009-08-25: Version 1.3.7
4184
4185 Reduced the size of generated code on ARM platforms by reducing
4186 the size of constant pools.
4187
4188 Changed build files to not include the 'ENV' user environment
4189 variable in the build environment.
4190
4191 Changed the handling of idle notifications.
4192
4193
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000041942009-08-21: Version 1.3.6
4195
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004196 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004197
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004198 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004199 a low memory situation to V8.
4200
4201 Changed the handling of global handles (persistent handles in the API
4202 sense) to avoid issues regarding allocation of new global handles
4203 during weak handle callbacks.
4204
4205 Changed the growth policy of the young space.
4206
4207 Fixed a GC issue introduced in version 1.3.5.
4208
4209
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000042102009-08-19: Version 1.3.5
4211
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004212 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004213
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004214 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004215
4216 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4217
4218 Changed typeof RegExp from 'object' to 'function' for compatibility.
4219 Fixed bug where regexps were not callable across contexts.
4220
4221 Added context independent script compilation to the API.
4222
4223 Added API call to get the stack trace for an exception.
4224
4225 Added API for getting object mirrors.
4226
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004227 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004228 running off a snapshot generated without using SSE3 instructions.
4229
4230 Tweaked the handling of the initial size and growth policy of the heap.
4231
4232 Added native code generation for RegExp to 64-bit version.
4233
4234 Added JavaScript debugger support to 64-bit version.
4235
4236
ager@chromium.orgadd848f2009-08-13 12:44:13 +000042372009-08-13: Version 1.3.4
4238
4239 Added a readline() command to the d8 shell.
4240
4241 Fixed bug in json parsing.
4242
4243 Added idle notification to the API and reduced memory on idle
4244 notifications.
4245
4246
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000042472009-08-12: Version 1.3.3
4248
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004249 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004250
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004251 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004252
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004253 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004254
4255 API: added function to find instance of template in prototype
4256 chain. Inlined Object::IsInstanceOf.
4257
4258 Land change to notify valgrind when we modify code on x86.
4259
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004260 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004261
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004262 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004263
4264
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000042652009-08-05: Version 1.3.2
4266
4267 Started new compiler infrastructure for two-pass compilation using a
4268 control flow graph constructed from the AST.
4269
4270 Profiler stack sampling for X64.
4271
4272 Safe handling of NaN to Posix platform-dependent time functions.
4273
4274 Added a new profiler control API to unify controlling various aspects
4275 of profiling.
4276
4277 Fixed issue 392.
4278
4279
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000042802009-07-30: Version 1.3.1
4281
4282 Speed improvements to accessors and interceptors.
4283
4284 Added support for capturing stack information on custom errors.
4285
4286 Added support for morphing an object into a pixel array where its
4287 indexed properties are stored in an external byte array. Values written
4288 are always clamped to the 0..255 interval.
4289
4290 Profiler on x64 now handles C/C++ functions from shared libraries.
4291
4292 Changed the debugger to avoid stepping into function.call/apply if the
4293 function is a built-in.
4294
4295 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004296
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004297 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004298
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004299 Optimized the called as constructor check for API calls.
4300
4301
kasperl@chromium.orge959c182009-07-27 08:59:04 +000043022009-07-27: Version 1.3.0
4303
4304 Allowed RegExp objects to be called as functions (issue 132).
4305
4306 Fixed issue where global property cells would escape after
4307 detaching the global object; see http://crbug.com/16276.
4308
4309 Added support for stepping into setters and getters in the
4310 debugger.
4311
4312 Changed the debugger to avoid stopping in its own JavaScript code
4313 and in the code of built-in functions.
4314
4315 Fixed issue 345 by avoiding duplicate escaping labels.
4316
4317 Fixed ARM code generator crash in short-circuited boolean
4318 expressions and added regression tests.
4319
4320 Added an external allocation limit to avoid issues where small V8
4321 objects would hold on to large amounts of external memory without
4322 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004323
4324 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004325
4326
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000043272009-07-13: Version 1.2.14
4328
4329 Added separate paged heap space for global property cells and
4330 avoid updating the write barrier when storing into them.
4331
4332 Improved peep-hole optimization on ARM platforms by not emitting
4333 unnecessary debug information.
4334
4335 Re-enabled ICs for loads and calls that skip a global object
4336 during lookup through the prototype chain.
4337
4338 Allowed access through global proxies to use ICs.
4339
4340 Fixed issue 401.
4341
4342
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000043432009-07-09: Version 1.2.13
4344
4345 Fixed issue 397, issue 398, and issue 399.
4346
4347 Added support for breakpoint groups.
4348
4349 Fixed bugs introduced with the new global object representation.
4350
4351 Fixed a few bugs in the ARM code generator.
4352
4353
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000043542009-07-06: Version 1.2.12
4355
4356 Added stack traces collection to Error objects accessible through
4357 the e.stack property.
4358
4359 Changed RegExp parser to use a recursive data structure instead of
4360 stack-based recursion.
4361
4362 Optimized Date object construction and string concatenation.
4363
4364 Improved performance of div, mod, and mul on ARM platforms.
4365
4366
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000043672009-07-02: Version 1.2.11
4368
4369 Improved performance on IA-32 and ARM.
4370
4371 Fixed profiler sampler implementation on Mac OS X.
4372
4373 Changed the representation of global objects to improve
4374 performance of adding a lot of new properties.
4375
4376
ager@chromium.org3e875802009-06-29 08:26:34 +000043772009-06-29: Version 1.2.10
4378
4379 Improved debugger support.
4380
4381 Fixed bug in exception message reporting (issue 390).
4382
4383 Improved overall performance.
4384
4385
ager@chromium.org5aa501c2009-06-23 07:57:28 +000043862009-06-23: Version 1.2.9
4387
4388 Improved math performance on ARM.
4389
4390 Fixed profiler name-inference bug.
4391
4392 Fixed handling of shared libraries in the profiler tick processor
4393 scripts.
4394
4395 Fixed handling of tests that time out in the test scripts.
4396
4397 Fixed compilation on MacOS X version 10.4.
4398
4399 Fixed two bugs in the regular expression engine.
4400
4401 Fixed a bug in the string type inference.
4402
4403 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004404
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004405 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004406
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004407
ager@chromium.orgeadaf222009-06-16 09:43:10 +000044082009-06-16: Version 1.2.8
4409
4410 Optimized math on ARM platforms.
4411
4412 Fixed two crash bugs in the handling of getters and setters.
4413
4414 Improved the debugger support by adding scope chain information.
4415
4416 Improved the profiler support by compressing log data transmitted
4417 to clients.
4418
4419 Improved overall performance.
4420
4421
ager@chromium.orge2902be2009-06-08 12:21:35 +000044222009-06-08: Version 1.2.7
4423
4424 Improved debugger and profiler support.
4425
4426 Reduced compilation time by improving the handling of deferred
4427 code.
4428
4429 Optimized interceptor accesses where the property is on the object
4430 on which the interceptors is attached.
4431
4432 Fixed compilation problem on GCC 4.4 by changing the stack
4433 alignment to 16 bytes.
4434
4435 Fixed handle creation to follow stric aliasing rules.
4436
4437 Fixed compilation on FreeBSD.
4438
4439 Introduced API for forcing the deletion of a property ignoring
4440 interceptors and attributes.
4441
4442
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000044432009-05-29: Version 1.2.6
4444
4445 Added a histogram recording hit rates at different levels of the
4446 compilation cache.
4447
4448 Added stack overflow check for the RegExp analysis phase. Previously a
4449 very long regexp graph could overflow the stack with recursive calls.
4450
4451 Use a dynamic buffer when collecting log events in memory.
4452
4453 Added start/stop events to the profiler log.
4454
4455 Fixed infinite loop which could happen when setting a debug break while
4456 executing a RegExp compiled to native code.
4457
4458 Fixed handling of lastIndexOf called with negative index (issue 351).
4459
4460 Fixed irregular crash in profiler test (issue 358).
4461
4462 Fixed compilation issues with some versions of gcc.
4463
4464
kasperl@chromium.org71affb52009-05-26 05:44:31 +000044652009-05-26: Version 1.2.5
4466
4467 Fixed bug in initial boundary check for Boyer-Moore text
4468 search (issue 349).
4469
4470 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4471 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4472 Craig Schlenter.
4473
4474 Added a script cache to the debugger.
4475
4476 Optimized compilation performance by improving internal data
4477 structures and avoiding expensive property load optimizations for
4478 code that's infrequently executed.
4479
4480 Exposed the calling JavaScript context through the static API
4481 function Context::GetCalling().
4482
4483
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000044842009-05-18: Version 1.2.4
4485
4486 Improved performance of floating point number allocation for ARM
4487 platforms.
4488
4489 Fixed crash when using the instanceof operator on functions with
4490 number values in their prototype chain (issue 341).
4491
4492 Optimized virtual frame operations in the code generator to speed
4493 up compilation time and allocated the frames in the zone.
4494
4495 Made the representation of virtual frames and jump targets in the
4496 code generator much more compact.
4497
4498 Avoided linear search for non-locals in scope code when resolving
4499 variables inside with and eval scopes.
4500
4501 Optimized lexical scanner by dealing with whitespace as part of
4502 the token scanning instead of as a separate step before it.
4503
4504 Changed the scavenging collector so that promoted objects do not
4505 reside in the old generation while their remembered set is being
4506 swept for pointers into the young generation.
4507
4508 Fixed numeric overflow handling when compiling count operations.
4509
4510
ager@chromium.org9085a012009-05-11 19:22:57 +000045112009-05-11: Version 1.2.3
4512
4513 Fixed bug in reporting of out-of-memory situations.
4514
4515 Introduced hidden prototypes on certain builtin prototype objects
4516 such as String.prototype to emulate JSC's behavior of restoring
4517 the original function when deleting functions from those prototype
4518 objects.
4519
4520 Fixed crash bug in the register allocator.
4521
4522
ager@chromium.org5ec48922009-05-05 07:25:34 +000045232009-05-04: Version 1.2.2
4524
4525 Fixed bug in array sorting for sparse arrays (issue 326).
4526
4527 Added support for adding a soname when building a shared library
4528 on Linux (issue 151).
4529
4530 Fixed bug caused by morphing internal ASCII strings to external
4531 two-byte strings. Slices over ASCII strings have to forward ASCII
4532 checks to the underlying buffer string.
4533
4534 Allowed API call-as-function handlers to be called as
4535 constructors.
4536
4537 Fixed a crash bug where an external string was disposed but a
4538 slice of the external string survived as a symbol.
4539
4540
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000045412009-04-27: Version 1.2.1
4542
4543 Added EcmaScript 5 JSON object.
4544
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004545 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004546
4547
ager@chromium.org65dad4b2009-04-23 08:48:43 +000045482009-04-23: Version 1.2.0
4549
4550 Optimized floating-point operations on ARM.
4551
4552 Added a number of extensions to the debugger API.
4553
4554 Changed the enumeration order for unsigned integer keys to always
4555 be numerical order.
4556
4557 Added a "read" extension to the shell sample.
4558
4559 Added support for Array.prototype.reduce and
4560 Array.prototype.reduceRight.
4561
4562 Added an option to the SCons build to control Microsoft Visual C++
4563 link-time code generation.
4564
4565 Fixed a number of bugs (in particular issue 315, issue 316,
4566 issue 317 and issue 318).
4567
4568
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000045692009-04-15: Version 1.1.10
4570
4571 Fixed crash bug that occurred when loading a const variable in the
4572 presence of eval.
4573
4574 Allowed using with and eval in registered extensions in debug mode
4575 by fixing bogus assert.
4576
4577 Fixed the source position for function returns to enable the
4578 debugger to break there.
4579
4580
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000045812009-04-14: Version 1.1.9
4582
4583 Made the stack traversal code in the profiler robust by avoiding
4584 to look into the heap.
4585
4586 Added name inferencing for anonymous functions to facilitate
4587 debugging and profiling.
4588
4589 Re-enabled stats timers in the developer shell (d8).
4590
4591 Fixed issue 303 by avoiding to shortcut cons-symbols.
4592
4593
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000045942009-04-11: Version 1.1.8
4595
4596 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4597
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004598 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004599 the debugger (issue 269).
4600
4601 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4602 are no hidden properties.
4603
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004604 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004605 entries with deleted resources would lead to NPEs when looking
4606 up in the symbol table.
4607
4608
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000046092009-04-07: Version 1.1.7
4610
4611 Added support for easily importing additional environment
4612 variables into the SCons build.
4613
4614 Optimized strict equality checks.
4615
4616 Fixed crash in indexed setters on objects without a corresponding
4617 getter (issue 298).
4618
4619 Re-enabled script compilation cache.
4620
4621
ager@chromium.org8682a592009-04-01 10:47:14 +000046222009-04-01: Version 1.1.6
4623
4624 Reverted an unsafe code generator change.
4625
4626
ager@chromium.org71daaf62009-04-01 07:22:49 +000046272009-04-01: Version 1.1.5
4628
4629 Fixed bug that caused function literals to not be optimized as
4630 much as other functions.
4631
4632 Improved profiler support.
4633
4634 Fixed a crash bug in connection with debugger unloading.
4635
4636 Fixed a crash bug in the code generator caused by losing the
4637 information that a frame element was copied.
4638
4639 Fixed an exception propagation bug that could cause non-null
4640 return values when exceptions were thrown.
4641
4642
ager@chromium.org41826e72009-03-30 13:30:57 +000046432009-03-30: Version 1.1.4
4644
4645 Optimized String.prototype.match.
4646
4647 Improved the stack information in profiles.
4648
4649 Fixed bug in ARM port making it possible to compile the runtime
4650 system for thumb mode again.
4651
4652 Implemented a number of optimizations in the code generator.
4653
4654 Fixed a number of memory leaks in tests.
4655
4656 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004657 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004658
4659
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000046602009-03-24: Version 1.1.3
4661
4662 Fixed assertion failures in compilation of loop conditions.
4663
4664 Removed STL dependency from developer shell (d8).
4665
4666 Added infrastructure for protecting the V8 heap from corruption
4667 caused by memory modifications from the outside.
4668
4669
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000046702009-03-24: Version 1.1.2
4671
4672 Improved frame merge code generated by the code generator.
4673
4674 Optimized String.prototype.replace.
4675
4676 Implemented __defineGetter__ and __defineSetter__ for properties
4677 with integer keys on non-array objects.
4678
4679 Improved debugger and profiler support.
4680
4681 Fixed a number of portability issues to allow compilation for
4682 smaller ARM devices.
4683
4684 Exposed object cloning through the API.
4685
4686 Implemented hidden properties. This is used to expose an identity
4687 hash for objects through the API.
4688
4689 Implemented restarting of regular expressions if their input
4690 string changes representation during preemption.
4691
4692 Fixed a code generator bug that could cause assignments in loops
4693 to be ignored if using continue to break out of the loop (issue
4694 284).
4695
4696
ager@chromium.org3a6061e2009-03-12 14:24:36 +000046972009-03-12: Version 1.1.1
4698
4699 Fixed an assertion in the new compiler to take stack overflow
4700 exceptions into account.
4701
4702 Removed exception propagation code that could cause crashes.
4703
4704 Fixed minor bug in debugger line number computations.
4705
4706 8-byte align the C stack on Linux and Windows to speed up floating
4707 point computations.
4708
4709
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000047102009-03-12: Version 1.1.0
4711
4712 Improved code generation infrastructure by doing simple register
4713 allocation and constant folding and propagation.
4714
4715 Optimized regular expression matching by avoiding to create
4716 intermediate string arrays and by flattening nested array
4717 representations of RegExp data.
4718
4719 Traverse a few stack frames when recording profiler samples to
4720 include partial call graphs in the profiling output.
4721
4722 Added support for using OProfile to profile generated code.
4723
4724 Added remote debugging support to the D8 developer shell.
4725
4726 Optimized creation of nested literals like JSON objects.
4727
4728 Fixed a bug in garbage collecting unused maps and turned it on by
4729 default (--collect-maps).
4730
4731 Added support for running tests under Valgrind.
4732
4733
kasperl@chromium.org061ef742009-02-27 12:16:20 +000047342009-02-27: Version 1.0.3
4735
4736 Optimized double-to-integer conversions in bit operations by using
4737 SSE3 instructions if available.
4738
4739 Optimized initialization sequences that store to multiple
4740 properties of the same object.
4741
4742 Changed the D8 debugger frontend to use JSON messages.
4743
4744 Force garbage collections when disposing contexts.
4745
4746 Align code objects at 32-byte boundaries.
4747
4748
ager@chromium.org381abbb2009-02-25 13:23:22 +000047492009-02-25: Version 1.0.2
4750
4751 Improved profiling support by performing simple call stack
4752 sampling for ticks and by fixing a bug in the logging of code
4753 addresses.
4754
4755 Fixed a number of debugger issues.
4756
4757 Optimized code that uses eval.
4758
4759 Fixed a couple of bugs in the regular expression engine.
4760
4761 Reduced the size of generated code for certain regular expressions.
4762
4763 Removed JSCRE completely.
4764
4765 Fixed issue where test could not be run if there was a dot in the
4766 checkout path.
4767
4768
ager@chromium.org6f10e412009-02-13 10:11:16 +000047692009-02-13: Version 1.0.1
4770
4771 Fixed two crash-bugs in irregexp (issue 231 and 233).
4772
4773 Fixed a number of minor bugs (issue 87, 227 and 228).
4774
4775 Added support for morphing strings to external strings on demand
4776 to avoid having to create copies in the embedding code.
4777
4778 Removed experimental support for external symbol callbacks.
4779
4780
iposva@chromium.org245aa852009-02-10 00:49:54 +000047812009-02-09: Version 1.0.0
4782
4783 Fixed crash-bug in the code generation for case independent 16 bit
4784 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004785
iposva@chromium.org245aa852009-02-10 00:49:54 +00004786 Made shells more robust in the presence of string conversion
4787 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004788
iposva@chromium.org245aa852009-02-10 00:49:54 +00004789 Fixed a potential infinite loop when attempting to resolve
4790 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004791
iposva@chromium.org245aa852009-02-10 00:49:54 +00004792 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004793
iposva@chromium.org245aa852009-02-10 00:49:54 +00004794 Reduced binary by stripping unneeded text from JavaScript library and
4795 minifying some JavaScript files.
4796
4797
ager@chromium.orgddb913d2009-01-27 10:01:48 +000047982009-01-27: Version 0.4.9
4799
4800 Enabled new regular expression engine.
4801
4802 Made a number of changes to the debugger protocol.
4803
4804 Fixed a number of bugs in the preemption support.
4805
4806 Added -p option to the developer shell to run files in parallel
4807 using preemption.
4808
4809 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4810 193, 198 and 201).
4811
4812 Fixed a number of bugs in the serialization/deserialization
4813 support for the ARM platform.
4814
4815
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000048162009-01-19: Version 0.4.8.1
4817
4818 Minor patch to debugger support.
4819
4820
ager@chromium.org32912102009-01-16 10:38:43 +000048212009-01-16: Version 0.4.8
4822
4823 Fixed string length bug on ARM (issue 171).
4824
4825 Made most methods in the API const.
4826
4827 Optimized object literals by improving data locality.
4828
4829 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004830 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004831
4832 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004833 eval to behave incorrectly when using accessors (issues 186, 190
4834 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004835
4836
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000048372009-01-06: Version 0.4.7
4838
ager@chromium.org32912102009-01-16 10:38:43 +00004839 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004840
ager@chromium.org32912102009-01-16 10:38:43 +00004841 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004842
ager@chromium.org32912102009-01-16 10:38:43 +00004843 Fixed subtle bug that caused the wrong 'this' to be used when
4844 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004845
ager@chromium.org32912102009-01-16 10:38:43 +00004846 Inline array loads within loops directly in the code instead of
4847 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004848
ager@chromium.org32912102009-01-16 10:38:43 +00004849
ager@chromium.org8bb60582008-12-11 12:02:20 +000048502008-12-11: Version 0.4.6
4851
4852 Fixed exception reporting bug where certain exceptions were
4853 incorrectly reported as uncaught.
4854
4855 Improved the memory allocation strategy used during compilation to
4856 make running out of memory when compiling huge scripts less
4857 likely.
4858
4859 Optimized String.replace by avoiding the construction of certain
4860 sub strings.
4861
4862 Fixed bug in code generation for large switch statements on ARM.
4863
4864 Fixed bug that caused V8 to change the global object template
4865 passed in by the user.
4866
4867 Changed the API for creating object groups used during garbage
4868 collection. Entire object groups are now passed to V8 instead of
4869 individual members of the groups.
4870
ager@chromium.org32912102009-01-16 10:38:43 +00004871
ager@chromium.orga74f0da2008-12-03 16:05:52 +000048722008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004873
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004874 Added experimental API support for allocating V8 symbols as
4875 external strings.
4876
4877 Fixed bugs in debugging support on ARM.
4878
4879 Changed eval implementation to correctly detect whether or not a
4880 call to eval is aliased.
4881
4882 Fixed bug caused by a combination of the compilation cache and
4883 dictionary probing in native code. The bug caused us to sometimes
4884 call functions that had not yet been compiled.
4885
4886 Added platform support for FreeBSD.
4887
4888 Added support for building V8 on Windows with either the shared or
4889 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004890
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004891 Added the v8::jscre namespace around the jscre functions to avoid
4892 link errors (duplicate symbols) when building Google Chrome.
4893
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004894 Added support for calling a JavaScript function with the current
4895 debugger execution context as its argument to the debugger
4896 interface.
4897
4898 Changed the type of names of counters from wchar_t to char.
4899
4900 Changed the Windows system call used to compute daylight savings
4901 time. The system call that we used to use became four times
4902 slower on WinXP SP3.
4903
4904 Added support in the d8 developer shell for memory-mapped counters
4905 and added a stats-viewer tool.
4906
4907 Fixed bug in upper/lower case mappings (issue 149).
4908
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004909
ager@chromium.org3bf7b912008-11-17 09:09:45 +000049102008-11-17: Version 0.4.4
4911
4912 Reduced code size by using shorter instruction encoding when
4913 possible.
4914
4915 Added a --help option to the shell sample and to the d8 shell.
4916
4917 Added visual studio project files for building the ARM simulator.
4918
4919 Fixed a number of ARM simulator issues.
4920
4921 Fixed bug in out-of-memory handling on ARM.
4922
4923 Implemented shell support for passing arguments to a script from
4924 the command line.
4925
4926 Fixed bug in date code that made certain date functions return -0
4927 instead of 0 for dates before the epoch.
4928
4929 Restricted applications of eval so it can only be used in the
4930 context of the associated global object.
4931
4932 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004933
4934
ager@chromium.org870a0b62008-11-04 11:43:05 +000049352008-11-04: Version 0.4.3
4936
4937 Added support for API accessors that prohibit overwriting by
4938 accessors defined in JavaScript code by using __defineGetter__ and
4939 __defineSetter__.
4940
4941 Improved handling of conditionals in test status files.
4942
4943 Introduced access control in propertyIsEnumerable.
4944
4945 Improved performance of some string operations by caching
4946 information about the type of the string between operations.
4947
4948 Fixed bug in fast-case code for switch statements that only have
4949 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004950
ager@chromium.org870a0b62008-11-04 11:43:05 +00004951
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000049522008-10-30: Version 0.4.2
4953
4954 Improved performance of Array.prototype.concat by moving the
4955 implementation to C++ (issue 123).
4956
4957 Fixed heap growth policy to avoid growing old space to its maximum
4958 capacity before doing a garbage collection and fixed issue that
4959 would lead to artificial out of memory situations (issue 129).
4960
4961 Fixed Date.prototype.toLocaleDateString to return the date in the
4962 same format as WebKit.
4963
4964 Added missing initialization checks to debugger API.
4965
4966 Added removing of unused maps during GC.
4967
4968
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000049692008-10-28: Version 0.4.1
4970
4971 Added caching of RegExp data in compilation cache.
4972
4973 Added Visual Studio project file for d8 shell.
4974
4975 Fixed function call performance regression introduced in version
4976 0.4.0 when splitting the global object in two parts (issue 120).
4977
4978 Fixed issue 131 by checking for empty handles before throwing and
4979 reporting exceptions.
4980
4981
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000049822008-10-23: Version 0.4.0
4983
4984 Split the global object into two parts: The state holding global
4985 object and the global object proxy.
4986
4987 Fixed bug that affected the value of an assignment to an element
4988 in certain cases (issue 116).
4989
4990 Added GetPropertyNames functionality (issue 33) and extra Date
4991 functions (issue 77) to the API.
4992
4993 Changed WeakReferenceCallback to take a Persistent<Value> instead
4994 of a Persistent<Object> (issue 101).
4995
4996 Fixed issues with message reporting for exceptions in try-finally
4997 blocks (issues 73 and 75).
4998
ager@chromium.org32912102009-01-16 10:38:43 +00004999 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005000
5001 Improved Boyer-Moore implementation for faster indexOf operations.
5002
5003 Added development shell (d8) which includes counters and
5004 completion support.
5005
5006 Fixed problem with the receiver passed to functions called from
5007 eval (issue 124).
5008
5009
ager@chromium.org7c537e22008-10-16 08:43:32 +000050102008-10-16: Version 0.3.5
5011
5012 Improved string hash-code distribution by excluding bit-field bits
5013 from the hash-code.
5014
5015 Changed string search algorithm used in indexOf from KMP to
5016 Boyer-Moore.
5017
5018 Improved the generated code for the instanceof operator.
5019
5020 Improved performance of slow-case string equality checks by
5021 specializing the code based on the string representation.
5022
5023 Improve the handling of out-of-memory situations (issue 70).
5024
5025 Improved performance of strict equality checks.
5026
5027 Improved profiler output to make it easier to see anonymous
5028 functions.
5029
5030 Improved performance of slow-case keyed loads.
5031
5032 Improved property access performance by allocating a number of
5033 properties in the front object.
5034
5035 Changed the toString behavior on the built-in object constructors
5036 to print [native code] instead of the actual source. Some web
5037 applications do not like constructors with complex toString
5038 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005039
ager@chromium.org7c537e22008-10-16 08:43:32 +00005040
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000050412008-10-06: Version 0.3.4
5042
5043 Changed Array.prototype.sort to use quick sort.
5044
5045 Fixed code generation issue where leaving a finally block with
5046 break or continue would accumulate elements on the expression
5047 stack (issue 86).
5048
5049 Made sure that the name accessor on functions returns the expected
5050 names for builtin JavaScript functions and C++ callback functions.
5051
5052 Added fast case code for extending the property storage array of
5053 JavaScript objects.
5054
5055 Ported switch statement optimizations introduced in version 0.3.3
5056 to the ARM code generator.
5057
5058 Allowed GCC to use strict-aliasing rules when compiling.
5059
5060 Improved performance of arguments object allocation by taking care
5061 of arguments adaptor frames in the generated code.
5062
5063 Updated the V8 benchmark suite to version 2.
5064
5065
ager@chromium.org236ad962008-09-25 09:45:57 +000050662008-09-25: Version 0.3.3
5067
5068 Improved handling of relocation information to enable more
5069 peep-hole optimizations.
5070
5071 Optimized switch statements where all labels are constant small
5072 integers.
5073
5074 Optimized String.prototype.indexOf for common cases.
5075
5076 Fixed more build issues (issue 80).
5077
5078 Fixed a couple of profiler issues.
5079
5080 Fixed bug where the body of a function created using the Function
5081 constructor was not allowed to end with a single-line comment
5082 (issue 85).
5083
5084 Improved handling of object literals by canonicalizing object
5085 literal maps. This will allow JSON objects with the same set of
5086 properties to share the same map making inline caching work better
5087 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005088
ager@chromium.org236ad962008-09-25 09:45:57 +00005089
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000050902008-09-17: Version 0.3.2
5091
5092 Generalized the EvalCache into a CompilationCache and enabled it
5093 for scripts too. The current strategy is to retire all entries
5094 whenever a mark-sweep collection is started.
5095
5096 Fixed bug where switch statements containing only a default case
5097 would lead to an unbalanced stack (issue 69).
5098
5099 Fixed bug that made access to the function in a named function
5100 expression impossible in certain situations (issue 24).
5101
5102 Fixed even more build issues.
5103
5104 Optimized calling conventions on ARM. The conventions on ARM and
5105 IA-32 now match.
5106
5107 Removed static initializers for flags and counters.
5108
5109 Improved inline caching behavior for uncommon cases where lazily
5110 loading Date and RegExp code could force certain code paths go
5111 megamorphic.
5112
5113 Removed arguments adaption for builtins written in C++. This
5114 makes Array.prototype.push and Array.prototype.pop slightly
5115 faster.
5116
5117
ager@chromium.org9258b6b2008-09-11 09:11:10 +000051182008-09-11: Version 0.3.1
5119
5120 Fixed a number of build issues.
5121
5122 Fixed problem with missing I-cache flusing on ARM.
5123
5124 Changed space layout in memory management by splitting up
5125 code space into old data space and code space.
5126
5127 Added utf-8 conversion support to the API (issue 57).
5128
5129 Optimized repeated calls to eval with the same strings. These
5130 repeated calls are common in web applications.
5131
5132 Added Xcode project file.
5133
5134 Optimized a couple of Array operation.
5135
5136 Fixed parser bug by checking for end-of-string when parsing break
5137 and continue (issue 35).
5138
5139 Fixed problem where asian characters were not categorized as
5140 letters.
5141
5142 Fixed bug that disallowed calling functions fetched from an array
5143 using a string as an array index (issue 32).
5144
5145 Fixed bug where the internal field count on object templates were
5146 sometimes ignored (issue 54).
5147
5148 Added -f option to the shell sample for compatibility with other
5149 engines (issue 18).
5150
5151 Added source info to TryCatches in the API.
5152
5153 Fixed problem where the seed for the random number generator was
5154 clipped in a double to unsigned int conversion.
5155
5156 Fixed bug where cons string symbols were sometimes converted to
5157 non-symbol flat strings during GC.
5158
5159 Fixed bug in error reporting when attempting to convert null to an
5160 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005161
5162
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000051632008-09-04: Version 0.3.0
5164
5165 Added support for running tests on the ARM simulator.
5166
5167 Fixed bug in the 'in' operator where negative indices were not
5168 treated correctly.
5169
5170 Fixed build issues on gcc-4.3.1.
5171
5172 Changed Date.prototype.toLocaleTimeString to not print the
5173 timezone part of the time.
5174
5175 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5176 with user code.
5177
5178
v8.team.kasperl727e9952008-09-02 14:56:44 +000051792008-09-02: Version 0.2.5
5180
5181 Renamed the top level directory 'public' to 'include'.
5182
5183 Added 'env' option to the SCons build scripts to support
5184 overriding the ENV part of the build environment. This is mostly
5185 to support Windows builds in cases where SCons cannot find the
5186 correct paths to the Windows SDK, as these paths cannot be passed
5187 through shell environment variables.
5188
5189 Enabled "Buffer Security Check" on for the Windows SCons build and
5190 added the linker option /OPT:ICF as an optimization.
5191
5192 Added the V8 benchmark suite to the repository.
5193
5194
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000051952008-09-01: Version 0.2.4
5196
5197 Included mjsunit JavaScript test suite and C++ unit tests.
5198
5199 Changed the shell sample to not print the result of executing a
5200 script provided on the command line.
5201
5202 Fixed issue when building samples on Windows using a shared V8
5203 library. Added visibility option on Linux build which makes the
5204 generated library 18% smaller.
5205
5206 Changed build system to accept multiple build modes in one build
5207 and generate separate objects, libraries and executables for each
5208 mode.
5209
5210 Removed deferred negation optimization (a * -b => -(a * b)) since
5211 this visibly changes operand conversion order.
5212
5213 Improved parsing performance by introducing stack guard in
5214 preparsing. Without a stack guard preparsing always bails out
5215 with stack overflow.
5216
5217 Changed shell sample to take flags directly from the command-line.
5218 Added API call that implements this.
5219
5220 Added load, quit and version functions to the shell sample so it's
5221 easier to run benchmarks and tests.
5222
5223 Fixed issue with building samples and cctests on 64-bit machines.
5224
5225 Fixed bug in the runtime system where the prototype chain was not
5226 always searched for a setter when setting a property that does not
5227 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005228
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005229
mads.s.agercbaa0602008-08-14 13:41:48 +000052302008-08-14: Version 0.2.3
5231
5232 Improved performance of garbage collection by moving the
5233 function that updates pointers during compacting collection
5234 into the updating visitor. This gives the compiler a better
5235 chance to inline and avoid a function call per (potential)
5236 pointer.
5237
5238 Extended the shell sample with a --runtime-flags option.
5239
5240 Added Visual Studio project files for the shell.cc and
5241 process.cc samples.
5242
5243
52442008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005245
5246 Improved performance of garbage collection by changing the way
5247 we use the marking stack in the event of stack overflow during
5248 full garbage collection and by changing the way we mark roots.
5249
5250 Cleaned up ARM version by removing top of stack caching and by
5251 introducing push/pop elimination.
5252
5253 Cleaned up the way runtime functions are called to allow
5254 runtime calls with no arguments.
5255
5256 Changed Windows build options to make sure that exceptions are
5257 disabled and that optimization flags are enabled.
5258
5259 Added first version of Visual Studio project files.
5260
5261
mads.s.agercbaa0602008-08-14 13:41:48 +000052622008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005263
5264 Improved performance of unary addition by avoiding runtime calls.
5265
5266 Fixed the handling of '>' and '<=' to use right-to-left conversion
5267 and left-to-right evaluation as specified by ECMA-262.
5268
5269 Fixed a branch elimination bug on the ARM platform where incorrect
5270 code was generated because of overly aggressive branch
5271 elimination.
5272
5273 Improved performance of code that repeatedly assigns the same
5274 function to the same property of different objects with the same
5275 map.
5276
5277 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5278 no longer expects DEBUG to be defined.
5279
5280 Added platform-nullos.cc to serve as the basis for new platform
5281 implementations.
5282
mads.s.ager31e71382008-08-13 09:32:07 +00005283
mads.s.agercbaa0602008-08-14 13:41:48 +000052842008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005285
5286 Changed all text files to have native svn:eol-style.
5287
5288 Added a few samples and support for building them. The samples
5289 include a simple shell that can be used to benchmark and test V8.
5290
5291 Changed V8::GetVersion to return the version as a string.
5292
5293 Added source for lazily loaded scripts to snapshots and made
5294 serialization non-destructive.
5295
5296 Improved ARM support by fixing the write barrier code to use
5297 aligned loads and stores and by removing premature locals
5298 optimization that relied on broken support for callee-saved
5299 registers (removed).
5300
5301 Refactored the code for marking live objects during garbage
5302 collection and the code for allocating objects in paged
5303 spaces. Introduced an abstraction for the map word of a heap-
5304 allocated object and changed the memory allocator to allocate
5305 executable memory only for spaces that may contain code objects.
5306
5307 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5308 they can be used by debugging and logging modules. Added
5309 thread-safe message queues for dealing with debugger events.
5310
5311 Fixed the source code reported by toString for certain builtin
5312 empty functions and made sure that the prototype property of a
5313 function is enumerable.
5314
5315 Improved performance of converting values to condition flags in
5316 generated code.
5317
5318 Merged disassembler-{arch} files.
5319
5320
mads.s.agercbaa0602008-08-14 13:41:48 +000053212008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005322
5323 Added support for storing JavaScript stack traces in a stack
5324 allocated buffer to make it visible in shallow core dumps.
5325 Controlled by the --preallocate-message-memory flag which is
5326 disabled by default.
5327
5328
mads.s.agercbaa0602008-08-14 13:41:48 +000053292008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005330
5331 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5332 map transitions would count as properties.
5333
5334 Allowed aliased eval invocations by treating them as evals in the
5335 global context. This may change in the future.
5336
5337 Added support for accessing the last entered context through the
5338 API and renamed Context::Current to Context::GetCurrent and
5339 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5340
5341 Fixed bug in the debugger that would cause the debugger scripts to
5342 be recursively loaded and changed all disabling of interrupts to
5343 be block-structured.
5344
5345 Made snapshot data read-only to allow it to be more easily shared
5346 across multiple users of V8 when linked as a shared library.
5347
5348
mads.s.agercbaa0602008-08-14 13:41:48 +000053492008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005350
5351 Fixed building on Mac OS X by recognizing i386 and friends as
5352 IA-32 platforms.
5353
5354 Added propagation of stack overflow exceptions that occur while
5355 compiling nested functions.
5356
5357 Improved debugger with support for recursive break points and
5358 handling of exceptions that occur in the debugger JavaScript code.
5359
5360 Renamed GetInternal to GetInternalField and SetInternal to
5361 SetInternalField in the API and moved InternalFieldCount and
5362 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5363
5364
mads.s.agercbaa0602008-08-14 13:41:48 +000053652008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005366
5367 Fixed bug in stack overflow check code for IA-32 targets where a
5368 non-tagged value in register eax was pushed to the stack.
5369
5370 Fixed potential quadratic behavior when converting strings to
5371 numbers.
5372
5373 Fixed bug where the return value from Object::SetProperty could
5374 end up being the property holder instead of the written value.
5375
5376 Improved debugger support by allowing nested break points and by
5377 dealing with stack-overflows when compiling functions before
5378 setting break points in them.
5379
5380
mads.s.agercbaa0602008-08-14 13:41:48 +000053812008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005382
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005383 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005384
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005385# Local Variables:
5386# mode:text
5387# End: