blob: 487708430ae111f2a695926addafe8f94367aceb [file] [log] [blame]
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000012012-04-26: Version 3.10.6
2
3 Fixed some bugs in accessing details of the last regexp match.
4
5 Fixed source property of empty RegExp objects. (issue 1982)
6
7 Enabled inlining some V8 API functions.
8
9 Performance and stability improvements on all platforms.
10
11
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +0000122012-04-23: Version 3.10.5
13
14 Put new global var semantics behind a flag until WebKit tests are
15 cleaned up.
16
17 Enabled stepping into callback passed to builtins.
18 (Chromium issue 109564)
19
20 Performance and stability improvements on all platforms.
21
22
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +0000232012-04-19: Version 3.10.4
24
25 Fixed issues when stressing compaction with WeakMaps.
26
27 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
28
29 Simplify invocation sequence at monomorphic function invocation sites.
30 (issue 2079)
31
32 Performance and stability improvements on all platforms.
33
34
erik.corry@gmail.comed49e962012-04-17 11:57:53 +0000352012-04-17: Version 3.10.3
36
37 Fixed several bugs in heap profiles (including issue 2078).
38
39 Throw syntax errors on illegal escape sequences.
40
41 Implemented rudimentary module linking (behind --harmony flag)
42
43 Implemented ES5 erratum: Global declarations should shadow
44 inherited properties.
45
46 Made handling of const more consistent when combined with 'eval'
47 and 'with'.
48
49 Fixed V8 on MinGW-x64 (issue 2026).
50
51 Performance and stability improvements on all platforms.
52
53
jkummerow@chromium.org28faa982012-04-13 09:58:30 +0000542012-04-13: Version 3.10.2
55
56 Fixed native ARM build (issues 1744, 539)
57
58 Return LOOKUP variable instead of CONTEXT for non-context allocated
59 outer scope parameters (Chromium issue 119609).
60
61 Fixed regular and ElementsKind transitions interfering with each other
62 (Chromium issue 122271).
63
64 Improved performance of keyed loads/stores which have a HeapNumber
65 index (issues 1388, 1295).
66
67 Fixed WeakMap processing for evacuation candidates (issue 2060).
68
69 Bailout on possible direct eval calls (Chromium issue 122681).
70
71 Do not assume that names of function expressions are context-allocated
72 (issue 2051).
73
74 Performance and stability improvements on all platforms.
75
76
fschneider@chromium.org7d10be52012-04-10 12:30:14 +0000772012-04-10: Version 3.10.1
78
79 Fixed bug with arguments object in inlined functions (issue 2045).
80
81 Fixed performance bug with lazy initialization (Chromium issue
82 118686).
83
84 Added suppport for Mac OS X 64bit builds with GYP.
85 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
86
87 Fixed bug with hidden properties (issue 2034).
88
89 Fixed a performance bug when reloading pages (Chromium issue 117767,
90 V8 issue 1902).
91
92 Fixed bug when optimizing throw in top-level code (issue 2054).
93
94 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
95
96 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
97
98 Fixed a bug with the new runtime profiler (Chromium issue 121147).
99
100 Fixed compilation of V8 using uClibc.
101
102 Optimized boot-up memory use.
103
104 Optimized regular expressions.
105
106
jkummerow@chromium.org1456e702012-03-30 08:38:13 +00001072012-03-30: Version 3.10.0
108
109 Fixed store IC writability check in strict mode
110 (Chromium issue 120099).
111
112 Resynchronize timers if the Windows system time was changed.
113 (Chromium issue 119815)
114
115 Removed "-mfloat-abi=hard" from host compiler cflags when building for
116 hardfp ARM
117 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
118
119 Fixed edge case for case independent regexp character classes
120 (issue 2032).
121
122 Reset function info counters after context disposal.
123 (Chromium issue 117767, V8 issue 1902)
124
125 Fixed missing write barrier in CopyObjectToObjectElements.
126 (Chromium issue 119926)
127
128 Fixed missing bounds check in HasElementImpl.
129 (Chromium issue 119925)
130
131 Performance and stability improvements on all platforms.
132
133
danno@chromium.org88aa0582012-03-23 15:11:57 +00001342012-03-23: Version 3.9.24
135
136 Activated count-based profiler for ARM.
137
138 Fixed use of proxies as f.prototype properties. (issue 2021)
139
140 Enabled snapshots on MIPS.
141
142 Performance and stability improvements on all platforms.
143
144
ulan@chromium.org6ff65142012-03-21 09:52:17 +00001452012-03-21: Version 3.9.23
146
147 Use correct arguments adaptation environment when inlining function
148 containing arguments. (Issue 2014)
149
150 Performance and stability improvements on all platforms.
151
152
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +00001532012-03-20: Version 3.9.22
154
155 Enabled count-based profiler by default.
156
157 Implemented a hash based look-up to speed up address checks
158 in large object space (issue 853).
159
160 Performance and stability improvements on all platforms.
161
162
rossberg@chromium.org2c067b12012-03-19 11:01:52 +00001632012-03-19: Version 3.9.21
164
165 Fixed push-to-trunk script (and re-push).
166
167 Added API call that identifies strings that are guaranteed only to
168 contain ASCII characters.
169
170
1712012-03-19: Version 3.9.20
172
173 Fixed declarations escaping global strict eval. (Issue 1624)
174
175 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
176
177 Fixed function declarations overwriting read-only global properties.
178 (Chromium issue 115452)
179
180 Fixed --use-strict flag in combination with --harmony[-scoping].
181
182 Debugger: naive implementation of "step into Function.prototype.bind".
183
184 Debugger: added ability to set script source from within OnBeforeCompile
185
186 Added flag to always call DebugBreak on abort.
187
188 Re-enabled constructor inlining and inline === comparison with boolean
189 constants. (Issue 2009)
190
191 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
192
193 Performance and stability improvements on all platforms.
194
195
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +00001962012-03-14: Version 3.9.19
197
198 Ensure there is a smi check of the receiver for global load and call
199 ICs (Chromium issue 117794).
200
201 Performance and stability improvements on all platforms.
202
203
yangguo@chromium.org154ff992012-03-13 08:09:54 +00002042012-03-13: Version 3.9.18
205
206 Ensure consistency of Math.sqrt on Intel platforms.
207
208 Remove static initializers in v8. (issue 1859)
209
210 Add explicit dependency on v8_base in the GYP-based build.
211
212 Performance and stability improvements on all platforms.
213
214
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +00002152012-03-12: Version 3.9.17
216
217 Fixed VFP detection through compiler defines. (issue 1996)
218
219 Add Code-related fields to postmortem metadata.
220
221 Performance and stability improvements on all platforms.
222
223
erik.corry@gmail.combbceb572012-03-09 10:52:05 +00002242012-03-09: Version 3.9.16
225
226 Added basic interface inference for modules (behind the --harmony flag).
227
228 Added Object.is, Number.isFinite, Number.isNaN.
229
230 Updated the Unicode tables to Unicode version 6.1.0.
231
232 Performance and stability improvements on all platforms.
233
234
ulan@chromium.org9a21ec42012-03-06 08:42:24 +00002352012-03-06: Version 3.9.15
236
237 Fix the heap profiler crash caused by memory layout changes between
238 passes.
239
240 Fix Error.prototype.toString to throw TypeError. (issue 1980)
241
242 Fix double-rounding in strtod for MinGW. (issue 1062)
243
244 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
245
246 Performance and stability improvements on all platforms.
247
248
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002492012-03-01: Version 3.9.14
250
251 Performance and stability improvements on all platforms.
252
253
ulan@chromium.org812308e2012-02-29 15:58:45 +00002542012-02-29: Version 3.9.13
255
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000256 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +0000257
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000258 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
259 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +0000260
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000261 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +0000262
263 Performance and stability improvements on all platforms.
264
265
ulan@chromium.org967e2702012-02-28 09:49:15 +00002662012-02-28: Version 3.9.12
267
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000268 Fixed the negative lookup stub to handle deleted entries in a
269 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +0000270
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000271 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +0000272 callback function can resolve the location of a return address on stack
273 to the location where a return-address rewriting profiler stashed the
274 original return address.
275
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000276 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
277 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +0000278
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000279 Fixed issue 1853: Update breakpoints set with partial file name after
280 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +0000281
282
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002832012-02-27: Version 3.9.11
284
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000285 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +0000286
287
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +00002882012-02-24: Version 3.9.10
289
290 Fixed V8 issues 1322, 1772 and 1969.
291
292 Conformance improvements.
293
294 Performance and stability improvements on all platforms.
295
296
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +00002972012-02-23: Version 3.9.9
298
299 Supported fast case for-in in Crankshaft.
300
301 Sped up heap snapshot serialization and dominators construction.
302
303 Randomized allocation addresses on windows. (Chromium issue 115151)
304
305 Fixed compilation with MinGW-w64. (issue 1943)
306
307 Fixed incorrect value of assignments to non-extensible properties.
308
309 Fixed a crash bug in generated code on ia32.
310
311 Performance and stability improvements on all platforms.
312
313
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +00003142012-02-21: Version 3.9.8
315
316 Fixed memory leak and missing #include in StartupDataDecompressor
317 (issue 1960).
318
319 Renamed static methods to avoid shadowing virtual methods and fix Clang
320 C++11 compile error.
321
322 Fixed sequence of element access in array builtins (issue 1790).
323
324 Performance and stability improvements on all platforms.
325
326
yangguo@chromium.org56454712012-02-16 15:33:53 +00003272012-02-16: Version 3.9.7
328
329 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
330
331 Fixed GCC-4.7 warnings.
332
333 Added Navier-Stokes benchmark.
334
335 Performance and stability improvements on all platforms.
336
337
ulan@chromium.org65a89c22012-02-14 11:46:07 +00003382012-02-14: Version 3.9.6
339
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000340 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +0000341
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000342 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +0000343
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000344 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +0000345
346 Heap Snapshot maximum size limit is too low for really big apps. At the
347 moment the limit is 256MB. (Chromium issue 113015)
348
349 Performance and stability improvements on all platforms.
350
351
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +00003522012-02-09: Version 3.9.5
353
354 Removed unused command line flags.
355
356 Performance and stability improvements on all platforms.
357
358
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +00003592012-02-08: Version 3.9.4
360
361 Properly initialize element-transitioning array literals on ARM.
362 (issue 1930)
363
364 Bug fixes on all platforms.
365
366
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +00003672012-02-07: Version 3.9.3
368
369 When rethrowing an exception, print the stack trace of its original
370 site instead of rethrow site (Chromium issue 60240).
371
372 Increased size of small stacks from 32k to 64k to avoid hitting limits
373 in Chromium (Chromium issue 112843).
374
375
rossberg@chromium.org994edf62012-02-06 10:12:55 +00003762012-02-06: Version 3.9.2
377
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000378 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +0000379
380 Heap profiler reports implicit references.
381
382 Optionally export metadata with libv8 to enable debuggers to inspect V8
383 state.
384
385
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +00003862012-02-02: Version 3.9.1
387
388 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
389 (Chromium issue 112315).
390
391 Fixed a crash in dev tools (Chromium issue 107996).
392
393 Added 'dependencies_traverse': 1 to v8 GYP target.
394
395 Performance and stability improvements on all platforms.
396
397
danno@chromium.orgfa458e42012-02-01 10:48:36 +00003982012-02-01: Version 3.9.0
399
fschneider@chromium.org35814e52012-03-01 15:43:35 +0000400 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +0000401
402 Stability fixes and performance improvements on all platforms.
403
404
yangguo@chromium.org659ceec2012-01-26 07:37:54 +00004052012-01-26: Version 3.8.9
406
407 Flush number string cache on GC (issue 1605).
408
409 Provide access to function inferred name with
410 v8::Function::GetInferredName in V8 public API.
411
412 Fix building with Clang (issue 1912).
413
414 Reduce the space used by the stack for the profiling thread.
415
416 Fix misleading documentation of v8::Locker (issue 542).
417
418 Introduce readbinary function in d8 to read binary files.
419
420 Performance and stability improvements on all platforms.
421
422
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +00004232012-01-23: Version 3.8.8
424
425 Limited number of loop iterations in Heap::ReserveSpace
426 (Chromium issue 99027).
427
428 Fixed solaris build (VirtualMemory) (issue 1761).
429
430 Fixed strict vs. non-strict handling of function proxies in
431 higher-order array and string methods.
432
433 Enabled asynchronous remote debugging with d8 (issue 1691).
434
435 Stability and performance improvements on all platforms.
436
437
ulan@chromium.org2efb9002012-01-19 15:36:35 +00004382012-01-19: Version 3.8.7
439
440 Ensure that LRandom restores rsi after call to the C function on x64.
441 (Chromium issue http://crbug.com/110509)
442
443 Fixing include issues on *bsd when building with scons.
444 (issue 1897)
445
446 Provide a switch to specify -fno-strict-aliasing
447 (issue 1887)
448
449 Move WIN32 define from standalone.gypi to common.gypi
450 (issue 1760)
451
452 Fix corner-case in heap size estimation.
453 (issue 1893)
454
455 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
456 (issue 1903)
457
458 Performance improvements and bug fixes.
459
460
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +00004612012-01-16: Version 3.8.6
462
463 Add primitive WebGL array support to d8.
464
465 Improve heap size estimation (issue 1893).
466
467 Hash collision DOS workaround extended from string keys
468 to numeric keys.
469
470 Provide an API for iterating through all external strings referenced
471 from the JS heap.
472
473 Adjust position recorded for call expressions. http://crbug.com/109195
474
475 Fix GC crash related to instanceof. http://crbug.com/109448
476
477 Performance improvements and bug fixes.
478
479
rossberg@chromium.orgfab14982012-01-05 15:02:15 +00004802012-01-05: Version 3.8.5
481
482 Fix broken test that assumes that no GC can clear the regexp cache (GC
483 can happen at any time due to Crankshaft).
484
485 Fix handling of bogus receivers for Harmony collections. (issue 1884)
486
487 Add netbsd support to gyp build.
488
489 Determine page size at runtime on posix platforms.
490
491 Ensure that store buffer filtering hash sets are cleared after
492 StoreBuffer::Filter.
493
494 Randomize the seed used for string hashing. This helps guard against
495 CPU-eating DOS attacks against node.js servers. Based on code from
496 Bert Belder. This version only solves the issue for those that compile
497 V8 themselves or those that do not use snapshots. A snapshot-based
498 precompiled V8 will still have predictable string hash codes.
499
500 Implement callback when script finishes running in V8 API.
501
502 Improve performance of Math.min and Math.max for the case of two
503 arguments. (issue 1325)
504
505
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +00005062012-01-02: Version 3.8.4
507
508 Performance improvements for large Smi-only arrays.
509
510 Fixed InternalArrays construction. (issue 1878)
511
512
danno@chromium.orgbf0c8202011-12-27 10:09:42 +00005132011-12-27: Version 3.8.3
514
515 Avoid embedding new space objects into code objects in the lithium gap
516 resolver. (chromium:108296)
517
518 Bug fixes and performance optimizations on all platforms.
519
520
danno@chromium.orge78f9fc2011-12-21 08:29:34 +00005212011-12-21: Version 3.8.2
522
523 Add max optimization flag to v8 gyp build to ensure V8 is always built
524 fully optimized in Chrome.
525
526 MIPS: Bring MIPS to parity with other platforms.
527
528 Optimizations and stability improvements on all platforms.
529
530
ricow@chromium.org7ad65222011-12-19 12:13:11 +00005312011-12-19: Version 3.8.1
532
533 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
534
535 Stability improvements on all platforms.
536
537
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +00005382011-12-13: Version 3.8.0
539
540 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
541
542 Sync parser and preparser on do-while and return statements.
543 (issue 1856)
544
545 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
546
547 Stability and performance improvements on all platforms.
548
549
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +00005502011-12-01: Version 3.7.12
551
552 Increase tick interval for the android platform.
553
554 Fix a bug in the register allocator. (chromium:105112)
555
556 Fix handling of recompiling code. (chromium:105375, v8:1782)
557
558 Start incremental marking on idle notification. (v8:1458)
559
560 Build fixes for various platforms.
561
562 Various performance improvements.
563
564
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +00005652011-11-29: Version 3.7.11
566
567 Fixed bug when generating padding to ensure space for lazy
568 deoptimization.
569 (issue 1846)
570
571 Further reduced pause times due to GC.
572
573 Stability and performance improvements on all platforms.
574
575
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00005762011-11-23: Version 3.7.10
577
578 Set maximum length of FixedArray in terms of elements instead an
579 absolute number of bytes.
580 (Chromium issue 103103)
581
582 Stability and performance improvements on all platforms.
583
584
5852011-11-21: Version 3.7.9
586
587 Removed exit-time destructors.
588
589 Stability and performance improvements on all platforms.
590
591
ricow@chromium.org27bf2882011-11-17 08:34:43 +00005922011-11-17: Version 3.7.8
593
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +0000594 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +0000595 function on builtins will not make the original function reappear.
596
597 Added NetBSD support for scons build.
598
599 Performance improvements on all platforms.
600
601
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00006022011-11-14: Version 3.7.7
603
604 Fix missing fast property accessors in heap snapshots.
605 (issue 1818)
606
607
danno@chromium.org2c456792011-11-11 12:00:53 +00006082011-11-11: Version 3.7.6
609
610 Fixed filtering of store buffer for large object pages.
611 (issue 1817)
612
613 Fixed generated hash function on all platforms.
614 (issue 1808)
615
616 Fixed Heap::Shrink to ensure that it does not free pages that are
617 still in use.
618 (Chromium issue 100414)
619
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +0000620 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +0000621
622
danno@chromium.orgc612e022011-11-10 11:38:15 +00006232011-11-10: Version 3.7.5
624
625 Added initial gyp infrastructure for MIPS.
626
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +0000627 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +0000628 collector.
629
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +0000630 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +0000631
632
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +00006332011-11-07: Version 3.7.4
634
635 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
636
637 Fix Harmony sets and maps to allow null and undefined as keys
638 (still hidden behind --harmony flag) (issue 1622).
639
640 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
641
642 Enable VFP instructions for Android.
643
644 Fix error handling in Date.prototype.toISOString (issue 1792).
645
646 Bug fixes and performance improvements for all platforms.
647
648 Not officially supported but noteworthy: Crankshaft for MIPS :-)
649
650
erik.corry@gmail.combecbc522011-10-28 07:45:20 +00006512011-10-28: Version 3.7.3
652
653 Slight deoptimization as a workaround for issue with jslint: Issue
654 1789.
655
656
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +00006572011-10-27: Version 3.7.2
658
659 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
660
661
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +00006622011-10-26: Version 3.7.1
663
664 Achieved 33% speedup in debug-mode tests.
665
666 Removed special casing of calls to RegExp test and exec methods with no
667 argument. Now matches new JSC behaviour. crbug.com/75740.
668
669 Return the empty string on cyclic references in toString (ES5
670 conformance).
671
672 Fixed bug triggered by JSBeautifier. crbug.com/100409.
673
674 Made Math.random state per-context instead of per-process (issue 864).
675
676 Fixed stack traces to skip native functions.
677
678 Make snapshots (new contexts) smaller and faster.
679
680 Fixed handling of Function.apply for non-array arguments.
681
682 Fixed evaluation order in defineProperties to match FireFox.
683
684 Fixed handling of non-object receivers for array builtins,
685 crbug.com/100702.
686
687 Multiple fixes to improve compliance with test262.
688
689 Fixed compatibility with older Android releases.
690
691 Fixed compilation with gcc-4.5.3.
692
693 Improved performance of WriteUtf8, issue 1665.
694
695 Made native syntax an early error in the preparser.
696
697 Fixed issues 793 and 893 relating to Function.prototype.bind.
698
699 Improved let, const, Set and Map support and other Harmony features
700 (behind the --harmony flag).
701
702 Changed evaluation order for > and <= to match ES5 instead of ES3.
703
704 Bug fixes and performance improvements on all platforms.
705
706
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +00007072011-10-13: Version 3.7.0
708
709 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
710
711 Fixed issue 1757 (string slices of external strings).
712
713 Fixed issue 1759 (ARM).
714
715 Added flag --noclever-optimizations to disable some things that
716 caused trouble in the past.
717
718 Added flag --stress-compaction for testing.
719
720 Added flag --harmony to activate all experimental Harmony features.
721
722
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +00007232011-10-10: Version 3.6.6
724
725 Added a GC pause visualization tool.
726
727 Added presubmit=no and werror=no flags to Makefile.
728
729 ES5/Test262 conformance improvements.
730
731 Fixed compilation issues with GCC 4.5.x (issue 1743).
732
733 Bug fixes and performance improvements on all platforms.
734
735
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +00007362011-10-05: Version 3.6.5
737
738 New incremental garbage collector.
739
740 Removed the hard heap size limit (soft heap size limit is still
741 700/1400Mbytes by default).
742
743 Implemented ES5 generic Array.prototype.toString (Issue 1361).
744
745 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
746
747 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
748
749 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
750
751 Fixed the MinGW and Windows 2000 builds.
752
753 Fixed "Prototype chain is not searched if named property handler does
754 not set a property" (Issue 1636).
755
756 Made the RegExp.prototype object be a RegExp object (Issue 1217).
757
758 Disallowed future reserved words as labels in strict mode.
759
760 Fixed string split to correctly coerce the separator to a string
761 (Issue 1711).
762
763 API: Added an optional source length field to the Extension
764 constructor.
765
766 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
767 (Issue 1573).
768
769 Added "native" target to Makefile for the benefit of Linux distros.
770
771 Fixed: debugger stops stepping outside evaluate (Issue 1639).
772
773 More work on ES-Harmony proxies. Still hidden behind a flag.
774
775 Bug fixes and performance improvements on all platforms.
776
777
lrn@chromium.org34e60782011-09-15 07:25:40 +00007782011-09-15: Version 3.6.4
779
780 Fixed d8's broken readline history.
781
782 Removed the need for code delete events in CPU profiler (Issue 1466).
783
784 Fixed debugger stepping next with trycatch recursion (Issue 1639).
785
786 Fixing parallel execution in d8 (with -p) and some memory leaks.
787
788 Support for precise stepping in functions compiled before debugging was
789 started (step 1).
790
791
kmillikin@chromium.org83e16822011-09-13 08:21:47 +00007922011-09-13: Version 3.6.3
793
794 Implemented better support of typed arrays in the d8 shell.
795
796 Bug fixes and performance improvements on all platforms.
797
798
ricow@chromium.org55ee8072011-09-08 16:33:10 +00007992011-09-08: Version 3.6.2
800
801 Added "dependencies" target to top-level Makefile.
802
803 Added ability to turn profiler on/off in d8.
804
805 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
806
807 Fixed several crash bugs.
808
809
jkummerow@chromium.org486075a2011-09-07 12:44:28 +00008102011-09-07: Version 3.6.1
811
812 Fixed a bug in abrupt exit from with or catch inside finally.
813
814 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
815 issue 95113).
816
817 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
818
819 Fixed a few clang warnings (which -Werror treated as errors).
820
821 Performance improvements on all platforms.
822
823
fschneider@chromium.org1805e212011-09-05 10:49:12 +00008242011-09-05: Version 3.6.0
825
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000826 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000827
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000828 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000829
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000830 Made arguments and caller always be null on native functions
831 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000832
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000833 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000834
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000835 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000836
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000837 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000838
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000839 Fixed a problem with large heap snapshots in Chrome DevTools
840 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000841
ricow@chromium.org55ee8072011-09-08 16:33:10 +0000842 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +0000843
844
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +00008452011-08-31: Version 3.5.10
846
847 Added dependency of v8_base on WinSocket2 Windows library in
848 the GYP-build.
849
850 Various bugfixes.
851
852
ricow@chromium.org4668a2c2011-08-29 10:41:00 +00008532011-08-29: Version 3.5.9
854
855 Made FromPropertyDescriptor not trigger inherited setters.
856
857 Fixed .gyp files to work on the ARM simulator.
858
859 Fixed shared library build warnings for MSVS.
860
861
ricow@chromium.orgddd545c2011-08-24 12:02:41 +00008622011-08-24: Version 3.5.8
863
864 Added V8EXPORT attributes for v8::Array::CheckCast and
865 v8::Number::CheckCast.
866
867 Made a slight API change enabling opting out from null termination
868 in String::Write*().
869
870 Fixed arm build for gcc-4.6.
871
872
rossberg@chromium.org28a37082011-08-22 11:03:23 +00008732011-08-22: Version 3.5.7
874
875 Make scanner handle invalid unicode escapes in identifiers correctly.
876
877 Make regexp flag parsing stricter.
878
879 Fix several memory leaks.
880
881
danno@chromium.orgb6451162011-08-17 14:33:23 +00008822011-08-17: Version 3.5.6
883
884 Fixed issue that could cause crashes when running with --heap-stats.
885
886 Fixed compilation on Linux 2.6.9 and older.
887
888 Fixed live-object-list to work with isolates.
889
890 Fixed memory leaks in zones and isolates.
891
892 Fixed a performance regression for TypedArrays on x64.
893
894 Stability improvements on all platforms.
895
896
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +00008972011-08-15: Version 3.5.5
898
899 Fixed bugs involving negative zero and the optimizing compiler.
900
901 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
902
903 Eliminated uses of deprecated ARM instructions.
904
905 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
906
907 Removed restriction on the size of disassembled code that is printed.
908
909
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +00009102011-08-10: Version 3.5.4
911
912 Added a preliminary implementation of ES Harmony weak maps. Weak
913 maps can be enabled by the flag --harmony-weakmaps.
914
915 Introduced a toplevel Makefile to support GYP-based building. GYP
916 can be obtained from http://gyp.googlecode.com.
917
918 Fixed a bug in the length property of functions created by
919 Function.prototype.bind.
920
921 Reduced malloc heap allocation on process startup.
922
923 Several important code generation bug fixes.
924
925 Performance improvements on all platforms.
926
927
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +00009282011-08-03: Version 3.5.3
929
930 MIPS: Port of fix to ClassOf check from ARM.
931 Patch from Paul Lind <plind44@gmail.com>.
932
933 Stopped using mprotect on Cygwin.
934 Avoided uninitialized member warning on gcc 4.3.4
935 Both patches by Bert Belder.
936
937 Bug fixes and performance improvements on all platforms.
938
939
vegorov@chromium.org7943d462011-08-01 11:41:52 +00009402011-08-01: Version 3.5.2
941
942 Performance improvements on all platforms.
943
944
ricow@chromium.org2c99e282011-07-28 09:15:17 +00009452011-07-28: Version 3.5.1
946
947 Fixed setting the readonly flag on the prototype property using the
948 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
949
950 Changed the tools/test.py script to use d8 instead of shell for
951 testing.
952
953 Fixed crash in ToBooleanStub when GC happens during invocation.
954
955 Enabled automatic unboxing of double arrays.
956
957 Performance improvements on all platforms.
958
959
ricow@chromium.org9fa09672011-07-25 11:05:35 +00009602011-07-25: Version 3.5.0
961
962 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
963 proxies.
964
965 Removed logging to memory support.
966
967 Bugfixes and performance work.
968
969
rossberg@chromium.org717967f2011-07-20 13:44:42 +00009702011-07-20: Version 3.4.14
971
972 Fix the debugger for strict-mode functions. (Chromium issue 89236)
973
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +0000974 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +0000975 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +0000976
977 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
978
979
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +00009802011-07-18: Version 3.4.13
981
982 Improved debugger support to allow inspection of optimized frames (issue
983 1140).
984
985 Fixed a bug in prototype transitions cache clearing introduced by r8165.
986
987 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
988
989 Fixed a memory leak in sample/shell.cc (dispose semaphores).
990
991 Simplified HClampToUint8. Patch by Andy Wingo.
992
993 Exposed APIs for detecting boxed primitives, native errors. Patch by
994 Luke Zarko.
995
996 Added map check for COW elements to crankshaft array handling code
997 (issue 1560).
998
999 Sample shell and (a light version of) D8 links against a shared library
1000 now.
1001
1002 Fixed bug in array filter and reduce functions (issue 1559).
1003
1004 Avoid TLS load in AstNode constructor.
1005
1006 Introduced a random entropy source which can optionally be provided at
1007 initialization. (Chromium issue 89462).
1008
1009
whesse@chromium.org030d38e2011-07-13 13:23:34 +000010102011-07-13: Version 3.4.12
1011
1012 Added --prof profiling option to d8 shell.
1013
1014 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
1015
1016 Fixed a potential assertion failure in const declarations.
1017
1018 Fixed an assertion failure in descriptor arrays (issue 1526).
1019
1020 Enabled fast thread-local storage by default on supported platforms.
1021
1022 Improved reporting of source position for global variable loads
1023 (issue 1527).
1024
1025
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000010262011-07-11: Version 3.4.11
1027
1028 Fixed MinGW32 build.
1029
1030 Fixed a GC bug with RegExp code flushing.
1031
1032 Implemented Object.defineProperty for proxies.
1033
1034 Fixed a bug in for/in iteration of arguments objects (issue 1531).
1035
1036 Added debugger support for inspecting optimized frames (issue 1140).
1037
1038 Allowed JSObject::PreventExtensions to work for arguments objects.
1039
1040 Bugfixes and performance work.
1041
1042
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000010432011-07-06: Version 3.4.10
1044
1045 Fixed debugger not breaking on certain "if" statements (issue 1523).
1046
1047 Fixed assertion failure in runtime profiler when running on IA32
1048 without snapshot (issue 1522).
1049
1050 Fixed ABI for API calls on IA32 (for clang compatibility).
1051
1052 Introduced code flushing of RegExp code to free memory used by
1053 RegExps sooner.
1054
1055 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
1056
1057 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
1058
1059 Performance improvements on all platforms.
1060
1061
ricow@chromium.org4f693d62011-07-04 14:01:31 +000010622011-07-04: Version 3.4.9
1063
1064 Added support for debugger inspection of locals in optimized frames
1065 (issue 1140).
1066
1067 Fixed SConstruct to pass correct defines to samples/preparser when
1068 building with library=shared.
1069
1070 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
1071
1072 Fixed a bug in Object.defineProperty on the arguments object.
1073
1074 Performance improvements on all platforms.
1075
1076
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000010772011-06-29: Version 3.4.8
1078
1079 Ensure 16-byte stack alignment on Solaris (issue 1505).
1080
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00001081 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00001082 that is not a smi. (issue 1246).
1083
1084
ager@chromium.org04921a82011-06-27 13:21:41 +000010852011-06-27: Version 3.4.7
1086
1087 Fixed 64-bit build on FreeBSD.
1088
1089 Added API to set the property attributes for the prototype
1090 property on functions created from FunctionTemplates.
1091
1092 Bugfixes and performance work.
1093
1094
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000010952011-06-22: Version 3.4.6
1096
1097 Lowered limit on code space for systems with low memory supply.
1098
1099 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
1100
1101 Extended setBreakpoint API to accept partial script name (issue 1418).
1102
1103 Made multi-line comments not count when deciding whether the '-->'
1104 comment starter is first on a line. This matches Safari.
1105
1106 Made handling of non-array recievers in Array length setter correct
1107 (issue 1491).
1108
1109 Added ability to heap profiler to iterate over snapshot's node
1110 (issue 1481).
1111
1112
whesse@chromium.org7b260152011-06-20 15:33:18 +000011132011-06-20: Version 3.4.5
1114
1115 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
1116 1476, and 1477.
1117
1118 Improved code generation for !0 and !1.
1119
1120 Reduced memory usage for regular expressions with nested qualifiers.
1121 (issue 1472)
1122
1123 Fixed V8 to count line terminators in multi-line comments.
1124 (Chromium issue 86431)
1125
1126 Fixed disassembler=on option for release-mode builds. (issue 1473)
1127
1128 Performance improvements on all platforms.
1129
1130
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000011312011-06-15: Version 3.4.4
1132
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001133 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001134
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001135 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001136
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001137 Several GYP-related changes: Added support for building Xcode project
1138 files. Make the ARM simulator build with GYP again. Generate Makefiles
1139 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001140
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001141 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
1142 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001143
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001144 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001145
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001146 Handle 'undefined' correctly when === has been specialized for doubles.
1147 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001148
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001149 Corrected the limit of local variables in an optimized function from 64
1150 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001151
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001152 Correctly set ReadOnly flag on indexed properties when using the API Set
1153 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001154
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001155 Give the correct error message when Object.isExtensible is called on a
1156 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001157
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001158 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
1159 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001160
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001161 Do not redefine properties unneccesarily in seal and freeze. (issue
1162 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001163
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001164 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001165
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001166 Distinguish keyed loads with a symbol key from fast elements loads,
1167 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001168
1169
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000011702011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001171
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00001172 Clear the global thread table when an isolate is disposed
1173 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001174
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00001175 Converted time zone name to UTF8 on Windows (issue 1290).
1176
1177 Limited the number of arguments in a function call to 32766
1178 (issue 1413).
1179
1180 Compress sources of JS libraries in addition to the snapshot.
1181
1182 Fixed a bug in Lithium environment iteration.
1183
1184 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001185
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001186
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000011872011-06-06: Version 3.4.2
1188
1189 More work on ES-Harmony proxies. Still hidden behind a flag.
1190
1191 Fixed some crash bugs and improved performance.
1192
1193 Fixed building with gdb debugging support.
1194
1195 Do not install SIGPROF handler until it is needed.
1196
1197 Added DateTimeFormat to i18n API.
1198
1199 Fixed compilation on OpenBSD.
1200
1201 Take the ulimit into account when sizing the heap. OpenBSD users
1202 may still have to increase the default ulimit to run heavy pages in
1203 the browser.
1204
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001205
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000012062011-06-01: Version 3.4.1
1207
1208 Fixed JSON stringify issue with arrays.
1209
1210 Changed calls to JS builtins to be passed undefined when called with
1211 implicit receiver.
1212
1213 Implemented the set trap for Harmony proxies. Proxies still need to
1214 be enabled with the --harmony-proxies flag.
1215
1216
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000012172011-05-30: Version 3.4.0
1218
1219 Changed calls to undefined property setters to not throw (issue 1355).
1220
1221 Made RegExp objects not callable.
1222
1223 Fixed issues on special case large JSON strings in new json parser
1224 (issues http://crbug.com/83877 and http://crbug.com/84186).
1225
1226 Performance improvements on all platforms.
1227
1228
danno@chromium.org40cb8782011-05-25 07:58:50 +000012292011-05-25: Version 3.3.10
1230
1231 Fixed calls of strict mode function with an implicit receiver.
1232
1233 Fixed fast handling of arrays to properly deal with changes to the
1234 Object prototype (issue 1403).
1235
1236 Changed strict mode poison pill to be the same type error function
1237 (issue 1387).
1238
1239 Fixed a debug crash in arguments object handling (issue 1227).
1240
1241 Fixed a bug in deoptimization on x64 (issue 1404).
1242
1243 Performance improvements and bug fixes on all platforms.
1244
1245
ager@chromium.orgea91cc52011-05-23 06:06:11 +000012462011-05-23: Version 3.3.9
1247
1248 Added DateTimeFormat class to experimental i18n API.
1249
1250 Extended preparser to give early errors for some strict mode
1251 restrictions.
1252
1253 Removed legacy execScript function from V8.
1254
1255 Extended isolate API with the ability to add embedder-specific
1256 data to an isolate.
1257
1258 Added basic support for polymorphic loads from JS and external
1259 arrays.
1260
1261 Fixed bug in handling of switch statements in the optimizing
1262 compiler.
1263
1264
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000012652011-05-18: Version 3.3.8
1266
ager@chromium.orgea91cc52011-05-23 06:06:11 +00001267 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00001268 handles are independent of all other persistent handles and can be
1269 garbage collected more frequently.
1270
ager@chromium.orgea91cc52011-05-23 06:06:11 +00001271 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00001272 with the --harmony-proxies flag.
1273
1274 Performance improvements and bug fixes on all platforms.
1275
1276
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000012772011-05-16: Version 3.3.7
1278
1279 Updated MIPS infrastructure files.
1280
1281 Performance improvements and bug fixes on all platforms.
1282
1283
karlklose@chromium.org83a47282011-05-11 11:54:09 +000012842011-05-11: Version 3.3.6
1285
1286 Updated MIPS infrastructure files.
1287
1288 Added method IsCallable for Object to the API.
1289 Patch by Peter Varga.
1290
1291
lrn@chromium.org1c092762011-05-09 09:42:16 +000012922011-05-09: Version 3.3.5
1293
1294 Fixed build on FreeBSD. Patch by Akinori MUSHA.
1295
1296 Added check that receiver is JSObject on API calls.
1297
1298 Implemented CallAsConstructor method for Object in the API (Issue 1348).
1299 Patch by Peter Varga.
1300
1301 Added CallAsFunction method to the Object class in the API (Issue 1336).
1302 Patch by Peter Varga.
1303
1304 Added per-isolate locking and unlocking.
1305
1306 Fixed bug in x64 >>> operator (Issue 1359).
1307
1308
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000013092011-05-04: Version 3.3.4
1310
1311 Implemented API to disallow code generation from strings for a context
1312 (issue 1258).
1313
1314 Fixed bug with whitespaces in parseInt (issue 955).
1315
1316 Fixed bug with == comparison of Date objects (issue 1356).
1317
1318 Added GYP variables for ARM code generation:
1319 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
1320 and v8_use_arm_eabi_hardfloat.
1321
1322
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000013232011-05-02: Version 3.3.3
1324
1325 Added support for generating Visual Studio solution and project files
1326 using GYP.
1327
1328 Implemented support for ARM EABI calling convention variation where
1329 floating-point arguments are passed in registers (hardfloat).
1330
1331 Added Object::HasOwnProperty() to the API.
1332
1333 Added support for compressing startup data to reduce binary size. This
1334 includes build time support and an API for the embedder to decompress
1335 the startup data before initializing V8.
1336
1337 Reduced the profiling hooks overhead from >400% to 25% when using
1338 ll_prof.
1339
1340 Performance improvements and bug fixes on all platforms.
1341
1342
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000013432011-04-27: Version 3.3.2
1344
1345 Fixed crash bug on ARM with no VFP3 hardware.
1346
1347 Fixed compilation of V8 without debugger support.
1348
1349 Improved performance on JSLint.
1350
1351 Added support Float64 WebGL arrays.
1352
1353 Fixed crash bug in regexp replace.
1354
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00001355
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000013562011-04-20: Version 3.3.1
1357
1358 Reduced V8 binary size by removing virtual functions from hydrogen.
1359
1360 Fixed crash bug on x64.
1361
1362 Performance improvements on ARM and IA32.
1363
1364
danno@chromium.org160a7b02011-04-18 15:51:38 +000013652011-04-18: Version 3.3.0
1366
1367 Fixed bug in floating point rounding in Crankshaft on ARM
1368 (issue 958)
1369
1370 Fixed a number of issues with running without VFPv3 support on ARM
1371 (issue 1315)
1372
1373 Introduced v8Locale.Collator, a partial implementation of Collator
1374 per last ECMAScript meeting + mailing list.
1375
1376 Minor performance improvements and bug fixes.
1377
1378
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000013792011-04-13: Version 3.2.10
1380
1381 Fixed bug in external float arrays on ARM (issue 1323).
1382
1383 Minor performance improvements and bug fixes.
1384
1385
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000013862011-04-11: Version 3.2.9
1387
1388 Removed support for ABI prior to EABI on ARM.
1389
1390 Fixed multiple crash bugs.
1391
1392 Added GCMole to the repository, a simple static analysis tool that
1393 searches for GC-unsafe evaluation order dependent callsites.
1394
1395 Made preparser API be exported in shared libraries.
1396
1397 Fixed multiple issues in EcmaScript 5 strict mode implementation.
1398
1399 Fixed mutable __proto__ property if object is not extensible
1400 (Issue 1309).
1401
1402 Fixed auto suspension of the sampler thread.
1403
1404
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000014052011-04-06: Version 3.2.8
1406
1407 Exposed WebGL typed array constructors in the shell sample.
1408
1409 Performance improvements on all platforms.
1410
1411
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000014122011-04-04: Version 3.2.7
1413
1414 Disabled the original 'classic' V8 code generator. Crankshaft is
1415 now the default on all platforms.
1416
1417 Changed the heap profiler to use more descriptive names.
1418
1419 Performance and stability improvements to isolates on all platforms.
1420
1421
lrn@chromium.org7516f052011-03-30 08:52:27 +000014222011-03-30: Version 3.2.6
1423
1424 Fixed xcode build warning in shell.cc (out of order initialization).
1425
1426 Fixed null-pointer dereference in the compiler when running without
1427 SSE3 support (Chromium issue 77654).
1428
1429 Fixed x64 compilation error due to some dead code. (Issue 1286)
1430
1431 Introduced scons target to build the preparser stand-alone example.
1432
1433 Made FreeBSD build and pass all tests.
1434
1435
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000014362011-03-28: Version 3.2.5
1437
lrn@chromium.org7516f052011-03-30 08:52:27 +00001438 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00001439
1440 Added Crankshaft support for external arrays.
1441
1442 Fixed two potential crash bugs.
1443
1444
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000014452011-03-23: Version 3.2.4
1446
1447 Added isolates which allows several V8 instances in the same process.
1448 This is controlled through the new Isolate class in the API.
1449
1450 Implemented more of EcmaScript 5 strict mode.
1451
1452 Reduced the time it takes to make detailed heap snapshot.
1453
1454 Added a number of commands to the ARM simulator and enhanced the ARM
1455 disassembler.
1456
1457
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000014582011-03-17: Version 3.2.3
1459
1460 Fixed a number of crash bugs.
1461
1462 Fixed Array::New(length) to return an array with a length (issue 1256).
1463
1464 Fixed FreeBSD build.
1465
1466 Changed __defineGetter__ to not throw (matching the behavior of Safari).
1467
1468 Implemented more of EcmaScript 5 strict mode.
1469
1470 Improved Crankshaft performance on all platforms.
1471
1472
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000014732011-03-14: Version 3.2.2
1474
1475 Fixed a number of crash and correctness bugs.
1476
1477 Improved Crankshaft performance on all platforms.
1478
1479 Fixed Crankshaft on Solaris/Illumos.
1480
1481
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000014822011-03-10: Version 3.2.1
1483
1484 Fixed a number of crash bugs.
1485
1486 Improved Crankshaft for x64 and ARM.
1487
1488 Implemented more of EcmaScript 5 strict mode.
1489
1490
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000014912011-03-07: Version 3.2.0
1492
1493 Fixed a number of crash bugs.
1494
1495 Turned on Crankshaft by default on x64 and ARM.
1496
1497 Improved Crankshaft for x64 and ARM.
1498
1499 Implemented more of EcmaScript 5 strict mode.
1500
1501
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000015022011-03-02: Version 3.1.8
1503
1504 Fixed a number of crash bugs.
1505
1506 Improved Crankshaft for x64 and ARM.
1507
1508 Implemented more of EcmaScript 5 strict mode.
1509
1510 Fixed issue with unaligned reads and writes on ARM.
1511
1512 Improved heap profiler support.
1513
1514
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000015152011-02-28: Version 3.1.7
1516
1517 Fixed a number of crash bugs.
1518
1519 Improved Crankshaft for x64 and ARM.
1520
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00001521 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00001522 arrays (http://crbug.com/73940).
1523
1524 Fixed bug in map space compaction (http://crbug.com/59688).
1525
1526 Added support for direct getter accessors calls on ARM.
1527
1528
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000015292011-02-24: Version 3.1.6
1530
1531 Fixed a number of crash bugs.
1532
1533 Added support for Cygwin (issue 64).
1534
1535 Improved Crankshaft for x64 and ARM.
1536
1537 Added Crankshaft support for stores to pixel arrays.
1538
1539 Fixed issue in CPU profiler with Crankshaft.
1540
1541
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000015422011-02-16: Version 3.1.5
1543
1544 Change RegExp parsing to disallow /(*)/.
1545
1546 Added GDB JIT support for ARM.
1547
1548 Fixed several crash bugs.
1549
1550 Performance improvements on the IA32 platform.
1551
1552
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000015532011-02-14: Version 3.1.4
1554
1555 Fixed incorrect compare of prototypes of the global object (issue
1556 1082).
1557
1558 Fixed a bug in optimizing calls to global functions (issue 1106).
1559
1560 Made optimized Function.prototype.apply safe for non-JSObject first
1561 arguments (issue 1128).
1562
1563 Fixed an error related to element accessors on Object.prototype and
1564 parser errors (issue 1130).
1565
1566 Fixed a bug in sorting an array with large array indices (issue 1131).
1567
1568 Properly treat exceptions thrown while compiling (issue 1132).
1569
1570 Fixed bug in register requirements for function.apply (issue 1133).
1571
1572 Fixed a representation change bug in the Hydrogen graph construction
1573 (issue 1134).
1574
1575 Fixed the semantics of delete on parameters (issue 1136).
1576
1577 Fixed a optimizer bug related to moving instructions with side effects
1578 (issue 1138).
1579
1580 Added support for the global object in Object.keys (issue 1150).
1581
1582 Fixed incorrect value for Math.LOG10E
1583 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
1584
1585 Performance improvements on the IA32 platform.
1586
1587 Implement assignment to undefined reference in ES5 Strict Mode.
1588
1589
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000015902011-02-09: Version 3.1.3
1591
1592 Fixed a bug triggered by functions with huge numbers of declared
1593 arguments.
1594
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00001595 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00001596
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00001597 Fixed issue where Array.prototype.__proto__ had been set to null
1598 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00001599
1600 Fixed stability bugs in Crankshaft for x86.
1601
1602
ricow@chromium.org83aa5492011-02-07 12:42:56 +000016032011-02-07: Version 3.1.2
1604
1605 Added better security checks when accessing properties via
1606 Object.getOwnPropertyDescriptor.
1607
1608 Fixed bug in Object.defineProperty and related access bugs (issues
1609 992, 1083 and 1092).
1610
1611 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
1612 copyright notice generation for embedders.
1613
1614
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000016152011-02-02: Version 3.1.1
1616
1617 Perform security checks before fetching the value in
1618 Object.getOwnPropertyDescriptor.
1619
1620 Fixed a bug in Array.prototype.splice triggered by passing no
1621 arguments.
1622
1623 Fixed bugs in -0 in arithmetic and in Math.pow.
1624
1625 Fixed bugs in the register allocator and in switching from optimized
1626 to unoptimized code.
1627
1628
16292011-01-31: Version 3.1.0
1630
whesse@chromium.org7a392b32011-01-31 11:30:36 +00001631 Performance improvements on all platforms.
1632
1633
ager@chromium.org378b34e2011-01-28 08:04:38 +000016342011-01-28: Version 3.0.12
1635
1636 Added support for strict mode parameter and object property
1637 validation.
1638
1639 Fixed a couple of crash bugs.
1640
1641
ager@chromium.org0ee099b2011-01-25 14:06:47 +000016422011-01-25: Version 3.0.11
1643
1644 Fixed a bug in deletion of lookup slots that could cause global
1645 variables to be accidentally deleted (http://crbug.com/70066).
1646
1647 Added support for strict mode octal literal verification.
1648
1649 Fixed a couple of crash bugs (issues 1070 and 1071).
1650
1651
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000016522011-01-24: Version 3.0.10
1653
1654 Fixed External::Wrap for 64-bit addresses (issue 1037).
1655
ager@chromium.org0ee099b2011-01-25 14:06:47 +00001656 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00001657 code generator (issue 1060).
1658
1659 Introduced partial strict mode support.
1660
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00001661 Changed formatting of recursive error messages to match Firefox and
1662 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00001663
1664 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00001665 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00001666 (issue http://crbug.com/50972).
1667
1668 Performance improvements on the IA32 platform.
1669
1670
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000016712011-01-19: Version 3.0.9
1672
1673 Added basic GDB JIT Interface integration.
1674
1675 Make invalid break/continue statements a syntax error instead of a
1676 runtime error.
1677
1678
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000016792011-01-17: Version 3.0.8
1680
1681 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00001682 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00001683
1684 Wrapped external pointers more carefully (issue 1037).
1685
1686 Hardened the implementation of error objects to avoid setters
1687 intercepting the properties set then throwing an error.
1688
1689 Avoided trashing the FPSCR when calculating Math.floor on ARM.
1690
1691 Performance improvements on the IA32 platform.
1692
1693
16942011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00001695
1696 Stopped calling inherited setters when creating object literals
1697 (issue 1015).
1698
1699 Changed interpretation of malformed \c? escapes in RegExp to match
1700 JSC.
1701
1702 Enhanced the command-line debugger interface and fixed some minor
1703 bugs in the debugger.
1704
1705 Performance improvements on the IA32 platform.
1706
1707
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000017082011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00001709
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00001710 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00001711
1712 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00001713 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00001714
1715 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00001716 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00001717
1718 Added use_system_v8 option to gyp (off by default), to make it easier
1719 for Linux distributions to ship with system-provided V8 library.
1720
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00001721 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00001722
1723 Added labelled thread names to help with debugging (on Linux).
1724
1725
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000017262011-01-03: Version 3.0.5
1727
1728 Fixed a couple of cast errors for gcc-3.4.3.
1729
1730 Performance improvements in GC and IA32 code generator.
1731
1732
whesse@chromium.org023421e2010-12-21 12:19:12 +000017332010-12-21: Version 3.0.4
1734
1735 Added Date::ResetCache() to the API so that the cached values in the
1736 Date object can be reset to allow live DST / timezone changes.
1737
1738 Extended existing support for printing (while debugging) the contents
1739 of objects. Added support for printing objects from release builds.
1740
1741 Fixed V8 issues 989, 1006, and 1007.
1742
1743
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000017442010-12-17: Version 3.0.3
1745
1746 Reapplied all changes for version 3.0.1.
1747
1748 Improved debugger protocol for remote debugging.
1749
1750 Added experimental support for using gyp to generate build files
1751 for V8.
1752
1753 Fixed implementation of String::Write in the API (issue 975).
1754
1755
lrn@chromium.org8541d772010-12-15 12:05:09 +000017562010-12-15: Version 3.0.2
1757
1758 Revert version 3.0.1 and patch 3.0.1.1.
1759
1760
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000017612010-12-13: Version 3.0.1
1762
1763 Added support for an experimental internationalization API as an
1764 extension. This extension is disabled by default but can be enabled
1765 when building V8. The ECMAScript internationalization strawman is
1766 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
1767
1768 Made RegExp character class parsing stricter. This mirrors a change
1769 to RegExp parsing in WebKit.
1770
1771 Fixed a bug in Object.defineProperty when used to change attributes
1772 of an existing property. It incorrectly set the property value to
1773 undefined (issue 965).
1774
1775 Fixed several different compilation failures on various platforms
1776 caused by the 3.0.0 release.
1777
1778 Optimized Math.pow so it can work on unboxed doubles.
1779
1780 Sped up quoting of JSON strings by removing one traversal of the
1781 string.
1782
1783
kasperl@chromium.orga5551262010-12-07 12:49:48 +000017842010-12-07: Version 3.0.0
1785
1786 Improved performance by (partially) addressing issue 957 on
1787 IA-32. Still needs more work for the other architectures.
1788
1789
ager@chromium.orgbeb25712010-11-29 08:02:25 +000017902010-11-29: Version 2.5.9
1791
1792 Fixed crashes during GC caused by partially initialize heap
1793 objects.
1794
1795 Fixed bug in process sample that caused memory leaks.
1796
1797 Improved performance on ARM by implementing missing stubs and
1798 inlining.
1799
1800 Improved heap profiler support.
1801
1802 Added separate seeding on Windows of the random number generator
1803 used internally by the compiler (issue 936).
1804
1805 Exposed API for getting the name of the function used to construct
1806 an object.
1807
1808 Fixed date parser to handle one and two digit millisecond
1809 values (issue 944).
1810
1811 Fixed number parsing to disallow space between sign and
1812 digits (issue 946).
1813
1814
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000018152010-11-23: Version 2.5.8
1816
1817 Removed dependency on Gay's dtoa.
1818
1819 Improved heap profiler precision and speed.
1820
1821 Reduced overhead of callback invocations on ARM.
1822
1823
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000018242010-11-18: Version 2.5.7
1825
1826 Fixed obscure evaluation order bug (issue 931).
1827
1828 Split the random number state between JavaScript and the private API.
1829
1830 Fixed performance bug causing GCs when generating stack traces on
1831 code from very large scripts.
1832
1833 Fixed bug in parser that allowed (foo):42 as a labelled statement
1834 (issue 918).
1835
1836 Provide more accurate results about used heap size via
1837 GetHeapStatistics.
1838
1839 Allow build-time customization of the max semispace size.
1840
1841 Made String.prototype.split honor limit when separator is empty
1842 (issue 929).
1843
1844 Added missing failure check after expecting an identifier in
1845 preparser (Chromium issue 62639).
1846
1847
ager@chromium.org01fe7df2010-11-10 11:59:11 +000018482010-11-10: Version 2.5.6
1849
1850 Added support for VFP rounding modes to the ARM simulator.
1851
1852 Fixed multiplication overflow bug (issue 927).
1853
1854 Added a limit for the amount of executable memory (issue 925).
1855
1856
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000018572010-11-08: Version 2.5.5
1858
1859 Added more aggressive GC of external objects in near out-of-memory
1860 situations.
1861
1862 Fixed a bug that gave the incorrect result for String.split called
1863 on the empty string (issue 924).
1864
1865
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000018662010-11-03: Version 2.5.4
1867
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00001868 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00001869
1870
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000018712010-11-01: Version 2.5.3
1872
1873 Fixed a bug that prevents constants from overwriting function values
1874 in object literals (issue 907).
1875
1876 Fixed a bug with reporting of impossible nested calls of DOM functions
1877 (issue http://crbug.com/60753).
1878
1879
lrn@chromium.org303ada72010-10-27 09:33:13 +000018802010-10-27: Version 2.5.2
1881
1882 Improved sampler resolution on Linux.
1883
1884 Allowed forcing the use of a simulator from the build script
1885 independently of the host architecture.
1886
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00001887 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00001888
1889 Made windows-tick-processor respect D8_PATH.
1890
1891 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
1892
1893
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000018942010-10-20: Version 2.5.1
1895
1896 Fixed bug causing spurious out of memory exceptions
1897 (issue http://crbug.com/54580).
1898
1899 Fixed compilation error on Solaris platform (issue 901).
1900
1901 Fixed error in strtod (string to floating point number conversion)
1902 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
1903
1904 Adjusted randomized allocations of executable memory to have 64k
1905 granularity (issue http://crbug.com/56036).
1906
1907 Supported profiling using kernel perf_events on linux. Added ll_prof
1908 script to tools and --ll-prof flag to V8.
1909
1910
vegorov@chromium.org42841962010-10-18 11:18:59 +000019112010-10-18: Version 2.5.0
1912
1913 Fixed bug in cache handling of lastIndex on global regexps
1914 (issue http://crbug.com/58740).
1915
1916 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
1917 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00001918 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00001919
1920 Fixed compilation error on ARM with gcc 4.4 (issue 894).
1921
1922
19232010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00001924
1925 Fixed a bug in the handling of conditional expressions in test
1926 contexts in compiler for top-level code.
1927
1928 Added "//@ sourceURL" information to the StackTrace API.
1929
1930 Exposed RegExp construction through the API.
1931
1932
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000019332010-10-04: Version 2.4.8
1934
1935 Fixed a bug in ResumeProfilerEx causing it to not always write out the
1936 whole snapshot (issue 868).
1937
1938 Performance improvements on all platforms.
1939
1940
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000019412010-09-30: Version 2.4.7
1942
1943 Changed the command-line flag --max-new-space-size to be in kB and the
1944 flag --max-old-space-size to be in MB (previously they were in bytes).
1945
1946 Added Debug::CancelDebugBreak to the debugger API.
1947
1948 Fixed a bug in getters for negative numeric property names
1949 (https://bugs.webkit.org/show_bug.cgi?id=46689).
1950
1951 Performance improvements on all platforms.
1952
1953
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000019542010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00001955
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00001956 Fixed assertion failure related to copy-on-write arrays (issue 876).
1957
1958 Fixed build failure of 64-bit V8 on Windows.
1959
1960 Fixed a bug in RegExp (issue http://crbug.com/52801).
1961
1962 Improved the profiler's coverage to cover more functions (issue 858).
1963
1964 Fixed error in shift operators on 64-bit V8
1965 (issue http://crbug.com/54521).
1966
1967
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000019682010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00001969
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00001970 Changed the RegExp benchmark to exercise the regexp engine on different
1971 inputs by scrambling the input strings.
1972
1973 Fixed a bug in keyed loads on strings.
1974
1975 Fixed a bug with loading global function prototypes.
1976
1977 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
1978
1979 Performance improvements on all platforms.
1980
1981
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000019822010-09-15: Version 2.4.4
1983
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00001984 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00001985
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00001986 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00001987
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00001988 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00001989
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00001990 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00001991
1992
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000019932010-09-13: Version 2.4.3
1994
1995 Made Date.parse properly handle TZ offsets (issue 857).
1996
1997 Performance improvements on all platforms.
1998
1999
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000020002010-09-08: Version 2.4.2
2001
2002 Fixed GC crash bug.
2003
2004 Fixed stack corruption bug.
2005
2006 Fixed compilation for newer C++ compilers that found Operand(0)
2007 ambiguous.
2008
2009
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000020102010-09-06: Version 2.4.1
2011
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002012 Added the ability for an embedding application to receive a callback
2013 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2014 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002015
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002016 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002017
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002018 Fixed memory overrun crash bug triggered during V8's tick-based
2019 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002020
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002021 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002022
2023
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000020242010-09-01: Version 2.4.0
2025
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002026 Fixed bug in Object.freeze and Object.seal when Array.prototype or
2027 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002028
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002029 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002030 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002031
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002032 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002033
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002034 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002035
2036
ricow@chromium.org65fae842010-08-25 15:26:24 +000020372010-08-25: Version 2.3.11
2038
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002039 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002040
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002041 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002042 VARIANT_FLAGS that allows specification of sets of flags with which
2043 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002044
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002045 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002046
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002047 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002048
2049
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000020502010-08-23: Version 2.3.10
2051
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002052 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00002053
2054 Build fixes for unusual compilers.
2055
2056 Track high water mark for RWX memory.
2057
2058 Performance improvements on all platforms.
2059
2060
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000020612010-08-18: Version 2.3.9
2062
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002063 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002064
2065 Removed specialized handling of GCC 4.4 (issue 830).
2066
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002067 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002068 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
2069
ricow@chromium.org65fae842010-08-25 15:26:24 +00002070 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002071
2072
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000020732010-08-16: Version 2.3.8
2074
2075 Fixed build with strict aliasing on GCC 4.4 (issue 463).
2076
2077 Fixed issue with incorrect handling of custom valueOf methods on
2078 string wrappers (issue 760).
2079
2080 Fixed compilation for ARMv4 (issue 590).
2081
2082 Improved performance.
2083
2084
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000020852010-08-11: Version 2.3.7
2086
2087 Reduced size of heap snapshots produced by heap profiler (issue 783).
2088
2089 Introduced v8::Value::IsRegExp method.
2090
2091 Fixed CPU profiler crash in start / stop sequence when non-existent
2092 name is passed (issue http://crbug.com/51594).
2093
2094 Introduced new indexed property query callbacks API (issue 816). This
2095 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
2096 by default.
2097
2098 Removed support for object literal get/set with number/string
2099 property name.
2100
2101 Fixed handling of JSObject::elements in CalculateNetworkSize
2102 (issue 822).
2103
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002104 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002105
2106
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000021072010-08-09: Version 2.3.6
2108
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002109 RegExp literals create a new object every time they are evaluated
2110 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002111
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002112 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002113
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002114 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002115
2116
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000021172010-08-04: Version 2.3.5
2118
2119 Added support for ES5 property names. Object initialisers and
2120 dot-notation property access now allows keywords. Also allowed
2121 non-identifiers after "get" or "set" in an object initialiser.
2122
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002123 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00002124
2125
whesse@chromium.orge90029b2010-08-02 11:52:17 +000021262010-08-02: Version 2.3.4
2127
2128 Fixed problems in implementation of ES5 function.prototype.bind.
2129
2130 Fixed error when using apply with arguments object on ARM (issue 784).
2131
2132 Added setting of global flags to debugger protocol.
2133
2134 Fixed an error affecting cached results of sin and cos (issue 792).
2135
2136 Removed memory leak from a boundary case where V8 is not initialized.
2137
2138 Fixed issue where debugger could set breakpoints outside the body
2139 of a function.
2140
2141 Fixed issue in debugger when using both live edit and step in features.
2142
2143 Added Number-letter (Nl) category to Unicode tables. These characters
2144 can now be used in identifiers.
2145
2146 Fixed an assert failure on X64 (issue 806).
2147
2148 Performance improvements on all platforms.
2149
2150
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000021512010-07-26: Version 2.3.3
2152
2153 Fixed error when building the d8 shell in a fresh checkout.
2154
2155 Implemented Function.prototype.bind (ES5 15.3.4.5).
2156
2157 Fixed an error in inlined stores on ia32.
2158
2159 Fixed an error when setting a breakpoint at the end of a function
2160 that does not end with a newline character.
2161
2162 Performance improvements on all platforms.
2163
2164
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000021652010-07-21: Version 2.3.2
2166
2167 Fixed compiler warnings when building with LLVM.
2168
2169 Fixed a bug with for-in applied to strings (issue 785).
2170
2171 Performance improvements on all platforms.
2172
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00002173
ricow@chromium.org4980dff2010-07-19 08:33:45 +000021742010-07-19: Version 2.3.1
2175
2176 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
2177
2178 Fixed bug related to code flushing while compiling a lazy
2179 compilable function (issue http://crbug.com/49099).
2180
2181 Performance improvements on all platforms.
2182
2183
ager@chromium.orgb5737492010-07-15 09:29:43 +000021842010-07-15: Version 2.3.0
2185
2186 Added ES5 Object.seal and Object.isSealed.
2187
2188 Added debugger API for scheduling debugger commands from a
2189 separate thread.
2190
2191
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000021922010-07-14: Version 2.2.24
2193
2194 Added API for capturing stack traces for uncaught exceptions.
2195
2196 Fixed crash bug when preparsing from a non-external V8 string
2197 (issue 775).
2198
2199 Fixed JSON.parse bug causing input not to be converted to string
2200 (issue 764).
2201
2202 Added ES5 Object.freeze and Object.isFrozen.
2203
2204 Performance improvements on all platforms.
2205
2206
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000022072010-07-07: Version 2.2.23
2208
2209 API change: Convert Unicode code points outside the basic multilingual
2210 plane to the replacement character. Previous behavior was to silently
2211 truncate the value to 16 bits.
2212
2213 Fixed crash: handle all flat string types in regexp replace.
2214
2215 Prevent invalid pre-parsing data passed in through the API from
2216 crashing V8.
2217
2218 Performance improvements on all platforms.
2219
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00002220
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000022212010-07-05: Version 2.2.22
2222
2223 Added ES5 Object.isExtensible and Object.preventExtensions.
2224
2225 Enabled building V8 as a DLL.
2226
2227 Fixed a bug in date code where -0 was not interpreted as 0
2228 (issue 736).
2229
2230 Performance improvements on all platforms.
2231
2232
lrn@chromium.org32d961d2010-06-30 09:09:34 +000022332010-06-30: Version 2.2.21
2234
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002235 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002236
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002237 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002238
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002239 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002240
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002241 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002242
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002243 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00002244
2245 Provide actual breakpoints locations in response to setBreakpoint
2246 and listBreakpoints requests.
2247
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002248
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000022492010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002250
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002251 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00002252
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002253 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002254
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002255 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00002256
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002257 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00002258 miscalculated for some inputs.
2259
2260 Performance improvements on all platforms.
2261
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002262
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000022632010-06-23: Version 2.2.19
2264
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002265 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00002266 (issue 738).
2267
2268 Added expose-externalize-string flag for testing extensions.
2269
2270 Resolve linker issues with using V8 as a DLL causing a number of
2271 problems with unresolved symbols.
2272
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002273 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00002274 defined.
2275
2276 Performance improvements on all platforms.
2277
2278
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000022792010-06-16: Version 2.2.18
2280
2281 Added API functions to retrieve information on indexed properties
2282 managed by the embedding layer. Fixes bug 737.
2283
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002284 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00002285
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002286 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00002287
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002288 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00002289
2290 Incremental performance improvements.
2291
2292
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000022932010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00002294
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00002295 Improved debugger support for stepping out of functions.
2296
2297 Incremental performance improvements.
2298
2299
23002010-06-09: Version 2.2.16
2301
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002302 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00002303 disposal of external string resources to call a virtual Dispose
2304 method on the resource.
2305
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00002306 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00002307 stepping.
2308
2309 Memory usage improvements on all platforms.
2310
2311
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000023122010-06-07: Version 2.2.15
2313
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002314 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00002315
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002316 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00002317 some compilers complaint when compiling with -Werror.
2318
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002319 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00002320
2321
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000023222010-06-02: Version 2.2.14
2323
2324 Fixed a crash in code generated for String.charCodeAt.
2325
2326 Fixed a compilation issue with some GCC versions (issue 727).
2327
2328 Performance optimizations on x64 and ARM platforms.
2329
2330
ricow@chromium.org30ce4112010-05-31 10:38:25 +000023312010-05-31: Version 2.2.13
2332
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002333 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00002334 strings (issue 599).
2335
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002336 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00002337
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002338 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00002339
2340 Performance improvements on all platforms.
2341
2342
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000023432010-05-26: Version 2.2.12
2344
2345 Allowed accessors to be defined on objects rather than just object
2346 templates.
2347
2348 Changed the ScriptData API.
2349
2350
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000023512010-05-21: Version 2.2.11
2352
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002353 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002354
2355 Use 'full compiler' when debugging is active. This should increase
2356 the density of possible break points, making single step more fine
2357 grained. This will only take effect for functions compiled after
2358 debugging has been started, so recompilation of all functions is
2359 required to get the full effect. IA32 and x64 only for now.
2360
2361 Misc. fixes to the Solaris build.
2362
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002363 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002364
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002365 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002366
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002367 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002368
2369 Incremental performance improvements in all backends.
2370
2371
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000023722010-05-17: Version 2.2.10
2373
2374 Performance improvements in the x64 and ARM backends.
2375
2376
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000023772010-05-10: Version 2.2.9
2378
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002379 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00002380
2381 Fixed bug with Date.parse returning a non-NaN value when called on a
2382 non date string (issue 696).
2383
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002384 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00002385 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00002386
2387 C++ API for retrieving JavaScript stack trace information.
2388
2389
ager@chromium.orgac091b72010-05-05 07:34:42 +000023902010-05-05: Version 2.2.8
2391
2392 Performance improvements in the x64 and ARM backends.
2393
2394
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000023952010-05-03: Version 2.2.7
2396
2397 Added support for ES5 date time string format to Date.parse.
2398
2399 Performance improvements in the x64 backend.
2400
2401
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000024022010-04-28: Version 2.2.6
2403
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00002404 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00002405 (by Ryan Dahl <coldredlemur@gmail.com>).
2406
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00002407 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00002408
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00002409 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00002410
2411 Performance improvements on all platforms.
2412
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00002413
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000024142010-04-26: Version 2.2.5
2415
2416 Various performance improvements (especially for ARM and x64)
2417
2418 Fixed bug in CPU profiling (http://crbug.com/42137)
2419
2420 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00002421
2422 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00002423 wrong calculations.
2424
2425 Fixed a bug that may cause a wrong result for shift operations.
2426
2427
24282010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00002429
2430 Fixed warnings on arm on newer GCC versions.
2431
2432 Fixed a number of minor bugs.
2433
2434 Performance improvements on all platforms.
2435
2436
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000024372010-04-14: Version 2.2.3
2438
2439 Added stack command and mem command to ARM simulator debugger.
2440
2441 Fixed scons snapshot and ARM build, and Windows X64 build issues.
2442
2443 Performance improvements on all platforms.
2444
2445
ager@chromium.org357bf652010-04-12 11:30:10 +000024462010-04-12: Version 2.2.2
2447
2448 Introduced new profiler API.
2449
2450 Fixed random number generator to produce full 32 random bits.
2451
2452
lrn@chromium.org25156de2010-04-06 13:10:27 +000024532010-04-06: Version 2.2.1
2454
2455 Debugger improvements.
2456
2457 Fixed minor bugs.
2458
2459
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000024602010-03-29: Version 2.2.0
2461
2462 Fixed a few minor bugs.
2463
2464 Performance improvements for string operations.
2465
2466
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000024672010-03-26: Version 2.1.10
2468
2469 Fixed scons build issues.
2470
2471 Fixed a couple of minor bugs.
2472
2473
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000024742010-03-25: Version 2.1.9
2475
2476 Added API support for reattaching a global object to a context.
2477
2478 Extended debugger API with access to the internal debugger context.
2479
2480 Fixed Chromium crashes (issues http://crbug.com/39128 and
2481 http://crbug.com/39160)
2482
2483
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000024842010-03-24: Version 2.1.8
2485
2486 Added fine-grained garbage collection callbacks to the API.
2487
2488 Performance improvements on all platforms.
2489
2490
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000024912010-03-22: Version 2.1.7
2492
2493 Fixed issue 650.
2494
2495 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00002496
2497 Performance improvements for arithmetic operations.
2498
2499 Performance improvements for string operations.
2500
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00002501 Print script name and line number information in stack trace.
2502
2503
25042010-03-17: Version 2.1.6
2505
2506 Performance improvements for arithmetic operations.
2507
2508 Performance improvements for string operations.
2509
2510
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000025112010-03-10: Version 2.1.4
2512
2513 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
2514
2515 Performance improvements on all platforms.
2516
2517
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000025182010-03-10: Version 2.1.3
2519
2520 Added API method for context-disposal notifications.
2521
2522 Added API method for accessing elements by integer index.
2523
2524 Added missing implementation of Uint32::Value and Value::IsUint32
2525 API methods.
2526
2527 Added IsExecutionTerminating API method.
2528
2529 Disabled strict aliasing for GCC 4.4.
2530
2531 Fixed string-concatenation bug (issue 636).
2532
2533 Performance improvements on all platforms.
2534
2535
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000025362010-02-23: Version 2.1.2
2537
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002538 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00002539
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002540 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00002541
2542 Performance improvements on all platforms.
2543
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00002544
ager@chromium.org5c838252010-02-19 08:53:10 +000025452010-02-19: Version 2.1.1
2546
2547 [ES5] Implemented Object.defineProperty.
2548
2549 Improved profiler support.
2550
2551 Added SetPrototype method in the public V8 API.
2552
2553 Added GetScriptOrigin and GetScriptLineNumber methods to Function
2554 objects in the API.
2555
2556 Performance improvements on all platforms.
2557
2558
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000025592010-02-03: Version 2.1.0
2560
2561 Values are now always wrapped in objects when used as a receiver.
2562 (issue 223).
2563
2564 [ES5] Implemented Object.getOwnPropertyNames.
2565
2566 [ES5] Restrict JSON.parse to only accept strings that conforms to the
2567 JSON grammar.
2568
2569 Improvement of debugger agent (issue 549 and 554).
2570
2571 Fixed problem with skipped stack frame in profiles (issue 553).
2572
2573 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
2574 <ry@tinyclouds.org>.
2575
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002576 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00002577 integers.
2578
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002579 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00002580 functions (isue http://crbug.com/3867).
2581
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002582 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00002583
2584 Numerous performance improvements including porting of previous IA-32
2585 optimizations to x64 and ARM architectures.
2586
2587
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000025882010-01-14: Version 2.0.6
2589
2590 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
2591 GetOwnProperty, FromPropertyDescriptor.
2592
2593 Fixed Mac x64 build errors.
2594
2595 Improved performance of some math and string operations.
2596
2597 Improved performance of some regexp operations.
2598
2599 Improved performance of context creation.
2600
2601 Improved performance of hash tables.
2602
2603
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000026042009-12-18: Version 2.0.5
2605
2606 Extended to upper limit of map space to allow for 7 times as many map
2607 to be allocated (issue 524).
2608
2609 Improved performance of code using closures.
2610
2611 Improved performance of some binary operations involving doubles.
2612
2613
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000026142009-12-16: Version 2.0.4
2615
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002616 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002617
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002618 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002619
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002620 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002621
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002622 Improved handling of external strings by using a separate table
2623 instead of weak handles. This improves garbage collection
2624 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002625
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002626 Changed code generation for object and array literals in toplevel
2627 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002628
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002629 Fixed a crash bug triggered when garbage collection happened during
2630 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002631
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00002632 Fixed crash bug sometimes triggered when local variables shadowed
2633 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002634
2635
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000026362009-12-03: Version 2.0.3
2637
2638 Optimized handling and adding of strings, for-in and Array.join.
2639
2640 Heap serialization is now non-destructive.
2641
2642 Improved profiler support with information on time spend in C++
2643 callbacks registered through the API.
2644
2645 Added commands to the debugger protocol for starting/stopping
2646 profiling.
2647
2648 Enabled the non-optimizing compiler for top-level code.
2649
2650 Changed the API to only allow strings to be set as data objects on
2651 Contexts and scripts to avoid potentially keeping global objects
2652 around for too long (issue 528).
2653
2654 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
2655
2656 Fixed bugs.
2657
2658
ager@chromium.org01beca72009-11-24 14:29:16 +000026592009-11-24: Version 2.0.2
2660
2661 Improved profiler support.
2662
2663 Fixed bug that broke compilation of d8 with readline support.
2664
2665
ager@chromium.org6141cbe2009-11-20 12:14:52 +000026662009-11-20: Version 2.0.1
2667
2668 Fixed crash bug in String.prototype.replace.
2669
2670 Reverted a change which caused Chromium interactive ui test
2671 failures.
2672
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002673
ager@chromium.orgc4c92722009-11-18 14:12:51 +000026742009-11-18: Version 2.0.0
2675
2676 Added support for VFP on ARM.
2677
2678 Added TryCatch::ReThrow method to the API.
2679
2680 Reduced the size of snapshots and improved the snapshot load time.
2681
2682 Improved heap profiler support.
2683
2684 64-bit version now supported on Windows.
2685
2686 Fixed a number of debugger issues.
2687
2688 Fixed bugs.
2689
2690
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000026912009-10-29: Version 1.3.18
2692
2693 Reverted a change which caused crashes in RegExp replace.
2694
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00002695 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00002696
2697
ager@chromium.org3811b432009-10-28 14:53:37 +000026982009-10-28: Version 1.3.17
2699
2700 Added API method to get simple heap statistics.
2701
2702 Improved heap profiler support.
2703
2704 Fixed the implementation of the resource constraint API so it
2705 works when using snapshots.
2706
2707 Fixed a number of issues in the Windows 64-bit version.
2708
2709 Optimized calls to API getters.
2710
2711 Added valgrind notification on code modification to the 64-bit version.
2712
2713 Fixed issue where we logged shared library addresses on Windows at
2714 startup and never used them.
2715
2716
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000027172009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002718
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00002719 X64: Convert smis to holding 32 bits of payload.
2720
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002721 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00002722
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002723 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00002724
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002725 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00002726 Patch by Jan de Mooij <jandemooij@gmail.com>
2727
2728 Implement ES5 Array.isArray
2729 Patch by Jan de Mooij <jandemooij@gmail.com>
2730
2731 Skip access checks for hidden properties.
2732
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002733 Added String::Concat(Handle<String> left, Handle<String> right) to the
2734 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00002735
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002736 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00002737
2738
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000027392009-10-07: Version 1.3.15
2740
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002741 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00002742
2743 Fixed a crash bug happening when starting profiling (issue
2744 http://crbug.com/23768).
2745
2746
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000027472009-10-07: Version 1.3.14
2748
2749 Added GetRealNamedProperty to the API to lookup real properties
2750 located on the object or in the prototype chain skipping any
2751 interceptors.
2752
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002753 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00002754 stack limit now needs to be set to each thread thich is used with V8.
2755
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002756 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00002757
2758 Ensure V8 is initialized before locking and unlocking threads.
2759
2760 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00002761 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00002762 Crockford from the project.
2763
2764 Added a missing optimization in StringCharAt.
2765
2766 Fixed some flaky socket tests.
2767
2768 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
2769 in 64-bit mode.
2770
2771 Fixed memory leaks in the thread management code.
2772
2773 Fixed the result of assignment to a pixel array. The assigned value
2774 is now the result.
2775
2776 Error reporting for invalid left-hand sides in for-in statements, pre-
2777 and postfix count expressions, and assignments now matches the JSC
2778 behavior in Safari 4.
2779
2780 Follow the spec in disallowing function declarations without a name.
2781
2782 Always allocate code objects within a 2 GB range. On x64 architecture
2783 this is used to use near calls (32-bit displacement) in Code objects.
2784
2785 Optimized array construction ported to x64 and ARM architectures.
2786
2787 [ES5] Changed Object.keys to return strings for element indices.
2788
2789
ager@chromium.org68e7ab72009-09-23 09:40:39 +000027902009-09-23: Version 1.3.13
2791
2792 Fixed uninitialized memory problem.
2793
2794 Improved heap profiler support.
2795
2796
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000027972009-09-22: Version 1.3.12
2798
2799 Changed behavior of |function|.toString() on built-in functions to
2800 be compatible with other implementations. Patch by Jan de Mooij.
2801
2802 Added Object::IsDirty in the API.
2803
2804 Optimized array construction; it is now handled purely in native
2805 code.
2806
2807 [ES5] Made properties of the arguments array enumerable.
2808
2809 [ES5] Added test suite adapter for the es5conform test suite.
2810
2811 [ES5] Added Object.keys function.
2812
ager@chromium.org68e7ab72009-09-23 09:40:39 +00002813
ager@chromium.org4af710e2009-09-15 12:20:11 +000028142009-09-15: Version 1.3.11
2815
2816 Fixed crash in error reporting during bootstrapping.
2817
2818 Optimized generated IA32 math code by using SSE2 instructions when
2819 available.
2820
2821 Implemented missing pieces of debugger infrastructure on ARM. The
2822 debugger is now fully functional on ARM.
2823
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002824 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00002825
2826
ager@chromium.orga1645e22009-09-09 19:27:10 +000028272009-09-09: Version 1.3.10
2828
2829 Fixed profiler on Mac in 64-bit mode.
2830
2831 Optimized creation of objects from simple constructor functions on
2832 ARM.
2833
2834 Fixed a number of debugger issues.
2835
2836 Reduced the amount of memory consumed by V8.
2837
2838
ager@chromium.org18ad94b2009-09-02 08:22:29 +000028392009-09-02: Version 1.3.9
2840
2841 Optimized stack guard checks on ARM.
2842
2843 Optimized API operations by inlining more in the API.
2844
2845 Optimized creation of objects from simple constructor functions.
2846
2847 Enabled a number of missing optimizations in the 64-bit port.
2848
2849 Implemented native-code support for regular expressions on ARM.
2850
2851 Stopped using the 'sahf' instruction on 64-bit machines that do
2852 not support it.
2853
2854 Fixed a bug in the support for forceful termination of JavaScript
2855 execution.
2856
2857
ager@chromium.org96c75b52009-08-26 09:13:16 +000028582009-08-26: Version 1.3.8
2859
2860 Changed the handling of idle notifications to allow idle
2861 notifications when V8 has not yet been initialized.
2862
2863 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002864
ager@chromium.org96c75b52009-08-26 09:13:16 +00002865
ager@chromium.orgab99eea2009-08-25 07:05:41 +000028662009-08-25: Version 1.3.7
2867
2868 Reduced the size of generated code on ARM platforms by reducing
2869 the size of constant pools.
2870
2871 Changed build files to not include the 'ENV' user environment
2872 variable in the build environment.
2873
2874 Changed the handling of idle notifications.
2875
2876
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000028772009-08-21: Version 1.3.6
2878
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002879 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00002880
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002881 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00002882 a low memory situation to V8.
2883
2884 Changed the handling of global handles (persistent handles in the API
2885 sense) to avoid issues regarding allocation of new global handles
2886 during weak handle callbacks.
2887
2888 Changed the growth policy of the young space.
2889
2890 Fixed a GC issue introduced in version 1.3.5.
2891
2892
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000028932009-08-19: Version 1.3.5
2894
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002895 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00002896
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002897 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00002898
2899 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
2900
2901 Changed typeof RegExp from 'object' to 'function' for compatibility.
2902 Fixed bug where regexps were not callable across contexts.
2903
2904 Added context independent script compilation to the API.
2905
2906 Added API call to get the stack trace for an exception.
2907
2908 Added API for getting object mirrors.
2909
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002910 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00002911 running off a snapshot generated without using SSE3 instructions.
2912
2913 Tweaked the handling of the initial size and growth policy of the heap.
2914
2915 Added native code generation for RegExp to 64-bit version.
2916
2917 Added JavaScript debugger support to 64-bit version.
2918
2919
ager@chromium.orgadd848f2009-08-13 12:44:13 +000029202009-08-13: Version 1.3.4
2921
2922 Added a readline() command to the d8 shell.
2923
2924 Fixed bug in json parsing.
2925
2926 Added idle notification to the API and reduced memory on idle
2927 notifications.
2928
2929
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000029302009-08-12: Version 1.3.3
2931
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002932 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00002933
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002934 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00002935
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002936 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00002937
2938 API: added function to find instance of template in prototype
2939 chain. Inlined Object::IsInstanceOf.
2940
2941 Land change to notify valgrind when we modify code on x86.
2942
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002943 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00002944
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002945 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00002946
2947
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000029482009-08-05: Version 1.3.2
2949
2950 Started new compiler infrastructure for two-pass compilation using a
2951 control flow graph constructed from the AST.
2952
2953 Profiler stack sampling for X64.
2954
2955 Safe handling of NaN to Posix platform-dependent time functions.
2956
2957 Added a new profiler control API to unify controlling various aspects
2958 of profiling.
2959
2960 Fixed issue 392.
2961
2962
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000029632009-07-30: Version 1.3.1
2964
2965 Speed improvements to accessors and interceptors.
2966
2967 Added support for capturing stack information on custom errors.
2968
2969 Added support for morphing an object into a pixel array where its
2970 indexed properties are stored in an external byte array. Values written
2971 are always clamped to the 0..255 interval.
2972
2973 Profiler on x64 now handles C/C++ functions from shared libraries.
2974
2975 Changed the debugger to avoid stepping into function.call/apply if the
2976 function is a built-in.
2977
2978 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002979
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00002980 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00002981
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00002982 Optimized the called as constructor check for API calls.
2983
2984
kasperl@chromium.orge959c182009-07-27 08:59:04 +000029852009-07-27: Version 1.3.0
2986
2987 Allowed RegExp objects to be called as functions (issue 132).
2988
2989 Fixed issue where global property cells would escape after
2990 detaching the global object; see http://crbug.com/16276.
2991
2992 Added support for stepping into setters and getters in the
2993 debugger.
2994
2995 Changed the debugger to avoid stopping in its own JavaScript code
2996 and in the code of built-in functions.
2997
2998 Fixed issue 345 by avoiding duplicate escaping labels.
2999
3000 Fixed ARM code generator crash in short-circuited boolean
3001 expressions and added regression tests.
3002
3003 Added an external allocation limit to avoid issues where small V8
3004 objects would hold on to large amounts of external memory without
3005 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003006
3007 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003008
3009
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000030102009-07-13: Version 1.2.14
3011
3012 Added separate paged heap space for global property cells and
3013 avoid updating the write barrier when storing into them.
3014
3015 Improved peep-hole optimization on ARM platforms by not emitting
3016 unnecessary debug information.
3017
3018 Re-enabled ICs for loads and calls that skip a global object
3019 during lookup through the prototype chain.
3020
3021 Allowed access through global proxies to use ICs.
3022
3023 Fixed issue 401.
3024
3025
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000030262009-07-09: Version 1.2.13
3027
3028 Fixed issue 397, issue 398, and issue 399.
3029
3030 Added support for breakpoint groups.
3031
3032 Fixed bugs introduced with the new global object representation.
3033
3034 Fixed a few bugs in the ARM code generator.
3035
3036
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000030372009-07-06: Version 1.2.12
3038
3039 Added stack traces collection to Error objects accessible through
3040 the e.stack property.
3041
3042 Changed RegExp parser to use a recursive data structure instead of
3043 stack-based recursion.
3044
3045 Optimized Date object construction and string concatenation.
3046
3047 Improved performance of div, mod, and mul on ARM platforms.
3048
3049
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000030502009-07-02: Version 1.2.11
3051
3052 Improved performance on IA-32 and ARM.
3053
3054 Fixed profiler sampler implementation on Mac OS X.
3055
3056 Changed the representation of global objects to improve
3057 performance of adding a lot of new properties.
3058
3059
ager@chromium.org3e875802009-06-29 08:26:34 +000030602009-06-29: Version 1.2.10
3061
3062 Improved debugger support.
3063
3064 Fixed bug in exception message reporting (issue 390).
3065
3066 Improved overall performance.
3067
3068
ager@chromium.org5aa501c2009-06-23 07:57:28 +000030692009-06-23: Version 1.2.9
3070
3071 Improved math performance on ARM.
3072
3073 Fixed profiler name-inference bug.
3074
3075 Fixed handling of shared libraries in the profiler tick processor
3076 scripts.
3077
3078 Fixed handling of tests that time out in the test scripts.
3079
3080 Fixed compilation on MacOS X version 10.4.
3081
3082 Fixed two bugs in the regular expression engine.
3083
3084 Fixed a bug in the string type inference.
3085
3086 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003087
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003088 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003089
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003090
ager@chromium.orgeadaf222009-06-16 09:43:10 +000030912009-06-16: Version 1.2.8
3092
3093 Optimized math on ARM platforms.
3094
3095 Fixed two crash bugs in the handling of getters and setters.
3096
3097 Improved the debugger support by adding scope chain information.
3098
3099 Improved the profiler support by compressing log data transmitted
3100 to clients.
3101
3102 Improved overall performance.
3103
3104
ager@chromium.orge2902be2009-06-08 12:21:35 +000031052009-06-08: Version 1.2.7
3106
3107 Improved debugger and profiler support.
3108
3109 Reduced compilation time by improving the handling of deferred
3110 code.
3111
3112 Optimized interceptor accesses where the property is on the object
3113 on which the interceptors is attached.
3114
3115 Fixed compilation problem on GCC 4.4 by changing the stack
3116 alignment to 16 bytes.
3117
3118 Fixed handle creation to follow stric aliasing rules.
3119
3120 Fixed compilation on FreeBSD.
3121
3122 Introduced API for forcing the deletion of a property ignoring
3123 interceptors and attributes.
3124
3125
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000031262009-05-29: Version 1.2.6
3127
3128 Added a histogram recording hit rates at different levels of the
3129 compilation cache.
3130
3131 Added stack overflow check for the RegExp analysis phase. Previously a
3132 very long regexp graph could overflow the stack with recursive calls.
3133
3134 Use a dynamic buffer when collecting log events in memory.
3135
3136 Added start/stop events to the profiler log.
3137
3138 Fixed infinite loop which could happen when setting a debug break while
3139 executing a RegExp compiled to native code.
3140
3141 Fixed handling of lastIndexOf called with negative index (issue 351).
3142
3143 Fixed irregular crash in profiler test (issue 358).
3144
3145 Fixed compilation issues with some versions of gcc.
3146
3147
kasperl@chromium.org71affb52009-05-26 05:44:31 +000031482009-05-26: Version 1.2.5
3149
3150 Fixed bug in initial boundary check for Boyer-Moore text
3151 search (issue 349).
3152
3153 Fixed compilation issues with MinGW and gcc 4.3+ and added support
3154 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
3155 Craig Schlenter.
3156
3157 Added a script cache to the debugger.
3158
3159 Optimized compilation performance by improving internal data
3160 structures and avoiding expensive property load optimizations for
3161 code that's infrequently executed.
3162
3163 Exposed the calling JavaScript context through the static API
3164 function Context::GetCalling().
3165
3166
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000031672009-05-18: Version 1.2.4
3168
3169 Improved performance of floating point number allocation for ARM
3170 platforms.
3171
3172 Fixed crash when using the instanceof operator on functions with
3173 number values in their prototype chain (issue 341).
3174
3175 Optimized virtual frame operations in the code generator to speed
3176 up compilation time and allocated the frames in the zone.
3177
3178 Made the representation of virtual frames and jump targets in the
3179 code generator much more compact.
3180
3181 Avoided linear search for non-locals in scope code when resolving
3182 variables inside with and eval scopes.
3183
3184 Optimized lexical scanner by dealing with whitespace as part of
3185 the token scanning instead of as a separate step before it.
3186
3187 Changed the scavenging collector so that promoted objects do not
3188 reside in the old generation while their remembered set is being
3189 swept for pointers into the young generation.
3190
3191 Fixed numeric overflow handling when compiling count operations.
3192
3193
ager@chromium.org9085a012009-05-11 19:22:57 +000031942009-05-11: Version 1.2.3
3195
3196 Fixed bug in reporting of out-of-memory situations.
3197
3198 Introduced hidden prototypes on certain builtin prototype objects
3199 such as String.prototype to emulate JSC's behavior of restoring
3200 the original function when deleting functions from those prototype
3201 objects.
3202
3203 Fixed crash bug in the register allocator.
3204
3205
ager@chromium.org5ec48922009-05-05 07:25:34 +000032062009-05-04: Version 1.2.2
3207
3208 Fixed bug in array sorting for sparse arrays (issue 326).
3209
3210 Added support for adding a soname when building a shared library
3211 on Linux (issue 151).
3212
3213 Fixed bug caused by morphing internal ASCII strings to external
3214 two-byte strings. Slices over ASCII strings have to forward ASCII
3215 checks to the underlying buffer string.
3216
3217 Allowed API call-as-function handlers to be called as
3218 constructors.
3219
3220 Fixed a crash bug where an external string was disposed but a
3221 slice of the external string survived as a symbol.
3222
3223
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000032242009-04-27: Version 1.2.1
3225
3226 Added EcmaScript 5 JSON object.
3227
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003228 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00003229
3230
ager@chromium.org65dad4b2009-04-23 08:48:43 +000032312009-04-23: Version 1.2.0
3232
3233 Optimized floating-point operations on ARM.
3234
3235 Added a number of extensions to the debugger API.
3236
3237 Changed the enumeration order for unsigned integer keys to always
3238 be numerical order.
3239
3240 Added a "read" extension to the shell sample.
3241
3242 Added support for Array.prototype.reduce and
3243 Array.prototype.reduceRight.
3244
3245 Added an option to the SCons build to control Microsoft Visual C++
3246 link-time code generation.
3247
3248 Fixed a number of bugs (in particular issue 315, issue 316,
3249 issue 317 and issue 318).
3250
3251
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000032522009-04-15: Version 1.1.10
3253
3254 Fixed crash bug that occurred when loading a const variable in the
3255 presence of eval.
3256
3257 Allowed using with and eval in registered extensions in debug mode
3258 by fixing bogus assert.
3259
3260 Fixed the source position for function returns to enable the
3261 debugger to break there.
3262
3263
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000032642009-04-14: Version 1.1.9
3265
3266 Made the stack traversal code in the profiler robust by avoiding
3267 to look into the heap.
3268
3269 Added name inferencing for anonymous functions to facilitate
3270 debugging and profiling.
3271
3272 Re-enabled stats timers in the developer shell (d8).
3273
3274 Fixed issue 303 by avoiding to shortcut cons-symbols.
3275
3276
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000032772009-04-11: Version 1.1.8
3278
3279 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
3280
ager@chromium.org65dad4b2009-04-23 08:48:43 +00003281 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00003282 the debugger (issue 269).
3283
3284 Fixed v8::Object::DeleteHiddenValue to not bail out when there
3285 are no hidden properties.
3286
ager@chromium.org65dad4b2009-04-23 08:48:43 +00003287 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00003288 entries with deleted resources would lead to NPEs when looking
3289 up in the symbol table.
3290
3291
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000032922009-04-07: Version 1.1.7
3293
3294 Added support for easily importing additional environment
3295 variables into the SCons build.
3296
3297 Optimized strict equality checks.
3298
3299 Fixed crash in indexed setters on objects without a corresponding
3300 getter (issue 298).
3301
3302 Re-enabled script compilation cache.
3303
3304
ager@chromium.org8682a592009-04-01 10:47:14 +000033052009-04-01: Version 1.1.6
3306
3307 Reverted an unsafe code generator change.
3308
3309
ager@chromium.org71daaf62009-04-01 07:22:49 +000033102009-04-01: Version 1.1.5
3311
3312 Fixed bug that caused function literals to not be optimized as
3313 much as other functions.
3314
3315 Improved profiler support.
3316
3317 Fixed a crash bug in connection with debugger unloading.
3318
3319 Fixed a crash bug in the code generator caused by losing the
3320 information that a frame element was copied.
3321
3322 Fixed an exception propagation bug that could cause non-null
3323 return values when exceptions were thrown.
3324
3325
ager@chromium.org41826e72009-03-30 13:30:57 +000033262009-03-30: Version 1.1.4
3327
3328 Optimized String.prototype.match.
3329
3330 Improved the stack information in profiles.
3331
3332 Fixed bug in ARM port making it possible to compile the runtime
3333 system for thumb mode again.
3334
3335 Implemented a number of optimizations in the code generator.
3336
3337 Fixed a number of memory leaks in tests.
3338
3339 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00003340 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00003341
3342
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000033432009-03-24: Version 1.1.3
3344
3345 Fixed assertion failures in compilation of loop conditions.
3346
3347 Removed STL dependency from developer shell (d8).
3348
3349 Added infrastructure for protecting the V8 heap from corruption
3350 caused by memory modifications from the outside.
3351
3352
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000033532009-03-24: Version 1.1.2
3354
3355 Improved frame merge code generated by the code generator.
3356
3357 Optimized String.prototype.replace.
3358
3359 Implemented __defineGetter__ and __defineSetter__ for properties
3360 with integer keys on non-array objects.
3361
3362 Improved debugger and profiler support.
3363
3364 Fixed a number of portability issues to allow compilation for
3365 smaller ARM devices.
3366
3367 Exposed object cloning through the API.
3368
3369 Implemented hidden properties. This is used to expose an identity
3370 hash for objects through the API.
3371
3372 Implemented restarting of regular expressions if their input
3373 string changes representation during preemption.
3374
3375 Fixed a code generator bug that could cause assignments in loops
3376 to be ignored if using continue to break out of the loop (issue
3377 284).
3378
3379
ager@chromium.org3a6061e2009-03-12 14:24:36 +000033802009-03-12: Version 1.1.1
3381
3382 Fixed an assertion in the new compiler to take stack overflow
3383 exceptions into account.
3384
3385 Removed exception propagation code that could cause crashes.
3386
3387 Fixed minor bug in debugger line number computations.
3388
3389 8-byte align the C stack on Linux and Windows to speed up floating
3390 point computations.
3391
3392
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000033932009-03-12: Version 1.1.0
3394
3395 Improved code generation infrastructure by doing simple register
3396 allocation and constant folding and propagation.
3397
3398 Optimized regular expression matching by avoiding to create
3399 intermediate string arrays and by flattening nested array
3400 representations of RegExp data.
3401
3402 Traverse a few stack frames when recording profiler samples to
3403 include partial call graphs in the profiling output.
3404
3405 Added support for using OProfile to profile generated code.
3406
3407 Added remote debugging support to the D8 developer shell.
3408
3409 Optimized creation of nested literals like JSON objects.
3410
3411 Fixed a bug in garbage collecting unused maps and turned it on by
3412 default (--collect-maps).
3413
3414 Added support for running tests under Valgrind.
3415
3416
kasperl@chromium.org061ef742009-02-27 12:16:20 +000034172009-02-27: Version 1.0.3
3418
3419 Optimized double-to-integer conversions in bit operations by using
3420 SSE3 instructions if available.
3421
3422 Optimized initialization sequences that store to multiple
3423 properties of the same object.
3424
3425 Changed the D8 debugger frontend to use JSON messages.
3426
3427 Force garbage collections when disposing contexts.
3428
3429 Align code objects at 32-byte boundaries.
3430
3431
ager@chromium.org381abbb2009-02-25 13:23:22 +000034322009-02-25: Version 1.0.2
3433
3434 Improved profiling support by performing simple call stack
3435 sampling for ticks and by fixing a bug in the logging of code
3436 addresses.
3437
3438 Fixed a number of debugger issues.
3439
3440 Optimized code that uses eval.
3441
3442 Fixed a couple of bugs in the regular expression engine.
3443
3444 Reduced the size of generated code for certain regular expressions.
3445
3446 Removed JSCRE completely.
3447
3448 Fixed issue where test could not be run if there was a dot in the
3449 checkout path.
3450
3451
ager@chromium.org6f10e412009-02-13 10:11:16 +000034522009-02-13: Version 1.0.1
3453
3454 Fixed two crash-bugs in irregexp (issue 231 and 233).
3455
3456 Fixed a number of minor bugs (issue 87, 227 and 228).
3457
3458 Added support for morphing strings to external strings on demand
3459 to avoid having to create copies in the embedding code.
3460
3461 Removed experimental support for external symbol callbacks.
3462
3463
iposva@chromium.org245aa852009-02-10 00:49:54 +000034642009-02-09: Version 1.0.0
3465
3466 Fixed crash-bug in the code generation for case independent 16 bit
3467 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00003468
iposva@chromium.org245aa852009-02-10 00:49:54 +00003469 Made shells more robust in the presence of string conversion
3470 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00003471
iposva@chromium.org245aa852009-02-10 00:49:54 +00003472 Fixed a potential infinite loop when attempting to resolve
3473 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00003474
iposva@chromium.org245aa852009-02-10 00:49:54 +00003475 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00003476
iposva@chromium.org245aa852009-02-10 00:49:54 +00003477 Reduced binary by stripping unneeded text from JavaScript library and
3478 minifying some JavaScript files.
3479
3480
ager@chromium.orgddb913d2009-01-27 10:01:48 +000034812009-01-27: Version 0.4.9
3482
3483 Enabled new regular expression engine.
3484
3485 Made a number of changes to the debugger protocol.
3486
3487 Fixed a number of bugs in the preemption support.
3488
3489 Added -p option to the developer shell to run files in parallel
3490 using preemption.
3491
3492 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
3493 193, 198 and 201).
3494
3495 Fixed a number of bugs in the serialization/deserialization
3496 support for the ARM platform.
3497
3498
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000034992009-01-19: Version 0.4.8.1
3500
3501 Minor patch to debugger support.
3502
3503
ager@chromium.org32912102009-01-16 10:38:43 +000035042009-01-16: Version 0.4.8
3505
3506 Fixed string length bug on ARM (issue 171).
3507
3508 Made most methods in the API const.
3509
3510 Optimized object literals by improving data locality.
3511
3512 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00003513 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00003514
3515 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00003516 eval to behave incorrectly when using accessors (issues 186, 190
3517 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00003518
3519
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000035202009-01-06: Version 0.4.7
3521
ager@chromium.org32912102009-01-16 10:38:43 +00003522 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00003523
ager@chromium.org32912102009-01-16 10:38:43 +00003524 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00003525
ager@chromium.org32912102009-01-16 10:38:43 +00003526 Fixed subtle bug that caused the wrong 'this' to be used when
3527 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00003528
ager@chromium.org32912102009-01-16 10:38:43 +00003529 Inline array loads within loops directly in the code instead of
3530 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00003531
ager@chromium.org32912102009-01-16 10:38:43 +00003532
ager@chromium.org8bb60582008-12-11 12:02:20 +000035332008-12-11: Version 0.4.6
3534
3535 Fixed exception reporting bug where certain exceptions were
3536 incorrectly reported as uncaught.
3537
3538 Improved the memory allocation strategy used during compilation to
3539 make running out of memory when compiling huge scripts less
3540 likely.
3541
3542 Optimized String.replace by avoiding the construction of certain
3543 sub strings.
3544
3545 Fixed bug in code generation for large switch statements on ARM.
3546
3547 Fixed bug that caused V8 to change the global object template
3548 passed in by the user.
3549
3550 Changed the API for creating object groups used during garbage
3551 collection. Entire object groups are now passed to V8 instead of
3552 individual members of the groups.
3553
ager@chromium.org32912102009-01-16 10:38:43 +00003554
ager@chromium.orga74f0da2008-12-03 16:05:52 +000035552008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00003556
ager@chromium.orga74f0da2008-12-03 16:05:52 +00003557 Added experimental API support for allocating V8 symbols as
3558 external strings.
3559
3560 Fixed bugs in debugging support on ARM.
3561
3562 Changed eval implementation to correctly detect whether or not a
3563 call to eval is aliased.
3564
3565 Fixed bug caused by a combination of the compilation cache and
3566 dictionary probing in native code. The bug caused us to sometimes
3567 call functions that had not yet been compiled.
3568
3569 Added platform support for FreeBSD.
3570
3571 Added support for building V8 on Windows with either the shared or
3572 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00003573
iposva@chromium.org96f667e2008-11-26 23:48:02 +00003574 Added the v8::jscre namespace around the jscre functions to avoid
3575 link errors (duplicate symbols) when building Google Chrome.
3576
ager@chromium.orga74f0da2008-12-03 16:05:52 +00003577 Added support for calling a JavaScript function with the current
3578 debugger execution context as its argument to the debugger
3579 interface.
3580
3581 Changed the type of names of counters from wchar_t to char.
3582
3583 Changed the Windows system call used to compute daylight savings
3584 time. The system call that we used to use became four times
3585 slower on WinXP SP3.
3586
3587 Added support in the d8 developer shell for memory-mapped counters
3588 and added a stats-viewer tool.
3589
3590 Fixed bug in upper/lower case mappings (issue 149).
3591
iposva@chromium.org96f667e2008-11-26 23:48:02 +00003592
ager@chromium.org3bf7b912008-11-17 09:09:45 +000035932008-11-17: Version 0.4.4
3594
3595 Reduced code size by using shorter instruction encoding when
3596 possible.
3597
3598 Added a --help option to the shell sample and to the d8 shell.
3599
3600 Added visual studio project files for building the ARM simulator.
3601
3602 Fixed a number of ARM simulator issues.
3603
3604 Fixed bug in out-of-memory handling on ARM.
3605
3606 Implemented shell support for passing arguments to a script from
3607 the command line.
3608
3609 Fixed bug in date code that made certain date functions return -0
3610 instead of 0 for dates before the epoch.
3611
3612 Restricted applications of eval so it can only be used in the
3613 context of the associated global object.
3614
3615 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00003616
3617
ager@chromium.org870a0b62008-11-04 11:43:05 +000036182008-11-04: Version 0.4.3
3619
3620 Added support for API accessors that prohibit overwriting by
3621 accessors defined in JavaScript code by using __defineGetter__ and
3622 __defineSetter__.
3623
3624 Improved handling of conditionals in test status files.
3625
3626 Introduced access control in propertyIsEnumerable.
3627
3628 Improved performance of some string operations by caching
3629 information about the type of the string between operations.
3630
3631 Fixed bug in fast-case code for switch statements that only have
3632 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00003633
ager@chromium.org870a0b62008-11-04 11:43:05 +00003634
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000036352008-10-30: Version 0.4.2
3636
3637 Improved performance of Array.prototype.concat by moving the
3638 implementation to C++ (issue 123).
3639
3640 Fixed heap growth policy to avoid growing old space to its maximum
3641 capacity before doing a garbage collection and fixed issue that
3642 would lead to artificial out of memory situations (issue 129).
3643
3644 Fixed Date.prototype.toLocaleDateString to return the date in the
3645 same format as WebKit.
3646
3647 Added missing initialization checks to debugger API.
3648
3649 Added removing of unused maps during GC.
3650
3651
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000036522008-10-28: Version 0.4.1
3653
3654 Added caching of RegExp data in compilation cache.
3655
3656 Added Visual Studio project file for d8 shell.
3657
3658 Fixed function call performance regression introduced in version
3659 0.4.0 when splitting the global object in two parts (issue 120).
3660
3661 Fixed issue 131 by checking for empty handles before throwing and
3662 reporting exceptions.
3663
3664
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000036652008-10-23: Version 0.4.0
3666
3667 Split the global object into two parts: The state holding global
3668 object and the global object proxy.
3669
3670 Fixed bug that affected the value of an assignment to an element
3671 in certain cases (issue 116).
3672
3673 Added GetPropertyNames functionality (issue 33) and extra Date
3674 functions (issue 77) to the API.
3675
3676 Changed WeakReferenceCallback to take a Persistent<Value> instead
3677 of a Persistent<Object> (issue 101).
3678
3679 Fixed issues with message reporting for exceptions in try-finally
3680 blocks (issues 73 and 75).
3681
ager@chromium.org32912102009-01-16 10:38:43 +00003682 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00003683
3684 Improved Boyer-Moore implementation for faster indexOf operations.
3685
3686 Added development shell (d8) which includes counters and
3687 completion support.
3688
3689 Fixed problem with the receiver passed to functions called from
3690 eval (issue 124).
3691
3692
ager@chromium.org7c537e22008-10-16 08:43:32 +000036932008-10-16: Version 0.3.5
3694
3695 Improved string hash-code distribution by excluding bit-field bits
3696 from the hash-code.
3697
3698 Changed string search algorithm used in indexOf from KMP to
3699 Boyer-Moore.
3700
3701 Improved the generated code for the instanceof operator.
3702
3703 Improved performance of slow-case string equality checks by
3704 specializing the code based on the string representation.
3705
3706 Improve the handling of out-of-memory situations (issue 70).
3707
3708 Improved performance of strict equality checks.
3709
3710 Improved profiler output to make it easier to see anonymous
3711 functions.
3712
3713 Improved performance of slow-case keyed loads.
3714
3715 Improved property access performance by allocating a number of
3716 properties in the front object.
3717
3718 Changed the toString behavior on the built-in object constructors
3719 to print [native code] instead of the actual source. Some web
3720 applications do not like constructors with complex toString
3721 results.
ager@chromium.org32912102009-01-16 10:38:43 +00003722
ager@chromium.org7c537e22008-10-16 08:43:32 +00003723
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000037242008-10-06: Version 0.3.4
3725
3726 Changed Array.prototype.sort to use quick sort.
3727
3728 Fixed code generation issue where leaving a finally block with
3729 break or continue would accumulate elements on the expression
3730 stack (issue 86).
3731
3732 Made sure that the name accessor on functions returns the expected
3733 names for builtin JavaScript functions and C++ callback functions.
3734
3735 Added fast case code for extending the property storage array of
3736 JavaScript objects.
3737
3738 Ported switch statement optimizations introduced in version 0.3.3
3739 to the ARM code generator.
3740
3741 Allowed GCC to use strict-aliasing rules when compiling.
3742
3743 Improved performance of arguments object allocation by taking care
3744 of arguments adaptor frames in the generated code.
3745
3746 Updated the V8 benchmark suite to version 2.
3747
3748
ager@chromium.org236ad962008-09-25 09:45:57 +000037492008-09-25: Version 0.3.3
3750
3751 Improved handling of relocation information to enable more
3752 peep-hole optimizations.
3753
3754 Optimized switch statements where all labels are constant small
3755 integers.
3756
3757 Optimized String.prototype.indexOf for common cases.
3758
3759 Fixed more build issues (issue 80).
3760
3761 Fixed a couple of profiler issues.
3762
3763 Fixed bug where the body of a function created using the Function
3764 constructor was not allowed to end with a single-line comment
3765 (issue 85).
3766
3767 Improved handling of object literals by canonicalizing object
3768 literal maps. This will allow JSON objects with the same set of
3769 properties to share the same map making inline caching work better
3770 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00003771
ager@chromium.org236ad962008-09-25 09:45:57 +00003772
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000037732008-09-17: Version 0.3.2
3774
3775 Generalized the EvalCache into a CompilationCache and enabled it
3776 for scripts too. The current strategy is to retire all entries
3777 whenever a mark-sweep collection is started.
3778
3779 Fixed bug where switch statements containing only a default case
3780 would lead to an unbalanced stack (issue 69).
3781
3782 Fixed bug that made access to the function in a named function
3783 expression impossible in certain situations (issue 24).
3784
3785 Fixed even more build issues.
3786
3787 Optimized calling conventions on ARM. The conventions on ARM and
3788 IA-32 now match.
3789
3790 Removed static initializers for flags and counters.
3791
3792 Improved inline caching behavior for uncommon cases where lazily
3793 loading Date and RegExp code could force certain code paths go
3794 megamorphic.
3795
3796 Removed arguments adaption for builtins written in C++. This
3797 makes Array.prototype.push and Array.prototype.pop slightly
3798 faster.
3799
3800
ager@chromium.org9258b6b2008-09-11 09:11:10 +000038012008-09-11: Version 0.3.1
3802
3803 Fixed a number of build issues.
3804
3805 Fixed problem with missing I-cache flusing on ARM.
3806
3807 Changed space layout in memory management by splitting up
3808 code space into old data space and code space.
3809
3810 Added utf-8 conversion support to the API (issue 57).
3811
3812 Optimized repeated calls to eval with the same strings. These
3813 repeated calls are common in web applications.
3814
3815 Added Xcode project file.
3816
3817 Optimized a couple of Array operation.
3818
3819 Fixed parser bug by checking for end-of-string when parsing break
3820 and continue (issue 35).
3821
3822 Fixed problem where asian characters were not categorized as
3823 letters.
3824
3825 Fixed bug that disallowed calling functions fetched from an array
3826 using a string as an array index (issue 32).
3827
3828 Fixed bug where the internal field count on object templates were
3829 sometimes ignored (issue 54).
3830
3831 Added -f option to the shell sample for compatibility with other
3832 engines (issue 18).
3833
3834 Added source info to TryCatches in the API.
3835
3836 Fixed problem where the seed for the random number generator was
3837 clipped in a double to unsigned int conversion.
3838
3839 Fixed bug where cons string symbols were sometimes converted to
3840 non-symbol flat strings during GC.
3841
3842 Fixed bug in error reporting when attempting to convert null to an
3843 object.
ager@chromium.org32912102009-01-16 10:38:43 +00003844
3845
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000038462008-09-04: Version 0.3.0
3847
3848 Added support for running tests on the ARM simulator.
3849
3850 Fixed bug in the 'in' operator where negative indices were not
3851 treated correctly.
3852
3853 Fixed build issues on gcc-4.3.1.
3854
3855 Changed Date.prototype.toLocaleTimeString to not print the
3856 timezone part of the time.
3857
3858 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
3859 with user code.
3860
3861
v8.team.kasperl727e9952008-09-02 14:56:44 +000038622008-09-02: Version 0.2.5
3863
3864 Renamed the top level directory 'public' to 'include'.
3865
3866 Added 'env' option to the SCons build scripts to support
3867 overriding the ENV part of the build environment. This is mostly
3868 to support Windows builds in cases where SCons cannot find the
3869 correct paths to the Windows SDK, as these paths cannot be passed
3870 through shell environment variables.
3871
3872 Enabled "Buffer Security Check" on for the Windows SCons build and
3873 added the linker option /OPT:ICF as an optimization.
3874
3875 Added the V8 benchmark suite to the repository.
3876
3877
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000038782008-09-01: Version 0.2.4
3879
3880 Included mjsunit JavaScript test suite and C++ unit tests.
3881
3882 Changed the shell sample to not print the result of executing a
3883 script provided on the command line.
3884
3885 Fixed issue when building samples on Windows using a shared V8
3886 library. Added visibility option on Linux build which makes the
3887 generated library 18% smaller.
3888
3889 Changed build system to accept multiple build modes in one build
3890 and generate separate objects, libraries and executables for each
3891 mode.
3892
3893 Removed deferred negation optimization (a * -b => -(a * b)) since
3894 this visibly changes operand conversion order.
3895
3896 Improved parsing performance by introducing stack guard in
3897 preparsing. Without a stack guard preparsing always bails out
3898 with stack overflow.
3899
3900 Changed shell sample to take flags directly from the command-line.
3901 Added API call that implements this.
3902
3903 Added load, quit and version functions to the shell sample so it's
3904 easier to run benchmarks and tests.
3905
3906 Fixed issue with building samples and cctests on 64-bit machines.
3907
3908 Fixed bug in the runtime system where the prototype chain was not
3909 always searched for a setter when setting a property that does not
3910 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00003911
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00003912
mads.s.agercbaa0602008-08-14 13:41:48 +000039132008-08-14: Version 0.2.3
3914
3915 Improved performance of garbage collection by moving the
3916 function that updates pointers during compacting collection
3917 into the updating visitor. This gives the compiler a better
3918 chance to inline and avoid a function call per (potential)
3919 pointer.
3920
3921 Extended the shell sample with a --runtime-flags option.
3922
3923 Added Visual Studio project files for the shell.cc and
3924 process.cc samples.
3925
3926
39272008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00003928
3929 Improved performance of garbage collection by changing the way
3930 we use the marking stack in the event of stack overflow during
3931 full garbage collection and by changing the way we mark roots.
3932
3933 Cleaned up ARM version by removing top of stack caching and by
3934 introducing push/pop elimination.
3935
3936 Cleaned up the way runtime functions are called to allow
3937 runtime calls with no arguments.
3938
3939 Changed Windows build options to make sure that exceptions are
3940 disabled and that optimization flags are enabled.
3941
3942 Added first version of Visual Studio project files.
3943
3944
mads.s.agercbaa0602008-08-14 13:41:48 +000039452008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00003946
3947 Improved performance of unary addition by avoiding runtime calls.
3948
3949 Fixed the handling of '>' and '<=' to use right-to-left conversion
3950 and left-to-right evaluation as specified by ECMA-262.
3951
3952 Fixed a branch elimination bug on the ARM platform where incorrect
3953 code was generated because of overly aggressive branch
3954 elimination.
3955
3956 Improved performance of code that repeatedly assigns the same
3957 function to the same property of different objects with the same
3958 map.
3959
3960 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
3961 no longer expects DEBUG to be defined.
3962
3963 Added platform-nullos.cc to serve as the basis for new platform
3964 implementations.
3965
mads.s.ager31e71382008-08-13 09:32:07 +00003966
mads.s.agercbaa0602008-08-14 13:41:48 +000039672008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00003968
3969 Changed all text files to have native svn:eol-style.
3970
3971 Added a few samples and support for building them. The samples
3972 include a simple shell that can be used to benchmark and test V8.
3973
3974 Changed V8::GetVersion to return the version as a string.
3975
3976 Added source for lazily loaded scripts to snapshots and made
3977 serialization non-destructive.
3978
3979 Improved ARM support by fixing the write barrier code to use
3980 aligned loads and stores and by removing premature locals
3981 optimization that relied on broken support for callee-saved
3982 registers (removed).
3983
3984 Refactored the code for marking live objects during garbage
3985 collection and the code for allocating objects in paged
3986 spaces. Introduced an abstraction for the map word of a heap-
3987 allocated object and changed the memory allocator to allocate
3988 executable memory only for spaces that may contain code objects.
3989
3990 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
3991 they can be used by debugging and logging modules. Added
3992 thread-safe message queues for dealing with debugger events.
3993
3994 Fixed the source code reported by toString for certain builtin
3995 empty functions and made sure that the prototype property of a
3996 function is enumerable.
3997
3998 Improved performance of converting values to condition flags in
3999 generated code.
4000
4001 Merged disassembler-{arch} files.
4002
4003
mads.s.agercbaa0602008-08-14 13:41:48 +000040042008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004005
4006 Added support for storing JavaScript stack traces in a stack
4007 allocated buffer to make it visible in shallow core dumps.
4008 Controlled by the --preallocate-message-memory flag which is
4009 disabled by default.
4010
4011
mads.s.agercbaa0602008-08-14 13:41:48 +000040122008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004013
4014 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
4015 map transitions would count as properties.
4016
4017 Allowed aliased eval invocations by treating them as evals in the
4018 global context. This may change in the future.
4019
4020 Added support for accessing the last entered context through the
4021 API and renamed Context::Current to Context::GetCurrent and
4022 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
4023
4024 Fixed bug in the debugger that would cause the debugger scripts to
4025 be recursively loaded and changed all disabling of interrupts to
4026 be block-structured.
4027
4028 Made snapshot data read-only to allow it to be more easily shared
4029 across multiple users of V8 when linked as a shared library.
4030
4031
mads.s.agercbaa0602008-08-14 13:41:48 +000040322008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00004033
4034 Fixed building on Mac OS X by recognizing i386 and friends as
4035 IA-32 platforms.
4036
4037 Added propagation of stack overflow exceptions that occur while
4038 compiling nested functions.
4039
4040 Improved debugger with support for recursive break points and
4041 handling of exceptions that occur in the debugger JavaScript code.
4042
4043 Renamed GetInternal to GetInternalField and SetInternal to
4044 SetInternalField in the API and moved InternalFieldCount and
4045 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
4046
4047
mads.s.agercbaa0602008-08-14 13:41:48 +000040482008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004049
4050 Fixed bug in stack overflow check code for IA-32 targets where a
4051 non-tagged value in register eax was pushed to the stack.
4052
4053 Fixed potential quadratic behavior when converting strings to
4054 numbers.
4055
4056 Fixed bug where the return value from Object::SetProperty could
4057 end up being the property holder instead of the written value.
4058
4059 Improved debugger support by allowing nested break points and by
4060 dealing with stack-overflows when compiling functions before
4061 setting break points in them.
4062
4063
mads.s.agercbaa0602008-08-14 13:41:48 +000040642008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004065
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004066 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004067
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00004068# Local Variables:
4069# mode:text
4070# End: