blob: 730514e43d1b36eef1e5055f25f7497637d6e8a2 [file] [log] [blame]
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +000012013-02-14: Version 3.17.1
2
3 Performance and stability improvements on all platforms.
4
5
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +000062013-02-13: Version 3.17.0
7
8 Enabled parallel sweeping.
9
10 Don't try to unlink instructions twice during GVN
11 (Chromium issue 175141)
12
13 Fixed code flusher disabling while marking incrementally.
14 (Chromium issue 173458, 168582)
15
16 Don't use TLS for space iterators.
17 (issue 2531)
18
19 Added new GetHeapStatistics API entry and deprecated old one.
20
21 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
22 platform-independent code.
23 (Chromium issue 173907)
24
25 Added --trace-array-abuse to help find OOB accesses.
26
27 Performance and stability improvements on all platforms.
28
29
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +0000302013-02-06: Version 3.16.14
31
32 Performance and stability improvements on all platforms.
33
34
danno@chromium.org94b0d6f2013-02-04 13:33:20 +0000352013-02-04: Version 3.16.13
36
37 Tagged stubs that rely on instance types as MEGAMORPHIC.
38 (Chromium issue 173974)
39
40 Fixed clearing of dead dependent codes and verifing of weak
41 embedded maps on full GC. (Chromium issue 172488,172489)
42
43 Made the arm port build cleanly with Clang.
44
45 Performance and stability improvements on all platforms.
46
47
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +0000482013-01-31: Version 3.16.12
49
50 Performance and stability improvements on all platforms.
51
52
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +0000532013-01-30: Version 3.16.11
54
55 Put making embedded maps in optimized code weak behind a flag.
56 (Chromium issue 172488,172489)
57
58 Performance and stability improvements on all platforms.
59
60
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000612013-01-25: Version 3.16.10
62
63 Avoid excessive memory usage during redundant phi elimination.
64 (issue 2510)
65
66 Fixed additional spec violations wrt RegExp.lastIndex.
67 (issue 2437)
68
69 Added Isolate parameter to Persistent class.
70 (issue 2487)
71
72 Performance and stability improvements on all platforms.
73
74
yangguo@chromium.org003650e2013-01-24 16:31:08 +0000752013-01-24: Version 3.16.9
76
77 Made embedded maps in optimized code weak.
78 (issue 2073)
79
80 Fixed corner case when JSFunction is evicted from flusher.
81 (Chromium issue 168801)
82
83 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
84 (Chromium issue 171641)
85
86 Performance and stability improvements on all platforms.
87
88
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +0000892013-01-23: Version 3.16.8
90
91 Correctly reset lastIndex in an RegExp object.
92 (Chromium issue 170856)
93
94 Added a workaround for Windows compilation problems related to V8EXPORT.
95 (issue 2507)
96
97 tools/run-tests.py: shlex.split() the value of --command-prefix
98 (Chromium issue 171553)
99
100 Fixed pattern detection for replacing shifts by rotation.
101 (Chromium issue 2499)
102
103 Performance and stability improvements on all platforms.
104
105
yangguo@chromium.org28381b42013-01-21 14:39:38 +00001062013-01-21: Version 3.16.7
107
108 Removed <(library) usage from v8.gyp.
109 (Chromium issue 111541)
110
111 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
112 (Chromium issue 169928)
113
114 Performance and stability improvements on all platforms.
115
116
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00001172013-01-18: Version 3.16.6
118
119 Made the Isolate parameter mandatory in Locker and Unlocker classes.
120 (issue 2487)
121
122 Avoid pointer underflow in CopyCharsUnsigned.
123 (issue 2493)
124
125 Generate shim headers when using system v8.
126 (Chromium issue 165264)
127
128 Fixed arguments materialization for inlined apply().
129 (issue 2489)
130
131 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
132 (Chromium issue 147497)
133
134 Added sanity check to CodeFlusher::AddCandidate.
135 (Chromium issue 169209)
136
137 Performance and stability improvements on all platforms.
138
139
1402013-01-15: Version 3.16.5
141
142 Removed deprecated functions from V8's external API.
143
144 Prepared API for WebKit use of Latin-1.
145
146 Fixed V8 issue 2486.
147
148 Fixed Chromium issue 169723.
149
150 Performance and stability improvements on all platforms.
151
152
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001532013-01-11: Version 3.16.4
154
155 Fixed Chromium issues 168545 and 169209.
156
157 Performance and stability improvements on all platforms.
158
159
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001602013-01-09: Version 3.16.3
161
162 Improved GC performance when moving parts of a FixedArray (issue 2452).
163
164 Enabled readline on d8 while building a shared lib (issue 1781).
165
166 Fixed missing exception check in typed array constructor
167 (Chromium issue 168545).
168
169 Check for read-only-ness when preparing for array sort (issue 2419).
170
171 Performance and stability improvements on all platforms.
172
173
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00001742013-01-04: Version 3.16.2
175
176 Added Makefile options to build for the Raspberry Pi (armv7=0,
177 arm_fpu=vfp2).
178
179 Performance and stability improvements on all platforms.
180
181
ulan@chromium.org4121f232012-12-27 15:57:11 +00001822012-12-27: Version 3.16.1
183
184 Fixed x64 MathMinMax for negative untagged int32 arguments.
185 (Chromium issue 164442)
186
187 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
188 (issue 2458)
189
190 Performance and stability improvements on all platforms.
191
192
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00001932012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000194
195 V8_Fatal now prints C++ stack trace in debug mode.
196
197 Added HTML-based tick processor.
198
199 Continued implementation of Object.observe (V8 issue 2409).
200
201 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
202
203 Fixed Chromium issues 125308, 165637, 166379, 166553.
204
205 Performance and stability improvements on all platforms.
206
207
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00002082012-12-10: Version 3.15.11
209
210 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
211 flags.
212
213 Performance and stability improvements on all platforms.
214
215
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00002162012-12-07: Version 3.15.10
217
218 Enabled optimisation of functions inside eval. (issue 2315)
219
220 Fixed spec violations in methods of Number.prototype. (issue 2443)
221
222 Added GCTracer metrics for a scavenger GC for DOM wrappers.
223
224 Performance and stability improvements on all platforms.
225
226
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00002272012-12-06: Version 3.15.9
228
229 Fixed candidate eviction in code flusher.
230 (Chromium issue 159140)
231
232 Iterate through all arguments for side effects in Math.min/max.
233 (issue 2444)
234
235 Fixed spec violations related to regexp.lastIndex
236 (issue 2437, issue 2438)
237
238 Performance and stability improvements on all platforms.
239
240
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002412012-12-04: Version 3.15.8
242
243 Enforced stack allocation of TryCatch blocks.
244 (issue 2166,chromium:152389)
245
246 Fixed external exceptions in external try-catch handlers.
247 (issue 2166)
248
249 Activated incremental code flushing by default.
250
251 Performance and stability improvements on all platforms.
252
253
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002542012-11-30: Version 3.15.7
255
256 Activated code aging by default.
257
258 Included more information in --prof log.
259
260 Removed eager sweeping for lazy swept spaces. Try to find in
261 SlowAllocateRaw a bounded number of times a big enough memory slot.
262 (issue 2194)
263
264 Performance and stability improvements on all platforms.
265
266
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002672012-11-26: Version 3.15.6
268
269 Ensure double arrays are filled with holes when extended from
270 variations of empty arrays. (Chromium issue 162085)
271
272 Performance and stability improvements on all platforms.
273
274
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00002752012-11-23: Version 3.15.5
276
277 Fixed JSON.stringify for objects with interceptor handlers.
278 (Chromium issue 161028)
279
280 Fixed corner case in x64 compare stubs. (issue 2416)
281
282 Performance and stability improvements on all platforms.
283
284
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00002852012-11-16: Version 3.15.4
286
287 Fixed Array.prototype.join evaluation order. (issue 2263)
288
289 Perform CPU sampling by CPU sampling thread only iff processing thread
290 is not running. (issue 2364)
291
292 When using an Object as a set in Object.getOwnPropertyNames, null out
293 the proto. (issue 2410)
294
295 Disabled EXTRA_CHECKS in Release build.
296
297 Heap explorer: Show representation of strings.
298
299 Removed 'type' and 'arguments' properties from Error object.
300 (issue 2397)
301
302 Added atomics implementation for ThreadSanitizer v2.
303 (Chromium issue 128314)
304
305 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
306
307 Performance and stability improvements on all platforms.
308
309
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00003102012-11-13: Version 3.15.3
311
312 Changed sample shell to send non-JS output (e.g. errors) to stderr
313 instead of stdout.
314
315 Correctly check for stack overflow even when interrupt is pending.
316 (issue 214)
317
318 Collect stack trace on stack overflow. (issue 2394)
319
320 Performance and stability improvements on all platforms.
321
322
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00003232012-11-12: Version 3.15.2
324
325 Function::GetScriptOrigin supplies sourceURL when script name is
326 not available. (Chromium issue 159413)
327
328 Made formatting error message side-effect-free. (issue 2398)
329
330 Fixed length check in JSON.stringify. (Chromium issue 160010)
331
332 ES6: Added support for Set and Map clear method (issue 2400)
333
334 Fixed slack tracking when instance prototype changes.
335 (Chromium issue 157019)
336
337 Fixed disabling of code flusher while marking. (Chromium issue 159140)
338
339 Added a test case for object grouping in a scavenger GC (issue 2077)
340
341 Support shared library build of Android for v8.
342 (Chromium issue 158821)
343
344 ES6: Added support for size to Set and Map (issue 2395)
345
346 Performance and stability improvements on all platforms.
347
348
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003492012-11-06: Version 3.15.1
350
351 Put incremental code flushing behind a flag. (Chromium issue 159140)
352
353 Performance and stability improvements on all platforms.
354
355
danno@chromium.org72204d52012-10-31 10:02:10 +00003562012-10-31: Version 3.15.0
357
358 Loosened aligned code target requirement on ARM (issue 2380)
359
360 Fixed JSON.parse to treat leading zeros correctly.
361 (Chromium issue 158185)
362
363 Performance and stability improvements on all platforms.
364
365
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003662012-10-22: Version 3.14.5
367
368 Killed off the SCons based build.
369
370 Added a faster API for creating v8::Integer objects.
371
372 Speeded up function deoptimization by avoiding quadratic pass over
373 optimized function list. (Chromium issue 155270)
374
375 Always invoke the default Array.sort functions from builtin functions.
376 (issue 2372)
377
378 Reverted recent CPU profiler changes because they broke --prof.
379 (issue 2364)
380
381 Switched code flushing to use different JSFunction field.
382 (issue 1609)
383
384 Performance and stability improvements on all platforms.
385
386
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00003872012-10-15: Version 3.14.4
388
389 Allow evals for debugger even if they are prohibited in the debugee
390 context. (Chromium issue 154733)
391
392 Enabled --verify-heap in release mode (issue 2120)
393
394 Performance and stability improvements on all platforms.
395
396
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00003972012-10-11: Version 3.14.3
398
399 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
400 (Chromium issue 155076).
401
402 Bumped variable limit further to 2^17 (Chromium issue 151625).
403
404 Performance and stability improvements on all platforms.
405
406
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00004072012-10-10: Version 3.14.2
408
409 ARM: allowed VFP3 instructions when hardfloat is enabled.
410 (Chromium issue 152506)
411
412 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
413 (Chromium issue 151749)
414
415 Made GDBJIT interface compile again. (issue 1804)
416
417 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
418 (Chromium issue 143967)
419
420 Made sure that names of temporaries do not clash with real variables.
421 (issue 2322)
422
423 Rejected local module declarations. (Chromium issue 150628)
424
425 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
426
427 Fixed slot recording of code target patches.
428 (Chromium issue 152615,chromium:144230)
429
430 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
431
432 Performance and stability improvements on all platforms.
433
434
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004352012-10-01: Version 3.14.1
436
437 Don't set -m32 flag when compiling with Android ARM compiler.
438 (Chromium issue 143889)
439
440 Restore the descriptor array before returning allocation failure.
441 (Chromium issue 151750)
442
443 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
444 128252).
445
446 Pull more recent gyp in 'make dependencies'.
447
448 Made sure that the generic KeyedStoreIC changes length and element_kind
449 atomically (issue 2346).
450
451 Bumped number of allowed variables per scope to 65535, to address GWT.
452 (Chromium issue 151625)
453
454 Support sourceURL for dynamically inserted scripts (issue 2342).
455
456 Performance and stability improvements on all platforms.
457
458
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004592012-09-20: Version 3.14.0
460
461 Fixed missing slot recording during clearing of CallICs.
462 (Chromium issue 144230)
463
464 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
465 (Chromium issue 150729)
466
467 Fixed minus zero test. (Issue 2133)
468
469 Fixed setting array length to zero for slow elements.
470 (Chromium issue 146910)
471
472 Fixed lost arguments dropping in HLeaveInlined.
473 (Chromium issue 150545)
474
475 Fixed casting error for receiver of interceptors.
476 (Chromium issue 149912)
477
478 Throw a more descriptive exception when blocking 'eval' via CSP.
479 (Chromium issue 140191)
480
481 Fixed debugger's eval when close to stack overflow. (issue 2318)
482
483 Added checks to live edit. (issue 2297)
484
485 Switched on code compaction on incremental GCs.
486
487 Fixed caching of optimized code for OSR. (issue 2326)
488
489 Not mask exception thrown by toString in String::UtfValue etc.
490 (issue 2317)
491
492 Fixed API check for length of external arrays. (Chromium issue 148896)
493
494 Ensure correct enumeration indices in the dict (Chromium issue 148376)
495
496 Correctly initialize regexp global cache. (Chromium issue 148378)
497
498 Fixed arguments object materialization during deopt. (issue 2261)
499
500 Introduced new API to expose external string resource regardless of
501 encoding.
502
503 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
504 --deopt-every-n-times flag is present
505 (Chromium issue 148389)
506
507 Fixed edge case of extension with NULL as source string.
508 (Chromium issue 144649)
509
510 Fixed array index dehoisting. (Chromium issue 141395)
511
512 Performance and stability improvements on all platforms.
513
514
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00005152012-09-11: Version 3.13.7
516
517 Enable/disable LiveEdit using the (C++) debug API.
518
519 Performance and stability improvements on all platforms.
520
521
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00005222012-09-06: Version 3.13.6
523
524 Added validity checking to API functions and calls.
525
526 Disabled accessor inlining (Chromium issue 134609).
527
528 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
529
530 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
531
532 Fixed VS2005 build (issue 2313).
533
534 Activated fixed ES5 readonly semantics by default.
535
536 Added hardfp flag to the Makefile.
537
538 Performance and stability improvements on all platforms.
539
540
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005412012-08-29: Version 3.13.5
542
543 Release stack trace data after firing Error.stack accessor.
544 (issue 2308)
545
546 Added a new API V8::SetJitCodeEventHandler to push code name and
547 location to users such as profilers.
548
549 Allocate block-scoped global bindings to global context.
550
551 Performance and stability improvements on all platforms.
552
553
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005542012-08-28: Version 3.13.4
555
556 Print reason for disabling optimization. Kill --trace-bailout flag.
557
558 Provided option to disable full DEBUG build on Android.
559
560 Introduced global contexts to represent lexical global scope(s).
561
562 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
563
564 Performance and stability improvements on all platforms.
565
566
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005672012-08-21: Version 3.13.3
568
569 Performance and stability improvements on all platforms.
570
571
5722012-08-20: Version 3.13.2
573
574 Performance and stability improvements on all platforms.
575
576
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00005772012-08-16: Version 3.13.1
578
579 Performance and stability improvements on all platforms.
580
581
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00005822012-08-10: Version 3.13.0
583
584 Added histograms for total allocated/live heap size, as well as
585 allocated size and percentage of total for map and cell space.
586
587 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
588 (issue 1645)
589
590 Added checks for interceptors to negative lookup code in Crankshaft.
591 (Chromium issue 140473)
592
593 Made incremental marking clear ICs and type feedback cells.
594
595 Performance and stability improvements on all platforms.
596
597
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00005982012-08-01: Version 3.12.19
599
600 Performance and stability improvements on all platforms.
601
602
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00006032012-07-30: Version 3.12.18
604
605 Forced using bit-pattern for signed zero double. (issue 2239)
606
607 Made sure double to int conversion is correct. (issue 2260)
608
609 Performance and stability improvements on all platforms.
610
611
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00006122012-07-27: Version 3.12.17
613
614 Always set the callee's context when calling a function from optimized
615 code.
616 (Chromium issue 138887)
617
618 Fixed building with GCC 3.x
619 (issue 2016, 2017)
620
621 Improved API calls that return empty handles.
622 (issue 2245)
623
624 Performance and stability improvements on all platforms.
625
626
danno@chromium.org129d3982012-07-25 15:01:47 +00006272012-07-25: Version 3.12.16
628
629 Performance and stability improvements on all platforms.
630
631
yangguo@chromium.org304cc332012-07-24 07:59:48 +00006322012-07-24: Version 3.12.15
633
634 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
635 (issue 2252)
636
637 Added dependency to HLoadKeyed* instructions to prevent invalid
638 hoisting. (Chromium issue 137768)
639
640 Enabled building d8 for Android on Mac.
641
642 Interpret negative hexadecimal literals as NaN.
643 (issue 2240)
644
645 Expose counters in javascript when using --track-gc-object-stats.
646
647 Enabled building and testing V8 on Android IA.
648
649 Added --trace-parse flag to parser.
650
651 Performance and stability improvements on all platforms.
652
653
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006542012-07-18: Version 3.12.14
655
656 Deactivated optimization of packed arrays.
657 (Chromium issue 137768)
658
659 Fixed broken accessor transition.
660 (Chromium issue 137689)
661
662 Performance and stability improvements on all platforms.
663
664
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006652012-07-17: Version 3.12.13
666
667 Fixed missing tagging of stack value in finally block.
668 (Chromium issue 137496)
669
670 Added more support for heap analysis.
671
672 Performance and stability improvements on all platforms.
673
674
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00006752012-07-16: Version 3.12.12
676
677 Added an option to the tickprocessor to specify the directory for lib
678 lookup.
679
680 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
681
682 Fixed transcendental cache on ARM in optimized code (issue 2234).
683
684 New heap inspection tools: counters for object sizes and counts,
685 histograms for external fragmentation.
686
687 Incorporated constness into inferred interfaces (in preparation for
688 handling imports) (issue 1569).
689
690 Performance and stability improvements on all platforms.
691
692
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00006932012-07-12: Version 3.12.11
694
695 Renamed "mips" arch to "mipsel" in the GYP build.
696
697 Fixed computation of call targets on prototypes in Crankshaft.
698 (Chromium issue 125148)
699
700 Removed use of __lookupGetter__ when generating stack trace.
701 (issue 1591)
702
703 Turned on ES 5.2 globals semantics by default.
704 (issue 1991, Chromium issue 80591)
705
706 Synced preparser and parser wrt syntax error in switch..case.
707 (issue 2210)
708
709 Fixed reporting of octal literals in strict mode when preparsing.
710 (issue 2220)
711
712 Fixed inline constructors for Harmony Proxy prototypes.
713 (issue 2225)
714
715 Performance and stability improvements on all platforms.
716
717
danno@chromium.org81cac2b2012-07-10 11:28:27 +00007182012-07-10: Version 3.12.10
719
720 Re-enabled and fixed issue with array bounds check elimination
721 (Chromium issue 132114).
722
723 Fixed Debug::Break crash. (Chromium issue 131642)
724
725 Added optimizing compiler support for JavaScript getters.
726
727 Performance and stability improvements on all platforms.
728
729
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00007302012-07-06: Version 3.12.9
731
732 Correctly advance the scanner when scanning unicode regexp flag.
733 (Chromium issue 136084)
734
735 Fixed unhandlified code calling Harmony Proxy traps.
736 (issue 2219)
737
738 Performance and stability improvements on all platforms.
739
740
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007412012-07-05: Version 3.12.8
742
743 Implemented TypedArray.set and ArrayBuffer.slice in d8.
744
745 Performance and stability improvements on all platforms.
746
747
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007482012-07-03: Version 3.12.7
749
750 Fixed lazy compilation for strict eval scopes.
751 (Chromium issue 135066)
752
753 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
754 (issue 2151)
755
756 Report "hidden properties" in heap profiler for properties case.
757 (issue 2212)
758
759 Activated optimization of packed arrays by default.
760
761 Performance and stability improvements on all platforms.
762
763
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007642012-06-29: Version 3.12.6
765
766 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
767
768 Extended TypedArray support in d8.
769
770
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00007712012-06-28: Version 3.12.5
772
773 Fixed lazy parsing heuristics to respect outer scope.
774 (Chromium issue 135008)
775
776 Allow using test-wrapper-gypbuild.py on Windows when no python
777 interpreter is registered.
778
779 Performance and stability improvements on all platforms.
780
781
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00007822012-06-27: Version 3.12.4
783
784 Removed -fomit-frame-pointer flag from Release builds to make
785 the stack walkable by TCMalloc (Chromium issue 133723).
786
787 Ported r7868 (constant masking) to x64 (issue 1374).
788
789 Expose more detailed memory statistics (issue 2201).
790
791 Fixed Harmony Maps and WeakMaps for undefined values
792 (Chromium issue 132744).
793
794 Correctly throw reference error in strict mode with ICs disabled
795 (issue 2119).
796
797 Performance and stability improvements on all platforms.
798
799
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00008002012-06-25: Version 3.12.3
801
802 Reverted r11835 'Unify promotion and allocation limit computation' due
803 to V8 Splay performance regression on Mac. (Chromium issue 134183)
804
805 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
806
807 Performance and stability improvements on all platforms.
808
809
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00008102012-06-22: Version 3.12.2
811
812 Made near-jump check more strict in LoadNamedFieldPolymorphic on
813 ia32/x64. (Chromium issue 134055)
814
815 Fixed lazy sweeping heuristics to prevent old-space expansion.
816 (issue 2194)
817
818 Performance and stability improvements on all platforms.
819
820
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00008212012-06-21: Version 3.12.1
822
823 Performance and stability improvements on all platforms.
824
825
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00008262012-06-20: Version 3.12.0
827
828 Fixed Chromium issues:
829 115100, 129628, 131994, 132727, 132741, 132742, 133211
830
831 Fixed V8 issues:
832 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
833
834 Added --extra-code flag to mksnapshot to load JS code into the VM
835 before creating the snapshot.
836
837 Support 'restart call frame' command in the debugger.
838
839 Performance and stability improvements on all platforms.
840
841
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008422012-06-13: Version 3.11.10
843
844 Implemented heap profiler memory usage reporting.
845
846 Preserved error message during finally block in try..finally.
847 (Chromium issue 129171)
848
849 Fixed EnsureCanContainElements to properly handle double values.
850 (issue 2170)
851
852 Improved heuristics to keep objects in fast mode with inherited
853 constructors.
854
855 Performance and stability improvements on all platforms.
856
857
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008582012-06-06: Version 3.11.9
859
860 Implemented ES5-conformant semantics for inherited setters and read-only
861 properties. Currently behind --es5_readonly flag, because it breaks
862 WebKit bindings.
863
864 Exposed last seen heap object id via v8 public api.
865
866 Performance and stability improvements on all platforms.
867
868
verwaest@chromium.org37141392012-05-31 13:27:02 +00008692012-05-31: Version 3.11.8
870
871 Avoid overdeep recursion in regexp where a guarded expression with a
872 minimum repetition count is inside another quantifier.
873 (Chromium issue 129926)
874
875 Fixed missing write barrier in store field stub.
876 (issues 2143, 1465, Chromium issue 129355)
877
878 Proxies: Fixed receiver for setters inherited from proxies.
879 Proxies: Fixed ToStringArray function so that it does not reject some
880 keys.
881 (issue 1543)
882
883 Performance and stability improvements on all platforms.
884
885
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00008862012-05-29: Version 3.11.7
887
888 Get better function names in stack traces.
889
890 Performance and stability improvements on all platforms.
891
892
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00008932012-05-24: Version 3.11.6
894
895 Fixed RegExp.prototype.toString for incompatible receivers
896 (issue 1981).
897
898 Performance and stability improvements on all platforms.
899
900
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00009012012-05-23: Version 3.11.5
902
903 Performance and stability improvements on all platforms.
904
905
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00009062012-05-22: Version 3.11.4
907
908 Some cleanup to common.gypi. This fixes some host/target combinations
909 that weren't working in the Make build on Mac.
910
911 Handle EINTR in socket functions and continue incomplete sends.
912 (issue 2098)
913
914 Fixed python deprecations. (issue 1391)
915
916 Made socket send and receive more robust and return 0 on failure.
917 (Chromium issue 15719)
918
919 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
920
921 Set '-m32' option for host and target platforms
922
923 Performance and stability improvements on all platforms.
924
925
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00009262012-05-18: Version 3.11.3
927
928 Disable optimization for functions that have scopes that cannot be
929 reconstructed from the context chain. (issue 2071)
930
931 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
932
933 Correctly check for native error objects. (Chromium issue 2138)
934
935 Performance and stability improvements on all platforms.
936
937
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009382012-05-16: Version 3.11.2
939
940 Revert r11496. (Chromium issue 128146)
941
942 Implement map collection for incremental marking. (issue 1465)
943
944 Add toString method to CallSite (which describes a frame of the
945 stack trace).
946
947
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009482012-05-15: Version 3.11.1
949
950 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
951
952 Fix freebsd build. (V8 issue 2126)
953
954 Performance and stability improvements on all platforms.
955
956
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009572012-05-11: Version 3.11.0
958
959 Fixed compose-discard crasher from r11524 (issue 2123).
960
961 Activated new global semantics by default. Global variables can
962 now shadow properties of the global object (ES5.1 erratum).
963
964 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
965 transitioning (Chromium issue 117409).
966
967 Made Error.prototype.name writable again, as required by the spec and
968 the web (Chromium issue 69187).
969
970 Implemented map collection with incremental marking (issue 1465).
971
972 Regexp: Fixed overflow in min-match-length calculation
973 (Chromium issue 126412).
974
975 MIPS: Fixed illegal instruction use on Loongson in code for
976 Math.random() (issue 2115).
977
978 Fixed crash bug in VisitChoice (Chromium issue 126272).
979
980 Fixed unsigned-Smi check in MappedArgumentsLookup
981 (Chromium issue 126414).
982
983 Fixed LiveEdit for function with no locals (issue 825).
984
985 Fixed register clobbering in LoadIC for interceptors
986 (Chromium issue 125988).
987
988 Implemented clearing of CompareICs (issue 2102).
989
990 Performance and stability improvements on all platforms.
991
992
danno@chromium.org2c26cb12012-05-03 09:06:43 +00009932012-05-03: Version 3.10.8
994
995 Enabled MIPS cross-compilation.
996
997 Ensured reload of elements pointer in StoreFastDoubleElement stub.
998 (Chromium issue 125515)
999
1000 Fixed corner cases in truncation behavior when storing to
1001 TypedArrays. (issue 2110)
1002
1003 Fixed failure to properly recognize and report out-of-memory
1004 conditions when allocating code space pages. (Chromium issue
1005 118625)
1006
1007 Fixed idle notifications to perform a round of incremental GCs
1008 after context disposal. (issue 2107)
1009
1010 Fixed preparser for try statement. (issue 2109)
1011
1012 Performance and stability improvements on all platforms.
1013
1014
danno@chromium.org1044a4d2012-04-30 12:34:39 +000010152012-04-30: Version 3.10.7
1016
1017 Performance and stability improvements on all platforms.
1018
1019
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000010202012-04-26: Version 3.10.6
1021
1022 Fixed some bugs in accessing details of the last regexp match.
1023
1024 Fixed source property of empty RegExp objects. (issue 1982)
1025
1026 Enabled inlining some V8 API functions.
1027
1028 Performance and stability improvements on all platforms.
1029
1030
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000010312012-04-23: Version 3.10.5
1032
1033 Put new global var semantics behind a flag until WebKit tests are
1034 cleaned up.
1035
1036 Enabled stepping into callback passed to builtins.
1037 (Chromium issue 109564)
1038
1039 Performance and stability improvements on all platforms.
1040
1041
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010422012-04-19: Version 3.10.4
1043
1044 Fixed issues when stressing compaction with WeakMaps.
1045
1046 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1047
1048 Simplify invocation sequence at monomorphic function invocation sites.
1049 (issue 2079)
1050
1051 Performance and stability improvements on all platforms.
1052
1053
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010542012-04-17: Version 3.10.3
1055
1056 Fixed several bugs in heap profiles (including issue 2078).
1057
1058 Throw syntax errors on illegal escape sequences.
1059
1060 Implemented rudimentary module linking (behind --harmony flag)
1061
1062 Implemented ES5 erratum: Global declarations should shadow
1063 inherited properties.
1064
1065 Made handling of const more consistent when combined with 'eval'
1066 and 'with'.
1067
1068 Fixed V8 on MinGW-x64 (issue 2026).
1069
1070 Performance and stability improvements on all platforms.
1071
1072
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000010732012-04-13: Version 3.10.2
1074
1075 Fixed native ARM build (issues 1744, 539)
1076
1077 Return LOOKUP variable instead of CONTEXT for non-context allocated
1078 outer scope parameters (Chromium issue 119609).
1079
1080 Fixed regular and ElementsKind transitions interfering with each other
1081 (Chromium issue 122271).
1082
1083 Improved performance of keyed loads/stores which have a HeapNumber
1084 index (issues 1388, 1295).
1085
1086 Fixed WeakMap processing for evacuation candidates (issue 2060).
1087
1088 Bailout on possible direct eval calls (Chromium issue 122681).
1089
1090 Do not assume that names of function expressions are context-allocated
1091 (issue 2051).
1092
1093 Performance and stability improvements on all platforms.
1094
1095
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000010962012-04-10: Version 3.10.1
1097
1098 Fixed bug with arguments object in inlined functions (issue 2045).
1099
1100 Fixed performance bug with lazy initialization (Chromium issue
1101 118686).
1102
1103 Added suppport for Mac OS X 64bit builds with GYP.
1104 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1105
1106 Fixed bug with hidden properties (issue 2034).
1107
1108 Fixed a performance bug when reloading pages (Chromium issue 117767,
1109 V8 issue 1902).
1110
1111 Fixed bug when optimizing throw in top-level code (issue 2054).
1112
1113 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1114
1115 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1116
1117 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1118
1119 Fixed compilation of V8 using uClibc.
1120
1121 Optimized boot-up memory use.
1122
1123 Optimized regular expressions.
1124
1125
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000011262012-03-30: Version 3.10.0
1127
1128 Fixed store IC writability check in strict mode
1129 (Chromium issue 120099).
1130
1131 Resynchronize timers if the Windows system time was changed.
1132 (Chromium issue 119815)
1133
1134 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1135 hardfp ARM
1136 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1137
1138 Fixed edge case for case independent regexp character classes
1139 (issue 2032).
1140
1141 Reset function info counters after context disposal.
1142 (Chromium issue 117767, V8 issue 1902)
1143
1144 Fixed missing write barrier in CopyObjectToObjectElements.
1145 (Chromium issue 119926)
1146
1147 Fixed missing bounds check in HasElementImpl.
1148 (Chromium issue 119925)
1149
1150 Performance and stability improvements on all platforms.
1151
1152
danno@chromium.org88aa0582012-03-23 15:11:57 +000011532012-03-23: Version 3.9.24
1154
1155 Activated count-based profiler for ARM.
1156
1157 Fixed use of proxies as f.prototype properties. (issue 2021)
1158
1159 Enabled snapshots on MIPS.
1160
1161 Performance and stability improvements on all platforms.
1162
1163
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011642012-03-21: Version 3.9.23
1165
1166 Use correct arguments adaptation environment when inlining function
1167 containing arguments. (Issue 2014)
1168
1169 Performance and stability improvements on all platforms.
1170
1171
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000011722012-03-20: Version 3.9.22
1173
1174 Enabled count-based profiler by default.
1175
1176 Implemented a hash based look-up to speed up address checks
1177 in large object space (issue 853).
1178
1179 Performance and stability improvements on all platforms.
1180
1181
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000011822012-03-19: Version 3.9.21
1183
1184 Fixed push-to-trunk script (and re-push).
1185
1186 Added API call that identifies strings that are guaranteed only to
1187 contain ASCII characters.
1188
1189
11902012-03-19: Version 3.9.20
1191
1192 Fixed declarations escaping global strict eval. (Issue 1624)
1193
1194 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1195
1196 Fixed function declarations overwriting read-only global properties.
1197 (Chromium issue 115452)
1198
1199 Fixed --use-strict flag in combination with --harmony[-scoping].
1200
1201 Debugger: naive implementation of "step into Function.prototype.bind".
1202
1203 Debugger: added ability to set script source from within OnBeforeCompile
1204
1205 Added flag to always call DebugBreak on abort.
1206
1207 Re-enabled constructor inlining and inline === comparison with boolean
1208 constants. (Issue 2009)
1209
1210 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1211
1212 Performance and stability improvements on all platforms.
1213
1214
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000012152012-03-14: Version 3.9.19
1216
1217 Ensure there is a smi check of the receiver for global load and call
1218 ICs (Chromium issue 117794).
1219
1220 Performance and stability improvements on all platforms.
1221
1222
yangguo@chromium.org154ff992012-03-13 08:09:54 +000012232012-03-13: Version 3.9.18
1224
1225 Ensure consistency of Math.sqrt on Intel platforms.
1226
1227 Remove static initializers in v8. (issue 1859)
1228
1229 Add explicit dependency on v8_base in the GYP-based build.
1230
1231 Performance and stability improvements on all platforms.
1232
1233
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012342012-03-12: Version 3.9.17
1235
1236 Fixed VFP detection through compiler defines. (issue 1996)
1237
1238 Add Code-related fields to postmortem metadata.
1239
1240 Performance and stability improvements on all platforms.
1241
1242
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012432012-03-09: Version 3.9.16
1244
1245 Added basic interface inference for modules (behind the --harmony flag).
1246
1247 Added Object.is, Number.isFinite, Number.isNaN.
1248
1249 Updated the Unicode tables to Unicode version 6.1.0.
1250
1251 Performance and stability improvements on all platforms.
1252
1253
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012542012-03-06: Version 3.9.15
1255
1256 Fix the heap profiler crash caused by memory layout changes between
1257 passes.
1258
1259 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1260
1261 Fix double-rounding in strtod for MinGW. (issue 1062)
1262
1263 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1264
1265 Performance and stability improvements on all platforms.
1266
1267
fschneider@chromium.org35814e52012-03-01 15:43:35 +000012682012-03-01: Version 3.9.14
1269
1270 Performance and stability improvements on all platforms.
1271
1272
ulan@chromium.org812308e2012-02-29 15:58:45 +000012732012-02-29: Version 3.9.13
1274
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001275 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001276
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001277 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1278 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001279
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001280 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001281
1282 Performance and stability improvements on all platforms.
1283
1284
ulan@chromium.org967e2702012-02-28 09:49:15 +000012852012-02-28: Version 3.9.12
1286
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001287 Fixed the negative lookup stub to handle deleted entries in a
1288 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001289
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001290 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001291 callback function can resolve the location of a return address on stack
1292 to the location where a return-address rewriting profiler stashed the
1293 original return address.
1294
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001295 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1296 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001297
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001298 Fixed issue 1853: Update breakpoints set with partial file name after
1299 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001300
1301
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000013022012-02-27: Version 3.9.11
1303
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001304 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001305
1306
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000013072012-02-24: Version 3.9.10
1308
1309 Fixed V8 issues 1322, 1772 and 1969.
1310
1311 Conformance improvements.
1312
1313 Performance and stability improvements on all platforms.
1314
1315
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000013162012-02-23: Version 3.9.9
1317
1318 Supported fast case for-in in Crankshaft.
1319
1320 Sped up heap snapshot serialization and dominators construction.
1321
1322 Randomized allocation addresses on windows. (Chromium issue 115151)
1323
1324 Fixed compilation with MinGW-w64. (issue 1943)
1325
1326 Fixed incorrect value of assignments to non-extensible properties.
1327
1328 Fixed a crash bug in generated code on ia32.
1329
1330 Performance and stability improvements on all platforms.
1331
1332
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000013332012-02-21: Version 3.9.8
1334
1335 Fixed memory leak and missing #include in StartupDataDecompressor
1336 (issue 1960).
1337
1338 Renamed static methods to avoid shadowing virtual methods and fix Clang
1339 C++11 compile error.
1340
1341 Fixed sequence of element access in array builtins (issue 1790).
1342
1343 Performance and stability improvements on all platforms.
1344
1345
yangguo@chromium.org56454712012-02-16 15:33:53 +000013462012-02-16: Version 3.9.7
1347
1348 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1349
1350 Fixed GCC-4.7 warnings.
1351
1352 Added Navier-Stokes benchmark.
1353
1354 Performance and stability improvements on all platforms.
1355
1356
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013572012-02-14: Version 3.9.6
1358
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001359 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001360
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001361 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001362
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001363 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001364
1365 Heap Snapshot maximum size limit is too low for really big apps. At the
1366 moment the limit is 256MB. (Chromium issue 113015)
1367
1368 Performance and stability improvements on all platforms.
1369
1370
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000013712012-02-09: Version 3.9.5
1372
1373 Removed unused command line flags.
1374
1375 Performance and stability improvements on all platforms.
1376
1377
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000013782012-02-08: Version 3.9.4
1379
1380 Properly initialize element-transitioning array literals on ARM.
1381 (issue 1930)
1382
1383 Bug fixes on all platforms.
1384
1385
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000013862012-02-07: Version 3.9.3
1387
1388 When rethrowing an exception, print the stack trace of its original
1389 site instead of rethrow site (Chromium issue 60240).
1390
1391 Increased size of small stacks from 32k to 64k to avoid hitting limits
1392 in Chromium (Chromium issue 112843).
1393
1394
rossberg@chromium.org994edf62012-02-06 10:12:55 +000013952012-02-06: Version 3.9.2
1396
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001397 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001398
1399 Heap profiler reports implicit references.
1400
1401 Optionally export metadata with libv8 to enable debuggers to inspect V8
1402 state.
1403
1404
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000014052012-02-02: Version 3.9.1
1406
1407 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1408 (Chromium issue 112315).
1409
1410 Fixed a crash in dev tools (Chromium issue 107996).
1411
1412 Added 'dependencies_traverse': 1 to v8 GYP target.
1413
1414 Performance and stability improvements on all platforms.
1415
1416
danno@chromium.orgfa458e42012-02-01 10:48:36 +000014172012-02-01: Version 3.9.0
1418
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001419 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001420
1421 Stability fixes and performance improvements on all platforms.
1422
1423
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000014242012-01-26: Version 3.8.9
1425
1426 Flush number string cache on GC (issue 1605).
1427
1428 Provide access to function inferred name with
1429 v8::Function::GetInferredName in V8 public API.
1430
1431 Fix building with Clang (issue 1912).
1432
1433 Reduce the space used by the stack for the profiling thread.
1434
1435 Fix misleading documentation of v8::Locker (issue 542).
1436
1437 Introduce readbinary function in d8 to read binary files.
1438
1439 Performance and stability improvements on all platforms.
1440
1441
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014422012-01-23: Version 3.8.8
1443
1444 Limited number of loop iterations in Heap::ReserveSpace
1445 (Chromium issue 99027).
1446
1447 Fixed solaris build (VirtualMemory) (issue 1761).
1448
1449 Fixed strict vs. non-strict handling of function proxies in
1450 higher-order array and string methods.
1451
1452 Enabled asynchronous remote debugging with d8 (issue 1691).
1453
1454 Stability and performance improvements on all platforms.
1455
1456
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014572012-01-19: Version 3.8.7
1458
1459 Ensure that LRandom restores rsi after call to the C function on x64.
1460 (Chromium issue http://crbug.com/110509)
1461
1462 Fixing include issues on *bsd when building with scons.
1463 (issue 1897)
1464
1465 Provide a switch to specify -fno-strict-aliasing
1466 (issue 1887)
1467
1468 Move WIN32 define from standalone.gypi to common.gypi
1469 (issue 1760)
1470
1471 Fix corner-case in heap size estimation.
1472 (issue 1893)
1473
1474 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1475 (issue 1903)
1476
1477 Performance improvements and bug fixes.
1478
1479
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000014802012-01-16: Version 3.8.6
1481
1482 Add primitive WebGL array support to d8.
1483
1484 Improve heap size estimation (issue 1893).
1485
1486 Hash collision DOS workaround extended from string keys
1487 to numeric keys.
1488
1489 Provide an API for iterating through all external strings referenced
1490 from the JS heap.
1491
1492 Adjust position recorded for call expressions. http://crbug.com/109195
1493
1494 Fix GC crash related to instanceof. http://crbug.com/109448
1495
1496 Performance improvements and bug fixes.
1497
1498
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000014992012-01-05: Version 3.8.5
1500
1501 Fix broken test that assumes that no GC can clear the regexp cache (GC
1502 can happen at any time due to Crankshaft).
1503
1504 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1505
1506 Add netbsd support to gyp build.
1507
1508 Determine page size at runtime on posix platforms.
1509
1510 Ensure that store buffer filtering hash sets are cleared after
1511 StoreBuffer::Filter.
1512
1513 Randomize the seed used for string hashing. This helps guard against
1514 CPU-eating DOS attacks against node.js servers. Based on code from
1515 Bert Belder. This version only solves the issue for those that compile
1516 V8 themselves or those that do not use snapshots. A snapshot-based
1517 precompiled V8 will still have predictable string hash codes.
1518
1519 Implement callback when script finishes running in V8 API.
1520
1521 Improve performance of Math.min and Math.max for the case of two
1522 arguments. (issue 1325)
1523
1524
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000015252012-01-02: Version 3.8.4
1526
1527 Performance improvements for large Smi-only arrays.
1528
1529 Fixed InternalArrays construction. (issue 1878)
1530
1531
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000015322011-12-27: Version 3.8.3
1533
1534 Avoid embedding new space objects into code objects in the lithium gap
1535 resolver. (chromium:108296)
1536
1537 Bug fixes and performance optimizations on all platforms.
1538
1539
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015402011-12-21: Version 3.8.2
1541
1542 Add max optimization flag to v8 gyp build to ensure V8 is always built
1543 fully optimized in Chrome.
1544
1545 MIPS: Bring MIPS to parity with other platforms.
1546
1547 Optimizations and stability improvements on all platforms.
1548
1549
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015502011-12-19: Version 3.8.1
1551
1552 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1553
1554 Stability improvements on all platforms.
1555
1556
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015572011-12-13: Version 3.8.0
1558
1559 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1560
1561 Sync parser and preparser on do-while and return statements.
1562 (issue 1856)
1563
1564 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1565
1566 Stability and performance improvements on all platforms.
1567
1568
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000015692011-12-01: Version 3.7.12
1570
1571 Increase tick interval for the android platform.
1572
1573 Fix a bug in the register allocator. (chromium:105112)
1574
1575 Fix handling of recompiling code. (chromium:105375, v8:1782)
1576
1577 Start incremental marking on idle notification. (v8:1458)
1578
1579 Build fixes for various platforms.
1580
1581 Various performance improvements.
1582
1583
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000015842011-11-29: Version 3.7.11
1585
1586 Fixed bug when generating padding to ensure space for lazy
1587 deoptimization.
1588 (issue 1846)
1589
1590 Further reduced pause times due to GC.
1591
1592 Stability and performance improvements on all platforms.
1593
1594
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000015952011-11-23: Version 3.7.10
1596
1597 Set maximum length of FixedArray in terms of elements instead an
1598 absolute number of bytes.
1599 (Chromium issue 103103)
1600
1601 Stability and performance improvements on all platforms.
1602
1603
16042011-11-21: Version 3.7.9
1605
1606 Removed exit-time destructors.
1607
1608 Stability and performance improvements on all platforms.
1609
1610
ricow@chromium.org27bf2882011-11-17 08:34:43 +000016112011-11-17: Version 3.7.8
1612
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001613 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001614 function on builtins will not make the original function reappear.
1615
1616 Added NetBSD support for scons build.
1617
1618 Performance improvements on all platforms.
1619
1620
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000016212011-11-14: Version 3.7.7
1622
1623 Fix missing fast property accessors in heap snapshots.
1624 (issue 1818)
1625
1626
danno@chromium.org2c456792011-11-11 12:00:53 +000016272011-11-11: Version 3.7.6
1628
1629 Fixed filtering of store buffer for large object pages.
1630 (issue 1817)
1631
1632 Fixed generated hash function on all platforms.
1633 (issue 1808)
1634
1635 Fixed Heap::Shrink to ensure that it does not free pages that are
1636 still in use.
1637 (Chromium issue 100414)
1638
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001639 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001640
1641
danno@chromium.orgc612e022011-11-10 11:38:15 +000016422011-11-10: Version 3.7.5
1643
1644 Added initial gyp infrastructure for MIPS.
1645
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001646 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001647 collector.
1648
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001649 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001650
1651
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016522011-11-07: Version 3.7.4
1653
1654 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1655
1656 Fix Harmony sets and maps to allow null and undefined as keys
1657 (still hidden behind --harmony flag) (issue 1622).
1658
1659 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1660
1661 Enable VFP instructions for Android.
1662
1663 Fix error handling in Date.prototype.toISOString (issue 1792).
1664
1665 Bug fixes and performance improvements for all platforms.
1666
1667 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1668
1669
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000016702011-10-28: Version 3.7.3
1671
1672 Slight deoptimization as a workaround for issue with jslint: Issue
1673 1789.
1674
1675
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000016762011-10-27: Version 3.7.2
1677
1678 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1679
1680
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000016812011-10-26: Version 3.7.1
1682
1683 Achieved 33% speedup in debug-mode tests.
1684
1685 Removed special casing of calls to RegExp test and exec methods with no
1686 argument. Now matches new JSC behaviour. crbug.com/75740.
1687
1688 Return the empty string on cyclic references in toString (ES5
1689 conformance).
1690
1691 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1692
1693 Made Math.random state per-context instead of per-process (issue 864).
1694
1695 Fixed stack traces to skip native functions.
1696
1697 Make snapshots (new contexts) smaller and faster.
1698
1699 Fixed handling of Function.apply for non-array arguments.
1700
1701 Fixed evaluation order in defineProperties to match FireFox.
1702
1703 Fixed handling of non-object receivers for array builtins,
1704 crbug.com/100702.
1705
1706 Multiple fixes to improve compliance with test262.
1707
1708 Fixed compatibility with older Android releases.
1709
1710 Fixed compilation with gcc-4.5.3.
1711
1712 Improved performance of WriteUtf8, issue 1665.
1713
1714 Made native syntax an early error in the preparser.
1715
1716 Fixed issues 793 and 893 relating to Function.prototype.bind.
1717
1718 Improved let, const, Set and Map support and other Harmony features
1719 (behind the --harmony flag).
1720
1721 Changed evaluation order for > and <= to match ES5 instead of ES3.
1722
1723 Bug fixes and performance improvements on all platforms.
1724
1725
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000017262011-10-13: Version 3.7.0
1727
1728 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1729
1730 Fixed issue 1757 (string slices of external strings).
1731
1732 Fixed issue 1759 (ARM).
1733
1734 Added flag --noclever-optimizations to disable some things that
1735 caused trouble in the past.
1736
1737 Added flag --stress-compaction for testing.
1738
1739 Added flag --harmony to activate all experimental Harmony features.
1740
1741
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017422011-10-10: Version 3.6.6
1743
1744 Added a GC pause visualization tool.
1745
1746 Added presubmit=no and werror=no flags to Makefile.
1747
1748 ES5/Test262 conformance improvements.
1749
1750 Fixed compilation issues with GCC 4.5.x (issue 1743).
1751
1752 Bug fixes and performance improvements on all platforms.
1753
1754
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017552011-10-05: Version 3.6.5
1756
1757 New incremental garbage collector.
1758
1759 Removed the hard heap size limit (soft heap size limit is still
1760 700/1400Mbytes by default).
1761
1762 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1763
1764 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1765
1766 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1767
1768 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1769
1770 Fixed the MinGW and Windows 2000 builds.
1771
1772 Fixed "Prototype chain is not searched if named property handler does
1773 not set a property" (Issue 1636).
1774
1775 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1776
1777 Disallowed future reserved words as labels in strict mode.
1778
1779 Fixed string split to correctly coerce the separator to a string
1780 (Issue 1711).
1781
1782 API: Added an optional source length field to the Extension
1783 constructor.
1784
1785 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1786 (Issue 1573).
1787
1788 Added "native" target to Makefile for the benefit of Linux distros.
1789
1790 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1791
1792 More work on ES-Harmony proxies. Still hidden behind a flag.
1793
1794 Bug fixes and performance improvements on all platforms.
1795
1796
lrn@chromium.org34e60782011-09-15 07:25:40 +000017972011-09-15: Version 3.6.4
1798
1799 Fixed d8's broken readline history.
1800
1801 Removed the need for code delete events in CPU profiler (Issue 1466).
1802
1803 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1804
1805 Fixing parallel execution in d8 (with -p) and some memory leaks.
1806
1807 Support for precise stepping in functions compiled before debugging was
1808 started (step 1).
1809
1810
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000018112011-09-13: Version 3.6.3
1812
1813 Implemented better support of typed arrays in the d8 shell.
1814
1815 Bug fixes and performance improvements on all platforms.
1816
1817
ricow@chromium.org55ee8072011-09-08 16:33:10 +000018182011-09-08: Version 3.6.2
1819
1820 Added "dependencies" target to top-level Makefile.
1821
1822 Added ability to turn profiler on/off in d8.
1823
1824 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1825
1826 Fixed several crash bugs.
1827
1828
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000018292011-09-07: Version 3.6.1
1830
1831 Fixed a bug in abrupt exit from with or catch inside finally.
1832
1833 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1834 issue 95113).
1835
1836 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1837
1838 Fixed a few clang warnings (which -Werror treated as errors).
1839
1840 Performance improvements on all platforms.
1841
1842
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018432011-09-05: Version 3.6.0
1844
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001845 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001846
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001847 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001848
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001849 Made arguments and caller always be null on native functions
1850 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001851
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001852 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001853
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001854 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001855
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001856 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001857
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001858 Fixed a problem with large heap snapshots in Chrome DevTools
1859 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001860
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001861 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001862
1863
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018642011-08-31: Version 3.5.10
1865
1866 Added dependency of v8_base on WinSocket2 Windows library in
1867 the GYP-build.
1868
1869 Various bugfixes.
1870
1871
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000018722011-08-29: Version 3.5.9
1873
1874 Made FromPropertyDescriptor not trigger inherited setters.
1875
1876 Fixed .gyp files to work on the ARM simulator.
1877
1878 Fixed shared library build warnings for MSVS.
1879
1880
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000018812011-08-24: Version 3.5.8
1882
1883 Added V8EXPORT attributes for v8::Array::CheckCast and
1884 v8::Number::CheckCast.
1885
1886 Made a slight API change enabling opting out from null termination
1887 in String::Write*().
1888
1889 Fixed arm build for gcc-4.6.
1890
1891
rossberg@chromium.org28a37082011-08-22 11:03:23 +000018922011-08-22: Version 3.5.7
1893
1894 Make scanner handle invalid unicode escapes in identifiers correctly.
1895
1896 Make regexp flag parsing stricter.
1897
1898 Fix several memory leaks.
1899
1900
danno@chromium.orgb6451162011-08-17 14:33:23 +000019012011-08-17: Version 3.5.6
1902
1903 Fixed issue that could cause crashes when running with --heap-stats.
1904
1905 Fixed compilation on Linux 2.6.9 and older.
1906
1907 Fixed live-object-list to work with isolates.
1908
1909 Fixed memory leaks in zones and isolates.
1910
1911 Fixed a performance regression for TypedArrays on x64.
1912
1913 Stability improvements on all platforms.
1914
1915
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000019162011-08-15: Version 3.5.5
1917
1918 Fixed bugs involving negative zero and the optimizing compiler.
1919
1920 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1921
1922 Eliminated uses of deprecated ARM instructions.
1923
1924 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1925
1926 Removed restriction on the size of disassembled code that is printed.
1927
1928
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000019292011-08-10: Version 3.5.4
1930
1931 Added a preliminary implementation of ES Harmony weak maps. Weak
1932 maps can be enabled by the flag --harmony-weakmaps.
1933
1934 Introduced a toplevel Makefile to support GYP-based building. GYP
1935 can be obtained from http://gyp.googlecode.com.
1936
1937 Fixed a bug in the length property of functions created by
1938 Function.prototype.bind.
1939
1940 Reduced malloc heap allocation on process startup.
1941
1942 Several important code generation bug fixes.
1943
1944 Performance improvements on all platforms.
1945
1946
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019472011-08-03: Version 3.5.3
1948
1949 MIPS: Port of fix to ClassOf check from ARM.
1950 Patch from Paul Lind <plind44@gmail.com>.
1951
1952 Stopped using mprotect on Cygwin.
1953 Avoided uninitialized member warning on gcc 4.3.4
1954 Both patches by Bert Belder.
1955
1956 Bug fixes and performance improvements on all platforms.
1957
1958
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019592011-08-01: Version 3.5.2
1960
1961 Performance improvements on all platforms.
1962
1963
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019642011-07-28: Version 3.5.1
1965
1966 Fixed setting the readonly flag on the prototype property using the
1967 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1968
1969 Changed the tools/test.py script to use d8 instead of shell for
1970 testing.
1971
1972 Fixed crash in ToBooleanStub when GC happens during invocation.
1973
1974 Enabled automatic unboxing of double arrays.
1975
1976 Performance improvements on all platforms.
1977
1978
ricow@chromium.org9fa09672011-07-25 11:05:35 +000019792011-07-25: Version 3.5.0
1980
1981 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1982 proxies.
1983
1984 Removed logging to memory support.
1985
1986 Bugfixes and performance work.
1987
1988
rossberg@chromium.org717967f2011-07-20 13:44:42 +000019892011-07-20: Version 3.4.14
1990
1991 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1992
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001993 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001994 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001995
1996 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1997
1998
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000019992011-07-18: Version 3.4.13
2000
2001 Improved debugger support to allow inspection of optimized frames (issue
2002 1140).
2003
2004 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2005
2006 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2007
2008 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2009
2010 Simplified HClampToUint8. Patch by Andy Wingo.
2011
2012 Exposed APIs for detecting boxed primitives, native errors. Patch by
2013 Luke Zarko.
2014
2015 Added map check for COW elements to crankshaft array handling code
2016 (issue 1560).
2017
2018 Sample shell and (a light version of) D8 links against a shared library
2019 now.
2020
2021 Fixed bug in array filter and reduce functions (issue 1559).
2022
2023 Avoid TLS load in AstNode constructor.
2024
2025 Introduced a random entropy source which can optionally be provided at
2026 initialization. (Chromium issue 89462).
2027
2028
whesse@chromium.org030d38e2011-07-13 13:23:34 +000020292011-07-13: Version 3.4.12
2030
2031 Added --prof profiling option to d8 shell.
2032
2033 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2034
2035 Fixed a potential assertion failure in const declarations.
2036
2037 Fixed an assertion failure in descriptor arrays (issue 1526).
2038
2039 Enabled fast thread-local storage by default on supported platforms.
2040
2041 Improved reporting of source position for global variable loads
2042 (issue 1527).
2043
2044
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020452011-07-11: Version 3.4.11
2046
2047 Fixed MinGW32 build.
2048
2049 Fixed a GC bug with RegExp code flushing.
2050
2051 Implemented Object.defineProperty for proxies.
2052
2053 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2054
2055 Added debugger support for inspecting optimized frames (issue 1140).
2056
2057 Allowed JSObject::PreventExtensions to work for arguments objects.
2058
2059 Bugfixes and performance work.
2060
2061
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020622011-07-06: Version 3.4.10
2063
2064 Fixed debugger not breaking on certain "if" statements (issue 1523).
2065
2066 Fixed assertion failure in runtime profiler when running on IA32
2067 without snapshot (issue 1522).
2068
2069 Fixed ABI for API calls on IA32 (for clang compatibility).
2070
2071 Introduced code flushing of RegExp code to free memory used by
2072 RegExps sooner.
2073
2074 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2075
2076 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2077
2078 Performance improvements on all platforms.
2079
2080
ricow@chromium.org4f693d62011-07-04 14:01:31 +000020812011-07-04: Version 3.4.9
2082
2083 Added support for debugger inspection of locals in optimized frames
2084 (issue 1140).
2085
2086 Fixed SConstruct to pass correct defines to samples/preparser when
2087 building with library=shared.
2088
2089 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2090
2091 Fixed a bug in Object.defineProperty on the arguments object.
2092
2093 Performance improvements on all platforms.
2094
2095
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000020962011-06-29: Version 3.4.8
2097
2098 Ensure 16-byte stack alignment on Solaris (issue 1505).
2099
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002100 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002101 that is not a smi. (issue 1246).
2102
2103
ager@chromium.org04921a82011-06-27 13:21:41 +000021042011-06-27: Version 3.4.7
2105
2106 Fixed 64-bit build on FreeBSD.
2107
2108 Added API to set the property attributes for the prototype
2109 property on functions created from FunctionTemplates.
2110
2111 Bugfixes and performance work.
2112
2113
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000021142011-06-22: Version 3.4.6
2115
2116 Lowered limit on code space for systems with low memory supply.
2117
2118 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2119
2120 Extended setBreakpoint API to accept partial script name (issue 1418).
2121
2122 Made multi-line comments not count when deciding whether the '-->'
2123 comment starter is first on a line. This matches Safari.
2124
2125 Made handling of non-array recievers in Array length setter correct
2126 (issue 1491).
2127
2128 Added ability to heap profiler to iterate over snapshot's node
2129 (issue 1481).
2130
2131
whesse@chromium.org7b260152011-06-20 15:33:18 +000021322011-06-20: Version 3.4.5
2133
2134 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2135 1476, and 1477.
2136
2137 Improved code generation for !0 and !1.
2138
2139 Reduced memory usage for regular expressions with nested qualifiers.
2140 (issue 1472)
2141
2142 Fixed V8 to count line terminators in multi-line comments.
2143 (Chromium issue 86431)
2144
2145 Fixed disassembler=on option for release-mode builds. (issue 1473)
2146
2147 Performance improvements on all platforms.
2148
2149
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021502011-06-15: Version 3.4.4
2151
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002152 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002153
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002154 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002155
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002156 Several GYP-related changes: Added support for building Xcode project
2157 files. Make the ARM simulator build with GYP again. Generate Makefiles
2158 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002159
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002160 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2161 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002162
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002163 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002164
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002165 Handle 'undefined' correctly when === has been specialized for doubles.
2166 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002167
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002168 Corrected the limit of local variables in an optimized function from 64
2169 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002170
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002171 Correctly set ReadOnly flag on indexed properties when using the API Set
2172 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002173
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002174 Give the correct error message when Object.isExtensible is called on a
2175 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002176
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002177 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2178 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002179
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002180 Do not redefine properties unneccesarily in seal and freeze. (issue
2181 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002182
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002183 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002184
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002185 Distinguish keyed loads with a symbol key from fast elements loads,
2186 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002187
2188
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000021892011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002190
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002191 Clear the global thread table when an isolate is disposed
2192 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002193
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002194 Converted time zone name to UTF8 on Windows (issue 1290).
2195
2196 Limited the number of arguments in a function call to 32766
2197 (issue 1413).
2198
2199 Compress sources of JS libraries in addition to the snapshot.
2200
2201 Fixed a bug in Lithium environment iteration.
2202
2203 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002204
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002205
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000022062011-06-06: Version 3.4.2
2207
2208 More work on ES-Harmony proxies. Still hidden behind a flag.
2209
2210 Fixed some crash bugs and improved performance.
2211
2212 Fixed building with gdb debugging support.
2213
2214 Do not install SIGPROF handler until it is needed.
2215
2216 Added DateTimeFormat to i18n API.
2217
2218 Fixed compilation on OpenBSD.
2219
2220 Take the ulimit into account when sizing the heap. OpenBSD users
2221 may still have to increase the default ulimit to run heavy pages in
2222 the browser.
2223
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002224
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000022252011-06-01: Version 3.4.1
2226
2227 Fixed JSON stringify issue with arrays.
2228
2229 Changed calls to JS builtins to be passed undefined when called with
2230 implicit receiver.
2231
2232 Implemented the set trap for Harmony proxies. Proxies still need to
2233 be enabled with the --harmony-proxies flag.
2234
2235
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022362011-05-30: Version 3.4.0
2237
2238 Changed calls to undefined property setters to not throw (issue 1355).
2239
2240 Made RegExp objects not callable.
2241
2242 Fixed issues on special case large JSON strings in new json parser
2243 (issues http://crbug.com/83877 and http://crbug.com/84186).
2244
2245 Performance improvements on all platforms.
2246
2247
danno@chromium.org40cb8782011-05-25 07:58:50 +000022482011-05-25: Version 3.3.10
2249
2250 Fixed calls of strict mode function with an implicit receiver.
2251
2252 Fixed fast handling of arrays to properly deal with changes to the
2253 Object prototype (issue 1403).
2254
2255 Changed strict mode poison pill to be the same type error function
2256 (issue 1387).
2257
2258 Fixed a debug crash in arguments object handling (issue 1227).
2259
2260 Fixed a bug in deoptimization on x64 (issue 1404).
2261
2262 Performance improvements and bug fixes on all platforms.
2263
2264
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022652011-05-23: Version 3.3.9
2266
2267 Added DateTimeFormat class to experimental i18n API.
2268
2269 Extended preparser to give early errors for some strict mode
2270 restrictions.
2271
2272 Removed legacy execScript function from V8.
2273
2274 Extended isolate API with the ability to add embedder-specific
2275 data to an isolate.
2276
2277 Added basic support for polymorphic loads from JS and external
2278 arrays.
2279
2280 Fixed bug in handling of switch statements in the optimizing
2281 compiler.
2282
2283
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000022842011-05-18: Version 3.3.8
2285
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002286 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002287 handles are independent of all other persistent handles and can be
2288 garbage collected more frequently.
2289
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002290 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002291 with the --harmony-proxies flag.
2292
2293 Performance improvements and bug fixes on all platforms.
2294
2295
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000022962011-05-16: Version 3.3.7
2297
2298 Updated MIPS infrastructure files.
2299
2300 Performance improvements and bug fixes on all platforms.
2301
2302
karlklose@chromium.org83a47282011-05-11 11:54:09 +000023032011-05-11: Version 3.3.6
2304
2305 Updated MIPS infrastructure files.
2306
2307 Added method IsCallable for Object to the API.
2308 Patch by Peter Varga.
2309
2310
lrn@chromium.org1c092762011-05-09 09:42:16 +000023112011-05-09: Version 3.3.5
2312
2313 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2314
2315 Added check that receiver is JSObject on API calls.
2316
2317 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2318 Patch by Peter Varga.
2319
2320 Added CallAsFunction method to the Object class in the API (Issue 1336).
2321 Patch by Peter Varga.
2322
2323 Added per-isolate locking and unlocking.
2324
2325 Fixed bug in x64 >>> operator (Issue 1359).
2326
2327
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000023282011-05-04: Version 3.3.4
2329
2330 Implemented API to disallow code generation from strings for a context
2331 (issue 1258).
2332
2333 Fixed bug with whitespaces in parseInt (issue 955).
2334
2335 Fixed bug with == comparison of Date objects (issue 1356).
2336
2337 Added GYP variables for ARM code generation:
2338 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2339 and v8_use_arm_eabi_hardfloat.
2340
2341
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023422011-05-02: Version 3.3.3
2343
2344 Added support for generating Visual Studio solution and project files
2345 using GYP.
2346
2347 Implemented support for ARM EABI calling convention variation where
2348 floating-point arguments are passed in registers (hardfloat).
2349
2350 Added Object::HasOwnProperty() to the API.
2351
2352 Added support for compressing startup data to reduce binary size. This
2353 includes build time support and an API for the embedder to decompress
2354 the startup data before initializing V8.
2355
2356 Reduced the profiling hooks overhead from >400% to 25% when using
2357 ll_prof.
2358
2359 Performance improvements and bug fixes on all platforms.
2360
2361
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023622011-04-27: Version 3.3.2
2363
2364 Fixed crash bug on ARM with no VFP3 hardware.
2365
2366 Fixed compilation of V8 without debugger support.
2367
2368 Improved performance on JSLint.
2369
2370 Added support Float64 WebGL arrays.
2371
2372 Fixed crash bug in regexp replace.
2373
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002374
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000023752011-04-20: Version 3.3.1
2376
2377 Reduced V8 binary size by removing virtual functions from hydrogen.
2378
2379 Fixed crash bug on x64.
2380
2381 Performance improvements on ARM and IA32.
2382
2383
danno@chromium.org160a7b02011-04-18 15:51:38 +000023842011-04-18: Version 3.3.0
2385
2386 Fixed bug in floating point rounding in Crankshaft on ARM
2387 (issue 958)
2388
2389 Fixed a number of issues with running without VFPv3 support on ARM
2390 (issue 1315)
2391
2392 Introduced v8Locale.Collator, a partial implementation of Collator
2393 per last ECMAScript meeting + mailing list.
2394
2395 Minor performance improvements and bug fixes.
2396
2397
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000023982011-04-13: Version 3.2.10
2399
2400 Fixed bug in external float arrays on ARM (issue 1323).
2401
2402 Minor performance improvements and bug fixes.
2403
2404
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000024052011-04-11: Version 3.2.9
2406
2407 Removed support for ABI prior to EABI on ARM.
2408
2409 Fixed multiple crash bugs.
2410
2411 Added GCMole to the repository, a simple static analysis tool that
2412 searches for GC-unsafe evaluation order dependent callsites.
2413
2414 Made preparser API be exported in shared libraries.
2415
2416 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2417
2418 Fixed mutable __proto__ property if object is not extensible
2419 (Issue 1309).
2420
2421 Fixed auto suspension of the sampler thread.
2422
2423
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000024242011-04-06: Version 3.2.8
2425
2426 Exposed WebGL typed array constructors in the shell sample.
2427
2428 Performance improvements on all platforms.
2429
2430
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000024312011-04-04: Version 3.2.7
2432
2433 Disabled the original 'classic' V8 code generator. Crankshaft is
2434 now the default on all platforms.
2435
2436 Changed the heap profiler to use more descriptive names.
2437
2438 Performance and stability improvements to isolates on all platforms.
2439
2440
lrn@chromium.org7516f052011-03-30 08:52:27 +000024412011-03-30: Version 3.2.6
2442
2443 Fixed xcode build warning in shell.cc (out of order initialization).
2444
2445 Fixed null-pointer dereference in the compiler when running without
2446 SSE3 support (Chromium issue 77654).
2447
2448 Fixed x64 compilation error due to some dead code. (Issue 1286)
2449
2450 Introduced scons target to build the preparser stand-alone example.
2451
2452 Made FreeBSD build and pass all tests.
2453
2454
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024552011-03-28: Version 3.2.5
2456
lrn@chromium.org7516f052011-03-30 08:52:27 +00002457 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002458
2459 Added Crankshaft support for external arrays.
2460
2461 Fixed two potential crash bugs.
2462
2463
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024642011-03-23: Version 3.2.4
2465
2466 Added isolates which allows several V8 instances in the same process.
2467 This is controlled through the new Isolate class in the API.
2468
2469 Implemented more of EcmaScript 5 strict mode.
2470
2471 Reduced the time it takes to make detailed heap snapshot.
2472
2473 Added a number of commands to the ARM simulator and enhanced the ARM
2474 disassembler.
2475
2476
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000024772011-03-17: Version 3.2.3
2478
2479 Fixed a number of crash bugs.
2480
2481 Fixed Array::New(length) to return an array with a length (issue 1256).
2482
2483 Fixed FreeBSD build.
2484
2485 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2486
2487 Implemented more of EcmaScript 5 strict mode.
2488
2489 Improved Crankshaft performance on all platforms.
2490
2491
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000024922011-03-14: Version 3.2.2
2493
2494 Fixed a number of crash and correctness bugs.
2495
2496 Improved Crankshaft performance on all platforms.
2497
2498 Fixed Crankshaft on Solaris/Illumos.
2499
2500
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000025012011-03-10: Version 3.2.1
2502
2503 Fixed a number of crash bugs.
2504
2505 Improved Crankshaft for x64 and ARM.
2506
2507 Implemented more of EcmaScript 5 strict mode.
2508
2509
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000025102011-03-07: Version 3.2.0
2511
2512 Fixed a number of crash bugs.
2513
2514 Turned on Crankshaft by default on x64 and ARM.
2515
2516 Improved Crankshaft for x64 and ARM.
2517
2518 Implemented more of EcmaScript 5 strict mode.
2519
2520
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000025212011-03-02: Version 3.1.8
2522
2523 Fixed a number of crash bugs.
2524
2525 Improved Crankshaft for x64 and ARM.
2526
2527 Implemented more of EcmaScript 5 strict mode.
2528
2529 Fixed issue with unaligned reads and writes on ARM.
2530
2531 Improved heap profiler support.
2532
2533
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025342011-02-28: Version 3.1.7
2535
2536 Fixed a number of crash bugs.
2537
2538 Improved Crankshaft for x64 and ARM.
2539
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002540 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002541 arrays (http://crbug.com/73940).
2542
2543 Fixed bug in map space compaction (http://crbug.com/59688).
2544
2545 Added support for direct getter accessors calls on ARM.
2546
2547
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025482011-02-24: Version 3.1.6
2549
2550 Fixed a number of crash bugs.
2551
2552 Added support for Cygwin (issue 64).
2553
2554 Improved Crankshaft for x64 and ARM.
2555
2556 Added Crankshaft support for stores to pixel arrays.
2557
2558 Fixed issue in CPU profiler with Crankshaft.
2559
2560
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025612011-02-16: Version 3.1.5
2562
2563 Change RegExp parsing to disallow /(*)/.
2564
2565 Added GDB JIT support for ARM.
2566
2567 Fixed several crash bugs.
2568
2569 Performance improvements on the IA32 platform.
2570
2571
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000025722011-02-14: Version 3.1.4
2573
2574 Fixed incorrect compare of prototypes of the global object (issue
2575 1082).
2576
2577 Fixed a bug in optimizing calls to global functions (issue 1106).
2578
2579 Made optimized Function.prototype.apply safe for non-JSObject first
2580 arguments (issue 1128).
2581
2582 Fixed an error related to element accessors on Object.prototype and
2583 parser errors (issue 1130).
2584
2585 Fixed a bug in sorting an array with large array indices (issue 1131).
2586
2587 Properly treat exceptions thrown while compiling (issue 1132).
2588
2589 Fixed bug in register requirements for function.apply (issue 1133).
2590
2591 Fixed a representation change bug in the Hydrogen graph construction
2592 (issue 1134).
2593
2594 Fixed the semantics of delete on parameters (issue 1136).
2595
2596 Fixed a optimizer bug related to moving instructions with side effects
2597 (issue 1138).
2598
2599 Added support for the global object in Object.keys (issue 1150).
2600
2601 Fixed incorrect value for Math.LOG10E
2602 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2603
2604 Performance improvements on the IA32 platform.
2605
2606 Implement assignment to undefined reference in ES5 Strict Mode.
2607
2608
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000026092011-02-09: Version 3.1.3
2610
2611 Fixed a bug triggered by functions with huge numbers of declared
2612 arguments.
2613
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002614 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002615
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002616 Fixed issue where Array.prototype.__proto__ had been set to null
2617 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002618
2619 Fixed stability bugs in Crankshaft for x86.
2620
2621
ricow@chromium.org83aa5492011-02-07 12:42:56 +000026222011-02-07: Version 3.1.2
2623
2624 Added better security checks when accessing properties via
2625 Object.getOwnPropertyDescriptor.
2626
2627 Fixed bug in Object.defineProperty and related access bugs (issues
2628 992, 1083 and 1092).
2629
2630 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2631 copyright notice generation for embedders.
2632
2633
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026342011-02-02: Version 3.1.1
2635
2636 Perform security checks before fetching the value in
2637 Object.getOwnPropertyDescriptor.
2638
2639 Fixed a bug in Array.prototype.splice triggered by passing no
2640 arguments.
2641
2642 Fixed bugs in -0 in arithmetic and in Math.pow.
2643
2644 Fixed bugs in the register allocator and in switching from optimized
2645 to unoptimized code.
2646
2647
26482011-01-31: Version 3.1.0
2649
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002650 Performance improvements on all platforms.
2651
2652
ager@chromium.org378b34e2011-01-28 08:04:38 +000026532011-01-28: Version 3.0.12
2654
2655 Added support for strict mode parameter and object property
2656 validation.
2657
2658 Fixed a couple of crash bugs.
2659
2660
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026612011-01-25: Version 3.0.11
2662
2663 Fixed a bug in deletion of lookup slots that could cause global
2664 variables to be accidentally deleted (http://crbug.com/70066).
2665
2666 Added support for strict mode octal literal verification.
2667
2668 Fixed a couple of crash bugs (issues 1070 and 1071).
2669
2670
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000026712011-01-24: Version 3.0.10
2672
2673 Fixed External::Wrap for 64-bit addresses (issue 1037).
2674
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002675 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002676 code generator (issue 1060).
2677
2678 Introduced partial strict mode support.
2679
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002680 Changed formatting of recursive error messages to match Firefox and
2681 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002682
2683 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002684 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002685 (issue http://crbug.com/50972).
2686
2687 Performance improvements on the IA32 platform.
2688
2689
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000026902011-01-19: Version 3.0.9
2691
2692 Added basic GDB JIT Interface integration.
2693
2694 Make invalid break/continue statements a syntax error instead of a
2695 runtime error.
2696
2697
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026982011-01-17: Version 3.0.8
2699
2700 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002701 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002702
2703 Wrapped external pointers more carefully (issue 1037).
2704
2705 Hardened the implementation of error objects to avoid setters
2706 intercepting the properties set then throwing an error.
2707
2708 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2709
2710 Performance improvements on the IA32 platform.
2711
2712
27132011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002714
2715 Stopped calling inherited setters when creating object literals
2716 (issue 1015).
2717
2718 Changed interpretation of malformed \c? escapes in RegExp to match
2719 JSC.
2720
2721 Enhanced the command-line debugger interface and fixed some minor
2722 bugs in the debugger.
2723
2724 Performance improvements on the IA32 platform.
2725
2726
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027272011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002728
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002729 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002730
2731 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002732 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002733
2734 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002735 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002736
2737 Added use_system_v8 option to gyp (off by default), to make it easier
2738 for Linux distributions to ship with system-provided V8 library.
2739
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002740 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002741
2742 Added labelled thread names to help with debugging (on Linux).
2743
2744
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027452011-01-03: Version 3.0.5
2746
2747 Fixed a couple of cast errors for gcc-3.4.3.
2748
2749 Performance improvements in GC and IA32 code generator.
2750
2751
whesse@chromium.org023421e2010-12-21 12:19:12 +000027522010-12-21: Version 3.0.4
2753
2754 Added Date::ResetCache() to the API so that the cached values in the
2755 Date object can be reset to allow live DST / timezone changes.
2756
2757 Extended existing support for printing (while debugging) the contents
2758 of objects. Added support for printing objects from release builds.
2759
2760 Fixed V8 issues 989, 1006, and 1007.
2761
2762
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027632010-12-17: Version 3.0.3
2764
2765 Reapplied all changes for version 3.0.1.
2766
2767 Improved debugger protocol for remote debugging.
2768
2769 Added experimental support for using gyp to generate build files
2770 for V8.
2771
2772 Fixed implementation of String::Write in the API (issue 975).
2773
2774
lrn@chromium.org8541d772010-12-15 12:05:09 +000027752010-12-15: Version 3.0.2
2776
2777 Revert version 3.0.1 and patch 3.0.1.1.
2778
2779
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000027802010-12-13: Version 3.0.1
2781
2782 Added support for an experimental internationalization API as an
2783 extension. This extension is disabled by default but can be enabled
2784 when building V8. The ECMAScript internationalization strawman is
2785 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2786
2787 Made RegExp character class parsing stricter. This mirrors a change
2788 to RegExp parsing in WebKit.
2789
2790 Fixed a bug in Object.defineProperty when used to change attributes
2791 of an existing property. It incorrectly set the property value to
2792 undefined (issue 965).
2793
2794 Fixed several different compilation failures on various platforms
2795 caused by the 3.0.0 release.
2796
2797 Optimized Math.pow so it can work on unboxed doubles.
2798
2799 Sped up quoting of JSON strings by removing one traversal of the
2800 string.
2801
2802
kasperl@chromium.orga5551262010-12-07 12:49:48 +000028032010-12-07: Version 3.0.0
2804
2805 Improved performance by (partially) addressing issue 957 on
2806 IA-32. Still needs more work for the other architectures.
2807
2808
ager@chromium.orgbeb25712010-11-29 08:02:25 +000028092010-11-29: Version 2.5.9
2810
2811 Fixed crashes during GC caused by partially initialize heap
2812 objects.
2813
2814 Fixed bug in process sample that caused memory leaks.
2815
2816 Improved performance on ARM by implementing missing stubs and
2817 inlining.
2818
2819 Improved heap profiler support.
2820
2821 Added separate seeding on Windows of the random number generator
2822 used internally by the compiler (issue 936).
2823
2824 Exposed API for getting the name of the function used to construct
2825 an object.
2826
2827 Fixed date parser to handle one and two digit millisecond
2828 values (issue 944).
2829
2830 Fixed number parsing to disallow space between sign and
2831 digits (issue 946).
2832
2833
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028342010-11-23: Version 2.5.8
2835
2836 Removed dependency on Gay's dtoa.
2837
2838 Improved heap profiler precision and speed.
2839
2840 Reduced overhead of callback invocations on ARM.
2841
2842
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028432010-11-18: Version 2.5.7
2844
2845 Fixed obscure evaluation order bug (issue 931).
2846
2847 Split the random number state between JavaScript and the private API.
2848
2849 Fixed performance bug causing GCs when generating stack traces on
2850 code from very large scripts.
2851
2852 Fixed bug in parser that allowed (foo):42 as a labelled statement
2853 (issue 918).
2854
2855 Provide more accurate results about used heap size via
2856 GetHeapStatistics.
2857
2858 Allow build-time customization of the max semispace size.
2859
2860 Made String.prototype.split honor limit when separator is empty
2861 (issue 929).
2862
2863 Added missing failure check after expecting an identifier in
2864 preparser (Chromium issue 62639).
2865
2866
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028672010-11-10: Version 2.5.6
2868
2869 Added support for VFP rounding modes to the ARM simulator.
2870
2871 Fixed multiplication overflow bug (issue 927).
2872
2873 Added a limit for the amount of executable memory (issue 925).
2874
2875
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000028762010-11-08: Version 2.5.5
2877
2878 Added more aggressive GC of external objects in near out-of-memory
2879 situations.
2880
2881 Fixed a bug that gave the incorrect result for String.split called
2882 on the empty string (issue 924).
2883
2884
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000028852010-11-03: Version 2.5.4
2886
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002887 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002888
2889
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000028902010-11-01: Version 2.5.3
2891
2892 Fixed a bug that prevents constants from overwriting function values
2893 in object literals (issue 907).
2894
2895 Fixed a bug with reporting of impossible nested calls of DOM functions
2896 (issue http://crbug.com/60753).
2897
2898
lrn@chromium.org303ada72010-10-27 09:33:13 +000028992010-10-27: Version 2.5.2
2900
2901 Improved sampler resolution on Linux.
2902
2903 Allowed forcing the use of a simulator from the build script
2904 independently of the host architecture.
2905
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002906 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002907
2908 Made windows-tick-processor respect D8_PATH.
2909
2910 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2911
2912
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000029132010-10-20: Version 2.5.1
2914
2915 Fixed bug causing spurious out of memory exceptions
2916 (issue http://crbug.com/54580).
2917
2918 Fixed compilation error on Solaris platform (issue 901).
2919
2920 Fixed error in strtod (string to floating point number conversion)
2921 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2922
2923 Adjusted randomized allocations of executable memory to have 64k
2924 granularity (issue http://crbug.com/56036).
2925
2926 Supported profiling using kernel perf_events on linux. Added ll_prof
2927 script to tools and --ll-prof flag to V8.
2928
2929
vegorov@chromium.org42841962010-10-18 11:18:59 +000029302010-10-18: Version 2.5.0
2931
2932 Fixed bug in cache handling of lastIndex on global regexps
2933 (issue http://crbug.com/58740).
2934
2935 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2936 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002937 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002938
2939 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2940
2941
29422010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002943
2944 Fixed a bug in the handling of conditional expressions in test
2945 contexts in compiler for top-level code.
2946
2947 Added "//@ sourceURL" information to the StackTrace API.
2948
2949 Exposed RegExp construction through the API.
2950
2951
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029522010-10-04: Version 2.4.8
2953
2954 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2955 whole snapshot (issue 868).
2956
2957 Performance improvements on all platforms.
2958
2959
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029602010-09-30: Version 2.4.7
2961
2962 Changed the command-line flag --max-new-space-size to be in kB and the
2963 flag --max-old-space-size to be in MB (previously they were in bytes).
2964
2965 Added Debug::CancelDebugBreak to the debugger API.
2966
2967 Fixed a bug in getters for negative numeric property names
2968 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2969
2970 Performance improvements on all platforms.
2971
2972
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000029732010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002974
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002975 Fixed assertion failure related to copy-on-write arrays (issue 876).
2976
2977 Fixed build failure of 64-bit V8 on Windows.
2978
2979 Fixed a bug in RegExp (issue http://crbug.com/52801).
2980
2981 Improved the profiler's coverage to cover more functions (issue 858).
2982
2983 Fixed error in shift operators on 64-bit V8
2984 (issue http://crbug.com/54521).
2985
2986
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000029872010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002988
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002989 Changed the RegExp benchmark to exercise the regexp engine on different
2990 inputs by scrambling the input strings.
2991
2992 Fixed a bug in keyed loads on strings.
2993
2994 Fixed a bug with loading global function prototypes.
2995
2996 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2997
2998 Performance improvements on all platforms.
2999
3000
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000030012010-09-15: Version 2.4.4
3002
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003003 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003004
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003005 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003006
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003007 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003008
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003009 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003010
3011
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000030122010-09-13: Version 2.4.3
3013
3014 Made Date.parse properly handle TZ offsets (issue 857).
3015
3016 Performance improvements on all platforms.
3017
3018
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000030192010-09-08: Version 2.4.2
3020
3021 Fixed GC crash bug.
3022
3023 Fixed stack corruption bug.
3024
3025 Fixed compilation for newer C++ compilers that found Operand(0)
3026 ambiguous.
3027
3028
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000030292010-09-06: Version 2.4.1
3030
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003031 Added the ability for an embedding application to receive a callback
3032 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3033 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003034
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003035 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003036
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003037 Fixed memory overrun crash bug triggered during V8's tick-based
3038 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003039
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003040 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003041
3042
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030432010-09-01: Version 2.4.0
3044
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003045 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3046 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003047
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003048 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003049 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003050
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003051 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003052
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003053 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003054
3055
ricow@chromium.org65fae842010-08-25 15:26:24 +000030562010-08-25: Version 2.3.11
3057
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003058 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003059
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003060 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003061 VARIANT_FLAGS that allows specification of sets of flags with which
3062 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003063
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003064 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003065
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003066 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003067
3068
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000030692010-08-23: Version 2.3.10
3070
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003071 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003072
3073 Build fixes for unusual compilers.
3074
3075 Track high water mark for RWX memory.
3076
3077 Performance improvements on all platforms.
3078
3079
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000030802010-08-18: Version 2.3.9
3081
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003082 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003083
3084 Removed specialized handling of GCC 4.4 (issue 830).
3085
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003086 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003087 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3088
ricow@chromium.org65fae842010-08-25 15:26:24 +00003089 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003090
3091
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000030922010-08-16: Version 2.3.8
3093
3094 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3095
3096 Fixed issue with incorrect handling of custom valueOf methods on
3097 string wrappers (issue 760).
3098
3099 Fixed compilation for ARMv4 (issue 590).
3100
3101 Improved performance.
3102
3103
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000031042010-08-11: Version 2.3.7
3105
3106 Reduced size of heap snapshots produced by heap profiler (issue 783).
3107
3108 Introduced v8::Value::IsRegExp method.
3109
3110 Fixed CPU profiler crash in start / stop sequence when non-existent
3111 name is passed (issue http://crbug.com/51594).
3112
3113 Introduced new indexed property query callbacks API (issue 816). This
3114 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3115 by default.
3116
3117 Removed support for object literal get/set with number/string
3118 property name.
3119
3120 Fixed handling of JSObject::elements in CalculateNetworkSize
3121 (issue 822).
3122
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003123 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003124
3125
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000031262010-08-09: Version 2.3.6
3127
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003128 RegExp literals create a new object every time they are evaluated
3129 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003130
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003131 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003132
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003133 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003134
3135
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031362010-08-04: Version 2.3.5
3137
3138 Added support for ES5 property names. Object initialisers and
3139 dot-notation property access now allows keywords. Also allowed
3140 non-identifiers after "get" or "set" in an object initialiser.
3141
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003142 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003143
3144
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031452010-08-02: Version 2.3.4
3146
3147 Fixed problems in implementation of ES5 function.prototype.bind.
3148
3149 Fixed error when using apply with arguments object on ARM (issue 784).
3150
3151 Added setting of global flags to debugger protocol.
3152
3153 Fixed an error affecting cached results of sin and cos (issue 792).
3154
3155 Removed memory leak from a boundary case where V8 is not initialized.
3156
3157 Fixed issue where debugger could set breakpoints outside the body
3158 of a function.
3159
3160 Fixed issue in debugger when using both live edit and step in features.
3161
3162 Added Number-letter (Nl) category to Unicode tables. These characters
3163 can now be used in identifiers.
3164
3165 Fixed an assert failure on X64 (issue 806).
3166
3167 Performance improvements on all platforms.
3168
3169
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000031702010-07-26: Version 2.3.3
3171
3172 Fixed error when building the d8 shell in a fresh checkout.
3173
3174 Implemented Function.prototype.bind (ES5 15.3.4.5).
3175
3176 Fixed an error in inlined stores on ia32.
3177
3178 Fixed an error when setting a breakpoint at the end of a function
3179 that does not end with a newline character.
3180
3181 Performance improvements on all platforms.
3182
3183
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000031842010-07-21: Version 2.3.2
3185
3186 Fixed compiler warnings when building with LLVM.
3187
3188 Fixed a bug with for-in applied to strings (issue 785).
3189
3190 Performance improvements on all platforms.
3191
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003192
ricow@chromium.org4980dff2010-07-19 08:33:45 +000031932010-07-19: Version 2.3.1
3194
3195 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3196
3197 Fixed bug related to code flushing while compiling a lazy
3198 compilable function (issue http://crbug.com/49099).
3199
3200 Performance improvements on all platforms.
3201
3202
ager@chromium.orgb5737492010-07-15 09:29:43 +000032032010-07-15: Version 2.3.0
3204
3205 Added ES5 Object.seal and Object.isSealed.
3206
3207 Added debugger API for scheduling debugger commands from a
3208 separate thread.
3209
3210
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000032112010-07-14: Version 2.2.24
3212
3213 Added API for capturing stack traces for uncaught exceptions.
3214
3215 Fixed crash bug when preparsing from a non-external V8 string
3216 (issue 775).
3217
3218 Fixed JSON.parse bug causing input not to be converted to string
3219 (issue 764).
3220
3221 Added ES5 Object.freeze and Object.isFrozen.
3222
3223 Performance improvements on all platforms.
3224
3225
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000032262010-07-07: Version 2.2.23
3227
3228 API change: Convert Unicode code points outside the basic multilingual
3229 plane to the replacement character. Previous behavior was to silently
3230 truncate the value to 16 bits.
3231
3232 Fixed crash: handle all flat string types in regexp replace.
3233
3234 Prevent invalid pre-parsing data passed in through the API from
3235 crashing V8.
3236
3237 Performance improvements on all platforms.
3238
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003239
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032402010-07-05: Version 2.2.22
3241
3242 Added ES5 Object.isExtensible and Object.preventExtensions.
3243
3244 Enabled building V8 as a DLL.
3245
3246 Fixed a bug in date code where -0 was not interpreted as 0
3247 (issue 736).
3248
3249 Performance improvements on all platforms.
3250
3251
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032522010-06-30: Version 2.2.21
3253
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003254 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003255
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003256 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003257
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003258 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003259
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003260 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003261
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003262 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003263
3264 Provide actual breakpoints locations in response to setBreakpoint
3265 and listBreakpoints requests.
3266
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003267
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000032682010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003269
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003270 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003271
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003272 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003273
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003274 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003275
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003276 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003277 miscalculated for some inputs.
3278
3279 Performance improvements on all platforms.
3280
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003281
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000032822010-06-23: Version 2.2.19
3283
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003284 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003285 (issue 738).
3286
3287 Added expose-externalize-string flag for testing extensions.
3288
3289 Resolve linker issues with using V8 as a DLL causing a number of
3290 problems with unresolved symbols.
3291
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003292 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003293 defined.
3294
3295 Performance improvements on all platforms.
3296
3297
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000032982010-06-16: Version 2.2.18
3299
3300 Added API functions to retrieve information on indexed properties
3301 managed by the embedding layer. Fixes bug 737.
3302
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003303 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003304
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003305 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003306
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003307 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003308
3309 Incremental performance improvements.
3310
3311
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000033122010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003313
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003314 Improved debugger support for stepping out of functions.
3315
3316 Incremental performance improvements.
3317
3318
33192010-06-09: Version 2.2.16
3320
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003321 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003322 disposal of external string resources to call a virtual Dispose
3323 method on the resource.
3324
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003325 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003326 stepping.
3327
3328 Memory usage improvements on all platforms.
3329
3330
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000033312010-06-07: Version 2.2.15
3332
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003333 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003334
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003335 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003336 some compilers complaint when compiling with -Werror.
3337
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003338 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003339
3340
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033412010-06-02: Version 2.2.14
3342
3343 Fixed a crash in code generated for String.charCodeAt.
3344
3345 Fixed a compilation issue with some GCC versions (issue 727).
3346
3347 Performance optimizations on x64 and ARM platforms.
3348
3349
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033502010-05-31: Version 2.2.13
3351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003352 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003353 strings (issue 599).
3354
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003355 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003356
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003357 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003358
3359 Performance improvements on all platforms.
3360
3361
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033622010-05-26: Version 2.2.12
3363
3364 Allowed accessors to be defined on objects rather than just object
3365 templates.
3366
3367 Changed the ScriptData API.
3368
3369
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000033702010-05-21: Version 2.2.11
3371
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003372 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003373
3374 Use 'full compiler' when debugging is active. This should increase
3375 the density of possible break points, making single step more fine
3376 grained. This will only take effect for functions compiled after
3377 debugging has been started, so recompilation of all functions is
3378 required to get the full effect. IA32 and x64 only for now.
3379
3380 Misc. fixes to the Solaris build.
3381
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003382 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003383
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003384 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003385
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003386 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003387
3388 Incremental performance improvements in all backends.
3389
3390
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000033912010-05-17: Version 2.2.10
3392
3393 Performance improvements in the x64 and ARM backends.
3394
3395
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000033962010-05-10: Version 2.2.9
3397
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003398 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003399
3400 Fixed bug with Date.parse returning a non-NaN value when called on a
3401 non date string (issue 696).
3402
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003403 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003404 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003405
3406 C++ API for retrieving JavaScript stack trace information.
3407
3408
ager@chromium.orgac091b72010-05-05 07:34:42 +000034092010-05-05: Version 2.2.8
3410
3411 Performance improvements in the x64 and ARM backends.
3412
3413
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000034142010-05-03: Version 2.2.7
3415
3416 Added support for ES5 date time string format to Date.parse.
3417
3418 Performance improvements in the x64 backend.
3419
3420
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000034212010-04-28: Version 2.2.6
3422
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003423 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003424 (by Ryan Dahl <coldredlemur@gmail.com>).
3425
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003426 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003427
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003428 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003429
3430 Performance improvements on all platforms.
3431
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003432
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000034332010-04-26: Version 2.2.5
3434
3435 Various performance improvements (especially for ARM and x64)
3436
3437 Fixed bug in CPU profiling (http://crbug.com/42137)
3438
3439 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003440
3441 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003442 wrong calculations.
3443
3444 Fixed a bug that may cause a wrong result for shift operations.
3445
3446
34472010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003448
3449 Fixed warnings on arm on newer GCC versions.
3450
3451 Fixed a number of minor bugs.
3452
3453 Performance improvements on all platforms.
3454
3455
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034562010-04-14: Version 2.2.3
3457
3458 Added stack command and mem command to ARM simulator debugger.
3459
3460 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3461
3462 Performance improvements on all platforms.
3463
3464
ager@chromium.org357bf652010-04-12 11:30:10 +000034652010-04-12: Version 2.2.2
3466
3467 Introduced new profiler API.
3468
3469 Fixed random number generator to produce full 32 random bits.
3470
3471
lrn@chromium.org25156de2010-04-06 13:10:27 +000034722010-04-06: Version 2.2.1
3473
3474 Debugger improvements.
3475
3476 Fixed minor bugs.
3477
3478
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000034792010-03-29: Version 2.2.0
3480
3481 Fixed a few minor bugs.
3482
3483 Performance improvements for string operations.
3484
3485
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000034862010-03-26: Version 2.1.10
3487
3488 Fixed scons build issues.
3489
3490 Fixed a couple of minor bugs.
3491
3492
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000034932010-03-25: Version 2.1.9
3494
3495 Added API support for reattaching a global object to a context.
3496
3497 Extended debugger API with access to the internal debugger context.
3498
3499 Fixed Chromium crashes (issues http://crbug.com/39128 and
3500 http://crbug.com/39160)
3501
3502
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000035032010-03-24: Version 2.1.8
3504
3505 Added fine-grained garbage collection callbacks to the API.
3506
3507 Performance improvements on all platforms.
3508
3509
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000035102010-03-22: Version 2.1.7
3511
3512 Fixed issue 650.
3513
3514 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003515
3516 Performance improvements for arithmetic operations.
3517
3518 Performance improvements for string operations.
3519
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003520 Print script name and line number information in stack trace.
3521
3522
35232010-03-17: Version 2.1.6
3524
3525 Performance improvements for arithmetic operations.
3526
3527 Performance improvements for string operations.
3528
3529
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000035302010-03-10: Version 2.1.4
3531
3532 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3533
3534 Performance improvements on all platforms.
3535
3536
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035372010-03-10: Version 2.1.3
3538
3539 Added API method for context-disposal notifications.
3540
3541 Added API method for accessing elements by integer index.
3542
3543 Added missing implementation of Uint32::Value and Value::IsUint32
3544 API methods.
3545
3546 Added IsExecutionTerminating API method.
3547
3548 Disabled strict aliasing for GCC 4.4.
3549
3550 Fixed string-concatenation bug (issue 636).
3551
3552 Performance improvements on all platforms.
3553
3554
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035552010-02-23: Version 2.1.2
3556
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003557 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003558
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003559 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003560
3561 Performance improvements on all platforms.
3562
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003563
ager@chromium.org5c838252010-02-19 08:53:10 +000035642010-02-19: Version 2.1.1
3565
3566 [ES5] Implemented Object.defineProperty.
3567
3568 Improved profiler support.
3569
3570 Added SetPrototype method in the public V8 API.
3571
3572 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3573 objects in the API.
3574
3575 Performance improvements on all platforms.
3576
3577
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000035782010-02-03: Version 2.1.0
3579
3580 Values are now always wrapped in objects when used as a receiver.
3581 (issue 223).
3582
3583 [ES5] Implemented Object.getOwnPropertyNames.
3584
3585 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3586 JSON grammar.
3587
3588 Improvement of debugger agent (issue 549 and 554).
3589
3590 Fixed problem with skipped stack frame in profiles (issue 553).
3591
3592 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3593 <ry@tinyclouds.org>.
3594
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003595 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003596 integers.
3597
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003598 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003599 functions (isue http://crbug.com/3867).
3600
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003601 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003602
3603 Numerous performance improvements including porting of previous IA-32
3604 optimizations to x64 and ARM architectures.
3605
3606
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000036072010-01-14: Version 2.0.6
3608
3609 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3610 GetOwnProperty, FromPropertyDescriptor.
3611
3612 Fixed Mac x64 build errors.
3613
3614 Improved performance of some math and string operations.
3615
3616 Improved performance of some regexp operations.
3617
3618 Improved performance of context creation.
3619
3620 Improved performance of hash tables.
3621
3622
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000036232009-12-18: Version 2.0.5
3624
3625 Extended to upper limit of map space to allow for 7 times as many map
3626 to be allocated (issue 524).
3627
3628 Improved performance of code using closures.
3629
3630 Improved performance of some binary operations involving doubles.
3631
3632
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000036332009-12-16: Version 2.0.4
3634
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003635 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003636
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003637 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003638
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003639 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003640
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003641 Improved handling of external strings by using a separate table
3642 instead of weak handles. This improves garbage collection
3643 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003644
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003645 Changed code generation for object and array literals in toplevel
3646 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003647
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003648 Fixed a crash bug triggered when garbage collection happened during
3649 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003650
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003651 Fixed crash bug sometimes triggered when local variables shadowed
3652 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003653
3654
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036552009-12-03: Version 2.0.3
3656
3657 Optimized handling and adding of strings, for-in and Array.join.
3658
3659 Heap serialization is now non-destructive.
3660
3661 Improved profiler support with information on time spend in C++
3662 callbacks registered through the API.
3663
3664 Added commands to the debugger protocol for starting/stopping
3665 profiling.
3666
3667 Enabled the non-optimizing compiler for top-level code.
3668
3669 Changed the API to only allow strings to be set as data objects on
3670 Contexts and scripts to avoid potentially keeping global objects
3671 around for too long (issue 528).
3672
3673 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3674
3675 Fixed bugs.
3676
3677
ager@chromium.org01beca72009-11-24 14:29:16 +000036782009-11-24: Version 2.0.2
3679
3680 Improved profiler support.
3681
3682 Fixed bug that broke compilation of d8 with readline support.
3683
3684
ager@chromium.org6141cbe2009-11-20 12:14:52 +000036852009-11-20: Version 2.0.1
3686
3687 Fixed crash bug in String.prototype.replace.
3688
3689 Reverted a change which caused Chromium interactive ui test
3690 failures.
3691
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003692
ager@chromium.orgc4c92722009-11-18 14:12:51 +000036932009-11-18: Version 2.0.0
3694
3695 Added support for VFP on ARM.
3696
3697 Added TryCatch::ReThrow method to the API.
3698
3699 Reduced the size of snapshots and improved the snapshot load time.
3700
3701 Improved heap profiler support.
3702
3703 64-bit version now supported on Windows.
3704
3705 Fixed a number of debugger issues.
3706
3707 Fixed bugs.
3708
3709
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000037102009-10-29: Version 1.3.18
3711
3712 Reverted a change which caused crashes in RegExp replace.
3713
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003714 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003715
3716
ager@chromium.org3811b432009-10-28 14:53:37 +000037172009-10-28: Version 1.3.17
3718
3719 Added API method to get simple heap statistics.
3720
3721 Improved heap profiler support.
3722
3723 Fixed the implementation of the resource constraint API so it
3724 works when using snapshots.
3725
3726 Fixed a number of issues in the Windows 64-bit version.
3727
3728 Optimized calls to API getters.
3729
3730 Added valgrind notification on code modification to the 64-bit version.
3731
3732 Fixed issue where we logged shared library addresses on Windows at
3733 startup and never used them.
3734
3735
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037362009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003737
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003738 X64: Convert smis to holding 32 bits of payload.
3739
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003740 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003741
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003742 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003743
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003744 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003745 Patch by Jan de Mooij <jandemooij@gmail.com>
3746
3747 Implement ES5 Array.isArray
3748 Patch by Jan de Mooij <jandemooij@gmail.com>
3749
3750 Skip access checks for hidden properties.
3751
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003752 Added String::Concat(Handle<String> left, Handle<String> right) to the
3753 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003754
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003755 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003756
3757
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037582009-10-07: Version 1.3.15
3759
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003760 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003761
3762 Fixed a crash bug happening when starting profiling (issue
3763 http://crbug.com/23768).
3764
3765
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037662009-10-07: Version 1.3.14
3767
3768 Added GetRealNamedProperty to the API to lookup real properties
3769 located on the object or in the prototype chain skipping any
3770 interceptors.
3771
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003772 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003773 stack limit now needs to be set to each thread thich is used with V8.
3774
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003775 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003776
3777 Ensure V8 is initialized before locking and unlocking threads.
3778
3779 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003780 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003781 Crockford from the project.
3782
3783 Added a missing optimization in StringCharAt.
3784
3785 Fixed some flaky socket tests.
3786
3787 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3788 in 64-bit mode.
3789
3790 Fixed memory leaks in the thread management code.
3791
3792 Fixed the result of assignment to a pixel array. The assigned value
3793 is now the result.
3794
3795 Error reporting for invalid left-hand sides in for-in statements, pre-
3796 and postfix count expressions, and assignments now matches the JSC
3797 behavior in Safari 4.
3798
3799 Follow the spec in disallowing function declarations without a name.
3800
3801 Always allocate code objects within a 2 GB range. On x64 architecture
3802 this is used to use near calls (32-bit displacement) in Code objects.
3803
3804 Optimized array construction ported to x64 and ARM architectures.
3805
3806 [ES5] Changed Object.keys to return strings for element indices.
3807
3808
ager@chromium.org68e7ab72009-09-23 09:40:39 +000038092009-09-23: Version 1.3.13
3810
3811 Fixed uninitialized memory problem.
3812
3813 Improved heap profiler support.
3814
3815
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000038162009-09-22: Version 1.3.12
3817
3818 Changed behavior of |function|.toString() on built-in functions to
3819 be compatible with other implementations. Patch by Jan de Mooij.
3820
3821 Added Object::IsDirty in the API.
3822
3823 Optimized array construction; it is now handled purely in native
3824 code.
3825
3826 [ES5] Made properties of the arguments array enumerable.
3827
3828 [ES5] Added test suite adapter for the es5conform test suite.
3829
3830 [ES5] Added Object.keys function.
3831
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003832
ager@chromium.org4af710e2009-09-15 12:20:11 +000038332009-09-15: Version 1.3.11
3834
3835 Fixed crash in error reporting during bootstrapping.
3836
3837 Optimized generated IA32 math code by using SSE2 instructions when
3838 available.
3839
3840 Implemented missing pieces of debugger infrastructure on ARM. The
3841 debugger is now fully functional on ARM.
3842
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003843 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003844
3845
ager@chromium.orga1645e22009-09-09 19:27:10 +000038462009-09-09: Version 1.3.10
3847
3848 Fixed profiler on Mac in 64-bit mode.
3849
3850 Optimized creation of objects from simple constructor functions on
3851 ARM.
3852
3853 Fixed a number of debugger issues.
3854
3855 Reduced the amount of memory consumed by V8.
3856
3857
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038582009-09-02: Version 1.3.9
3859
3860 Optimized stack guard checks on ARM.
3861
3862 Optimized API operations by inlining more in the API.
3863
3864 Optimized creation of objects from simple constructor functions.
3865
3866 Enabled a number of missing optimizations in the 64-bit port.
3867
3868 Implemented native-code support for regular expressions on ARM.
3869
3870 Stopped using the 'sahf' instruction on 64-bit machines that do
3871 not support it.
3872
3873 Fixed a bug in the support for forceful termination of JavaScript
3874 execution.
3875
3876
ager@chromium.org96c75b52009-08-26 09:13:16 +000038772009-08-26: Version 1.3.8
3878
3879 Changed the handling of idle notifications to allow idle
3880 notifications when V8 has not yet been initialized.
3881
3882 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003883
ager@chromium.org96c75b52009-08-26 09:13:16 +00003884
ager@chromium.orgab99eea2009-08-25 07:05:41 +000038852009-08-25: Version 1.3.7
3886
3887 Reduced the size of generated code on ARM platforms by reducing
3888 the size of constant pools.
3889
3890 Changed build files to not include the 'ENV' user environment
3891 variable in the build environment.
3892
3893 Changed the handling of idle notifications.
3894
3895
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000038962009-08-21: Version 1.3.6
3897
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003898 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003899
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003900 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003901 a low memory situation to V8.
3902
3903 Changed the handling of global handles (persistent handles in the API
3904 sense) to avoid issues regarding allocation of new global handles
3905 during weak handle callbacks.
3906
3907 Changed the growth policy of the young space.
3908
3909 Fixed a GC issue introduced in version 1.3.5.
3910
3911
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000039122009-08-19: Version 1.3.5
3913
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003914 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003915
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003916 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003917
3918 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3919
3920 Changed typeof RegExp from 'object' to 'function' for compatibility.
3921 Fixed bug where regexps were not callable across contexts.
3922
3923 Added context independent script compilation to the API.
3924
3925 Added API call to get the stack trace for an exception.
3926
3927 Added API for getting object mirrors.
3928
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003929 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003930 running off a snapshot generated without using SSE3 instructions.
3931
3932 Tweaked the handling of the initial size and growth policy of the heap.
3933
3934 Added native code generation for RegExp to 64-bit version.
3935
3936 Added JavaScript debugger support to 64-bit version.
3937
3938
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039392009-08-13: Version 1.3.4
3940
3941 Added a readline() command to the d8 shell.
3942
3943 Fixed bug in json parsing.
3944
3945 Added idle notification to the API and reduced memory on idle
3946 notifications.
3947
3948
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039492009-08-12: Version 1.3.3
3950
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003951 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003952
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003953 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003954
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003955 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003956
3957 API: added function to find instance of template in prototype
3958 chain. Inlined Object::IsInstanceOf.
3959
3960 Land change to notify valgrind when we modify code on x86.
3961
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003962 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003963
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003964 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003965
3966
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039672009-08-05: Version 1.3.2
3968
3969 Started new compiler infrastructure for two-pass compilation using a
3970 control flow graph constructed from the AST.
3971
3972 Profiler stack sampling for X64.
3973
3974 Safe handling of NaN to Posix platform-dependent time functions.
3975
3976 Added a new profiler control API to unify controlling various aspects
3977 of profiling.
3978
3979 Fixed issue 392.
3980
3981
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000039822009-07-30: Version 1.3.1
3983
3984 Speed improvements to accessors and interceptors.
3985
3986 Added support for capturing stack information on custom errors.
3987
3988 Added support for morphing an object into a pixel array where its
3989 indexed properties are stored in an external byte array. Values written
3990 are always clamped to the 0..255 interval.
3991
3992 Profiler on x64 now handles C/C++ functions from shared libraries.
3993
3994 Changed the debugger to avoid stepping into function.call/apply if the
3995 function is a built-in.
3996
3997 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003998
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003999 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004000
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004001 Optimized the called as constructor check for API calls.
4002
4003
kasperl@chromium.orge959c182009-07-27 08:59:04 +000040042009-07-27: Version 1.3.0
4005
4006 Allowed RegExp objects to be called as functions (issue 132).
4007
4008 Fixed issue where global property cells would escape after
4009 detaching the global object; see http://crbug.com/16276.
4010
4011 Added support for stepping into setters and getters in the
4012 debugger.
4013
4014 Changed the debugger to avoid stopping in its own JavaScript code
4015 and in the code of built-in functions.
4016
4017 Fixed issue 345 by avoiding duplicate escaping labels.
4018
4019 Fixed ARM code generator crash in short-circuited boolean
4020 expressions and added regression tests.
4021
4022 Added an external allocation limit to avoid issues where small V8
4023 objects would hold on to large amounts of external memory without
4024 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004025
4026 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004027
4028
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000040292009-07-13: Version 1.2.14
4030
4031 Added separate paged heap space for global property cells and
4032 avoid updating the write barrier when storing into them.
4033
4034 Improved peep-hole optimization on ARM platforms by not emitting
4035 unnecessary debug information.
4036
4037 Re-enabled ICs for loads and calls that skip a global object
4038 during lookup through the prototype chain.
4039
4040 Allowed access through global proxies to use ICs.
4041
4042 Fixed issue 401.
4043
4044
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040452009-07-09: Version 1.2.13
4046
4047 Fixed issue 397, issue 398, and issue 399.
4048
4049 Added support for breakpoint groups.
4050
4051 Fixed bugs introduced with the new global object representation.
4052
4053 Fixed a few bugs in the ARM code generator.
4054
4055
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040562009-07-06: Version 1.2.12
4057
4058 Added stack traces collection to Error objects accessible through
4059 the e.stack property.
4060
4061 Changed RegExp parser to use a recursive data structure instead of
4062 stack-based recursion.
4063
4064 Optimized Date object construction and string concatenation.
4065
4066 Improved performance of div, mod, and mul on ARM platforms.
4067
4068
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000040692009-07-02: Version 1.2.11
4070
4071 Improved performance on IA-32 and ARM.
4072
4073 Fixed profiler sampler implementation on Mac OS X.
4074
4075 Changed the representation of global objects to improve
4076 performance of adding a lot of new properties.
4077
4078
ager@chromium.org3e875802009-06-29 08:26:34 +000040792009-06-29: Version 1.2.10
4080
4081 Improved debugger support.
4082
4083 Fixed bug in exception message reporting (issue 390).
4084
4085 Improved overall performance.
4086
4087
ager@chromium.org5aa501c2009-06-23 07:57:28 +000040882009-06-23: Version 1.2.9
4089
4090 Improved math performance on ARM.
4091
4092 Fixed profiler name-inference bug.
4093
4094 Fixed handling of shared libraries in the profiler tick processor
4095 scripts.
4096
4097 Fixed handling of tests that time out in the test scripts.
4098
4099 Fixed compilation on MacOS X version 10.4.
4100
4101 Fixed two bugs in the regular expression engine.
4102
4103 Fixed a bug in the string type inference.
4104
4105 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004106
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004107 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004108
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004109
ager@chromium.orgeadaf222009-06-16 09:43:10 +000041102009-06-16: Version 1.2.8
4111
4112 Optimized math on ARM platforms.
4113
4114 Fixed two crash bugs in the handling of getters and setters.
4115
4116 Improved the debugger support by adding scope chain information.
4117
4118 Improved the profiler support by compressing log data transmitted
4119 to clients.
4120
4121 Improved overall performance.
4122
4123
ager@chromium.orge2902be2009-06-08 12:21:35 +000041242009-06-08: Version 1.2.7
4125
4126 Improved debugger and profiler support.
4127
4128 Reduced compilation time by improving the handling of deferred
4129 code.
4130
4131 Optimized interceptor accesses where the property is on the object
4132 on which the interceptors is attached.
4133
4134 Fixed compilation problem on GCC 4.4 by changing the stack
4135 alignment to 16 bytes.
4136
4137 Fixed handle creation to follow stric aliasing rules.
4138
4139 Fixed compilation on FreeBSD.
4140
4141 Introduced API for forcing the deletion of a property ignoring
4142 interceptors and attributes.
4143
4144
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041452009-05-29: Version 1.2.6
4146
4147 Added a histogram recording hit rates at different levels of the
4148 compilation cache.
4149
4150 Added stack overflow check for the RegExp analysis phase. Previously a
4151 very long regexp graph could overflow the stack with recursive calls.
4152
4153 Use a dynamic buffer when collecting log events in memory.
4154
4155 Added start/stop events to the profiler log.
4156
4157 Fixed infinite loop which could happen when setting a debug break while
4158 executing a RegExp compiled to native code.
4159
4160 Fixed handling of lastIndexOf called with negative index (issue 351).
4161
4162 Fixed irregular crash in profiler test (issue 358).
4163
4164 Fixed compilation issues with some versions of gcc.
4165
4166
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041672009-05-26: Version 1.2.5
4168
4169 Fixed bug in initial boundary check for Boyer-Moore text
4170 search (issue 349).
4171
4172 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4173 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4174 Craig Schlenter.
4175
4176 Added a script cache to the debugger.
4177
4178 Optimized compilation performance by improving internal data
4179 structures and avoiding expensive property load optimizations for
4180 code that's infrequently executed.
4181
4182 Exposed the calling JavaScript context through the static API
4183 function Context::GetCalling().
4184
4185
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000041862009-05-18: Version 1.2.4
4187
4188 Improved performance of floating point number allocation for ARM
4189 platforms.
4190
4191 Fixed crash when using the instanceof operator on functions with
4192 number values in their prototype chain (issue 341).
4193
4194 Optimized virtual frame operations in the code generator to speed
4195 up compilation time and allocated the frames in the zone.
4196
4197 Made the representation of virtual frames and jump targets in the
4198 code generator much more compact.
4199
4200 Avoided linear search for non-locals in scope code when resolving
4201 variables inside with and eval scopes.
4202
4203 Optimized lexical scanner by dealing with whitespace as part of
4204 the token scanning instead of as a separate step before it.
4205
4206 Changed the scavenging collector so that promoted objects do not
4207 reside in the old generation while their remembered set is being
4208 swept for pointers into the young generation.
4209
4210 Fixed numeric overflow handling when compiling count operations.
4211
4212
ager@chromium.org9085a012009-05-11 19:22:57 +000042132009-05-11: Version 1.2.3
4214
4215 Fixed bug in reporting of out-of-memory situations.
4216
4217 Introduced hidden prototypes on certain builtin prototype objects
4218 such as String.prototype to emulate JSC's behavior of restoring
4219 the original function when deleting functions from those prototype
4220 objects.
4221
4222 Fixed crash bug in the register allocator.
4223
4224
ager@chromium.org5ec48922009-05-05 07:25:34 +000042252009-05-04: Version 1.2.2
4226
4227 Fixed bug in array sorting for sparse arrays (issue 326).
4228
4229 Added support for adding a soname when building a shared library
4230 on Linux (issue 151).
4231
4232 Fixed bug caused by morphing internal ASCII strings to external
4233 two-byte strings. Slices over ASCII strings have to forward ASCII
4234 checks to the underlying buffer string.
4235
4236 Allowed API call-as-function handlers to be called as
4237 constructors.
4238
4239 Fixed a crash bug where an external string was disposed but a
4240 slice of the external string survived as a symbol.
4241
4242
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042432009-04-27: Version 1.2.1
4244
4245 Added EcmaScript 5 JSON object.
4246
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004247 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004248
4249
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042502009-04-23: Version 1.2.0
4251
4252 Optimized floating-point operations on ARM.
4253
4254 Added a number of extensions to the debugger API.
4255
4256 Changed the enumeration order for unsigned integer keys to always
4257 be numerical order.
4258
4259 Added a "read" extension to the shell sample.
4260
4261 Added support for Array.prototype.reduce and
4262 Array.prototype.reduceRight.
4263
4264 Added an option to the SCons build to control Microsoft Visual C++
4265 link-time code generation.
4266
4267 Fixed a number of bugs (in particular issue 315, issue 316,
4268 issue 317 and issue 318).
4269
4270
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000042712009-04-15: Version 1.1.10
4272
4273 Fixed crash bug that occurred when loading a const variable in the
4274 presence of eval.
4275
4276 Allowed using with and eval in registered extensions in debug mode
4277 by fixing bogus assert.
4278
4279 Fixed the source position for function returns to enable the
4280 debugger to break there.
4281
4282
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000042832009-04-14: Version 1.1.9
4284
4285 Made the stack traversal code in the profiler robust by avoiding
4286 to look into the heap.
4287
4288 Added name inferencing for anonymous functions to facilitate
4289 debugging and profiling.
4290
4291 Re-enabled stats timers in the developer shell (d8).
4292
4293 Fixed issue 303 by avoiding to shortcut cons-symbols.
4294
4295
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000042962009-04-11: Version 1.1.8
4297
4298 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4299
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004300 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004301 the debugger (issue 269).
4302
4303 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4304 are no hidden properties.
4305
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004306 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004307 entries with deleted resources would lead to NPEs when looking
4308 up in the symbol table.
4309
4310
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000043112009-04-07: Version 1.1.7
4312
4313 Added support for easily importing additional environment
4314 variables into the SCons build.
4315
4316 Optimized strict equality checks.
4317
4318 Fixed crash in indexed setters on objects without a corresponding
4319 getter (issue 298).
4320
4321 Re-enabled script compilation cache.
4322
4323
ager@chromium.org8682a592009-04-01 10:47:14 +000043242009-04-01: Version 1.1.6
4325
4326 Reverted an unsafe code generator change.
4327
4328
ager@chromium.org71daaf62009-04-01 07:22:49 +000043292009-04-01: Version 1.1.5
4330
4331 Fixed bug that caused function literals to not be optimized as
4332 much as other functions.
4333
4334 Improved profiler support.
4335
4336 Fixed a crash bug in connection with debugger unloading.
4337
4338 Fixed a crash bug in the code generator caused by losing the
4339 information that a frame element was copied.
4340
4341 Fixed an exception propagation bug that could cause non-null
4342 return values when exceptions were thrown.
4343
4344
ager@chromium.org41826e72009-03-30 13:30:57 +000043452009-03-30: Version 1.1.4
4346
4347 Optimized String.prototype.match.
4348
4349 Improved the stack information in profiles.
4350
4351 Fixed bug in ARM port making it possible to compile the runtime
4352 system for thumb mode again.
4353
4354 Implemented a number of optimizations in the code generator.
4355
4356 Fixed a number of memory leaks in tests.
4357
4358 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004359 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004360
4361
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043622009-03-24: Version 1.1.3
4363
4364 Fixed assertion failures in compilation of loop conditions.
4365
4366 Removed STL dependency from developer shell (d8).
4367
4368 Added infrastructure for protecting the V8 heap from corruption
4369 caused by memory modifications from the outside.
4370
4371
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000043722009-03-24: Version 1.1.2
4373
4374 Improved frame merge code generated by the code generator.
4375
4376 Optimized String.prototype.replace.
4377
4378 Implemented __defineGetter__ and __defineSetter__ for properties
4379 with integer keys on non-array objects.
4380
4381 Improved debugger and profiler support.
4382
4383 Fixed a number of portability issues to allow compilation for
4384 smaller ARM devices.
4385
4386 Exposed object cloning through the API.
4387
4388 Implemented hidden properties. This is used to expose an identity
4389 hash for objects through the API.
4390
4391 Implemented restarting of regular expressions if their input
4392 string changes representation during preemption.
4393
4394 Fixed a code generator bug that could cause assignments in loops
4395 to be ignored if using continue to break out of the loop (issue
4396 284).
4397
4398
ager@chromium.org3a6061e2009-03-12 14:24:36 +000043992009-03-12: Version 1.1.1
4400
4401 Fixed an assertion in the new compiler to take stack overflow
4402 exceptions into account.
4403
4404 Removed exception propagation code that could cause crashes.
4405
4406 Fixed minor bug in debugger line number computations.
4407
4408 8-byte align the C stack on Linux and Windows to speed up floating
4409 point computations.
4410
4411
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000044122009-03-12: Version 1.1.0
4413
4414 Improved code generation infrastructure by doing simple register
4415 allocation and constant folding and propagation.
4416
4417 Optimized regular expression matching by avoiding to create
4418 intermediate string arrays and by flattening nested array
4419 representations of RegExp data.
4420
4421 Traverse a few stack frames when recording profiler samples to
4422 include partial call graphs in the profiling output.
4423
4424 Added support for using OProfile to profile generated code.
4425
4426 Added remote debugging support to the D8 developer shell.
4427
4428 Optimized creation of nested literals like JSON objects.
4429
4430 Fixed a bug in garbage collecting unused maps and turned it on by
4431 default (--collect-maps).
4432
4433 Added support for running tests under Valgrind.
4434
4435
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044362009-02-27: Version 1.0.3
4437
4438 Optimized double-to-integer conversions in bit operations by using
4439 SSE3 instructions if available.
4440
4441 Optimized initialization sequences that store to multiple
4442 properties of the same object.
4443
4444 Changed the D8 debugger frontend to use JSON messages.
4445
4446 Force garbage collections when disposing contexts.
4447
4448 Align code objects at 32-byte boundaries.
4449
4450
ager@chromium.org381abbb2009-02-25 13:23:22 +000044512009-02-25: Version 1.0.2
4452
4453 Improved profiling support by performing simple call stack
4454 sampling for ticks and by fixing a bug in the logging of code
4455 addresses.
4456
4457 Fixed a number of debugger issues.
4458
4459 Optimized code that uses eval.
4460
4461 Fixed a couple of bugs in the regular expression engine.
4462
4463 Reduced the size of generated code for certain regular expressions.
4464
4465 Removed JSCRE completely.
4466
4467 Fixed issue where test could not be run if there was a dot in the
4468 checkout path.
4469
4470
ager@chromium.org6f10e412009-02-13 10:11:16 +000044712009-02-13: Version 1.0.1
4472
4473 Fixed two crash-bugs in irregexp (issue 231 and 233).
4474
4475 Fixed a number of minor bugs (issue 87, 227 and 228).
4476
4477 Added support for morphing strings to external strings on demand
4478 to avoid having to create copies in the embedding code.
4479
4480 Removed experimental support for external symbol callbacks.
4481
4482
iposva@chromium.org245aa852009-02-10 00:49:54 +000044832009-02-09: Version 1.0.0
4484
4485 Fixed crash-bug in the code generation for case independent 16 bit
4486 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004487
iposva@chromium.org245aa852009-02-10 00:49:54 +00004488 Made shells more robust in the presence of string conversion
4489 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004490
iposva@chromium.org245aa852009-02-10 00:49:54 +00004491 Fixed a potential infinite loop when attempting to resolve
4492 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004493
iposva@chromium.org245aa852009-02-10 00:49:54 +00004494 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004495
iposva@chromium.org245aa852009-02-10 00:49:54 +00004496 Reduced binary by stripping unneeded text from JavaScript library and
4497 minifying some JavaScript files.
4498
4499
ager@chromium.orgddb913d2009-01-27 10:01:48 +000045002009-01-27: Version 0.4.9
4501
4502 Enabled new regular expression engine.
4503
4504 Made a number of changes to the debugger protocol.
4505
4506 Fixed a number of bugs in the preemption support.
4507
4508 Added -p option to the developer shell to run files in parallel
4509 using preemption.
4510
4511 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4512 193, 198 and 201).
4513
4514 Fixed a number of bugs in the serialization/deserialization
4515 support for the ARM platform.
4516
4517
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000045182009-01-19: Version 0.4.8.1
4519
4520 Minor patch to debugger support.
4521
4522
ager@chromium.org32912102009-01-16 10:38:43 +000045232009-01-16: Version 0.4.8
4524
4525 Fixed string length bug on ARM (issue 171).
4526
4527 Made most methods in the API const.
4528
4529 Optimized object literals by improving data locality.
4530
4531 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004532 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004533
4534 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004535 eval to behave incorrectly when using accessors (issues 186, 190
4536 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004537
4538
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045392009-01-06: Version 0.4.7
4540
ager@chromium.org32912102009-01-16 10:38:43 +00004541 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004542
ager@chromium.org32912102009-01-16 10:38:43 +00004543 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004544
ager@chromium.org32912102009-01-16 10:38:43 +00004545 Fixed subtle bug that caused the wrong 'this' to be used when
4546 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004547
ager@chromium.org32912102009-01-16 10:38:43 +00004548 Inline array loads within loops directly in the code instead of
4549 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004550
ager@chromium.org32912102009-01-16 10:38:43 +00004551
ager@chromium.org8bb60582008-12-11 12:02:20 +000045522008-12-11: Version 0.4.6
4553
4554 Fixed exception reporting bug where certain exceptions were
4555 incorrectly reported as uncaught.
4556
4557 Improved the memory allocation strategy used during compilation to
4558 make running out of memory when compiling huge scripts less
4559 likely.
4560
4561 Optimized String.replace by avoiding the construction of certain
4562 sub strings.
4563
4564 Fixed bug in code generation for large switch statements on ARM.
4565
4566 Fixed bug that caused V8 to change the global object template
4567 passed in by the user.
4568
4569 Changed the API for creating object groups used during garbage
4570 collection. Entire object groups are now passed to V8 instead of
4571 individual members of the groups.
4572
ager@chromium.org32912102009-01-16 10:38:43 +00004573
ager@chromium.orga74f0da2008-12-03 16:05:52 +000045742008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004575
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004576 Added experimental API support for allocating V8 symbols as
4577 external strings.
4578
4579 Fixed bugs in debugging support on ARM.
4580
4581 Changed eval implementation to correctly detect whether or not a
4582 call to eval is aliased.
4583
4584 Fixed bug caused by a combination of the compilation cache and
4585 dictionary probing in native code. The bug caused us to sometimes
4586 call functions that had not yet been compiled.
4587
4588 Added platform support for FreeBSD.
4589
4590 Added support for building V8 on Windows with either the shared or
4591 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004592
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004593 Added the v8::jscre namespace around the jscre functions to avoid
4594 link errors (duplicate symbols) when building Google Chrome.
4595
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004596 Added support for calling a JavaScript function with the current
4597 debugger execution context as its argument to the debugger
4598 interface.
4599
4600 Changed the type of names of counters from wchar_t to char.
4601
4602 Changed the Windows system call used to compute daylight savings
4603 time. The system call that we used to use became four times
4604 slower on WinXP SP3.
4605
4606 Added support in the d8 developer shell for memory-mapped counters
4607 and added a stats-viewer tool.
4608
4609 Fixed bug in upper/lower case mappings (issue 149).
4610
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004611
ager@chromium.org3bf7b912008-11-17 09:09:45 +000046122008-11-17: Version 0.4.4
4613
4614 Reduced code size by using shorter instruction encoding when
4615 possible.
4616
4617 Added a --help option to the shell sample and to the d8 shell.
4618
4619 Added visual studio project files for building the ARM simulator.
4620
4621 Fixed a number of ARM simulator issues.
4622
4623 Fixed bug in out-of-memory handling on ARM.
4624
4625 Implemented shell support for passing arguments to a script from
4626 the command line.
4627
4628 Fixed bug in date code that made certain date functions return -0
4629 instead of 0 for dates before the epoch.
4630
4631 Restricted applications of eval so it can only be used in the
4632 context of the associated global object.
4633
4634 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004635
4636
ager@chromium.org870a0b62008-11-04 11:43:05 +000046372008-11-04: Version 0.4.3
4638
4639 Added support for API accessors that prohibit overwriting by
4640 accessors defined in JavaScript code by using __defineGetter__ and
4641 __defineSetter__.
4642
4643 Improved handling of conditionals in test status files.
4644
4645 Introduced access control in propertyIsEnumerable.
4646
4647 Improved performance of some string operations by caching
4648 information about the type of the string between operations.
4649
4650 Fixed bug in fast-case code for switch statements that only have
4651 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004652
ager@chromium.org870a0b62008-11-04 11:43:05 +00004653
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046542008-10-30: Version 0.4.2
4655
4656 Improved performance of Array.prototype.concat by moving the
4657 implementation to C++ (issue 123).
4658
4659 Fixed heap growth policy to avoid growing old space to its maximum
4660 capacity before doing a garbage collection and fixed issue that
4661 would lead to artificial out of memory situations (issue 129).
4662
4663 Fixed Date.prototype.toLocaleDateString to return the date in the
4664 same format as WebKit.
4665
4666 Added missing initialization checks to debugger API.
4667
4668 Added removing of unused maps during GC.
4669
4670
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000046712008-10-28: Version 0.4.1
4672
4673 Added caching of RegExp data in compilation cache.
4674
4675 Added Visual Studio project file for d8 shell.
4676
4677 Fixed function call performance regression introduced in version
4678 0.4.0 when splitting the global object in two parts (issue 120).
4679
4680 Fixed issue 131 by checking for empty handles before throwing and
4681 reporting exceptions.
4682
4683
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000046842008-10-23: Version 0.4.0
4685
4686 Split the global object into two parts: The state holding global
4687 object and the global object proxy.
4688
4689 Fixed bug that affected the value of an assignment to an element
4690 in certain cases (issue 116).
4691
4692 Added GetPropertyNames functionality (issue 33) and extra Date
4693 functions (issue 77) to the API.
4694
4695 Changed WeakReferenceCallback to take a Persistent<Value> instead
4696 of a Persistent<Object> (issue 101).
4697
4698 Fixed issues with message reporting for exceptions in try-finally
4699 blocks (issues 73 and 75).
4700
ager@chromium.org32912102009-01-16 10:38:43 +00004701 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004702
4703 Improved Boyer-Moore implementation for faster indexOf operations.
4704
4705 Added development shell (d8) which includes counters and
4706 completion support.
4707
4708 Fixed problem with the receiver passed to functions called from
4709 eval (issue 124).
4710
4711
ager@chromium.org7c537e22008-10-16 08:43:32 +000047122008-10-16: Version 0.3.5
4713
4714 Improved string hash-code distribution by excluding bit-field bits
4715 from the hash-code.
4716
4717 Changed string search algorithm used in indexOf from KMP to
4718 Boyer-Moore.
4719
4720 Improved the generated code for the instanceof operator.
4721
4722 Improved performance of slow-case string equality checks by
4723 specializing the code based on the string representation.
4724
4725 Improve the handling of out-of-memory situations (issue 70).
4726
4727 Improved performance of strict equality checks.
4728
4729 Improved profiler output to make it easier to see anonymous
4730 functions.
4731
4732 Improved performance of slow-case keyed loads.
4733
4734 Improved property access performance by allocating a number of
4735 properties in the front object.
4736
4737 Changed the toString behavior on the built-in object constructors
4738 to print [native code] instead of the actual source. Some web
4739 applications do not like constructors with complex toString
4740 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004741
ager@chromium.org7c537e22008-10-16 08:43:32 +00004742
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047432008-10-06: Version 0.3.4
4744
4745 Changed Array.prototype.sort to use quick sort.
4746
4747 Fixed code generation issue where leaving a finally block with
4748 break or continue would accumulate elements on the expression
4749 stack (issue 86).
4750
4751 Made sure that the name accessor on functions returns the expected
4752 names for builtin JavaScript functions and C++ callback functions.
4753
4754 Added fast case code for extending the property storage array of
4755 JavaScript objects.
4756
4757 Ported switch statement optimizations introduced in version 0.3.3
4758 to the ARM code generator.
4759
4760 Allowed GCC to use strict-aliasing rules when compiling.
4761
4762 Improved performance of arguments object allocation by taking care
4763 of arguments adaptor frames in the generated code.
4764
4765 Updated the V8 benchmark suite to version 2.
4766
4767
ager@chromium.org236ad962008-09-25 09:45:57 +000047682008-09-25: Version 0.3.3
4769
4770 Improved handling of relocation information to enable more
4771 peep-hole optimizations.
4772
4773 Optimized switch statements where all labels are constant small
4774 integers.
4775
4776 Optimized String.prototype.indexOf for common cases.
4777
4778 Fixed more build issues (issue 80).
4779
4780 Fixed a couple of profiler issues.
4781
4782 Fixed bug where the body of a function created using the Function
4783 constructor was not allowed to end with a single-line comment
4784 (issue 85).
4785
4786 Improved handling of object literals by canonicalizing object
4787 literal maps. This will allow JSON objects with the same set of
4788 properties to share the same map making inline caching work better
4789 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004790
ager@chromium.org236ad962008-09-25 09:45:57 +00004791
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000047922008-09-17: Version 0.3.2
4793
4794 Generalized the EvalCache into a CompilationCache and enabled it
4795 for scripts too. The current strategy is to retire all entries
4796 whenever a mark-sweep collection is started.
4797
4798 Fixed bug where switch statements containing only a default case
4799 would lead to an unbalanced stack (issue 69).
4800
4801 Fixed bug that made access to the function in a named function
4802 expression impossible in certain situations (issue 24).
4803
4804 Fixed even more build issues.
4805
4806 Optimized calling conventions on ARM. The conventions on ARM and
4807 IA-32 now match.
4808
4809 Removed static initializers for flags and counters.
4810
4811 Improved inline caching behavior for uncommon cases where lazily
4812 loading Date and RegExp code could force certain code paths go
4813 megamorphic.
4814
4815 Removed arguments adaption for builtins written in C++. This
4816 makes Array.prototype.push and Array.prototype.pop slightly
4817 faster.
4818
4819
ager@chromium.org9258b6b2008-09-11 09:11:10 +000048202008-09-11: Version 0.3.1
4821
4822 Fixed a number of build issues.
4823
4824 Fixed problem with missing I-cache flusing on ARM.
4825
4826 Changed space layout in memory management by splitting up
4827 code space into old data space and code space.
4828
4829 Added utf-8 conversion support to the API (issue 57).
4830
4831 Optimized repeated calls to eval with the same strings. These
4832 repeated calls are common in web applications.
4833
4834 Added Xcode project file.
4835
4836 Optimized a couple of Array operation.
4837
4838 Fixed parser bug by checking for end-of-string when parsing break
4839 and continue (issue 35).
4840
4841 Fixed problem where asian characters were not categorized as
4842 letters.
4843
4844 Fixed bug that disallowed calling functions fetched from an array
4845 using a string as an array index (issue 32).
4846
4847 Fixed bug where the internal field count on object templates were
4848 sometimes ignored (issue 54).
4849
4850 Added -f option to the shell sample for compatibility with other
4851 engines (issue 18).
4852
4853 Added source info to TryCatches in the API.
4854
4855 Fixed problem where the seed for the random number generator was
4856 clipped in a double to unsigned int conversion.
4857
4858 Fixed bug where cons string symbols were sometimes converted to
4859 non-symbol flat strings during GC.
4860
4861 Fixed bug in error reporting when attempting to convert null to an
4862 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004863
4864
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048652008-09-04: Version 0.3.0
4866
4867 Added support for running tests on the ARM simulator.
4868
4869 Fixed bug in the 'in' operator where negative indices were not
4870 treated correctly.
4871
4872 Fixed build issues on gcc-4.3.1.
4873
4874 Changed Date.prototype.toLocaleTimeString to not print the
4875 timezone part of the time.
4876
4877 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4878 with user code.
4879
4880
v8.team.kasperl727e9952008-09-02 14:56:44 +000048812008-09-02: Version 0.2.5
4882
4883 Renamed the top level directory 'public' to 'include'.
4884
4885 Added 'env' option to the SCons build scripts to support
4886 overriding the ENV part of the build environment. This is mostly
4887 to support Windows builds in cases where SCons cannot find the
4888 correct paths to the Windows SDK, as these paths cannot be passed
4889 through shell environment variables.
4890
4891 Enabled "Buffer Security Check" on for the Windows SCons build and
4892 added the linker option /OPT:ICF as an optimization.
4893
4894 Added the V8 benchmark suite to the repository.
4895
4896
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000048972008-09-01: Version 0.2.4
4898
4899 Included mjsunit JavaScript test suite and C++ unit tests.
4900
4901 Changed the shell sample to not print the result of executing a
4902 script provided on the command line.
4903
4904 Fixed issue when building samples on Windows using a shared V8
4905 library. Added visibility option on Linux build which makes the
4906 generated library 18% smaller.
4907
4908 Changed build system to accept multiple build modes in one build
4909 and generate separate objects, libraries and executables for each
4910 mode.
4911
4912 Removed deferred negation optimization (a * -b => -(a * b)) since
4913 this visibly changes operand conversion order.
4914
4915 Improved parsing performance by introducing stack guard in
4916 preparsing. Without a stack guard preparsing always bails out
4917 with stack overflow.
4918
4919 Changed shell sample to take flags directly from the command-line.
4920 Added API call that implements this.
4921
4922 Added load, quit and version functions to the shell sample so it's
4923 easier to run benchmarks and tests.
4924
4925 Fixed issue with building samples and cctests on 64-bit machines.
4926
4927 Fixed bug in the runtime system where the prototype chain was not
4928 always searched for a setter when setting a property that does not
4929 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004930
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004931
mads.s.agercbaa0602008-08-14 13:41:48 +000049322008-08-14: Version 0.2.3
4933
4934 Improved performance of garbage collection by moving the
4935 function that updates pointers during compacting collection
4936 into the updating visitor. This gives the compiler a better
4937 chance to inline and avoid a function call per (potential)
4938 pointer.
4939
4940 Extended the shell sample with a --runtime-flags option.
4941
4942 Added Visual Studio project files for the shell.cc and
4943 process.cc samples.
4944
4945
49462008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004947
4948 Improved performance of garbage collection by changing the way
4949 we use the marking stack in the event of stack overflow during
4950 full garbage collection and by changing the way we mark roots.
4951
4952 Cleaned up ARM version by removing top of stack caching and by
4953 introducing push/pop elimination.
4954
4955 Cleaned up the way runtime functions are called to allow
4956 runtime calls with no arguments.
4957
4958 Changed Windows build options to make sure that exceptions are
4959 disabled and that optimization flags are enabled.
4960
4961 Added first version of Visual Studio project files.
4962
4963
mads.s.agercbaa0602008-08-14 13:41:48 +000049642008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004965
4966 Improved performance of unary addition by avoiding runtime calls.
4967
4968 Fixed the handling of '>' and '<=' to use right-to-left conversion
4969 and left-to-right evaluation as specified by ECMA-262.
4970
4971 Fixed a branch elimination bug on the ARM platform where incorrect
4972 code was generated because of overly aggressive branch
4973 elimination.
4974
4975 Improved performance of code that repeatedly assigns the same
4976 function to the same property of different objects with the same
4977 map.
4978
4979 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4980 no longer expects DEBUG to be defined.
4981
4982 Added platform-nullos.cc to serve as the basis for new platform
4983 implementations.
4984
mads.s.ager31e71382008-08-13 09:32:07 +00004985
mads.s.agercbaa0602008-08-14 13:41:48 +000049862008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004987
4988 Changed all text files to have native svn:eol-style.
4989
4990 Added a few samples and support for building them. The samples
4991 include a simple shell that can be used to benchmark and test V8.
4992
4993 Changed V8::GetVersion to return the version as a string.
4994
4995 Added source for lazily loaded scripts to snapshots and made
4996 serialization non-destructive.
4997
4998 Improved ARM support by fixing the write barrier code to use
4999 aligned loads and stores and by removing premature locals
5000 optimization that relied on broken support for callee-saved
5001 registers (removed).
5002
5003 Refactored the code for marking live objects during garbage
5004 collection and the code for allocating objects in paged
5005 spaces. Introduced an abstraction for the map word of a heap-
5006 allocated object and changed the memory allocator to allocate
5007 executable memory only for spaces that may contain code objects.
5008
5009 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5010 they can be used by debugging and logging modules. Added
5011 thread-safe message queues for dealing with debugger events.
5012
5013 Fixed the source code reported by toString for certain builtin
5014 empty functions and made sure that the prototype property of a
5015 function is enumerable.
5016
5017 Improved performance of converting values to condition flags in
5018 generated code.
5019
5020 Merged disassembler-{arch} files.
5021
5022
mads.s.agercbaa0602008-08-14 13:41:48 +000050232008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005024
5025 Added support for storing JavaScript stack traces in a stack
5026 allocated buffer to make it visible in shallow core dumps.
5027 Controlled by the --preallocate-message-memory flag which is
5028 disabled by default.
5029
5030
mads.s.agercbaa0602008-08-14 13:41:48 +000050312008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005032
5033 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5034 map transitions would count as properties.
5035
5036 Allowed aliased eval invocations by treating them as evals in the
5037 global context. This may change in the future.
5038
5039 Added support for accessing the last entered context through the
5040 API and renamed Context::Current to Context::GetCurrent and
5041 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5042
5043 Fixed bug in the debugger that would cause the debugger scripts to
5044 be recursively loaded and changed all disabling of interrupts to
5045 be block-structured.
5046
5047 Made snapshot data read-only to allow it to be more easily shared
5048 across multiple users of V8 when linked as a shared library.
5049
5050
mads.s.agercbaa0602008-08-14 13:41:48 +000050512008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005052
5053 Fixed building on Mac OS X by recognizing i386 and friends as
5054 IA-32 platforms.
5055
5056 Added propagation of stack overflow exceptions that occur while
5057 compiling nested functions.
5058
5059 Improved debugger with support for recursive break points and
5060 handling of exceptions that occur in the debugger JavaScript code.
5061
5062 Renamed GetInternal to GetInternalField and SetInternal to
5063 SetInternalField in the API and moved InternalFieldCount and
5064 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5065
5066
mads.s.agercbaa0602008-08-14 13:41:48 +000050672008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005068
5069 Fixed bug in stack overflow check code for IA-32 targets where a
5070 non-tagged value in register eax was pushed to the stack.
5071
5072 Fixed potential quadratic behavior when converting strings to
5073 numbers.
5074
5075 Fixed bug where the return value from Object::SetProperty could
5076 end up being the property holder instead of the written value.
5077
5078 Improved debugger support by allowing nested break points and by
5079 dealing with stack-overflows when compiling functions before
5080 setting break points in them.
5081
5082
mads.s.agercbaa0602008-08-14 13:41:48 +000050832008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005084
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005085 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005086
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005087# Local Variables:
5088# mode:text
5089# End: