blob: 5bd017fc03b2fa10e9967e764ae525e68d869d66 [file] [log] [blame]
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +000012013-04-04: Version 3.17.16
2
3 Stack trace API: poison stack frames below the first strict mode frame.
4 (issue 2564)
5
6 Made Isolate::GetHeapStatistics robust against half-initialized
7 isolates (Chromium issue 2591).
8
9 Finished implementation of ES6 symbols aka. private names (issue 2158).
10
11 Performance and stability improvements on all platforms.
12
13
danno@chromium.orgc99cd482013-03-21 15:26:42 +0000142013-03-21: Version 3.17.15
15
16 Rolled back API changes to maintain compatibility with older
17 3.17.x versions of V8.
18
19 Disable zapping of global handles in release mode.
20
21 Always mark the entire valid prefix of the descriptor array.
22 (Chromium issue 196331)
23
24 Use internal memcpy for CopyWords and when copying code.
25 (Chromium issue 196330)
26
27 Performance and stability improvements on all platforms.
28
29
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +0000302013-03-20: Version 3.17.14
31
32 Use internal memcpy when initializing code objects.
33 (Chromium issue 196330)
34
35 Disabled weak embedded maps because of crashes.
36 (Chromium issues 172489, 217858)
37
38 Performance and stability improvements on all platforms.
39
40
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +0000412013-03-19: Version 3.17.13
42
43 Turned Flags into a uint32_t typedef (Chromium issue 194749).
44
45 Performance and stability improvements on all platforms.
46
47
svenpanne@chromium.org876cca82013-03-18 14:43:20 +0000482013-03-18: Version 3.17.12
49
50 Unified kMaxArguments with number of bits used to encode it.
51 (Chromium issue 211741)
52
53 Fixed detection of |handle_smi| case in
54 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
55 (Chromium issue 196583)
56
57 Performance and stability improvements on all platforms.
58
59
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +0000602013-03-15: Version 3.17.11
61
62 Added a version of the v8::HandleScope constructor with an v8::Isolate
63 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
64 method of v8::Isolate.
65 (issue 2487)
66
67 Fixed two register allocator bugs (off-by-one error/failure
68 propagation). (issue 2576)
69
70 Fixed huge heap snapshot when a heavily shared context has many
71 variables. (Chromium issue 145687)
72
73 Performance and stability improvements on all platforms.
74
75
ulan@chromium.org6e196bf2013-03-13 09:38:22 +0000762013-03-13: Version 3.17.10
77
78 Fixed heap snapshot creation for Harmony collections. (issue 2535)
79
80 Fixed register allocation corner case. (Chromium issue 177883)
81
82 Performance and stability improvements on all platforms.
83
84
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +0000852013-03-08: Version 3.17.9
86
87 Restored Function()'s expected string representation. (issue 2470)
88
89 Enabled deprecatations (again). (issue 2487)
90
91 Avoid bool to Oddball conversions by being lazy. (issue 2491)
92
93 Added %p option to --logfile.
94
95 Hardened Function()'s parsing of function literals. (issue 2470)
96
97 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
98
99 Performance and stability improvements on all platforms.
100
101
ulan@chromium.org750145a2013-03-07 15:14:13 +00001022013-03-07: Version 3.17.8
103
104 Added missing license headers. (Chromium issue 98597)
105
106 Inserted missing type cast in JSON.stringify. (issue 2570)
107
108 Reverted "Send SIGPROF signals on the profiler event processor thread"
109 (issue 2571)
110
111 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
112 (issue 2568)
113
114 ES6 symbols: filter symbols form for-in loops and Object.keys.
115 (issue 2158)
116
117 Properly handle misses for StoreArrayLengthStub on ia32 and x64
118 (issue 2566)
119
120 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
121
122 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
123
124 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
125 (issue 2556)
126
127 Enabled zapping of disposed global handles in release mode.
128 (Chromium issue 176056)
129
130 Added workaround for redefinition of __proto__ property. (issue 2565)
131
132 ES6 symbols: Allow symbols as property names. (issue 2158)
133
134 Performance and stability improvements on all platforms.
135
136
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00001372013-03-04: Version 3.17.7
138
139 Limited recursion in regexp compilation by a budget.
140 (Chromium issue 178790)
141
142 ES6 symbols: Implemented Symbol intrinsic and basic functionality
143 (issue 2158)
144
145 Performance and stability improvements on all platforms.
146
147
hpayer@chromium.org8432c912013-02-28 15:55:26 +00001482013-02-28: Version 3.17.6
149
150 Fixed materialization of arguments objects with unknown values.
151 (Chromium issue 163530)
152
153 Set default number of sweeper threads to at most four.
154
155 Performance and stability improvements on all platforms.
156
157
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00001582013-02-27: Version 3.17.5
159
160 Made __proto__ a foreign callback on Object.prototype.
161 (issue 621, issue 1949 and issue 2441)
162
163 Performance and stability improvements on all platforms.
164
165
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00001662013-02-25: Version 3.17.4
167
168 Performance and stability improvements on all platforms.
169
170
ulan@chromium.org2e04b582013-02-21 14:06:02 +00001712013-02-21: Version 3.17.3
172
173 Performance and stability improvements on all platforms.
174
175
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00001762013-02-19: Version 3.17.2
177
178 Removed bogus check for TOP register in deoptimizer.
179 (Chromium issue 176943)
180
181 Made the Isolate parameter mandatory for internal HandleScopes.
182 (issue 2487)
183
184 Fixed f.apply() optimization when declared arguments are mutated.
185 (issue 2539)
186
187 Performance and stability improvements on all platforms.
188
189
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00001902013-02-14: Version 3.17.1
191
192 Performance and stability improvements on all platforms.
193
194
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00001952013-02-13: Version 3.17.0
196
197 Enabled parallel sweeping.
198
199 Don't try to unlink instructions twice during GVN
200 (Chromium issue 175141)
201
202 Fixed code flusher disabling while marking incrementally.
203 (Chromium issue 173458, 168582)
204
205 Don't use TLS for space iterators.
206 (issue 2531)
207
208 Added new GetHeapStatistics API entry and deprecated old one.
209
210 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
211 platform-independent code.
212 (Chromium issue 173907)
213
214 Added --trace-array-abuse to help find OOB accesses.
215
216 Performance and stability improvements on all platforms.
217
218
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00002192013-02-06: Version 3.16.14
220
221 Performance and stability improvements on all platforms.
222
223
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00002242013-02-04: Version 3.16.13
225
226 Tagged stubs that rely on instance types as MEGAMORPHIC.
227 (Chromium issue 173974)
228
229 Fixed clearing of dead dependent codes and verifing of weak
230 embedded maps on full GC. (Chromium issue 172488,172489)
231
232 Made the arm port build cleanly with Clang.
233
234 Performance and stability improvements on all platforms.
235
236
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00002372013-01-31: Version 3.16.12
238
239 Performance and stability improvements on all platforms.
240
241
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00002422013-01-30: Version 3.16.11
243
244 Put making embedded maps in optimized code weak behind a flag.
245 (Chromium issue 172488,172489)
246
247 Performance and stability improvements on all platforms.
248
249
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00002502013-01-25: Version 3.16.10
251
252 Avoid excessive memory usage during redundant phi elimination.
253 (issue 2510)
254
255 Fixed additional spec violations wrt RegExp.lastIndex.
256 (issue 2437)
257
258 Added Isolate parameter to Persistent class.
259 (issue 2487)
260
261 Performance and stability improvements on all platforms.
262
263
yangguo@chromium.org003650e2013-01-24 16:31:08 +00002642013-01-24: Version 3.16.9
265
266 Made embedded maps in optimized code weak.
267 (issue 2073)
268
269 Fixed corner case when JSFunction is evicted from flusher.
270 (Chromium issue 168801)
271
272 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
273 (Chromium issue 171641)
274
275 Performance and stability improvements on all platforms.
276
277
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00002782013-01-23: Version 3.16.8
279
280 Correctly reset lastIndex in an RegExp object.
281 (Chromium issue 170856)
282
283 Added a workaround for Windows compilation problems related to V8EXPORT.
284 (issue 2507)
285
286 tools/run-tests.py: shlex.split() the value of --command-prefix
287 (Chromium issue 171553)
288
289 Fixed pattern detection for replacing shifts by rotation.
290 (Chromium issue 2499)
291
292 Performance and stability improvements on all platforms.
293
294
yangguo@chromium.org28381b42013-01-21 14:39:38 +00002952013-01-21: Version 3.16.7
296
297 Removed <(library) usage from v8.gyp.
298 (Chromium issue 111541)
299
300 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
301 (Chromium issue 169928)
302
303 Performance and stability improvements on all platforms.
304
305
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00003062013-01-18: Version 3.16.6
307
308 Made the Isolate parameter mandatory in Locker and Unlocker classes.
309 (issue 2487)
310
311 Avoid pointer underflow in CopyCharsUnsigned.
312 (issue 2493)
313
314 Generate shim headers when using system v8.
315 (Chromium issue 165264)
316
317 Fixed arguments materialization for inlined apply().
318 (issue 2489)
319
320 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
321 (Chromium issue 147497)
322
323 Added sanity check to CodeFlusher::AddCandidate.
324 (Chromium issue 169209)
325
326 Performance and stability improvements on all platforms.
327
328
3292013-01-15: Version 3.16.5
330
331 Removed deprecated functions from V8's external API.
332
333 Prepared API for WebKit use of Latin-1.
334
335 Fixed V8 issue 2486.
336
337 Fixed Chromium issue 169723.
338
339 Performance and stability improvements on all platforms.
340
341
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00003422013-01-11: Version 3.16.4
343
344 Fixed Chromium issues 168545 and 169209.
345
346 Performance and stability improvements on all platforms.
347
348
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00003492013-01-09: Version 3.16.3
350
351 Improved GC performance when moving parts of a FixedArray (issue 2452).
352
353 Enabled readline on d8 while building a shared lib (issue 1781).
354
355 Fixed missing exception check in typed array constructor
356 (Chromium issue 168545).
357
358 Check for read-only-ness when preparing for array sort (issue 2419).
359
360 Performance and stability improvements on all platforms.
361
362
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00003632013-01-04: Version 3.16.2
364
365 Added Makefile options to build for the Raspberry Pi (armv7=0,
366 arm_fpu=vfp2).
367
368 Performance and stability improvements on all platforms.
369
370
ulan@chromium.org4121f232012-12-27 15:57:11 +00003712012-12-27: Version 3.16.1
372
373 Fixed x64 MathMinMax for negative untagged int32 arguments.
374 (Chromium issue 164442)
375
376 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
377 (issue 2458)
378
379 Performance and stability improvements on all platforms.
380
381
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00003822012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000383
384 V8_Fatal now prints C++ stack trace in debug mode.
385
386 Added HTML-based tick processor.
387
388 Continued implementation of Object.observe (V8 issue 2409).
389
390 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
391
392 Fixed Chromium issues 125308, 165637, 166379, 166553.
393
394 Performance and stability improvements on all platforms.
395
396
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00003972012-12-10: Version 3.15.11
398
399 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
400 flags.
401
402 Performance and stability improvements on all platforms.
403
404
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00004052012-12-07: Version 3.15.10
406
407 Enabled optimisation of functions inside eval. (issue 2315)
408
409 Fixed spec violations in methods of Number.prototype. (issue 2443)
410
411 Added GCTracer metrics for a scavenger GC for DOM wrappers.
412
413 Performance and stability improvements on all platforms.
414
415
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00004162012-12-06: Version 3.15.9
417
418 Fixed candidate eviction in code flusher.
419 (Chromium issue 159140)
420
421 Iterate through all arguments for side effects in Math.min/max.
422 (issue 2444)
423
424 Fixed spec violations related to regexp.lastIndex
425 (issue 2437, issue 2438)
426
427 Performance and stability improvements on all platforms.
428
429
mmassi@chromium.org49a44672012-12-04 13:52:03 +00004302012-12-04: Version 3.15.8
431
432 Enforced stack allocation of TryCatch blocks.
433 (issue 2166,chromium:152389)
434
435 Fixed external exceptions in external try-catch handlers.
436 (issue 2166)
437
438 Activated incremental code flushing by default.
439
440 Performance and stability improvements on all platforms.
441
442
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00004432012-11-30: Version 3.15.7
444
445 Activated code aging by default.
446
447 Included more information in --prof log.
448
449 Removed eager sweeping for lazy swept spaces. Try to find in
450 SlowAllocateRaw a bounded number of times a big enough memory slot.
451 (issue 2194)
452
453 Performance and stability improvements on all platforms.
454
455
danno@chromium.org1f34ad32012-11-26 14:53:56 +00004562012-11-26: Version 3.15.6
457
458 Ensure double arrays are filled with holes when extended from
459 variations of empty arrays. (Chromium issue 162085)
460
461 Performance and stability improvements on all platforms.
462
463
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00004642012-11-23: Version 3.15.5
465
466 Fixed JSON.stringify for objects with interceptor handlers.
467 (Chromium issue 161028)
468
469 Fixed corner case in x64 compare stubs. (issue 2416)
470
471 Performance and stability improvements on all platforms.
472
473
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00004742012-11-16: Version 3.15.4
475
476 Fixed Array.prototype.join evaluation order. (issue 2263)
477
478 Perform CPU sampling by CPU sampling thread only iff processing thread
479 is not running. (issue 2364)
480
481 When using an Object as a set in Object.getOwnPropertyNames, null out
482 the proto. (issue 2410)
483
484 Disabled EXTRA_CHECKS in Release build.
485
486 Heap explorer: Show representation of strings.
487
488 Removed 'type' and 'arguments' properties from Error object.
489 (issue 2397)
490
491 Added atomics implementation for ThreadSanitizer v2.
492 (Chromium issue 128314)
493
494 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
495
496 Performance and stability improvements on all platforms.
497
498
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00004992012-11-13: Version 3.15.3
500
501 Changed sample shell to send non-JS output (e.g. errors) to stderr
502 instead of stdout.
503
504 Correctly check for stack overflow even when interrupt is pending.
505 (issue 214)
506
507 Collect stack trace on stack overflow. (issue 2394)
508
509 Performance and stability improvements on all platforms.
510
511
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00005122012-11-12: Version 3.15.2
513
514 Function::GetScriptOrigin supplies sourceURL when script name is
515 not available. (Chromium issue 159413)
516
517 Made formatting error message side-effect-free. (issue 2398)
518
519 Fixed length check in JSON.stringify. (Chromium issue 160010)
520
521 ES6: Added support for Set and Map clear method (issue 2400)
522
523 Fixed slack tracking when instance prototype changes.
524 (Chromium issue 157019)
525
526 Fixed disabling of code flusher while marking. (Chromium issue 159140)
527
528 Added a test case for object grouping in a scavenger GC (issue 2077)
529
530 Support shared library build of Android for v8.
531 (Chromium issue 158821)
532
533 ES6: Added support for size to Set and Map (issue 2395)
534
535 Performance and stability improvements on all platforms.
536
537
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00005382012-11-06: Version 3.15.1
539
540 Put incremental code flushing behind a flag. (Chromium issue 159140)
541
542 Performance and stability improvements on all platforms.
543
544
danno@chromium.org72204d52012-10-31 10:02:10 +00005452012-10-31: Version 3.15.0
546
547 Loosened aligned code target requirement on ARM (issue 2380)
548
549 Fixed JSON.parse to treat leading zeros correctly.
550 (Chromium issue 158185)
551
552 Performance and stability improvements on all platforms.
553
554
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00005552012-10-22: Version 3.14.5
556
557 Killed off the SCons based build.
558
559 Added a faster API for creating v8::Integer objects.
560
561 Speeded up function deoptimization by avoiding quadratic pass over
562 optimized function list. (Chromium issue 155270)
563
564 Always invoke the default Array.sort functions from builtin functions.
565 (issue 2372)
566
567 Reverted recent CPU profiler changes because they broke --prof.
568 (issue 2364)
569
570 Switched code flushing to use different JSFunction field.
571 (issue 1609)
572
573 Performance and stability improvements on all platforms.
574
575
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00005762012-10-15: Version 3.14.4
577
578 Allow evals for debugger even if they are prohibited in the debugee
579 context. (Chromium issue 154733)
580
581 Enabled --verify-heap in release mode (issue 2120)
582
583 Performance and stability improvements on all platforms.
584
585
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00005862012-10-11: Version 3.14.3
587
588 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
589 (Chromium issue 155076).
590
591 Bumped variable limit further to 2^17 (Chromium issue 151625).
592
593 Performance and stability improvements on all platforms.
594
595
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00005962012-10-10: Version 3.14.2
597
598 ARM: allowed VFP3 instructions when hardfloat is enabled.
599 (Chromium issue 152506)
600
601 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
602 (Chromium issue 151749)
603
604 Made GDBJIT interface compile again. (issue 1804)
605
606 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
607 (Chromium issue 143967)
608
609 Made sure that names of temporaries do not clash with real variables.
610 (issue 2322)
611
612 Rejected local module declarations. (Chromium issue 150628)
613
614 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
615
616 Fixed slot recording of code target patches.
617 (Chromium issue 152615,chromium:144230)
618
619 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
620
621 Performance and stability improvements on all platforms.
622
623
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00006242012-10-01: Version 3.14.1
625
626 Don't set -m32 flag when compiling with Android ARM compiler.
627 (Chromium issue 143889)
628
629 Restore the descriptor array before returning allocation failure.
630 (Chromium issue 151750)
631
632 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
633 128252).
634
635 Pull more recent gyp in 'make dependencies'.
636
637 Made sure that the generic KeyedStoreIC changes length and element_kind
638 atomically (issue 2346).
639
640 Bumped number of allowed variables per scope to 65535, to address GWT.
641 (Chromium issue 151625)
642
643 Support sourceURL for dynamically inserted scripts (issue 2342).
644
645 Performance and stability improvements on all platforms.
646
647
ulan@chromium.org56c14af2012-09-20 12:51:09 +00006482012-09-20: Version 3.14.0
649
650 Fixed missing slot recording during clearing of CallICs.
651 (Chromium issue 144230)
652
653 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
654 (Chromium issue 150729)
655
656 Fixed minus zero test. (Issue 2133)
657
658 Fixed setting array length to zero for slow elements.
659 (Chromium issue 146910)
660
661 Fixed lost arguments dropping in HLeaveInlined.
662 (Chromium issue 150545)
663
664 Fixed casting error for receiver of interceptors.
665 (Chromium issue 149912)
666
667 Throw a more descriptive exception when blocking 'eval' via CSP.
668 (Chromium issue 140191)
669
670 Fixed debugger's eval when close to stack overflow. (issue 2318)
671
672 Added checks to live edit. (issue 2297)
673
674 Switched on code compaction on incremental GCs.
675
676 Fixed caching of optimized code for OSR. (issue 2326)
677
678 Not mask exception thrown by toString in String::UtfValue etc.
679 (issue 2317)
680
681 Fixed API check for length of external arrays. (Chromium issue 148896)
682
683 Ensure correct enumeration indices in the dict (Chromium issue 148376)
684
685 Correctly initialize regexp global cache. (Chromium issue 148378)
686
687 Fixed arguments object materialization during deopt. (issue 2261)
688
689 Introduced new API to expose external string resource regardless of
690 encoding.
691
692 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
693 --deopt-every-n-times flag is present
694 (Chromium issue 148389)
695
696 Fixed edge case of extension with NULL as source string.
697 (Chromium issue 144649)
698
699 Fixed array index dehoisting. (Chromium issue 141395)
700
701 Performance and stability improvements on all platforms.
702
703
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00007042012-09-11: Version 3.13.7
705
706 Enable/disable LiveEdit using the (C++) debug API.
707
708 Performance and stability improvements on all platforms.
709
710
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00007112012-09-06: Version 3.13.6
712
713 Added validity checking to API functions and calls.
714
715 Disabled accessor inlining (Chromium issue 134609).
716
717 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
718
719 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
720
721 Fixed VS2005 build (issue 2313).
722
723 Activated fixed ES5 readonly semantics by default.
724
725 Added hardfp flag to the Makefile.
726
727 Performance and stability improvements on all platforms.
728
729
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00007302012-08-29: Version 3.13.5
731
732 Release stack trace data after firing Error.stack accessor.
733 (issue 2308)
734
735 Added a new API V8::SetJitCodeEventHandler to push code name and
736 location to users such as profilers.
737
738 Allocate block-scoped global bindings to global context.
739
740 Performance and stability improvements on all platforms.
741
742
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00007432012-08-28: Version 3.13.4
744
745 Print reason for disabling optimization. Kill --trace-bailout flag.
746
747 Provided option to disable full DEBUG build on Android.
748
749 Introduced global contexts to represent lexical global scope(s).
750
751 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
752
753 Performance and stability improvements on all platforms.
754
755
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00007562012-08-21: Version 3.13.3
757
758 Performance and stability improvements on all platforms.
759
760
7612012-08-20: Version 3.13.2
762
763 Performance and stability improvements on all platforms.
764
765
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00007662012-08-16: Version 3.13.1
767
768 Performance and stability improvements on all platforms.
769
770
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00007712012-08-10: Version 3.13.0
772
773 Added histograms for total allocated/live heap size, as well as
774 allocated size and percentage of total for map and cell space.
775
776 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
777 (issue 1645)
778
779 Added checks for interceptors to negative lookup code in Crankshaft.
780 (Chromium issue 140473)
781
782 Made incremental marking clear ICs and type feedback cells.
783
784 Performance and stability improvements on all platforms.
785
786
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00007872012-08-01: Version 3.12.19
788
789 Performance and stability improvements on all platforms.
790
791
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00007922012-07-30: Version 3.12.18
793
794 Forced using bit-pattern for signed zero double. (issue 2239)
795
796 Made sure double to int conversion is correct. (issue 2260)
797
798 Performance and stability improvements on all platforms.
799
800
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00008012012-07-27: Version 3.12.17
802
803 Always set the callee's context when calling a function from optimized
804 code.
805 (Chromium issue 138887)
806
807 Fixed building with GCC 3.x
808 (issue 2016, 2017)
809
810 Improved API calls that return empty handles.
811 (issue 2245)
812
813 Performance and stability improvements on all platforms.
814
815
danno@chromium.org129d3982012-07-25 15:01:47 +00008162012-07-25: Version 3.12.16
817
818 Performance and stability improvements on all platforms.
819
820
yangguo@chromium.org304cc332012-07-24 07:59:48 +00008212012-07-24: Version 3.12.15
822
823 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
824 (issue 2252)
825
826 Added dependency to HLoadKeyed* instructions to prevent invalid
827 hoisting. (Chromium issue 137768)
828
829 Enabled building d8 for Android on Mac.
830
831 Interpret negative hexadecimal literals as NaN.
832 (issue 2240)
833
834 Expose counters in javascript when using --track-gc-object-stats.
835
836 Enabled building and testing V8 on Android IA.
837
838 Added --trace-parse flag to parser.
839
840 Performance and stability improvements on all platforms.
841
842
verwaest@chromium.org178fb152012-07-18 11:21:48 +00008432012-07-18: Version 3.12.14
844
845 Deactivated optimization of packed arrays.
846 (Chromium issue 137768)
847
848 Fixed broken accessor transition.
849 (Chromium issue 137689)
850
851 Performance and stability improvements on all platforms.
852
853
verwaest@chromium.org753aee42012-07-17 16:15:42 +00008542012-07-17: Version 3.12.13
855
856 Fixed missing tagging of stack value in finally block.
857 (Chromium issue 137496)
858
859 Added more support for heap analysis.
860
861 Performance and stability improvements on all platforms.
862
863
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00008642012-07-16: Version 3.12.12
865
866 Added an option to the tickprocessor to specify the directory for lib
867 lookup.
868
869 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
870
871 Fixed transcendental cache on ARM in optimized code (issue 2234).
872
873 New heap inspection tools: counters for object sizes and counts,
874 histograms for external fragmentation.
875
876 Incorporated constness into inferred interfaces (in preparation for
877 handling imports) (issue 1569).
878
879 Performance and stability improvements on all platforms.
880
881
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00008822012-07-12: Version 3.12.11
883
884 Renamed "mips" arch to "mipsel" in the GYP build.
885
886 Fixed computation of call targets on prototypes in Crankshaft.
887 (Chromium issue 125148)
888
889 Removed use of __lookupGetter__ when generating stack trace.
890 (issue 1591)
891
892 Turned on ES 5.2 globals semantics by default.
893 (issue 1991, Chromium issue 80591)
894
895 Synced preparser and parser wrt syntax error in switch..case.
896 (issue 2210)
897
898 Fixed reporting of octal literals in strict mode when preparsing.
899 (issue 2220)
900
901 Fixed inline constructors for Harmony Proxy prototypes.
902 (issue 2225)
903
904 Performance and stability improvements on all platforms.
905
906
danno@chromium.org81cac2b2012-07-10 11:28:27 +00009072012-07-10: Version 3.12.10
908
909 Re-enabled and fixed issue with array bounds check elimination
910 (Chromium issue 132114).
911
912 Fixed Debug::Break crash. (Chromium issue 131642)
913
914 Added optimizing compiler support for JavaScript getters.
915
916 Performance and stability improvements on all platforms.
917
918
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00009192012-07-06: Version 3.12.9
920
921 Correctly advance the scanner when scanning unicode regexp flag.
922 (Chromium issue 136084)
923
924 Fixed unhandlified code calling Harmony Proxy traps.
925 (issue 2219)
926
927 Performance and stability improvements on all platforms.
928
929
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00009302012-07-05: Version 3.12.8
931
932 Implemented TypedArray.set and ArrayBuffer.slice in d8.
933
934 Performance and stability improvements on all platforms.
935
936
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00009372012-07-03: Version 3.12.7
938
939 Fixed lazy compilation for strict eval scopes.
940 (Chromium issue 135066)
941
942 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
943 (issue 2151)
944
945 Report "hidden properties" in heap profiler for properties case.
946 (issue 2212)
947
948 Activated optimization of packed arrays by default.
949
950 Performance and stability improvements on all platforms.
951
952
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00009532012-06-29: Version 3.12.6
954
955 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
956
957 Extended TypedArray support in d8.
958
959
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00009602012-06-28: Version 3.12.5
961
962 Fixed lazy parsing heuristics to respect outer scope.
963 (Chromium issue 135008)
964
965 Allow using test-wrapper-gypbuild.py on Windows when no python
966 interpreter is registered.
967
968 Performance and stability improvements on all platforms.
969
970
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00009712012-06-27: Version 3.12.4
972
973 Removed -fomit-frame-pointer flag from Release builds to make
974 the stack walkable by TCMalloc (Chromium issue 133723).
975
976 Ported r7868 (constant masking) to x64 (issue 1374).
977
978 Expose more detailed memory statistics (issue 2201).
979
980 Fixed Harmony Maps and WeakMaps for undefined values
981 (Chromium issue 132744).
982
983 Correctly throw reference error in strict mode with ICs disabled
984 (issue 2119).
985
986 Performance and stability improvements on all platforms.
987
988
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00009892012-06-25: Version 3.12.3
990
991 Reverted r11835 'Unify promotion and allocation limit computation' due
992 to V8 Splay performance regression on Mac. (Chromium issue 134183)
993
994 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
995
996 Performance and stability improvements on all platforms.
997
998
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00009992012-06-22: Version 3.12.2
1000
1001 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1002 ia32/x64. (Chromium issue 134055)
1003
1004 Fixed lazy sweeping heuristics to prevent old-space expansion.
1005 (issue 2194)
1006
1007 Performance and stability improvements on all platforms.
1008
1009
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000010102012-06-21: Version 3.12.1
1011
1012 Performance and stability improvements on all platforms.
1013
1014
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000010152012-06-20: Version 3.12.0
1016
1017 Fixed Chromium issues:
1018 115100, 129628, 131994, 132727, 132741, 132742, 133211
1019
1020 Fixed V8 issues:
1021 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1022
1023 Added --extra-code flag to mksnapshot to load JS code into the VM
1024 before creating the snapshot.
1025
1026 Support 'restart call frame' command in the debugger.
1027
1028 Performance and stability improvements on all platforms.
1029
1030
mmassi@chromium.org7028c052012-06-13 11:51:58 +000010312012-06-13: Version 3.11.10
1032
1033 Implemented heap profiler memory usage reporting.
1034
1035 Preserved error message during finally block in try..finally.
1036 (Chromium issue 129171)
1037
1038 Fixed EnsureCanContainElements to properly handle double values.
1039 (issue 2170)
1040
1041 Improved heuristics to keep objects in fast mode with inherited
1042 constructors.
1043
1044 Performance and stability improvements on all platforms.
1045
1046
rossberg@chromium.org400388e2012-06-06 09:29:22 +000010472012-06-06: Version 3.11.9
1048
1049 Implemented ES5-conformant semantics for inherited setters and read-only
1050 properties. Currently behind --es5_readonly flag, because it breaks
1051 WebKit bindings.
1052
1053 Exposed last seen heap object id via v8 public api.
1054
1055 Performance and stability improvements on all platforms.
1056
1057
verwaest@chromium.org37141392012-05-31 13:27:02 +000010582012-05-31: Version 3.11.8
1059
1060 Avoid overdeep recursion in regexp where a guarded expression with a
1061 minimum repetition count is inside another quantifier.
1062 (Chromium issue 129926)
1063
1064 Fixed missing write barrier in store field stub.
1065 (issues 2143, 1465, Chromium issue 129355)
1066
1067 Proxies: Fixed receiver for setters inherited from proxies.
1068 Proxies: Fixed ToStringArray function so that it does not reject some
1069 keys.
1070 (issue 1543)
1071
1072 Performance and stability improvements on all platforms.
1073
1074
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000010752012-05-29: Version 3.11.7
1076
1077 Get better function names in stack traces.
1078
1079 Performance and stability improvements on all platforms.
1080
1081
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000010822012-05-24: Version 3.11.6
1083
1084 Fixed RegExp.prototype.toString for incompatible receivers
1085 (issue 1981).
1086
1087 Performance and stability improvements on all platforms.
1088
1089
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000010902012-05-23: Version 3.11.5
1091
1092 Performance and stability improvements on all platforms.
1093
1094
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000010952012-05-22: Version 3.11.4
1096
1097 Some cleanup to common.gypi. This fixes some host/target combinations
1098 that weren't working in the Make build on Mac.
1099
1100 Handle EINTR in socket functions and continue incomplete sends.
1101 (issue 2098)
1102
1103 Fixed python deprecations. (issue 1391)
1104
1105 Made socket send and receive more robust and return 0 on failure.
1106 (Chromium issue 15719)
1107
1108 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1109
1110 Set '-m32' option for host and target platforms
1111
1112 Performance and stability improvements on all platforms.
1113
1114
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000011152012-05-18: Version 3.11.3
1116
1117 Disable optimization for functions that have scopes that cannot be
1118 reconstructed from the context chain. (issue 2071)
1119
1120 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1121
1122 Correctly check for native error objects. (Chromium issue 2138)
1123
1124 Performance and stability improvements on all platforms.
1125
1126
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000011272012-05-16: Version 3.11.2
1128
1129 Revert r11496. (Chromium issue 128146)
1130
1131 Implement map collection for incremental marking. (issue 1465)
1132
1133 Add toString method to CallSite (which describes a frame of the
1134 stack trace).
1135
1136
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000011372012-05-15: Version 3.11.1
1138
1139 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1140
1141 Fix freebsd build. (V8 issue 2126)
1142
1143 Performance and stability improvements on all platforms.
1144
1145
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000011462012-05-11: Version 3.11.0
1147
1148 Fixed compose-discard crasher from r11524 (issue 2123).
1149
1150 Activated new global semantics by default. Global variables can
1151 now shadow properties of the global object (ES5.1 erratum).
1152
1153 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1154 transitioning (Chromium issue 117409).
1155
1156 Made Error.prototype.name writable again, as required by the spec and
1157 the web (Chromium issue 69187).
1158
1159 Implemented map collection with incremental marking (issue 1465).
1160
1161 Regexp: Fixed overflow in min-match-length calculation
1162 (Chromium issue 126412).
1163
1164 MIPS: Fixed illegal instruction use on Loongson in code for
1165 Math.random() (issue 2115).
1166
1167 Fixed crash bug in VisitChoice (Chromium issue 126272).
1168
1169 Fixed unsigned-Smi check in MappedArgumentsLookup
1170 (Chromium issue 126414).
1171
1172 Fixed LiveEdit for function with no locals (issue 825).
1173
1174 Fixed register clobbering in LoadIC for interceptors
1175 (Chromium issue 125988).
1176
1177 Implemented clearing of CompareICs (issue 2102).
1178
1179 Performance and stability improvements on all platforms.
1180
1181
danno@chromium.org2c26cb12012-05-03 09:06:43 +000011822012-05-03: Version 3.10.8
1183
1184 Enabled MIPS cross-compilation.
1185
1186 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1187 (Chromium issue 125515)
1188
1189 Fixed corner cases in truncation behavior when storing to
1190 TypedArrays. (issue 2110)
1191
1192 Fixed failure to properly recognize and report out-of-memory
1193 conditions when allocating code space pages. (Chromium issue
1194 118625)
1195
1196 Fixed idle notifications to perform a round of incremental GCs
1197 after context disposal. (issue 2107)
1198
1199 Fixed preparser for try statement. (issue 2109)
1200
1201 Performance and stability improvements on all platforms.
1202
1203
danno@chromium.org1044a4d2012-04-30 12:34:39 +000012042012-04-30: Version 3.10.7
1205
1206 Performance and stability improvements on all platforms.
1207
1208
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000012092012-04-26: Version 3.10.6
1210
1211 Fixed some bugs in accessing details of the last regexp match.
1212
1213 Fixed source property of empty RegExp objects. (issue 1982)
1214
1215 Enabled inlining some V8 API functions.
1216
1217 Performance and stability improvements on all platforms.
1218
1219
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000012202012-04-23: Version 3.10.5
1221
1222 Put new global var semantics behind a flag until WebKit tests are
1223 cleaned up.
1224
1225 Enabled stepping into callback passed to builtins.
1226 (Chromium issue 109564)
1227
1228 Performance and stability improvements on all platforms.
1229
1230
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000012312012-04-19: Version 3.10.4
1232
1233 Fixed issues when stressing compaction with WeakMaps.
1234
1235 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1236
1237 Simplify invocation sequence at monomorphic function invocation sites.
1238 (issue 2079)
1239
1240 Performance and stability improvements on all platforms.
1241
1242
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000012432012-04-17: Version 3.10.3
1244
1245 Fixed several bugs in heap profiles (including issue 2078).
1246
1247 Throw syntax errors on illegal escape sequences.
1248
1249 Implemented rudimentary module linking (behind --harmony flag)
1250
1251 Implemented ES5 erratum: Global declarations should shadow
1252 inherited properties.
1253
1254 Made handling of const more consistent when combined with 'eval'
1255 and 'with'.
1256
1257 Fixed V8 on MinGW-x64 (issue 2026).
1258
1259 Performance and stability improvements on all platforms.
1260
1261
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000012622012-04-13: Version 3.10.2
1263
1264 Fixed native ARM build (issues 1744, 539)
1265
1266 Return LOOKUP variable instead of CONTEXT for non-context allocated
1267 outer scope parameters (Chromium issue 119609).
1268
1269 Fixed regular and ElementsKind transitions interfering with each other
1270 (Chromium issue 122271).
1271
1272 Improved performance of keyed loads/stores which have a HeapNumber
1273 index (issues 1388, 1295).
1274
1275 Fixed WeakMap processing for evacuation candidates (issue 2060).
1276
1277 Bailout on possible direct eval calls (Chromium issue 122681).
1278
1279 Do not assume that names of function expressions are context-allocated
1280 (issue 2051).
1281
1282 Performance and stability improvements on all platforms.
1283
1284
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000012852012-04-10: Version 3.10.1
1286
1287 Fixed bug with arguments object in inlined functions (issue 2045).
1288
1289 Fixed performance bug with lazy initialization (Chromium issue
1290 118686).
1291
1292 Added suppport for Mac OS X 64bit builds with GYP.
1293 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1294
1295 Fixed bug with hidden properties (issue 2034).
1296
1297 Fixed a performance bug when reloading pages (Chromium issue 117767,
1298 V8 issue 1902).
1299
1300 Fixed bug when optimizing throw in top-level code (issue 2054).
1301
1302 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1303
1304 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1305
1306 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1307
1308 Fixed compilation of V8 using uClibc.
1309
1310 Optimized boot-up memory use.
1311
1312 Optimized regular expressions.
1313
1314
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000013152012-03-30: Version 3.10.0
1316
1317 Fixed store IC writability check in strict mode
1318 (Chromium issue 120099).
1319
1320 Resynchronize timers if the Windows system time was changed.
1321 (Chromium issue 119815)
1322
1323 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1324 hardfp ARM
1325 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1326
1327 Fixed edge case for case independent regexp character classes
1328 (issue 2032).
1329
1330 Reset function info counters after context disposal.
1331 (Chromium issue 117767, V8 issue 1902)
1332
1333 Fixed missing write barrier in CopyObjectToObjectElements.
1334 (Chromium issue 119926)
1335
1336 Fixed missing bounds check in HasElementImpl.
1337 (Chromium issue 119925)
1338
1339 Performance and stability improvements on all platforms.
1340
1341
danno@chromium.org88aa0582012-03-23 15:11:57 +000013422012-03-23: Version 3.9.24
1343
1344 Activated count-based profiler for ARM.
1345
1346 Fixed use of proxies as f.prototype properties. (issue 2021)
1347
1348 Enabled snapshots on MIPS.
1349
1350 Performance and stability improvements on all platforms.
1351
1352
ulan@chromium.org6ff65142012-03-21 09:52:17 +000013532012-03-21: Version 3.9.23
1354
1355 Use correct arguments adaptation environment when inlining function
1356 containing arguments. (Issue 2014)
1357
1358 Performance and stability improvements on all platforms.
1359
1360
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000013612012-03-20: Version 3.9.22
1362
1363 Enabled count-based profiler by default.
1364
1365 Implemented a hash based look-up to speed up address checks
1366 in large object space (issue 853).
1367
1368 Performance and stability improvements on all platforms.
1369
1370
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000013712012-03-19: Version 3.9.21
1372
1373 Fixed push-to-trunk script (and re-push).
1374
1375 Added API call that identifies strings that are guaranteed only to
1376 contain ASCII characters.
1377
1378
13792012-03-19: Version 3.9.20
1380
1381 Fixed declarations escaping global strict eval. (Issue 1624)
1382
1383 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1384
1385 Fixed function declarations overwriting read-only global properties.
1386 (Chromium issue 115452)
1387
1388 Fixed --use-strict flag in combination with --harmony[-scoping].
1389
1390 Debugger: naive implementation of "step into Function.prototype.bind".
1391
1392 Debugger: added ability to set script source from within OnBeforeCompile
1393
1394 Added flag to always call DebugBreak on abort.
1395
1396 Re-enabled constructor inlining and inline === comparison with boolean
1397 constants. (Issue 2009)
1398
1399 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1400
1401 Performance and stability improvements on all platforms.
1402
1403
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000014042012-03-14: Version 3.9.19
1405
1406 Ensure there is a smi check of the receiver for global load and call
1407 ICs (Chromium issue 117794).
1408
1409 Performance and stability improvements on all platforms.
1410
1411
yangguo@chromium.org154ff992012-03-13 08:09:54 +000014122012-03-13: Version 3.9.18
1413
1414 Ensure consistency of Math.sqrt on Intel platforms.
1415
1416 Remove static initializers in v8. (issue 1859)
1417
1418 Add explicit dependency on v8_base in the GYP-based build.
1419
1420 Performance and stability improvements on all platforms.
1421
1422
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000014232012-03-12: Version 3.9.17
1424
1425 Fixed VFP detection through compiler defines. (issue 1996)
1426
1427 Add Code-related fields to postmortem metadata.
1428
1429 Performance and stability improvements on all platforms.
1430
1431
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000014322012-03-09: Version 3.9.16
1433
1434 Added basic interface inference for modules (behind the --harmony flag).
1435
1436 Added Object.is, Number.isFinite, Number.isNaN.
1437
1438 Updated the Unicode tables to Unicode version 6.1.0.
1439
1440 Performance and stability improvements on all platforms.
1441
1442
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000014432012-03-06: Version 3.9.15
1444
1445 Fix the heap profiler crash caused by memory layout changes between
1446 passes.
1447
1448 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1449
1450 Fix double-rounding in strtod for MinGW. (issue 1062)
1451
1452 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1453
1454 Performance and stability improvements on all platforms.
1455
1456
fschneider@chromium.org35814e52012-03-01 15:43:35 +000014572012-03-01: Version 3.9.14
1458
1459 Performance and stability improvements on all platforms.
1460
1461
ulan@chromium.org812308e2012-02-29 15:58:45 +000014622012-02-29: Version 3.9.13
1463
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001464 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001465
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001466 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1467 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001468
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001469 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001470
1471 Performance and stability improvements on all platforms.
1472
1473
ulan@chromium.org967e2702012-02-28 09:49:15 +000014742012-02-28: Version 3.9.12
1475
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001476 Fixed the negative lookup stub to handle deleted entries in a
1477 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001478
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001479 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001480 callback function can resolve the location of a return address on stack
1481 to the location where a return-address rewriting profiler stashed the
1482 original return address.
1483
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001484 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1485 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001486
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001487 Fixed issue 1853: Update breakpoints set with partial file name after
1488 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001489
1490
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000014912012-02-27: Version 3.9.11
1492
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001493 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001494
1495
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000014962012-02-24: Version 3.9.10
1497
1498 Fixed V8 issues 1322, 1772 and 1969.
1499
1500 Conformance improvements.
1501
1502 Performance and stability improvements on all platforms.
1503
1504
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000015052012-02-23: Version 3.9.9
1506
1507 Supported fast case for-in in Crankshaft.
1508
1509 Sped up heap snapshot serialization and dominators construction.
1510
1511 Randomized allocation addresses on windows. (Chromium issue 115151)
1512
1513 Fixed compilation with MinGW-w64. (issue 1943)
1514
1515 Fixed incorrect value of assignments to non-extensible properties.
1516
1517 Fixed a crash bug in generated code on ia32.
1518
1519 Performance and stability improvements on all platforms.
1520
1521
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000015222012-02-21: Version 3.9.8
1523
1524 Fixed memory leak and missing #include in StartupDataDecompressor
1525 (issue 1960).
1526
1527 Renamed static methods to avoid shadowing virtual methods and fix Clang
1528 C++11 compile error.
1529
1530 Fixed sequence of element access in array builtins (issue 1790).
1531
1532 Performance and stability improvements on all platforms.
1533
1534
yangguo@chromium.org56454712012-02-16 15:33:53 +000015352012-02-16: Version 3.9.7
1536
1537 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1538
1539 Fixed GCC-4.7 warnings.
1540
1541 Added Navier-Stokes benchmark.
1542
1543 Performance and stability improvements on all platforms.
1544
1545
ulan@chromium.org65a89c22012-02-14 11:46:07 +000015462012-02-14: Version 3.9.6
1547
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001548 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001549
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001550 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001551
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001552 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001553
1554 Heap Snapshot maximum size limit is too low for really big apps. At the
1555 moment the limit is 256MB. (Chromium issue 113015)
1556
1557 Performance and stability improvements on all platforms.
1558
1559
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000015602012-02-09: Version 3.9.5
1561
1562 Removed unused command line flags.
1563
1564 Performance and stability improvements on all platforms.
1565
1566
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000015672012-02-08: Version 3.9.4
1568
1569 Properly initialize element-transitioning array literals on ARM.
1570 (issue 1930)
1571
1572 Bug fixes on all platforms.
1573
1574
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000015752012-02-07: Version 3.9.3
1576
1577 When rethrowing an exception, print the stack trace of its original
1578 site instead of rethrow site (Chromium issue 60240).
1579
1580 Increased size of small stacks from 32k to 64k to avoid hitting limits
1581 in Chromium (Chromium issue 112843).
1582
1583
rossberg@chromium.org994edf62012-02-06 10:12:55 +000015842012-02-06: Version 3.9.2
1585
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001586 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001587
1588 Heap profiler reports implicit references.
1589
1590 Optionally export metadata with libv8 to enable debuggers to inspect V8
1591 state.
1592
1593
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000015942012-02-02: Version 3.9.1
1595
1596 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1597 (Chromium issue 112315).
1598
1599 Fixed a crash in dev tools (Chromium issue 107996).
1600
1601 Added 'dependencies_traverse': 1 to v8 GYP target.
1602
1603 Performance and stability improvements on all platforms.
1604
1605
danno@chromium.orgfa458e42012-02-01 10:48:36 +000016062012-02-01: Version 3.9.0
1607
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001608 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001609
1610 Stability fixes and performance improvements on all platforms.
1611
1612
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000016132012-01-26: Version 3.8.9
1614
1615 Flush number string cache on GC (issue 1605).
1616
1617 Provide access to function inferred name with
1618 v8::Function::GetInferredName in V8 public API.
1619
1620 Fix building with Clang (issue 1912).
1621
1622 Reduce the space used by the stack for the profiling thread.
1623
1624 Fix misleading documentation of v8::Locker (issue 542).
1625
1626 Introduce readbinary function in d8 to read binary files.
1627
1628 Performance and stability improvements on all platforms.
1629
1630
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000016312012-01-23: Version 3.8.8
1632
1633 Limited number of loop iterations in Heap::ReserveSpace
1634 (Chromium issue 99027).
1635
1636 Fixed solaris build (VirtualMemory) (issue 1761).
1637
1638 Fixed strict vs. non-strict handling of function proxies in
1639 higher-order array and string methods.
1640
1641 Enabled asynchronous remote debugging with d8 (issue 1691).
1642
1643 Stability and performance improvements on all platforms.
1644
1645
ulan@chromium.org2efb9002012-01-19 15:36:35 +000016462012-01-19: Version 3.8.7
1647
1648 Ensure that LRandom restores rsi after call to the C function on x64.
1649 (Chromium issue http://crbug.com/110509)
1650
1651 Fixing include issues on *bsd when building with scons.
1652 (issue 1897)
1653
1654 Provide a switch to specify -fno-strict-aliasing
1655 (issue 1887)
1656
1657 Move WIN32 define from standalone.gypi to common.gypi
1658 (issue 1760)
1659
1660 Fix corner-case in heap size estimation.
1661 (issue 1893)
1662
1663 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1664 (issue 1903)
1665
1666 Performance improvements and bug fixes.
1667
1668
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000016692012-01-16: Version 3.8.6
1670
1671 Add primitive WebGL array support to d8.
1672
1673 Improve heap size estimation (issue 1893).
1674
1675 Hash collision DOS workaround extended from string keys
1676 to numeric keys.
1677
1678 Provide an API for iterating through all external strings referenced
1679 from the JS heap.
1680
1681 Adjust position recorded for call expressions. http://crbug.com/109195
1682
1683 Fix GC crash related to instanceof. http://crbug.com/109448
1684
1685 Performance improvements and bug fixes.
1686
1687
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000016882012-01-05: Version 3.8.5
1689
1690 Fix broken test that assumes that no GC can clear the regexp cache (GC
1691 can happen at any time due to Crankshaft).
1692
1693 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1694
1695 Add netbsd support to gyp build.
1696
1697 Determine page size at runtime on posix platforms.
1698
1699 Ensure that store buffer filtering hash sets are cleared after
1700 StoreBuffer::Filter.
1701
1702 Randomize the seed used for string hashing. This helps guard against
1703 CPU-eating DOS attacks against node.js servers. Based on code from
1704 Bert Belder. This version only solves the issue for those that compile
1705 V8 themselves or those that do not use snapshots. A snapshot-based
1706 precompiled V8 will still have predictable string hash codes.
1707
1708 Implement callback when script finishes running in V8 API.
1709
1710 Improve performance of Math.min and Math.max for the case of two
1711 arguments. (issue 1325)
1712
1713
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000017142012-01-02: Version 3.8.4
1715
1716 Performance improvements for large Smi-only arrays.
1717
1718 Fixed InternalArrays construction. (issue 1878)
1719
1720
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000017212011-12-27: Version 3.8.3
1722
1723 Avoid embedding new space objects into code objects in the lithium gap
1724 resolver. (chromium:108296)
1725
1726 Bug fixes and performance optimizations on all platforms.
1727
1728
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000017292011-12-21: Version 3.8.2
1730
1731 Add max optimization flag to v8 gyp build to ensure V8 is always built
1732 fully optimized in Chrome.
1733
1734 MIPS: Bring MIPS to parity with other platforms.
1735
1736 Optimizations and stability improvements on all platforms.
1737
1738
ricow@chromium.org7ad65222011-12-19 12:13:11 +000017392011-12-19: Version 3.8.1
1740
1741 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1742
1743 Stability improvements on all platforms.
1744
1745
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000017462011-12-13: Version 3.8.0
1747
1748 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1749
1750 Sync parser and preparser on do-while and return statements.
1751 (issue 1856)
1752
1753 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1754
1755 Stability and performance improvements on all platforms.
1756
1757
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000017582011-12-01: Version 3.7.12
1759
1760 Increase tick interval for the android platform.
1761
1762 Fix a bug in the register allocator. (chromium:105112)
1763
1764 Fix handling of recompiling code. (chromium:105375, v8:1782)
1765
1766 Start incremental marking on idle notification. (v8:1458)
1767
1768 Build fixes for various platforms.
1769
1770 Various performance improvements.
1771
1772
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000017732011-11-29: Version 3.7.11
1774
1775 Fixed bug when generating padding to ensure space for lazy
1776 deoptimization.
1777 (issue 1846)
1778
1779 Further reduced pause times due to GC.
1780
1781 Stability and performance improvements on all platforms.
1782
1783
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000017842011-11-23: Version 3.7.10
1785
1786 Set maximum length of FixedArray in terms of elements instead an
1787 absolute number of bytes.
1788 (Chromium issue 103103)
1789
1790 Stability and performance improvements on all platforms.
1791
1792
17932011-11-21: Version 3.7.9
1794
1795 Removed exit-time destructors.
1796
1797 Stability and performance improvements on all platforms.
1798
1799
ricow@chromium.org27bf2882011-11-17 08:34:43 +000018002011-11-17: Version 3.7.8
1801
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001802 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001803 function on builtins will not make the original function reappear.
1804
1805 Added NetBSD support for scons build.
1806
1807 Performance improvements on all platforms.
1808
1809
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000018102011-11-14: Version 3.7.7
1811
1812 Fix missing fast property accessors in heap snapshots.
1813 (issue 1818)
1814
1815
danno@chromium.org2c456792011-11-11 12:00:53 +000018162011-11-11: Version 3.7.6
1817
1818 Fixed filtering of store buffer for large object pages.
1819 (issue 1817)
1820
1821 Fixed generated hash function on all platforms.
1822 (issue 1808)
1823
1824 Fixed Heap::Shrink to ensure that it does not free pages that are
1825 still in use.
1826 (Chromium issue 100414)
1827
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001828 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001829
1830
danno@chromium.orgc612e022011-11-10 11:38:15 +000018312011-11-10: Version 3.7.5
1832
1833 Added initial gyp infrastructure for MIPS.
1834
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001835 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001836 collector.
1837
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001838 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001839
1840
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000018412011-11-07: Version 3.7.4
1842
1843 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1844
1845 Fix Harmony sets and maps to allow null and undefined as keys
1846 (still hidden behind --harmony flag) (issue 1622).
1847
1848 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1849
1850 Enable VFP instructions for Android.
1851
1852 Fix error handling in Date.prototype.toISOString (issue 1792).
1853
1854 Bug fixes and performance improvements for all platforms.
1855
1856 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1857
1858
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000018592011-10-28: Version 3.7.3
1860
1861 Slight deoptimization as a workaround for issue with jslint: Issue
1862 1789.
1863
1864
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000018652011-10-27: Version 3.7.2
1866
1867 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1868
1869
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000018702011-10-26: Version 3.7.1
1871
1872 Achieved 33% speedup in debug-mode tests.
1873
1874 Removed special casing of calls to RegExp test and exec methods with no
1875 argument. Now matches new JSC behaviour. crbug.com/75740.
1876
1877 Return the empty string on cyclic references in toString (ES5
1878 conformance).
1879
1880 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1881
1882 Made Math.random state per-context instead of per-process (issue 864).
1883
1884 Fixed stack traces to skip native functions.
1885
1886 Make snapshots (new contexts) smaller and faster.
1887
1888 Fixed handling of Function.apply for non-array arguments.
1889
1890 Fixed evaluation order in defineProperties to match FireFox.
1891
1892 Fixed handling of non-object receivers for array builtins,
1893 crbug.com/100702.
1894
1895 Multiple fixes to improve compliance with test262.
1896
1897 Fixed compatibility with older Android releases.
1898
1899 Fixed compilation with gcc-4.5.3.
1900
1901 Improved performance of WriteUtf8, issue 1665.
1902
1903 Made native syntax an early error in the preparser.
1904
1905 Fixed issues 793 and 893 relating to Function.prototype.bind.
1906
1907 Improved let, const, Set and Map support and other Harmony features
1908 (behind the --harmony flag).
1909
1910 Changed evaluation order for > and <= to match ES5 instead of ES3.
1911
1912 Bug fixes and performance improvements on all platforms.
1913
1914
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000019152011-10-13: Version 3.7.0
1916
1917 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1918
1919 Fixed issue 1757 (string slices of external strings).
1920
1921 Fixed issue 1759 (ARM).
1922
1923 Added flag --noclever-optimizations to disable some things that
1924 caused trouble in the past.
1925
1926 Added flag --stress-compaction for testing.
1927
1928 Added flag --harmony to activate all experimental Harmony features.
1929
1930
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000019312011-10-10: Version 3.6.6
1932
1933 Added a GC pause visualization tool.
1934
1935 Added presubmit=no and werror=no flags to Makefile.
1936
1937 ES5/Test262 conformance improvements.
1938
1939 Fixed compilation issues with GCC 4.5.x (issue 1743).
1940
1941 Bug fixes and performance improvements on all platforms.
1942
1943
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000019442011-10-05: Version 3.6.5
1945
1946 New incremental garbage collector.
1947
1948 Removed the hard heap size limit (soft heap size limit is still
1949 700/1400Mbytes by default).
1950
1951 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1952
1953 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1954
1955 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1956
1957 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1958
1959 Fixed the MinGW and Windows 2000 builds.
1960
1961 Fixed "Prototype chain is not searched if named property handler does
1962 not set a property" (Issue 1636).
1963
1964 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1965
1966 Disallowed future reserved words as labels in strict mode.
1967
1968 Fixed string split to correctly coerce the separator to a string
1969 (Issue 1711).
1970
1971 API: Added an optional source length field to the Extension
1972 constructor.
1973
1974 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1975 (Issue 1573).
1976
1977 Added "native" target to Makefile for the benefit of Linux distros.
1978
1979 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1980
1981 More work on ES-Harmony proxies. Still hidden behind a flag.
1982
1983 Bug fixes and performance improvements on all platforms.
1984
1985
lrn@chromium.org34e60782011-09-15 07:25:40 +000019862011-09-15: Version 3.6.4
1987
1988 Fixed d8's broken readline history.
1989
1990 Removed the need for code delete events in CPU profiler (Issue 1466).
1991
1992 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1993
1994 Fixing parallel execution in d8 (with -p) and some memory leaks.
1995
1996 Support for precise stepping in functions compiled before debugging was
1997 started (step 1).
1998
1999
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000020002011-09-13: Version 3.6.3
2001
2002 Implemented better support of typed arrays in the d8 shell.
2003
2004 Bug fixes and performance improvements on all platforms.
2005
2006
ricow@chromium.org55ee8072011-09-08 16:33:10 +000020072011-09-08: Version 3.6.2
2008
2009 Added "dependencies" target to top-level Makefile.
2010
2011 Added ability to turn profiler on/off in d8.
2012
2013 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2014
2015 Fixed several crash bugs.
2016
2017
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000020182011-09-07: Version 3.6.1
2019
2020 Fixed a bug in abrupt exit from with or catch inside finally.
2021
2022 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2023 issue 95113).
2024
2025 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2026
2027 Fixed a few clang warnings (which -Werror treated as errors).
2028
2029 Performance improvements on all platforms.
2030
2031
fschneider@chromium.org1805e212011-09-05 10:49:12 +000020322011-09-05: Version 3.6.0
2033
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002034 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002035
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002036 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002037
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002038 Made arguments and caller always be null on native functions
2039 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002040
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002041 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002042
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002043 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002044
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002045 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002046
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002047 Fixed a problem with large heap snapshots in Chrome DevTools
2048 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002049
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002050 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002051
2052
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000020532011-08-31: Version 3.5.10
2054
2055 Added dependency of v8_base on WinSocket2 Windows library in
2056 the GYP-build.
2057
2058 Various bugfixes.
2059
2060
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000020612011-08-29: Version 3.5.9
2062
2063 Made FromPropertyDescriptor not trigger inherited setters.
2064
2065 Fixed .gyp files to work on the ARM simulator.
2066
2067 Fixed shared library build warnings for MSVS.
2068
2069
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000020702011-08-24: Version 3.5.8
2071
2072 Added V8EXPORT attributes for v8::Array::CheckCast and
2073 v8::Number::CheckCast.
2074
2075 Made a slight API change enabling opting out from null termination
2076 in String::Write*().
2077
2078 Fixed arm build for gcc-4.6.
2079
2080
rossberg@chromium.org28a37082011-08-22 11:03:23 +000020812011-08-22: Version 3.5.7
2082
2083 Make scanner handle invalid unicode escapes in identifiers correctly.
2084
2085 Make regexp flag parsing stricter.
2086
2087 Fix several memory leaks.
2088
2089
danno@chromium.orgb6451162011-08-17 14:33:23 +000020902011-08-17: Version 3.5.6
2091
2092 Fixed issue that could cause crashes when running with --heap-stats.
2093
2094 Fixed compilation on Linux 2.6.9 and older.
2095
2096 Fixed live-object-list to work with isolates.
2097
2098 Fixed memory leaks in zones and isolates.
2099
2100 Fixed a performance regression for TypedArrays on x64.
2101
2102 Stability improvements on all platforms.
2103
2104
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000021052011-08-15: Version 3.5.5
2106
2107 Fixed bugs involving negative zero and the optimizing compiler.
2108
2109 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2110
2111 Eliminated uses of deprecated ARM instructions.
2112
2113 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2114
2115 Removed restriction on the size of disassembled code that is printed.
2116
2117
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000021182011-08-10: Version 3.5.4
2119
2120 Added a preliminary implementation of ES Harmony weak maps. Weak
2121 maps can be enabled by the flag --harmony-weakmaps.
2122
2123 Introduced a toplevel Makefile to support GYP-based building. GYP
2124 can be obtained from http://gyp.googlecode.com.
2125
2126 Fixed a bug in the length property of functions created by
2127 Function.prototype.bind.
2128
2129 Reduced malloc heap allocation on process startup.
2130
2131 Several important code generation bug fixes.
2132
2133 Performance improvements on all platforms.
2134
2135
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000021362011-08-03: Version 3.5.3
2137
2138 MIPS: Port of fix to ClassOf check from ARM.
2139 Patch from Paul Lind <plind44@gmail.com>.
2140
2141 Stopped using mprotect on Cygwin.
2142 Avoided uninitialized member warning on gcc 4.3.4
2143 Both patches by Bert Belder.
2144
2145 Bug fixes and performance improvements on all platforms.
2146
2147
vegorov@chromium.org7943d462011-08-01 11:41:52 +000021482011-08-01: Version 3.5.2
2149
2150 Performance improvements on all platforms.
2151
2152
ricow@chromium.org2c99e282011-07-28 09:15:17 +000021532011-07-28: Version 3.5.1
2154
2155 Fixed setting the readonly flag on the prototype property using the
2156 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2157
2158 Changed the tools/test.py script to use d8 instead of shell for
2159 testing.
2160
2161 Fixed crash in ToBooleanStub when GC happens during invocation.
2162
2163 Enabled automatic unboxing of double arrays.
2164
2165 Performance improvements on all platforms.
2166
2167
ricow@chromium.org9fa09672011-07-25 11:05:35 +000021682011-07-25: Version 3.5.0
2169
2170 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2171 proxies.
2172
2173 Removed logging to memory support.
2174
2175 Bugfixes and performance work.
2176
2177
rossberg@chromium.org717967f2011-07-20 13:44:42 +000021782011-07-20: Version 3.4.14
2179
2180 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2181
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002182 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002183 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002184
2185 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2186
2187
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000021882011-07-18: Version 3.4.13
2189
2190 Improved debugger support to allow inspection of optimized frames (issue
2191 1140).
2192
2193 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2194
2195 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2196
2197 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2198
2199 Simplified HClampToUint8. Patch by Andy Wingo.
2200
2201 Exposed APIs for detecting boxed primitives, native errors. Patch by
2202 Luke Zarko.
2203
2204 Added map check for COW elements to crankshaft array handling code
2205 (issue 1560).
2206
2207 Sample shell and (a light version of) D8 links against a shared library
2208 now.
2209
2210 Fixed bug in array filter and reduce functions (issue 1559).
2211
2212 Avoid TLS load in AstNode constructor.
2213
2214 Introduced a random entropy source which can optionally be provided at
2215 initialization. (Chromium issue 89462).
2216
2217
whesse@chromium.org030d38e2011-07-13 13:23:34 +000022182011-07-13: Version 3.4.12
2219
2220 Added --prof profiling option to d8 shell.
2221
2222 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2223
2224 Fixed a potential assertion failure in const declarations.
2225
2226 Fixed an assertion failure in descriptor arrays (issue 1526).
2227
2228 Enabled fast thread-local storage by default on supported platforms.
2229
2230 Improved reporting of source position for global variable loads
2231 (issue 1527).
2232
2233
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000022342011-07-11: Version 3.4.11
2235
2236 Fixed MinGW32 build.
2237
2238 Fixed a GC bug with RegExp code flushing.
2239
2240 Implemented Object.defineProperty for proxies.
2241
2242 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2243
2244 Added debugger support for inspecting optimized frames (issue 1140).
2245
2246 Allowed JSObject::PreventExtensions to work for arguments objects.
2247
2248 Bugfixes and performance work.
2249
2250
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000022512011-07-06: Version 3.4.10
2252
2253 Fixed debugger not breaking on certain "if" statements (issue 1523).
2254
2255 Fixed assertion failure in runtime profiler when running on IA32
2256 without snapshot (issue 1522).
2257
2258 Fixed ABI for API calls on IA32 (for clang compatibility).
2259
2260 Introduced code flushing of RegExp code to free memory used by
2261 RegExps sooner.
2262
2263 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2264
2265 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2266
2267 Performance improvements on all platforms.
2268
2269
ricow@chromium.org4f693d62011-07-04 14:01:31 +000022702011-07-04: Version 3.4.9
2271
2272 Added support for debugger inspection of locals in optimized frames
2273 (issue 1140).
2274
2275 Fixed SConstruct to pass correct defines to samples/preparser when
2276 building with library=shared.
2277
2278 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2279
2280 Fixed a bug in Object.defineProperty on the arguments object.
2281
2282 Performance improvements on all platforms.
2283
2284
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000022852011-06-29: Version 3.4.8
2286
2287 Ensure 16-byte stack alignment on Solaris (issue 1505).
2288
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002289 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002290 that is not a smi. (issue 1246).
2291
2292
ager@chromium.org04921a82011-06-27 13:21:41 +000022932011-06-27: Version 3.4.7
2294
2295 Fixed 64-bit build on FreeBSD.
2296
2297 Added API to set the property attributes for the prototype
2298 property on functions created from FunctionTemplates.
2299
2300 Bugfixes and performance work.
2301
2302
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000023032011-06-22: Version 3.4.6
2304
2305 Lowered limit on code space for systems with low memory supply.
2306
2307 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2308
2309 Extended setBreakpoint API to accept partial script name (issue 1418).
2310
2311 Made multi-line comments not count when deciding whether the '-->'
2312 comment starter is first on a line. This matches Safari.
2313
2314 Made handling of non-array recievers in Array length setter correct
2315 (issue 1491).
2316
2317 Added ability to heap profiler to iterate over snapshot's node
2318 (issue 1481).
2319
2320
whesse@chromium.org7b260152011-06-20 15:33:18 +000023212011-06-20: Version 3.4.5
2322
2323 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2324 1476, and 1477.
2325
2326 Improved code generation for !0 and !1.
2327
2328 Reduced memory usage for regular expressions with nested qualifiers.
2329 (issue 1472)
2330
2331 Fixed V8 to count line terminators in multi-line comments.
2332 (Chromium issue 86431)
2333
2334 Fixed disassembler=on option for release-mode builds. (issue 1473)
2335
2336 Performance improvements on all platforms.
2337
2338
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000023392011-06-15: Version 3.4.4
2340
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002341 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002342
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002343 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002344
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002345 Several GYP-related changes: Added support for building Xcode project
2346 files. Make the ARM simulator build with GYP again. Generate Makefiles
2347 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002348
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002349 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2350 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002351
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002352 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002353
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002354 Handle 'undefined' correctly when === has been specialized for doubles.
2355 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002356
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002357 Corrected the limit of local variables in an optimized function from 64
2358 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002359
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002360 Correctly set ReadOnly flag on indexed properties when using the API Set
2361 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002362
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002363 Give the correct error message when Object.isExtensible is called on a
2364 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002365
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002366 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2367 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002368
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002369 Do not redefine properties unneccesarily in seal and freeze. (issue
2370 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002371
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002372 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002373
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002374 Distinguish keyed loads with a symbol key from fast elements loads,
2375 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002376
2377
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000023782011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002379
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002380 Clear the global thread table when an isolate is disposed
2381 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002382
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002383 Converted time zone name to UTF8 on Windows (issue 1290).
2384
2385 Limited the number of arguments in a function call to 32766
2386 (issue 1413).
2387
2388 Compress sources of JS libraries in addition to the snapshot.
2389
2390 Fixed a bug in Lithium environment iteration.
2391
2392 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002393
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002394
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000023952011-06-06: Version 3.4.2
2396
2397 More work on ES-Harmony proxies. Still hidden behind a flag.
2398
2399 Fixed some crash bugs and improved performance.
2400
2401 Fixed building with gdb debugging support.
2402
2403 Do not install SIGPROF handler until it is needed.
2404
2405 Added DateTimeFormat to i18n API.
2406
2407 Fixed compilation on OpenBSD.
2408
2409 Take the ulimit into account when sizing the heap. OpenBSD users
2410 may still have to increase the default ulimit to run heavy pages in
2411 the browser.
2412
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002413
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000024142011-06-01: Version 3.4.1
2415
2416 Fixed JSON stringify issue with arrays.
2417
2418 Changed calls to JS builtins to be passed undefined when called with
2419 implicit receiver.
2420
2421 Implemented the set trap for Harmony proxies. Proxies still need to
2422 be enabled with the --harmony-proxies flag.
2423
2424
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000024252011-05-30: Version 3.4.0
2426
2427 Changed calls to undefined property setters to not throw (issue 1355).
2428
2429 Made RegExp objects not callable.
2430
2431 Fixed issues on special case large JSON strings in new json parser
2432 (issues http://crbug.com/83877 and http://crbug.com/84186).
2433
2434 Performance improvements on all platforms.
2435
2436
danno@chromium.org40cb8782011-05-25 07:58:50 +000024372011-05-25: Version 3.3.10
2438
2439 Fixed calls of strict mode function with an implicit receiver.
2440
2441 Fixed fast handling of arrays to properly deal with changes to the
2442 Object prototype (issue 1403).
2443
2444 Changed strict mode poison pill to be the same type error function
2445 (issue 1387).
2446
2447 Fixed a debug crash in arguments object handling (issue 1227).
2448
2449 Fixed a bug in deoptimization on x64 (issue 1404).
2450
2451 Performance improvements and bug fixes on all platforms.
2452
2453
ager@chromium.orgea91cc52011-05-23 06:06:11 +000024542011-05-23: Version 3.3.9
2455
2456 Added DateTimeFormat class to experimental i18n API.
2457
2458 Extended preparser to give early errors for some strict mode
2459 restrictions.
2460
2461 Removed legacy execScript function from V8.
2462
2463 Extended isolate API with the ability to add embedder-specific
2464 data to an isolate.
2465
2466 Added basic support for polymorphic loads from JS and external
2467 arrays.
2468
2469 Fixed bug in handling of switch statements in the optimizing
2470 compiler.
2471
2472
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000024732011-05-18: Version 3.3.8
2474
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002475 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002476 handles are independent of all other persistent handles and can be
2477 garbage collected more frequently.
2478
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002479 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002480 with the --harmony-proxies flag.
2481
2482 Performance improvements and bug fixes on all platforms.
2483
2484
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000024852011-05-16: Version 3.3.7
2486
2487 Updated MIPS infrastructure files.
2488
2489 Performance improvements and bug fixes on all platforms.
2490
2491
karlklose@chromium.org83a47282011-05-11 11:54:09 +000024922011-05-11: Version 3.3.6
2493
2494 Updated MIPS infrastructure files.
2495
2496 Added method IsCallable for Object to the API.
2497 Patch by Peter Varga.
2498
2499
lrn@chromium.org1c092762011-05-09 09:42:16 +000025002011-05-09: Version 3.3.5
2501
2502 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2503
2504 Added check that receiver is JSObject on API calls.
2505
2506 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2507 Patch by Peter Varga.
2508
2509 Added CallAsFunction method to the Object class in the API (Issue 1336).
2510 Patch by Peter Varga.
2511
2512 Added per-isolate locking and unlocking.
2513
2514 Fixed bug in x64 >>> operator (Issue 1359).
2515
2516
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000025172011-05-04: Version 3.3.4
2518
2519 Implemented API to disallow code generation from strings for a context
2520 (issue 1258).
2521
2522 Fixed bug with whitespaces in parseInt (issue 955).
2523
2524 Fixed bug with == comparison of Date objects (issue 1356).
2525
2526 Added GYP variables for ARM code generation:
2527 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2528 and v8_use_arm_eabi_hardfloat.
2529
2530
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000025312011-05-02: Version 3.3.3
2532
2533 Added support for generating Visual Studio solution and project files
2534 using GYP.
2535
2536 Implemented support for ARM EABI calling convention variation where
2537 floating-point arguments are passed in registers (hardfloat).
2538
2539 Added Object::HasOwnProperty() to the API.
2540
2541 Added support for compressing startup data to reduce binary size. This
2542 includes build time support and an API for the embedder to decompress
2543 the startup data before initializing V8.
2544
2545 Reduced the profiling hooks overhead from >400% to 25% when using
2546 ll_prof.
2547
2548 Performance improvements and bug fixes on all platforms.
2549
2550
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000025512011-04-27: Version 3.3.2
2552
2553 Fixed crash bug on ARM with no VFP3 hardware.
2554
2555 Fixed compilation of V8 without debugger support.
2556
2557 Improved performance on JSLint.
2558
2559 Added support Float64 WebGL arrays.
2560
2561 Fixed crash bug in regexp replace.
2562
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002563
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000025642011-04-20: Version 3.3.1
2565
2566 Reduced V8 binary size by removing virtual functions from hydrogen.
2567
2568 Fixed crash bug on x64.
2569
2570 Performance improvements on ARM and IA32.
2571
2572
danno@chromium.org160a7b02011-04-18 15:51:38 +000025732011-04-18: Version 3.3.0
2574
2575 Fixed bug in floating point rounding in Crankshaft on ARM
2576 (issue 958)
2577
2578 Fixed a number of issues with running without VFPv3 support on ARM
2579 (issue 1315)
2580
2581 Introduced v8Locale.Collator, a partial implementation of Collator
2582 per last ECMAScript meeting + mailing list.
2583
2584 Minor performance improvements and bug fixes.
2585
2586
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000025872011-04-13: Version 3.2.10
2588
2589 Fixed bug in external float arrays on ARM (issue 1323).
2590
2591 Minor performance improvements and bug fixes.
2592
2593
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000025942011-04-11: Version 3.2.9
2595
2596 Removed support for ABI prior to EABI on ARM.
2597
2598 Fixed multiple crash bugs.
2599
2600 Added GCMole to the repository, a simple static analysis tool that
2601 searches for GC-unsafe evaluation order dependent callsites.
2602
2603 Made preparser API be exported in shared libraries.
2604
2605 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2606
2607 Fixed mutable __proto__ property if object is not extensible
2608 (Issue 1309).
2609
2610 Fixed auto suspension of the sampler thread.
2611
2612
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000026132011-04-06: Version 3.2.8
2614
2615 Exposed WebGL typed array constructors in the shell sample.
2616
2617 Performance improvements on all platforms.
2618
2619
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000026202011-04-04: Version 3.2.7
2621
2622 Disabled the original 'classic' V8 code generator. Crankshaft is
2623 now the default on all platforms.
2624
2625 Changed the heap profiler to use more descriptive names.
2626
2627 Performance and stability improvements to isolates on all platforms.
2628
2629
lrn@chromium.org7516f052011-03-30 08:52:27 +000026302011-03-30: Version 3.2.6
2631
2632 Fixed xcode build warning in shell.cc (out of order initialization).
2633
2634 Fixed null-pointer dereference in the compiler when running without
2635 SSE3 support (Chromium issue 77654).
2636
2637 Fixed x64 compilation error due to some dead code. (Issue 1286)
2638
2639 Introduced scons target to build the preparser stand-alone example.
2640
2641 Made FreeBSD build and pass all tests.
2642
2643
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000026442011-03-28: Version 3.2.5
2645
lrn@chromium.org7516f052011-03-30 08:52:27 +00002646 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002647
2648 Added Crankshaft support for external arrays.
2649
2650 Fixed two potential crash bugs.
2651
2652
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000026532011-03-23: Version 3.2.4
2654
2655 Added isolates which allows several V8 instances in the same process.
2656 This is controlled through the new Isolate class in the API.
2657
2658 Implemented more of EcmaScript 5 strict mode.
2659
2660 Reduced the time it takes to make detailed heap snapshot.
2661
2662 Added a number of commands to the ARM simulator and enhanced the ARM
2663 disassembler.
2664
2665
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000026662011-03-17: Version 3.2.3
2667
2668 Fixed a number of crash bugs.
2669
2670 Fixed Array::New(length) to return an array with a length (issue 1256).
2671
2672 Fixed FreeBSD build.
2673
2674 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2675
2676 Implemented more of EcmaScript 5 strict mode.
2677
2678 Improved Crankshaft performance on all platforms.
2679
2680
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000026812011-03-14: Version 3.2.2
2682
2683 Fixed a number of crash and correctness bugs.
2684
2685 Improved Crankshaft performance on all platforms.
2686
2687 Fixed Crankshaft on Solaris/Illumos.
2688
2689
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000026902011-03-10: Version 3.2.1
2691
2692 Fixed a number of crash bugs.
2693
2694 Improved Crankshaft for x64 and ARM.
2695
2696 Implemented more of EcmaScript 5 strict mode.
2697
2698
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000026992011-03-07: Version 3.2.0
2700
2701 Fixed a number of crash bugs.
2702
2703 Turned on Crankshaft by default on x64 and ARM.
2704
2705 Improved Crankshaft for x64 and ARM.
2706
2707 Implemented more of EcmaScript 5 strict mode.
2708
2709
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000027102011-03-02: Version 3.1.8
2711
2712 Fixed a number of crash bugs.
2713
2714 Improved Crankshaft for x64 and ARM.
2715
2716 Implemented more of EcmaScript 5 strict mode.
2717
2718 Fixed issue with unaligned reads and writes on ARM.
2719
2720 Improved heap profiler support.
2721
2722
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000027232011-02-28: Version 3.1.7
2724
2725 Fixed a number of crash bugs.
2726
2727 Improved Crankshaft for x64 and ARM.
2728
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002729 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002730 arrays (http://crbug.com/73940).
2731
2732 Fixed bug in map space compaction (http://crbug.com/59688).
2733
2734 Added support for direct getter accessors calls on ARM.
2735
2736
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000027372011-02-24: Version 3.1.6
2738
2739 Fixed a number of crash bugs.
2740
2741 Added support for Cygwin (issue 64).
2742
2743 Improved Crankshaft for x64 and ARM.
2744
2745 Added Crankshaft support for stores to pixel arrays.
2746
2747 Fixed issue in CPU profiler with Crankshaft.
2748
2749
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000027502011-02-16: Version 3.1.5
2751
2752 Change RegExp parsing to disallow /(*)/.
2753
2754 Added GDB JIT support for ARM.
2755
2756 Fixed several crash bugs.
2757
2758 Performance improvements on the IA32 platform.
2759
2760
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000027612011-02-14: Version 3.1.4
2762
2763 Fixed incorrect compare of prototypes of the global object (issue
2764 1082).
2765
2766 Fixed a bug in optimizing calls to global functions (issue 1106).
2767
2768 Made optimized Function.prototype.apply safe for non-JSObject first
2769 arguments (issue 1128).
2770
2771 Fixed an error related to element accessors on Object.prototype and
2772 parser errors (issue 1130).
2773
2774 Fixed a bug in sorting an array with large array indices (issue 1131).
2775
2776 Properly treat exceptions thrown while compiling (issue 1132).
2777
2778 Fixed bug in register requirements for function.apply (issue 1133).
2779
2780 Fixed a representation change bug in the Hydrogen graph construction
2781 (issue 1134).
2782
2783 Fixed the semantics of delete on parameters (issue 1136).
2784
2785 Fixed a optimizer bug related to moving instructions with side effects
2786 (issue 1138).
2787
2788 Added support for the global object in Object.keys (issue 1150).
2789
2790 Fixed incorrect value for Math.LOG10E
2791 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2792
2793 Performance improvements on the IA32 platform.
2794
2795 Implement assignment to undefined reference in ES5 Strict Mode.
2796
2797
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000027982011-02-09: Version 3.1.3
2799
2800 Fixed a bug triggered by functions with huge numbers of declared
2801 arguments.
2802
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002803 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002804
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002805 Fixed issue where Array.prototype.__proto__ had been set to null
2806 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002807
2808 Fixed stability bugs in Crankshaft for x86.
2809
2810
ricow@chromium.org83aa5492011-02-07 12:42:56 +000028112011-02-07: Version 3.1.2
2812
2813 Added better security checks when accessing properties via
2814 Object.getOwnPropertyDescriptor.
2815
2816 Fixed bug in Object.defineProperty and related access bugs (issues
2817 992, 1083 and 1092).
2818
2819 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2820 copyright notice generation for embedders.
2821
2822
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000028232011-02-02: Version 3.1.1
2824
2825 Perform security checks before fetching the value in
2826 Object.getOwnPropertyDescriptor.
2827
2828 Fixed a bug in Array.prototype.splice triggered by passing no
2829 arguments.
2830
2831 Fixed bugs in -0 in arithmetic and in Math.pow.
2832
2833 Fixed bugs in the register allocator and in switching from optimized
2834 to unoptimized code.
2835
2836
28372011-01-31: Version 3.1.0
2838
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002839 Performance improvements on all platforms.
2840
2841
ager@chromium.org378b34e2011-01-28 08:04:38 +000028422011-01-28: Version 3.0.12
2843
2844 Added support for strict mode parameter and object property
2845 validation.
2846
2847 Fixed a couple of crash bugs.
2848
2849
ager@chromium.org0ee099b2011-01-25 14:06:47 +000028502011-01-25: Version 3.0.11
2851
2852 Fixed a bug in deletion of lookup slots that could cause global
2853 variables to be accidentally deleted (http://crbug.com/70066).
2854
2855 Added support for strict mode octal literal verification.
2856
2857 Fixed a couple of crash bugs (issues 1070 and 1071).
2858
2859
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000028602011-01-24: Version 3.0.10
2861
2862 Fixed External::Wrap for 64-bit addresses (issue 1037).
2863
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002864 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002865 code generator (issue 1060).
2866
2867 Introduced partial strict mode support.
2868
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002869 Changed formatting of recursive error messages to match Firefox and
2870 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002871
2872 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002873 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002874 (issue http://crbug.com/50972).
2875
2876 Performance improvements on the IA32 platform.
2877
2878
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000028792011-01-19: Version 3.0.9
2880
2881 Added basic GDB JIT Interface integration.
2882
2883 Make invalid break/continue statements a syntax error instead of a
2884 runtime error.
2885
2886
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000028872011-01-17: Version 3.0.8
2888
2889 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002890 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002891
2892 Wrapped external pointers more carefully (issue 1037).
2893
2894 Hardened the implementation of error objects to avoid setters
2895 intercepting the properties set then throwing an error.
2896
2897 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2898
2899 Performance improvements on the IA32 platform.
2900
2901
29022011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002903
2904 Stopped calling inherited setters when creating object literals
2905 (issue 1015).
2906
2907 Changed interpretation of malformed \c? escapes in RegExp to match
2908 JSC.
2909
2910 Enhanced the command-line debugger interface and fixed some minor
2911 bugs in the debugger.
2912
2913 Performance improvements on the IA32 platform.
2914
2915
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000029162011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002917
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002918 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002919
2920 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002921 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002922
2923 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002924 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002925
2926 Added use_system_v8 option to gyp (off by default), to make it easier
2927 for Linux distributions to ship with system-provided V8 library.
2928
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002929 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002930
2931 Added labelled thread names to help with debugging (on Linux).
2932
2933
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000029342011-01-03: Version 3.0.5
2935
2936 Fixed a couple of cast errors for gcc-3.4.3.
2937
2938 Performance improvements in GC and IA32 code generator.
2939
2940
whesse@chromium.org023421e2010-12-21 12:19:12 +000029412010-12-21: Version 3.0.4
2942
2943 Added Date::ResetCache() to the API so that the cached values in the
2944 Date object can be reset to allow live DST / timezone changes.
2945
2946 Extended existing support for printing (while debugging) the contents
2947 of objects. Added support for printing objects from release builds.
2948
2949 Fixed V8 issues 989, 1006, and 1007.
2950
2951
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000029522010-12-17: Version 3.0.3
2953
2954 Reapplied all changes for version 3.0.1.
2955
2956 Improved debugger protocol for remote debugging.
2957
2958 Added experimental support for using gyp to generate build files
2959 for V8.
2960
2961 Fixed implementation of String::Write in the API (issue 975).
2962
2963
lrn@chromium.org8541d772010-12-15 12:05:09 +000029642010-12-15: Version 3.0.2
2965
2966 Revert version 3.0.1 and patch 3.0.1.1.
2967
2968
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000029692010-12-13: Version 3.0.1
2970
2971 Added support for an experimental internationalization API as an
2972 extension. This extension is disabled by default but can be enabled
2973 when building V8. The ECMAScript internationalization strawman is
2974 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2975
2976 Made RegExp character class parsing stricter. This mirrors a change
2977 to RegExp parsing in WebKit.
2978
2979 Fixed a bug in Object.defineProperty when used to change attributes
2980 of an existing property. It incorrectly set the property value to
2981 undefined (issue 965).
2982
2983 Fixed several different compilation failures on various platforms
2984 caused by the 3.0.0 release.
2985
2986 Optimized Math.pow so it can work on unboxed doubles.
2987
2988 Sped up quoting of JSON strings by removing one traversal of the
2989 string.
2990
2991
kasperl@chromium.orga5551262010-12-07 12:49:48 +000029922010-12-07: Version 3.0.0
2993
2994 Improved performance by (partially) addressing issue 957 on
2995 IA-32. Still needs more work for the other architectures.
2996
2997
ager@chromium.orgbeb25712010-11-29 08:02:25 +000029982010-11-29: Version 2.5.9
2999
3000 Fixed crashes during GC caused by partially initialize heap
3001 objects.
3002
3003 Fixed bug in process sample that caused memory leaks.
3004
3005 Improved performance on ARM by implementing missing stubs and
3006 inlining.
3007
3008 Improved heap profiler support.
3009
3010 Added separate seeding on Windows of the random number generator
3011 used internally by the compiler (issue 936).
3012
3013 Exposed API for getting the name of the function used to construct
3014 an object.
3015
3016 Fixed date parser to handle one and two digit millisecond
3017 values (issue 944).
3018
3019 Fixed number parsing to disallow space between sign and
3020 digits (issue 946).
3021
3022
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000030232010-11-23: Version 2.5.8
3024
3025 Removed dependency on Gay's dtoa.
3026
3027 Improved heap profiler precision and speed.
3028
3029 Reduced overhead of callback invocations on ARM.
3030
3031
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000030322010-11-18: Version 2.5.7
3033
3034 Fixed obscure evaluation order bug (issue 931).
3035
3036 Split the random number state between JavaScript and the private API.
3037
3038 Fixed performance bug causing GCs when generating stack traces on
3039 code from very large scripts.
3040
3041 Fixed bug in parser that allowed (foo):42 as a labelled statement
3042 (issue 918).
3043
3044 Provide more accurate results about used heap size via
3045 GetHeapStatistics.
3046
3047 Allow build-time customization of the max semispace size.
3048
3049 Made String.prototype.split honor limit when separator is empty
3050 (issue 929).
3051
3052 Added missing failure check after expecting an identifier in
3053 preparser (Chromium issue 62639).
3054
3055
ager@chromium.org01fe7df2010-11-10 11:59:11 +000030562010-11-10: Version 2.5.6
3057
3058 Added support for VFP rounding modes to the ARM simulator.
3059
3060 Fixed multiplication overflow bug (issue 927).
3061
3062 Added a limit for the amount of executable memory (issue 925).
3063
3064
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000030652010-11-08: Version 2.5.5
3066
3067 Added more aggressive GC of external objects in near out-of-memory
3068 situations.
3069
3070 Fixed a bug that gave the incorrect result for String.split called
3071 on the empty string (issue 924).
3072
3073
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000030742010-11-03: Version 2.5.4
3075
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003076 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003077
3078
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000030792010-11-01: Version 2.5.3
3080
3081 Fixed a bug that prevents constants from overwriting function values
3082 in object literals (issue 907).
3083
3084 Fixed a bug with reporting of impossible nested calls of DOM functions
3085 (issue http://crbug.com/60753).
3086
3087
lrn@chromium.org303ada72010-10-27 09:33:13 +000030882010-10-27: Version 2.5.2
3089
3090 Improved sampler resolution on Linux.
3091
3092 Allowed forcing the use of a simulator from the build script
3093 independently of the host architecture.
3094
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003095 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003096
3097 Made windows-tick-processor respect D8_PATH.
3098
3099 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3100
3101
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000031022010-10-20: Version 2.5.1
3103
3104 Fixed bug causing spurious out of memory exceptions
3105 (issue http://crbug.com/54580).
3106
3107 Fixed compilation error on Solaris platform (issue 901).
3108
3109 Fixed error in strtod (string to floating point number conversion)
3110 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3111
3112 Adjusted randomized allocations of executable memory to have 64k
3113 granularity (issue http://crbug.com/56036).
3114
3115 Supported profiling using kernel perf_events on linux. Added ll_prof
3116 script to tools and --ll-prof flag to V8.
3117
3118
vegorov@chromium.org42841962010-10-18 11:18:59 +000031192010-10-18: Version 2.5.0
3120
3121 Fixed bug in cache handling of lastIndex on global regexps
3122 (issue http://crbug.com/58740).
3123
3124 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3125 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003126 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003127
3128 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3129
3130
31312010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003132
3133 Fixed a bug in the handling of conditional expressions in test
3134 contexts in compiler for top-level code.
3135
3136 Added "//@ sourceURL" information to the StackTrace API.
3137
3138 Exposed RegExp construction through the API.
3139
3140
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000031412010-10-04: Version 2.4.8
3142
3143 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3144 whole snapshot (issue 868).
3145
3146 Performance improvements on all platforms.
3147
3148
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000031492010-09-30: Version 2.4.7
3150
3151 Changed the command-line flag --max-new-space-size to be in kB and the
3152 flag --max-old-space-size to be in MB (previously they were in bytes).
3153
3154 Added Debug::CancelDebugBreak to the debugger API.
3155
3156 Fixed a bug in getters for negative numeric property names
3157 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3158
3159 Performance improvements on all platforms.
3160
3161
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000031622010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003163
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003164 Fixed assertion failure related to copy-on-write arrays (issue 876).
3165
3166 Fixed build failure of 64-bit V8 on Windows.
3167
3168 Fixed a bug in RegExp (issue http://crbug.com/52801).
3169
3170 Improved the profiler's coverage to cover more functions (issue 858).
3171
3172 Fixed error in shift operators on 64-bit V8
3173 (issue http://crbug.com/54521).
3174
3175
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000031762010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003177
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003178 Changed the RegExp benchmark to exercise the regexp engine on different
3179 inputs by scrambling the input strings.
3180
3181 Fixed a bug in keyed loads on strings.
3182
3183 Fixed a bug with loading global function prototypes.
3184
3185 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3186
3187 Performance improvements on all platforms.
3188
3189
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000031902010-09-15: Version 2.4.4
3191
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003192 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003193
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003194 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003195
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003196 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003197
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003198 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003199
3200
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000032012010-09-13: Version 2.4.3
3202
3203 Made Date.parse properly handle TZ offsets (issue 857).
3204
3205 Performance improvements on all platforms.
3206
3207
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000032082010-09-08: Version 2.4.2
3209
3210 Fixed GC crash bug.
3211
3212 Fixed stack corruption bug.
3213
3214 Fixed compilation for newer C++ compilers that found Operand(0)
3215 ambiguous.
3216
3217
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000032182010-09-06: Version 2.4.1
3219
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003220 Added the ability for an embedding application to receive a callback
3221 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3222 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003223
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003224 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003225
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003226 Fixed memory overrun crash bug triggered during V8's tick-based
3227 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003228
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003229 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003230
3231
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000032322010-09-01: Version 2.4.0
3233
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003234 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3235 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003236
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003237 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003238 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003239
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003240 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003241
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003242 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003243
3244
ricow@chromium.org65fae842010-08-25 15:26:24 +000032452010-08-25: Version 2.3.11
3246
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003247 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003248
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003249 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003250 VARIANT_FLAGS that allows specification of sets of flags with which
3251 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003252
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003253 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003254
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003255 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003256
3257
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000032582010-08-23: Version 2.3.10
3259
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003260 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003261
3262 Build fixes for unusual compilers.
3263
3264 Track high water mark for RWX memory.
3265
3266 Performance improvements on all platforms.
3267
3268
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000032692010-08-18: Version 2.3.9
3270
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003271 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003272
3273 Removed specialized handling of GCC 4.4 (issue 830).
3274
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003275 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003276 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3277
ricow@chromium.org65fae842010-08-25 15:26:24 +00003278 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003279
3280
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000032812010-08-16: Version 2.3.8
3282
3283 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3284
3285 Fixed issue with incorrect handling of custom valueOf methods on
3286 string wrappers (issue 760).
3287
3288 Fixed compilation for ARMv4 (issue 590).
3289
3290 Improved performance.
3291
3292
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000032932010-08-11: Version 2.3.7
3294
3295 Reduced size of heap snapshots produced by heap profiler (issue 783).
3296
3297 Introduced v8::Value::IsRegExp method.
3298
3299 Fixed CPU profiler crash in start / stop sequence when non-existent
3300 name is passed (issue http://crbug.com/51594).
3301
3302 Introduced new indexed property query callbacks API (issue 816). This
3303 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3304 by default.
3305
3306 Removed support for object literal get/set with number/string
3307 property name.
3308
3309 Fixed handling of JSObject::elements in CalculateNetworkSize
3310 (issue 822).
3311
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003312 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003313
3314
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000033152010-08-09: Version 2.3.6
3316
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003317 RegExp literals create a new object every time they are evaluated
3318 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003319
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003320 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003321
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003322 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003323
3324
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000033252010-08-04: Version 2.3.5
3326
3327 Added support for ES5 property names. Object initialisers and
3328 dot-notation property access now allows keywords. Also allowed
3329 non-identifiers after "get" or "set" in an object initialiser.
3330
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003331 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003332
3333
whesse@chromium.orge90029b2010-08-02 11:52:17 +000033342010-08-02: Version 2.3.4
3335
3336 Fixed problems in implementation of ES5 function.prototype.bind.
3337
3338 Fixed error when using apply with arguments object on ARM (issue 784).
3339
3340 Added setting of global flags to debugger protocol.
3341
3342 Fixed an error affecting cached results of sin and cos (issue 792).
3343
3344 Removed memory leak from a boundary case where V8 is not initialized.
3345
3346 Fixed issue where debugger could set breakpoints outside the body
3347 of a function.
3348
3349 Fixed issue in debugger when using both live edit and step in features.
3350
3351 Added Number-letter (Nl) category to Unicode tables. These characters
3352 can now be used in identifiers.
3353
3354 Fixed an assert failure on X64 (issue 806).
3355
3356 Performance improvements on all platforms.
3357
3358
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000033592010-07-26: Version 2.3.3
3360
3361 Fixed error when building the d8 shell in a fresh checkout.
3362
3363 Implemented Function.prototype.bind (ES5 15.3.4.5).
3364
3365 Fixed an error in inlined stores on ia32.
3366
3367 Fixed an error when setting a breakpoint at the end of a function
3368 that does not end with a newline character.
3369
3370 Performance improvements on all platforms.
3371
3372
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000033732010-07-21: Version 2.3.2
3374
3375 Fixed compiler warnings when building with LLVM.
3376
3377 Fixed a bug with for-in applied to strings (issue 785).
3378
3379 Performance improvements on all platforms.
3380
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003381
ricow@chromium.org4980dff2010-07-19 08:33:45 +000033822010-07-19: Version 2.3.1
3383
3384 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3385
3386 Fixed bug related to code flushing while compiling a lazy
3387 compilable function (issue http://crbug.com/49099).
3388
3389 Performance improvements on all platforms.
3390
3391
ager@chromium.orgb5737492010-07-15 09:29:43 +000033922010-07-15: Version 2.3.0
3393
3394 Added ES5 Object.seal and Object.isSealed.
3395
3396 Added debugger API for scheduling debugger commands from a
3397 separate thread.
3398
3399
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000034002010-07-14: Version 2.2.24
3401
3402 Added API for capturing stack traces for uncaught exceptions.
3403
3404 Fixed crash bug when preparsing from a non-external V8 string
3405 (issue 775).
3406
3407 Fixed JSON.parse bug causing input not to be converted to string
3408 (issue 764).
3409
3410 Added ES5 Object.freeze and Object.isFrozen.
3411
3412 Performance improvements on all platforms.
3413
3414
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000034152010-07-07: Version 2.2.23
3416
3417 API change: Convert Unicode code points outside the basic multilingual
3418 plane to the replacement character. Previous behavior was to silently
3419 truncate the value to 16 bits.
3420
3421 Fixed crash: handle all flat string types in regexp replace.
3422
3423 Prevent invalid pre-parsing data passed in through the API from
3424 crashing V8.
3425
3426 Performance improvements on all platforms.
3427
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003428
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000034292010-07-05: Version 2.2.22
3430
3431 Added ES5 Object.isExtensible and Object.preventExtensions.
3432
3433 Enabled building V8 as a DLL.
3434
3435 Fixed a bug in date code where -0 was not interpreted as 0
3436 (issue 736).
3437
3438 Performance improvements on all platforms.
3439
3440
lrn@chromium.org32d961d2010-06-30 09:09:34 +000034412010-06-30: Version 2.2.21
3442
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003443 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003444
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003445 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003446
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003447 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003448
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003449 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003450
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003451 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003452
3453 Provide actual breakpoints locations in response to setBreakpoint
3454 and listBreakpoints requests.
3455
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003456
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000034572010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003458
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003459 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003460
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003461 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003462
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003463 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003464
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003465 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003466 miscalculated for some inputs.
3467
3468 Performance improvements on all platforms.
3469
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003470
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000034712010-06-23: Version 2.2.19
3472
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003473 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003474 (issue 738).
3475
3476 Added expose-externalize-string flag for testing extensions.
3477
3478 Resolve linker issues with using V8 as a DLL causing a number of
3479 problems with unresolved symbols.
3480
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003481 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003482 defined.
3483
3484 Performance improvements on all platforms.
3485
3486
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000034872010-06-16: Version 2.2.18
3488
3489 Added API functions to retrieve information on indexed properties
3490 managed by the embedding layer. Fixes bug 737.
3491
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003492 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003493
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003494 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003495
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003496 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003497
3498 Incremental performance improvements.
3499
3500
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000035012010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003502
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003503 Improved debugger support for stepping out of functions.
3504
3505 Incremental performance improvements.
3506
3507
35082010-06-09: Version 2.2.16
3509
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003510 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003511 disposal of external string resources to call a virtual Dispose
3512 method on the resource.
3513
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003514 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003515 stepping.
3516
3517 Memory usage improvements on all platforms.
3518
3519
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000035202010-06-07: Version 2.2.15
3521
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003522 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003523
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003524 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003525 some compilers complaint when compiling with -Werror.
3526
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003527 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003528
3529
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000035302010-06-02: Version 2.2.14
3531
3532 Fixed a crash in code generated for String.charCodeAt.
3533
3534 Fixed a compilation issue with some GCC versions (issue 727).
3535
3536 Performance optimizations on x64 and ARM platforms.
3537
3538
ricow@chromium.org30ce4112010-05-31 10:38:25 +000035392010-05-31: Version 2.2.13
3540
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003541 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003542 strings (issue 599).
3543
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003544 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003545
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003546 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003547
3548 Performance improvements on all platforms.
3549
3550
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000035512010-05-26: Version 2.2.12
3552
3553 Allowed accessors to be defined on objects rather than just object
3554 templates.
3555
3556 Changed the ScriptData API.
3557
3558
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000035592010-05-21: Version 2.2.11
3560
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003561 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003562
3563 Use 'full compiler' when debugging is active. This should increase
3564 the density of possible break points, making single step more fine
3565 grained. This will only take effect for functions compiled after
3566 debugging has been started, so recompilation of all functions is
3567 required to get the full effect. IA32 and x64 only for now.
3568
3569 Misc. fixes to the Solaris build.
3570
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003571 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003572
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003573 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003574
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003575 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003576
3577 Incremental performance improvements in all backends.
3578
3579
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000035802010-05-17: Version 2.2.10
3581
3582 Performance improvements in the x64 and ARM backends.
3583
3584
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000035852010-05-10: Version 2.2.9
3586
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003587 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003588
3589 Fixed bug with Date.parse returning a non-NaN value when called on a
3590 non date string (issue 696).
3591
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003592 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003593 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003594
3595 C++ API for retrieving JavaScript stack trace information.
3596
3597
ager@chromium.orgac091b72010-05-05 07:34:42 +000035982010-05-05: Version 2.2.8
3599
3600 Performance improvements in the x64 and ARM backends.
3601
3602
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000036032010-05-03: Version 2.2.7
3604
3605 Added support for ES5 date time string format to Date.parse.
3606
3607 Performance improvements in the x64 backend.
3608
3609
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000036102010-04-28: Version 2.2.6
3611
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003612 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003613 (by Ryan Dahl <coldredlemur@gmail.com>).
3614
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003615 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003616
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003617 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003618
3619 Performance improvements on all platforms.
3620
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003621
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000036222010-04-26: Version 2.2.5
3623
3624 Various performance improvements (especially for ARM and x64)
3625
3626 Fixed bug in CPU profiling (http://crbug.com/42137)
3627
3628 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003629
3630 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003631 wrong calculations.
3632
3633 Fixed a bug that may cause a wrong result for shift operations.
3634
3635
36362010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003637
3638 Fixed warnings on arm on newer GCC versions.
3639
3640 Fixed a number of minor bugs.
3641
3642 Performance improvements on all platforms.
3643
3644
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000036452010-04-14: Version 2.2.3
3646
3647 Added stack command and mem command to ARM simulator debugger.
3648
3649 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3650
3651 Performance improvements on all platforms.
3652
3653
ager@chromium.org357bf652010-04-12 11:30:10 +000036542010-04-12: Version 2.2.2
3655
3656 Introduced new profiler API.
3657
3658 Fixed random number generator to produce full 32 random bits.
3659
3660
lrn@chromium.org25156de2010-04-06 13:10:27 +000036612010-04-06: Version 2.2.1
3662
3663 Debugger improvements.
3664
3665 Fixed minor bugs.
3666
3667
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000036682010-03-29: Version 2.2.0
3669
3670 Fixed a few minor bugs.
3671
3672 Performance improvements for string operations.
3673
3674
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000036752010-03-26: Version 2.1.10
3676
3677 Fixed scons build issues.
3678
3679 Fixed a couple of minor bugs.
3680
3681
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000036822010-03-25: Version 2.1.9
3683
3684 Added API support for reattaching a global object to a context.
3685
3686 Extended debugger API with access to the internal debugger context.
3687
3688 Fixed Chromium crashes (issues http://crbug.com/39128 and
3689 http://crbug.com/39160)
3690
3691
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000036922010-03-24: Version 2.1.8
3693
3694 Added fine-grained garbage collection callbacks to the API.
3695
3696 Performance improvements on all platforms.
3697
3698
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000036992010-03-22: Version 2.1.7
3700
3701 Fixed issue 650.
3702
3703 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003704
3705 Performance improvements for arithmetic operations.
3706
3707 Performance improvements for string operations.
3708
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003709 Print script name and line number information in stack trace.
3710
3711
37122010-03-17: Version 2.1.6
3713
3714 Performance improvements for arithmetic operations.
3715
3716 Performance improvements for string operations.
3717
3718
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000037192010-03-10: Version 2.1.4
3720
3721 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3722
3723 Performance improvements on all platforms.
3724
3725
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000037262010-03-10: Version 2.1.3
3727
3728 Added API method for context-disposal notifications.
3729
3730 Added API method for accessing elements by integer index.
3731
3732 Added missing implementation of Uint32::Value and Value::IsUint32
3733 API methods.
3734
3735 Added IsExecutionTerminating API method.
3736
3737 Disabled strict aliasing for GCC 4.4.
3738
3739 Fixed string-concatenation bug (issue 636).
3740
3741 Performance improvements on all platforms.
3742
3743
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000037442010-02-23: Version 2.1.2
3745
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003746 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003747
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003748 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003749
3750 Performance improvements on all platforms.
3751
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003752
ager@chromium.org5c838252010-02-19 08:53:10 +000037532010-02-19: Version 2.1.1
3754
3755 [ES5] Implemented Object.defineProperty.
3756
3757 Improved profiler support.
3758
3759 Added SetPrototype method in the public V8 API.
3760
3761 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3762 objects in the API.
3763
3764 Performance improvements on all platforms.
3765
3766
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000037672010-02-03: Version 2.1.0
3768
3769 Values are now always wrapped in objects when used as a receiver.
3770 (issue 223).
3771
3772 [ES5] Implemented Object.getOwnPropertyNames.
3773
3774 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3775 JSON grammar.
3776
3777 Improvement of debugger agent (issue 549 and 554).
3778
3779 Fixed problem with skipped stack frame in profiles (issue 553).
3780
3781 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3782 <ry@tinyclouds.org>.
3783
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003784 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003785 integers.
3786
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003787 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003788 functions (isue http://crbug.com/3867).
3789
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003790 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003791
3792 Numerous performance improvements including porting of previous IA-32
3793 optimizations to x64 and ARM architectures.
3794
3795
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000037962010-01-14: Version 2.0.6
3797
3798 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3799 GetOwnProperty, FromPropertyDescriptor.
3800
3801 Fixed Mac x64 build errors.
3802
3803 Improved performance of some math and string operations.
3804
3805 Improved performance of some regexp operations.
3806
3807 Improved performance of context creation.
3808
3809 Improved performance of hash tables.
3810
3811
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000038122009-12-18: Version 2.0.5
3813
3814 Extended to upper limit of map space to allow for 7 times as many map
3815 to be allocated (issue 524).
3816
3817 Improved performance of code using closures.
3818
3819 Improved performance of some binary operations involving doubles.
3820
3821
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000038222009-12-16: Version 2.0.4
3823
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003824 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003825
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003826 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003827
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003828 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003829
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003830 Improved handling of external strings by using a separate table
3831 instead of weak handles. This improves garbage collection
3832 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003833
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003834 Changed code generation for object and array literals in toplevel
3835 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003836
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003837 Fixed a crash bug triggered when garbage collection happened during
3838 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003839
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003840 Fixed crash bug sometimes triggered when local variables shadowed
3841 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003842
3843
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000038442009-12-03: Version 2.0.3
3845
3846 Optimized handling and adding of strings, for-in and Array.join.
3847
3848 Heap serialization is now non-destructive.
3849
3850 Improved profiler support with information on time spend in C++
3851 callbacks registered through the API.
3852
3853 Added commands to the debugger protocol for starting/stopping
3854 profiling.
3855
3856 Enabled the non-optimizing compiler for top-level code.
3857
3858 Changed the API to only allow strings to be set as data objects on
3859 Contexts and scripts to avoid potentially keeping global objects
3860 around for too long (issue 528).
3861
3862 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3863
3864 Fixed bugs.
3865
3866
ager@chromium.org01beca72009-11-24 14:29:16 +000038672009-11-24: Version 2.0.2
3868
3869 Improved profiler support.
3870
3871 Fixed bug that broke compilation of d8 with readline support.
3872
3873
ager@chromium.org6141cbe2009-11-20 12:14:52 +000038742009-11-20: Version 2.0.1
3875
3876 Fixed crash bug in String.prototype.replace.
3877
3878 Reverted a change which caused Chromium interactive ui test
3879 failures.
3880
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003881
ager@chromium.orgc4c92722009-11-18 14:12:51 +000038822009-11-18: Version 2.0.0
3883
3884 Added support for VFP on ARM.
3885
3886 Added TryCatch::ReThrow method to the API.
3887
3888 Reduced the size of snapshots and improved the snapshot load time.
3889
3890 Improved heap profiler support.
3891
3892 64-bit version now supported on Windows.
3893
3894 Fixed a number of debugger issues.
3895
3896 Fixed bugs.
3897
3898
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000038992009-10-29: Version 1.3.18
3900
3901 Reverted a change which caused crashes in RegExp replace.
3902
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003903 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003904
3905
ager@chromium.org3811b432009-10-28 14:53:37 +000039062009-10-28: Version 1.3.17
3907
3908 Added API method to get simple heap statistics.
3909
3910 Improved heap profiler support.
3911
3912 Fixed the implementation of the resource constraint API so it
3913 works when using snapshots.
3914
3915 Fixed a number of issues in the Windows 64-bit version.
3916
3917 Optimized calls to API getters.
3918
3919 Added valgrind notification on code modification to the 64-bit version.
3920
3921 Fixed issue where we logged shared library addresses on Windows at
3922 startup and never used them.
3923
3924
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000039252009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003926
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003927 X64: Convert smis to holding 32 bits of payload.
3928
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003929 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003930
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003931 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003932
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003933 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003934 Patch by Jan de Mooij <jandemooij@gmail.com>
3935
3936 Implement ES5 Array.isArray
3937 Patch by Jan de Mooij <jandemooij@gmail.com>
3938
3939 Skip access checks for hidden properties.
3940
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003941 Added String::Concat(Handle<String> left, Handle<String> right) to the
3942 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003943
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003944 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003945
3946
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000039472009-10-07: Version 1.3.15
3948
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003949 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003950
3951 Fixed a crash bug happening when starting profiling (issue
3952 http://crbug.com/23768).
3953
3954
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000039552009-10-07: Version 1.3.14
3956
3957 Added GetRealNamedProperty to the API to lookup real properties
3958 located on the object or in the prototype chain skipping any
3959 interceptors.
3960
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003961 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003962 stack limit now needs to be set to each thread thich is used with V8.
3963
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003964 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003965
3966 Ensure V8 is initialized before locking and unlocking threads.
3967
3968 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003969 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003970 Crockford from the project.
3971
3972 Added a missing optimization in StringCharAt.
3973
3974 Fixed some flaky socket tests.
3975
3976 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3977 in 64-bit mode.
3978
3979 Fixed memory leaks in the thread management code.
3980
3981 Fixed the result of assignment to a pixel array. The assigned value
3982 is now the result.
3983
3984 Error reporting for invalid left-hand sides in for-in statements, pre-
3985 and postfix count expressions, and assignments now matches the JSC
3986 behavior in Safari 4.
3987
3988 Follow the spec in disallowing function declarations without a name.
3989
3990 Always allocate code objects within a 2 GB range. On x64 architecture
3991 this is used to use near calls (32-bit displacement) in Code objects.
3992
3993 Optimized array construction ported to x64 and ARM architectures.
3994
3995 [ES5] Changed Object.keys to return strings for element indices.
3996
3997
ager@chromium.org68e7ab72009-09-23 09:40:39 +000039982009-09-23: Version 1.3.13
3999
4000 Fixed uninitialized memory problem.
4001
4002 Improved heap profiler support.
4003
4004
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000040052009-09-22: Version 1.3.12
4006
4007 Changed behavior of |function|.toString() on built-in functions to
4008 be compatible with other implementations. Patch by Jan de Mooij.
4009
4010 Added Object::IsDirty in the API.
4011
4012 Optimized array construction; it is now handled purely in native
4013 code.
4014
4015 [ES5] Made properties of the arguments array enumerable.
4016
4017 [ES5] Added test suite adapter for the es5conform test suite.
4018
4019 [ES5] Added Object.keys function.
4020
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004021
ager@chromium.org4af710e2009-09-15 12:20:11 +000040222009-09-15: Version 1.3.11
4023
4024 Fixed crash in error reporting during bootstrapping.
4025
4026 Optimized generated IA32 math code by using SSE2 instructions when
4027 available.
4028
4029 Implemented missing pieces of debugger infrastructure on ARM. The
4030 debugger is now fully functional on ARM.
4031
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004032 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004033
4034
ager@chromium.orga1645e22009-09-09 19:27:10 +000040352009-09-09: Version 1.3.10
4036
4037 Fixed profiler on Mac in 64-bit mode.
4038
4039 Optimized creation of objects from simple constructor functions on
4040 ARM.
4041
4042 Fixed a number of debugger issues.
4043
4044 Reduced the amount of memory consumed by V8.
4045
4046
ager@chromium.org18ad94b2009-09-02 08:22:29 +000040472009-09-02: Version 1.3.9
4048
4049 Optimized stack guard checks on ARM.
4050
4051 Optimized API operations by inlining more in the API.
4052
4053 Optimized creation of objects from simple constructor functions.
4054
4055 Enabled a number of missing optimizations in the 64-bit port.
4056
4057 Implemented native-code support for regular expressions on ARM.
4058
4059 Stopped using the 'sahf' instruction on 64-bit machines that do
4060 not support it.
4061
4062 Fixed a bug in the support for forceful termination of JavaScript
4063 execution.
4064
4065
ager@chromium.org96c75b52009-08-26 09:13:16 +000040662009-08-26: Version 1.3.8
4067
4068 Changed the handling of idle notifications to allow idle
4069 notifications when V8 has not yet been initialized.
4070
4071 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004072
ager@chromium.org96c75b52009-08-26 09:13:16 +00004073
ager@chromium.orgab99eea2009-08-25 07:05:41 +000040742009-08-25: Version 1.3.7
4075
4076 Reduced the size of generated code on ARM platforms by reducing
4077 the size of constant pools.
4078
4079 Changed build files to not include the 'ENV' user environment
4080 variable in the build environment.
4081
4082 Changed the handling of idle notifications.
4083
4084
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000040852009-08-21: Version 1.3.6
4086
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004087 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004088
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004089 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004090 a low memory situation to V8.
4091
4092 Changed the handling of global handles (persistent handles in the API
4093 sense) to avoid issues regarding allocation of new global handles
4094 during weak handle callbacks.
4095
4096 Changed the growth policy of the young space.
4097
4098 Fixed a GC issue introduced in version 1.3.5.
4099
4100
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000041012009-08-19: Version 1.3.5
4102
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004103 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004104
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004105 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004106
4107 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4108
4109 Changed typeof RegExp from 'object' to 'function' for compatibility.
4110 Fixed bug where regexps were not callable across contexts.
4111
4112 Added context independent script compilation to the API.
4113
4114 Added API call to get the stack trace for an exception.
4115
4116 Added API for getting object mirrors.
4117
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004118 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004119 running off a snapshot generated without using SSE3 instructions.
4120
4121 Tweaked the handling of the initial size and growth policy of the heap.
4122
4123 Added native code generation for RegExp to 64-bit version.
4124
4125 Added JavaScript debugger support to 64-bit version.
4126
4127
ager@chromium.orgadd848f2009-08-13 12:44:13 +000041282009-08-13: Version 1.3.4
4129
4130 Added a readline() command to the d8 shell.
4131
4132 Fixed bug in json parsing.
4133
4134 Added idle notification to the API and reduced memory on idle
4135 notifications.
4136
4137
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000041382009-08-12: Version 1.3.3
4139
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004140 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004141
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004142 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004143
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004144 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004145
4146 API: added function to find instance of template in prototype
4147 chain. Inlined Object::IsInstanceOf.
4148
4149 Land change to notify valgrind when we modify code on x86.
4150
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004151 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004152
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004153 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004154
4155
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000041562009-08-05: Version 1.3.2
4157
4158 Started new compiler infrastructure for two-pass compilation using a
4159 control flow graph constructed from the AST.
4160
4161 Profiler stack sampling for X64.
4162
4163 Safe handling of NaN to Posix platform-dependent time functions.
4164
4165 Added a new profiler control API to unify controlling various aspects
4166 of profiling.
4167
4168 Fixed issue 392.
4169
4170
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000041712009-07-30: Version 1.3.1
4172
4173 Speed improvements to accessors and interceptors.
4174
4175 Added support for capturing stack information on custom errors.
4176
4177 Added support for morphing an object into a pixel array where its
4178 indexed properties are stored in an external byte array. Values written
4179 are always clamped to the 0..255 interval.
4180
4181 Profiler on x64 now handles C/C++ functions from shared libraries.
4182
4183 Changed the debugger to avoid stepping into function.call/apply if the
4184 function is a built-in.
4185
4186 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004187
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004188 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004189
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004190 Optimized the called as constructor check for API calls.
4191
4192
kasperl@chromium.orge959c182009-07-27 08:59:04 +000041932009-07-27: Version 1.3.0
4194
4195 Allowed RegExp objects to be called as functions (issue 132).
4196
4197 Fixed issue where global property cells would escape after
4198 detaching the global object; see http://crbug.com/16276.
4199
4200 Added support for stepping into setters and getters in the
4201 debugger.
4202
4203 Changed the debugger to avoid stopping in its own JavaScript code
4204 and in the code of built-in functions.
4205
4206 Fixed issue 345 by avoiding duplicate escaping labels.
4207
4208 Fixed ARM code generator crash in short-circuited boolean
4209 expressions and added regression tests.
4210
4211 Added an external allocation limit to avoid issues where small V8
4212 objects would hold on to large amounts of external memory without
4213 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004214
4215 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004216
4217
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000042182009-07-13: Version 1.2.14
4219
4220 Added separate paged heap space for global property cells and
4221 avoid updating the write barrier when storing into them.
4222
4223 Improved peep-hole optimization on ARM platforms by not emitting
4224 unnecessary debug information.
4225
4226 Re-enabled ICs for loads and calls that skip a global object
4227 during lookup through the prototype chain.
4228
4229 Allowed access through global proxies to use ICs.
4230
4231 Fixed issue 401.
4232
4233
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000042342009-07-09: Version 1.2.13
4235
4236 Fixed issue 397, issue 398, and issue 399.
4237
4238 Added support for breakpoint groups.
4239
4240 Fixed bugs introduced with the new global object representation.
4241
4242 Fixed a few bugs in the ARM code generator.
4243
4244
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000042452009-07-06: Version 1.2.12
4246
4247 Added stack traces collection to Error objects accessible through
4248 the e.stack property.
4249
4250 Changed RegExp parser to use a recursive data structure instead of
4251 stack-based recursion.
4252
4253 Optimized Date object construction and string concatenation.
4254
4255 Improved performance of div, mod, and mul on ARM platforms.
4256
4257
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000042582009-07-02: Version 1.2.11
4259
4260 Improved performance on IA-32 and ARM.
4261
4262 Fixed profiler sampler implementation on Mac OS X.
4263
4264 Changed the representation of global objects to improve
4265 performance of adding a lot of new properties.
4266
4267
ager@chromium.org3e875802009-06-29 08:26:34 +000042682009-06-29: Version 1.2.10
4269
4270 Improved debugger support.
4271
4272 Fixed bug in exception message reporting (issue 390).
4273
4274 Improved overall performance.
4275
4276
ager@chromium.org5aa501c2009-06-23 07:57:28 +000042772009-06-23: Version 1.2.9
4278
4279 Improved math performance on ARM.
4280
4281 Fixed profiler name-inference bug.
4282
4283 Fixed handling of shared libraries in the profiler tick processor
4284 scripts.
4285
4286 Fixed handling of tests that time out in the test scripts.
4287
4288 Fixed compilation on MacOS X version 10.4.
4289
4290 Fixed two bugs in the regular expression engine.
4291
4292 Fixed a bug in the string type inference.
4293
4294 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004295
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004296 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004297
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004298
ager@chromium.orgeadaf222009-06-16 09:43:10 +000042992009-06-16: Version 1.2.8
4300
4301 Optimized math on ARM platforms.
4302
4303 Fixed two crash bugs in the handling of getters and setters.
4304
4305 Improved the debugger support by adding scope chain information.
4306
4307 Improved the profiler support by compressing log data transmitted
4308 to clients.
4309
4310 Improved overall performance.
4311
4312
ager@chromium.orge2902be2009-06-08 12:21:35 +000043132009-06-08: Version 1.2.7
4314
4315 Improved debugger and profiler support.
4316
4317 Reduced compilation time by improving the handling of deferred
4318 code.
4319
4320 Optimized interceptor accesses where the property is on the object
4321 on which the interceptors is attached.
4322
4323 Fixed compilation problem on GCC 4.4 by changing the stack
4324 alignment to 16 bytes.
4325
4326 Fixed handle creation to follow stric aliasing rules.
4327
4328 Fixed compilation on FreeBSD.
4329
4330 Introduced API for forcing the deletion of a property ignoring
4331 interceptors and attributes.
4332
4333
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000043342009-05-29: Version 1.2.6
4335
4336 Added a histogram recording hit rates at different levels of the
4337 compilation cache.
4338
4339 Added stack overflow check for the RegExp analysis phase. Previously a
4340 very long regexp graph could overflow the stack with recursive calls.
4341
4342 Use a dynamic buffer when collecting log events in memory.
4343
4344 Added start/stop events to the profiler log.
4345
4346 Fixed infinite loop which could happen when setting a debug break while
4347 executing a RegExp compiled to native code.
4348
4349 Fixed handling of lastIndexOf called with negative index (issue 351).
4350
4351 Fixed irregular crash in profiler test (issue 358).
4352
4353 Fixed compilation issues with some versions of gcc.
4354
4355
kasperl@chromium.org71affb52009-05-26 05:44:31 +000043562009-05-26: Version 1.2.5
4357
4358 Fixed bug in initial boundary check for Boyer-Moore text
4359 search (issue 349).
4360
4361 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4362 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4363 Craig Schlenter.
4364
4365 Added a script cache to the debugger.
4366
4367 Optimized compilation performance by improving internal data
4368 structures and avoiding expensive property load optimizations for
4369 code that's infrequently executed.
4370
4371 Exposed the calling JavaScript context through the static API
4372 function Context::GetCalling().
4373
4374
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000043752009-05-18: Version 1.2.4
4376
4377 Improved performance of floating point number allocation for ARM
4378 platforms.
4379
4380 Fixed crash when using the instanceof operator on functions with
4381 number values in their prototype chain (issue 341).
4382
4383 Optimized virtual frame operations in the code generator to speed
4384 up compilation time and allocated the frames in the zone.
4385
4386 Made the representation of virtual frames and jump targets in the
4387 code generator much more compact.
4388
4389 Avoided linear search for non-locals in scope code when resolving
4390 variables inside with and eval scopes.
4391
4392 Optimized lexical scanner by dealing with whitespace as part of
4393 the token scanning instead of as a separate step before it.
4394
4395 Changed the scavenging collector so that promoted objects do not
4396 reside in the old generation while their remembered set is being
4397 swept for pointers into the young generation.
4398
4399 Fixed numeric overflow handling when compiling count operations.
4400
4401
ager@chromium.org9085a012009-05-11 19:22:57 +000044022009-05-11: Version 1.2.3
4403
4404 Fixed bug in reporting of out-of-memory situations.
4405
4406 Introduced hidden prototypes on certain builtin prototype objects
4407 such as String.prototype to emulate JSC's behavior of restoring
4408 the original function when deleting functions from those prototype
4409 objects.
4410
4411 Fixed crash bug in the register allocator.
4412
4413
ager@chromium.org5ec48922009-05-05 07:25:34 +000044142009-05-04: Version 1.2.2
4415
4416 Fixed bug in array sorting for sparse arrays (issue 326).
4417
4418 Added support for adding a soname when building a shared library
4419 on Linux (issue 151).
4420
4421 Fixed bug caused by morphing internal ASCII strings to external
4422 two-byte strings. Slices over ASCII strings have to forward ASCII
4423 checks to the underlying buffer string.
4424
4425 Allowed API call-as-function handlers to be called as
4426 constructors.
4427
4428 Fixed a crash bug where an external string was disposed but a
4429 slice of the external string survived as a symbol.
4430
4431
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000044322009-04-27: Version 1.2.1
4433
4434 Added EcmaScript 5 JSON object.
4435
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004436 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004437
4438
ager@chromium.org65dad4b2009-04-23 08:48:43 +000044392009-04-23: Version 1.2.0
4440
4441 Optimized floating-point operations on ARM.
4442
4443 Added a number of extensions to the debugger API.
4444
4445 Changed the enumeration order for unsigned integer keys to always
4446 be numerical order.
4447
4448 Added a "read" extension to the shell sample.
4449
4450 Added support for Array.prototype.reduce and
4451 Array.prototype.reduceRight.
4452
4453 Added an option to the SCons build to control Microsoft Visual C++
4454 link-time code generation.
4455
4456 Fixed a number of bugs (in particular issue 315, issue 316,
4457 issue 317 and issue 318).
4458
4459
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000044602009-04-15: Version 1.1.10
4461
4462 Fixed crash bug that occurred when loading a const variable in the
4463 presence of eval.
4464
4465 Allowed using with and eval in registered extensions in debug mode
4466 by fixing bogus assert.
4467
4468 Fixed the source position for function returns to enable the
4469 debugger to break there.
4470
4471
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000044722009-04-14: Version 1.1.9
4473
4474 Made the stack traversal code in the profiler robust by avoiding
4475 to look into the heap.
4476
4477 Added name inferencing for anonymous functions to facilitate
4478 debugging and profiling.
4479
4480 Re-enabled stats timers in the developer shell (d8).
4481
4482 Fixed issue 303 by avoiding to shortcut cons-symbols.
4483
4484
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000044852009-04-11: Version 1.1.8
4486
4487 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4488
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004489 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004490 the debugger (issue 269).
4491
4492 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4493 are no hidden properties.
4494
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004495 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004496 entries with deleted resources would lead to NPEs when looking
4497 up in the symbol table.
4498
4499
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000045002009-04-07: Version 1.1.7
4501
4502 Added support for easily importing additional environment
4503 variables into the SCons build.
4504
4505 Optimized strict equality checks.
4506
4507 Fixed crash in indexed setters on objects without a corresponding
4508 getter (issue 298).
4509
4510 Re-enabled script compilation cache.
4511
4512
ager@chromium.org8682a592009-04-01 10:47:14 +000045132009-04-01: Version 1.1.6
4514
4515 Reverted an unsafe code generator change.
4516
4517
ager@chromium.org71daaf62009-04-01 07:22:49 +000045182009-04-01: Version 1.1.5
4519
4520 Fixed bug that caused function literals to not be optimized as
4521 much as other functions.
4522
4523 Improved profiler support.
4524
4525 Fixed a crash bug in connection with debugger unloading.
4526
4527 Fixed a crash bug in the code generator caused by losing the
4528 information that a frame element was copied.
4529
4530 Fixed an exception propagation bug that could cause non-null
4531 return values when exceptions were thrown.
4532
4533
ager@chromium.org41826e72009-03-30 13:30:57 +000045342009-03-30: Version 1.1.4
4535
4536 Optimized String.prototype.match.
4537
4538 Improved the stack information in profiles.
4539
4540 Fixed bug in ARM port making it possible to compile the runtime
4541 system for thumb mode again.
4542
4543 Implemented a number of optimizations in the code generator.
4544
4545 Fixed a number of memory leaks in tests.
4546
4547 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004548 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004549
4550
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000045512009-03-24: Version 1.1.3
4552
4553 Fixed assertion failures in compilation of loop conditions.
4554
4555 Removed STL dependency from developer shell (d8).
4556
4557 Added infrastructure for protecting the V8 heap from corruption
4558 caused by memory modifications from the outside.
4559
4560
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000045612009-03-24: Version 1.1.2
4562
4563 Improved frame merge code generated by the code generator.
4564
4565 Optimized String.prototype.replace.
4566
4567 Implemented __defineGetter__ and __defineSetter__ for properties
4568 with integer keys on non-array objects.
4569
4570 Improved debugger and profiler support.
4571
4572 Fixed a number of portability issues to allow compilation for
4573 smaller ARM devices.
4574
4575 Exposed object cloning through the API.
4576
4577 Implemented hidden properties. This is used to expose an identity
4578 hash for objects through the API.
4579
4580 Implemented restarting of regular expressions if their input
4581 string changes representation during preemption.
4582
4583 Fixed a code generator bug that could cause assignments in loops
4584 to be ignored if using continue to break out of the loop (issue
4585 284).
4586
4587
ager@chromium.org3a6061e2009-03-12 14:24:36 +000045882009-03-12: Version 1.1.1
4589
4590 Fixed an assertion in the new compiler to take stack overflow
4591 exceptions into account.
4592
4593 Removed exception propagation code that could cause crashes.
4594
4595 Fixed minor bug in debugger line number computations.
4596
4597 8-byte align the C stack on Linux and Windows to speed up floating
4598 point computations.
4599
4600
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000046012009-03-12: Version 1.1.0
4602
4603 Improved code generation infrastructure by doing simple register
4604 allocation and constant folding and propagation.
4605
4606 Optimized regular expression matching by avoiding to create
4607 intermediate string arrays and by flattening nested array
4608 representations of RegExp data.
4609
4610 Traverse a few stack frames when recording profiler samples to
4611 include partial call graphs in the profiling output.
4612
4613 Added support for using OProfile to profile generated code.
4614
4615 Added remote debugging support to the D8 developer shell.
4616
4617 Optimized creation of nested literals like JSON objects.
4618
4619 Fixed a bug in garbage collecting unused maps and turned it on by
4620 default (--collect-maps).
4621
4622 Added support for running tests under Valgrind.
4623
4624
kasperl@chromium.org061ef742009-02-27 12:16:20 +000046252009-02-27: Version 1.0.3
4626
4627 Optimized double-to-integer conversions in bit operations by using
4628 SSE3 instructions if available.
4629
4630 Optimized initialization sequences that store to multiple
4631 properties of the same object.
4632
4633 Changed the D8 debugger frontend to use JSON messages.
4634
4635 Force garbage collections when disposing contexts.
4636
4637 Align code objects at 32-byte boundaries.
4638
4639
ager@chromium.org381abbb2009-02-25 13:23:22 +000046402009-02-25: Version 1.0.2
4641
4642 Improved profiling support by performing simple call stack
4643 sampling for ticks and by fixing a bug in the logging of code
4644 addresses.
4645
4646 Fixed a number of debugger issues.
4647
4648 Optimized code that uses eval.
4649
4650 Fixed a couple of bugs in the regular expression engine.
4651
4652 Reduced the size of generated code for certain regular expressions.
4653
4654 Removed JSCRE completely.
4655
4656 Fixed issue where test could not be run if there was a dot in the
4657 checkout path.
4658
4659
ager@chromium.org6f10e412009-02-13 10:11:16 +000046602009-02-13: Version 1.0.1
4661
4662 Fixed two crash-bugs in irregexp (issue 231 and 233).
4663
4664 Fixed a number of minor bugs (issue 87, 227 and 228).
4665
4666 Added support for morphing strings to external strings on demand
4667 to avoid having to create copies in the embedding code.
4668
4669 Removed experimental support for external symbol callbacks.
4670
4671
iposva@chromium.org245aa852009-02-10 00:49:54 +000046722009-02-09: Version 1.0.0
4673
4674 Fixed crash-bug in the code generation for case independent 16 bit
4675 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004676
iposva@chromium.org245aa852009-02-10 00:49:54 +00004677 Made shells more robust in the presence of string conversion
4678 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004679
iposva@chromium.org245aa852009-02-10 00:49:54 +00004680 Fixed a potential infinite loop when attempting to resolve
4681 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004682
iposva@chromium.org245aa852009-02-10 00:49:54 +00004683 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004684
iposva@chromium.org245aa852009-02-10 00:49:54 +00004685 Reduced binary by stripping unneeded text from JavaScript library and
4686 minifying some JavaScript files.
4687
4688
ager@chromium.orgddb913d2009-01-27 10:01:48 +000046892009-01-27: Version 0.4.9
4690
4691 Enabled new regular expression engine.
4692
4693 Made a number of changes to the debugger protocol.
4694
4695 Fixed a number of bugs in the preemption support.
4696
4697 Added -p option to the developer shell to run files in parallel
4698 using preemption.
4699
4700 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4701 193, 198 and 201).
4702
4703 Fixed a number of bugs in the serialization/deserialization
4704 support for the ARM platform.
4705
4706
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000047072009-01-19: Version 0.4.8.1
4708
4709 Minor patch to debugger support.
4710
4711
ager@chromium.org32912102009-01-16 10:38:43 +000047122009-01-16: Version 0.4.8
4713
4714 Fixed string length bug on ARM (issue 171).
4715
4716 Made most methods in the API const.
4717
4718 Optimized object literals by improving data locality.
4719
4720 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004721 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004722
4723 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004724 eval to behave incorrectly when using accessors (issues 186, 190
4725 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004726
4727
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000047282009-01-06: Version 0.4.7
4729
ager@chromium.org32912102009-01-16 10:38:43 +00004730 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004731
ager@chromium.org32912102009-01-16 10:38:43 +00004732 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004733
ager@chromium.org32912102009-01-16 10:38:43 +00004734 Fixed subtle bug that caused the wrong 'this' to be used when
4735 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004736
ager@chromium.org32912102009-01-16 10:38:43 +00004737 Inline array loads within loops directly in the code instead of
4738 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004739
ager@chromium.org32912102009-01-16 10:38:43 +00004740
ager@chromium.org8bb60582008-12-11 12:02:20 +000047412008-12-11: Version 0.4.6
4742
4743 Fixed exception reporting bug where certain exceptions were
4744 incorrectly reported as uncaught.
4745
4746 Improved the memory allocation strategy used during compilation to
4747 make running out of memory when compiling huge scripts less
4748 likely.
4749
4750 Optimized String.replace by avoiding the construction of certain
4751 sub strings.
4752
4753 Fixed bug in code generation for large switch statements on ARM.
4754
4755 Fixed bug that caused V8 to change the global object template
4756 passed in by the user.
4757
4758 Changed the API for creating object groups used during garbage
4759 collection. Entire object groups are now passed to V8 instead of
4760 individual members of the groups.
4761
ager@chromium.org32912102009-01-16 10:38:43 +00004762
ager@chromium.orga74f0da2008-12-03 16:05:52 +000047632008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004764
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004765 Added experimental API support for allocating V8 symbols as
4766 external strings.
4767
4768 Fixed bugs in debugging support on ARM.
4769
4770 Changed eval implementation to correctly detect whether or not a
4771 call to eval is aliased.
4772
4773 Fixed bug caused by a combination of the compilation cache and
4774 dictionary probing in native code. The bug caused us to sometimes
4775 call functions that had not yet been compiled.
4776
4777 Added platform support for FreeBSD.
4778
4779 Added support for building V8 on Windows with either the shared or
4780 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004781
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004782 Added the v8::jscre namespace around the jscre functions to avoid
4783 link errors (duplicate symbols) when building Google Chrome.
4784
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004785 Added support for calling a JavaScript function with the current
4786 debugger execution context as its argument to the debugger
4787 interface.
4788
4789 Changed the type of names of counters from wchar_t to char.
4790
4791 Changed the Windows system call used to compute daylight savings
4792 time. The system call that we used to use became four times
4793 slower on WinXP SP3.
4794
4795 Added support in the d8 developer shell for memory-mapped counters
4796 and added a stats-viewer tool.
4797
4798 Fixed bug in upper/lower case mappings (issue 149).
4799
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004800
ager@chromium.org3bf7b912008-11-17 09:09:45 +000048012008-11-17: Version 0.4.4
4802
4803 Reduced code size by using shorter instruction encoding when
4804 possible.
4805
4806 Added a --help option to the shell sample and to the d8 shell.
4807
4808 Added visual studio project files for building the ARM simulator.
4809
4810 Fixed a number of ARM simulator issues.
4811
4812 Fixed bug in out-of-memory handling on ARM.
4813
4814 Implemented shell support for passing arguments to a script from
4815 the command line.
4816
4817 Fixed bug in date code that made certain date functions return -0
4818 instead of 0 for dates before the epoch.
4819
4820 Restricted applications of eval so it can only be used in the
4821 context of the associated global object.
4822
4823 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004824
4825
ager@chromium.org870a0b62008-11-04 11:43:05 +000048262008-11-04: Version 0.4.3
4827
4828 Added support for API accessors that prohibit overwriting by
4829 accessors defined in JavaScript code by using __defineGetter__ and
4830 __defineSetter__.
4831
4832 Improved handling of conditionals in test status files.
4833
4834 Introduced access control in propertyIsEnumerable.
4835
4836 Improved performance of some string operations by caching
4837 information about the type of the string between operations.
4838
4839 Fixed bug in fast-case code for switch statements that only have
4840 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004841
ager@chromium.org870a0b62008-11-04 11:43:05 +00004842
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000048432008-10-30: Version 0.4.2
4844
4845 Improved performance of Array.prototype.concat by moving the
4846 implementation to C++ (issue 123).
4847
4848 Fixed heap growth policy to avoid growing old space to its maximum
4849 capacity before doing a garbage collection and fixed issue that
4850 would lead to artificial out of memory situations (issue 129).
4851
4852 Fixed Date.prototype.toLocaleDateString to return the date in the
4853 same format as WebKit.
4854
4855 Added missing initialization checks to debugger API.
4856
4857 Added removing of unused maps during GC.
4858
4859
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000048602008-10-28: Version 0.4.1
4861
4862 Added caching of RegExp data in compilation cache.
4863
4864 Added Visual Studio project file for d8 shell.
4865
4866 Fixed function call performance regression introduced in version
4867 0.4.0 when splitting the global object in two parts (issue 120).
4868
4869 Fixed issue 131 by checking for empty handles before throwing and
4870 reporting exceptions.
4871
4872
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000048732008-10-23: Version 0.4.0
4874
4875 Split the global object into two parts: The state holding global
4876 object and the global object proxy.
4877
4878 Fixed bug that affected the value of an assignment to an element
4879 in certain cases (issue 116).
4880
4881 Added GetPropertyNames functionality (issue 33) and extra Date
4882 functions (issue 77) to the API.
4883
4884 Changed WeakReferenceCallback to take a Persistent<Value> instead
4885 of a Persistent<Object> (issue 101).
4886
4887 Fixed issues with message reporting for exceptions in try-finally
4888 blocks (issues 73 and 75).
4889
ager@chromium.org32912102009-01-16 10:38:43 +00004890 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004891
4892 Improved Boyer-Moore implementation for faster indexOf operations.
4893
4894 Added development shell (d8) which includes counters and
4895 completion support.
4896
4897 Fixed problem with the receiver passed to functions called from
4898 eval (issue 124).
4899
4900
ager@chromium.org7c537e22008-10-16 08:43:32 +000049012008-10-16: Version 0.3.5
4902
4903 Improved string hash-code distribution by excluding bit-field bits
4904 from the hash-code.
4905
4906 Changed string search algorithm used in indexOf from KMP to
4907 Boyer-Moore.
4908
4909 Improved the generated code for the instanceof operator.
4910
4911 Improved performance of slow-case string equality checks by
4912 specializing the code based on the string representation.
4913
4914 Improve the handling of out-of-memory situations (issue 70).
4915
4916 Improved performance of strict equality checks.
4917
4918 Improved profiler output to make it easier to see anonymous
4919 functions.
4920
4921 Improved performance of slow-case keyed loads.
4922
4923 Improved property access performance by allocating a number of
4924 properties in the front object.
4925
4926 Changed the toString behavior on the built-in object constructors
4927 to print [native code] instead of the actual source. Some web
4928 applications do not like constructors with complex toString
4929 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004930
ager@chromium.org7c537e22008-10-16 08:43:32 +00004931
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000049322008-10-06: Version 0.3.4
4933
4934 Changed Array.prototype.sort to use quick sort.
4935
4936 Fixed code generation issue where leaving a finally block with
4937 break or continue would accumulate elements on the expression
4938 stack (issue 86).
4939
4940 Made sure that the name accessor on functions returns the expected
4941 names for builtin JavaScript functions and C++ callback functions.
4942
4943 Added fast case code for extending the property storage array of
4944 JavaScript objects.
4945
4946 Ported switch statement optimizations introduced in version 0.3.3
4947 to the ARM code generator.
4948
4949 Allowed GCC to use strict-aliasing rules when compiling.
4950
4951 Improved performance of arguments object allocation by taking care
4952 of arguments adaptor frames in the generated code.
4953
4954 Updated the V8 benchmark suite to version 2.
4955
4956
ager@chromium.org236ad962008-09-25 09:45:57 +000049572008-09-25: Version 0.3.3
4958
4959 Improved handling of relocation information to enable more
4960 peep-hole optimizations.
4961
4962 Optimized switch statements where all labels are constant small
4963 integers.
4964
4965 Optimized String.prototype.indexOf for common cases.
4966
4967 Fixed more build issues (issue 80).
4968
4969 Fixed a couple of profiler issues.
4970
4971 Fixed bug where the body of a function created using the Function
4972 constructor was not allowed to end with a single-line comment
4973 (issue 85).
4974
4975 Improved handling of object literals by canonicalizing object
4976 literal maps. This will allow JSON objects with the same set of
4977 properties to share the same map making inline caching work better
4978 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004979
ager@chromium.org236ad962008-09-25 09:45:57 +00004980
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000049812008-09-17: Version 0.3.2
4982
4983 Generalized the EvalCache into a CompilationCache and enabled it
4984 for scripts too. The current strategy is to retire all entries
4985 whenever a mark-sweep collection is started.
4986
4987 Fixed bug where switch statements containing only a default case
4988 would lead to an unbalanced stack (issue 69).
4989
4990 Fixed bug that made access to the function in a named function
4991 expression impossible in certain situations (issue 24).
4992
4993 Fixed even more build issues.
4994
4995 Optimized calling conventions on ARM. The conventions on ARM and
4996 IA-32 now match.
4997
4998 Removed static initializers for flags and counters.
4999
5000 Improved inline caching behavior for uncommon cases where lazily
5001 loading Date and RegExp code could force certain code paths go
5002 megamorphic.
5003
5004 Removed arguments adaption for builtins written in C++. This
5005 makes Array.prototype.push and Array.prototype.pop slightly
5006 faster.
5007
5008
ager@chromium.org9258b6b2008-09-11 09:11:10 +000050092008-09-11: Version 0.3.1
5010
5011 Fixed a number of build issues.
5012
5013 Fixed problem with missing I-cache flusing on ARM.
5014
5015 Changed space layout in memory management by splitting up
5016 code space into old data space and code space.
5017
5018 Added utf-8 conversion support to the API (issue 57).
5019
5020 Optimized repeated calls to eval with the same strings. These
5021 repeated calls are common in web applications.
5022
5023 Added Xcode project file.
5024
5025 Optimized a couple of Array operation.
5026
5027 Fixed parser bug by checking for end-of-string when parsing break
5028 and continue (issue 35).
5029
5030 Fixed problem where asian characters were not categorized as
5031 letters.
5032
5033 Fixed bug that disallowed calling functions fetched from an array
5034 using a string as an array index (issue 32).
5035
5036 Fixed bug where the internal field count on object templates were
5037 sometimes ignored (issue 54).
5038
5039 Added -f option to the shell sample for compatibility with other
5040 engines (issue 18).
5041
5042 Added source info to TryCatches in the API.
5043
5044 Fixed problem where the seed for the random number generator was
5045 clipped in a double to unsigned int conversion.
5046
5047 Fixed bug where cons string symbols were sometimes converted to
5048 non-symbol flat strings during GC.
5049
5050 Fixed bug in error reporting when attempting to convert null to an
5051 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005052
5053
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000050542008-09-04: Version 0.3.0
5055
5056 Added support for running tests on the ARM simulator.
5057
5058 Fixed bug in the 'in' operator where negative indices were not
5059 treated correctly.
5060
5061 Fixed build issues on gcc-4.3.1.
5062
5063 Changed Date.prototype.toLocaleTimeString to not print the
5064 timezone part of the time.
5065
5066 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5067 with user code.
5068
5069
v8.team.kasperl727e9952008-09-02 14:56:44 +000050702008-09-02: Version 0.2.5
5071
5072 Renamed the top level directory 'public' to 'include'.
5073
5074 Added 'env' option to the SCons build scripts to support
5075 overriding the ENV part of the build environment. This is mostly
5076 to support Windows builds in cases where SCons cannot find the
5077 correct paths to the Windows SDK, as these paths cannot be passed
5078 through shell environment variables.
5079
5080 Enabled "Buffer Security Check" on for the Windows SCons build and
5081 added the linker option /OPT:ICF as an optimization.
5082
5083 Added the V8 benchmark suite to the repository.
5084
5085
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000050862008-09-01: Version 0.2.4
5087
5088 Included mjsunit JavaScript test suite and C++ unit tests.
5089
5090 Changed the shell sample to not print the result of executing a
5091 script provided on the command line.
5092
5093 Fixed issue when building samples on Windows using a shared V8
5094 library. Added visibility option on Linux build which makes the
5095 generated library 18% smaller.
5096
5097 Changed build system to accept multiple build modes in one build
5098 and generate separate objects, libraries and executables for each
5099 mode.
5100
5101 Removed deferred negation optimization (a * -b => -(a * b)) since
5102 this visibly changes operand conversion order.
5103
5104 Improved parsing performance by introducing stack guard in
5105 preparsing. Without a stack guard preparsing always bails out
5106 with stack overflow.
5107
5108 Changed shell sample to take flags directly from the command-line.
5109 Added API call that implements this.
5110
5111 Added load, quit and version functions to the shell sample so it's
5112 easier to run benchmarks and tests.
5113
5114 Fixed issue with building samples and cctests on 64-bit machines.
5115
5116 Fixed bug in the runtime system where the prototype chain was not
5117 always searched for a setter when setting a property that does not
5118 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005119
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005120
mads.s.agercbaa0602008-08-14 13:41:48 +000051212008-08-14: Version 0.2.3
5122
5123 Improved performance of garbage collection by moving the
5124 function that updates pointers during compacting collection
5125 into the updating visitor. This gives the compiler a better
5126 chance to inline and avoid a function call per (potential)
5127 pointer.
5128
5129 Extended the shell sample with a --runtime-flags option.
5130
5131 Added Visual Studio project files for the shell.cc and
5132 process.cc samples.
5133
5134
51352008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005136
5137 Improved performance of garbage collection by changing the way
5138 we use the marking stack in the event of stack overflow during
5139 full garbage collection and by changing the way we mark roots.
5140
5141 Cleaned up ARM version by removing top of stack caching and by
5142 introducing push/pop elimination.
5143
5144 Cleaned up the way runtime functions are called to allow
5145 runtime calls with no arguments.
5146
5147 Changed Windows build options to make sure that exceptions are
5148 disabled and that optimization flags are enabled.
5149
5150 Added first version of Visual Studio project files.
5151
5152
mads.s.agercbaa0602008-08-14 13:41:48 +000051532008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005154
5155 Improved performance of unary addition by avoiding runtime calls.
5156
5157 Fixed the handling of '>' and '<=' to use right-to-left conversion
5158 and left-to-right evaluation as specified by ECMA-262.
5159
5160 Fixed a branch elimination bug on the ARM platform where incorrect
5161 code was generated because of overly aggressive branch
5162 elimination.
5163
5164 Improved performance of code that repeatedly assigns the same
5165 function to the same property of different objects with the same
5166 map.
5167
5168 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5169 no longer expects DEBUG to be defined.
5170
5171 Added platform-nullos.cc to serve as the basis for new platform
5172 implementations.
5173
mads.s.ager31e71382008-08-13 09:32:07 +00005174
mads.s.agercbaa0602008-08-14 13:41:48 +000051752008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005176
5177 Changed all text files to have native svn:eol-style.
5178
5179 Added a few samples and support for building them. The samples
5180 include a simple shell that can be used to benchmark and test V8.
5181
5182 Changed V8::GetVersion to return the version as a string.
5183
5184 Added source for lazily loaded scripts to snapshots and made
5185 serialization non-destructive.
5186
5187 Improved ARM support by fixing the write barrier code to use
5188 aligned loads and stores and by removing premature locals
5189 optimization that relied on broken support for callee-saved
5190 registers (removed).
5191
5192 Refactored the code for marking live objects during garbage
5193 collection and the code for allocating objects in paged
5194 spaces. Introduced an abstraction for the map word of a heap-
5195 allocated object and changed the memory allocator to allocate
5196 executable memory only for spaces that may contain code objects.
5197
5198 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5199 they can be used by debugging and logging modules. Added
5200 thread-safe message queues for dealing with debugger events.
5201
5202 Fixed the source code reported by toString for certain builtin
5203 empty functions and made sure that the prototype property of a
5204 function is enumerable.
5205
5206 Improved performance of converting values to condition flags in
5207 generated code.
5208
5209 Merged disassembler-{arch} files.
5210
5211
mads.s.agercbaa0602008-08-14 13:41:48 +000052122008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005213
5214 Added support for storing JavaScript stack traces in a stack
5215 allocated buffer to make it visible in shallow core dumps.
5216 Controlled by the --preallocate-message-memory flag which is
5217 disabled by default.
5218
5219
mads.s.agercbaa0602008-08-14 13:41:48 +000052202008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005221
5222 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5223 map transitions would count as properties.
5224
5225 Allowed aliased eval invocations by treating them as evals in the
5226 global context. This may change in the future.
5227
5228 Added support for accessing the last entered context through the
5229 API and renamed Context::Current to Context::GetCurrent and
5230 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5231
5232 Fixed bug in the debugger that would cause the debugger scripts to
5233 be recursively loaded and changed all disabling of interrupts to
5234 be block-structured.
5235
5236 Made snapshot data read-only to allow it to be more easily shared
5237 across multiple users of V8 when linked as a shared library.
5238
5239
mads.s.agercbaa0602008-08-14 13:41:48 +000052402008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005241
5242 Fixed building on Mac OS X by recognizing i386 and friends as
5243 IA-32 platforms.
5244
5245 Added propagation of stack overflow exceptions that occur while
5246 compiling nested functions.
5247
5248 Improved debugger with support for recursive break points and
5249 handling of exceptions that occur in the debugger JavaScript code.
5250
5251 Renamed GetInternal to GetInternalField and SetInternal to
5252 SetInternalField in the API and moved InternalFieldCount and
5253 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5254
5255
mads.s.agercbaa0602008-08-14 13:41:48 +000052562008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005257
5258 Fixed bug in stack overflow check code for IA-32 targets where a
5259 non-tagged value in register eax was pushed to the stack.
5260
5261 Fixed potential quadratic behavior when converting strings to
5262 numbers.
5263
5264 Fixed bug where the return value from Object::SetProperty could
5265 end up being the property holder instead of the written value.
5266
5267 Improved debugger support by allowing nested break points and by
5268 dealing with stack-overflows when compiling functions before
5269 setting break points in them.
5270
5271
mads.s.agercbaa0602008-08-14 13:41:48 +000052722008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005273
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005274 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005275
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005276# Local Variables:
5277# mode:text
5278# End: