blob: 8ae8a2075d9532d2cb57410f186226f27c0bacfc [file] [log] [blame]
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +000012013-03-08: Version 3.17.9
2
3 Restored Function()'s expected string representation. (issue 2470)
4
5 Enabled deprecatations (again). (issue 2487)
6
7 Avoid bool to Oddball conversions by being lazy. (issue 2491)
8
9 Added %p option to --logfile.
10
11 Hardened Function()'s parsing of function literals. (issue 2470)
12
13 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
14
15 Performance and stability improvements on all platforms.
16
17
ulan@chromium.org750145a2013-03-07 15:14:13 +0000182013-03-07: Version 3.17.8
19
20 Added missing license headers. (Chromium issue 98597)
21
22 Inserted missing type cast in JSON.stringify. (issue 2570)
23
24 Reverted "Send SIGPROF signals on the profiler event processor thread"
25 (issue 2571)
26
27 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
28 (issue 2568)
29
30 ES6 symbols: filter symbols form for-in loops and Object.keys.
31 (issue 2158)
32
33 Properly handle misses for StoreArrayLengthStub on ia32 and x64
34 (issue 2566)
35
36 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
37
38 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
39
40 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
41 (issue 2556)
42
43 Enabled zapping of disposed global handles in release mode.
44 (Chromium issue 176056)
45
46 Added workaround for redefinition of __proto__ property. (issue 2565)
47
48 ES6 symbols: Allow symbols as property names. (issue 2158)
49
50 Performance and stability improvements on all platforms.
51
52
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +0000532013-03-04: Version 3.17.7
54
55 Limited recursion in regexp compilation by a budget.
56 (Chromium issue 178790)
57
58 ES6 symbols: Implemented Symbol intrinsic and basic functionality
59 (issue 2158)
60
61 Performance and stability improvements on all platforms.
62
63
hpayer@chromium.org8432c912013-02-28 15:55:26 +0000642013-02-28: Version 3.17.6
65
66 Fixed materialization of arguments objects with unknown values.
67 (Chromium issue 163530)
68
69 Set default number of sweeper threads to at most four.
70
71 Performance and stability improvements on all platforms.
72
73
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +0000742013-02-27: Version 3.17.5
75
76 Made __proto__ a foreign callback on Object.prototype.
77 (issue 621, issue 1949 and issue 2441)
78
79 Performance and stability improvements on all platforms.
80
81
ulan@chromium.org09d7ab52013-02-25 15:50:35 +0000822013-02-25: Version 3.17.4
83
84 Performance and stability improvements on all platforms.
85
86
ulan@chromium.org2e04b582013-02-21 14:06:02 +0000872013-02-21: Version 3.17.3
88
89 Performance and stability improvements on all platforms.
90
91
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +0000922013-02-19: Version 3.17.2
93
94 Removed bogus check for TOP register in deoptimizer.
95 (Chromium issue 176943)
96
97 Made the Isolate parameter mandatory for internal HandleScopes.
98 (issue 2487)
99
100 Fixed f.apply() optimization when declared arguments are mutated.
101 (issue 2539)
102
103 Performance and stability improvements on all platforms.
104
105
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00001062013-02-14: Version 3.17.1
107
108 Performance and stability improvements on all platforms.
109
110
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00001112013-02-13: Version 3.17.0
112
113 Enabled parallel sweeping.
114
115 Don't try to unlink instructions twice during GVN
116 (Chromium issue 175141)
117
118 Fixed code flusher disabling while marking incrementally.
119 (Chromium issue 173458, 168582)
120
121 Don't use TLS for space iterators.
122 (issue 2531)
123
124 Added new GetHeapStatistics API entry and deprecated old one.
125
126 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
127 platform-independent code.
128 (Chromium issue 173907)
129
130 Added --trace-array-abuse to help find OOB accesses.
131
132 Performance and stability improvements on all platforms.
133
134
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00001352013-02-06: Version 3.16.14
136
137 Performance and stability improvements on all platforms.
138
139
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00001402013-02-04: Version 3.16.13
141
142 Tagged stubs that rely on instance types as MEGAMORPHIC.
143 (Chromium issue 173974)
144
145 Fixed clearing of dead dependent codes and verifing of weak
146 embedded maps on full GC. (Chromium issue 172488,172489)
147
148 Made the arm port build cleanly with Clang.
149
150 Performance and stability improvements on all platforms.
151
152
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00001532013-01-31: Version 3.16.12
154
155 Performance and stability improvements on all platforms.
156
157
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00001582013-01-30: Version 3.16.11
159
160 Put making embedded maps in optimized code weak behind a flag.
161 (Chromium issue 172488,172489)
162
163 Performance and stability improvements on all platforms.
164
165
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00001662013-01-25: Version 3.16.10
167
168 Avoid excessive memory usage during redundant phi elimination.
169 (issue 2510)
170
171 Fixed additional spec violations wrt RegExp.lastIndex.
172 (issue 2437)
173
174 Added Isolate parameter to Persistent class.
175 (issue 2487)
176
177 Performance and stability improvements on all platforms.
178
179
yangguo@chromium.org003650e2013-01-24 16:31:08 +00001802013-01-24: Version 3.16.9
181
182 Made embedded maps in optimized code weak.
183 (issue 2073)
184
185 Fixed corner case when JSFunction is evicted from flusher.
186 (Chromium issue 168801)
187
188 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
189 (Chromium issue 171641)
190
191 Performance and stability improvements on all platforms.
192
193
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00001942013-01-23: Version 3.16.8
195
196 Correctly reset lastIndex in an RegExp object.
197 (Chromium issue 170856)
198
199 Added a workaround for Windows compilation problems related to V8EXPORT.
200 (issue 2507)
201
202 tools/run-tests.py: shlex.split() the value of --command-prefix
203 (Chromium issue 171553)
204
205 Fixed pattern detection for replacing shifts by rotation.
206 (Chromium issue 2499)
207
208 Performance and stability improvements on all platforms.
209
210
yangguo@chromium.org28381b42013-01-21 14:39:38 +00002112013-01-21: Version 3.16.7
212
213 Removed <(library) usage from v8.gyp.
214 (Chromium issue 111541)
215
216 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
217 (Chromium issue 169928)
218
219 Performance and stability improvements on all platforms.
220
221
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00002222013-01-18: Version 3.16.6
223
224 Made the Isolate parameter mandatory in Locker and Unlocker classes.
225 (issue 2487)
226
227 Avoid pointer underflow in CopyCharsUnsigned.
228 (issue 2493)
229
230 Generate shim headers when using system v8.
231 (Chromium issue 165264)
232
233 Fixed arguments materialization for inlined apply().
234 (issue 2489)
235
236 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
237 (Chromium issue 147497)
238
239 Added sanity check to CodeFlusher::AddCandidate.
240 (Chromium issue 169209)
241
242 Performance and stability improvements on all platforms.
243
244
2452013-01-15: Version 3.16.5
246
247 Removed deprecated functions from V8's external API.
248
249 Prepared API for WebKit use of Latin-1.
250
251 Fixed V8 issue 2486.
252
253 Fixed Chromium issue 169723.
254
255 Performance and stability improvements on all platforms.
256
257
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00002582013-01-11: Version 3.16.4
259
260 Fixed Chromium issues 168545 and 169209.
261
262 Performance and stability improvements on all platforms.
263
264
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00002652013-01-09: Version 3.16.3
266
267 Improved GC performance when moving parts of a FixedArray (issue 2452).
268
269 Enabled readline on d8 while building a shared lib (issue 1781).
270
271 Fixed missing exception check in typed array constructor
272 (Chromium issue 168545).
273
274 Check for read-only-ness when preparing for array sort (issue 2419).
275
276 Performance and stability improvements on all platforms.
277
278
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00002792013-01-04: Version 3.16.2
280
281 Added Makefile options to build for the Raspberry Pi (armv7=0,
282 arm_fpu=vfp2).
283
284 Performance and stability improvements on all platforms.
285
286
ulan@chromium.org4121f232012-12-27 15:57:11 +00002872012-12-27: Version 3.16.1
288
289 Fixed x64 MathMinMax for negative untagged int32 arguments.
290 (Chromium issue 164442)
291
292 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
293 (issue 2458)
294
295 Performance and stability improvements on all platforms.
296
297
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00002982012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000299
300 V8_Fatal now prints C++ stack trace in debug mode.
301
302 Added HTML-based tick processor.
303
304 Continued implementation of Object.observe (V8 issue 2409).
305
306 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
307
308 Fixed Chromium issues 125308, 165637, 166379, 166553.
309
310 Performance and stability improvements on all platforms.
311
312
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00003132012-12-10: Version 3.15.11
314
315 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
316 flags.
317
318 Performance and stability improvements on all platforms.
319
320
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00003212012-12-07: Version 3.15.10
322
323 Enabled optimisation of functions inside eval. (issue 2315)
324
325 Fixed spec violations in methods of Number.prototype. (issue 2443)
326
327 Added GCTracer metrics for a scavenger GC for DOM wrappers.
328
329 Performance and stability improvements on all platforms.
330
331
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00003322012-12-06: Version 3.15.9
333
334 Fixed candidate eviction in code flusher.
335 (Chromium issue 159140)
336
337 Iterate through all arguments for side effects in Math.min/max.
338 (issue 2444)
339
340 Fixed spec violations related to regexp.lastIndex
341 (issue 2437, issue 2438)
342
343 Performance and stability improvements on all platforms.
344
345
mmassi@chromium.org49a44672012-12-04 13:52:03 +00003462012-12-04: Version 3.15.8
347
348 Enforced stack allocation of TryCatch blocks.
349 (issue 2166,chromium:152389)
350
351 Fixed external exceptions in external try-catch handlers.
352 (issue 2166)
353
354 Activated incremental code flushing by default.
355
356 Performance and stability improvements on all platforms.
357
358
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00003592012-11-30: Version 3.15.7
360
361 Activated code aging by default.
362
363 Included more information in --prof log.
364
365 Removed eager sweeping for lazy swept spaces. Try to find in
366 SlowAllocateRaw a bounded number of times a big enough memory slot.
367 (issue 2194)
368
369 Performance and stability improvements on all platforms.
370
371
danno@chromium.org1f34ad32012-11-26 14:53:56 +00003722012-11-26: Version 3.15.6
373
374 Ensure double arrays are filled with holes when extended from
375 variations of empty arrays. (Chromium issue 162085)
376
377 Performance and stability improvements on all platforms.
378
379
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00003802012-11-23: Version 3.15.5
381
382 Fixed JSON.stringify for objects with interceptor handlers.
383 (Chromium issue 161028)
384
385 Fixed corner case in x64 compare stubs. (issue 2416)
386
387 Performance and stability improvements on all platforms.
388
389
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00003902012-11-16: Version 3.15.4
391
392 Fixed Array.prototype.join evaluation order. (issue 2263)
393
394 Perform CPU sampling by CPU sampling thread only iff processing thread
395 is not running. (issue 2364)
396
397 When using an Object as a set in Object.getOwnPropertyNames, null out
398 the proto. (issue 2410)
399
400 Disabled EXTRA_CHECKS in Release build.
401
402 Heap explorer: Show representation of strings.
403
404 Removed 'type' and 'arguments' properties from Error object.
405 (issue 2397)
406
407 Added atomics implementation for ThreadSanitizer v2.
408 (Chromium issue 128314)
409
410 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
411
412 Performance and stability improvements on all platforms.
413
414
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00004152012-11-13: Version 3.15.3
416
417 Changed sample shell to send non-JS output (e.g. errors) to stderr
418 instead of stdout.
419
420 Correctly check for stack overflow even when interrupt is pending.
421 (issue 214)
422
423 Collect stack trace on stack overflow. (issue 2394)
424
425 Performance and stability improvements on all platforms.
426
427
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00004282012-11-12: Version 3.15.2
429
430 Function::GetScriptOrigin supplies sourceURL when script name is
431 not available. (Chromium issue 159413)
432
433 Made formatting error message side-effect-free. (issue 2398)
434
435 Fixed length check in JSON.stringify. (Chromium issue 160010)
436
437 ES6: Added support for Set and Map clear method (issue 2400)
438
439 Fixed slack tracking when instance prototype changes.
440 (Chromium issue 157019)
441
442 Fixed disabling of code flusher while marking. (Chromium issue 159140)
443
444 Added a test case for object grouping in a scavenger GC (issue 2077)
445
446 Support shared library build of Android for v8.
447 (Chromium issue 158821)
448
449 ES6: Added support for size to Set and Map (issue 2395)
450
451 Performance and stability improvements on all platforms.
452
453
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00004542012-11-06: Version 3.15.1
455
456 Put incremental code flushing behind a flag. (Chromium issue 159140)
457
458 Performance and stability improvements on all platforms.
459
460
danno@chromium.org72204d52012-10-31 10:02:10 +00004612012-10-31: Version 3.15.0
462
463 Loosened aligned code target requirement on ARM (issue 2380)
464
465 Fixed JSON.parse to treat leading zeros correctly.
466 (Chromium issue 158185)
467
468 Performance and stability improvements on all platforms.
469
470
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00004712012-10-22: Version 3.14.5
472
473 Killed off the SCons based build.
474
475 Added a faster API for creating v8::Integer objects.
476
477 Speeded up function deoptimization by avoiding quadratic pass over
478 optimized function list. (Chromium issue 155270)
479
480 Always invoke the default Array.sort functions from builtin functions.
481 (issue 2372)
482
483 Reverted recent CPU profiler changes because they broke --prof.
484 (issue 2364)
485
486 Switched code flushing to use different JSFunction field.
487 (issue 1609)
488
489 Performance and stability improvements on all platforms.
490
491
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00004922012-10-15: Version 3.14.4
493
494 Allow evals for debugger even if they are prohibited in the debugee
495 context. (Chromium issue 154733)
496
497 Enabled --verify-heap in release mode (issue 2120)
498
499 Performance and stability improvements on all platforms.
500
501
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00005022012-10-11: Version 3.14.3
503
504 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
505 (Chromium issue 155076).
506
507 Bumped variable limit further to 2^17 (Chromium issue 151625).
508
509 Performance and stability improvements on all platforms.
510
511
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00005122012-10-10: Version 3.14.2
513
514 ARM: allowed VFP3 instructions when hardfloat is enabled.
515 (Chromium issue 152506)
516
517 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
518 (Chromium issue 151749)
519
520 Made GDBJIT interface compile again. (issue 1804)
521
522 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
523 (Chromium issue 143967)
524
525 Made sure that names of temporaries do not clash with real variables.
526 (issue 2322)
527
528 Rejected local module declarations. (Chromium issue 150628)
529
530 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
531
532 Fixed slot recording of code target patches.
533 (Chromium issue 152615,chromium:144230)
534
535 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
536
537 Performance and stability improvements on all platforms.
538
539
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00005402012-10-01: Version 3.14.1
541
542 Don't set -m32 flag when compiling with Android ARM compiler.
543 (Chromium issue 143889)
544
545 Restore the descriptor array before returning allocation failure.
546 (Chromium issue 151750)
547
548 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
549 128252).
550
551 Pull more recent gyp in 'make dependencies'.
552
553 Made sure that the generic KeyedStoreIC changes length and element_kind
554 atomically (issue 2346).
555
556 Bumped number of allowed variables per scope to 65535, to address GWT.
557 (Chromium issue 151625)
558
559 Support sourceURL for dynamically inserted scripts (issue 2342).
560
561 Performance and stability improvements on all platforms.
562
563
ulan@chromium.org56c14af2012-09-20 12:51:09 +00005642012-09-20: Version 3.14.0
565
566 Fixed missing slot recording during clearing of CallICs.
567 (Chromium issue 144230)
568
569 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
570 (Chromium issue 150729)
571
572 Fixed minus zero test. (Issue 2133)
573
574 Fixed setting array length to zero for slow elements.
575 (Chromium issue 146910)
576
577 Fixed lost arguments dropping in HLeaveInlined.
578 (Chromium issue 150545)
579
580 Fixed casting error for receiver of interceptors.
581 (Chromium issue 149912)
582
583 Throw a more descriptive exception when blocking 'eval' via CSP.
584 (Chromium issue 140191)
585
586 Fixed debugger's eval when close to stack overflow. (issue 2318)
587
588 Added checks to live edit. (issue 2297)
589
590 Switched on code compaction on incremental GCs.
591
592 Fixed caching of optimized code for OSR. (issue 2326)
593
594 Not mask exception thrown by toString in String::UtfValue etc.
595 (issue 2317)
596
597 Fixed API check for length of external arrays. (Chromium issue 148896)
598
599 Ensure correct enumeration indices in the dict (Chromium issue 148376)
600
601 Correctly initialize regexp global cache. (Chromium issue 148378)
602
603 Fixed arguments object materialization during deopt. (issue 2261)
604
605 Introduced new API to expose external string resource regardless of
606 encoding.
607
608 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
609 --deopt-every-n-times flag is present
610 (Chromium issue 148389)
611
612 Fixed edge case of extension with NULL as source string.
613 (Chromium issue 144649)
614
615 Fixed array index dehoisting. (Chromium issue 141395)
616
617 Performance and stability improvements on all platforms.
618
619
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00006202012-09-11: Version 3.13.7
621
622 Enable/disable LiveEdit using the (C++) debug API.
623
624 Performance and stability improvements on all platforms.
625
626
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00006272012-09-06: Version 3.13.6
628
629 Added validity checking to API functions and calls.
630
631 Disabled accessor inlining (Chromium issue 134609).
632
633 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
634
635 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
636
637 Fixed VS2005 build (issue 2313).
638
639 Activated fixed ES5 readonly semantics by default.
640
641 Added hardfp flag to the Makefile.
642
643 Performance and stability improvements on all platforms.
644
645
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00006462012-08-29: Version 3.13.5
647
648 Release stack trace data after firing Error.stack accessor.
649 (issue 2308)
650
651 Added a new API V8::SetJitCodeEventHandler to push code name and
652 location to users such as profilers.
653
654 Allocate block-scoped global bindings to global context.
655
656 Performance and stability improvements on all platforms.
657
658
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00006592012-08-28: Version 3.13.4
660
661 Print reason for disabling optimization. Kill --trace-bailout flag.
662
663 Provided option to disable full DEBUG build on Android.
664
665 Introduced global contexts to represent lexical global scope(s).
666
667 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
668
669 Performance and stability improvements on all platforms.
670
671
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00006722012-08-21: Version 3.13.3
673
674 Performance and stability improvements on all platforms.
675
676
6772012-08-20: Version 3.13.2
678
679 Performance and stability improvements on all platforms.
680
681
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00006822012-08-16: Version 3.13.1
683
684 Performance and stability improvements on all platforms.
685
686
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00006872012-08-10: Version 3.13.0
688
689 Added histograms for total allocated/live heap size, as well as
690 allocated size and percentage of total for map and cell space.
691
692 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
693 (issue 1645)
694
695 Added checks for interceptors to negative lookup code in Crankshaft.
696 (Chromium issue 140473)
697
698 Made incremental marking clear ICs and type feedback cells.
699
700 Performance and stability improvements on all platforms.
701
702
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00007032012-08-01: Version 3.12.19
704
705 Performance and stability improvements on all platforms.
706
707
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00007082012-07-30: Version 3.12.18
709
710 Forced using bit-pattern for signed zero double. (issue 2239)
711
712 Made sure double to int conversion is correct. (issue 2260)
713
714 Performance and stability improvements on all platforms.
715
716
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00007172012-07-27: Version 3.12.17
718
719 Always set the callee's context when calling a function from optimized
720 code.
721 (Chromium issue 138887)
722
723 Fixed building with GCC 3.x
724 (issue 2016, 2017)
725
726 Improved API calls that return empty handles.
727 (issue 2245)
728
729 Performance and stability improvements on all platforms.
730
731
danno@chromium.org129d3982012-07-25 15:01:47 +00007322012-07-25: Version 3.12.16
733
734 Performance and stability improvements on all platforms.
735
736
yangguo@chromium.org304cc332012-07-24 07:59:48 +00007372012-07-24: Version 3.12.15
738
739 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
740 (issue 2252)
741
742 Added dependency to HLoadKeyed* instructions to prevent invalid
743 hoisting. (Chromium issue 137768)
744
745 Enabled building d8 for Android on Mac.
746
747 Interpret negative hexadecimal literals as NaN.
748 (issue 2240)
749
750 Expose counters in javascript when using --track-gc-object-stats.
751
752 Enabled building and testing V8 on Android IA.
753
754 Added --trace-parse flag to parser.
755
756 Performance and stability improvements on all platforms.
757
758
verwaest@chromium.org178fb152012-07-18 11:21:48 +00007592012-07-18: Version 3.12.14
760
761 Deactivated optimization of packed arrays.
762 (Chromium issue 137768)
763
764 Fixed broken accessor transition.
765 (Chromium issue 137689)
766
767 Performance and stability improvements on all platforms.
768
769
verwaest@chromium.org753aee42012-07-17 16:15:42 +00007702012-07-17: Version 3.12.13
771
772 Fixed missing tagging of stack value in finally block.
773 (Chromium issue 137496)
774
775 Added more support for heap analysis.
776
777 Performance and stability improvements on all platforms.
778
779
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00007802012-07-16: Version 3.12.12
781
782 Added an option to the tickprocessor to specify the directory for lib
783 lookup.
784
785 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
786
787 Fixed transcendental cache on ARM in optimized code (issue 2234).
788
789 New heap inspection tools: counters for object sizes and counts,
790 histograms for external fragmentation.
791
792 Incorporated constness into inferred interfaces (in preparation for
793 handling imports) (issue 1569).
794
795 Performance and stability improvements on all platforms.
796
797
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00007982012-07-12: Version 3.12.11
799
800 Renamed "mips" arch to "mipsel" in the GYP build.
801
802 Fixed computation of call targets on prototypes in Crankshaft.
803 (Chromium issue 125148)
804
805 Removed use of __lookupGetter__ when generating stack trace.
806 (issue 1591)
807
808 Turned on ES 5.2 globals semantics by default.
809 (issue 1991, Chromium issue 80591)
810
811 Synced preparser and parser wrt syntax error in switch..case.
812 (issue 2210)
813
814 Fixed reporting of octal literals in strict mode when preparsing.
815 (issue 2220)
816
817 Fixed inline constructors for Harmony Proxy prototypes.
818 (issue 2225)
819
820 Performance and stability improvements on all platforms.
821
822
danno@chromium.org81cac2b2012-07-10 11:28:27 +00008232012-07-10: Version 3.12.10
824
825 Re-enabled and fixed issue with array bounds check elimination
826 (Chromium issue 132114).
827
828 Fixed Debug::Break crash. (Chromium issue 131642)
829
830 Added optimizing compiler support for JavaScript getters.
831
832 Performance and stability improvements on all platforms.
833
834
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00008352012-07-06: Version 3.12.9
836
837 Correctly advance the scanner when scanning unicode regexp flag.
838 (Chromium issue 136084)
839
840 Fixed unhandlified code calling Harmony Proxy traps.
841 (issue 2219)
842
843 Performance and stability improvements on all platforms.
844
845
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00008462012-07-05: Version 3.12.8
847
848 Implemented TypedArray.set and ArrayBuffer.slice in d8.
849
850 Performance and stability improvements on all platforms.
851
852
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00008532012-07-03: Version 3.12.7
854
855 Fixed lazy compilation for strict eval scopes.
856 (Chromium issue 135066)
857
858 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
859 (issue 2151)
860
861 Report "hidden properties" in heap profiler for properties case.
862 (issue 2212)
863
864 Activated optimization of packed arrays by default.
865
866 Performance and stability improvements on all platforms.
867
868
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00008692012-06-29: Version 3.12.6
870
871 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
872
873 Extended TypedArray support in d8.
874
875
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00008762012-06-28: Version 3.12.5
877
878 Fixed lazy parsing heuristics to respect outer scope.
879 (Chromium issue 135008)
880
881 Allow using test-wrapper-gypbuild.py on Windows when no python
882 interpreter is registered.
883
884 Performance and stability improvements on all platforms.
885
886
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00008872012-06-27: Version 3.12.4
888
889 Removed -fomit-frame-pointer flag from Release builds to make
890 the stack walkable by TCMalloc (Chromium issue 133723).
891
892 Ported r7868 (constant masking) to x64 (issue 1374).
893
894 Expose more detailed memory statistics (issue 2201).
895
896 Fixed Harmony Maps and WeakMaps for undefined values
897 (Chromium issue 132744).
898
899 Correctly throw reference error in strict mode with ICs disabled
900 (issue 2119).
901
902 Performance and stability improvements on all platforms.
903
904
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00009052012-06-25: Version 3.12.3
906
907 Reverted r11835 'Unify promotion and allocation limit computation' due
908 to V8 Splay performance regression on Mac. (Chromium issue 134183)
909
910 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
911
912 Performance and stability improvements on all platforms.
913
914
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00009152012-06-22: Version 3.12.2
916
917 Made near-jump check more strict in LoadNamedFieldPolymorphic on
918 ia32/x64. (Chromium issue 134055)
919
920 Fixed lazy sweeping heuristics to prevent old-space expansion.
921 (issue 2194)
922
923 Performance and stability improvements on all platforms.
924
925
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00009262012-06-21: Version 3.12.1
927
928 Performance and stability improvements on all platforms.
929
930
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00009312012-06-20: Version 3.12.0
932
933 Fixed Chromium issues:
934 115100, 129628, 131994, 132727, 132741, 132742, 133211
935
936 Fixed V8 issues:
937 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
938
939 Added --extra-code flag to mksnapshot to load JS code into the VM
940 before creating the snapshot.
941
942 Support 'restart call frame' command in the debugger.
943
944 Performance and stability improvements on all platforms.
945
946
mmassi@chromium.org7028c052012-06-13 11:51:58 +00009472012-06-13: Version 3.11.10
948
949 Implemented heap profiler memory usage reporting.
950
951 Preserved error message during finally block in try..finally.
952 (Chromium issue 129171)
953
954 Fixed EnsureCanContainElements to properly handle double values.
955 (issue 2170)
956
957 Improved heuristics to keep objects in fast mode with inherited
958 constructors.
959
960 Performance and stability improvements on all platforms.
961
962
rossberg@chromium.org400388e2012-06-06 09:29:22 +00009632012-06-06: Version 3.11.9
964
965 Implemented ES5-conformant semantics for inherited setters and read-only
966 properties. Currently behind --es5_readonly flag, because it breaks
967 WebKit bindings.
968
969 Exposed last seen heap object id via v8 public api.
970
971 Performance and stability improvements on all platforms.
972
973
verwaest@chromium.org37141392012-05-31 13:27:02 +00009742012-05-31: Version 3.11.8
975
976 Avoid overdeep recursion in regexp where a guarded expression with a
977 minimum repetition count is inside another quantifier.
978 (Chromium issue 129926)
979
980 Fixed missing write barrier in store field stub.
981 (issues 2143, 1465, Chromium issue 129355)
982
983 Proxies: Fixed receiver for setters inherited from proxies.
984 Proxies: Fixed ToStringArray function so that it does not reject some
985 keys.
986 (issue 1543)
987
988 Performance and stability improvements on all platforms.
989
990
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00009912012-05-29: Version 3.11.7
992
993 Get better function names in stack traces.
994
995 Performance and stability improvements on all platforms.
996
997
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00009982012-05-24: Version 3.11.6
999
1000 Fixed RegExp.prototype.toString for incompatible receivers
1001 (issue 1981).
1002
1003 Performance and stability improvements on all platforms.
1004
1005
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000010062012-05-23: Version 3.11.5
1007
1008 Performance and stability improvements on all platforms.
1009
1010
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000010112012-05-22: Version 3.11.4
1012
1013 Some cleanup to common.gypi. This fixes some host/target combinations
1014 that weren't working in the Make build on Mac.
1015
1016 Handle EINTR in socket functions and continue incomplete sends.
1017 (issue 2098)
1018
1019 Fixed python deprecations. (issue 1391)
1020
1021 Made socket send and receive more robust and return 0 on failure.
1022 (Chromium issue 15719)
1023
1024 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1025
1026 Set '-m32' option for host and target platforms
1027
1028 Performance and stability improvements on all platforms.
1029
1030
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000010312012-05-18: Version 3.11.3
1032
1033 Disable optimization for functions that have scopes that cannot be
1034 reconstructed from the context chain. (issue 2071)
1035
1036 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1037
1038 Correctly check for native error objects. (Chromium issue 2138)
1039
1040 Performance and stability improvements on all platforms.
1041
1042
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000010432012-05-16: Version 3.11.2
1044
1045 Revert r11496. (Chromium issue 128146)
1046
1047 Implement map collection for incremental marking. (issue 1465)
1048
1049 Add toString method to CallSite (which describes a frame of the
1050 stack trace).
1051
1052
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000010532012-05-15: Version 3.11.1
1054
1055 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1056
1057 Fix freebsd build. (V8 issue 2126)
1058
1059 Performance and stability improvements on all platforms.
1060
1061
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000010622012-05-11: Version 3.11.0
1063
1064 Fixed compose-discard crasher from r11524 (issue 2123).
1065
1066 Activated new global semantics by default. Global variables can
1067 now shadow properties of the global object (ES5.1 erratum).
1068
1069 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1070 transitioning (Chromium issue 117409).
1071
1072 Made Error.prototype.name writable again, as required by the spec and
1073 the web (Chromium issue 69187).
1074
1075 Implemented map collection with incremental marking (issue 1465).
1076
1077 Regexp: Fixed overflow in min-match-length calculation
1078 (Chromium issue 126412).
1079
1080 MIPS: Fixed illegal instruction use on Loongson in code for
1081 Math.random() (issue 2115).
1082
1083 Fixed crash bug in VisitChoice (Chromium issue 126272).
1084
1085 Fixed unsigned-Smi check in MappedArgumentsLookup
1086 (Chromium issue 126414).
1087
1088 Fixed LiveEdit for function with no locals (issue 825).
1089
1090 Fixed register clobbering in LoadIC for interceptors
1091 (Chromium issue 125988).
1092
1093 Implemented clearing of CompareICs (issue 2102).
1094
1095 Performance and stability improvements on all platforms.
1096
1097
danno@chromium.org2c26cb12012-05-03 09:06:43 +000010982012-05-03: Version 3.10.8
1099
1100 Enabled MIPS cross-compilation.
1101
1102 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1103 (Chromium issue 125515)
1104
1105 Fixed corner cases in truncation behavior when storing to
1106 TypedArrays. (issue 2110)
1107
1108 Fixed failure to properly recognize and report out-of-memory
1109 conditions when allocating code space pages. (Chromium issue
1110 118625)
1111
1112 Fixed idle notifications to perform a round of incremental GCs
1113 after context disposal. (issue 2107)
1114
1115 Fixed preparser for try statement. (issue 2109)
1116
1117 Performance and stability improvements on all platforms.
1118
1119
danno@chromium.org1044a4d2012-04-30 12:34:39 +000011202012-04-30: Version 3.10.7
1121
1122 Performance and stability improvements on all platforms.
1123
1124
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000011252012-04-26: Version 3.10.6
1126
1127 Fixed some bugs in accessing details of the last regexp match.
1128
1129 Fixed source property of empty RegExp objects. (issue 1982)
1130
1131 Enabled inlining some V8 API functions.
1132
1133 Performance and stability improvements on all platforms.
1134
1135
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000011362012-04-23: Version 3.10.5
1137
1138 Put new global var semantics behind a flag until WebKit tests are
1139 cleaned up.
1140
1141 Enabled stepping into callback passed to builtins.
1142 (Chromium issue 109564)
1143
1144 Performance and stability improvements on all platforms.
1145
1146
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000011472012-04-19: Version 3.10.4
1148
1149 Fixed issues when stressing compaction with WeakMaps.
1150
1151 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1152
1153 Simplify invocation sequence at monomorphic function invocation sites.
1154 (issue 2079)
1155
1156 Performance and stability improvements on all platforms.
1157
1158
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000011592012-04-17: Version 3.10.3
1160
1161 Fixed several bugs in heap profiles (including issue 2078).
1162
1163 Throw syntax errors on illegal escape sequences.
1164
1165 Implemented rudimentary module linking (behind --harmony flag)
1166
1167 Implemented ES5 erratum: Global declarations should shadow
1168 inherited properties.
1169
1170 Made handling of const more consistent when combined with 'eval'
1171 and 'with'.
1172
1173 Fixed V8 on MinGW-x64 (issue 2026).
1174
1175 Performance and stability improvements on all platforms.
1176
1177
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000011782012-04-13: Version 3.10.2
1179
1180 Fixed native ARM build (issues 1744, 539)
1181
1182 Return LOOKUP variable instead of CONTEXT for non-context allocated
1183 outer scope parameters (Chromium issue 119609).
1184
1185 Fixed regular and ElementsKind transitions interfering with each other
1186 (Chromium issue 122271).
1187
1188 Improved performance of keyed loads/stores which have a HeapNumber
1189 index (issues 1388, 1295).
1190
1191 Fixed WeakMap processing for evacuation candidates (issue 2060).
1192
1193 Bailout on possible direct eval calls (Chromium issue 122681).
1194
1195 Do not assume that names of function expressions are context-allocated
1196 (issue 2051).
1197
1198 Performance and stability improvements on all platforms.
1199
1200
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000012012012-04-10: Version 3.10.1
1202
1203 Fixed bug with arguments object in inlined functions (issue 2045).
1204
1205 Fixed performance bug with lazy initialization (Chromium issue
1206 118686).
1207
1208 Added suppport for Mac OS X 64bit builds with GYP.
1209 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1210
1211 Fixed bug with hidden properties (issue 2034).
1212
1213 Fixed a performance bug when reloading pages (Chromium issue 117767,
1214 V8 issue 1902).
1215
1216 Fixed bug when optimizing throw in top-level code (issue 2054).
1217
1218 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1219
1220 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1221
1222 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1223
1224 Fixed compilation of V8 using uClibc.
1225
1226 Optimized boot-up memory use.
1227
1228 Optimized regular expressions.
1229
1230
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000012312012-03-30: Version 3.10.0
1232
1233 Fixed store IC writability check in strict mode
1234 (Chromium issue 120099).
1235
1236 Resynchronize timers if the Windows system time was changed.
1237 (Chromium issue 119815)
1238
1239 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1240 hardfp ARM
1241 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1242
1243 Fixed edge case for case independent regexp character classes
1244 (issue 2032).
1245
1246 Reset function info counters after context disposal.
1247 (Chromium issue 117767, V8 issue 1902)
1248
1249 Fixed missing write barrier in CopyObjectToObjectElements.
1250 (Chromium issue 119926)
1251
1252 Fixed missing bounds check in HasElementImpl.
1253 (Chromium issue 119925)
1254
1255 Performance and stability improvements on all platforms.
1256
1257
danno@chromium.org88aa0582012-03-23 15:11:57 +000012582012-03-23: Version 3.9.24
1259
1260 Activated count-based profiler for ARM.
1261
1262 Fixed use of proxies as f.prototype properties. (issue 2021)
1263
1264 Enabled snapshots on MIPS.
1265
1266 Performance and stability improvements on all platforms.
1267
1268
ulan@chromium.org6ff65142012-03-21 09:52:17 +000012692012-03-21: Version 3.9.23
1270
1271 Use correct arguments adaptation environment when inlining function
1272 containing arguments. (Issue 2014)
1273
1274 Performance and stability improvements on all platforms.
1275
1276
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000012772012-03-20: Version 3.9.22
1278
1279 Enabled count-based profiler by default.
1280
1281 Implemented a hash based look-up to speed up address checks
1282 in large object space (issue 853).
1283
1284 Performance and stability improvements on all platforms.
1285
1286
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000012872012-03-19: Version 3.9.21
1288
1289 Fixed push-to-trunk script (and re-push).
1290
1291 Added API call that identifies strings that are guaranteed only to
1292 contain ASCII characters.
1293
1294
12952012-03-19: Version 3.9.20
1296
1297 Fixed declarations escaping global strict eval. (Issue 1624)
1298
1299 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1300
1301 Fixed function declarations overwriting read-only global properties.
1302 (Chromium issue 115452)
1303
1304 Fixed --use-strict flag in combination with --harmony[-scoping].
1305
1306 Debugger: naive implementation of "step into Function.prototype.bind".
1307
1308 Debugger: added ability to set script source from within OnBeforeCompile
1309
1310 Added flag to always call DebugBreak on abort.
1311
1312 Re-enabled constructor inlining and inline === comparison with boolean
1313 constants. (Issue 2009)
1314
1315 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1316
1317 Performance and stability improvements on all platforms.
1318
1319
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000013202012-03-14: Version 3.9.19
1321
1322 Ensure there is a smi check of the receiver for global load and call
1323 ICs (Chromium issue 117794).
1324
1325 Performance and stability improvements on all platforms.
1326
1327
yangguo@chromium.org154ff992012-03-13 08:09:54 +000013282012-03-13: Version 3.9.18
1329
1330 Ensure consistency of Math.sqrt on Intel platforms.
1331
1332 Remove static initializers in v8. (issue 1859)
1333
1334 Add explicit dependency on v8_base in the GYP-based build.
1335
1336 Performance and stability improvements on all platforms.
1337
1338
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000013392012-03-12: Version 3.9.17
1340
1341 Fixed VFP detection through compiler defines. (issue 1996)
1342
1343 Add Code-related fields to postmortem metadata.
1344
1345 Performance and stability improvements on all platforms.
1346
1347
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000013482012-03-09: Version 3.9.16
1349
1350 Added basic interface inference for modules (behind the --harmony flag).
1351
1352 Added Object.is, Number.isFinite, Number.isNaN.
1353
1354 Updated the Unicode tables to Unicode version 6.1.0.
1355
1356 Performance and stability improvements on all platforms.
1357
1358
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000013592012-03-06: Version 3.9.15
1360
1361 Fix the heap profiler crash caused by memory layout changes between
1362 passes.
1363
1364 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1365
1366 Fix double-rounding in strtod for MinGW. (issue 1062)
1367
1368 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1369
1370 Performance and stability improvements on all platforms.
1371
1372
fschneider@chromium.org35814e52012-03-01 15:43:35 +000013732012-03-01: Version 3.9.14
1374
1375 Performance and stability improvements on all platforms.
1376
1377
ulan@chromium.org812308e2012-02-29 15:58:45 +000013782012-02-29: Version 3.9.13
1379
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001380 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001381
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001382 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1383 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001384
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001385 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001386
1387 Performance and stability improvements on all platforms.
1388
1389
ulan@chromium.org967e2702012-02-28 09:49:15 +000013902012-02-28: Version 3.9.12
1391
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001392 Fixed the negative lookup stub to handle deleted entries in a
1393 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001394
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001395 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001396 callback function can resolve the location of a return address on stack
1397 to the location where a return-address rewriting profiler stashed the
1398 original return address.
1399
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001400 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1401 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001402
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001403 Fixed issue 1853: Update breakpoints set with partial file name after
1404 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001405
1406
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000014072012-02-27: Version 3.9.11
1408
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001409 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001410
1411
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000014122012-02-24: Version 3.9.10
1413
1414 Fixed V8 issues 1322, 1772 and 1969.
1415
1416 Conformance improvements.
1417
1418 Performance and stability improvements on all platforms.
1419
1420
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000014212012-02-23: Version 3.9.9
1422
1423 Supported fast case for-in in Crankshaft.
1424
1425 Sped up heap snapshot serialization and dominators construction.
1426
1427 Randomized allocation addresses on windows. (Chromium issue 115151)
1428
1429 Fixed compilation with MinGW-w64. (issue 1943)
1430
1431 Fixed incorrect value of assignments to non-extensible properties.
1432
1433 Fixed a crash bug in generated code on ia32.
1434
1435 Performance and stability improvements on all platforms.
1436
1437
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000014382012-02-21: Version 3.9.8
1439
1440 Fixed memory leak and missing #include in StartupDataDecompressor
1441 (issue 1960).
1442
1443 Renamed static methods to avoid shadowing virtual methods and fix Clang
1444 C++11 compile error.
1445
1446 Fixed sequence of element access in array builtins (issue 1790).
1447
1448 Performance and stability improvements on all platforms.
1449
1450
yangguo@chromium.org56454712012-02-16 15:33:53 +000014512012-02-16: Version 3.9.7
1452
1453 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1454
1455 Fixed GCC-4.7 warnings.
1456
1457 Added Navier-Stokes benchmark.
1458
1459 Performance and stability improvements on all platforms.
1460
1461
ulan@chromium.org65a89c22012-02-14 11:46:07 +000014622012-02-14: Version 3.9.6
1463
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001464 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001465
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001466 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001467
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001468 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001469
1470 Heap Snapshot maximum size limit is too low for really big apps. At the
1471 moment the limit is 256MB. (Chromium issue 113015)
1472
1473 Performance and stability improvements on all platforms.
1474
1475
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000014762012-02-09: Version 3.9.5
1477
1478 Removed unused command line flags.
1479
1480 Performance and stability improvements on all platforms.
1481
1482
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000014832012-02-08: Version 3.9.4
1484
1485 Properly initialize element-transitioning array literals on ARM.
1486 (issue 1930)
1487
1488 Bug fixes on all platforms.
1489
1490
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000014912012-02-07: Version 3.9.3
1492
1493 When rethrowing an exception, print the stack trace of its original
1494 site instead of rethrow site (Chromium issue 60240).
1495
1496 Increased size of small stacks from 32k to 64k to avoid hitting limits
1497 in Chromium (Chromium issue 112843).
1498
1499
rossberg@chromium.org994edf62012-02-06 10:12:55 +000015002012-02-06: Version 3.9.2
1501
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001502 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001503
1504 Heap profiler reports implicit references.
1505
1506 Optionally export metadata with libv8 to enable debuggers to inspect V8
1507 state.
1508
1509
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000015102012-02-02: Version 3.9.1
1511
1512 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1513 (Chromium issue 112315).
1514
1515 Fixed a crash in dev tools (Chromium issue 107996).
1516
1517 Added 'dependencies_traverse': 1 to v8 GYP target.
1518
1519 Performance and stability improvements on all platforms.
1520
1521
danno@chromium.orgfa458e42012-02-01 10:48:36 +000015222012-02-01: Version 3.9.0
1523
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001524 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001525
1526 Stability fixes and performance improvements on all platforms.
1527
1528
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000015292012-01-26: Version 3.8.9
1530
1531 Flush number string cache on GC (issue 1605).
1532
1533 Provide access to function inferred name with
1534 v8::Function::GetInferredName in V8 public API.
1535
1536 Fix building with Clang (issue 1912).
1537
1538 Reduce the space used by the stack for the profiling thread.
1539
1540 Fix misleading documentation of v8::Locker (issue 542).
1541
1542 Introduce readbinary function in d8 to read binary files.
1543
1544 Performance and stability improvements on all platforms.
1545
1546
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000015472012-01-23: Version 3.8.8
1548
1549 Limited number of loop iterations in Heap::ReserveSpace
1550 (Chromium issue 99027).
1551
1552 Fixed solaris build (VirtualMemory) (issue 1761).
1553
1554 Fixed strict vs. non-strict handling of function proxies in
1555 higher-order array and string methods.
1556
1557 Enabled asynchronous remote debugging with d8 (issue 1691).
1558
1559 Stability and performance improvements on all platforms.
1560
1561
ulan@chromium.org2efb9002012-01-19 15:36:35 +000015622012-01-19: Version 3.8.7
1563
1564 Ensure that LRandom restores rsi after call to the C function on x64.
1565 (Chromium issue http://crbug.com/110509)
1566
1567 Fixing include issues on *bsd when building with scons.
1568 (issue 1897)
1569
1570 Provide a switch to specify -fno-strict-aliasing
1571 (issue 1887)
1572
1573 Move WIN32 define from standalone.gypi to common.gypi
1574 (issue 1760)
1575
1576 Fix corner-case in heap size estimation.
1577 (issue 1893)
1578
1579 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1580 (issue 1903)
1581
1582 Performance improvements and bug fixes.
1583
1584
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000015852012-01-16: Version 3.8.6
1586
1587 Add primitive WebGL array support to d8.
1588
1589 Improve heap size estimation (issue 1893).
1590
1591 Hash collision DOS workaround extended from string keys
1592 to numeric keys.
1593
1594 Provide an API for iterating through all external strings referenced
1595 from the JS heap.
1596
1597 Adjust position recorded for call expressions. http://crbug.com/109195
1598
1599 Fix GC crash related to instanceof. http://crbug.com/109448
1600
1601 Performance improvements and bug fixes.
1602
1603
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000016042012-01-05: Version 3.8.5
1605
1606 Fix broken test that assumes that no GC can clear the regexp cache (GC
1607 can happen at any time due to Crankshaft).
1608
1609 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1610
1611 Add netbsd support to gyp build.
1612
1613 Determine page size at runtime on posix platforms.
1614
1615 Ensure that store buffer filtering hash sets are cleared after
1616 StoreBuffer::Filter.
1617
1618 Randomize the seed used for string hashing. This helps guard against
1619 CPU-eating DOS attacks against node.js servers. Based on code from
1620 Bert Belder. This version only solves the issue for those that compile
1621 V8 themselves or those that do not use snapshots. A snapshot-based
1622 precompiled V8 will still have predictable string hash codes.
1623
1624 Implement callback when script finishes running in V8 API.
1625
1626 Improve performance of Math.min and Math.max for the case of two
1627 arguments. (issue 1325)
1628
1629
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000016302012-01-02: Version 3.8.4
1631
1632 Performance improvements for large Smi-only arrays.
1633
1634 Fixed InternalArrays construction. (issue 1878)
1635
1636
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000016372011-12-27: Version 3.8.3
1638
1639 Avoid embedding new space objects into code objects in the lithium gap
1640 resolver. (chromium:108296)
1641
1642 Bug fixes and performance optimizations on all platforms.
1643
1644
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000016452011-12-21: Version 3.8.2
1646
1647 Add max optimization flag to v8 gyp build to ensure V8 is always built
1648 fully optimized in Chrome.
1649
1650 MIPS: Bring MIPS to parity with other platforms.
1651
1652 Optimizations and stability improvements on all platforms.
1653
1654
ricow@chromium.org7ad65222011-12-19 12:13:11 +000016552011-12-19: Version 3.8.1
1656
1657 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1658
1659 Stability improvements on all platforms.
1660
1661
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000016622011-12-13: Version 3.8.0
1663
1664 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1665
1666 Sync parser and preparser on do-while and return statements.
1667 (issue 1856)
1668
1669 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1670
1671 Stability and performance improvements on all platforms.
1672
1673
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000016742011-12-01: Version 3.7.12
1675
1676 Increase tick interval for the android platform.
1677
1678 Fix a bug in the register allocator. (chromium:105112)
1679
1680 Fix handling of recompiling code. (chromium:105375, v8:1782)
1681
1682 Start incremental marking on idle notification. (v8:1458)
1683
1684 Build fixes for various platforms.
1685
1686 Various performance improvements.
1687
1688
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000016892011-11-29: Version 3.7.11
1690
1691 Fixed bug when generating padding to ensure space for lazy
1692 deoptimization.
1693 (issue 1846)
1694
1695 Further reduced pause times due to GC.
1696
1697 Stability and performance improvements on all platforms.
1698
1699
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000017002011-11-23: Version 3.7.10
1701
1702 Set maximum length of FixedArray in terms of elements instead an
1703 absolute number of bytes.
1704 (Chromium issue 103103)
1705
1706 Stability and performance improvements on all platforms.
1707
1708
17092011-11-21: Version 3.7.9
1710
1711 Removed exit-time destructors.
1712
1713 Stability and performance improvements on all platforms.
1714
1715
ricow@chromium.org27bf2882011-11-17 08:34:43 +000017162011-11-17: Version 3.7.8
1717
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001718 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001719 function on builtins will not make the original function reappear.
1720
1721 Added NetBSD support for scons build.
1722
1723 Performance improvements on all platforms.
1724
1725
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000017262011-11-14: Version 3.7.7
1727
1728 Fix missing fast property accessors in heap snapshots.
1729 (issue 1818)
1730
1731
danno@chromium.org2c456792011-11-11 12:00:53 +000017322011-11-11: Version 3.7.6
1733
1734 Fixed filtering of store buffer for large object pages.
1735 (issue 1817)
1736
1737 Fixed generated hash function on all platforms.
1738 (issue 1808)
1739
1740 Fixed Heap::Shrink to ensure that it does not free pages that are
1741 still in use.
1742 (Chromium issue 100414)
1743
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001744 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001745
1746
danno@chromium.orgc612e022011-11-10 11:38:15 +000017472011-11-10: Version 3.7.5
1748
1749 Added initial gyp infrastructure for MIPS.
1750
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001751 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001752 collector.
1753
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001754 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001755
1756
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000017572011-11-07: Version 3.7.4
1758
1759 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1760
1761 Fix Harmony sets and maps to allow null and undefined as keys
1762 (still hidden behind --harmony flag) (issue 1622).
1763
1764 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1765
1766 Enable VFP instructions for Android.
1767
1768 Fix error handling in Date.prototype.toISOString (issue 1792).
1769
1770 Bug fixes and performance improvements for all platforms.
1771
1772 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1773
1774
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000017752011-10-28: Version 3.7.3
1776
1777 Slight deoptimization as a workaround for issue with jslint: Issue
1778 1789.
1779
1780
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000017812011-10-27: Version 3.7.2
1782
1783 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1784
1785
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000017862011-10-26: Version 3.7.1
1787
1788 Achieved 33% speedup in debug-mode tests.
1789
1790 Removed special casing of calls to RegExp test and exec methods with no
1791 argument. Now matches new JSC behaviour. crbug.com/75740.
1792
1793 Return the empty string on cyclic references in toString (ES5
1794 conformance).
1795
1796 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1797
1798 Made Math.random state per-context instead of per-process (issue 864).
1799
1800 Fixed stack traces to skip native functions.
1801
1802 Make snapshots (new contexts) smaller and faster.
1803
1804 Fixed handling of Function.apply for non-array arguments.
1805
1806 Fixed evaluation order in defineProperties to match FireFox.
1807
1808 Fixed handling of non-object receivers for array builtins,
1809 crbug.com/100702.
1810
1811 Multiple fixes to improve compliance with test262.
1812
1813 Fixed compatibility with older Android releases.
1814
1815 Fixed compilation with gcc-4.5.3.
1816
1817 Improved performance of WriteUtf8, issue 1665.
1818
1819 Made native syntax an early error in the preparser.
1820
1821 Fixed issues 793 and 893 relating to Function.prototype.bind.
1822
1823 Improved let, const, Set and Map support and other Harmony features
1824 (behind the --harmony flag).
1825
1826 Changed evaluation order for > and <= to match ES5 instead of ES3.
1827
1828 Bug fixes and performance improvements on all platforms.
1829
1830
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000018312011-10-13: Version 3.7.0
1832
1833 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1834
1835 Fixed issue 1757 (string slices of external strings).
1836
1837 Fixed issue 1759 (ARM).
1838
1839 Added flag --noclever-optimizations to disable some things that
1840 caused trouble in the past.
1841
1842 Added flag --stress-compaction for testing.
1843
1844 Added flag --harmony to activate all experimental Harmony features.
1845
1846
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000018472011-10-10: Version 3.6.6
1848
1849 Added a GC pause visualization tool.
1850
1851 Added presubmit=no and werror=no flags to Makefile.
1852
1853 ES5/Test262 conformance improvements.
1854
1855 Fixed compilation issues with GCC 4.5.x (issue 1743).
1856
1857 Bug fixes and performance improvements on all platforms.
1858
1859
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000018602011-10-05: Version 3.6.5
1861
1862 New incremental garbage collector.
1863
1864 Removed the hard heap size limit (soft heap size limit is still
1865 700/1400Mbytes by default).
1866
1867 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1868
1869 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1870
1871 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1872
1873 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1874
1875 Fixed the MinGW and Windows 2000 builds.
1876
1877 Fixed "Prototype chain is not searched if named property handler does
1878 not set a property" (Issue 1636).
1879
1880 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1881
1882 Disallowed future reserved words as labels in strict mode.
1883
1884 Fixed string split to correctly coerce the separator to a string
1885 (Issue 1711).
1886
1887 API: Added an optional source length field to the Extension
1888 constructor.
1889
1890 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1891 (Issue 1573).
1892
1893 Added "native" target to Makefile for the benefit of Linux distros.
1894
1895 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1896
1897 More work on ES-Harmony proxies. Still hidden behind a flag.
1898
1899 Bug fixes and performance improvements on all platforms.
1900
1901
lrn@chromium.org34e60782011-09-15 07:25:40 +000019022011-09-15: Version 3.6.4
1903
1904 Fixed d8's broken readline history.
1905
1906 Removed the need for code delete events in CPU profiler (Issue 1466).
1907
1908 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1909
1910 Fixing parallel execution in d8 (with -p) and some memory leaks.
1911
1912 Support for precise stepping in functions compiled before debugging was
1913 started (step 1).
1914
1915
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000019162011-09-13: Version 3.6.3
1917
1918 Implemented better support of typed arrays in the d8 shell.
1919
1920 Bug fixes and performance improvements on all platforms.
1921
1922
ricow@chromium.org55ee8072011-09-08 16:33:10 +000019232011-09-08: Version 3.6.2
1924
1925 Added "dependencies" target to top-level Makefile.
1926
1927 Added ability to turn profiler on/off in d8.
1928
1929 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1930
1931 Fixed several crash bugs.
1932
1933
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000019342011-09-07: Version 3.6.1
1935
1936 Fixed a bug in abrupt exit from with or catch inside finally.
1937
1938 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1939 issue 95113).
1940
1941 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1942
1943 Fixed a few clang warnings (which -Werror treated as errors).
1944
1945 Performance improvements on all platforms.
1946
1947
fschneider@chromium.org1805e212011-09-05 10:49:12 +000019482011-09-05: Version 3.6.0
1949
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001950 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001951
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001952 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001953
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001954 Made arguments and caller always be null on native functions
1955 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001956
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001957 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001958
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001959 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001960
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001961 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001962
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001963 Fixed a problem with large heap snapshots in Chrome DevTools
1964 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001965
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001966 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001967
1968
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000019692011-08-31: Version 3.5.10
1970
1971 Added dependency of v8_base on WinSocket2 Windows library in
1972 the GYP-build.
1973
1974 Various bugfixes.
1975
1976
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000019772011-08-29: Version 3.5.9
1978
1979 Made FromPropertyDescriptor not trigger inherited setters.
1980
1981 Fixed .gyp files to work on the ARM simulator.
1982
1983 Fixed shared library build warnings for MSVS.
1984
1985
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000019862011-08-24: Version 3.5.8
1987
1988 Added V8EXPORT attributes for v8::Array::CheckCast and
1989 v8::Number::CheckCast.
1990
1991 Made a slight API change enabling opting out from null termination
1992 in String::Write*().
1993
1994 Fixed arm build for gcc-4.6.
1995
1996
rossberg@chromium.org28a37082011-08-22 11:03:23 +000019972011-08-22: Version 3.5.7
1998
1999 Make scanner handle invalid unicode escapes in identifiers correctly.
2000
2001 Make regexp flag parsing stricter.
2002
2003 Fix several memory leaks.
2004
2005
danno@chromium.orgb6451162011-08-17 14:33:23 +000020062011-08-17: Version 3.5.6
2007
2008 Fixed issue that could cause crashes when running with --heap-stats.
2009
2010 Fixed compilation on Linux 2.6.9 and older.
2011
2012 Fixed live-object-list to work with isolates.
2013
2014 Fixed memory leaks in zones and isolates.
2015
2016 Fixed a performance regression for TypedArrays on x64.
2017
2018 Stability improvements on all platforms.
2019
2020
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000020212011-08-15: Version 3.5.5
2022
2023 Fixed bugs involving negative zero and the optimizing compiler.
2024
2025 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2026
2027 Eliminated uses of deprecated ARM instructions.
2028
2029 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2030
2031 Removed restriction on the size of disassembled code that is printed.
2032
2033
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000020342011-08-10: Version 3.5.4
2035
2036 Added a preliminary implementation of ES Harmony weak maps. Weak
2037 maps can be enabled by the flag --harmony-weakmaps.
2038
2039 Introduced a toplevel Makefile to support GYP-based building. GYP
2040 can be obtained from http://gyp.googlecode.com.
2041
2042 Fixed a bug in the length property of functions created by
2043 Function.prototype.bind.
2044
2045 Reduced malloc heap allocation on process startup.
2046
2047 Several important code generation bug fixes.
2048
2049 Performance improvements on all platforms.
2050
2051
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000020522011-08-03: Version 3.5.3
2053
2054 MIPS: Port of fix to ClassOf check from ARM.
2055 Patch from Paul Lind <plind44@gmail.com>.
2056
2057 Stopped using mprotect on Cygwin.
2058 Avoided uninitialized member warning on gcc 4.3.4
2059 Both patches by Bert Belder.
2060
2061 Bug fixes and performance improvements on all platforms.
2062
2063
vegorov@chromium.org7943d462011-08-01 11:41:52 +000020642011-08-01: Version 3.5.2
2065
2066 Performance improvements on all platforms.
2067
2068
ricow@chromium.org2c99e282011-07-28 09:15:17 +000020692011-07-28: Version 3.5.1
2070
2071 Fixed setting the readonly flag on the prototype property using the
2072 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2073
2074 Changed the tools/test.py script to use d8 instead of shell for
2075 testing.
2076
2077 Fixed crash in ToBooleanStub when GC happens during invocation.
2078
2079 Enabled automatic unboxing of double arrays.
2080
2081 Performance improvements on all platforms.
2082
2083
ricow@chromium.org9fa09672011-07-25 11:05:35 +000020842011-07-25: Version 3.5.0
2085
2086 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2087 proxies.
2088
2089 Removed logging to memory support.
2090
2091 Bugfixes and performance work.
2092
2093
rossberg@chromium.org717967f2011-07-20 13:44:42 +000020942011-07-20: Version 3.4.14
2095
2096 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2097
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002098 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002099 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002100
2101 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2102
2103
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000021042011-07-18: Version 3.4.13
2105
2106 Improved debugger support to allow inspection of optimized frames (issue
2107 1140).
2108
2109 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2110
2111 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2112
2113 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2114
2115 Simplified HClampToUint8. Patch by Andy Wingo.
2116
2117 Exposed APIs for detecting boxed primitives, native errors. Patch by
2118 Luke Zarko.
2119
2120 Added map check for COW elements to crankshaft array handling code
2121 (issue 1560).
2122
2123 Sample shell and (a light version of) D8 links against a shared library
2124 now.
2125
2126 Fixed bug in array filter and reduce functions (issue 1559).
2127
2128 Avoid TLS load in AstNode constructor.
2129
2130 Introduced a random entropy source which can optionally be provided at
2131 initialization. (Chromium issue 89462).
2132
2133
whesse@chromium.org030d38e2011-07-13 13:23:34 +000021342011-07-13: Version 3.4.12
2135
2136 Added --prof profiling option to d8 shell.
2137
2138 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2139
2140 Fixed a potential assertion failure in const declarations.
2141
2142 Fixed an assertion failure in descriptor arrays (issue 1526).
2143
2144 Enabled fast thread-local storage by default on supported platforms.
2145
2146 Improved reporting of source position for global variable loads
2147 (issue 1527).
2148
2149
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000021502011-07-11: Version 3.4.11
2151
2152 Fixed MinGW32 build.
2153
2154 Fixed a GC bug with RegExp code flushing.
2155
2156 Implemented Object.defineProperty for proxies.
2157
2158 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2159
2160 Added debugger support for inspecting optimized frames (issue 1140).
2161
2162 Allowed JSObject::PreventExtensions to work for arguments objects.
2163
2164 Bugfixes and performance work.
2165
2166
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000021672011-07-06: Version 3.4.10
2168
2169 Fixed debugger not breaking on certain "if" statements (issue 1523).
2170
2171 Fixed assertion failure in runtime profiler when running on IA32
2172 without snapshot (issue 1522).
2173
2174 Fixed ABI for API calls on IA32 (for clang compatibility).
2175
2176 Introduced code flushing of RegExp code to free memory used by
2177 RegExps sooner.
2178
2179 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2180
2181 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2182
2183 Performance improvements on all platforms.
2184
2185
ricow@chromium.org4f693d62011-07-04 14:01:31 +000021862011-07-04: Version 3.4.9
2187
2188 Added support for debugger inspection of locals in optimized frames
2189 (issue 1140).
2190
2191 Fixed SConstruct to pass correct defines to samples/preparser when
2192 building with library=shared.
2193
2194 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2195
2196 Fixed a bug in Object.defineProperty on the arguments object.
2197
2198 Performance improvements on all platforms.
2199
2200
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000022012011-06-29: Version 3.4.8
2202
2203 Ensure 16-byte stack alignment on Solaris (issue 1505).
2204
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002205 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002206 that is not a smi. (issue 1246).
2207
2208
ager@chromium.org04921a82011-06-27 13:21:41 +000022092011-06-27: Version 3.4.7
2210
2211 Fixed 64-bit build on FreeBSD.
2212
2213 Added API to set the property attributes for the prototype
2214 property on functions created from FunctionTemplates.
2215
2216 Bugfixes and performance work.
2217
2218
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000022192011-06-22: Version 3.4.6
2220
2221 Lowered limit on code space for systems with low memory supply.
2222
2223 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2224
2225 Extended setBreakpoint API to accept partial script name (issue 1418).
2226
2227 Made multi-line comments not count when deciding whether the '-->'
2228 comment starter is first on a line. This matches Safari.
2229
2230 Made handling of non-array recievers in Array length setter correct
2231 (issue 1491).
2232
2233 Added ability to heap profiler to iterate over snapshot's node
2234 (issue 1481).
2235
2236
whesse@chromium.org7b260152011-06-20 15:33:18 +000022372011-06-20: Version 3.4.5
2238
2239 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2240 1476, and 1477.
2241
2242 Improved code generation for !0 and !1.
2243
2244 Reduced memory usage for regular expressions with nested qualifiers.
2245 (issue 1472)
2246
2247 Fixed V8 to count line terminators in multi-line comments.
2248 (Chromium issue 86431)
2249
2250 Fixed disassembler=on option for release-mode builds. (issue 1473)
2251
2252 Performance improvements on all platforms.
2253
2254
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000022552011-06-15: Version 3.4.4
2256
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002257 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002258
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002259 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002260
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002261 Several GYP-related changes: Added support for building Xcode project
2262 files. Make the ARM simulator build with GYP again. Generate Makefiles
2263 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002264
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002265 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2266 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002267
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002268 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002269
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002270 Handle 'undefined' correctly when === has been specialized for doubles.
2271 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002272
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002273 Corrected the limit of local variables in an optimized function from 64
2274 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002275
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002276 Correctly set ReadOnly flag on indexed properties when using the API Set
2277 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002278
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002279 Give the correct error message when Object.isExtensible is called on a
2280 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002281
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002282 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2283 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002284
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002285 Do not redefine properties unneccesarily in seal and freeze. (issue
2286 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002287
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002288 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002289
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002290 Distinguish keyed loads with a symbol key from fast elements loads,
2291 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002292
2293
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000022942011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002295
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002296 Clear the global thread table when an isolate is disposed
2297 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002298
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002299 Converted time zone name to UTF8 on Windows (issue 1290).
2300
2301 Limited the number of arguments in a function call to 32766
2302 (issue 1413).
2303
2304 Compress sources of JS libraries in addition to the snapshot.
2305
2306 Fixed a bug in Lithium environment iteration.
2307
2308 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002309
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002310
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000023112011-06-06: Version 3.4.2
2312
2313 More work on ES-Harmony proxies. Still hidden behind a flag.
2314
2315 Fixed some crash bugs and improved performance.
2316
2317 Fixed building with gdb debugging support.
2318
2319 Do not install SIGPROF handler until it is needed.
2320
2321 Added DateTimeFormat to i18n API.
2322
2323 Fixed compilation on OpenBSD.
2324
2325 Take the ulimit into account when sizing the heap. OpenBSD users
2326 may still have to increase the default ulimit to run heavy pages in
2327 the browser.
2328
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002329
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000023302011-06-01: Version 3.4.1
2331
2332 Fixed JSON stringify issue with arrays.
2333
2334 Changed calls to JS builtins to be passed undefined when called with
2335 implicit receiver.
2336
2337 Implemented the set trap for Harmony proxies. Proxies still need to
2338 be enabled with the --harmony-proxies flag.
2339
2340
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000023412011-05-30: Version 3.4.0
2342
2343 Changed calls to undefined property setters to not throw (issue 1355).
2344
2345 Made RegExp objects not callable.
2346
2347 Fixed issues on special case large JSON strings in new json parser
2348 (issues http://crbug.com/83877 and http://crbug.com/84186).
2349
2350 Performance improvements on all platforms.
2351
2352
danno@chromium.org40cb8782011-05-25 07:58:50 +000023532011-05-25: Version 3.3.10
2354
2355 Fixed calls of strict mode function with an implicit receiver.
2356
2357 Fixed fast handling of arrays to properly deal with changes to the
2358 Object prototype (issue 1403).
2359
2360 Changed strict mode poison pill to be the same type error function
2361 (issue 1387).
2362
2363 Fixed a debug crash in arguments object handling (issue 1227).
2364
2365 Fixed a bug in deoptimization on x64 (issue 1404).
2366
2367 Performance improvements and bug fixes on all platforms.
2368
2369
ager@chromium.orgea91cc52011-05-23 06:06:11 +000023702011-05-23: Version 3.3.9
2371
2372 Added DateTimeFormat class to experimental i18n API.
2373
2374 Extended preparser to give early errors for some strict mode
2375 restrictions.
2376
2377 Removed legacy execScript function from V8.
2378
2379 Extended isolate API with the ability to add embedder-specific
2380 data to an isolate.
2381
2382 Added basic support for polymorphic loads from JS and external
2383 arrays.
2384
2385 Fixed bug in handling of switch statements in the optimizing
2386 compiler.
2387
2388
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000023892011-05-18: Version 3.3.8
2390
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002391 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002392 handles are independent of all other persistent handles and can be
2393 garbage collected more frequently.
2394
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002395 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002396 with the --harmony-proxies flag.
2397
2398 Performance improvements and bug fixes on all platforms.
2399
2400
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000024012011-05-16: Version 3.3.7
2402
2403 Updated MIPS infrastructure files.
2404
2405 Performance improvements and bug fixes on all platforms.
2406
2407
karlklose@chromium.org83a47282011-05-11 11:54:09 +000024082011-05-11: Version 3.3.6
2409
2410 Updated MIPS infrastructure files.
2411
2412 Added method IsCallable for Object to the API.
2413 Patch by Peter Varga.
2414
2415
lrn@chromium.org1c092762011-05-09 09:42:16 +000024162011-05-09: Version 3.3.5
2417
2418 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2419
2420 Added check that receiver is JSObject on API calls.
2421
2422 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2423 Patch by Peter Varga.
2424
2425 Added CallAsFunction method to the Object class in the API (Issue 1336).
2426 Patch by Peter Varga.
2427
2428 Added per-isolate locking and unlocking.
2429
2430 Fixed bug in x64 >>> operator (Issue 1359).
2431
2432
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000024332011-05-04: Version 3.3.4
2434
2435 Implemented API to disallow code generation from strings for a context
2436 (issue 1258).
2437
2438 Fixed bug with whitespaces in parseInt (issue 955).
2439
2440 Fixed bug with == comparison of Date objects (issue 1356).
2441
2442 Added GYP variables for ARM code generation:
2443 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2444 and v8_use_arm_eabi_hardfloat.
2445
2446
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000024472011-05-02: Version 3.3.3
2448
2449 Added support for generating Visual Studio solution and project files
2450 using GYP.
2451
2452 Implemented support for ARM EABI calling convention variation where
2453 floating-point arguments are passed in registers (hardfloat).
2454
2455 Added Object::HasOwnProperty() to the API.
2456
2457 Added support for compressing startup data to reduce binary size. This
2458 includes build time support and an API for the embedder to decompress
2459 the startup data before initializing V8.
2460
2461 Reduced the profiling hooks overhead from >400% to 25% when using
2462 ll_prof.
2463
2464 Performance improvements and bug fixes on all platforms.
2465
2466
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000024672011-04-27: Version 3.3.2
2468
2469 Fixed crash bug on ARM with no VFP3 hardware.
2470
2471 Fixed compilation of V8 without debugger support.
2472
2473 Improved performance on JSLint.
2474
2475 Added support Float64 WebGL arrays.
2476
2477 Fixed crash bug in regexp replace.
2478
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002479
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000024802011-04-20: Version 3.3.1
2481
2482 Reduced V8 binary size by removing virtual functions from hydrogen.
2483
2484 Fixed crash bug on x64.
2485
2486 Performance improvements on ARM and IA32.
2487
2488
danno@chromium.org160a7b02011-04-18 15:51:38 +000024892011-04-18: Version 3.3.0
2490
2491 Fixed bug in floating point rounding in Crankshaft on ARM
2492 (issue 958)
2493
2494 Fixed a number of issues with running without VFPv3 support on ARM
2495 (issue 1315)
2496
2497 Introduced v8Locale.Collator, a partial implementation of Collator
2498 per last ECMAScript meeting + mailing list.
2499
2500 Minor performance improvements and bug fixes.
2501
2502
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000025032011-04-13: Version 3.2.10
2504
2505 Fixed bug in external float arrays on ARM (issue 1323).
2506
2507 Minor performance improvements and bug fixes.
2508
2509
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000025102011-04-11: Version 3.2.9
2511
2512 Removed support for ABI prior to EABI on ARM.
2513
2514 Fixed multiple crash bugs.
2515
2516 Added GCMole to the repository, a simple static analysis tool that
2517 searches for GC-unsafe evaluation order dependent callsites.
2518
2519 Made preparser API be exported in shared libraries.
2520
2521 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2522
2523 Fixed mutable __proto__ property if object is not extensible
2524 (Issue 1309).
2525
2526 Fixed auto suspension of the sampler thread.
2527
2528
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000025292011-04-06: Version 3.2.8
2530
2531 Exposed WebGL typed array constructors in the shell sample.
2532
2533 Performance improvements on all platforms.
2534
2535
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000025362011-04-04: Version 3.2.7
2537
2538 Disabled the original 'classic' V8 code generator. Crankshaft is
2539 now the default on all platforms.
2540
2541 Changed the heap profiler to use more descriptive names.
2542
2543 Performance and stability improvements to isolates on all platforms.
2544
2545
lrn@chromium.org7516f052011-03-30 08:52:27 +000025462011-03-30: Version 3.2.6
2547
2548 Fixed xcode build warning in shell.cc (out of order initialization).
2549
2550 Fixed null-pointer dereference in the compiler when running without
2551 SSE3 support (Chromium issue 77654).
2552
2553 Fixed x64 compilation error due to some dead code. (Issue 1286)
2554
2555 Introduced scons target to build the preparser stand-alone example.
2556
2557 Made FreeBSD build and pass all tests.
2558
2559
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000025602011-03-28: Version 3.2.5
2561
lrn@chromium.org7516f052011-03-30 08:52:27 +00002562 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002563
2564 Added Crankshaft support for external arrays.
2565
2566 Fixed two potential crash bugs.
2567
2568
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000025692011-03-23: Version 3.2.4
2570
2571 Added isolates which allows several V8 instances in the same process.
2572 This is controlled through the new Isolate class in the API.
2573
2574 Implemented more of EcmaScript 5 strict mode.
2575
2576 Reduced the time it takes to make detailed heap snapshot.
2577
2578 Added a number of commands to the ARM simulator and enhanced the ARM
2579 disassembler.
2580
2581
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000025822011-03-17: Version 3.2.3
2583
2584 Fixed a number of crash bugs.
2585
2586 Fixed Array::New(length) to return an array with a length (issue 1256).
2587
2588 Fixed FreeBSD build.
2589
2590 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2591
2592 Implemented more of EcmaScript 5 strict mode.
2593
2594 Improved Crankshaft performance on all platforms.
2595
2596
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000025972011-03-14: Version 3.2.2
2598
2599 Fixed a number of crash and correctness bugs.
2600
2601 Improved Crankshaft performance on all platforms.
2602
2603 Fixed Crankshaft on Solaris/Illumos.
2604
2605
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000026062011-03-10: Version 3.2.1
2607
2608 Fixed a number of crash bugs.
2609
2610 Improved Crankshaft for x64 and ARM.
2611
2612 Implemented more of EcmaScript 5 strict mode.
2613
2614
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000026152011-03-07: Version 3.2.0
2616
2617 Fixed a number of crash bugs.
2618
2619 Turned on Crankshaft by default on x64 and ARM.
2620
2621 Improved Crankshaft for x64 and ARM.
2622
2623 Implemented more of EcmaScript 5 strict mode.
2624
2625
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000026262011-03-02: Version 3.1.8
2627
2628 Fixed a number of crash bugs.
2629
2630 Improved Crankshaft for x64 and ARM.
2631
2632 Implemented more of EcmaScript 5 strict mode.
2633
2634 Fixed issue with unaligned reads and writes on ARM.
2635
2636 Improved heap profiler support.
2637
2638
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000026392011-02-28: Version 3.1.7
2640
2641 Fixed a number of crash bugs.
2642
2643 Improved Crankshaft for x64 and ARM.
2644
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002645 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002646 arrays (http://crbug.com/73940).
2647
2648 Fixed bug in map space compaction (http://crbug.com/59688).
2649
2650 Added support for direct getter accessors calls on ARM.
2651
2652
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000026532011-02-24: Version 3.1.6
2654
2655 Fixed a number of crash bugs.
2656
2657 Added support for Cygwin (issue 64).
2658
2659 Improved Crankshaft for x64 and ARM.
2660
2661 Added Crankshaft support for stores to pixel arrays.
2662
2663 Fixed issue in CPU profiler with Crankshaft.
2664
2665
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000026662011-02-16: Version 3.1.5
2667
2668 Change RegExp parsing to disallow /(*)/.
2669
2670 Added GDB JIT support for ARM.
2671
2672 Fixed several crash bugs.
2673
2674 Performance improvements on the IA32 platform.
2675
2676
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000026772011-02-14: Version 3.1.4
2678
2679 Fixed incorrect compare of prototypes of the global object (issue
2680 1082).
2681
2682 Fixed a bug in optimizing calls to global functions (issue 1106).
2683
2684 Made optimized Function.prototype.apply safe for non-JSObject first
2685 arguments (issue 1128).
2686
2687 Fixed an error related to element accessors on Object.prototype and
2688 parser errors (issue 1130).
2689
2690 Fixed a bug in sorting an array with large array indices (issue 1131).
2691
2692 Properly treat exceptions thrown while compiling (issue 1132).
2693
2694 Fixed bug in register requirements for function.apply (issue 1133).
2695
2696 Fixed a representation change bug in the Hydrogen graph construction
2697 (issue 1134).
2698
2699 Fixed the semantics of delete on parameters (issue 1136).
2700
2701 Fixed a optimizer bug related to moving instructions with side effects
2702 (issue 1138).
2703
2704 Added support for the global object in Object.keys (issue 1150).
2705
2706 Fixed incorrect value for Math.LOG10E
2707 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2708
2709 Performance improvements on the IA32 platform.
2710
2711 Implement assignment to undefined reference in ES5 Strict Mode.
2712
2713
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000027142011-02-09: Version 3.1.3
2715
2716 Fixed a bug triggered by functions with huge numbers of declared
2717 arguments.
2718
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002719 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002720
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002721 Fixed issue where Array.prototype.__proto__ had been set to null
2722 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002723
2724 Fixed stability bugs in Crankshaft for x86.
2725
2726
ricow@chromium.org83aa5492011-02-07 12:42:56 +000027272011-02-07: Version 3.1.2
2728
2729 Added better security checks when accessing properties via
2730 Object.getOwnPropertyDescriptor.
2731
2732 Fixed bug in Object.defineProperty and related access bugs (issues
2733 992, 1083 and 1092).
2734
2735 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2736 copyright notice generation for embedders.
2737
2738
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000027392011-02-02: Version 3.1.1
2740
2741 Perform security checks before fetching the value in
2742 Object.getOwnPropertyDescriptor.
2743
2744 Fixed a bug in Array.prototype.splice triggered by passing no
2745 arguments.
2746
2747 Fixed bugs in -0 in arithmetic and in Math.pow.
2748
2749 Fixed bugs in the register allocator and in switching from optimized
2750 to unoptimized code.
2751
2752
27532011-01-31: Version 3.1.0
2754
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002755 Performance improvements on all platforms.
2756
2757
ager@chromium.org378b34e2011-01-28 08:04:38 +000027582011-01-28: Version 3.0.12
2759
2760 Added support for strict mode parameter and object property
2761 validation.
2762
2763 Fixed a couple of crash bugs.
2764
2765
ager@chromium.org0ee099b2011-01-25 14:06:47 +000027662011-01-25: Version 3.0.11
2767
2768 Fixed a bug in deletion of lookup slots that could cause global
2769 variables to be accidentally deleted (http://crbug.com/70066).
2770
2771 Added support for strict mode octal literal verification.
2772
2773 Fixed a couple of crash bugs (issues 1070 and 1071).
2774
2775
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000027762011-01-24: Version 3.0.10
2777
2778 Fixed External::Wrap for 64-bit addresses (issue 1037).
2779
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002780 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002781 code generator (issue 1060).
2782
2783 Introduced partial strict mode support.
2784
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002785 Changed formatting of recursive error messages to match Firefox and
2786 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002787
2788 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002789 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002790 (issue http://crbug.com/50972).
2791
2792 Performance improvements on the IA32 platform.
2793
2794
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000027952011-01-19: Version 3.0.9
2796
2797 Added basic GDB JIT Interface integration.
2798
2799 Make invalid break/continue statements a syntax error instead of a
2800 runtime error.
2801
2802
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000028032011-01-17: Version 3.0.8
2804
2805 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002806 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002807
2808 Wrapped external pointers more carefully (issue 1037).
2809
2810 Hardened the implementation of error objects to avoid setters
2811 intercepting the properties set then throwing an error.
2812
2813 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2814
2815 Performance improvements on the IA32 platform.
2816
2817
28182011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002819
2820 Stopped calling inherited setters when creating object literals
2821 (issue 1015).
2822
2823 Changed interpretation of malformed \c? escapes in RegExp to match
2824 JSC.
2825
2826 Enhanced the command-line debugger interface and fixed some minor
2827 bugs in the debugger.
2828
2829 Performance improvements on the IA32 platform.
2830
2831
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000028322011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002833
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002834 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002835
2836 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002837 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002838
2839 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002840 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002841
2842 Added use_system_v8 option to gyp (off by default), to make it easier
2843 for Linux distributions to ship with system-provided V8 library.
2844
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002845 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002846
2847 Added labelled thread names to help with debugging (on Linux).
2848
2849
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000028502011-01-03: Version 3.0.5
2851
2852 Fixed a couple of cast errors for gcc-3.4.3.
2853
2854 Performance improvements in GC and IA32 code generator.
2855
2856
whesse@chromium.org023421e2010-12-21 12:19:12 +000028572010-12-21: Version 3.0.4
2858
2859 Added Date::ResetCache() to the API so that the cached values in the
2860 Date object can be reset to allow live DST / timezone changes.
2861
2862 Extended existing support for printing (while debugging) the contents
2863 of objects. Added support for printing objects from release builds.
2864
2865 Fixed V8 issues 989, 1006, and 1007.
2866
2867
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000028682010-12-17: Version 3.0.3
2869
2870 Reapplied all changes for version 3.0.1.
2871
2872 Improved debugger protocol for remote debugging.
2873
2874 Added experimental support for using gyp to generate build files
2875 for V8.
2876
2877 Fixed implementation of String::Write in the API (issue 975).
2878
2879
lrn@chromium.org8541d772010-12-15 12:05:09 +000028802010-12-15: Version 3.0.2
2881
2882 Revert version 3.0.1 and patch 3.0.1.1.
2883
2884
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000028852010-12-13: Version 3.0.1
2886
2887 Added support for an experimental internationalization API as an
2888 extension. This extension is disabled by default but can be enabled
2889 when building V8. The ECMAScript internationalization strawman is
2890 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2891
2892 Made RegExp character class parsing stricter. This mirrors a change
2893 to RegExp parsing in WebKit.
2894
2895 Fixed a bug in Object.defineProperty when used to change attributes
2896 of an existing property. It incorrectly set the property value to
2897 undefined (issue 965).
2898
2899 Fixed several different compilation failures on various platforms
2900 caused by the 3.0.0 release.
2901
2902 Optimized Math.pow so it can work on unboxed doubles.
2903
2904 Sped up quoting of JSON strings by removing one traversal of the
2905 string.
2906
2907
kasperl@chromium.orga5551262010-12-07 12:49:48 +000029082010-12-07: Version 3.0.0
2909
2910 Improved performance by (partially) addressing issue 957 on
2911 IA-32. Still needs more work for the other architectures.
2912
2913
ager@chromium.orgbeb25712010-11-29 08:02:25 +000029142010-11-29: Version 2.5.9
2915
2916 Fixed crashes during GC caused by partially initialize heap
2917 objects.
2918
2919 Fixed bug in process sample that caused memory leaks.
2920
2921 Improved performance on ARM by implementing missing stubs and
2922 inlining.
2923
2924 Improved heap profiler support.
2925
2926 Added separate seeding on Windows of the random number generator
2927 used internally by the compiler (issue 936).
2928
2929 Exposed API for getting the name of the function used to construct
2930 an object.
2931
2932 Fixed date parser to handle one and two digit millisecond
2933 values (issue 944).
2934
2935 Fixed number parsing to disallow space between sign and
2936 digits (issue 946).
2937
2938
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000029392010-11-23: Version 2.5.8
2940
2941 Removed dependency on Gay's dtoa.
2942
2943 Improved heap profiler precision and speed.
2944
2945 Reduced overhead of callback invocations on ARM.
2946
2947
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000029482010-11-18: Version 2.5.7
2949
2950 Fixed obscure evaluation order bug (issue 931).
2951
2952 Split the random number state between JavaScript and the private API.
2953
2954 Fixed performance bug causing GCs when generating stack traces on
2955 code from very large scripts.
2956
2957 Fixed bug in parser that allowed (foo):42 as a labelled statement
2958 (issue 918).
2959
2960 Provide more accurate results about used heap size via
2961 GetHeapStatistics.
2962
2963 Allow build-time customization of the max semispace size.
2964
2965 Made String.prototype.split honor limit when separator is empty
2966 (issue 929).
2967
2968 Added missing failure check after expecting an identifier in
2969 preparser (Chromium issue 62639).
2970
2971
ager@chromium.org01fe7df2010-11-10 11:59:11 +000029722010-11-10: Version 2.5.6
2973
2974 Added support for VFP rounding modes to the ARM simulator.
2975
2976 Fixed multiplication overflow bug (issue 927).
2977
2978 Added a limit for the amount of executable memory (issue 925).
2979
2980
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000029812010-11-08: Version 2.5.5
2982
2983 Added more aggressive GC of external objects in near out-of-memory
2984 situations.
2985
2986 Fixed a bug that gave the incorrect result for String.split called
2987 on the empty string (issue 924).
2988
2989
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000029902010-11-03: Version 2.5.4
2991
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002992 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002993
2994
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000029952010-11-01: Version 2.5.3
2996
2997 Fixed a bug that prevents constants from overwriting function values
2998 in object literals (issue 907).
2999
3000 Fixed a bug with reporting of impossible nested calls of DOM functions
3001 (issue http://crbug.com/60753).
3002
3003
lrn@chromium.org303ada72010-10-27 09:33:13 +000030042010-10-27: Version 2.5.2
3005
3006 Improved sampler resolution on Linux.
3007
3008 Allowed forcing the use of a simulator from the build script
3009 independently of the host architecture.
3010
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003011 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003012
3013 Made windows-tick-processor respect D8_PATH.
3014
3015 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3016
3017
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000030182010-10-20: Version 2.5.1
3019
3020 Fixed bug causing spurious out of memory exceptions
3021 (issue http://crbug.com/54580).
3022
3023 Fixed compilation error on Solaris platform (issue 901).
3024
3025 Fixed error in strtod (string to floating point number conversion)
3026 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3027
3028 Adjusted randomized allocations of executable memory to have 64k
3029 granularity (issue http://crbug.com/56036).
3030
3031 Supported profiling using kernel perf_events on linux. Added ll_prof
3032 script to tools and --ll-prof flag to V8.
3033
3034
vegorov@chromium.org42841962010-10-18 11:18:59 +000030352010-10-18: Version 2.5.0
3036
3037 Fixed bug in cache handling of lastIndex on global regexps
3038 (issue http://crbug.com/58740).
3039
3040 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3041 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003042 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003043
3044 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3045
3046
30472010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003048
3049 Fixed a bug in the handling of conditional expressions in test
3050 contexts in compiler for top-level code.
3051
3052 Added "//@ sourceURL" information to the StackTrace API.
3053
3054 Exposed RegExp construction through the API.
3055
3056
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000030572010-10-04: Version 2.4.8
3058
3059 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3060 whole snapshot (issue 868).
3061
3062 Performance improvements on all platforms.
3063
3064
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000030652010-09-30: Version 2.4.7
3066
3067 Changed the command-line flag --max-new-space-size to be in kB and the
3068 flag --max-old-space-size to be in MB (previously they were in bytes).
3069
3070 Added Debug::CancelDebugBreak to the debugger API.
3071
3072 Fixed a bug in getters for negative numeric property names
3073 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3074
3075 Performance improvements on all platforms.
3076
3077
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000030782010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003079
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003080 Fixed assertion failure related to copy-on-write arrays (issue 876).
3081
3082 Fixed build failure of 64-bit V8 on Windows.
3083
3084 Fixed a bug in RegExp (issue http://crbug.com/52801).
3085
3086 Improved the profiler's coverage to cover more functions (issue 858).
3087
3088 Fixed error in shift operators on 64-bit V8
3089 (issue http://crbug.com/54521).
3090
3091
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000030922010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003093
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003094 Changed the RegExp benchmark to exercise the regexp engine on different
3095 inputs by scrambling the input strings.
3096
3097 Fixed a bug in keyed loads on strings.
3098
3099 Fixed a bug with loading global function prototypes.
3100
3101 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3102
3103 Performance improvements on all platforms.
3104
3105
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000031062010-09-15: Version 2.4.4
3107
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003108 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003109
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003110 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003111
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003112 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003113
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003114 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003115
3116
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000031172010-09-13: Version 2.4.3
3118
3119 Made Date.parse properly handle TZ offsets (issue 857).
3120
3121 Performance improvements on all platforms.
3122
3123
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000031242010-09-08: Version 2.4.2
3125
3126 Fixed GC crash bug.
3127
3128 Fixed stack corruption bug.
3129
3130 Fixed compilation for newer C++ compilers that found Operand(0)
3131 ambiguous.
3132
3133
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000031342010-09-06: Version 2.4.1
3135
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003136 Added the ability for an embedding application to receive a callback
3137 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3138 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003139
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003140 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003141
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003142 Fixed memory overrun crash bug triggered during V8's tick-based
3143 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003144
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003145 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003146
3147
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000031482010-09-01: Version 2.4.0
3149
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003150 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3151 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003152
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003153 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003154 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003155
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003156 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003157
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003158 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003159
3160
ricow@chromium.org65fae842010-08-25 15:26:24 +000031612010-08-25: Version 2.3.11
3162
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003163 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003164
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003165 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003166 VARIANT_FLAGS that allows specification of sets of flags with which
3167 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003168
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003169 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003170
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003171 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003172
3173
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000031742010-08-23: Version 2.3.10
3175
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003176 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003177
3178 Build fixes for unusual compilers.
3179
3180 Track high water mark for RWX memory.
3181
3182 Performance improvements on all platforms.
3183
3184
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000031852010-08-18: Version 2.3.9
3186
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003187 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003188
3189 Removed specialized handling of GCC 4.4 (issue 830).
3190
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003191 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003192 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3193
ricow@chromium.org65fae842010-08-25 15:26:24 +00003194 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003195
3196
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000031972010-08-16: Version 2.3.8
3198
3199 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3200
3201 Fixed issue with incorrect handling of custom valueOf methods on
3202 string wrappers (issue 760).
3203
3204 Fixed compilation for ARMv4 (issue 590).
3205
3206 Improved performance.
3207
3208
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000032092010-08-11: Version 2.3.7
3210
3211 Reduced size of heap snapshots produced by heap profiler (issue 783).
3212
3213 Introduced v8::Value::IsRegExp method.
3214
3215 Fixed CPU profiler crash in start / stop sequence when non-existent
3216 name is passed (issue http://crbug.com/51594).
3217
3218 Introduced new indexed property query callbacks API (issue 816). This
3219 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3220 by default.
3221
3222 Removed support for object literal get/set with number/string
3223 property name.
3224
3225 Fixed handling of JSObject::elements in CalculateNetworkSize
3226 (issue 822).
3227
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003228 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003229
3230
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000032312010-08-09: Version 2.3.6
3232
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003233 RegExp literals create a new object every time they are evaluated
3234 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003235
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003236 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003237
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003238 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003239
3240
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000032412010-08-04: Version 2.3.5
3242
3243 Added support for ES5 property names. Object initialisers and
3244 dot-notation property access now allows keywords. Also allowed
3245 non-identifiers after "get" or "set" in an object initialiser.
3246
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003247 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003248
3249
whesse@chromium.orge90029b2010-08-02 11:52:17 +000032502010-08-02: Version 2.3.4
3251
3252 Fixed problems in implementation of ES5 function.prototype.bind.
3253
3254 Fixed error when using apply with arguments object on ARM (issue 784).
3255
3256 Added setting of global flags to debugger protocol.
3257
3258 Fixed an error affecting cached results of sin and cos (issue 792).
3259
3260 Removed memory leak from a boundary case where V8 is not initialized.
3261
3262 Fixed issue where debugger could set breakpoints outside the body
3263 of a function.
3264
3265 Fixed issue in debugger when using both live edit and step in features.
3266
3267 Added Number-letter (Nl) category to Unicode tables. These characters
3268 can now be used in identifiers.
3269
3270 Fixed an assert failure on X64 (issue 806).
3271
3272 Performance improvements on all platforms.
3273
3274
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000032752010-07-26: Version 2.3.3
3276
3277 Fixed error when building the d8 shell in a fresh checkout.
3278
3279 Implemented Function.prototype.bind (ES5 15.3.4.5).
3280
3281 Fixed an error in inlined stores on ia32.
3282
3283 Fixed an error when setting a breakpoint at the end of a function
3284 that does not end with a newline character.
3285
3286 Performance improvements on all platforms.
3287
3288
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000032892010-07-21: Version 2.3.2
3290
3291 Fixed compiler warnings when building with LLVM.
3292
3293 Fixed a bug with for-in applied to strings (issue 785).
3294
3295 Performance improvements on all platforms.
3296
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003297
ricow@chromium.org4980dff2010-07-19 08:33:45 +000032982010-07-19: Version 2.3.1
3299
3300 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3301
3302 Fixed bug related to code flushing while compiling a lazy
3303 compilable function (issue http://crbug.com/49099).
3304
3305 Performance improvements on all platforms.
3306
3307
ager@chromium.orgb5737492010-07-15 09:29:43 +000033082010-07-15: Version 2.3.0
3309
3310 Added ES5 Object.seal and Object.isSealed.
3311
3312 Added debugger API for scheduling debugger commands from a
3313 separate thread.
3314
3315
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000033162010-07-14: Version 2.2.24
3317
3318 Added API for capturing stack traces for uncaught exceptions.
3319
3320 Fixed crash bug when preparsing from a non-external V8 string
3321 (issue 775).
3322
3323 Fixed JSON.parse bug causing input not to be converted to string
3324 (issue 764).
3325
3326 Added ES5 Object.freeze and Object.isFrozen.
3327
3328 Performance improvements on all platforms.
3329
3330
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000033312010-07-07: Version 2.2.23
3332
3333 API change: Convert Unicode code points outside the basic multilingual
3334 plane to the replacement character. Previous behavior was to silently
3335 truncate the value to 16 bits.
3336
3337 Fixed crash: handle all flat string types in regexp replace.
3338
3339 Prevent invalid pre-parsing data passed in through the API from
3340 crashing V8.
3341
3342 Performance improvements on all platforms.
3343
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003344
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000033452010-07-05: Version 2.2.22
3346
3347 Added ES5 Object.isExtensible and Object.preventExtensions.
3348
3349 Enabled building V8 as a DLL.
3350
3351 Fixed a bug in date code where -0 was not interpreted as 0
3352 (issue 736).
3353
3354 Performance improvements on all platforms.
3355
3356
lrn@chromium.org32d961d2010-06-30 09:09:34 +000033572010-06-30: Version 2.2.21
3358
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003359 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003360
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003361 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003362
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003363 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003364
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003365 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003366
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003367 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003368
3369 Provide actual breakpoints locations in response to setBreakpoint
3370 and listBreakpoints requests.
3371
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003372
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000033732010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003374
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003375 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003376
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003377 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003378
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003379 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003380
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003381 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003382 miscalculated for some inputs.
3383
3384 Performance improvements on all platforms.
3385
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003386
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000033872010-06-23: Version 2.2.19
3388
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003389 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003390 (issue 738).
3391
3392 Added expose-externalize-string flag for testing extensions.
3393
3394 Resolve linker issues with using V8 as a DLL causing a number of
3395 problems with unresolved symbols.
3396
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003397 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003398 defined.
3399
3400 Performance improvements on all platforms.
3401
3402
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000034032010-06-16: Version 2.2.18
3404
3405 Added API functions to retrieve information on indexed properties
3406 managed by the embedding layer. Fixes bug 737.
3407
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003408 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003409
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003410 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003411
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003412 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003413
3414 Incremental performance improvements.
3415
3416
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000034172010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003418
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003419 Improved debugger support for stepping out of functions.
3420
3421 Incremental performance improvements.
3422
3423
34242010-06-09: Version 2.2.16
3425
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003426 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003427 disposal of external string resources to call a virtual Dispose
3428 method on the resource.
3429
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003430 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003431 stepping.
3432
3433 Memory usage improvements on all platforms.
3434
3435
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000034362010-06-07: Version 2.2.15
3437
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003438 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003439
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003440 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003441 some compilers complaint when compiling with -Werror.
3442
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003443 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003444
3445
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000034462010-06-02: Version 2.2.14
3447
3448 Fixed a crash in code generated for String.charCodeAt.
3449
3450 Fixed a compilation issue with some GCC versions (issue 727).
3451
3452 Performance optimizations on x64 and ARM platforms.
3453
3454
ricow@chromium.org30ce4112010-05-31 10:38:25 +000034552010-05-31: Version 2.2.13
3456
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003457 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003458 strings (issue 599).
3459
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003460 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003461
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003462 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003463
3464 Performance improvements on all platforms.
3465
3466
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000034672010-05-26: Version 2.2.12
3468
3469 Allowed accessors to be defined on objects rather than just object
3470 templates.
3471
3472 Changed the ScriptData API.
3473
3474
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000034752010-05-21: Version 2.2.11
3476
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003477 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003478
3479 Use 'full compiler' when debugging is active. This should increase
3480 the density of possible break points, making single step more fine
3481 grained. This will only take effect for functions compiled after
3482 debugging has been started, so recompilation of all functions is
3483 required to get the full effect. IA32 and x64 only for now.
3484
3485 Misc. fixes to the Solaris build.
3486
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003487 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003488
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003489 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003490
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003491 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003492
3493 Incremental performance improvements in all backends.
3494
3495
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000034962010-05-17: Version 2.2.10
3497
3498 Performance improvements in the x64 and ARM backends.
3499
3500
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000035012010-05-10: Version 2.2.9
3502
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003503 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003504
3505 Fixed bug with Date.parse returning a non-NaN value when called on a
3506 non date string (issue 696).
3507
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003508 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003509 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003510
3511 C++ API for retrieving JavaScript stack trace information.
3512
3513
ager@chromium.orgac091b72010-05-05 07:34:42 +000035142010-05-05: Version 2.2.8
3515
3516 Performance improvements in the x64 and ARM backends.
3517
3518
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000035192010-05-03: Version 2.2.7
3520
3521 Added support for ES5 date time string format to Date.parse.
3522
3523 Performance improvements in the x64 backend.
3524
3525
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000035262010-04-28: Version 2.2.6
3527
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003528 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003529 (by Ryan Dahl <coldredlemur@gmail.com>).
3530
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003531 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003532
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003533 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003534
3535 Performance improvements on all platforms.
3536
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003537
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000035382010-04-26: Version 2.2.5
3539
3540 Various performance improvements (especially for ARM and x64)
3541
3542 Fixed bug in CPU profiling (http://crbug.com/42137)
3543
3544 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003545
3546 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003547 wrong calculations.
3548
3549 Fixed a bug that may cause a wrong result for shift operations.
3550
3551
35522010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003553
3554 Fixed warnings on arm on newer GCC versions.
3555
3556 Fixed a number of minor bugs.
3557
3558 Performance improvements on all platforms.
3559
3560
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000035612010-04-14: Version 2.2.3
3562
3563 Added stack command and mem command to ARM simulator debugger.
3564
3565 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3566
3567 Performance improvements on all platforms.
3568
3569
ager@chromium.org357bf652010-04-12 11:30:10 +000035702010-04-12: Version 2.2.2
3571
3572 Introduced new profiler API.
3573
3574 Fixed random number generator to produce full 32 random bits.
3575
3576
lrn@chromium.org25156de2010-04-06 13:10:27 +000035772010-04-06: Version 2.2.1
3578
3579 Debugger improvements.
3580
3581 Fixed minor bugs.
3582
3583
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000035842010-03-29: Version 2.2.0
3585
3586 Fixed a few minor bugs.
3587
3588 Performance improvements for string operations.
3589
3590
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000035912010-03-26: Version 2.1.10
3592
3593 Fixed scons build issues.
3594
3595 Fixed a couple of minor bugs.
3596
3597
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000035982010-03-25: Version 2.1.9
3599
3600 Added API support for reattaching a global object to a context.
3601
3602 Extended debugger API with access to the internal debugger context.
3603
3604 Fixed Chromium crashes (issues http://crbug.com/39128 and
3605 http://crbug.com/39160)
3606
3607
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000036082010-03-24: Version 2.1.8
3609
3610 Added fine-grained garbage collection callbacks to the API.
3611
3612 Performance improvements on all platforms.
3613
3614
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000036152010-03-22: Version 2.1.7
3616
3617 Fixed issue 650.
3618
3619 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003620
3621 Performance improvements for arithmetic operations.
3622
3623 Performance improvements for string operations.
3624
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003625 Print script name and line number information in stack trace.
3626
3627
36282010-03-17: Version 2.1.6
3629
3630 Performance improvements for arithmetic operations.
3631
3632 Performance improvements for string operations.
3633
3634
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000036352010-03-10: Version 2.1.4
3636
3637 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3638
3639 Performance improvements on all platforms.
3640
3641
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000036422010-03-10: Version 2.1.3
3643
3644 Added API method for context-disposal notifications.
3645
3646 Added API method for accessing elements by integer index.
3647
3648 Added missing implementation of Uint32::Value and Value::IsUint32
3649 API methods.
3650
3651 Added IsExecutionTerminating API method.
3652
3653 Disabled strict aliasing for GCC 4.4.
3654
3655 Fixed string-concatenation bug (issue 636).
3656
3657 Performance improvements on all platforms.
3658
3659
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000036602010-02-23: Version 2.1.2
3661
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003662 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003663
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003664 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003665
3666 Performance improvements on all platforms.
3667
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003668
ager@chromium.org5c838252010-02-19 08:53:10 +000036692010-02-19: Version 2.1.1
3670
3671 [ES5] Implemented Object.defineProperty.
3672
3673 Improved profiler support.
3674
3675 Added SetPrototype method in the public V8 API.
3676
3677 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3678 objects in the API.
3679
3680 Performance improvements on all platforms.
3681
3682
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000036832010-02-03: Version 2.1.0
3684
3685 Values are now always wrapped in objects when used as a receiver.
3686 (issue 223).
3687
3688 [ES5] Implemented Object.getOwnPropertyNames.
3689
3690 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3691 JSON grammar.
3692
3693 Improvement of debugger agent (issue 549 and 554).
3694
3695 Fixed problem with skipped stack frame in profiles (issue 553).
3696
3697 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3698 <ry@tinyclouds.org>.
3699
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003700 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003701 integers.
3702
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003703 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003704 functions (isue http://crbug.com/3867).
3705
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003706 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003707
3708 Numerous performance improvements including porting of previous IA-32
3709 optimizations to x64 and ARM architectures.
3710
3711
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000037122010-01-14: Version 2.0.6
3713
3714 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3715 GetOwnProperty, FromPropertyDescriptor.
3716
3717 Fixed Mac x64 build errors.
3718
3719 Improved performance of some math and string operations.
3720
3721 Improved performance of some regexp operations.
3722
3723 Improved performance of context creation.
3724
3725 Improved performance of hash tables.
3726
3727
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000037282009-12-18: Version 2.0.5
3729
3730 Extended to upper limit of map space to allow for 7 times as many map
3731 to be allocated (issue 524).
3732
3733 Improved performance of code using closures.
3734
3735 Improved performance of some binary operations involving doubles.
3736
3737
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000037382009-12-16: Version 2.0.4
3739
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003740 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003741
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003742 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003743
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003744 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003745
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003746 Improved handling of external strings by using a separate table
3747 instead of weak handles. This improves garbage collection
3748 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003749
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003750 Changed code generation for object and array literals in toplevel
3751 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003752
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003753 Fixed a crash bug triggered when garbage collection happened during
3754 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003755
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003756 Fixed crash bug sometimes triggered when local variables shadowed
3757 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003758
3759
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000037602009-12-03: Version 2.0.3
3761
3762 Optimized handling and adding of strings, for-in and Array.join.
3763
3764 Heap serialization is now non-destructive.
3765
3766 Improved profiler support with information on time spend in C++
3767 callbacks registered through the API.
3768
3769 Added commands to the debugger protocol for starting/stopping
3770 profiling.
3771
3772 Enabled the non-optimizing compiler for top-level code.
3773
3774 Changed the API to only allow strings to be set as data objects on
3775 Contexts and scripts to avoid potentially keeping global objects
3776 around for too long (issue 528).
3777
3778 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3779
3780 Fixed bugs.
3781
3782
ager@chromium.org01beca72009-11-24 14:29:16 +000037832009-11-24: Version 2.0.2
3784
3785 Improved profiler support.
3786
3787 Fixed bug that broke compilation of d8 with readline support.
3788
3789
ager@chromium.org6141cbe2009-11-20 12:14:52 +000037902009-11-20: Version 2.0.1
3791
3792 Fixed crash bug in String.prototype.replace.
3793
3794 Reverted a change which caused Chromium interactive ui test
3795 failures.
3796
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003797
ager@chromium.orgc4c92722009-11-18 14:12:51 +000037982009-11-18: Version 2.0.0
3799
3800 Added support for VFP on ARM.
3801
3802 Added TryCatch::ReThrow method to the API.
3803
3804 Reduced the size of snapshots and improved the snapshot load time.
3805
3806 Improved heap profiler support.
3807
3808 64-bit version now supported on Windows.
3809
3810 Fixed a number of debugger issues.
3811
3812 Fixed bugs.
3813
3814
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000038152009-10-29: Version 1.3.18
3816
3817 Reverted a change which caused crashes in RegExp replace.
3818
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003819 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003820
3821
ager@chromium.org3811b432009-10-28 14:53:37 +000038222009-10-28: Version 1.3.17
3823
3824 Added API method to get simple heap statistics.
3825
3826 Improved heap profiler support.
3827
3828 Fixed the implementation of the resource constraint API so it
3829 works when using snapshots.
3830
3831 Fixed a number of issues in the Windows 64-bit version.
3832
3833 Optimized calls to API getters.
3834
3835 Added valgrind notification on code modification to the 64-bit version.
3836
3837 Fixed issue where we logged shared library addresses on Windows at
3838 startup and never used them.
3839
3840
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000038412009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003842
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003843 X64: Convert smis to holding 32 bits of payload.
3844
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003845 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003846
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003847 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003848
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003849 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003850 Patch by Jan de Mooij <jandemooij@gmail.com>
3851
3852 Implement ES5 Array.isArray
3853 Patch by Jan de Mooij <jandemooij@gmail.com>
3854
3855 Skip access checks for hidden properties.
3856
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003857 Added String::Concat(Handle<String> left, Handle<String> right) to the
3858 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003859
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003860 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003861
3862
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000038632009-10-07: Version 1.3.15
3864
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003865 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003866
3867 Fixed a crash bug happening when starting profiling (issue
3868 http://crbug.com/23768).
3869
3870
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000038712009-10-07: Version 1.3.14
3872
3873 Added GetRealNamedProperty to the API to lookup real properties
3874 located on the object or in the prototype chain skipping any
3875 interceptors.
3876
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003877 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003878 stack limit now needs to be set to each thread thich is used with V8.
3879
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003880 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003881
3882 Ensure V8 is initialized before locking and unlocking threads.
3883
3884 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003885 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003886 Crockford from the project.
3887
3888 Added a missing optimization in StringCharAt.
3889
3890 Fixed some flaky socket tests.
3891
3892 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3893 in 64-bit mode.
3894
3895 Fixed memory leaks in the thread management code.
3896
3897 Fixed the result of assignment to a pixel array. The assigned value
3898 is now the result.
3899
3900 Error reporting for invalid left-hand sides in for-in statements, pre-
3901 and postfix count expressions, and assignments now matches the JSC
3902 behavior in Safari 4.
3903
3904 Follow the spec in disallowing function declarations without a name.
3905
3906 Always allocate code objects within a 2 GB range. On x64 architecture
3907 this is used to use near calls (32-bit displacement) in Code objects.
3908
3909 Optimized array construction ported to x64 and ARM architectures.
3910
3911 [ES5] Changed Object.keys to return strings for element indices.
3912
3913
ager@chromium.org68e7ab72009-09-23 09:40:39 +000039142009-09-23: Version 1.3.13
3915
3916 Fixed uninitialized memory problem.
3917
3918 Improved heap profiler support.
3919
3920
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000039212009-09-22: Version 1.3.12
3922
3923 Changed behavior of |function|.toString() on built-in functions to
3924 be compatible with other implementations. Patch by Jan de Mooij.
3925
3926 Added Object::IsDirty in the API.
3927
3928 Optimized array construction; it is now handled purely in native
3929 code.
3930
3931 [ES5] Made properties of the arguments array enumerable.
3932
3933 [ES5] Added test suite adapter for the es5conform test suite.
3934
3935 [ES5] Added Object.keys function.
3936
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003937
ager@chromium.org4af710e2009-09-15 12:20:11 +000039382009-09-15: Version 1.3.11
3939
3940 Fixed crash in error reporting during bootstrapping.
3941
3942 Optimized generated IA32 math code by using SSE2 instructions when
3943 available.
3944
3945 Implemented missing pieces of debugger infrastructure on ARM. The
3946 debugger is now fully functional on ARM.
3947
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003948 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003949
3950
ager@chromium.orga1645e22009-09-09 19:27:10 +000039512009-09-09: Version 1.3.10
3952
3953 Fixed profiler on Mac in 64-bit mode.
3954
3955 Optimized creation of objects from simple constructor functions on
3956 ARM.
3957
3958 Fixed a number of debugger issues.
3959
3960 Reduced the amount of memory consumed by V8.
3961
3962
ager@chromium.org18ad94b2009-09-02 08:22:29 +000039632009-09-02: Version 1.3.9
3964
3965 Optimized stack guard checks on ARM.
3966
3967 Optimized API operations by inlining more in the API.
3968
3969 Optimized creation of objects from simple constructor functions.
3970
3971 Enabled a number of missing optimizations in the 64-bit port.
3972
3973 Implemented native-code support for regular expressions on ARM.
3974
3975 Stopped using the 'sahf' instruction on 64-bit machines that do
3976 not support it.
3977
3978 Fixed a bug in the support for forceful termination of JavaScript
3979 execution.
3980
3981
ager@chromium.org96c75b52009-08-26 09:13:16 +000039822009-08-26: Version 1.3.8
3983
3984 Changed the handling of idle notifications to allow idle
3985 notifications when V8 has not yet been initialized.
3986
3987 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003988
ager@chromium.org96c75b52009-08-26 09:13:16 +00003989
ager@chromium.orgab99eea2009-08-25 07:05:41 +000039902009-08-25: Version 1.3.7
3991
3992 Reduced the size of generated code on ARM platforms by reducing
3993 the size of constant pools.
3994
3995 Changed build files to not include the 'ENV' user environment
3996 variable in the build environment.
3997
3998 Changed the handling of idle notifications.
3999
4000
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000040012009-08-21: Version 1.3.6
4002
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004003 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004004
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004005 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004006 a low memory situation to V8.
4007
4008 Changed the handling of global handles (persistent handles in the API
4009 sense) to avoid issues regarding allocation of new global handles
4010 during weak handle callbacks.
4011
4012 Changed the growth policy of the young space.
4013
4014 Fixed a GC issue introduced in version 1.3.5.
4015
4016
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000040172009-08-19: Version 1.3.5
4018
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004019 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004020
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004021 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004022
4023 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4024
4025 Changed typeof RegExp from 'object' to 'function' for compatibility.
4026 Fixed bug where regexps were not callable across contexts.
4027
4028 Added context independent script compilation to the API.
4029
4030 Added API call to get the stack trace for an exception.
4031
4032 Added API for getting object mirrors.
4033
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004034 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004035 running off a snapshot generated without using SSE3 instructions.
4036
4037 Tweaked the handling of the initial size and growth policy of the heap.
4038
4039 Added native code generation for RegExp to 64-bit version.
4040
4041 Added JavaScript debugger support to 64-bit version.
4042
4043
ager@chromium.orgadd848f2009-08-13 12:44:13 +000040442009-08-13: Version 1.3.4
4045
4046 Added a readline() command to the d8 shell.
4047
4048 Fixed bug in json parsing.
4049
4050 Added idle notification to the API and reduced memory on idle
4051 notifications.
4052
4053
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000040542009-08-12: Version 1.3.3
4055
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004056 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004057
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004058 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004059
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004060 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004061
4062 API: added function to find instance of template in prototype
4063 chain. Inlined Object::IsInstanceOf.
4064
4065 Land change to notify valgrind when we modify code on x86.
4066
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004067 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004068
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004069 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004070
4071
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000040722009-08-05: Version 1.3.2
4073
4074 Started new compiler infrastructure for two-pass compilation using a
4075 control flow graph constructed from the AST.
4076
4077 Profiler stack sampling for X64.
4078
4079 Safe handling of NaN to Posix platform-dependent time functions.
4080
4081 Added a new profiler control API to unify controlling various aspects
4082 of profiling.
4083
4084 Fixed issue 392.
4085
4086
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000040872009-07-30: Version 1.3.1
4088
4089 Speed improvements to accessors and interceptors.
4090
4091 Added support for capturing stack information on custom errors.
4092
4093 Added support for morphing an object into a pixel array where its
4094 indexed properties are stored in an external byte array. Values written
4095 are always clamped to the 0..255 interval.
4096
4097 Profiler on x64 now handles C/C++ functions from shared libraries.
4098
4099 Changed the debugger to avoid stepping into function.call/apply if the
4100 function is a built-in.
4101
4102 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004103
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004104 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004105
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004106 Optimized the called as constructor check for API calls.
4107
4108
kasperl@chromium.orge959c182009-07-27 08:59:04 +000041092009-07-27: Version 1.3.0
4110
4111 Allowed RegExp objects to be called as functions (issue 132).
4112
4113 Fixed issue where global property cells would escape after
4114 detaching the global object; see http://crbug.com/16276.
4115
4116 Added support for stepping into setters and getters in the
4117 debugger.
4118
4119 Changed the debugger to avoid stopping in its own JavaScript code
4120 and in the code of built-in functions.
4121
4122 Fixed issue 345 by avoiding duplicate escaping labels.
4123
4124 Fixed ARM code generator crash in short-circuited boolean
4125 expressions and added regression tests.
4126
4127 Added an external allocation limit to avoid issues where small V8
4128 objects would hold on to large amounts of external memory without
4129 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004130
4131 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004132
4133
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000041342009-07-13: Version 1.2.14
4135
4136 Added separate paged heap space for global property cells and
4137 avoid updating the write barrier when storing into them.
4138
4139 Improved peep-hole optimization on ARM platforms by not emitting
4140 unnecessary debug information.
4141
4142 Re-enabled ICs for loads and calls that skip a global object
4143 during lookup through the prototype chain.
4144
4145 Allowed access through global proxies to use ICs.
4146
4147 Fixed issue 401.
4148
4149
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000041502009-07-09: Version 1.2.13
4151
4152 Fixed issue 397, issue 398, and issue 399.
4153
4154 Added support for breakpoint groups.
4155
4156 Fixed bugs introduced with the new global object representation.
4157
4158 Fixed a few bugs in the ARM code generator.
4159
4160
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000041612009-07-06: Version 1.2.12
4162
4163 Added stack traces collection to Error objects accessible through
4164 the e.stack property.
4165
4166 Changed RegExp parser to use a recursive data structure instead of
4167 stack-based recursion.
4168
4169 Optimized Date object construction and string concatenation.
4170
4171 Improved performance of div, mod, and mul on ARM platforms.
4172
4173
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000041742009-07-02: Version 1.2.11
4175
4176 Improved performance on IA-32 and ARM.
4177
4178 Fixed profiler sampler implementation on Mac OS X.
4179
4180 Changed the representation of global objects to improve
4181 performance of adding a lot of new properties.
4182
4183
ager@chromium.org3e875802009-06-29 08:26:34 +000041842009-06-29: Version 1.2.10
4185
4186 Improved debugger support.
4187
4188 Fixed bug in exception message reporting (issue 390).
4189
4190 Improved overall performance.
4191
4192
ager@chromium.org5aa501c2009-06-23 07:57:28 +000041932009-06-23: Version 1.2.9
4194
4195 Improved math performance on ARM.
4196
4197 Fixed profiler name-inference bug.
4198
4199 Fixed handling of shared libraries in the profiler tick processor
4200 scripts.
4201
4202 Fixed handling of tests that time out in the test scripts.
4203
4204 Fixed compilation on MacOS X version 10.4.
4205
4206 Fixed two bugs in the regular expression engine.
4207
4208 Fixed a bug in the string type inference.
4209
4210 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004211
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004212 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004213
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004214
ager@chromium.orgeadaf222009-06-16 09:43:10 +000042152009-06-16: Version 1.2.8
4216
4217 Optimized math on ARM platforms.
4218
4219 Fixed two crash bugs in the handling of getters and setters.
4220
4221 Improved the debugger support by adding scope chain information.
4222
4223 Improved the profiler support by compressing log data transmitted
4224 to clients.
4225
4226 Improved overall performance.
4227
4228
ager@chromium.orge2902be2009-06-08 12:21:35 +000042292009-06-08: Version 1.2.7
4230
4231 Improved debugger and profiler support.
4232
4233 Reduced compilation time by improving the handling of deferred
4234 code.
4235
4236 Optimized interceptor accesses where the property is on the object
4237 on which the interceptors is attached.
4238
4239 Fixed compilation problem on GCC 4.4 by changing the stack
4240 alignment to 16 bytes.
4241
4242 Fixed handle creation to follow stric aliasing rules.
4243
4244 Fixed compilation on FreeBSD.
4245
4246 Introduced API for forcing the deletion of a property ignoring
4247 interceptors and attributes.
4248
4249
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000042502009-05-29: Version 1.2.6
4251
4252 Added a histogram recording hit rates at different levels of the
4253 compilation cache.
4254
4255 Added stack overflow check for the RegExp analysis phase. Previously a
4256 very long regexp graph could overflow the stack with recursive calls.
4257
4258 Use a dynamic buffer when collecting log events in memory.
4259
4260 Added start/stop events to the profiler log.
4261
4262 Fixed infinite loop which could happen when setting a debug break while
4263 executing a RegExp compiled to native code.
4264
4265 Fixed handling of lastIndexOf called with negative index (issue 351).
4266
4267 Fixed irregular crash in profiler test (issue 358).
4268
4269 Fixed compilation issues with some versions of gcc.
4270
4271
kasperl@chromium.org71affb52009-05-26 05:44:31 +000042722009-05-26: Version 1.2.5
4273
4274 Fixed bug in initial boundary check for Boyer-Moore text
4275 search (issue 349).
4276
4277 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4278 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4279 Craig Schlenter.
4280
4281 Added a script cache to the debugger.
4282
4283 Optimized compilation performance by improving internal data
4284 structures and avoiding expensive property load optimizations for
4285 code that's infrequently executed.
4286
4287 Exposed the calling JavaScript context through the static API
4288 function Context::GetCalling().
4289
4290
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000042912009-05-18: Version 1.2.4
4292
4293 Improved performance of floating point number allocation for ARM
4294 platforms.
4295
4296 Fixed crash when using the instanceof operator on functions with
4297 number values in their prototype chain (issue 341).
4298
4299 Optimized virtual frame operations in the code generator to speed
4300 up compilation time and allocated the frames in the zone.
4301
4302 Made the representation of virtual frames and jump targets in the
4303 code generator much more compact.
4304
4305 Avoided linear search for non-locals in scope code when resolving
4306 variables inside with and eval scopes.
4307
4308 Optimized lexical scanner by dealing with whitespace as part of
4309 the token scanning instead of as a separate step before it.
4310
4311 Changed the scavenging collector so that promoted objects do not
4312 reside in the old generation while their remembered set is being
4313 swept for pointers into the young generation.
4314
4315 Fixed numeric overflow handling when compiling count operations.
4316
4317
ager@chromium.org9085a012009-05-11 19:22:57 +000043182009-05-11: Version 1.2.3
4319
4320 Fixed bug in reporting of out-of-memory situations.
4321
4322 Introduced hidden prototypes on certain builtin prototype objects
4323 such as String.prototype to emulate JSC's behavior of restoring
4324 the original function when deleting functions from those prototype
4325 objects.
4326
4327 Fixed crash bug in the register allocator.
4328
4329
ager@chromium.org5ec48922009-05-05 07:25:34 +000043302009-05-04: Version 1.2.2
4331
4332 Fixed bug in array sorting for sparse arrays (issue 326).
4333
4334 Added support for adding a soname when building a shared library
4335 on Linux (issue 151).
4336
4337 Fixed bug caused by morphing internal ASCII strings to external
4338 two-byte strings. Slices over ASCII strings have to forward ASCII
4339 checks to the underlying buffer string.
4340
4341 Allowed API call-as-function handlers to be called as
4342 constructors.
4343
4344 Fixed a crash bug where an external string was disposed but a
4345 slice of the external string survived as a symbol.
4346
4347
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000043482009-04-27: Version 1.2.1
4349
4350 Added EcmaScript 5 JSON object.
4351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004352 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004353
4354
ager@chromium.org65dad4b2009-04-23 08:48:43 +000043552009-04-23: Version 1.2.0
4356
4357 Optimized floating-point operations on ARM.
4358
4359 Added a number of extensions to the debugger API.
4360
4361 Changed the enumeration order for unsigned integer keys to always
4362 be numerical order.
4363
4364 Added a "read" extension to the shell sample.
4365
4366 Added support for Array.prototype.reduce and
4367 Array.prototype.reduceRight.
4368
4369 Added an option to the SCons build to control Microsoft Visual C++
4370 link-time code generation.
4371
4372 Fixed a number of bugs (in particular issue 315, issue 316,
4373 issue 317 and issue 318).
4374
4375
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000043762009-04-15: Version 1.1.10
4377
4378 Fixed crash bug that occurred when loading a const variable in the
4379 presence of eval.
4380
4381 Allowed using with and eval in registered extensions in debug mode
4382 by fixing bogus assert.
4383
4384 Fixed the source position for function returns to enable the
4385 debugger to break there.
4386
4387
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000043882009-04-14: Version 1.1.9
4389
4390 Made the stack traversal code in the profiler robust by avoiding
4391 to look into the heap.
4392
4393 Added name inferencing for anonymous functions to facilitate
4394 debugging and profiling.
4395
4396 Re-enabled stats timers in the developer shell (d8).
4397
4398 Fixed issue 303 by avoiding to shortcut cons-symbols.
4399
4400
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000044012009-04-11: Version 1.1.8
4402
4403 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4404
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004405 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004406 the debugger (issue 269).
4407
4408 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4409 are no hidden properties.
4410
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004411 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004412 entries with deleted resources would lead to NPEs when looking
4413 up in the symbol table.
4414
4415
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000044162009-04-07: Version 1.1.7
4417
4418 Added support for easily importing additional environment
4419 variables into the SCons build.
4420
4421 Optimized strict equality checks.
4422
4423 Fixed crash in indexed setters on objects without a corresponding
4424 getter (issue 298).
4425
4426 Re-enabled script compilation cache.
4427
4428
ager@chromium.org8682a592009-04-01 10:47:14 +000044292009-04-01: Version 1.1.6
4430
4431 Reverted an unsafe code generator change.
4432
4433
ager@chromium.org71daaf62009-04-01 07:22:49 +000044342009-04-01: Version 1.1.5
4435
4436 Fixed bug that caused function literals to not be optimized as
4437 much as other functions.
4438
4439 Improved profiler support.
4440
4441 Fixed a crash bug in connection with debugger unloading.
4442
4443 Fixed a crash bug in the code generator caused by losing the
4444 information that a frame element was copied.
4445
4446 Fixed an exception propagation bug that could cause non-null
4447 return values when exceptions were thrown.
4448
4449
ager@chromium.org41826e72009-03-30 13:30:57 +000044502009-03-30: Version 1.1.4
4451
4452 Optimized String.prototype.match.
4453
4454 Improved the stack information in profiles.
4455
4456 Fixed bug in ARM port making it possible to compile the runtime
4457 system for thumb mode again.
4458
4459 Implemented a number of optimizations in the code generator.
4460
4461 Fixed a number of memory leaks in tests.
4462
4463 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004464 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004465
4466
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000044672009-03-24: Version 1.1.3
4468
4469 Fixed assertion failures in compilation of loop conditions.
4470
4471 Removed STL dependency from developer shell (d8).
4472
4473 Added infrastructure for protecting the V8 heap from corruption
4474 caused by memory modifications from the outside.
4475
4476
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000044772009-03-24: Version 1.1.2
4478
4479 Improved frame merge code generated by the code generator.
4480
4481 Optimized String.prototype.replace.
4482
4483 Implemented __defineGetter__ and __defineSetter__ for properties
4484 with integer keys on non-array objects.
4485
4486 Improved debugger and profiler support.
4487
4488 Fixed a number of portability issues to allow compilation for
4489 smaller ARM devices.
4490
4491 Exposed object cloning through the API.
4492
4493 Implemented hidden properties. This is used to expose an identity
4494 hash for objects through the API.
4495
4496 Implemented restarting of regular expressions if their input
4497 string changes representation during preemption.
4498
4499 Fixed a code generator bug that could cause assignments in loops
4500 to be ignored if using continue to break out of the loop (issue
4501 284).
4502
4503
ager@chromium.org3a6061e2009-03-12 14:24:36 +000045042009-03-12: Version 1.1.1
4505
4506 Fixed an assertion in the new compiler to take stack overflow
4507 exceptions into account.
4508
4509 Removed exception propagation code that could cause crashes.
4510
4511 Fixed minor bug in debugger line number computations.
4512
4513 8-byte align the C stack on Linux and Windows to speed up floating
4514 point computations.
4515
4516
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000045172009-03-12: Version 1.1.0
4518
4519 Improved code generation infrastructure by doing simple register
4520 allocation and constant folding and propagation.
4521
4522 Optimized regular expression matching by avoiding to create
4523 intermediate string arrays and by flattening nested array
4524 representations of RegExp data.
4525
4526 Traverse a few stack frames when recording profiler samples to
4527 include partial call graphs in the profiling output.
4528
4529 Added support for using OProfile to profile generated code.
4530
4531 Added remote debugging support to the D8 developer shell.
4532
4533 Optimized creation of nested literals like JSON objects.
4534
4535 Fixed a bug in garbage collecting unused maps and turned it on by
4536 default (--collect-maps).
4537
4538 Added support for running tests under Valgrind.
4539
4540
kasperl@chromium.org061ef742009-02-27 12:16:20 +000045412009-02-27: Version 1.0.3
4542
4543 Optimized double-to-integer conversions in bit operations by using
4544 SSE3 instructions if available.
4545
4546 Optimized initialization sequences that store to multiple
4547 properties of the same object.
4548
4549 Changed the D8 debugger frontend to use JSON messages.
4550
4551 Force garbage collections when disposing contexts.
4552
4553 Align code objects at 32-byte boundaries.
4554
4555
ager@chromium.org381abbb2009-02-25 13:23:22 +000045562009-02-25: Version 1.0.2
4557
4558 Improved profiling support by performing simple call stack
4559 sampling for ticks and by fixing a bug in the logging of code
4560 addresses.
4561
4562 Fixed a number of debugger issues.
4563
4564 Optimized code that uses eval.
4565
4566 Fixed a couple of bugs in the regular expression engine.
4567
4568 Reduced the size of generated code for certain regular expressions.
4569
4570 Removed JSCRE completely.
4571
4572 Fixed issue where test could not be run if there was a dot in the
4573 checkout path.
4574
4575
ager@chromium.org6f10e412009-02-13 10:11:16 +000045762009-02-13: Version 1.0.1
4577
4578 Fixed two crash-bugs in irregexp (issue 231 and 233).
4579
4580 Fixed a number of minor bugs (issue 87, 227 and 228).
4581
4582 Added support for morphing strings to external strings on demand
4583 to avoid having to create copies in the embedding code.
4584
4585 Removed experimental support for external symbol callbacks.
4586
4587
iposva@chromium.org245aa852009-02-10 00:49:54 +000045882009-02-09: Version 1.0.0
4589
4590 Fixed crash-bug in the code generation for case independent 16 bit
4591 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004592
iposva@chromium.org245aa852009-02-10 00:49:54 +00004593 Made shells more robust in the presence of string conversion
4594 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004595
iposva@chromium.org245aa852009-02-10 00:49:54 +00004596 Fixed a potential infinite loop when attempting to resolve
4597 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004598
iposva@chromium.org245aa852009-02-10 00:49:54 +00004599 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004600
iposva@chromium.org245aa852009-02-10 00:49:54 +00004601 Reduced binary by stripping unneeded text from JavaScript library and
4602 minifying some JavaScript files.
4603
4604
ager@chromium.orgddb913d2009-01-27 10:01:48 +000046052009-01-27: Version 0.4.9
4606
4607 Enabled new regular expression engine.
4608
4609 Made a number of changes to the debugger protocol.
4610
4611 Fixed a number of bugs in the preemption support.
4612
4613 Added -p option to the developer shell to run files in parallel
4614 using preemption.
4615
4616 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4617 193, 198 and 201).
4618
4619 Fixed a number of bugs in the serialization/deserialization
4620 support for the ARM platform.
4621
4622
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000046232009-01-19: Version 0.4.8.1
4624
4625 Minor patch to debugger support.
4626
4627
ager@chromium.org32912102009-01-16 10:38:43 +000046282009-01-16: Version 0.4.8
4629
4630 Fixed string length bug on ARM (issue 171).
4631
4632 Made most methods in the API const.
4633
4634 Optimized object literals by improving data locality.
4635
4636 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004637 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004638
4639 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004640 eval to behave incorrectly when using accessors (issues 186, 190
4641 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004642
4643
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000046442009-01-06: Version 0.4.7
4645
ager@chromium.org32912102009-01-16 10:38:43 +00004646 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004647
ager@chromium.org32912102009-01-16 10:38:43 +00004648 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004649
ager@chromium.org32912102009-01-16 10:38:43 +00004650 Fixed subtle bug that caused the wrong 'this' to be used when
4651 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004652
ager@chromium.org32912102009-01-16 10:38:43 +00004653 Inline array loads within loops directly in the code instead of
4654 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004655
ager@chromium.org32912102009-01-16 10:38:43 +00004656
ager@chromium.org8bb60582008-12-11 12:02:20 +000046572008-12-11: Version 0.4.6
4658
4659 Fixed exception reporting bug where certain exceptions were
4660 incorrectly reported as uncaught.
4661
4662 Improved the memory allocation strategy used during compilation to
4663 make running out of memory when compiling huge scripts less
4664 likely.
4665
4666 Optimized String.replace by avoiding the construction of certain
4667 sub strings.
4668
4669 Fixed bug in code generation for large switch statements on ARM.
4670
4671 Fixed bug that caused V8 to change the global object template
4672 passed in by the user.
4673
4674 Changed the API for creating object groups used during garbage
4675 collection. Entire object groups are now passed to V8 instead of
4676 individual members of the groups.
4677
ager@chromium.org32912102009-01-16 10:38:43 +00004678
ager@chromium.orga74f0da2008-12-03 16:05:52 +000046792008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004680
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004681 Added experimental API support for allocating V8 symbols as
4682 external strings.
4683
4684 Fixed bugs in debugging support on ARM.
4685
4686 Changed eval implementation to correctly detect whether or not a
4687 call to eval is aliased.
4688
4689 Fixed bug caused by a combination of the compilation cache and
4690 dictionary probing in native code. The bug caused us to sometimes
4691 call functions that had not yet been compiled.
4692
4693 Added platform support for FreeBSD.
4694
4695 Added support for building V8 on Windows with either the shared or
4696 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004697
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004698 Added the v8::jscre namespace around the jscre functions to avoid
4699 link errors (duplicate symbols) when building Google Chrome.
4700
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004701 Added support for calling a JavaScript function with the current
4702 debugger execution context as its argument to the debugger
4703 interface.
4704
4705 Changed the type of names of counters from wchar_t to char.
4706
4707 Changed the Windows system call used to compute daylight savings
4708 time. The system call that we used to use became four times
4709 slower on WinXP SP3.
4710
4711 Added support in the d8 developer shell for memory-mapped counters
4712 and added a stats-viewer tool.
4713
4714 Fixed bug in upper/lower case mappings (issue 149).
4715
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004716
ager@chromium.org3bf7b912008-11-17 09:09:45 +000047172008-11-17: Version 0.4.4
4718
4719 Reduced code size by using shorter instruction encoding when
4720 possible.
4721
4722 Added a --help option to the shell sample and to the d8 shell.
4723
4724 Added visual studio project files for building the ARM simulator.
4725
4726 Fixed a number of ARM simulator issues.
4727
4728 Fixed bug in out-of-memory handling on ARM.
4729
4730 Implemented shell support for passing arguments to a script from
4731 the command line.
4732
4733 Fixed bug in date code that made certain date functions return -0
4734 instead of 0 for dates before the epoch.
4735
4736 Restricted applications of eval so it can only be used in the
4737 context of the associated global object.
4738
4739 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004740
4741
ager@chromium.org870a0b62008-11-04 11:43:05 +000047422008-11-04: Version 0.4.3
4743
4744 Added support for API accessors that prohibit overwriting by
4745 accessors defined in JavaScript code by using __defineGetter__ and
4746 __defineSetter__.
4747
4748 Improved handling of conditionals in test status files.
4749
4750 Introduced access control in propertyIsEnumerable.
4751
4752 Improved performance of some string operations by caching
4753 information about the type of the string between operations.
4754
4755 Fixed bug in fast-case code for switch statements that only have
4756 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004757
ager@chromium.org870a0b62008-11-04 11:43:05 +00004758
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000047592008-10-30: Version 0.4.2
4760
4761 Improved performance of Array.prototype.concat by moving the
4762 implementation to C++ (issue 123).
4763
4764 Fixed heap growth policy to avoid growing old space to its maximum
4765 capacity before doing a garbage collection and fixed issue that
4766 would lead to artificial out of memory situations (issue 129).
4767
4768 Fixed Date.prototype.toLocaleDateString to return the date in the
4769 same format as WebKit.
4770
4771 Added missing initialization checks to debugger API.
4772
4773 Added removing of unused maps during GC.
4774
4775
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000047762008-10-28: Version 0.4.1
4777
4778 Added caching of RegExp data in compilation cache.
4779
4780 Added Visual Studio project file for d8 shell.
4781
4782 Fixed function call performance regression introduced in version
4783 0.4.0 when splitting the global object in two parts (issue 120).
4784
4785 Fixed issue 131 by checking for empty handles before throwing and
4786 reporting exceptions.
4787
4788
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000047892008-10-23: Version 0.4.0
4790
4791 Split the global object into two parts: The state holding global
4792 object and the global object proxy.
4793
4794 Fixed bug that affected the value of an assignment to an element
4795 in certain cases (issue 116).
4796
4797 Added GetPropertyNames functionality (issue 33) and extra Date
4798 functions (issue 77) to the API.
4799
4800 Changed WeakReferenceCallback to take a Persistent<Value> instead
4801 of a Persistent<Object> (issue 101).
4802
4803 Fixed issues with message reporting for exceptions in try-finally
4804 blocks (issues 73 and 75).
4805
ager@chromium.org32912102009-01-16 10:38:43 +00004806 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004807
4808 Improved Boyer-Moore implementation for faster indexOf operations.
4809
4810 Added development shell (d8) which includes counters and
4811 completion support.
4812
4813 Fixed problem with the receiver passed to functions called from
4814 eval (issue 124).
4815
4816
ager@chromium.org7c537e22008-10-16 08:43:32 +000048172008-10-16: Version 0.3.5
4818
4819 Improved string hash-code distribution by excluding bit-field bits
4820 from the hash-code.
4821
4822 Changed string search algorithm used in indexOf from KMP to
4823 Boyer-Moore.
4824
4825 Improved the generated code for the instanceof operator.
4826
4827 Improved performance of slow-case string equality checks by
4828 specializing the code based on the string representation.
4829
4830 Improve the handling of out-of-memory situations (issue 70).
4831
4832 Improved performance of strict equality checks.
4833
4834 Improved profiler output to make it easier to see anonymous
4835 functions.
4836
4837 Improved performance of slow-case keyed loads.
4838
4839 Improved property access performance by allocating a number of
4840 properties in the front object.
4841
4842 Changed the toString behavior on the built-in object constructors
4843 to print [native code] instead of the actual source. Some web
4844 applications do not like constructors with complex toString
4845 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004846
ager@chromium.org7c537e22008-10-16 08:43:32 +00004847
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000048482008-10-06: Version 0.3.4
4849
4850 Changed Array.prototype.sort to use quick sort.
4851
4852 Fixed code generation issue where leaving a finally block with
4853 break or continue would accumulate elements on the expression
4854 stack (issue 86).
4855
4856 Made sure that the name accessor on functions returns the expected
4857 names for builtin JavaScript functions and C++ callback functions.
4858
4859 Added fast case code for extending the property storage array of
4860 JavaScript objects.
4861
4862 Ported switch statement optimizations introduced in version 0.3.3
4863 to the ARM code generator.
4864
4865 Allowed GCC to use strict-aliasing rules when compiling.
4866
4867 Improved performance of arguments object allocation by taking care
4868 of arguments adaptor frames in the generated code.
4869
4870 Updated the V8 benchmark suite to version 2.
4871
4872
ager@chromium.org236ad962008-09-25 09:45:57 +000048732008-09-25: Version 0.3.3
4874
4875 Improved handling of relocation information to enable more
4876 peep-hole optimizations.
4877
4878 Optimized switch statements where all labels are constant small
4879 integers.
4880
4881 Optimized String.prototype.indexOf for common cases.
4882
4883 Fixed more build issues (issue 80).
4884
4885 Fixed a couple of profiler issues.
4886
4887 Fixed bug where the body of a function created using the Function
4888 constructor was not allowed to end with a single-line comment
4889 (issue 85).
4890
4891 Improved handling of object literals by canonicalizing object
4892 literal maps. This will allow JSON objects with the same set of
4893 properties to share the same map making inline caching work better
4894 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004895
ager@chromium.org236ad962008-09-25 09:45:57 +00004896
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000048972008-09-17: Version 0.3.2
4898
4899 Generalized the EvalCache into a CompilationCache and enabled it
4900 for scripts too. The current strategy is to retire all entries
4901 whenever a mark-sweep collection is started.
4902
4903 Fixed bug where switch statements containing only a default case
4904 would lead to an unbalanced stack (issue 69).
4905
4906 Fixed bug that made access to the function in a named function
4907 expression impossible in certain situations (issue 24).
4908
4909 Fixed even more build issues.
4910
4911 Optimized calling conventions on ARM. The conventions on ARM and
4912 IA-32 now match.
4913
4914 Removed static initializers for flags and counters.
4915
4916 Improved inline caching behavior for uncommon cases where lazily
4917 loading Date and RegExp code could force certain code paths go
4918 megamorphic.
4919
4920 Removed arguments adaption for builtins written in C++. This
4921 makes Array.prototype.push and Array.prototype.pop slightly
4922 faster.
4923
4924
ager@chromium.org9258b6b2008-09-11 09:11:10 +000049252008-09-11: Version 0.3.1
4926
4927 Fixed a number of build issues.
4928
4929 Fixed problem with missing I-cache flusing on ARM.
4930
4931 Changed space layout in memory management by splitting up
4932 code space into old data space and code space.
4933
4934 Added utf-8 conversion support to the API (issue 57).
4935
4936 Optimized repeated calls to eval with the same strings. These
4937 repeated calls are common in web applications.
4938
4939 Added Xcode project file.
4940
4941 Optimized a couple of Array operation.
4942
4943 Fixed parser bug by checking for end-of-string when parsing break
4944 and continue (issue 35).
4945
4946 Fixed problem where asian characters were not categorized as
4947 letters.
4948
4949 Fixed bug that disallowed calling functions fetched from an array
4950 using a string as an array index (issue 32).
4951
4952 Fixed bug where the internal field count on object templates were
4953 sometimes ignored (issue 54).
4954
4955 Added -f option to the shell sample for compatibility with other
4956 engines (issue 18).
4957
4958 Added source info to TryCatches in the API.
4959
4960 Fixed problem where the seed for the random number generator was
4961 clipped in a double to unsigned int conversion.
4962
4963 Fixed bug where cons string symbols were sometimes converted to
4964 non-symbol flat strings during GC.
4965
4966 Fixed bug in error reporting when attempting to convert null to an
4967 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004968
4969
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000049702008-09-04: Version 0.3.0
4971
4972 Added support for running tests on the ARM simulator.
4973
4974 Fixed bug in the 'in' operator where negative indices were not
4975 treated correctly.
4976
4977 Fixed build issues on gcc-4.3.1.
4978
4979 Changed Date.prototype.toLocaleTimeString to not print the
4980 timezone part of the time.
4981
4982 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4983 with user code.
4984
4985
v8.team.kasperl727e9952008-09-02 14:56:44 +000049862008-09-02: Version 0.2.5
4987
4988 Renamed the top level directory 'public' to 'include'.
4989
4990 Added 'env' option to the SCons build scripts to support
4991 overriding the ENV part of the build environment. This is mostly
4992 to support Windows builds in cases where SCons cannot find the
4993 correct paths to the Windows SDK, as these paths cannot be passed
4994 through shell environment variables.
4995
4996 Enabled "Buffer Security Check" on for the Windows SCons build and
4997 added the linker option /OPT:ICF as an optimization.
4998
4999 Added the V8 benchmark suite to the repository.
5000
5001
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000050022008-09-01: Version 0.2.4
5003
5004 Included mjsunit JavaScript test suite and C++ unit tests.
5005
5006 Changed the shell sample to not print the result of executing a
5007 script provided on the command line.
5008
5009 Fixed issue when building samples on Windows using a shared V8
5010 library. Added visibility option on Linux build which makes the
5011 generated library 18% smaller.
5012
5013 Changed build system to accept multiple build modes in one build
5014 and generate separate objects, libraries and executables for each
5015 mode.
5016
5017 Removed deferred negation optimization (a * -b => -(a * b)) since
5018 this visibly changes operand conversion order.
5019
5020 Improved parsing performance by introducing stack guard in
5021 preparsing. Without a stack guard preparsing always bails out
5022 with stack overflow.
5023
5024 Changed shell sample to take flags directly from the command-line.
5025 Added API call that implements this.
5026
5027 Added load, quit and version functions to the shell sample so it's
5028 easier to run benchmarks and tests.
5029
5030 Fixed issue with building samples and cctests on 64-bit machines.
5031
5032 Fixed bug in the runtime system where the prototype chain was not
5033 always searched for a setter when setting a property that does not
5034 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005035
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005036
mads.s.agercbaa0602008-08-14 13:41:48 +000050372008-08-14: Version 0.2.3
5038
5039 Improved performance of garbage collection by moving the
5040 function that updates pointers during compacting collection
5041 into the updating visitor. This gives the compiler a better
5042 chance to inline and avoid a function call per (potential)
5043 pointer.
5044
5045 Extended the shell sample with a --runtime-flags option.
5046
5047 Added Visual Studio project files for the shell.cc and
5048 process.cc samples.
5049
5050
50512008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005052
5053 Improved performance of garbage collection by changing the way
5054 we use the marking stack in the event of stack overflow during
5055 full garbage collection and by changing the way we mark roots.
5056
5057 Cleaned up ARM version by removing top of stack caching and by
5058 introducing push/pop elimination.
5059
5060 Cleaned up the way runtime functions are called to allow
5061 runtime calls with no arguments.
5062
5063 Changed Windows build options to make sure that exceptions are
5064 disabled and that optimization flags are enabled.
5065
5066 Added first version of Visual Studio project files.
5067
5068
mads.s.agercbaa0602008-08-14 13:41:48 +000050692008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005070
5071 Improved performance of unary addition by avoiding runtime calls.
5072
5073 Fixed the handling of '>' and '<=' to use right-to-left conversion
5074 and left-to-right evaluation as specified by ECMA-262.
5075
5076 Fixed a branch elimination bug on the ARM platform where incorrect
5077 code was generated because of overly aggressive branch
5078 elimination.
5079
5080 Improved performance of code that repeatedly assigns the same
5081 function to the same property of different objects with the same
5082 map.
5083
5084 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5085 no longer expects DEBUG to be defined.
5086
5087 Added platform-nullos.cc to serve as the basis for new platform
5088 implementations.
5089
mads.s.ager31e71382008-08-13 09:32:07 +00005090
mads.s.agercbaa0602008-08-14 13:41:48 +000050912008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005092
5093 Changed all text files to have native svn:eol-style.
5094
5095 Added a few samples and support for building them. The samples
5096 include a simple shell that can be used to benchmark and test V8.
5097
5098 Changed V8::GetVersion to return the version as a string.
5099
5100 Added source for lazily loaded scripts to snapshots and made
5101 serialization non-destructive.
5102
5103 Improved ARM support by fixing the write barrier code to use
5104 aligned loads and stores and by removing premature locals
5105 optimization that relied on broken support for callee-saved
5106 registers (removed).
5107
5108 Refactored the code for marking live objects during garbage
5109 collection and the code for allocating objects in paged
5110 spaces. Introduced an abstraction for the map word of a heap-
5111 allocated object and changed the memory allocator to allocate
5112 executable memory only for spaces that may contain code objects.
5113
5114 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5115 they can be used by debugging and logging modules. Added
5116 thread-safe message queues for dealing with debugger events.
5117
5118 Fixed the source code reported by toString for certain builtin
5119 empty functions and made sure that the prototype property of a
5120 function is enumerable.
5121
5122 Improved performance of converting values to condition flags in
5123 generated code.
5124
5125 Merged disassembler-{arch} files.
5126
5127
mads.s.agercbaa0602008-08-14 13:41:48 +000051282008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005129
5130 Added support for storing JavaScript stack traces in a stack
5131 allocated buffer to make it visible in shallow core dumps.
5132 Controlled by the --preallocate-message-memory flag which is
5133 disabled by default.
5134
5135
mads.s.agercbaa0602008-08-14 13:41:48 +000051362008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005137
5138 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5139 map transitions would count as properties.
5140
5141 Allowed aliased eval invocations by treating them as evals in the
5142 global context. This may change in the future.
5143
5144 Added support for accessing the last entered context through the
5145 API and renamed Context::Current to Context::GetCurrent and
5146 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5147
5148 Fixed bug in the debugger that would cause the debugger scripts to
5149 be recursively loaded and changed all disabling of interrupts to
5150 be block-structured.
5151
5152 Made snapshot data read-only to allow it to be more easily shared
5153 across multiple users of V8 when linked as a shared library.
5154
5155
mads.s.agercbaa0602008-08-14 13:41:48 +000051562008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005157
5158 Fixed building on Mac OS X by recognizing i386 and friends as
5159 IA-32 platforms.
5160
5161 Added propagation of stack overflow exceptions that occur while
5162 compiling nested functions.
5163
5164 Improved debugger with support for recursive break points and
5165 handling of exceptions that occur in the debugger JavaScript code.
5166
5167 Renamed GetInternal to GetInternalField and SetInternal to
5168 SetInternalField in the API and moved InternalFieldCount and
5169 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5170
5171
mads.s.agercbaa0602008-08-14 13:41:48 +000051722008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005173
5174 Fixed bug in stack overflow check code for IA-32 targets where a
5175 non-tagged value in register eax was pushed to the stack.
5176
5177 Fixed potential quadratic behavior when converting strings to
5178 numbers.
5179
5180 Fixed bug where the return value from Object::SetProperty could
5181 end up being the property holder instead of the written value.
5182
5183 Improved debugger support by allowing nested break points and by
5184 dealing with stack-overflows when compiling functions before
5185 setting break points in them.
5186
5187
mads.s.agercbaa0602008-08-14 13:41:48 +000051882008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005189
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005190 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005191
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005192# Local Variables:
5193# mode:text
5194# End: