blob: 16d0e782348c41e8a59a474c6f4fb5c97977915f [file] [log] [blame]
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000012012-10-11: Version 3.14.3
2
3 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
4 (Chromium issue 155076).
5
6 Bumped variable limit further to 2^17 (Chromium issue 151625).
7
8 Performance and stability improvements on all platforms.
9
10
verwaest@chromium.org33e09c82012-10-10 17:07:22 +0000112012-10-10: Version 3.14.2
12
13 ARM: allowed VFP3 instructions when hardfloat is enabled.
14 (Chromium issue 152506)
15
16 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
17 (Chromium issue 151749)
18
19 Made GDBJIT interface compile again. (issue 1804)
20
21 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
22 (Chromium issue 143967)
23
24 Made sure that names of temporaries do not clash with real variables.
25 (issue 2322)
26
27 Rejected local module declarations. (Chromium issue 150628)
28
29 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
30
31 Fixed slot recording of code target patches.
32 (Chromium issue 152615,chromium:144230)
33
34 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
35
36 Performance and stability improvements on all platforms.
37
38
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +0000392012-10-01: Version 3.14.1
40
41 Don't set -m32 flag when compiling with Android ARM compiler.
42 (Chromium issue 143889)
43
44 Restore the descriptor array before returning allocation failure.
45 (Chromium issue 151750)
46
47 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
48 128252).
49
50 Pull more recent gyp in 'make dependencies'.
51
52 Made sure that the generic KeyedStoreIC changes length and element_kind
53 atomically (issue 2346).
54
55 Bumped number of allowed variables per scope to 65535, to address GWT.
56 (Chromium issue 151625)
57
58 Support sourceURL for dynamically inserted scripts (issue 2342).
59
60 Performance and stability improvements on all platforms.
61
62
ulan@chromium.org56c14af2012-09-20 12:51:09 +0000632012-09-20: Version 3.14.0
64
65 Fixed missing slot recording during clearing of CallICs.
66 (Chromium issue 144230)
67
68 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
69 (Chromium issue 150729)
70
71 Fixed minus zero test. (Issue 2133)
72
73 Fixed setting array length to zero for slow elements.
74 (Chromium issue 146910)
75
76 Fixed lost arguments dropping in HLeaveInlined.
77 (Chromium issue 150545)
78
79 Fixed casting error for receiver of interceptors.
80 (Chromium issue 149912)
81
82 Throw a more descriptive exception when blocking 'eval' via CSP.
83 (Chromium issue 140191)
84
85 Fixed debugger's eval when close to stack overflow. (issue 2318)
86
87 Added checks to live edit. (issue 2297)
88
89 Switched on code compaction on incremental GCs.
90
91 Fixed caching of optimized code for OSR. (issue 2326)
92
93 Not mask exception thrown by toString in String::UtfValue etc.
94 (issue 2317)
95
96 Fixed API check for length of external arrays. (Chromium issue 148896)
97
98 Ensure correct enumeration indices in the dict (Chromium issue 148376)
99
100 Correctly initialize regexp global cache. (Chromium issue 148378)
101
102 Fixed arguments object materialization during deopt. (issue 2261)
103
104 Introduced new API to expose external string resource regardless of
105 encoding.
106
107 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
108 --deopt-every-n-times flag is present
109 (Chromium issue 148389)
110
111 Fixed edge case of extension with NULL as source string.
112 (Chromium issue 144649)
113
114 Fixed array index dehoisting. (Chromium issue 141395)
115
116 Performance and stability improvements on all platforms.
117
118
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00001192012-09-11: Version 3.13.7
120
121 Enable/disable LiveEdit using the (C++) debug API.
122
123 Performance and stability improvements on all platforms.
124
125
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00001262012-09-06: Version 3.13.6
127
128 Added validity checking to API functions and calls.
129
130 Disabled accessor inlining (Chromium issue 134609).
131
132 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
133
134 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
135
136 Fixed VS2005 build (issue 2313).
137
138 Activated fixed ES5 readonly semantics by default.
139
140 Added hardfp flag to the Makefile.
141
142 Performance and stability improvements on all platforms.
143
144
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00001452012-08-29: Version 3.13.5
146
147 Release stack trace data after firing Error.stack accessor.
148 (issue 2308)
149
150 Added a new API V8::SetJitCodeEventHandler to push code name and
151 location to users such as profilers.
152
153 Allocate block-scoped global bindings to global context.
154
155 Performance and stability improvements on all platforms.
156
157
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00001582012-08-28: Version 3.13.4
159
160 Print reason for disabling optimization. Kill --trace-bailout flag.
161
162 Provided option to disable full DEBUG build on Android.
163
164 Introduced global contexts to represent lexical global scope(s).
165
166 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
167
168 Performance and stability improvements on all platforms.
169
170
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00001712012-08-21: Version 3.13.3
172
173 Performance and stability improvements on all platforms.
174
175
1762012-08-20: Version 3.13.2
177
178 Performance and stability improvements on all platforms.
179
180
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00001812012-08-16: Version 3.13.1
182
183 Performance and stability improvements on all platforms.
184
185
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00001862012-08-10: Version 3.13.0
187
188 Added histograms for total allocated/live heap size, as well as
189 allocated size and percentage of total for map and cell space.
190
191 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
192 (issue 1645)
193
194 Added checks for interceptors to negative lookup code in Crankshaft.
195 (Chromium issue 140473)
196
197 Made incremental marking clear ICs and type feedback cells.
198
199 Performance and stability improvements on all platforms.
200
201
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00002022012-08-01: Version 3.12.19
203
204 Performance and stability improvements on all platforms.
205
206
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00002072012-07-30: Version 3.12.18
208
209 Forced using bit-pattern for signed zero double. (issue 2239)
210
211 Made sure double to int conversion is correct. (issue 2260)
212
213 Performance and stability improvements on all platforms.
214
215
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00002162012-07-27: Version 3.12.17
217
218 Always set the callee's context when calling a function from optimized
219 code.
220 (Chromium issue 138887)
221
222 Fixed building with GCC 3.x
223 (issue 2016, 2017)
224
225 Improved API calls that return empty handles.
226 (issue 2245)
227
228 Performance and stability improvements on all platforms.
229
230
danno@chromium.org129d3982012-07-25 15:01:47 +00002312012-07-25: Version 3.12.16
232
233 Performance and stability improvements on all platforms.
234
235
yangguo@chromium.org304cc332012-07-24 07:59:48 +00002362012-07-24: Version 3.12.15
237
238 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
239 (issue 2252)
240
241 Added dependency to HLoadKeyed* instructions to prevent invalid
242 hoisting. (Chromium issue 137768)
243
244 Enabled building d8 for Android on Mac.
245
246 Interpret negative hexadecimal literals as NaN.
247 (issue 2240)
248
249 Expose counters in javascript when using --track-gc-object-stats.
250
251 Enabled building and testing V8 on Android IA.
252
253 Added --trace-parse flag to parser.
254
255 Performance and stability improvements on all platforms.
256
257
verwaest@chromium.org178fb152012-07-18 11:21:48 +00002582012-07-18: Version 3.12.14
259
260 Deactivated optimization of packed arrays.
261 (Chromium issue 137768)
262
263 Fixed broken accessor transition.
264 (Chromium issue 137689)
265
266 Performance and stability improvements on all platforms.
267
268
verwaest@chromium.org753aee42012-07-17 16:15:42 +00002692012-07-17: Version 3.12.13
270
271 Fixed missing tagging of stack value in finally block.
272 (Chromium issue 137496)
273
274 Added more support for heap analysis.
275
276 Performance and stability improvements on all platforms.
277
278
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00002792012-07-16: Version 3.12.12
280
281 Added an option to the tickprocessor to specify the directory for lib
282 lookup.
283
284 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
285
286 Fixed transcendental cache on ARM in optimized code (issue 2234).
287
288 New heap inspection tools: counters for object sizes and counts,
289 histograms for external fragmentation.
290
291 Incorporated constness into inferred interfaces (in preparation for
292 handling imports) (issue 1569).
293
294 Performance and stability improvements on all platforms.
295
296
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00002972012-07-12: Version 3.12.11
298
299 Renamed "mips" arch to "mipsel" in the GYP build.
300
301 Fixed computation of call targets on prototypes in Crankshaft.
302 (Chromium issue 125148)
303
304 Removed use of __lookupGetter__ when generating stack trace.
305 (issue 1591)
306
307 Turned on ES 5.2 globals semantics by default.
308 (issue 1991, Chromium issue 80591)
309
310 Synced preparser and parser wrt syntax error in switch..case.
311 (issue 2210)
312
313 Fixed reporting of octal literals in strict mode when preparsing.
314 (issue 2220)
315
316 Fixed inline constructors for Harmony Proxy prototypes.
317 (issue 2225)
318
319 Performance and stability improvements on all platforms.
320
321
danno@chromium.org81cac2b2012-07-10 11:28:27 +00003222012-07-10: Version 3.12.10
323
324 Re-enabled and fixed issue with array bounds check elimination
325 (Chromium issue 132114).
326
327 Fixed Debug::Break crash. (Chromium issue 131642)
328
329 Added optimizing compiler support for JavaScript getters.
330
331 Performance and stability improvements on all platforms.
332
333
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00003342012-07-06: Version 3.12.9
335
336 Correctly advance the scanner when scanning unicode regexp flag.
337 (Chromium issue 136084)
338
339 Fixed unhandlified code calling Harmony Proxy traps.
340 (issue 2219)
341
342 Performance and stability improvements on all platforms.
343
344
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00003452012-07-05: Version 3.12.8
346
347 Implemented TypedArray.set and ArrayBuffer.slice in d8.
348
349 Performance and stability improvements on all platforms.
350
351
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00003522012-07-03: Version 3.12.7
353
354 Fixed lazy compilation for strict eval scopes.
355 (Chromium issue 135066)
356
357 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
358 (issue 2151)
359
360 Report "hidden properties" in heap profiler for properties case.
361 (issue 2212)
362
363 Activated optimization of packed arrays by default.
364
365 Performance and stability improvements on all platforms.
366
367
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00003682012-06-29: Version 3.12.6
369
370 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
371
372 Extended TypedArray support in d8.
373
374
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00003752012-06-28: Version 3.12.5
376
377 Fixed lazy parsing heuristics to respect outer scope.
378 (Chromium issue 135008)
379
380 Allow using test-wrapper-gypbuild.py on Windows when no python
381 interpreter is registered.
382
383 Performance and stability improvements on all platforms.
384
385
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00003862012-06-27: Version 3.12.4
387
388 Removed -fomit-frame-pointer flag from Release builds to make
389 the stack walkable by TCMalloc (Chromium issue 133723).
390
391 Ported r7868 (constant masking) to x64 (issue 1374).
392
393 Expose more detailed memory statistics (issue 2201).
394
395 Fixed Harmony Maps and WeakMaps for undefined values
396 (Chromium issue 132744).
397
398 Correctly throw reference error in strict mode with ICs disabled
399 (issue 2119).
400
401 Performance and stability improvements on all platforms.
402
403
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00004042012-06-25: Version 3.12.3
405
406 Reverted r11835 'Unify promotion and allocation limit computation' due
407 to V8 Splay performance regression on Mac. (Chromium issue 134183)
408
409 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
410
411 Performance and stability improvements on all platforms.
412
413
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00004142012-06-22: Version 3.12.2
415
416 Made near-jump check more strict in LoadNamedFieldPolymorphic on
417 ia32/x64. (Chromium issue 134055)
418
419 Fixed lazy sweeping heuristics to prevent old-space expansion.
420 (issue 2194)
421
422 Performance and stability improvements on all platforms.
423
424
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00004252012-06-21: Version 3.12.1
426
427 Performance and stability improvements on all platforms.
428
429
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00004302012-06-20: Version 3.12.0
431
432 Fixed Chromium issues:
433 115100, 129628, 131994, 132727, 132741, 132742, 133211
434
435 Fixed V8 issues:
436 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
437
438 Added --extra-code flag to mksnapshot to load JS code into the VM
439 before creating the snapshot.
440
441 Support 'restart call frame' command in the debugger.
442
443 Performance and stability improvements on all platforms.
444
445
mmassi@chromium.org7028c052012-06-13 11:51:58 +00004462012-06-13: Version 3.11.10
447
448 Implemented heap profiler memory usage reporting.
449
450 Preserved error message during finally block in try..finally.
451 (Chromium issue 129171)
452
453 Fixed EnsureCanContainElements to properly handle double values.
454 (issue 2170)
455
456 Improved heuristics to keep objects in fast mode with inherited
457 constructors.
458
459 Performance and stability improvements on all platforms.
460
461
rossberg@chromium.org400388e2012-06-06 09:29:22 +00004622012-06-06: Version 3.11.9
463
464 Implemented ES5-conformant semantics for inherited setters and read-only
465 properties. Currently behind --es5_readonly flag, because it breaks
466 WebKit bindings.
467
468 Exposed last seen heap object id via v8 public api.
469
470 Performance and stability improvements on all platforms.
471
472
verwaest@chromium.org37141392012-05-31 13:27:02 +00004732012-05-31: Version 3.11.8
474
475 Avoid overdeep recursion in regexp where a guarded expression with a
476 minimum repetition count is inside another quantifier.
477 (Chromium issue 129926)
478
479 Fixed missing write barrier in store field stub.
480 (issues 2143, 1465, Chromium issue 129355)
481
482 Proxies: Fixed receiver for setters inherited from proxies.
483 Proxies: Fixed ToStringArray function so that it does not reject some
484 keys.
485 (issue 1543)
486
487 Performance and stability improvements on all platforms.
488
489
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00004902012-05-29: Version 3.11.7
491
492 Get better function names in stack traces.
493
494 Performance and stability improvements on all platforms.
495
496
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00004972012-05-24: Version 3.11.6
498
499 Fixed RegExp.prototype.toString for incompatible receivers
500 (issue 1981).
501
502 Performance and stability improvements on all platforms.
503
504
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00005052012-05-23: Version 3.11.5
506
507 Performance and stability improvements on all platforms.
508
509
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00005102012-05-22: Version 3.11.4
511
512 Some cleanup to common.gypi. This fixes some host/target combinations
513 that weren't working in the Make build on Mac.
514
515 Handle EINTR in socket functions and continue incomplete sends.
516 (issue 2098)
517
518 Fixed python deprecations. (issue 1391)
519
520 Made socket send and receive more robust and return 0 on failure.
521 (Chromium issue 15719)
522
523 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
524
525 Set '-m32' option for host and target platforms
526
527 Performance and stability improvements on all platforms.
528
529
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00005302012-05-18: Version 3.11.3
531
532 Disable optimization for functions that have scopes that cannot be
533 reconstructed from the context chain. (issue 2071)
534
535 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
536
537 Correctly check for native error objects. (Chromium issue 2138)
538
539 Performance and stability improvements on all platforms.
540
541
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00005422012-05-16: Version 3.11.2
543
544 Revert r11496. (Chromium issue 128146)
545
546 Implement map collection for incremental marking. (issue 1465)
547
548 Add toString method to CallSite (which describes a frame of the
549 stack trace).
550
551
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00005522012-05-15: Version 3.11.1
553
554 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
555
556 Fix freebsd build. (V8 issue 2126)
557
558 Performance and stability improvements on all platforms.
559
560
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00005612012-05-11: Version 3.11.0
562
563 Fixed compose-discard crasher from r11524 (issue 2123).
564
565 Activated new global semantics by default. Global variables can
566 now shadow properties of the global object (ES5.1 erratum).
567
568 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
569 transitioning (Chromium issue 117409).
570
571 Made Error.prototype.name writable again, as required by the spec and
572 the web (Chromium issue 69187).
573
574 Implemented map collection with incremental marking (issue 1465).
575
576 Regexp: Fixed overflow in min-match-length calculation
577 (Chromium issue 126412).
578
579 MIPS: Fixed illegal instruction use on Loongson in code for
580 Math.random() (issue 2115).
581
582 Fixed crash bug in VisitChoice (Chromium issue 126272).
583
584 Fixed unsigned-Smi check in MappedArgumentsLookup
585 (Chromium issue 126414).
586
587 Fixed LiveEdit for function with no locals (issue 825).
588
589 Fixed register clobbering in LoadIC for interceptors
590 (Chromium issue 125988).
591
592 Implemented clearing of CompareICs (issue 2102).
593
594 Performance and stability improvements on all platforms.
595
596
danno@chromium.org2c26cb12012-05-03 09:06:43 +00005972012-05-03: Version 3.10.8
598
599 Enabled MIPS cross-compilation.
600
601 Ensured reload of elements pointer in StoreFastDoubleElement stub.
602 (Chromium issue 125515)
603
604 Fixed corner cases in truncation behavior when storing to
605 TypedArrays. (issue 2110)
606
607 Fixed failure to properly recognize and report out-of-memory
608 conditions when allocating code space pages. (Chromium issue
609 118625)
610
611 Fixed idle notifications to perform a round of incremental GCs
612 after context disposal. (issue 2107)
613
614 Fixed preparser for try statement. (issue 2109)
615
616 Performance and stability improvements on all platforms.
617
618
danno@chromium.org1044a4d2012-04-30 12:34:39 +00006192012-04-30: Version 3.10.7
620
621 Performance and stability improvements on all platforms.
622
623
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00006242012-04-26: Version 3.10.6
625
626 Fixed some bugs in accessing details of the last regexp match.
627
628 Fixed source property of empty RegExp objects. (issue 1982)
629
630 Enabled inlining some V8 API functions.
631
632 Performance and stability improvements on all platforms.
633
634
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +00006352012-04-23: Version 3.10.5
636
637 Put new global var semantics behind a flag until WebKit tests are
638 cleaned up.
639
640 Enabled stepping into callback passed to builtins.
641 (Chromium issue 109564)
642
643 Performance and stability improvements on all platforms.
644
645
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +00006462012-04-19: Version 3.10.4
647
648 Fixed issues when stressing compaction with WeakMaps.
649
650 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
651
652 Simplify invocation sequence at monomorphic function invocation sites.
653 (issue 2079)
654
655 Performance and stability improvements on all platforms.
656
657
erik.corry@gmail.comed49e962012-04-17 11:57:53 +00006582012-04-17: Version 3.10.3
659
660 Fixed several bugs in heap profiles (including issue 2078).
661
662 Throw syntax errors on illegal escape sequences.
663
664 Implemented rudimentary module linking (behind --harmony flag)
665
666 Implemented ES5 erratum: Global declarations should shadow
667 inherited properties.
668
669 Made handling of const more consistent when combined with 'eval'
670 and 'with'.
671
672 Fixed V8 on MinGW-x64 (issue 2026).
673
674 Performance and stability improvements on all platforms.
675
676
jkummerow@chromium.org28faa982012-04-13 09:58:30 +00006772012-04-13: Version 3.10.2
678
679 Fixed native ARM build (issues 1744, 539)
680
681 Return LOOKUP variable instead of CONTEXT for non-context allocated
682 outer scope parameters (Chromium issue 119609).
683
684 Fixed regular and ElementsKind transitions interfering with each other
685 (Chromium issue 122271).
686
687 Improved performance of keyed loads/stores which have a HeapNumber
688 index (issues 1388, 1295).
689
690 Fixed WeakMap processing for evacuation candidates (issue 2060).
691
692 Bailout on possible direct eval calls (Chromium issue 122681).
693
694 Do not assume that names of function expressions are context-allocated
695 (issue 2051).
696
697 Performance and stability improvements on all platforms.
698
699
fschneider@chromium.org7d10be52012-04-10 12:30:14 +00007002012-04-10: Version 3.10.1
701
702 Fixed bug with arguments object in inlined functions (issue 2045).
703
704 Fixed performance bug with lazy initialization (Chromium issue
705 118686).
706
707 Added suppport for Mac OS X 64bit builds with GYP.
708 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
709
710 Fixed bug with hidden properties (issue 2034).
711
712 Fixed a performance bug when reloading pages (Chromium issue 117767,
713 V8 issue 1902).
714
715 Fixed bug when optimizing throw in top-level code (issue 2054).
716
717 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
718
719 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
720
721 Fixed a bug with the new runtime profiler (Chromium issue 121147).
722
723 Fixed compilation of V8 using uClibc.
724
725 Optimized boot-up memory use.
726
727 Optimized regular expressions.
728
729
jkummerow@chromium.org1456e702012-03-30 08:38:13 +00007302012-03-30: Version 3.10.0
731
732 Fixed store IC writability check in strict mode
733 (Chromium issue 120099).
734
735 Resynchronize timers if the Windows system time was changed.
736 (Chromium issue 119815)
737
738 Removed "-mfloat-abi=hard" from host compiler cflags when building for
739 hardfp ARM
740 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
741
742 Fixed edge case for case independent regexp character classes
743 (issue 2032).
744
745 Reset function info counters after context disposal.
746 (Chromium issue 117767, V8 issue 1902)
747
748 Fixed missing write barrier in CopyObjectToObjectElements.
749 (Chromium issue 119926)
750
751 Fixed missing bounds check in HasElementImpl.
752 (Chromium issue 119925)
753
754 Performance and stability improvements on all platforms.
755
756
danno@chromium.org88aa0582012-03-23 15:11:57 +00007572012-03-23: Version 3.9.24
758
759 Activated count-based profiler for ARM.
760
761 Fixed use of proxies as f.prototype properties. (issue 2021)
762
763 Enabled snapshots on MIPS.
764
765 Performance and stability improvements on all platforms.
766
767
ulan@chromium.org6ff65142012-03-21 09:52:17 +00007682012-03-21: Version 3.9.23
769
770 Use correct arguments adaptation environment when inlining function
771 containing arguments. (Issue 2014)
772
773 Performance and stability improvements on all platforms.
774
775
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +00007762012-03-20: Version 3.9.22
777
778 Enabled count-based profiler by default.
779
780 Implemented a hash based look-up to speed up address checks
781 in large object space (issue 853).
782
783 Performance and stability improvements on all platforms.
784
785
rossberg@chromium.org2c067b12012-03-19 11:01:52 +00007862012-03-19: Version 3.9.21
787
788 Fixed push-to-trunk script (and re-push).
789
790 Added API call that identifies strings that are guaranteed only to
791 contain ASCII characters.
792
793
7942012-03-19: Version 3.9.20
795
796 Fixed declarations escaping global strict eval. (Issue 1624)
797
798 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
799
800 Fixed function declarations overwriting read-only global properties.
801 (Chromium issue 115452)
802
803 Fixed --use-strict flag in combination with --harmony[-scoping].
804
805 Debugger: naive implementation of "step into Function.prototype.bind".
806
807 Debugger: added ability to set script source from within OnBeforeCompile
808
809 Added flag to always call DebugBreak on abort.
810
811 Re-enabled constructor inlining and inline === comparison with boolean
812 constants. (Issue 2009)
813
814 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
815
816 Performance and stability improvements on all platforms.
817
818
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +00008192012-03-14: Version 3.9.19
820
821 Ensure there is a smi check of the receiver for global load and call
822 ICs (Chromium issue 117794).
823
824 Performance and stability improvements on all platforms.
825
826
yangguo@chromium.org154ff992012-03-13 08:09:54 +00008272012-03-13: Version 3.9.18
828
829 Ensure consistency of Math.sqrt on Intel platforms.
830
831 Remove static initializers in v8. (issue 1859)
832
833 Add explicit dependency on v8_base in the GYP-based build.
834
835 Performance and stability improvements on all platforms.
836
837
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +00008382012-03-12: Version 3.9.17
839
840 Fixed VFP detection through compiler defines. (issue 1996)
841
842 Add Code-related fields to postmortem metadata.
843
844 Performance and stability improvements on all platforms.
845
846
erik.corry@gmail.combbceb572012-03-09 10:52:05 +00008472012-03-09: Version 3.9.16
848
849 Added basic interface inference for modules (behind the --harmony flag).
850
851 Added Object.is, Number.isFinite, Number.isNaN.
852
853 Updated the Unicode tables to Unicode version 6.1.0.
854
855 Performance and stability improvements on all platforms.
856
857
ulan@chromium.org9a21ec42012-03-06 08:42:24 +00008582012-03-06: Version 3.9.15
859
860 Fix the heap profiler crash caused by memory layout changes between
861 passes.
862
863 Fix Error.prototype.toString to throw TypeError. (issue 1980)
864
865 Fix double-rounding in strtod for MinGW. (issue 1062)
866
867 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
868
869 Performance and stability improvements on all platforms.
870
871
fschneider@chromium.org35814e52012-03-01 15:43:35 +00008722012-03-01: Version 3.9.14
873
874 Performance and stability improvements on all platforms.
875
876
ulan@chromium.org812308e2012-02-29 15:58:45 +00008772012-02-29: Version 3.9.13
878
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000879 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +0000880
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000881 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
882 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +0000883
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000884 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +0000885
886 Performance and stability improvements on all platforms.
887
888
ulan@chromium.org967e2702012-02-28 09:49:15 +00008892012-02-28: Version 3.9.12
890
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000891 Fixed the negative lookup stub to handle deleted entries in a
892 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +0000893
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000894 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +0000895 callback function can resolve the location of a return address on stack
896 to the location where a return-address rewriting profiler stashed the
897 original return address.
898
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000899 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
900 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +0000901
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000902 Fixed issue 1853: Update breakpoints set with partial file name after
903 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +0000904
905
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00009062012-02-27: Version 3.9.11
907
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000908 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +0000909
910
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +00009112012-02-24: Version 3.9.10
912
913 Fixed V8 issues 1322, 1772 and 1969.
914
915 Conformance improvements.
916
917 Performance and stability improvements on all platforms.
918
919
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +00009202012-02-23: Version 3.9.9
921
922 Supported fast case for-in in Crankshaft.
923
924 Sped up heap snapshot serialization and dominators construction.
925
926 Randomized allocation addresses on windows. (Chromium issue 115151)
927
928 Fixed compilation with MinGW-w64. (issue 1943)
929
930 Fixed incorrect value of assignments to non-extensible properties.
931
932 Fixed a crash bug in generated code on ia32.
933
934 Performance and stability improvements on all platforms.
935
936
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +00009372012-02-21: Version 3.9.8
938
939 Fixed memory leak and missing #include in StartupDataDecompressor
940 (issue 1960).
941
942 Renamed static methods to avoid shadowing virtual methods and fix Clang
943 C++11 compile error.
944
945 Fixed sequence of element access in array builtins (issue 1790).
946
947 Performance and stability improvements on all platforms.
948
949
yangguo@chromium.org56454712012-02-16 15:33:53 +00009502012-02-16: Version 3.9.7
951
952 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
953
954 Fixed GCC-4.7 warnings.
955
956 Added Navier-Stokes benchmark.
957
958 Performance and stability improvements on all platforms.
959
960
ulan@chromium.org65a89c22012-02-14 11:46:07 +00009612012-02-14: Version 3.9.6
962
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000963 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +0000964
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000965 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +0000966
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000967 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +0000968
969 Heap Snapshot maximum size limit is too low for really big apps. At the
970 moment the limit is 256MB. (Chromium issue 113015)
971
972 Performance and stability improvements on all platforms.
973
974
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +00009752012-02-09: Version 3.9.5
976
977 Removed unused command line flags.
978
979 Performance and stability improvements on all platforms.
980
981
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +00009822012-02-08: Version 3.9.4
983
984 Properly initialize element-transitioning array literals on ARM.
985 (issue 1930)
986
987 Bug fixes on all platforms.
988
989
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +00009902012-02-07: Version 3.9.3
991
992 When rethrowing an exception, print the stack trace of its original
993 site instead of rethrow site (Chromium issue 60240).
994
995 Increased size of small stacks from 32k to 64k to avoid hitting limits
996 in Chromium (Chromium issue 112843).
997
998
rossberg@chromium.org994edf62012-02-06 10:12:55 +00009992012-02-06: Version 3.9.2
1000
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001001 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001002
1003 Heap profiler reports implicit references.
1004
1005 Optionally export metadata with libv8 to enable debuggers to inspect V8
1006 state.
1007
1008
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000010092012-02-02: Version 3.9.1
1010
1011 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1012 (Chromium issue 112315).
1013
1014 Fixed a crash in dev tools (Chromium issue 107996).
1015
1016 Added 'dependencies_traverse': 1 to v8 GYP target.
1017
1018 Performance and stability improvements on all platforms.
1019
1020
danno@chromium.orgfa458e42012-02-01 10:48:36 +000010212012-02-01: Version 3.9.0
1022
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001023 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001024
1025 Stability fixes and performance improvements on all platforms.
1026
1027
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000010282012-01-26: Version 3.8.9
1029
1030 Flush number string cache on GC (issue 1605).
1031
1032 Provide access to function inferred name with
1033 v8::Function::GetInferredName in V8 public API.
1034
1035 Fix building with Clang (issue 1912).
1036
1037 Reduce the space used by the stack for the profiling thread.
1038
1039 Fix misleading documentation of v8::Locker (issue 542).
1040
1041 Introduce readbinary function in d8 to read binary files.
1042
1043 Performance and stability improvements on all platforms.
1044
1045
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000010462012-01-23: Version 3.8.8
1047
1048 Limited number of loop iterations in Heap::ReserveSpace
1049 (Chromium issue 99027).
1050
1051 Fixed solaris build (VirtualMemory) (issue 1761).
1052
1053 Fixed strict vs. non-strict handling of function proxies in
1054 higher-order array and string methods.
1055
1056 Enabled asynchronous remote debugging with d8 (issue 1691).
1057
1058 Stability and performance improvements on all platforms.
1059
1060
ulan@chromium.org2efb9002012-01-19 15:36:35 +000010612012-01-19: Version 3.8.7
1062
1063 Ensure that LRandom restores rsi after call to the C function on x64.
1064 (Chromium issue http://crbug.com/110509)
1065
1066 Fixing include issues on *bsd when building with scons.
1067 (issue 1897)
1068
1069 Provide a switch to specify -fno-strict-aliasing
1070 (issue 1887)
1071
1072 Move WIN32 define from standalone.gypi to common.gypi
1073 (issue 1760)
1074
1075 Fix corner-case in heap size estimation.
1076 (issue 1893)
1077
1078 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1079 (issue 1903)
1080
1081 Performance improvements and bug fixes.
1082
1083
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000010842012-01-16: Version 3.8.6
1085
1086 Add primitive WebGL array support to d8.
1087
1088 Improve heap size estimation (issue 1893).
1089
1090 Hash collision DOS workaround extended from string keys
1091 to numeric keys.
1092
1093 Provide an API for iterating through all external strings referenced
1094 from the JS heap.
1095
1096 Adjust position recorded for call expressions. http://crbug.com/109195
1097
1098 Fix GC crash related to instanceof. http://crbug.com/109448
1099
1100 Performance improvements and bug fixes.
1101
1102
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000011032012-01-05: Version 3.8.5
1104
1105 Fix broken test that assumes that no GC can clear the regexp cache (GC
1106 can happen at any time due to Crankshaft).
1107
1108 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1109
1110 Add netbsd support to gyp build.
1111
1112 Determine page size at runtime on posix platforms.
1113
1114 Ensure that store buffer filtering hash sets are cleared after
1115 StoreBuffer::Filter.
1116
1117 Randomize the seed used for string hashing. This helps guard against
1118 CPU-eating DOS attacks against node.js servers. Based on code from
1119 Bert Belder. This version only solves the issue for those that compile
1120 V8 themselves or those that do not use snapshots. A snapshot-based
1121 precompiled V8 will still have predictable string hash codes.
1122
1123 Implement callback when script finishes running in V8 API.
1124
1125 Improve performance of Math.min and Math.max for the case of two
1126 arguments. (issue 1325)
1127
1128
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000011292012-01-02: Version 3.8.4
1130
1131 Performance improvements for large Smi-only arrays.
1132
1133 Fixed InternalArrays construction. (issue 1878)
1134
1135
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000011362011-12-27: Version 3.8.3
1137
1138 Avoid embedding new space objects into code objects in the lithium gap
1139 resolver. (chromium:108296)
1140
1141 Bug fixes and performance optimizations on all platforms.
1142
1143
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000011442011-12-21: Version 3.8.2
1145
1146 Add max optimization flag to v8 gyp build to ensure V8 is always built
1147 fully optimized in Chrome.
1148
1149 MIPS: Bring MIPS to parity with other platforms.
1150
1151 Optimizations and stability improvements on all platforms.
1152
1153
ricow@chromium.org7ad65222011-12-19 12:13:11 +000011542011-12-19: Version 3.8.1
1155
1156 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1157
1158 Stability improvements on all platforms.
1159
1160
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000011612011-12-13: Version 3.8.0
1162
1163 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1164
1165 Sync parser and preparser on do-while and return statements.
1166 (issue 1856)
1167
1168 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1169
1170 Stability and performance improvements on all platforms.
1171
1172
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000011732011-12-01: Version 3.7.12
1174
1175 Increase tick interval for the android platform.
1176
1177 Fix a bug in the register allocator. (chromium:105112)
1178
1179 Fix handling of recompiling code. (chromium:105375, v8:1782)
1180
1181 Start incremental marking on idle notification. (v8:1458)
1182
1183 Build fixes for various platforms.
1184
1185 Various performance improvements.
1186
1187
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000011882011-11-29: Version 3.7.11
1189
1190 Fixed bug when generating padding to ensure space for lazy
1191 deoptimization.
1192 (issue 1846)
1193
1194 Further reduced pause times due to GC.
1195
1196 Stability and performance improvements on all platforms.
1197
1198
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000011992011-11-23: Version 3.7.10
1200
1201 Set maximum length of FixedArray in terms of elements instead an
1202 absolute number of bytes.
1203 (Chromium issue 103103)
1204
1205 Stability and performance improvements on all platforms.
1206
1207
12082011-11-21: Version 3.7.9
1209
1210 Removed exit-time destructors.
1211
1212 Stability and performance improvements on all platforms.
1213
1214
ricow@chromium.org27bf2882011-11-17 08:34:43 +000012152011-11-17: Version 3.7.8
1216
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001217 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001218 function on builtins will not make the original function reappear.
1219
1220 Added NetBSD support for scons build.
1221
1222 Performance improvements on all platforms.
1223
1224
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000012252011-11-14: Version 3.7.7
1226
1227 Fix missing fast property accessors in heap snapshots.
1228 (issue 1818)
1229
1230
danno@chromium.org2c456792011-11-11 12:00:53 +000012312011-11-11: Version 3.7.6
1232
1233 Fixed filtering of store buffer for large object pages.
1234 (issue 1817)
1235
1236 Fixed generated hash function on all platforms.
1237 (issue 1808)
1238
1239 Fixed Heap::Shrink to ensure that it does not free pages that are
1240 still in use.
1241 (Chromium issue 100414)
1242
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001243 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001244
1245
danno@chromium.orgc612e022011-11-10 11:38:15 +000012462011-11-10: Version 3.7.5
1247
1248 Added initial gyp infrastructure for MIPS.
1249
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001250 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001251 collector.
1252
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001253 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001254
1255
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000012562011-11-07: Version 3.7.4
1257
1258 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1259
1260 Fix Harmony sets and maps to allow null and undefined as keys
1261 (still hidden behind --harmony flag) (issue 1622).
1262
1263 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1264
1265 Enable VFP instructions for Android.
1266
1267 Fix error handling in Date.prototype.toISOString (issue 1792).
1268
1269 Bug fixes and performance improvements for all platforms.
1270
1271 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1272
1273
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000012742011-10-28: Version 3.7.3
1275
1276 Slight deoptimization as a workaround for issue with jslint: Issue
1277 1789.
1278
1279
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000012802011-10-27: Version 3.7.2
1281
1282 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1283
1284
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000012852011-10-26: Version 3.7.1
1286
1287 Achieved 33% speedup in debug-mode tests.
1288
1289 Removed special casing of calls to RegExp test and exec methods with no
1290 argument. Now matches new JSC behaviour. crbug.com/75740.
1291
1292 Return the empty string on cyclic references in toString (ES5
1293 conformance).
1294
1295 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1296
1297 Made Math.random state per-context instead of per-process (issue 864).
1298
1299 Fixed stack traces to skip native functions.
1300
1301 Make snapshots (new contexts) smaller and faster.
1302
1303 Fixed handling of Function.apply for non-array arguments.
1304
1305 Fixed evaluation order in defineProperties to match FireFox.
1306
1307 Fixed handling of non-object receivers for array builtins,
1308 crbug.com/100702.
1309
1310 Multiple fixes to improve compliance with test262.
1311
1312 Fixed compatibility with older Android releases.
1313
1314 Fixed compilation with gcc-4.5.3.
1315
1316 Improved performance of WriteUtf8, issue 1665.
1317
1318 Made native syntax an early error in the preparser.
1319
1320 Fixed issues 793 and 893 relating to Function.prototype.bind.
1321
1322 Improved let, const, Set and Map support and other Harmony features
1323 (behind the --harmony flag).
1324
1325 Changed evaluation order for > and <= to match ES5 instead of ES3.
1326
1327 Bug fixes and performance improvements on all platforms.
1328
1329
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000013302011-10-13: Version 3.7.0
1331
1332 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1333
1334 Fixed issue 1757 (string slices of external strings).
1335
1336 Fixed issue 1759 (ARM).
1337
1338 Added flag --noclever-optimizations to disable some things that
1339 caused trouble in the past.
1340
1341 Added flag --stress-compaction for testing.
1342
1343 Added flag --harmony to activate all experimental Harmony features.
1344
1345
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000013462011-10-10: Version 3.6.6
1347
1348 Added a GC pause visualization tool.
1349
1350 Added presubmit=no and werror=no flags to Makefile.
1351
1352 ES5/Test262 conformance improvements.
1353
1354 Fixed compilation issues with GCC 4.5.x (issue 1743).
1355
1356 Bug fixes and performance improvements on all platforms.
1357
1358
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000013592011-10-05: Version 3.6.5
1360
1361 New incremental garbage collector.
1362
1363 Removed the hard heap size limit (soft heap size limit is still
1364 700/1400Mbytes by default).
1365
1366 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1367
1368 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1369
1370 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1371
1372 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1373
1374 Fixed the MinGW and Windows 2000 builds.
1375
1376 Fixed "Prototype chain is not searched if named property handler does
1377 not set a property" (Issue 1636).
1378
1379 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1380
1381 Disallowed future reserved words as labels in strict mode.
1382
1383 Fixed string split to correctly coerce the separator to a string
1384 (Issue 1711).
1385
1386 API: Added an optional source length field to the Extension
1387 constructor.
1388
1389 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1390 (Issue 1573).
1391
1392 Added "native" target to Makefile for the benefit of Linux distros.
1393
1394 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1395
1396 More work on ES-Harmony proxies. Still hidden behind a flag.
1397
1398 Bug fixes and performance improvements on all platforms.
1399
1400
lrn@chromium.org34e60782011-09-15 07:25:40 +000014012011-09-15: Version 3.6.4
1402
1403 Fixed d8's broken readline history.
1404
1405 Removed the need for code delete events in CPU profiler (Issue 1466).
1406
1407 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1408
1409 Fixing parallel execution in d8 (with -p) and some memory leaks.
1410
1411 Support for precise stepping in functions compiled before debugging was
1412 started (step 1).
1413
1414
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000014152011-09-13: Version 3.6.3
1416
1417 Implemented better support of typed arrays in the d8 shell.
1418
1419 Bug fixes and performance improvements on all platforms.
1420
1421
ricow@chromium.org55ee8072011-09-08 16:33:10 +000014222011-09-08: Version 3.6.2
1423
1424 Added "dependencies" target to top-level Makefile.
1425
1426 Added ability to turn profiler on/off in d8.
1427
1428 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1429
1430 Fixed several crash bugs.
1431
1432
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000014332011-09-07: Version 3.6.1
1434
1435 Fixed a bug in abrupt exit from with or catch inside finally.
1436
1437 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1438 issue 95113).
1439
1440 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1441
1442 Fixed a few clang warnings (which -Werror treated as errors).
1443
1444 Performance improvements on all platforms.
1445
1446
fschneider@chromium.org1805e212011-09-05 10:49:12 +000014472011-09-05: Version 3.6.0
1448
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001449 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001450
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001451 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001452
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001453 Made arguments and caller always be null on native functions
1454 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001455
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001456 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001457
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001458 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001459
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001460 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001461
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001462 Fixed a problem with large heap snapshots in Chrome DevTools
1463 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001464
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001465 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001466
1467
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000014682011-08-31: Version 3.5.10
1469
1470 Added dependency of v8_base on WinSocket2 Windows library in
1471 the GYP-build.
1472
1473 Various bugfixes.
1474
1475
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000014762011-08-29: Version 3.5.9
1477
1478 Made FromPropertyDescriptor not trigger inherited setters.
1479
1480 Fixed .gyp files to work on the ARM simulator.
1481
1482 Fixed shared library build warnings for MSVS.
1483
1484
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000014852011-08-24: Version 3.5.8
1486
1487 Added V8EXPORT attributes for v8::Array::CheckCast and
1488 v8::Number::CheckCast.
1489
1490 Made a slight API change enabling opting out from null termination
1491 in String::Write*().
1492
1493 Fixed arm build for gcc-4.6.
1494
1495
rossberg@chromium.org28a37082011-08-22 11:03:23 +000014962011-08-22: Version 3.5.7
1497
1498 Make scanner handle invalid unicode escapes in identifiers correctly.
1499
1500 Make regexp flag parsing stricter.
1501
1502 Fix several memory leaks.
1503
1504
danno@chromium.orgb6451162011-08-17 14:33:23 +000015052011-08-17: Version 3.5.6
1506
1507 Fixed issue that could cause crashes when running with --heap-stats.
1508
1509 Fixed compilation on Linux 2.6.9 and older.
1510
1511 Fixed live-object-list to work with isolates.
1512
1513 Fixed memory leaks in zones and isolates.
1514
1515 Fixed a performance regression for TypedArrays on x64.
1516
1517 Stability improvements on all platforms.
1518
1519
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000015202011-08-15: Version 3.5.5
1521
1522 Fixed bugs involving negative zero and the optimizing compiler.
1523
1524 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1525
1526 Eliminated uses of deprecated ARM instructions.
1527
1528 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1529
1530 Removed restriction on the size of disassembled code that is printed.
1531
1532
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000015332011-08-10: Version 3.5.4
1534
1535 Added a preliminary implementation of ES Harmony weak maps. Weak
1536 maps can be enabled by the flag --harmony-weakmaps.
1537
1538 Introduced a toplevel Makefile to support GYP-based building. GYP
1539 can be obtained from http://gyp.googlecode.com.
1540
1541 Fixed a bug in the length property of functions created by
1542 Function.prototype.bind.
1543
1544 Reduced malloc heap allocation on process startup.
1545
1546 Several important code generation bug fixes.
1547
1548 Performance improvements on all platforms.
1549
1550
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000015512011-08-03: Version 3.5.3
1552
1553 MIPS: Port of fix to ClassOf check from ARM.
1554 Patch from Paul Lind <plind44@gmail.com>.
1555
1556 Stopped using mprotect on Cygwin.
1557 Avoided uninitialized member warning on gcc 4.3.4
1558 Both patches by Bert Belder.
1559
1560 Bug fixes and performance improvements on all platforms.
1561
1562
vegorov@chromium.org7943d462011-08-01 11:41:52 +000015632011-08-01: Version 3.5.2
1564
1565 Performance improvements on all platforms.
1566
1567
ricow@chromium.org2c99e282011-07-28 09:15:17 +000015682011-07-28: Version 3.5.1
1569
1570 Fixed setting the readonly flag on the prototype property using the
1571 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1572
1573 Changed the tools/test.py script to use d8 instead of shell for
1574 testing.
1575
1576 Fixed crash in ToBooleanStub when GC happens during invocation.
1577
1578 Enabled automatic unboxing of double arrays.
1579
1580 Performance improvements on all platforms.
1581
1582
ricow@chromium.org9fa09672011-07-25 11:05:35 +000015832011-07-25: Version 3.5.0
1584
1585 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1586 proxies.
1587
1588 Removed logging to memory support.
1589
1590 Bugfixes and performance work.
1591
1592
rossberg@chromium.org717967f2011-07-20 13:44:42 +000015932011-07-20: Version 3.4.14
1594
1595 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1596
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001597 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001598 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001599
1600 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1601
1602
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000016032011-07-18: Version 3.4.13
1604
1605 Improved debugger support to allow inspection of optimized frames (issue
1606 1140).
1607
1608 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1609
1610 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1611
1612 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1613
1614 Simplified HClampToUint8. Patch by Andy Wingo.
1615
1616 Exposed APIs for detecting boxed primitives, native errors. Patch by
1617 Luke Zarko.
1618
1619 Added map check for COW elements to crankshaft array handling code
1620 (issue 1560).
1621
1622 Sample shell and (a light version of) D8 links against a shared library
1623 now.
1624
1625 Fixed bug in array filter and reduce functions (issue 1559).
1626
1627 Avoid TLS load in AstNode constructor.
1628
1629 Introduced a random entropy source which can optionally be provided at
1630 initialization. (Chromium issue 89462).
1631
1632
whesse@chromium.org030d38e2011-07-13 13:23:34 +000016332011-07-13: Version 3.4.12
1634
1635 Added --prof profiling option to d8 shell.
1636
1637 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
1638
1639 Fixed a potential assertion failure in const declarations.
1640
1641 Fixed an assertion failure in descriptor arrays (issue 1526).
1642
1643 Enabled fast thread-local storage by default on supported platforms.
1644
1645 Improved reporting of source position for global variable loads
1646 (issue 1527).
1647
1648
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000016492011-07-11: Version 3.4.11
1650
1651 Fixed MinGW32 build.
1652
1653 Fixed a GC bug with RegExp code flushing.
1654
1655 Implemented Object.defineProperty for proxies.
1656
1657 Fixed a bug in for/in iteration of arguments objects (issue 1531).
1658
1659 Added debugger support for inspecting optimized frames (issue 1140).
1660
1661 Allowed JSObject::PreventExtensions to work for arguments objects.
1662
1663 Bugfixes and performance work.
1664
1665
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000016662011-07-06: Version 3.4.10
1667
1668 Fixed debugger not breaking on certain "if" statements (issue 1523).
1669
1670 Fixed assertion failure in runtime profiler when running on IA32
1671 without snapshot (issue 1522).
1672
1673 Fixed ABI for API calls on IA32 (for clang compatibility).
1674
1675 Introduced code flushing of RegExp code to free memory used by
1676 RegExps sooner.
1677
1678 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
1679
1680 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
1681
1682 Performance improvements on all platforms.
1683
1684
ricow@chromium.org4f693d62011-07-04 14:01:31 +000016852011-07-04: Version 3.4.9
1686
1687 Added support for debugger inspection of locals in optimized frames
1688 (issue 1140).
1689
1690 Fixed SConstruct to pass correct defines to samples/preparser when
1691 building with library=shared.
1692
1693 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
1694
1695 Fixed a bug in Object.defineProperty on the arguments object.
1696
1697 Performance improvements on all platforms.
1698
1699
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000017002011-06-29: Version 3.4.8
1701
1702 Ensure 16-byte stack alignment on Solaris (issue 1505).
1703
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00001704 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00001705 that is not a smi. (issue 1246).
1706
1707
ager@chromium.org04921a82011-06-27 13:21:41 +000017082011-06-27: Version 3.4.7
1709
1710 Fixed 64-bit build on FreeBSD.
1711
1712 Added API to set the property attributes for the prototype
1713 property on functions created from FunctionTemplates.
1714
1715 Bugfixes and performance work.
1716
1717
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000017182011-06-22: Version 3.4.6
1719
1720 Lowered limit on code space for systems with low memory supply.
1721
1722 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
1723
1724 Extended setBreakpoint API to accept partial script name (issue 1418).
1725
1726 Made multi-line comments not count when deciding whether the '-->'
1727 comment starter is first on a line. This matches Safari.
1728
1729 Made handling of non-array recievers in Array length setter correct
1730 (issue 1491).
1731
1732 Added ability to heap profiler to iterate over snapshot's node
1733 (issue 1481).
1734
1735
whesse@chromium.org7b260152011-06-20 15:33:18 +000017362011-06-20: Version 3.4.5
1737
1738 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
1739 1476, and 1477.
1740
1741 Improved code generation for !0 and !1.
1742
1743 Reduced memory usage for regular expressions with nested qualifiers.
1744 (issue 1472)
1745
1746 Fixed V8 to count line terminators in multi-line comments.
1747 (Chromium issue 86431)
1748
1749 Fixed disassembler=on option for release-mode builds. (issue 1473)
1750
1751 Performance improvements on all platforms.
1752
1753
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000017542011-06-15: Version 3.4.4
1755
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001756 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001757
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001758 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001759
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001760 Several GYP-related changes: Added support for building Xcode project
1761 files. Make the ARM simulator build with GYP again. Generate Makefiles
1762 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001763
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001764 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
1765 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001766
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001767 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001768
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001769 Handle 'undefined' correctly when === has been specialized for doubles.
1770 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001771
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001772 Corrected the limit of local variables in an optimized function from 64
1773 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001774
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001775 Correctly set ReadOnly flag on indexed properties when using the API Set
1776 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001777
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001778 Give the correct error message when Object.isExtensible is called on a
1779 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001780
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001781 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
1782 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001783
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001784 Do not redefine properties unneccesarily in seal and freeze. (issue
1785 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001786
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001787 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001788
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001789 Distinguish keyed loads with a symbol key from fast elements loads,
1790 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001791
1792
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000017932011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001794
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00001795 Clear the global thread table when an isolate is disposed
1796 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001797
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00001798 Converted time zone name to UTF8 on Windows (issue 1290).
1799
1800 Limited the number of arguments in a function call to 32766
1801 (issue 1413).
1802
1803 Compress sources of JS libraries in addition to the snapshot.
1804
1805 Fixed a bug in Lithium environment iteration.
1806
1807 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001808
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001809
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000018102011-06-06: Version 3.4.2
1811
1812 More work on ES-Harmony proxies. Still hidden behind a flag.
1813
1814 Fixed some crash bugs and improved performance.
1815
1816 Fixed building with gdb debugging support.
1817
1818 Do not install SIGPROF handler until it is needed.
1819
1820 Added DateTimeFormat to i18n API.
1821
1822 Fixed compilation on OpenBSD.
1823
1824 Take the ulimit into account when sizing the heap. OpenBSD users
1825 may still have to increase the default ulimit to run heavy pages in
1826 the browser.
1827
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001828
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000018292011-06-01: Version 3.4.1
1830
1831 Fixed JSON stringify issue with arrays.
1832
1833 Changed calls to JS builtins to be passed undefined when called with
1834 implicit receiver.
1835
1836 Implemented the set trap for Harmony proxies. Proxies still need to
1837 be enabled with the --harmony-proxies flag.
1838
1839
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000018402011-05-30: Version 3.4.0
1841
1842 Changed calls to undefined property setters to not throw (issue 1355).
1843
1844 Made RegExp objects not callable.
1845
1846 Fixed issues on special case large JSON strings in new json parser
1847 (issues http://crbug.com/83877 and http://crbug.com/84186).
1848
1849 Performance improvements on all platforms.
1850
1851
danno@chromium.org40cb8782011-05-25 07:58:50 +000018522011-05-25: Version 3.3.10
1853
1854 Fixed calls of strict mode function with an implicit receiver.
1855
1856 Fixed fast handling of arrays to properly deal with changes to the
1857 Object prototype (issue 1403).
1858
1859 Changed strict mode poison pill to be the same type error function
1860 (issue 1387).
1861
1862 Fixed a debug crash in arguments object handling (issue 1227).
1863
1864 Fixed a bug in deoptimization on x64 (issue 1404).
1865
1866 Performance improvements and bug fixes on all platforms.
1867
1868
ager@chromium.orgea91cc52011-05-23 06:06:11 +000018692011-05-23: Version 3.3.9
1870
1871 Added DateTimeFormat class to experimental i18n API.
1872
1873 Extended preparser to give early errors for some strict mode
1874 restrictions.
1875
1876 Removed legacy execScript function from V8.
1877
1878 Extended isolate API with the ability to add embedder-specific
1879 data to an isolate.
1880
1881 Added basic support for polymorphic loads from JS and external
1882 arrays.
1883
1884 Fixed bug in handling of switch statements in the optimizing
1885 compiler.
1886
1887
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000018882011-05-18: Version 3.3.8
1889
ager@chromium.orgea91cc52011-05-23 06:06:11 +00001890 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00001891 handles are independent of all other persistent handles and can be
1892 garbage collected more frequently.
1893
ager@chromium.orgea91cc52011-05-23 06:06:11 +00001894 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00001895 with the --harmony-proxies flag.
1896
1897 Performance improvements and bug fixes on all platforms.
1898
1899
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000019002011-05-16: Version 3.3.7
1901
1902 Updated MIPS infrastructure files.
1903
1904 Performance improvements and bug fixes on all platforms.
1905
1906
karlklose@chromium.org83a47282011-05-11 11:54:09 +000019072011-05-11: Version 3.3.6
1908
1909 Updated MIPS infrastructure files.
1910
1911 Added method IsCallable for Object to the API.
1912 Patch by Peter Varga.
1913
1914
lrn@chromium.org1c092762011-05-09 09:42:16 +000019152011-05-09: Version 3.3.5
1916
1917 Fixed build on FreeBSD. Patch by Akinori MUSHA.
1918
1919 Added check that receiver is JSObject on API calls.
1920
1921 Implemented CallAsConstructor method for Object in the API (Issue 1348).
1922 Patch by Peter Varga.
1923
1924 Added CallAsFunction method to the Object class in the API (Issue 1336).
1925 Patch by Peter Varga.
1926
1927 Added per-isolate locking and unlocking.
1928
1929 Fixed bug in x64 >>> operator (Issue 1359).
1930
1931
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000019322011-05-04: Version 3.3.4
1933
1934 Implemented API to disallow code generation from strings for a context
1935 (issue 1258).
1936
1937 Fixed bug with whitespaces in parseInt (issue 955).
1938
1939 Fixed bug with == comparison of Date objects (issue 1356).
1940
1941 Added GYP variables for ARM code generation:
1942 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
1943 and v8_use_arm_eabi_hardfloat.
1944
1945
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000019462011-05-02: Version 3.3.3
1947
1948 Added support for generating Visual Studio solution and project files
1949 using GYP.
1950
1951 Implemented support for ARM EABI calling convention variation where
1952 floating-point arguments are passed in registers (hardfloat).
1953
1954 Added Object::HasOwnProperty() to the API.
1955
1956 Added support for compressing startup data to reduce binary size. This
1957 includes build time support and an API for the embedder to decompress
1958 the startup data before initializing V8.
1959
1960 Reduced the profiling hooks overhead from >400% to 25% when using
1961 ll_prof.
1962
1963 Performance improvements and bug fixes on all platforms.
1964
1965
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000019662011-04-27: Version 3.3.2
1967
1968 Fixed crash bug on ARM with no VFP3 hardware.
1969
1970 Fixed compilation of V8 without debugger support.
1971
1972 Improved performance on JSLint.
1973
1974 Added support Float64 WebGL arrays.
1975
1976 Fixed crash bug in regexp replace.
1977
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00001978
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000019792011-04-20: Version 3.3.1
1980
1981 Reduced V8 binary size by removing virtual functions from hydrogen.
1982
1983 Fixed crash bug on x64.
1984
1985 Performance improvements on ARM and IA32.
1986
1987
danno@chromium.org160a7b02011-04-18 15:51:38 +000019882011-04-18: Version 3.3.0
1989
1990 Fixed bug in floating point rounding in Crankshaft on ARM
1991 (issue 958)
1992
1993 Fixed a number of issues with running without VFPv3 support on ARM
1994 (issue 1315)
1995
1996 Introduced v8Locale.Collator, a partial implementation of Collator
1997 per last ECMAScript meeting + mailing list.
1998
1999 Minor performance improvements and bug fixes.
2000
2001
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000020022011-04-13: Version 3.2.10
2003
2004 Fixed bug in external float arrays on ARM (issue 1323).
2005
2006 Minor performance improvements and bug fixes.
2007
2008
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000020092011-04-11: Version 3.2.9
2010
2011 Removed support for ABI prior to EABI on ARM.
2012
2013 Fixed multiple crash bugs.
2014
2015 Added GCMole to the repository, a simple static analysis tool that
2016 searches for GC-unsafe evaluation order dependent callsites.
2017
2018 Made preparser API be exported in shared libraries.
2019
2020 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2021
2022 Fixed mutable __proto__ property if object is not extensible
2023 (Issue 1309).
2024
2025 Fixed auto suspension of the sampler thread.
2026
2027
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000020282011-04-06: Version 3.2.8
2029
2030 Exposed WebGL typed array constructors in the shell sample.
2031
2032 Performance improvements on all platforms.
2033
2034
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000020352011-04-04: Version 3.2.7
2036
2037 Disabled the original 'classic' V8 code generator. Crankshaft is
2038 now the default on all platforms.
2039
2040 Changed the heap profiler to use more descriptive names.
2041
2042 Performance and stability improvements to isolates on all platforms.
2043
2044
lrn@chromium.org7516f052011-03-30 08:52:27 +000020452011-03-30: Version 3.2.6
2046
2047 Fixed xcode build warning in shell.cc (out of order initialization).
2048
2049 Fixed null-pointer dereference in the compiler when running without
2050 SSE3 support (Chromium issue 77654).
2051
2052 Fixed x64 compilation error due to some dead code. (Issue 1286)
2053
2054 Introduced scons target to build the preparser stand-alone example.
2055
2056 Made FreeBSD build and pass all tests.
2057
2058
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000020592011-03-28: Version 3.2.5
2060
lrn@chromium.org7516f052011-03-30 08:52:27 +00002061 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002062
2063 Added Crankshaft support for external arrays.
2064
2065 Fixed two potential crash bugs.
2066
2067
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000020682011-03-23: Version 3.2.4
2069
2070 Added isolates which allows several V8 instances in the same process.
2071 This is controlled through the new Isolate class in the API.
2072
2073 Implemented more of EcmaScript 5 strict mode.
2074
2075 Reduced the time it takes to make detailed heap snapshot.
2076
2077 Added a number of commands to the ARM simulator and enhanced the ARM
2078 disassembler.
2079
2080
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000020812011-03-17: Version 3.2.3
2082
2083 Fixed a number of crash bugs.
2084
2085 Fixed Array::New(length) to return an array with a length (issue 1256).
2086
2087 Fixed FreeBSD build.
2088
2089 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2090
2091 Implemented more of EcmaScript 5 strict mode.
2092
2093 Improved Crankshaft performance on all platforms.
2094
2095
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000020962011-03-14: Version 3.2.2
2097
2098 Fixed a number of crash and correctness bugs.
2099
2100 Improved Crankshaft performance on all platforms.
2101
2102 Fixed Crankshaft on Solaris/Illumos.
2103
2104
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000021052011-03-10: Version 3.2.1
2106
2107 Fixed a number of crash bugs.
2108
2109 Improved Crankshaft for x64 and ARM.
2110
2111 Implemented more of EcmaScript 5 strict mode.
2112
2113
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000021142011-03-07: Version 3.2.0
2115
2116 Fixed a number of crash bugs.
2117
2118 Turned on Crankshaft by default on x64 and ARM.
2119
2120 Improved Crankshaft for x64 and ARM.
2121
2122 Implemented more of EcmaScript 5 strict mode.
2123
2124
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000021252011-03-02: Version 3.1.8
2126
2127 Fixed a number of crash bugs.
2128
2129 Improved Crankshaft for x64 and ARM.
2130
2131 Implemented more of EcmaScript 5 strict mode.
2132
2133 Fixed issue with unaligned reads and writes on ARM.
2134
2135 Improved heap profiler support.
2136
2137
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000021382011-02-28: Version 3.1.7
2139
2140 Fixed a number of crash bugs.
2141
2142 Improved Crankshaft for x64 and ARM.
2143
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002144 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002145 arrays (http://crbug.com/73940).
2146
2147 Fixed bug in map space compaction (http://crbug.com/59688).
2148
2149 Added support for direct getter accessors calls on ARM.
2150
2151
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000021522011-02-24: Version 3.1.6
2153
2154 Fixed a number of crash bugs.
2155
2156 Added support for Cygwin (issue 64).
2157
2158 Improved Crankshaft for x64 and ARM.
2159
2160 Added Crankshaft support for stores to pixel arrays.
2161
2162 Fixed issue in CPU profiler with Crankshaft.
2163
2164
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000021652011-02-16: Version 3.1.5
2166
2167 Change RegExp parsing to disallow /(*)/.
2168
2169 Added GDB JIT support for ARM.
2170
2171 Fixed several crash bugs.
2172
2173 Performance improvements on the IA32 platform.
2174
2175
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000021762011-02-14: Version 3.1.4
2177
2178 Fixed incorrect compare of prototypes of the global object (issue
2179 1082).
2180
2181 Fixed a bug in optimizing calls to global functions (issue 1106).
2182
2183 Made optimized Function.prototype.apply safe for non-JSObject first
2184 arguments (issue 1128).
2185
2186 Fixed an error related to element accessors on Object.prototype and
2187 parser errors (issue 1130).
2188
2189 Fixed a bug in sorting an array with large array indices (issue 1131).
2190
2191 Properly treat exceptions thrown while compiling (issue 1132).
2192
2193 Fixed bug in register requirements for function.apply (issue 1133).
2194
2195 Fixed a representation change bug in the Hydrogen graph construction
2196 (issue 1134).
2197
2198 Fixed the semantics of delete on parameters (issue 1136).
2199
2200 Fixed a optimizer bug related to moving instructions with side effects
2201 (issue 1138).
2202
2203 Added support for the global object in Object.keys (issue 1150).
2204
2205 Fixed incorrect value for Math.LOG10E
2206 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2207
2208 Performance improvements on the IA32 platform.
2209
2210 Implement assignment to undefined reference in ES5 Strict Mode.
2211
2212
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000022132011-02-09: Version 3.1.3
2214
2215 Fixed a bug triggered by functions with huge numbers of declared
2216 arguments.
2217
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002218 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002219
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002220 Fixed issue where Array.prototype.__proto__ had been set to null
2221 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002222
2223 Fixed stability bugs in Crankshaft for x86.
2224
2225
ricow@chromium.org83aa5492011-02-07 12:42:56 +000022262011-02-07: Version 3.1.2
2227
2228 Added better security checks when accessing properties via
2229 Object.getOwnPropertyDescriptor.
2230
2231 Fixed bug in Object.defineProperty and related access bugs (issues
2232 992, 1083 and 1092).
2233
2234 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2235 copyright notice generation for embedders.
2236
2237
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000022382011-02-02: Version 3.1.1
2239
2240 Perform security checks before fetching the value in
2241 Object.getOwnPropertyDescriptor.
2242
2243 Fixed a bug in Array.prototype.splice triggered by passing no
2244 arguments.
2245
2246 Fixed bugs in -0 in arithmetic and in Math.pow.
2247
2248 Fixed bugs in the register allocator and in switching from optimized
2249 to unoptimized code.
2250
2251
22522011-01-31: Version 3.1.0
2253
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002254 Performance improvements on all platforms.
2255
2256
ager@chromium.org378b34e2011-01-28 08:04:38 +000022572011-01-28: Version 3.0.12
2258
2259 Added support for strict mode parameter and object property
2260 validation.
2261
2262 Fixed a couple of crash bugs.
2263
2264
ager@chromium.org0ee099b2011-01-25 14:06:47 +000022652011-01-25: Version 3.0.11
2266
2267 Fixed a bug in deletion of lookup slots that could cause global
2268 variables to be accidentally deleted (http://crbug.com/70066).
2269
2270 Added support for strict mode octal literal verification.
2271
2272 Fixed a couple of crash bugs (issues 1070 and 1071).
2273
2274
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000022752011-01-24: Version 3.0.10
2276
2277 Fixed External::Wrap for 64-bit addresses (issue 1037).
2278
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002279 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002280 code generator (issue 1060).
2281
2282 Introduced partial strict mode support.
2283
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002284 Changed formatting of recursive error messages to match Firefox and
2285 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002286
2287 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002288 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002289 (issue http://crbug.com/50972).
2290
2291 Performance improvements on the IA32 platform.
2292
2293
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000022942011-01-19: Version 3.0.9
2295
2296 Added basic GDB JIT Interface integration.
2297
2298 Make invalid break/continue statements a syntax error instead of a
2299 runtime error.
2300
2301
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000023022011-01-17: Version 3.0.8
2303
2304 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002305 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002306
2307 Wrapped external pointers more carefully (issue 1037).
2308
2309 Hardened the implementation of error objects to avoid setters
2310 intercepting the properties set then throwing an error.
2311
2312 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2313
2314 Performance improvements on the IA32 platform.
2315
2316
23172011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002318
2319 Stopped calling inherited setters when creating object literals
2320 (issue 1015).
2321
2322 Changed interpretation of malformed \c? escapes in RegExp to match
2323 JSC.
2324
2325 Enhanced the command-line debugger interface and fixed some minor
2326 bugs in the debugger.
2327
2328 Performance improvements on the IA32 platform.
2329
2330
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000023312011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002332
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002333 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002334
2335 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002336 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002337
2338 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002339 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002340
2341 Added use_system_v8 option to gyp (off by default), to make it easier
2342 for Linux distributions to ship with system-provided V8 library.
2343
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002344 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002345
2346 Added labelled thread names to help with debugging (on Linux).
2347
2348
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000023492011-01-03: Version 3.0.5
2350
2351 Fixed a couple of cast errors for gcc-3.4.3.
2352
2353 Performance improvements in GC and IA32 code generator.
2354
2355
whesse@chromium.org023421e2010-12-21 12:19:12 +000023562010-12-21: Version 3.0.4
2357
2358 Added Date::ResetCache() to the API so that the cached values in the
2359 Date object can be reset to allow live DST / timezone changes.
2360
2361 Extended existing support for printing (while debugging) the contents
2362 of objects. Added support for printing objects from release builds.
2363
2364 Fixed V8 issues 989, 1006, and 1007.
2365
2366
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000023672010-12-17: Version 3.0.3
2368
2369 Reapplied all changes for version 3.0.1.
2370
2371 Improved debugger protocol for remote debugging.
2372
2373 Added experimental support for using gyp to generate build files
2374 for V8.
2375
2376 Fixed implementation of String::Write in the API (issue 975).
2377
2378
lrn@chromium.org8541d772010-12-15 12:05:09 +000023792010-12-15: Version 3.0.2
2380
2381 Revert version 3.0.1 and patch 3.0.1.1.
2382
2383
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000023842010-12-13: Version 3.0.1
2385
2386 Added support for an experimental internationalization API as an
2387 extension. This extension is disabled by default but can be enabled
2388 when building V8. The ECMAScript internationalization strawman is
2389 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2390
2391 Made RegExp character class parsing stricter. This mirrors a change
2392 to RegExp parsing in WebKit.
2393
2394 Fixed a bug in Object.defineProperty when used to change attributes
2395 of an existing property. It incorrectly set the property value to
2396 undefined (issue 965).
2397
2398 Fixed several different compilation failures on various platforms
2399 caused by the 3.0.0 release.
2400
2401 Optimized Math.pow so it can work on unboxed doubles.
2402
2403 Sped up quoting of JSON strings by removing one traversal of the
2404 string.
2405
2406
kasperl@chromium.orga5551262010-12-07 12:49:48 +000024072010-12-07: Version 3.0.0
2408
2409 Improved performance by (partially) addressing issue 957 on
2410 IA-32. Still needs more work for the other architectures.
2411
2412
ager@chromium.orgbeb25712010-11-29 08:02:25 +000024132010-11-29: Version 2.5.9
2414
2415 Fixed crashes during GC caused by partially initialize heap
2416 objects.
2417
2418 Fixed bug in process sample that caused memory leaks.
2419
2420 Improved performance on ARM by implementing missing stubs and
2421 inlining.
2422
2423 Improved heap profiler support.
2424
2425 Added separate seeding on Windows of the random number generator
2426 used internally by the compiler (issue 936).
2427
2428 Exposed API for getting the name of the function used to construct
2429 an object.
2430
2431 Fixed date parser to handle one and two digit millisecond
2432 values (issue 944).
2433
2434 Fixed number parsing to disallow space between sign and
2435 digits (issue 946).
2436
2437
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000024382010-11-23: Version 2.5.8
2439
2440 Removed dependency on Gay's dtoa.
2441
2442 Improved heap profiler precision and speed.
2443
2444 Reduced overhead of callback invocations on ARM.
2445
2446
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000024472010-11-18: Version 2.5.7
2448
2449 Fixed obscure evaluation order bug (issue 931).
2450
2451 Split the random number state between JavaScript and the private API.
2452
2453 Fixed performance bug causing GCs when generating stack traces on
2454 code from very large scripts.
2455
2456 Fixed bug in parser that allowed (foo):42 as a labelled statement
2457 (issue 918).
2458
2459 Provide more accurate results about used heap size via
2460 GetHeapStatistics.
2461
2462 Allow build-time customization of the max semispace size.
2463
2464 Made String.prototype.split honor limit when separator is empty
2465 (issue 929).
2466
2467 Added missing failure check after expecting an identifier in
2468 preparser (Chromium issue 62639).
2469
2470
ager@chromium.org01fe7df2010-11-10 11:59:11 +000024712010-11-10: Version 2.5.6
2472
2473 Added support for VFP rounding modes to the ARM simulator.
2474
2475 Fixed multiplication overflow bug (issue 927).
2476
2477 Added a limit for the amount of executable memory (issue 925).
2478
2479
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000024802010-11-08: Version 2.5.5
2481
2482 Added more aggressive GC of external objects in near out-of-memory
2483 situations.
2484
2485 Fixed a bug that gave the incorrect result for String.split called
2486 on the empty string (issue 924).
2487
2488
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000024892010-11-03: Version 2.5.4
2490
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002491 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002492
2493
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000024942010-11-01: Version 2.5.3
2495
2496 Fixed a bug that prevents constants from overwriting function values
2497 in object literals (issue 907).
2498
2499 Fixed a bug with reporting of impossible nested calls of DOM functions
2500 (issue http://crbug.com/60753).
2501
2502
lrn@chromium.org303ada72010-10-27 09:33:13 +000025032010-10-27: Version 2.5.2
2504
2505 Improved sampler resolution on Linux.
2506
2507 Allowed forcing the use of a simulator from the build script
2508 independently of the host architecture.
2509
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002510 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002511
2512 Made windows-tick-processor respect D8_PATH.
2513
2514 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2515
2516
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000025172010-10-20: Version 2.5.1
2518
2519 Fixed bug causing spurious out of memory exceptions
2520 (issue http://crbug.com/54580).
2521
2522 Fixed compilation error on Solaris platform (issue 901).
2523
2524 Fixed error in strtod (string to floating point number conversion)
2525 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2526
2527 Adjusted randomized allocations of executable memory to have 64k
2528 granularity (issue http://crbug.com/56036).
2529
2530 Supported profiling using kernel perf_events on linux. Added ll_prof
2531 script to tools and --ll-prof flag to V8.
2532
2533
vegorov@chromium.org42841962010-10-18 11:18:59 +000025342010-10-18: Version 2.5.0
2535
2536 Fixed bug in cache handling of lastIndex on global regexps
2537 (issue http://crbug.com/58740).
2538
2539 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2540 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002541 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002542
2543 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2544
2545
25462010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002547
2548 Fixed a bug in the handling of conditional expressions in test
2549 contexts in compiler for top-level code.
2550
2551 Added "//@ sourceURL" information to the StackTrace API.
2552
2553 Exposed RegExp construction through the API.
2554
2555
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000025562010-10-04: Version 2.4.8
2557
2558 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2559 whole snapshot (issue 868).
2560
2561 Performance improvements on all platforms.
2562
2563
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000025642010-09-30: Version 2.4.7
2565
2566 Changed the command-line flag --max-new-space-size to be in kB and the
2567 flag --max-old-space-size to be in MB (previously they were in bytes).
2568
2569 Added Debug::CancelDebugBreak to the debugger API.
2570
2571 Fixed a bug in getters for negative numeric property names
2572 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2573
2574 Performance improvements on all platforms.
2575
2576
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000025772010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002578
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002579 Fixed assertion failure related to copy-on-write arrays (issue 876).
2580
2581 Fixed build failure of 64-bit V8 on Windows.
2582
2583 Fixed a bug in RegExp (issue http://crbug.com/52801).
2584
2585 Improved the profiler's coverage to cover more functions (issue 858).
2586
2587 Fixed error in shift operators on 64-bit V8
2588 (issue http://crbug.com/54521).
2589
2590
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000025912010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002592
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002593 Changed the RegExp benchmark to exercise the regexp engine on different
2594 inputs by scrambling the input strings.
2595
2596 Fixed a bug in keyed loads on strings.
2597
2598 Fixed a bug with loading global function prototypes.
2599
2600 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2601
2602 Performance improvements on all platforms.
2603
2604
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000026052010-09-15: Version 2.4.4
2606
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002607 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002608
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002609 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002610
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002611 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002612
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002613 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002614
2615
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000026162010-09-13: Version 2.4.3
2617
2618 Made Date.parse properly handle TZ offsets (issue 857).
2619
2620 Performance improvements on all platforms.
2621
2622
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000026232010-09-08: Version 2.4.2
2624
2625 Fixed GC crash bug.
2626
2627 Fixed stack corruption bug.
2628
2629 Fixed compilation for newer C++ compilers that found Operand(0)
2630 ambiguous.
2631
2632
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000026332010-09-06: Version 2.4.1
2634
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002635 Added the ability for an embedding application to receive a callback
2636 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2637 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002638
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002639 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002640
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002641 Fixed memory overrun crash bug triggered during V8's tick-based
2642 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002643
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002644 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002645
2646
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000026472010-09-01: Version 2.4.0
2648
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002649 Fixed bug in Object.freeze and Object.seal when Array.prototype or
2650 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002651
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002652 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002653 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002654
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002655 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002656
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002657 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002658
2659
ricow@chromium.org65fae842010-08-25 15:26:24 +000026602010-08-25: Version 2.3.11
2661
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002662 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002663
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002664 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002665 VARIANT_FLAGS that allows specification of sets of flags with which
2666 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002667
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002668 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002669
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002670 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002671
2672
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000026732010-08-23: Version 2.3.10
2674
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002675 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00002676
2677 Build fixes for unusual compilers.
2678
2679 Track high water mark for RWX memory.
2680
2681 Performance improvements on all platforms.
2682
2683
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000026842010-08-18: Version 2.3.9
2685
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002686 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002687
2688 Removed specialized handling of GCC 4.4 (issue 830).
2689
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002690 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002691 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
2692
ricow@chromium.org65fae842010-08-25 15:26:24 +00002693 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002694
2695
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000026962010-08-16: Version 2.3.8
2697
2698 Fixed build with strict aliasing on GCC 4.4 (issue 463).
2699
2700 Fixed issue with incorrect handling of custom valueOf methods on
2701 string wrappers (issue 760).
2702
2703 Fixed compilation for ARMv4 (issue 590).
2704
2705 Improved performance.
2706
2707
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000027082010-08-11: Version 2.3.7
2709
2710 Reduced size of heap snapshots produced by heap profiler (issue 783).
2711
2712 Introduced v8::Value::IsRegExp method.
2713
2714 Fixed CPU profiler crash in start / stop sequence when non-existent
2715 name is passed (issue http://crbug.com/51594).
2716
2717 Introduced new indexed property query callbacks API (issue 816). This
2718 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
2719 by default.
2720
2721 Removed support for object literal get/set with number/string
2722 property name.
2723
2724 Fixed handling of JSObject::elements in CalculateNetworkSize
2725 (issue 822).
2726
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002727 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002728
2729
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000027302010-08-09: Version 2.3.6
2731
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002732 RegExp literals create a new object every time they are evaluated
2733 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002734
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002735 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002736
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002737 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002738
2739
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000027402010-08-04: Version 2.3.5
2741
2742 Added support for ES5 property names. Object initialisers and
2743 dot-notation property access now allows keywords. Also allowed
2744 non-identifiers after "get" or "set" in an object initialiser.
2745
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002746 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00002747
2748
whesse@chromium.orge90029b2010-08-02 11:52:17 +000027492010-08-02: Version 2.3.4
2750
2751 Fixed problems in implementation of ES5 function.prototype.bind.
2752
2753 Fixed error when using apply with arguments object on ARM (issue 784).
2754
2755 Added setting of global flags to debugger protocol.
2756
2757 Fixed an error affecting cached results of sin and cos (issue 792).
2758
2759 Removed memory leak from a boundary case where V8 is not initialized.
2760
2761 Fixed issue where debugger could set breakpoints outside the body
2762 of a function.
2763
2764 Fixed issue in debugger when using both live edit and step in features.
2765
2766 Added Number-letter (Nl) category to Unicode tables. These characters
2767 can now be used in identifiers.
2768
2769 Fixed an assert failure on X64 (issue 806).
2770
2771 Performance improvements on all platforms.
2772
2773
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000027742010-07-26: Version 2.3.3
2775
2776 Fixed error when building the d8 shell in a fresh checkout.
2777
2778 Implemented Function.prototype.bind (ES5 15.3.4.5).
2779
2780 Fixed an error in inlined stores on ia32.
2781
2782 Fixed an error when setting a breakpoint at the end of a function
2783 that does not end with a newline character.
2784
2785 Performance improvements on all platforms.
2786
2787
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000027882010-07-21: Version 2.3.2
2789
2790 Fixed compiler warnings when building with LLVM.
2791
2792 Fixed a bug with for-in applied to strings (issue 785).
2793
2794 Performance improvements on all platforms.
2795
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00002796
ricow@chromium.org4980dff2010-07-19 08:33:45 +000027972010-07-19: Version 2.3.1
2798
2799 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
2800
2801 Fixed bug related to code flushing while compiling a lazy
2802 compilable function (issue http://crbug.com/49099).
2803
2804 Performance improvements on all platforms.
2805
2806
ager@chromium.orgb5737492010-07-15 09:29:43 +000028072010-07-15: Version 2.3.0
2808
2809 Added ES5 Object.seal and Object.isSealed.
2810
2811 Added debugger API for scheduling debugger commands from a
2812 separate thread.
2813
2814
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000028152010-07-14: Version 2.2.24
2816
2817 Added API for capturing stack traces for uncaught exceptions.
2818
2819 Fixed crash bug when preparsing from a non-external V8 string
2820 (issue 775).
2821
2822 Fixed JSON.parse bug causing input not to be converted to string
2823 (issue 764).
2824
2825 Added ES5 Object.freeze and Object.isFrozen.
2826
2827 Performance improvements on all platforms.
2828
2829
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000028302010-07-07: Version 2.2.23
2831
2832 API change: Convert Unicode code points outside the basic multilingual
2833 plane to the replacement character. Previous behavior was to silently
2834 truncate the value to 16 bits.
2835
2836 Fixed crash: handle all flat string types in regexp replace.
2837
2838 Prevent invalid pre-parsing data passed in through the API from
2839 crashing V8.
2840
2841 Performance improvements on all platforms.
2842
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00002843
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000028442010-07-05: Version 2.2.22
2845
2846 Added ES5 Object.isExtensible and Object.preventExtensions.
2847
2848 Enabled building V8 as a DLL.
2849
2850 Fixed a bug in date code where -0 was not interpreted as 0
2851 (issue 736).
2852
2853 Performance improvements on all platforms.
2854
2855
lrn@chromium.org32d961d2010-06-30 09:09:34 +000028562010-06-30: Version 2.2.21
2857
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002858 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002859
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002860 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002861
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002862 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002863
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002864 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002865
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002866 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002867
2868 Provide actual breakpoints locations in response to setBreakpoint
2869 and listBreakpoints requests.
2870
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002871
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000028722010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002873
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002874 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00002875
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002876 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002877
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002878 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00002879
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002880 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00002881 miscalculated for some inputs.
2882
2883 Performance improvements on all platforms.
2884
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002885
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000028862010-06-23: Version 2.2.19
2887
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002888 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00002889 (issue 738).
2890
2891 Added expose-externalize-string flag for testing extensions.
2892
2893 Resolve linker issues with using V8 as a DLL causing a number of
2894 problems with unresolved symbols.
2895
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002896 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00002897 defined.
2898
2899 Performance improvements on all platforms.
2900
2901
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000029022010-06-16: Version 2.2.18
2903
2904 Added API functions to retrieve information on indexed properties
2905 managed by the embedding layer. Fixes bug 737.
2906
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002907 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00002908
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002909 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00002910
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002911 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00002912
2913 Incremental performance improvements.
2914
2915
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000029162010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00002917
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00002918 Improved debugger support for stepping out of functions.
2919
2920 Incremental performance improvements.
2921
2922
29232010-06-09: Version 2.2.16
2924
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002925 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00002926 disposal of external string resources to call a virtual Dispose
2927 method on the resource.
2928
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002929 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00002930 stepping.
2931
2932 Memory usage improvements on all platforms.
2933
2934
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000029352010-06-07: Version 2.2.15
2936
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002937 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00002938
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002939 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00002940 some compilers complaint when compiling with -Werror.
2941
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002942 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00002943
2944
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000029452010-06-02: Version 2.2.14
2946
2947 Fixed a crash in code generated for String.charCodeAt.
2948
2949 Fixed a compilation issue with some GCC versions (issue 727).
2950
2951 Performance optimizations on x64 and ARM platforms.
2952
2953
ricow@chromium.org30ce4112010-05-31 10:38:25 +000029542010-05-31: Version 2.2.13
2955
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002956 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00002957 strings (issue 599).
2958
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002959 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00002960
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002961 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00002962
2963 Performance improvements on all platforms.
2964
2965
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000029662010-05-26: Version 2.2.12
2967
2968 Allowed accessors to be defined on objects rather than just object
2969 templates.
2970
2971 Changed the ScriptData API.
2972
2973
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000029742010-05-21: Version 2.2.11
2975
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002976 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002977
2978 Use 'full compiler' when debugging is active. This should increase
2979 the density of possible break points, making single step more fine
2980 grained. This will only take effect for functions compiled after
2981 debugging has been started, so recompilation of all functions is
2982 required to get the full effect. IA32 and x64 only for now.
2983
2984 Misc. fixes to the Solaris build.
2985
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002986 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002987
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002988 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002989
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002990 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002991
2992 Incremental performance improvements in all backends.
2993
2994
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000029952010-05-17: Version 2.2.10
2996
2997 Performance improvements in the x64 and ARM backends.
2998
2999
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000030002010-05-10: Version 2.2.9
3001
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003002 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003003
3004 Fixed bug with Date.parse returning a non-NaN value when called on a
3005 non date string (issue 696).
3006
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003007 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003008 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003009
3010 C++ API for retrieving JavaScript stack trace information.
3011
3012
ager@chromium.orgac091b72010-05-05 07:34:42 +000030132010-05-05: Version 2.2.8
3014
3015 Performance improvements in the x64 and ARM backends.
3016
3017
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000030182010-05-03: Version 2.2.7
3019
3020 Added support for ES5 date time string format to Date.parse.
3021
3022 Performance improvements in the x64 backend.
3023
3024
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000030252010-04-28: Version 2.2.6
3026
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003027 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003028 (by Ryan Dahl <coldredlemur@gmail.com>).
3029
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003030 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003031
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003032 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003033
3034 Performance improvements on all platforms.
3035
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003036
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000030372010-04-26: Version 2.2.5
3038
3039 Various performance improvements (especially for ARM and x64)
3040
3041 Fixed bug in CPU profiling (http://crbug.com/42137)
3042
3043 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003044
3045 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003046 wrong calculations.
3047
3048 Fixed a bug that may cause a wrong result for shift operations.
3049
3050
30512010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003052
3053 Fixed warnings on arm on newer GCC versions.
3054
3055 Fixed a number of minor bugs.
3056
3057 Performance improvements on all platforms.
3058
3059
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000030602010-04-14: Version 2.2.3
3061
3062 Added stack command and mem command to ARM simulator debugger.
3063
3064 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3065
3066 Performance improvements on all platforms.
3067
3068
ager@chromium.org357bf652010-04-12 11:30:10 +000030692010-04-12: Version 2.2.2
3070
3071 Introduced new profiler API.
3072
3073 Fixed random number generator to produce full 32 random bits.
3074
3075
lrn@chromium.org25156de2010-04-06 13:10:27 +000030762010-04-06: Version 2.2.1
3077
3078 Debugger improvements.
3079
3080 Fixed minor bugs.
3081
3082
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000030832010-03-29: Version 2.2.0
3084
3085 Fixed a few minor bugs.
3086
3087 Performance improvements for string operations.
3088
3089
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000030902010-03-26: Version 2.1.10
3091
3092 Fixed scons build issues.
3093
3094 Fixed a couple of minor bugs.
3095
3096
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000030972010-03-25: Version 2.1.9
3098
3099 Added API support for reattaching a global object to a context.
3100
3101 Extended debugger API with access to the internal debugger context.
3102
3103 Fixed Chromium crashes (issues http://crbug.com/39128 and
3104 http://crbug.com/39160)
3105
3106
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000031072010-03-24: Version 2.1.8
3108
3109 Added fine-grained garbage collection callbacks to the API.
3110
3111 Performance improvements on all platforms.
3112
3113
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000031142010-03-22: Version 2.1.7
3115
3116 Fixed issue 650.
3117
3118 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003119
3120 Performance improvements for arithmetic operations.
3121
3122 Performance improvements for string operations.
3123
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003124 Print script name and line number information in stack trace.
3125
3126
31272010-03-17: Version 2.1.6
3128
3129 Performance improvements for arithmetic operations.
3130
3131 Performance improvements for string operations.
3132
3133
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000031342010-03-10: Version 2.1.4
3135
3136 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3137
3138 Performance improvements on all platforms.
3139
3140
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000031412010-03-10: Version 2.1.3
3142
3143 Added API method for context-disposal notifications.
3144
3145 Added API method for accessing elements by integer index.
3146
3147 Added missing implementation of Uint32::Value and Value::IsUint32
3148 API methods.
3149
3150 Added IsExecutionTerminating API method.
3151
3152 Disabled strict aliasing for GCC 4.4.
3153
3154 Fixed string-concatenation bug (issue 636).
3155
3156 Performance improvements on all platforms.
3157
3158
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000031592010-02-23: Version 2.1.2
3160
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003161 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003162
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003163 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003164
3165 Performance improvements on all platforms.
3166
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003167
ager@chromium.org5c838252010-02-19 08:53:10 +000031682010-02-19: Version 2.1.1
3169
3170 [ES5] Implemented Object.defineProperty.
3171
3172 Improved profiler support.
3173
3174 Added SetPrototype method in the public V8 API.
3175
3176 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3177 objects in the API.
3178
3179 Performance improvements on all platforms.
3180
3181
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000031822010-02-03: Version 2.1.0
3183
3184 Values are now always wrapped in objects when used as a receiver.
3185 (issue 223).
3186
3187 [ES5] Implemented Object.getOwnPropertyNames.
3188
3189 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3190 JSON grammar.
3191
3192 Improvement of debugger agent (issue 549 and 554).
3193
3194 Fixed problem with skipped stack frame in profiles (issue 553).
3195
3196 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3197 <ry@tinyclouds.org>.
3198
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003199 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003200 integers.
3201
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003202 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003203 functions (isue http://crbug.com/3867).
3204
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003205 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003206
3207 Numerous performance improvements including porting of previous IA-32
3208 optimizations to x64 and ARM architectures.
3209
3210
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000032112010-01-14: Version 2.0.6
3212
3213 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3214 GetOwnProperty, FromPropertyDescriptor.
3215
3216 Fixed Mac x64 build errors.
3217
3218 Improved performance of some math and string operations.
3219
3220 Improved performance of some regexp operations.
3221
3222 Improved performance of context creation.
3223
3224 Improved performance of hash tables.
3225
3226
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000032272009-12-18: Version 2.0.5
3228
3229 Extended to upper limit of map space to allow for 7 times as many map
3230 to be allocated (issue 524).
3231
3232 Improved performance of code using closures.
3233
3234 Improved performance of some binary operations involving doubles.
3235
3236
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000032372009-12-16: Version 2.0.4
3238
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003239 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003240
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003241 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003242
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003243 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003244
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003245 Improved handling of external strings by using a separate table
3246 instead of weak handles. This improves garbage collection
3247 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003248
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003249 Changed code generation for object and array literals in toplevel
3250 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003251
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003252 Fixed a crash bug triggered when garbage collection happened during
3253 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003254
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003255 Fixed crash bug sometimes triggered when local variables shadowed
3256 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003257
3258
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000032592009-12-03: Version 2.0.3
3260
3261 Optimized handling and adding of strings, for-in and Array.join.
3262
3263 Heap serialization is now non-destructive.
3264
3265 Improved profiler support with information on time spend in C++
3266 callbacks registered through the API.
3267
3268 Added commands to the debugger protocol for starting/stopping
3269 profiling.
3270
3271 Enabled the non-optimizing compiler for top-level code.
3272
3273 Changed the API to only allow strings to be set as data objects on
3274 Contexts and scripts to avoid potentially keeping global objects
3275 around for too long (issue 528).
3276
3277 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3278
3279 Fixed bugs.
3280
3281
ager@chromium.org01beca72009-11-24 14:29:16 +000032822009-11-24: Version 2.0.2
3283
3284 Improved profiler support.
3285
3286 Fixed bug that broke compilation of d8 with readline support.
3287
3288
ager@chromium.org6141cbe2009-11-20 12:14:52 +000032892009-11-20: Version 2.0.1
3290
3291 Fixed crash bug in String.prototype.replace.
3292
3293 Reverted a change which caused Chromium interactive ui test
3294 failures.
3295
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003296
ager@chromium.orgc4c92722009-11-18 14:12:51 +000032972009-11-18: Version 2.0.0
3298
3299 Added support for VFP on ARM.
3300
3301 Added TryCatch::ReThrow method to the API.
3302
3303 Reduced the size of snapshots and improved the snapshot load time.
3304
3305 Improved heap profiler support.
3306
3307 64-bit version now supported on Windows.
3308
3309 Fixed a number of debugger issues.
3310
3311 Fixed bugs.
3312
3313
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000033142009-10-29: Version 1.3.18
3315
3316 Reverted a change which caused crashes in RegExp replace.
3317
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003318 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003319
3320
ager@chromium.org3811b432009-10-28 14:53:37 +000033212009-10-28: Version 1.3.17
3322
3323 Added API method to get simple heap statistics.
3324
3325 Improved heap profiler support.
3326
3327 Fixed the implementation of the resource constraint API so it
3328 works when using snapshots.
3329
3330 Fixed a number of issues in the Windows 64-bit version.
3331
3332 Optimized calls to API getters.
3333
3334 Added valgrind notification on code modification to the 64-bit version.
3335
3336 Fixed issue where we logged shared library addresses on Windows at
3337 startup and never used them.
3338
3339
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000033402009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003341
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003342 X64: Convert smis to holding 32 bits of payload.
3343
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003344 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003345
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003346 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003347
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003348 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003349 Patch by Jan de Mooij <jandemooij@gmail.com>
3350
3351 Implement ES5 Array.isArray
3352 Patch by Jan de Mooij <jandemooij@gmail.com>
3353
3354 Skip access checks for hidden properties.
3355
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003356 Added String::Concat(Handle<String> left, Handle<String> right) to the
3357 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003358
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003359 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003360
3361
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000033622009-10-07: Version 1.3.15
3363
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003364 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003365
3366 Fixed a crash bug happening when starting profiling (issue
3367 http://crbug.com/23768).
3368
3369
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000033702009-10-07: Version 1.3.14
3371
3372 Added GetRealNamedProperty to the API to lookup real properties
3373 located on the object or in the prototype chain skipping any
3374 interceptors.
3375
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003376 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003377 stack limit now needs to be set to each thread thich is used with V8.
3378
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003379 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003380
3381 Ensure V8 is initialized before locking and unlocking threads.
3382
3383 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003384 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003385 Crockford from the project.
3386
3387 Added a missing optimization in StringCharAt.
3388
3389 Fixed some flaky socket tests.
3390
3391 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3392 in 64-bit mode.
3393
3394 Fixed memory leaks in the thread management code.
3395
3396 Fixed the result of assignment to a pixel array. The assigned value
3397 is now the result.
3398
3399 Error reporting for invalid left-hand sides in for-in statements, pre-
3400 and postfix count expressions, and assignments now matches the JSC
3401 behavior in Safari 4.
3402
3403 Follow the spec in disallowing function declarations without a name.
3404
3405 Always allocate code objects within a 2 GB range. On x64 architecture
3406 this is used to use near calls (32-bit displacement) in Code objects.
3407
3408 Optimized array construction ported to x64 and ARM architectures.
3409
3410 [ES5] Changed Object.keys to return strings for element indices.
3411
3412
ager@chromium.org68e7ab72009-09-23 09:40:39 +000034132009-09-23: Version 1.3.13
3414
3415 Fixed uninitialized memory problem.
3416
3417 Improved heap profiler support.
3418
3419
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000034202009-09-22: Version 1.3.12
3421
3422 Changed behavior of |function|.toString() on built-in functions to
3423 be compatible with other implementations. Patch by Jan de Mooij.
3424
3425 Added Object::IsDirty in the API.
3426
3427 Optimized array construction; it is now handled purely in native
3428 code.
3429
3430 [ES5] Made properties of the arguments array enumerable.
3431
3432 [ES5] Added test suite adapter for the es5conform test suite.
3433
3434 [ES5] Added Object.keys function.
3435
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003436
ager@chromium.org4af710e2009-09-15 12:20:11 +000034372009-09-15: Version 1.3.11
3438
3439 Fixed crash in error reporting during bootstrapping.
3440
3441 Optimized generated IA32 math code by using SSE2 instructions when
3442 available.
3443
3444 Implemented missing pieces of debugger infrastructure on ARM. The
3445 debugger is now fully functional on ARM.
3446
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003447 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003448
3449
ager@chromium.orga1645e22009-09-09 19:27:10 +000034502009-09-09: Version 1.3.10
3451
3452 Fixed profiler on Mac in 64-bit mode.
3453
3454 Optimized creation of objects from simple constructor functions on
3455 ARM.
3456
3457 Fixed a number of debugger issues.
3458
3459 Reduced the amount of memory consumed by V8.
3460
3461
ager@chromium.org18ad94b2009-09-02 08:22:29 +000034622009-09-02: Version 1.3.9
3463
3464 Optimized stack guard checks on ARM.
3465
3466 Optimized API operations by inlining more in the API.
3467
3468 Optimized creation of objects from simple constructor functions.
3469
3470 Enabled a number of missing optimizations in the 64-bit port.
3471
3472 Implemented native-code support for regular expressions on ARM.
3473
3474 Stopped using the 'sahf' instruction on 64-bit machines that do
3475 not support it.
3476
3477 Fixed a bug in the support for forceful termination of JavaScript
3478 execution.
3479
3480
ager@chromium.org96c75b52009-08-26 09:13:16 +000034812009-08-26: Version 1.3.8
3482
3483 Changed the handling of idle notifications to allow idle
3484 notifications when V8 has not yet been initialized.
3485
3486 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003487
ager@chromium.org96c75b52009-08-26 09:13:16 +00003488
ager@chromium.orgab99eea2009-08-25 07:05:41 +000034892009-08-25: Version 1.3.7
3490
3491 Reduced the size of generated code on ARM platforms by reducing
3492 the size of constant pools.
3493
3494 Changed build files to not include the 'ENV' user environment
3495 variable in the build environment.
3496
3497 Changed the handling of idle notifications.
3498
3499
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000035002009-08-21: Version 1.3.6
3501
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003502 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003503
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003504 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003505 a low memory situation to V8.
3506
3507 Changed the handling of global handles (persistent handles in the API
3508 sense) to avoid issues regarding allocation of new global handles
3509 during weak handle callbacks.
3510
3511 Changed the growth policy of the young space.
3512
3513 Fixed a GC issue introduced in version 1.3.5.
3514
3515
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000035162009-08-19: Version 1.3.5
3517
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003518 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003519
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003520 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003521
3522 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3523
3524 Changed typeof RegExp from 'object' to 'function' for compatibility.
3525 Fixed bug where regexps were not callable across contexts.
3526
3527 Added context independent script compilation to the API.
3528
3529 Added API call to get the stack trace for an exception.
3530
3531 Added API for getting object mirrors.
3532
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003533 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003534 running off a snapshot generated without using SSE3 instructions.
3535
3536 Tweaked the handling of the initial size and growth policy of the heap.
3537
3538 Added native code generation for RegExp to 64-bit version.
3539
3540 Added JavaScript debugger support to 64-bit version.
3541
3542
ager@chromium.orgadd848f2009-08-13 12:44:13 +000035432009-08-13: Version 1.3.4
3544
3545 Added a readline() command to the d8 shell.
3546
3547 Fixed bug in json parsing.
3548
3549 Added idle notification to the API and reduced memory on idle
3550 notifications.
3551
3552
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000035532009-08-12: Version 1.3.3
3554
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003555 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003556
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003557 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003558
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003559 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003560
3561 API: added function to find instance of template in prototype
3562 chain. Inlined Object::IsInstanceOf.
3563
3564 Land change to notify valgrind when we modify code on x86.
3565
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003566 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003567
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003568 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003569
3570
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000035712009-08-05: Version 1.3.2
3572
3573 Started new compiler infrastructure for two-pass compilation using a
3574 control flow graph constructed from the AST.
3575
3576 Profiler stack sampling for X64.
3577
3578 Safe handling of NaN to Posix platform-dependent time functions.
3579
3580 Added a new profiler control API to unify controlling various aspects
3581 of profiling.
3582
3583 Fixed issue 392.
3584
3585
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000035862009-07-30: Version 1.3.1
3587
3588 Speed improvements to accessors and interceptors.
3589
3590 Added support for capturing stack information on custom errors.
3591
3592 Added support for morphing an object into a pixel array where its
3593 indexed properties are stored in an external byte array. Values written
3594 are always clamped to the 0..255 interval.
3595
3596 Profiler on x64 now handles C/C++ functions from shared libraries.
3597
3598 Changed the debugger to avoid stepping into function.call/apply if the
3599 function is a built-in.
3600
3601 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003602
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003603 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003604
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003605 Optimized the called as constructor check for API calls.
3606
3607
kasperl@chromium.orge959c182009-07-27 08:59:04 +000036082009-07-27: Version 1.3.0
3609
3610 Allowed RegExp objects to be called as functions (issue 132).
3611
3612 Fixed issue where global property cells would escape after
3613 detaching the global object; see http://crbug.com/16276.
3614
3615 Added support for stepping into setters and getters in the
3616 debugger.
3617
3618 Changed the debugger to avoid stopping in its own JavaScript code
3619 and in the code of built-in functions.
3620
3621 Fixed issue 345 by avoiding duplicate escaping labels.
3622
3623 Fixed ARM code generator crash in short-circuited boolean
3624 expressions and added regression tests.
3625
3626 Added an external allocation limit to avoid issues where small V8
3627 objects would hold on to large amounts of external memory without
3628 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003629
3630 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003631
3632
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000036332009-07-13: Version 1.2.14
3634
3635 Added separate paged heap space for global property cells and
3636 avoid updating the write barrier when storing into them.
3637
3638 Improved peep-hole optimization on ARM platforms by not emitting
3639 unnecessary debug information.
3640
3641 Re-enabled ICs for loads and calls that skip a global object
3642 during lookup through the prototype chain.
3643
3644 Allowed access through global proxies to use ICs.
3645
3646 Fixed issue 401.
3647
3648
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000036492009-07-09: Version 1.2.13
3650
3651 Fixed issue 397, issue 398, and issue 399.
3652
3653 Added support for breakpoint groups.
3654
3655 Fixed bugs introduced with the new global object representation.
3656
3657 Fixed a few bugs in the ARM code generator.
3658
3659
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000036602009-07-06: Version 1.2.12
3661
3662 Added stack traces collection to Error objects accessible through
3663 the e.stack property.
3664
3665 Changed RegExp parser to use a recursive data structure instead of
3666 stack-based recursion.
3667
3668 Optimized Date object construction and string concatenation.
3669
3670 Improved performance of div, mod, and mul on ARM platforms.
3671
3672
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000036732009-07-02: Version 1.2.11
3674
3675 Improved performance on IA-32 and ARM.
3676
3677 Fixed profiler sampler implementation on Mac OS X.
3678
3679 Changed the representation of global objects to improve
3680 performance of adding a lot of new properties.
3681
3682
ager@chromium.org3e875802009-06-29 08:26:34 +000036832009-06-29: Version 1.2.10
3684
3685 Improved debugger support.
3686
3687 Fixed bug in exception message reporting (issue 390).
3688
3689 Improved overall performance.
3690
3691
ager@chromium.org5aa501c2009-06-23 07:57:28 +000036922009-06-23: Version 1.2.9
3693
3694 Improved math performance on ARM.
3695
3696 Fixed profiler name-inference bug.
3697
3698 Fixed handling of shared libraries in the profiler tick processor
3699 scripts.
3700
3701 Fixed handling of tests that time out in the test scripts.
3702
3703 Fixed compilation on MacOS X version 10.4.
3704
3705 Fixed two bugs in the regular expression engine.
3706
3707 Fixed a bug in the string type inference.
3708
3709 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003710
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003711 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003712
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003713
ager@chromium.orgeadaf222009-06-16 09:43:10 +000037142009-06-16: Version 1.2.8
3715
3716 Optimized math on ARM platforms.
3717
3718 Fixed two crash bugs in the handling of getters and setters.
3719
3720 Improved the debugger support by adding scope chain information.
3721
3722 Improved the profiler support by compressing log data transmitted
3723 to clients.
3724
3725 Improved overall performance.
3726
3727
ager@chromium.orge2902be2009-06-08 12:21:35 +000037282009-06-08: Version 1.2.7
3729
3730 Improved debugger and profiler support.
3731
3732 Reduced compilation time by improving the handling of deferred
3733 code.
3734
3735 Optimized interceptor accesses where the property is on the object
3736 on which the interceptors is attached.
3737
3738 Fixed compilation problem on GCC 4.4 by changing the stack
3739 alignment to 16 bytes.
3740
3741 Fixed handle creation to follow stric aliasing rules.
3742
3743 Fixed compilation on FreeBSD.
3744
3745 Introduced API for forcing the deletion of a property ignoring
3746 interceptors and attributes.
3747
3748
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000037492009-05-29: Version 1.2.6
3750
3751 Added a histogram recording hit rates at different levels of the
3752 compilation cache.
3753
3754 Added stack overflow check for the RegExp analysis phase. Previously a
3755 very long regexp graph could overflow the stack with recursive calls.
3756
3757 Use a dynamic buffer when collecting log events in memory.
3758
3759 Added start/stop events to the profiler log.
3760
3761 Fixed infinite loop which could happen when setting a debug break while
3762 executing a RegExp compiled to native code.
3763
3764 Fixed handling of lastIndexOf called with negative index (issue 351).
3765
3766 Fixed irregular crash in profiler test (issue 358).
3767
3768 Fixed compilation issues with some versions of gcc.
3769
3770
kasperl@chromium.org71affb52009-05-26 05:44:31 +000037712009-05-26: Version 1.2.5
3772
3773 Fixed bug in initial boundary check for Boyer-Moore text
3774 search (issue 349).
3775
3776 Fixed compilation issues with MinGW and gcc 4.3+ and added support
3777 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
3778 Craig Schlenter.
3779
3780 Added a script cache to the debugger.
3781
3782 Optimized compilation performance by improving internal data
3783 structures and avoiding expensive property load optimizations for
3784 code that's infrequently executed.
3785
3786 Exposed the calling JavaScript context through the static API
3787 function Context::GetCalling().
3788
3789
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000037902009-05-18: Version 1.2.4
3791
3792 Improved performance of floating point number allocation for ARM
3793 platforms.
3794
3795 Fixed crash when using the instanceof operator on functions with
3796 number values in their prototype chain (issue 341).
3797
3798 Optimized virtual frame operations in the code generator to speed
3799 up compilation time and allocated the frames in the zone.
3800
3801 Made the representation of virtual frames and jump targets in the
3802 code generator much more compact.
3803
3804 Avoided linear search for non-locals in scope code when resolving
3805 variables inside with and eval scopes.
3806
3807 Optimized lexical scanner by dealing with whitespace as part of
3808 the token scanning instead of as a separate step before it.
3809
3810 Changed the scavenging collector so that promoted objects do not
3811 reside in the old generation while their remembered set is being
3812 swept for pointers into the young generation.
3813
3814 Fixed numeric overflow handling when compiling count operations.
3815
3816
ager@chromium.org9085a012009-05-11 19:22:57 +000038172009-05-11: Version 1.2.3
3818
3819 Fixed bug in reporting of out-of-memory situations.
3820
3821 Introduced hidden prototypes on certain builtin prototype objects
3822 such as String.prototype to emulate JSC's behavior of restoring
3823 the original function when deleting functions from those prototype
3824 objects.
3825
3826 Fixed crash bug in the register allocator.
3827
3828
ager@chromium.org5ec48922009-05-05 07:25:34 +000038292009-05-04: Version 1.2.2
3830
3831 Fixed bug in array sorting for sparse arrays (issue 326).
3832
3833 Added support for adding a soname when building a shared library
3834 on Linux (issue 151).
3835
3836 Fixed bug caused by morphing internal ASCII strings to external
3837 two-byte strings. Slices over ASCII strings have to forward ASCII
3838 checks to the underlying buffer string.
3839
3840 Allowed API call-as-function handlers to be called as
3841 constructors.
3842
3843 Fixed a crash bug where an external string was disposed but a
3844 slice of the external string survived as a symbol.
3845
3846
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000038472009-04-27: Version 1.2.1
3848
3849 Added EcmaScript 5 JSON object.
3850
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003851 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00003852
3853
ager@chromium.org65dad4b2009-04-23 08:48:43 +000038542009-04-23: Version 1.2.0
3855
3856 Optimized floating-point operations on ARM.
3857
3858 Added a number of extensions to the debugger API.
3859
3860 Changed the enumeration order for unsigned integer keys to always
3861 be numerical order.
3862
3863 Added a "read" extension to the shell sample.
3864
3865 Added support for Array.prototype.reduce and
3866 Array.prototype.reduceRight.
3867
3868 Added an option to the SCons build to control Microsoft Visual C++
3869 link-time code generation.
3870
3871 Fixed a number of bugs (in particular issue 315, issue 316,
3872 issue 317 and issue 318).
3873
3874
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000038752009-04-15: Version 1.1.10
3876
3877 Fixed crash bug that occurred when loading a const variable in the
3878 presence of eval.
3879
3880 Allowed using with and eval in registered extensions in debug mode
3881 by fixing bogus assert.
3882
3883 Fixed the source position for function returns to enable the
3884 debugger to break there.
3885
3886
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000038872009-04-14: Version 1.1.9
3888
3889 Made the stack traversal code in the profiler robust by avoiding
3890 to look into the heap.
3891
3892 Added name inferencing for anonymous functions to facilitate
3893 debugging and profiling.
3894
3895 Re-enabled stats timers in the developer shell (d8).
3896
3897 Fixed issue 303 by avoiding to shortcut cons-symbols.
3898
3899
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000039002009-04-11: Version 1.1.8
3901
3902 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
3903
ager@chromium.org65dad4b2009-04-23 08:48:43 +00003904 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00003905 the debugger (issue 269).
3906
3907 Fixed v8::Object::DeleteHiddenValue to not bail out when there
3908 are no hidden properties.
3909
ager@chromium.org65dad4b2009-04-23 08:48:43 +00003910 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00003911 entries with deleted resources would lead to NPEs when looking
3912 up in the symbol table.
3913
3914
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000039152009-04-07: Version 1.1.7
3916
3917 Added support for easily importing additional environment
3918 variables into the SCons build.
3919
3920 Optimized strict equality checks.
3921
3922 Fixed crash in indexed setters on objects without a corresponding
3923 getter (issue 298).
3924
3925 Re-enabled script compilation cache.
3926
3927
ager@chromium.org8682a592009-04-01 10:47:14 +000039282009-04-01: Version 1.1.6
3929
3930 Reverted an unsafe code generator change.
3931
3932
ager@chromium.org71daaf62009-04-01 07:22:49 +000039332009-04-01: Version 1.1.5
3934
3935 Fixed bug that caused function literals to not be optimized as
3936 much as other functions.
3937
3938 Improved profiler support.
3939
3940 Fixed a crash bug in connection with debugger unloading.
3941
3942 Fixed a crash bug in the code generator caused by losing the
3943 information that a frame element was copied.
3944
3945 Fixed an exception propagation bug that could cause non-null
3946 return values when exceptions were thrown.
3947
3948
ager@chromium.org41826e72009-03-30 13:30:57 +000039492009-03-30: Version 1.1.4
3950
3951 Optimized String.prototype.match.
3952
3953 Improved the stack information in profiles.
3954
3955 Fixed bug in ARM port making it possible to compile the runtime
3956 system for thumb mode again.
3957
3958 Implemented a number of optimizations in the code generator.
3959
3960 Fixed a number of memory leaks in tests.
3961
3962 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00003963 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00003964
3965
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000039662009-03-24: Version 1.1.3
3967
3968 Fixed assertion failures in compilation of loop conditions.
3969
3970 Removed STL dependency from developer shell (d8).
3971
3972 Added infrastructure for protecting the V8 heap from corruption
3973 caused by memory modifications from the outside.
3974
3975
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000039762009-03-24: Version 1.1.2
3977
3978 Improved frame merge code generated by the code generator.
3979
3980 Optimized String.prototype.replace.
3981
3982 Implemented __defineGetter__ and __defineSetter__ for properties
3983 with integer keys on non-array objects.
3984
3985 Improved debugger and profiler support.
3986
3987 Fixed a number of portability issues to allow compilation for
3988 smaller ARM devices.
3989
3990 Exposed object cloning through the API.
3991
3992 Implemented hidden properties. This is used to expose an identity
3993 hash for objects through the API.
3994
3995 Implemented restarting of regular expressions if their input
3996 string changes representation during preemption.
3997
3998 Fixed a code generator bug that could cause assignments in loops
3999 to be ignored if using continue to break out of the loop (issue
4000 284).
4001
4002
ager@chromium.org3a6061e2009-03-12 14:24:36 +000040032009-03-12: Version 1.1.1
4004
4005 Fixed an assertion in the new compiler to take stack overflow
4006 exceptions into account.
4007
4008 Removed exception propagation code that could cause crashes.
4009
4010 Fixed minor bug in debugger line number computations.
4011
4012 8-byte align the C stack on Linux and Windows to speed up floating
4013 point computations.
4014
4015
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000040162009-03-12: Version 1.1.0
4017
4018 Improved code generation infrastructure by doing simple register
4019 allocation and constant folding and propagation.
4020
4021 Optimized regular expression matching by avoiding to create
4022 intermediate string arrays and by flattening nested array
4023 representations of RegExp data.
4024
4025 Traverse a few stack frames when recording profiler samples to
4026 include partial call graphs in the profiling output.
4027
4028 Added support for using OProfile to profile generated code.
4029
4030 Added remote debugging support to the D8 developer shell.
4031
4032 Optimized creation of nested literals like JSON objects.
4033
4034 Fixed a bug in garbage collecting unused maps and turned it on by
4035 default (--collect-maps).
4036
4037 Added support for running tests under Valgrind.
4038
4039
kasperl@chromium.org061ef742009-02-27 12:16:20 +000040402009-02-27: Version 1.0.3
4041
4042 Optimized double-to-integer conversions in bit operations by using
4043 SSE3 instructions if available.
4044
4045 Optimized initialization sequences that store to multiple
4046 properties of the same object.
4047
4048 Changed the D8 debugger frontend to use JSON messages.
4049
4050 Force garbage collections when disposing contexts.
4051
4052 Align code objects at 32-byte boundaries.
4053
4054
ager@chromium.org381abbb2009-02-25 13:23:22 +000040552009-02-25: Version 1.0.2
4056
4057 Improved profiling support by performing simple call stack
4058 sampling for ticks and by fixing a bug in the logging of code
4059 addresses.
4060
4061 Fixed a number of debugger issues.
4062
4063 Optimized code that uses eval.
4064
4065 Fixed a couple of bugs in the regular expression engine.
4066
4067 Reduced the size of generated code for certain regular expressions.
4068
4069 Removed JSCRE completely.
4070
4071 Fixed issue where test could not be run if there was a dot in the
4072 checkout path.
4073
4074
ager@chromium.org6f10e412009-02-13 10:11:16 +000040752009-02-13: Version 1.0.1
4076
4077 Fixed two crash-bugs in irregexp (issue 231 and 233).
4078
4079 Fixed a number of minor bugs (issue 87, 227 and 228).
4080
4081 Added support for morphing strings to external strings on demand
4082 to avoid having to create copies in the embedding code.
4083
4084 Removed experimental support for external symbol callbacks.
4085
4086
iposva@chromium.org245aa852009-02-10 00:49:54 +000040872009-02-09: Version 1.0.0
4088
4089 Fixed crash-bug in the code generation for case independent 16 bit
4090 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004091
iposva@chromium.org245aa852009-02-10 00:49:54 +00004092 Made shells more robust in the presence of string conversion
4093 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004094
iposva@chromium.org245aa852009-02-10 00:49:54 +00004095 Fixed a potential infinite loop when attempting to resolve
4096 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004097
iposva@chromium.org245aa852009-02-10 00:49:54 +00004098 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004099
iposva@chromium.org245aa852009-02-10 00:49:54 +00004100 Reduced binary by stripping unneeded text from JavaScript library and
4101 minifying some JavaScript files.
4102
4103
ager@chromium.orgddb913d2009-01-27 10:01:48 +000041042009-01-27: Version 0.4.9
4105
4106 Enabled new regular expression engine.
4107
4108 Made a number of changes to the debugger protocol.
4109
4110 Fixed a number of bugs in the preemption support.
4111
4112 Added -p option to the developer shell to run files in parallel
4113 using preemption.
4114
4115 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4116 193, 198 and 201).
4117
4118 Fixed a number of bugs in the serialization/deserialization
4119 support for the ARM platform.
4120
4121
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000041222009-01-19: Version 0.4.8.1
4123
4124 Minor patch to debugger support.
4125
4126
ager@chromium.org32912102009-01-16 10:38:43 +000041272009-01-16: Version 0.4.8
4128
4129 Fixed string length bug on ARM (issue 171).
4130
4131 Made most methods in the API const.
4132
4133 Optimized object literals by improving data locality.
4134
4135 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004136 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004137
4138 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004139 eval to behave incorrectly when using accessors (issues 186, 190
4140 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004141
4142
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000041432009-01-06: Version 0.4.7
4144
ager@chromium.org32912102009-01-16 10:38:43 +00004145 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004146
ager@chromium.org32912102009-01-16 10:38:43 +00004147 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004148
ager@chromium.org32912102009-01-16 10:38:43 +00004149 Fixed subtle bug that caused the wrong 'this' to be used when
4150 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004151
ager@chromium.org32912102009-01-16 10:38:43 +00004152 Inline array loads within loops directly in the code instead of
4153 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004154
ager@chromium.org32912102009-01-16 10:38:43 +00004155
ager@chromium.org8bb60582008-12-11 12:02:20 +000041562008-12-11: Version 0.4.6
4157
4158 Fixed exception reporting bug where certain exceptions were
4159 incorrectly reported as uncaught.
4160
4161 Improved the memory allocation strategy used during compilation to
4162 make running out of memory when compiling huge scripts less
4163 likely.
4164
4165 Optimized String.replace by avoiding the construction of certain
4166 sub strings.
4167
4168 Fixed bug in code generation for large switch statements on ARM.
4169
4170 Fixed bug that caused V8 to change the global object template
4171 passed in by the user.
4172
4173 Changed the API for creating object groups used during garbage
4174 collection. Entire object groups are now passed to V8 instead of
4175 individual members of the groups.
4176
ager@chromium.org32912102009-01-16 10:38:43 +00004177
ager@chromium.orga74f0da2008-12-03 16:05:52 +000041782008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004179
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004180 Added experimental API support for allocating V8 symbols as
4181 external strings.
4182
4183 Fixed bugs in debugging support on ARM.
4184
4185 Changed eval implementation to correctly detect whether or not a
4186 call to eval is aliased.
4187
4188 Fixed bug caused by a combination of the compilation cache and
4189 dictionary probing in native code. The bug caused us to sometimes
4190 call functions that had not yet been compiled.
4191
4192 Added platform support for FreeBSD.
4193
4194 Added support for building V8 on Windows with either the shared or
4195 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004196
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004197 Added the v8::jscre namespace around the jscre functions to avoid
4198 link errors (duplicate symbols) when building Google Chrome.
4199
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004200 Added support for calling a JavaScript function with the current
4201 debugger execution context as its argument to the debugger
4202 interface.
4203
4204 Changed the type of names of counters from wchar_t to char.
4205
4206 Changed the Windows system call used to compute daylight savings
4207 time. The system call that we used to use became four times
4208 slower on WinXP SP3.
4209
4210 Added support in the d8 developer shell for memory-mapped counters
4211 and added a stats-viewer tool.
4212
4213 Fixed bug in upper/lower case mappings (issue 149).
4214
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004215
ager@chromium.org3bf7b912008-11-17 09:09:45 +000042162008-11-17: Version 0.4.4
4217
4218 Reduced code size by using shorter instruction encoding when
4219 possible.
4220
4221 Added a --help option to the shell sample and to the d8 shell.
4222
4223 Added visual studio project files for building the ARM simulator.
4224
4225 Fixed a number of ARM simulator issues.
4226
4227 Fixed bug in out-of-memory handling on ARM.
4228
4229 Implemented shell support for passing arguments to a script from
4230 the command line.
4231
4232 Fixed bug in date code that made certain date functions return -0
4233 instead of 0 for dates before the epoch.
4234
4235 Restricted applications of eval so it can only be used in the
4236 context of the associated global object.
4237
4238 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004239
4240
ager@chromium.org870a0b62008-11-04 11:43:05 +000042412008-11-04: Version 0.4.3
4242
4243 Added support for API accessors that prohibit overwriting by
4244 accessors defined in JavaScript code by using __defineGetter__ and
4245 __defineSetter__.
4246
4247 Improved handling of conditionals in test status files.
4248
4249 Introduced access control in propertyIsEnumerable.
4250
4251 Improved performance of some string operations by caching
4252 information about the type of the string between operations.
4253
4254 Fixed bug in fast-case code for switch statements that only have
4255 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004256
ager@chromium.org870a0b62008-11-04 11:43:05 +00004257
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000042582008-10-30: Version 0.4.2
4259
4260 Improved performance of Array.prototype.concat by moving the
4261 implementation to C++ (issue 123).
4262
4263 Fixed heap growth policy to avoid growing old space to its maximum
4264 capacity before doing a garbage collection and fixed issue that
4265 would lead to artificial out of memory situations (issue 129).
4266
4267 Fixed Date.prototype.toLocaleDateString to return the date in the
4268 same format as WebKit.
4269
4270 Added missing initialization checks to debugger API.
4271
4272 Added removing of unused maps during GC.
4273
4274
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000042752008-10-28: Version 0.4.1
4276
4277 Added caching of RegExp data in compilation cache.
4278
4279 Added Visual Studio project file for d8 shell.
4280
4281 Fixed function call performance regression introduced in version
4282 0.4.0 when splitting the global object in two parts (issue 120).
4283
4284 Fixed issue 131 by checking for empty handles before throwing and
4285 reporting exceptions.
4286
4287
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000042882008-10-23: Version 0.4.0
4289
4290 Split the global object into two parts: The state holding global
4291 object and the global object proxy.
4292
4293 Fixed bug that affected the value of an assignment to an element
4294 in certain cases (issue 116).
4295
4296 Added GetPropertyNames functionality (issue 33) and extra Date
4297 functions (issue 77) to the API.
4298
4299 Changed WeakReferenceCallback to take a Persistent<Value> instead
4300 of a Persistent<Object> (issue 101).
4301
4302 Fixed issues with message reporting for exceptions in try-finally
4303 blocks (issues 73 and 75).
4304
ager@chromium.org32912102009-01-16 10:38:43 +00004305 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004306
4307 Improved Boyer-Moore implementation for faster indexOf operations.
4308
4309 Added development shell (d8) which includes counters and
4310 completion support.
4311
4312 Fixed problem with the receiver passed to functions called from
4313 eval (issue 124).
4314
4315
ager@chromium.org7c537e22008-10-16 08:43:32 +000043162008-10-16: Version 0.3.5
4317
4318 Improved string hash-code distribution by excluding bit-field bits
4319 from the hash-code.
4320
4321 Changed string search algorithm used in indexOf from KMP to
4322 Boyer-Moore.
4323
4324 Improved the generated code for the instanceof operator.
4325
4326 Improved performance of slow-case string equality checks by
4327 specializing the code based on the string representation.
4328
4329 Improve the handling of out-of-memory situations (issue 70).
4330
4331 Improved performance of strict equality checks.
4332
4333 Improved profiler output to make it easier to see anonymous
4334 functions.
4335
4336 Improved performance of slow-case keyed loads.
4337
4338 Improved property access performance by allocating a number of
4339 properties in the front object.
4340
4341 Changed the toString behavior on the built-in object constructors
4342 to print [native code] instead of the actual source. Some web
4343 applications do not like constructors with complex toString
4344 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004345
ager@chromium.org7c537e22008-10-16 08:43:32 +00004346
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000043472008-10-06: Version 0.3.4
4348
4349 Changed Array.prototype.sort to use quick sort.
4350
4351 Fixed code generation issue where leaving a finally block with
4352 break or continue would accumulate elements on the expression
4353 stack (issue 86).
4354
4355 Made sure that the name accessor on functions returns the expected
4356 names for builtin JavaScript functions and C++ callback functions.
4357
4358 Added fast case code for extending the property storage array of
4359 JavaScript objects.
4360
4361 Ported switch statement optimizations introduced in version 0.3.3
4362 to the ARM code generator.
4363
4364 Allowed GCC to use strict-aliasing rules when compiling.
4365
4366 Improved performance of arguments object allocation by taking care
4367 of arguments adaptor frames in the generated code.
4368
4369 Updated the V8 benchmark suite to version 2.
4370
4371
ager@chromium.org236ad962008-09-25 09:45:57 +000043722008-09-25: Version 0.3.3
4373
4374 Improved handling of relocation information to enable more
4375 peep-hole optimizations.
4376
4377 Optimized switch statements where all labels are constant small
4378 integers.
4379
4380 Optimized String.prototype.indexOf for common cases.
4381
4382 Fixed more build issues (issue 80).
4383
4384 Fixed a couple of profiler issues.
4385
4386 Fixed bug where the body of a function created using the Function
4387 constructor was not allowed to end with a single-line comment
4388 (issue 85).
4389
4390 Improved handling of object literals by canonicalizing object
4391 literal maps. This will allow JSON objects with the same set of
4392 properties to share the same map making inline caching work better
4393 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004394
ager@chromium.org236ad962008-09-25 09:45:57 +00004395
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000043962008-09-17: Version 0.3.2
4397
4398 Generalized the EvalCache into a CompilationCache and enabled it
4399 for scripts too. The current strategy is to retire all entries
4400 whenever a mark-sweep collection is started.
4401
4402 Fixed bug where switch statements containing only a default case
4403 would lead to an unbalanced stack (issue 69).
4404
4405 Fixed bug that made access to the function in a named function
4406 expression impossible in certain situations (issue 24).
4407
4408 Fixed even more build issues.
4409
4410 Optimized calling conventions on ARM. The conventions on ARM and
4411 IA-32 now match.
4412
4413 Removed static initializers for flags and counters.
4414
4415 Improved inline caching behavior for uncommon cases where lazily
4416 loading Date and RegExp code could force certain code paths go
4417 megamorphic.
4418
4419 Removed arguments adaption for builtins written in C++. This
4420 makes Array.prototype.push and Array.prototype.pop slightly
4421 faster.
4422
4423
ager@chromium.org9258b6b2008-09-11 09:11:10 +000044242008-09-11: Version 0.3.1
4425
4426 Fixed a number of build issues.
4427
4428 Fixed problem with missing I-cache flusing on ARM.
4429
4430 Changed space layout in memory management by splitting up
4431 code space into old data space and code space.
4432
4433 Added utf-8 conversion support to the API (issue 57).
4434
4435 Optimized repeated calls to eval with the same strings. These
4436 repeated calls are common in web applications.
4437
4438 Added Xcode project file.
4439
4440 Optimized a couple of Array operation.
4441
4442 Fixed parser bug by checking for end-of-string when parsing break
4443 and continue (issue 35).
4444
4445 Fixed problem where asian characters were not categorized as
4446 letters.
4447
4448 Fixed bug that disallowed calling functions fetched from an array
4449 using a string as an array index (issue 32).
4450
4451 Fixed bug where the internal field count on object templates were
4452 sometimes ignored (issue 54).
4453
4454 Added -f option to the shell sample for compatibility with other
4455 engines (issue 18).
4456
4457 Added source info to TryCatches in the API.
4458
4459 Fixed problem where the seed for the random number generator was
4460 clipped in a double to unsigned int conversion.
4461
4462 Fixed bug where cons string symbols were sometimes converted to
4463 non-symbol flat strings during GC.
4464
4465 Fixed bug in error reporting when attempting to convert null to an
4466 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004467
4468
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000044692008-09-04: Version 0.3.0
4470
4471 Added support for running tests on the ARM simulator.
4472
4473 Fixed bug in the 'in' operator where negative indices were not
4474 treated correctly.
4475
4476 Fixed build issues on gcc-4.3.1.
4477
4478 Changed Date.prototype.toLocaleTimeString to not print the
4479 timezone part of the time.
4480
4481 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4482 with user code.
4483
4484
v8.team.kasperl727e9952008-09-02 14:56:44 +000044852008-09-02: Version 0.2.5
4486
4487 Renamed the top level directory 'public' to 'include'.
4488
4489 Added 'env' option to the SCons build scripts to support
4490 overriding the ENV part of the build environment. This is mostly
4491 to support Windows builds in cases where SCons cannot find the
4492 correct paths to the Windows SDK, as these paths cannot be passed
4493 through shell environment variables.
4494
4495 Enabled "Buffer Security Check" on for the Windows SCons build and
4496 added the linker option /OPT:ICF as an optimization.
4497
4498 Added the V8 benchmark suite to the repository.
4499
4500
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000045012008-09-01: Version 0.2.4
4502
4503 Included mjsunit JavaScript test suite and C++ unit tests.
4504
4505 Changed the shell sample to not print the result of executing a
4506 script provided on the command line.
4507
4508 Fixed issue when building samples on Windows using a shared V8
4509 library. Added visibility option on Linux build which makes the
4510 generated library 18% smaller.
4511
4512 Changed build system to accept multiple build modes in one build
4513 and generate separate objects, libraries and executables for each
4514 mode.
4515
4516 Removed deferred negation optimization (a * -b => -(a * b)) since
4517 this visibly changes operand conversion order.
4518
4519 Improved parsing performance by introducing stack guard in
4520 preparsing. Without a stack guard preparsing always bails out
4521 with stack overflow.
4522
4523 Changed shell sample to take flags directly from the command-line.
4524 Added API call that implements this.
4525
4526 Added load, quit and version functions to the shell sample so it's
4527 easier to run benchmarks and tests.
4528
4529 Fixed issue with building samples and cctests on 64-bit machines.
4530
4531 Fixed bug in the runtime system where the prototype chain was not
4532 always searched for a setter when setting a property that does not
4533 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004534
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004535
mads.s.agercbaa0602008-08-14 13:41:48 +000045362008-08-14: Version 0.2.3
4537
4538 Improved performance of garbage collection by moving the
4539 function that updates pointers during compacting collection
4540 into the updating visitor. This gives the compiler a better
4541 chance to inline and avoid a function call per (potential)
4542 pointer.
4543
4544 Extended the shell sample with a --runtime-flags option.
4545
4546 Added Visual Studio project files for the shell.cc and
4547 process.cc samples.
4548
4549
45502008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004551
4552 Improved performance of garbage collection by changing the way
4553 we use the marking stack in the event of stack overflow during
4554 full garbage collection and by changing the way we mark roots.
4555
4556 Cleaned up ARM version by removing top of stack caching and by
4557 introducing push/pop elimination.
4558
4559 Cleaned up the way runtime functions are called to allow
4560 runtime calls with no arguments.
4561
4562 Changed Windows build options to make sure that exceptions are
4563 disabled and that optimization flags are enabled.
4564
4565 Added first version of Visual Studio project files.
4566
4567
mads.s.agercbaa0602008-08-14 13:41:48 +000045682008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004569
4570 Improved performance of unary addition by avoiding runtime calls.
4571
4572 Fixed the handling of '>' and '<=' to use right-to-left conversion
4573 and left-to-right evaluation as specified by ECMA-262.
4574
4575 Fixed a branch elimination bug on the ARM platform where incorrect
4576 code was generated because of overly aggressive branch
4577 elimination.
4578
4579 Improved performance of code that repeatedly assigns the same
4580 function to the same property of different objects with the same
4581 map.
4582
4583 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4584 no longer expects DEBUG to be defined.
4585
4586 Added platform-nullos.cc to serve as the basis for new platform
4587 implementations.
4588
mads.s.ager31e71382008-08-13 09:32:07 +00004589
mads.s.agercbaa0602008-08-14 13:41:48 +000045902008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004591
4592 Changed all text files to have native svn:eol-style.
4593
4594 Added a few samples and support for building them. The samples
4595 include a simple shell that can be used to benchmark and test V8.
4596
4597 Changed V8::GetVersion to return the version as a string.
4598
4599 Added source for lazily loaded scripts to snapshots and made
4600 serialization non-destructive.
4601
4602 Improved ARM support by fixing the write barrier code to use
4603 aligned loads and stores and by removing premature locals
4604 optimization that relied on broken support for callee-saved
4605 registers (removed).
4606
4607 Refactored the code for marking live objects during garbage
4608 collection and the code for allocating objects in paged
4609 spaces. Introduced an abstraction for the map word of a heap-
4610 allocated object and changed the memory allocator to allocate
4611 executable memory only for spaces that may contain code objects.
4612
4613 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4614 they can be used by debugging and logging modules. Added
4615 thread-safe message queues for dealing with debugger events.
4616
4617 Fixed the source code reported by toString for certain builtin
4618 empty functions and made sure that the prototype property of a
4619 function is enumerable.
4620
4621 Improved performance of converting values to condition flags in
4622 generated code.
4623
4624 Merged disassembler-{arch} files.
4625
4626
mads.s.agercbaa0602008-08-14 13:41:48 +000046272008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004628
4629 Added support for storing JavaScript stack traces in a stack
4630 allocated buffer to make it visible in shallow core dumps.
4631 Controlled by the --preallocate-message-memory flag which is
4632 disabled by default.
4633
4634
mads.s.agercbaa0602008-08-14 13:41:48 +000046352008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004636
4637 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
4638 map transitions would count as properties.
4639
4640 Allowed aliased eval invocations by treating them as evals in the
4641 global context. This may change in the future.
4642
4643 Added support for accessing the last entered context through the
4644 API and renamed Context::Current to Context::GetCurrent and
4645 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
4646
4647 Fixed bug in the debugger that would cause the debugger scripts to
4648 be recursively loaded and changed all disabling of interrupts to
4649 be block-structured.
4650
4651 Made snapshot data read-only to allow it to be more easily shared
4652 across multiple users of V8 when linked as a shared library.
4653
4654
mads.s.agercbaa0602008-08-14 13:41:48 +000046552008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00004656
4657 Fixed building on Mac OS X by recognizing i386 and friends as
4658 IA-32 platforms.
4659
4660 Added propagation of stack overflow exceptions that occur while
4661 compiling nested functions.
4662
4663 Improved debugger with support for recursive break points and
4664 handling of exceptions that occur in the debugger JavaScript code.
4665
4666 Renamed GetInternal to GetInternalField and SetInternal to
4667 SetInternalField in the API and moved InternalFieldCount and
4668 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
4669
4670
mads.s.agercbaa0602008-08-14 13:41:48 +000046712008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004672
4673 Fixed bug in stack overflow check code for IA-32 targets where a
4674 non-tagged value in register eax was pushed to the stack.
4675
4676 Fixed potential quadratic behavior when converting strings to
4677 numbers.
4678
4679 Fixed bug where the return value from Object::SetProperty could
4680 end up being the property holder instead of the written value.
4681
4682 Improved debugger support by allowing nested break points and by
4683 dealing with stack-overflows when compiling functions before
4684 setting break points in them.
4685
4686
mads.s.agercbaa0602008-08-14 13:41:48 +000046872008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004688
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004689 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004690
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00004691# Local Variables:
4692# mode:text
4693# End: