blob: 223360879141d8f1f6145ef6df1c2d445ea28d3b [file] [log] [blame]
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +000012012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +00002
3 V8_Fatal now prints C++ stack trace in debug mode.
4
5 Added HTML-based tick processor.
6
7 Continued implementation of Object.observe (V8 issue 2409).
8
9 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
10
11 Fixed Chromium issues 125308, 165637, 166379, 166553.
12
13 Performance and stability improvements on all platforms.
14
15
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +0000162012-12-10: Version 3.15.11
17
18 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
19 flags.
20
21 Performance and stability improvements on all platforms.
22
23
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +0000242012-12-07: Version 3.15.10
25
26 Enabled optimisation of functions inside eval. (issue 2315)
27
28 Fixed spec violations in methods of Number.prototype. (issue 2443)
29
30 Added GCTracer metrics for a scavenger GC for DOM wrappers.
31
32 Performance and stability improvements on all platforms.
33
34
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +0000352012-12-06: Version 3.15.9
36
37 Fixed candidate eviction in code flusher.
38 (Chromium issue 159140)
39
40 Iterate through all arguments for side effects in Math.min/max.
41 (issue 2444)
42
43 Fixed spec violations related to regexp.lastIndex
44 (issue 2437, issue 2438)
45
46 Performance and stability improvements on all platforms.
47
48
mmassi@chromium.org49a44672012-12-04 13:52:03 +0000492012-12-04: Version 3.15.8
50
51 Enforced stack allocation of TryCatch blocks.
52 (issue 2166,chromium:152389)
53
54 Fixed external exceptions in external try-catch handlers.
55 (issue 2166)
56
57 Activated incremental code flushing by default.
58
59 Performance and stability improvements on all platforms.
60
61
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +0000622012-11-30: Version 3.15.7
63
64 Activated code aging by default.
65
66 Included more information in --prof log.
67
68 Removed eager sweeping for lazy swept spaces. Try to find in
69 SlowAllocateRaw a bounded number of times a big enough memory slot.
70 (issue 2194)
71
72 Performance and stability improvements on all platforms.
73
74
danno@chromium.org1f34ad32012-11-26 14:53:56 +0000752012-11-26: Version 3.15.6
76
77 Ensure double arrays are filled with holes when extended from
78 variations of empty arrays. (Chromium issue 162085)
79
80 Performance and stability improvements on all platforms.
81
82
ulan@chromium.org8e8d8822012-11-23 14:36:46 +0000832012-11-23: Version 3.15.5
84
85 Fixed JSON.stringify for objects with interceptor handlers.
86 (Chromium issue 161028)
87
88 Fixed corner case in x64 compare stubs. (issue 2416)
89
90 Performance and stability improvements on all platforms.
91
92
yangguo@chromium.orgfb377212012-11-16 14:43:43 +0000932012-11-16: Version 3.15.4
94
95 Fixed Array.prototype.join evaluation order. (issue 2263)
96
97 Perform CPU sampling by CPU sampling thread only iff processing thread
98 is not running. (issue 2364)
99
100 When using an Object as a set in Object.getOwnPropertyNames, null out
101 the proto. (issue 2410)
102
103 Disabled EXTRA_CHECKS in Release build.
104
105 Heap explorer: Show representation of strings.
106
107 Removed 'type' and 'arguments' properties from Error object.
108 (issue 2397)
109
110 Added atomics implementation for ThreadSanitizer v2.
111 (Chromium issue 128314)
112
113 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
114
115 Performance and stability improvements on all platforms.
116
117
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00001182012-11-13: Version 3.15.3
119
120 Changed sample shell to send non-JS output (e.g. errors) to stderr
121 instead of stdout.
122
123 Correctly check for stack overflow even when interrupt is pending.
124 (issue 214)
125
126 Collect stack trace on stack overflow. (issue 2394)
127
128 Performance and stability improvements on all platforms.
129
130
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00001312012-11-12: Version 3.15.2
132
133 Function::GetScriptOrigin supplies sourceURL when script name is
134 not available. (Chromium issue 159413)
135
136 Made formatting error message side-effect-free. (issue 2398)
137
138 Fixed length check in JSON.stringify. (Chromium issue 160010)
139
140 ES6: Added support for Set and Map clear method (issue 2400)
141
142 Fixed slack tracking when instance prototype changes.
143 (Chromium issue 157019)
144
145 Fixed disabling of code flusher while marking. (Chromium issue 159140)
146
147 Added a test case for object grouping in a scavenger GC (issue 2077)
148
149 Support shared library build of Android for v8.
150 (Chromium issue 158821)
151
152 ES6: Added support for size to Set and Map (issue 2395)
153
154 Performance and stability improvements on all platforms.
155
156
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00001572012-11-06: Version 3.15.1
158
159 Put incremental code flushing behind a flag. (Chromium issue 159140)
160
161 Performance and stability improvements on all platforms.
162
163
danno@chromium.org72204d52012-10-31 10:02:10 +00001642012-10-31: Version 3.15.0
165
166 Loosened aligned code target requirement on ARM (issue 2380)
167
168 Fixed JSON.parse to treat leading zeros correctly.
169 (Chromium issue 158185)
170
171 Performance and stability improvements on all platforms.
172
173
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00001742012-10-22: Version 3.14.5
175
176 Killed off the SCons based build.
177
178 Added a faster API for creating v8::Integer objects.
179
180 Speeded up function deoptimization by avoiding quadratic pass over
181 optimized function list. (Chromium issue 155270)
182
183 Always invoke the default Array.sort functions from builtin functions.
184 (issue 2372)
185
186 Reverted recent CPU profiler changes because they broke --prof.
187 (issue 2364)
188
189 Switched code flushing to use different JSFunction field.
190 (issue 1609)
191
192 Performance and stability improvements on all platforms.
193
194
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00001952012-10-15: Version 3.14.4
196
197 Allow evals for debugger even if they are prohibited in the debugee
198 context. (Chromium issue 154733)
199
200 Enabled --verify-heap in release mode (issue 2120)
201
202 Performance and stability improvements on all platforms.
203
204
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00002052012-10-11: Version 3.14.3
206
207 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
208 (Chromium issue 155076).
209
210 Bumped variable limit further to 2^17 (Chromium issue 151625).
211
212 Performance and stability improvements on all platforms.
213
214
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00002152012-10-10: Version 3.14.2
216
217 ARM: allowed VFP3 instructions when hardfloat is enabled.
218 (Chromium issue 152506)
219
220 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
221 (Chromium issue 151749)
222
223 Made GDBJIT interface compile again. (issue 1804)
224
225 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
226 (Chromium issue 143967)
227
228 Made sure that names of temporaries do not clash with real variables.
229 (issue 2322)
230
231 Rejected local module declarations. (Chromium issue 150628)
232
233 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
234
235 Fixed slot recording of code target patches.
236 (Chromium issue 152615,chromium:144230)
237
238 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
239
240 Performance and stability improvements on all platforms.
241
242
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00002432012-10-01: Version 3.14.1
244
245 Don't set -m32 flag when compiling with Android ARM compiler.
246 (Chromium issue 143889)
247
248 Restore the descriptor array before returning allocation failure.
249 (Chromium issue 151750)
250
251 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
252 128252).
253
254 Pull more recent gyp in 'make dependencies'.
255
256 Made sure that the generic KeyedStoreIC changes length and element_kind
257 atomically (issue 2346).
258
259 Bumped number of allowed variables per scope to 65535, to address GWT.
260 (Chromium issue 151625)
261
262 Support sourceURL for dynamically inserted scripts (issue 2342).
263
264 Performance and stability improvements on all platforms.
265
266
ulan@chromium.org56c14af2012-09-20 12:51:09 +00002672012-09-20: Version 3.14.0
268
269 Fixed missing slot recording during clearing of CallICs.
270 (Chromium issue 144230)
271
272 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
273 (Chromium issue 150729)
274
275 Fixed minus zero test. (Issue 2133)
276
277 Fixed setting array length to zero for slow elements.
278 (Chromium issue 146910)
279
280 Fixed lost arguments dropping in HLeaveInlined.
281 (Chromium issue 150545)
282
283 Fixed casting error for receiver of interceptors.
284 (Chromium issue 149912)
285
286 Throw a more descriptive exception when blocking 'eval' via CSP.
287 (Chromium issue 140191)
288
289 Fixed debugger's eval when close to stack overflow. (issue 2318)
290
291 Added checks to live edit. (issue 2297)
292
293 Switched on code compaction on incremental GCs.
294
295 Fixed caching of optimized code for OSR. (issue 2326)
296
297 Not mask exception thrown by toString in String::UtfValue etc.
298 (issue 2317)
299
300 Fixed API check for length of external arrays. (Chromium issue 148896)
301
302 Ensure correct enumeration indices in the dict (Chromium issue 148376)
303
304 Correctly initialize regexp global cache. (Chromium issue 148378)
305
306 Fixed arguments object materialization during deopt. (issue 2261)
307
308 Introduced new API to expose external string resource regardless of
309 encoding.
310
311 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
312 --deopt-every-n-times flag is present
313 (Chromium issue 148389)
314
315 Fixed edge case of extension with NULL as source string.
316 (Chromium issue 144649)
317
318 Fixed array index dehoisting. (Chromium issue 141395)
319
320 Performance and stability improvements on all platforms.
321
322
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00003232012-09-11: Version 3.13.7
324
325 Enable/disable LiveEdit using the (C++) debug API.
326
327 Performance and stability improvements on all platforms.
328
329
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00003302012-09-06: Version 3.13.6
331
332 Added validity checking to API functions and calls.
333
334 Disabled accessor inlining (Chromium issue 134609).
335
336 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
337
338 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
339
340 Fixed VS2005 build (issue 2313).
341
342 Activated fixed ES5 readonly semantics by default.
343
344 Added hardfp flag to the Makefile.
345
346 Performance and stability improvements on all platforms.
347
348
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00003492012-08-29: Version 3.13.5
350
351 Release stack trace data after firing Error.stack accessor.
352 (issue 2308)
353
354 Added a new API V8::SetJitCodeEventHandler to push code name and
355 location to users such as profilers.
356
357 Allocate block-scoped global bindings to global context.
358
359 Performance and stability improvements on all platforms.
360
361
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00003622012-08-28: Version 3.13.4
363
364 Print reason for disabling optimization. Kill --trace-bailout flag.
365
366 Provided option to disable full DEBUG build on Android.
367
368 Introduced global contexts to represent lexical global scope(s).
369
370 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
371
372 Performance and stability improvements on all platforms.
373
374
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00003752012-08-21: Version 3.13.3
376
377 Performance and stability improvements on all platforms.
378
379
3802012-08-20: Version 3.13.2
381
382 Performance and stability improvements on all platforms.
383
384
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00003852012-08-16: Version 3.13.1
386
387 Performance and stability improvements on all platforms.
388
389
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00003902012-08-10: Version 3.13.0
391
392 Added histograms for total allocated/live heap size, as well as
393 allocated size and percentage of total for map and cell space.
394
395 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
396 (issue 1645)
397
398 Added checks for interceptors to negative lookup code in Crankshaft.
399 (Chromium issue 140473)
400
401 Made incremental marking clear ICs and type feedback cells.
402
403 Performance and stability improvements on all platforms.
404
405
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00004062012-08-01: Version 3.12.19
407
408 Performance and stability improvements on all platforms.
409
410
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00004112012-07-30: Version 3.12.18
412
413 Forced using bit-pattern for signed zero double. (issue 2239)
414
415 Made sure double to int conversion is correct. (issue 2260)
416
417 Performance and stability improvements on all platforms.
418
419
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00004202012-07-27: Version 3.12.17
421
422 Always set the callee's context when calling a function from optimized
423 code.
424 (Chromium issue 138887)
425
426 Fixed building with GCC 3.x
427 (issue 2016, 2017)
428
429 Improved API calls that return empty handles.
430 (issue 2245)
431
432 Performance and stability improvements on all platforms.
433
434
danno@chromium.org129d3982012-07-25 15:01:47 +00004352012-07-25: Version 3.12.16
436
437 Performance and stability improvements on all platforms.
438
439
yangguo@chromium.org304cc332012-07-24 07:59:48 +00004402012-07-24: Version 3.12.15
441
442 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
443 (issue 2252)
444
445 Added dependency to HLoadKeyed* instructions to prevent invalid
446 hoisting. (Chromium issue 137768)
447
448 Enabled building d8 for Android on Mac.
449
450 Interpret negative hexadecimal literals as NaN.
451 (issue 2240)
452
453 Expose counters in javascript when using --track-gc-object-stats.
454
455 Enabled building and testing V8 on Android IA.
456
457 Added --trace-parse flag to parser.
458
459 Performance and stability improvements on all platforms.
460
461
verwaest@chromium.org178fb152012-07-18 11:21:48 +00004622012-07-18: Version 3.12.14
463
464 Deactivated optimization of packed arrays.
465 (Chromium issue 137768)
466
467 Fixed broken accessor transition.
468 (Chromium issue 137689)
469
470 Performance and stability improvements on all platforms.
471
472
verwaest@chromium.org753aee42012-07-17 16:15:42 +00004732012-07-17: Version 3.12.13
474
475 Fixed missing tagging of stack value in finally block.
476 (Chromium issue 137496)
477
478 Added more support for heap analysis.
479
480 Performance and stability improvements on all platforms.
481
482
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00004832012-07-16: Version 3.12.12
484
485 Added an option to the tickprocessor to specify the directory for lib
486 lookup.
487
488 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
489
490 Fixed transcendental cache on ARM in optimized code (issue 2234).
491
492 New heap inspection tools: counters for object sizes and counts,
493 histograms for external fragmentation.
494
495 Incorporated constness into inferred interfaces (in preparation for
496 handling imports) (issue 1569).
497
498 Performance and stability improvements on all platforms.
499
500
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00005012012-07-12: Version 3.12.11
502
503 Renamed "mips" arch to "mipsel" in the GYP build.
504
505 Fixed computation of call targets on prototypes in Crankshaft.
506 (Chromium issue 125148)
507
508 Removed use of __lookupGetter__ when generating stack trace.
509 (issue 1591)
510
511 Turned on ES 5.2 globals semantics by default.
512 (issue 1991, Chromium issue 80591)
513
514 Synced preparser and parser wrt syntax error in switch..case.
515 (issue 2210)
516
517 Fixed reporting of octal literals in strict mode when preparsing.
518 (issue 2220)
519
520 Fixed inline constructors for Harmony Proxy prototypes.
521 (issue 2225)
522
523 Performance and stability improvements on all platforms.
524
525
danno@chromium.org81cac2b2012-07-10 11:28:27 +00005262012-07-10: Version 3.12.10
527
528 Re-enabled and fixed issue with array bounds check elimination
529 (Chromium issue 132114).
530
531 Fixed Debug::Break crash. (Chromium issue 131642)
532
533 Added optimizing compiler support for JavaScript getters.
534
535 Performance and stability improvements on all platforms.
536
537
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00005382012-07-06: Version 3.12.9
539
540 Correctly advance the scanner when scanning unicode regexp flag.
541 (Chromium issue 136084)
542
543 Fixed unhandlified code calling Harmony Proxy traps.
544 (issue 2219)
545
546 Performance and stability improvements on all platforms.
547
548
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00005492012-07-05: Version 3.12.8
550
551 Implemented TypedArray.set and ArrayBuffer.slice in d8.
552
553 Performance and stability improvements on all platforms.
554
555
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00005562012-07-03: Version 3.12.7
557
558 Fixed lazy compilation for strict eval scopes.
559 (Chromium issue 135066)
560
561 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
562 (issue 2151)
563
564 Report "hidden properties" in heap profiler for properties case.
565 (issue 2212)
566
567 Activated optimization of packed arrays by default.
568
569 Performance and stability improvements on all platforms.
570
571
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00005722012-06-29: Version 3.12.6
573
574 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
575
576 Extended TypedArray support in d8.
577
578
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00005792012-06-28: Version 3.12.5
580
581 Fixed lazy parsing heuristics to respect outer scope.
582 (Chromium issue 135008)
583
584 Allow using test-wrapper-gypbuild.py on Windows when no python
585 interpreter is registered.
586
587 Performance and stability improvements on all platforms.
588
589
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00005902012-06-27: Version 3.12.4
591
592 Removed -fomit-frame-pointer flag from Release builds to make
593 the stack walkable by TCMalloc (Chromium issue 133723).
594
595 Ported r7868 (constant masking) to x64 (issue 1374).
596
597 Expose more detailed memory statistics (issue 2201).
598
599 Fixed Harmony Maps and WeakMaps for undefined values
600 (Chromium issue 132744).
601
602 Correctly throw reference error in strict mode with ICs disabled
603 (issue 2119).
604
605 Performance and stability improvements on all platforms.
606
607
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00006082012-06-25: Version 3.12.3
609
610 Reverted r11835 'Unify promotion and allocation limit computation' due
611 to V8 Splay performance regression on Mac. (Chromium issue 134183)
612
613 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
614
615 Performance and stability improvements on all platforms.
616
617
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00006182012-06-22: Version 3.12.2
619
620 Made near-jump check more strict in LoadNamedFieldPolymorphic on
621 ia32/x64. (Chromium issue 134055)
622
623 Fixed lazy sweeping heuristics to prevent old-space expansion.
624 (issue 2194)
625
626 Performance and stability improvements on all platforms.
627
628
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00006292012-06-21: Version 3.12.1
630
631 Performance and stability improvements on all platforms.
632
633
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00006342012-06-20: Version 3.12.0
635
636 Fixed Chromium issues:
637 115100, 129628, 131994, 132727, 132741, 132742, 133211
638
639 Fixed V8 issues:
640 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
641
642 Added --extra-code flag to mksnapshot to load JS code into the VM
643 before creating the snapshot.
644
645 Support 'restart call frame' command in the debugger.
646
647 Performance and stability improvements on all platforms.
648
649
mmassi@chromium.org7028c052012-06-13 11:51:58 +00006502012-06-13: Version 3.11.10
651
652 Implemented heap profiler memory usage reporting.
653
654 Preserved error message during finally block in try..finally.
655 (Chromium issue 129171)
656
657 Fixed EnsureCanContainElements to properly handle double values.
658 (issue 2170)
659
660 Improved heuristics to keep objects in fast mode with inherited
661 constructors.
662
663 Performance and stability improvements on all platforms.
664
665
rossberg@chromium.org400388e2012-06-06 09:29:22 +00006662012-06-06: Version 3.11.9
667
668 Implemented ES5-conformant semantics for inherited setters and read-only
669 properties. Currently behind --es5_readonly flag, because it breaks
670 WebKit bindings.
671
672 Exposed last seen heap object id via v8 public api.
673
674 Performance and stability improvements on all platforms.
675
676
verwaest@chromium.org37141392012-05-31 13:27:02 +00006772012-05-31: Version 3.11.8
678
679 Avoid overdeep recursion in regexp where a guarded expression with a
680 minimum repetition count is inside another quantifier.
681 (Chromium issue 129926)
682
683 Fixed missing write barrier in store field stub.
684 (issues 2143, 1465, Chromium issue 129355)
685
686 Proxies: Fixed receiver for setters inherited from proxies.
687 Proxies: Fixed ToStringArray function so that it does not reject some
688 keys.
689 (issue 1543)
690
691 Performance and stability improvements on all platforms.
692
693
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00006942012-05-29: Version 3.11.7
695
696 Get better function names in stack traces.
697
698 Performance and stability improvements on all platforms.
699
700
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00007012012-05-24: Version 3.11.6
702
703 Fixed RegExp.prototype.toString for incompatible receivers
704 (issue 1981).
705
706 Performance and stability improvements on all platforms.
707
708
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00007092012-05-23: Version 3.11.5
710
711 Performance and stability improvements on all platforms.
712
713
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00007142012-05-22: Version 3.11.4
715
716 Some cleanup to common.gypi. This fixes some host/target combinations
717 that weren't working in the Make build on Mac.
718
719 Handle EINTR in socket functions and continue incomplete sends.
720 (issue 2098)
721
722 Fixed python deprecations. (issue 1391)
723
724 Made socket send and receive more robust and return 0 on failure.
725 (Chromium issue 15719)
726
727 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
728
729 Set '-m32' option for host and target platforms
730
731 Performance and stability improvements on all platforms.
732
733
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00007342012-05-18: Version 3.11.3
735
736 Disable optimization for functions that have scopes that cannot be
737 reconstructed from the context chain. (issue 2071)
738
739 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
740
741 Correctly check for native error objects. (Chromium issue 2138)
742
743 Performance and stability improvements on all platforms.
744
745
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00007462012-05-16: Version 3.11.2
747
748 Revert r11496. (Chromium issue 128146)
749
750 Implement map collection for incremental marking. (issue 1465)
751
752 Add toString method to CallSite (which describes a frame of the
753 stack trace).
754
755
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00007562012-05-15: Version 3.11.1
757
758 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
759
760 Fix freebsd build. (V8 issue 2126)
761
762 Performance and stability improvements on all platforms.
763
764
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00007652012-05-11: Version 3.11.0
766
767 Fixed compose-discard crasher from r11524 (issue 2123).
768
769 Activated new global semantics by default. Global variables can
770 now shadow properties of the global object (ES5.1 erratum).
771
772 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
773 transitioning (Chromium issue 117409).
774
775 Made Error.prototype.name writable again, as required by the spec and
776 the web (Chromium issue 69187).
777
778 Implemented map collection with incremental marking (issue 1465).
779
780 Regexp: Fixed overflow in min-match-length calculation
781 (Chromium issue 126412).
782
783 MIPS: Fixed illegal instruction use on Loongson in code for
784 Math.random() (issue 2115).
785
786 Fixed crash bug in VisitChoice (Chromium issue 126272).
787
788 Fixed unsigned-Smi check in MappedArgumentsLookup
789 (Chromium issue 126414).
790
791 Fixed LiveEdit for function with no locals (issue 825).
792
793 Fixed register clobbering in LoadIC for interceptors
794 (Chromium issue 125988).
795
796 Implemented clearing of CompareICs (issue 2102).
797
798 Performance and stability improvements on all platforms.
799
800
danno@chromium.org2c26cb12012-05-03 09:06:43 +00008012012-05-03: Version 3.10.8
802
803 Enabled MIPS cross-compilation.
804
805 Ensured reload of elements pointer in StoreFastDoubleElement stub.
806 (Chromium issue 125515)
807
808 Fixed corner cases in truncation behavior when storing to
809 TypedArrays. (issue 2110)
810
811 Fixed failure to properly recognize and report out-of-memory
812 conditions when allocating code space pages. (Chromium issue
813 118625)
814
815 Fixed idle notifications to perform a round of incremental GCs
816 after context disposal. (issue 2107)
817
818 Fixed preparser for try statement. (issue 2109)
819
820 Performance and stability improvements on all platforms.
821
822
danno@chromium.org1044a4d2012-04-30 12:34:39 +00008232012-04-30: Version 3.10.7
824
825 Performance and stability improvements on all platforms.
826
827
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00008282012-04-26: Version 3.10.6
829
830 Fixed some bugs in accessing details of the last regexp match.
831
832 Fixed source property of empty RegExp objects. (issue 1982)
833
834 Enabled inlining some V8 API functions.
835
836 Performance and stability improvements on all platforms.
837
838
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +00008392012-04-23: Version 3.10.5
840
841 Put new global var semantics behind a flag until WebKit tests are
842 cleaned up.
843
844 Enabled stepping into callback passed to builtins.
845 (Chromium issue 109564)
846
847 Performance and stability improvements on all platforms.
848
849
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +00008502012-04-19: Version 3.10.4
851
852 Fixed issues when stressing compaction with WeakMaps.
853
854 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
855
856 Simplify invocation sequence at monomorphic function invocation sites.
857 (issue 2079)
858
859 Performance and stability improvements on all platforms.
860
861
erik.corry@gmail.comed49e962012-04-17 11:57:53 +00008622012-04-17: Version 3.10.3
863
864 Fixed several bugs in heap profiles (including issue 2078).
865
866 Throw syntax errors on illegal escape sequences.
867
868 Implemented rudimentary module linking (behind --harmony flag)
869
870 Implemented ES5 erratum: Global declarations should shadow
871 inherited properties.
872
873 Made handling of const more consistent when combined with 'eval'
874 and 'with'.
875
876 Fixed V8 on MinGW-x64 (issue 2026).
877
878 Performance and stability improvements on all platforms.
879
880
jkummerow@chromium.org28faa982012-04-13 09:58:30 +00008812012-04-13: Version 3.10.2
882
883 Fixed native ARM build (issues 1744, 539)
884
885 Return LOOKUP variable instead of CONTEXT for non-context allocated
886 outer scope parameters (Chromium issue 119609).
887
888 Fixed regular and ElementsKind transitions interfering with each other
889 (Chromium issue 122271).
890
891 Improved performance of keyed loads/stores which have a HeapNumber
892 index (issues 1388, 1295).
893
894 Fixed WeakMap processing for evacuation candidates (issue 2060).
895
896 Bailout on possible direct eval calls (Chromium issue 122681).
897
898 Do not assume that names of function expressions are context-allocated
899 (issue 2051).
900
901 Performance and stability improvements on all platforms.
902
903
fschneider@chromium.org7d10be52012-04-10 12:30:14 +00009042012-04-10: Version 3.10.1
905
906 Fixed bug with arguments object in inlined functions (issue 2045).
907
908 Fixed performance bug with lazy initialization (Chromium issue
909 118686).
910
911 Added suppport for Mac OS X 64bit builds with GYP.
912 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
913
914 Fixed bug with hidden properties (issue 2034).
915
916 Fixed a performance bug when reloading pages (Chromium issue 117767,
917 V8 issue 1902).
918
919 Fixed bug when optimizing throw in top-level code (issue 2054).
920
921 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
922
923 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
924
925 Fixed a bug with the new runtime profiler (Chromium issue 121147).
926
927 Fixed compilation of V8 using uClibc.
928
929 Optimized boot-up memory use.
930
931 Optimized regular expressions.
932
933
jkummerow@chromium.org1456e702012-03-30 08:38:13 +00009342012-03-30: Version 3.10.0
935
936 Fixed store IC writability check in strict mode
937 (Chromium issue 120099).
938
939 Resynchronize timers if the Windows system time was changed.
940 (Chromium issue 119815)
941
942 Removed "-mfloat-abi=hard" from host compiler cflags when building for
943 hardfp ARM
944 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
945
946 Fixed edge case for case independent regexp character classes
947 (issue 2032).
948
949 Reset function info counters after context disposal.
950 (Chromium issue 117767, V8 issue 1902)
951
952 Fixed missing write barrier in CopyObjectToObjectElements.
953 (Chromium issue 119926)
954
955 Fixed missing bounds check in HasElementImpl.
956 (Chromium issue 119925)
957
958 Performance and stability improvements on all platforms.
959
960
danno@chromium.org88aa0582012-03-23 15:11:57 +00009612012-03-23: Version 3.9.24
962
963 Activated count-based profiler for ARM.
964
965 Fixed use of proxies as f.prototype properties. (issue 2021)
966
967 Enabled snapshots on MIPS.
968
969 Performance and stability improvements on all platforms.
970
971
ulan@chromium.org6ff65142012-03-21 09:52:17 +00009722012-03-21: Version 3.9.23
973
974 Use correct arguments adaptation environment when inlining function
975 containing arguments. (Issue 2014)
976
977 Performance and stability improvements on all platforms.
978
979
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +00009802012-03-20: Version 3.9.22
981
982 Enabled count-based profiler by default.
983
984 Implemented a hash based look-up to speed up address checks
985 in large object space (issue 853).
986
987 Performance and stability improvements on all platforms.
988
989
rossberg@chromium.org2c067b12012-03-19 11:01:52 +00009902012-03-19: Version 3.9.21
991
992 Fixed push-to-trunk script (and re-push).
993
994 Added API call that identifies strings that are guaranteed only to
995 contain ASCII characters.
996
997
9982012-03-19: Version 3.9.20
999
1000 Fixed declarations escaping global strict eval. (Issue 1624)
1001
1002 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1003
1004 Fixed function declarations overwriting read-only global properties.
1005 (Chromium issue 115452)
1006
1007 Fixed --use-strict flag in combination with --harmony[-scoping].
1008
1009 Debugger: naive implementation of "step into Function.prototype.bind".
1010
1011 Debugger: added ability to set script source from within OnBeforeCompile
1012
1013 Added flag to always call DebugBreak on abort.
1014
1015 Re-enabled constructor inlining and inline === comparison with boolean
1016 constants. (Issue 2009)
1017
1018 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1019
1020 Performance and stability improvements on all platforms.
1021
1022
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000010232012-03-14: Version 3.9.19
1024
1025 Ensure there is a smi check of the receiver for global load and call
1026 ICs (Chromium issue 117794).
1027
1028 Performance and stability improvements on all platforms.
1029
1030
yangguo@chromium.org154ff992012-03-13 08:09:54 +000010312012-03-13: Version 3.9.18
1032
1033 Ensure consistency of Math.sqrt on Intel platforms.
1034
1035 Remove static initializers in v8. (issue 1859)
1036
1037 Add explicit dependency on v8_base in the GYP-based build.
1038
1039 Performance and stability improvements on all platforms.
1040
1041
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000010422012-03-12: Version 3.9.17
1043
1044 Fixed VFP detection through compiler defines. (issue 1996)
1045
1046 Add Code-related fields to postmortem metadata.
1047
1048 Performance and stability improvements on all platforms.
1049
1050
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000010512012-03-09: Version 3.9.16
1052
1053 Added basic interface inference for modules (behind the --harmony flag).
1054
1055 Added Object.is, Number.isFinite, Number.isNaN.
1056
1057 Updated the Unicode tables to Unicode version 6.1.0.
1058
1059 Performance and stability improvements on all platforms.
1060
1061
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000010622012-03-06: Version 3.9.15
1063
1064 Fix the heap profiler crash caused by memory layout changes between
1065 passes.
1066
1067 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1068
1069 Fix double-rounding in strtod for MinGW. (issue 1062)
1070
1071 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1072
1073 Performance and stability improvements on all platforms.
1074
1075
fschneider@chromium.org35814e52012-03-01 15:43:35 +000010762012-03-01: Version 3.9.14
1077
1078 Performance and stability improvements on all platforms.
1079
1080
ulan@chromium.org812308e2012-02-29 15:58:45 +000010812012-02-29: Version 3.9.13
1082
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001083 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001084
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001085 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1086 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001087
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001088 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001089
1090 Performance and stability improvements on all platforms.
1091
1092
ulan@chromium.org967e2702012-02-28 09:49:15 +000010932012-02-28: Version 3.9.12
1094
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001095 Fixed the negative lookup stub to handle deleted entries in a
1096 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001097
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001098 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001099 callback function can resolve the location of a return address on stack
1100 to the location where a return-address rewriting profiler stashed the
1101 original return address.
1102
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001103 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1104 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001105
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001106 Fixed issue 1853: Update breakpoints set with partial file name after
1107 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001108
1109
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000011102012-02-27: Version 3.9.11
1111
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001112 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001113
1114
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000011152012-02-24: Version 3.9.10
1116
1117 Fixed V8 issues 1322, 1772 and 1969.
1118
1119 Conformance improvements.
1120
1121 Performance and stability improvements on all platforms.
1122
1123
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000011242012-02-23: Version 3.9.9
1125
1126 Supported fast case for-in in Crankshaft.
1127
1128 Sped up heap snapshot serialization and dominators construction.
1129
1130 Randomized allocation addresses on windows. (Chromium issue 115151)
1131
1132 Fixed compilation with MinGW-w64. (issue 1943)
1133
1134 Fixed incorrect value of assignments to non-extensible properties.
1135
1136 Fixed a crash bug in generated code on ia32.
1137
1138 Performance and stability improvements on all platforms.
1139
1140
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000011412012-02-21: Version 3.9.8
1142
1143 Fixed memory leak and missing #include in StartupDataDecompressor
1144 (issue 1960).
1145
1146 Renamed static methods to avoid shadowing virtual methods and fix Clang
1147 C++11 compile error.
1148
1149 Fixed sequence of element access in array builtins (issue 1790).
1150
1151 Performance and stability improvements on all platforms.
1152
1153
yangguo@chromium.org56454712012-02-16 15:33:53 +000011542012-02-16: Version 3.9.7
1155
1156 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1157
1158 Fixed GCC-4.7 warnings.
1159
1160 Added Navier-Stokes benchmark.
1161
1162 Performance and stability improvements on all platforms.
1163
1164
ulan@chromium.org65a89c22012-02-14 11:46:07 +000011652012-02-14: Version 3.9.6
1166
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001167 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001168
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001169 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001170
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001171 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001172
1173 Heap Snapshot maximum size limit is too low for really big apps. At the
1174 moment the limit is 256MB. (Chromium issue 113015)
1175
1176 Performance and stability improvements on all platforms.
1177
1178
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000011792012-02-09: Version 3.9.5
1180
1181 Removed unused command line flags.
1182
1183 Performance and stability improvements on all platforms.
1184
1185
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000011862012-02-08: Version 3.9.4
1187
1188 Properly initialize element-transitioning array literals on ARM.
1189 (issue 1930)
1190
1191 Bug fixes on all platforms.
1192
1193
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000011942012-02-07: Version 3.9.3
1195
1196 When rethrowing an exception, print the stack trace of its original
1197 site instead of rethrow site (Chromium issue 60240).
1198
1199 Increased size of small stacks from 32k to 64k to avoid hitting limits
1200 in Chromium (Chromium issue 112843).
1201
1202
rossberg@chromium.org994edf62012-02-06 10:12:55 +000012032012-02-06: Version 3.9.2
1204
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001205 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001206
1207 Heap profiler reports implicit references.
1208
1209 Optionally export metadata with libv8 to enable debuggers to inspect V8
1210 state.
1211
1212
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000012132012-02-02: Version 3.9.1
1214
1215 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1216 (Chromium issue 112315).
1217
1218 Fixed a crash in dev tools (Chromium issue 107996).
1219
1220 Added 'dependencies_traverse': 1 to v8 GYP target.
1221
1222 Performance and stability improvements on all platforms.
1223
1224
danno@chromium.orgfa458e42012-02-01 10:48:36 +000012252012-02-01: Version 3.9.0
1226
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001227 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001228
1229 Stability fixes and performance improvements on all platforms.
1230
1231
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000012322012-01-26: Version 3.8.9
1233
1234 Flush number string cache on GC (issue 1605).
1235
1236 Provide access to function inferred name with
1237 v8::Function::GetInferredName in V8 public API.
1238
1239 Fix building with Clang (issue 1912).
1240
1241 Reduce the space used by the stack for the profiling thread.
1242
1243 Fix misleading documentation of v8::Locker (issue 542).
1244
1245 Introduce readbinary function in d8 to read binary files.
1246
1247 Performance and stability improvements on all platforms.
1248
1249
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000012502012-01-23: Version 3.8.8
1251
1252 Limited number of loop iterations in Heap::ReserveSpace
1253 (Chromium issue 99027).
1254
1255 Fixed solaris build (VirtualMemory) (issue 1761).
1256
1257 Fixed strict vs. non-strict handling of function proxies in
1258 higher-order array and string methods.
1259
1260 Enabled asynchronous remote debugging with d8 (issue 1691).
1261
1262 Stability and performance improvements on all platforms.
1263
1264
ulan@chromium.org2efb9002012-01-19 15:36:35 +000012652012-01-19: Version 3.8.7
1266
1267 Ensure that LRandom restores rsi after call to the C function on x64.
1268 (Chromium issue http://crbug.com/110509)
1269
1270 Fixing include issues on *bsd when building with scons.
1271 (issue 1897)
1272
1273 Provide a switch to specify -fno-strict-aliasing
1274 (issue 1887)
1275
1276 Move WIN32 define from standalone.gypi to common.gypi
1277 (issue 1760)
1278
1279 Fix corner-case in heap size estimation.
1280 (issue 1893)
1281
1282 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1283 (issue 1903)
1284
1285 Performance improvements and bug fixes.
1286
1287
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000012882012-01-16: Version 3.8.6
1289
1290 Add primitive WebGL array support to d8.
1291
1292 Improve heap size estimation (issue 1893).
1293
1294 Hash collision DOS workaround extended from string keys
1295 to numeric keys.
1296
1297 Provide an API for iterating through all external strings referenced
1298 from the JS heap.
1299
1300 Adjust position recorded for call expressions. http://crbug.com/109195
1301
1302 Fix GC crash related to instanceof. http://crbug.com/109448
1303
1304 Performance improvements and bug fixes.
1305
1306
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000013072012-01-05: Version 3.8.5
1308
1309 Fix broken test that assumes that no GC can clear the regexp cache (GC
1310 can happen at any time due to Crankshaft).
1311
1312 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1313
1314 Add netbsd support to gyp build.
1315
1316 Determine page size at runtime on posix platforms.
1317
1318 Ensure that store buffer filtering hash sets are cleared after
1319 StoreBuffer::Filter.
1320
1321 Randomize the seed used for string hashing. This helps guard against
1322 CPU-eating DOS attacks against node.js servers. Based on code from
1323 Bert Belder. This version only solves the issue for those that compile
1324 V8 themselves or those that do not use snapshots. A snapshot-based
1325 precompiled V8 will still have predictable string hash codes.
1326
1327 Implement callback when script finishes running in V8 API.
1328
1329 Improve performance of Math.min and Math.max for the case of two
1330 arguments. (issue 1325)
1331
1332
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000013332012-01-02: Version 3.8.4
1334
1335 Performance improvements for large Smi-only arrays.
1336
1337 Fixed InternalArrays construction. (issue 1878)
1338
1339
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000013402011-12-27: Version 3.8.3
1341
1342 Avoid embedding new space objects into code objects in the lithium gap
1343 resolver. (chromium:108296)
1344
1345 Bug fixes and performance optimizations on all platforms.
1346
1347
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000013482011-12-21: Version 3.8.2
1349
1350 Add max optimization flag to v8 gyp build to ensure V8 is always built
1351 fully optimized in Chrome.
1352
1353 MIPS: Bring MIPS to parity with other platforms.
1354
1355 Optimizations and stability improvements on all platforms.
1356
1357
ricow@chromium.org7ad65222011-12-19 12:13:11 +000013582011-12-19: Version 3.8.1
1359
1360 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1361
1362 Stability improvements on all platforms.
1363
1364
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000013652011-12-13: Version 3.8.0
1366
1367 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1368
1369 Sync parser and preparser on do-while and return statements.
1370 (issue 1856)
1371
1372 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1373
1374 Stability and performance improvements on all platforms.
1375
1376
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000013772011-12-01: Version 3.7.12
1378
1379 Increase tick interval for the android platform.
1380
1381 Fix a bug in the register allocator. (chromium:105112)
1382
1383 Fix handling of recompiling code. (chromium:105375, v8:1782)
1384
1385 Start incremental marking on idle notification. (v8:1458)
1386
1387 Build fixes for various platforms.
1388
1389 Various performance improvements.
1390
1391
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000013922011-11-29: Version 3.7.11
1393
1394 Fixed bug when generating padding to ensure space for lazy
1395 deoptimization.
1396 (issue 1846)
1397
1398 Further reduced pause times due to GC.
1399
1400 Stability and performance improvements on all platforms.
1401
1402
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000014032011-11-23: Version 3.7.10
1404
1405 Set maximum length of FixedArray in terms of elements instead an
1406 absolute number of bytes.
1407 (Chromium issue 103103)
1408
1409 Stability and performance improvements on all platforms.
1410
1411
14122011-11-21: Version 3.7.9
1413
1414 Removed exit-time destructors.
1415
1416 Stability and performance improvements on all platforms.
1417
1418
ricow@chromium.org27bf2882011-11-17 08:34:43 +000014192011-11-17: Version 3.7.8
1420
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001421 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001422 function on builtins will not make the original function reappear.
1423
1424 Added NetBSD support for scons build.
1425
1426 Performance improvements on all platforms.
1427
1428
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000014292011-11-14: Version 3.7.7
1430
1431 Fix missing fast property accessors in heap snapshots.
1432 (issue 1818)
1433
1434
danno@chromium.org2c456792011-11-11 12:00:53 +000014352011-11-11: Version 3.7.6
1436
1437 Fixed filtering of store buffer for large object pages.
1438 (issue 1817)
1439
1440 Fixed generated hash function on all platforms.
1441 (issue 1808)
1442
1443 Fixed Heap::Shrink to ensure that it does not free pages that are
1444 still in use.
1445 (Chromium issue 100414)
1446
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001447 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001448
1449
danno@chromium.orgc612e022011-11-10 11:38:15 +000014502011-11-10: Version 3.7.5
1451
1452 Added initial gyp infrastructure for MIPS.
1453
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001454 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001455 collector.
1456
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001457 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001458
1459
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000014602011-11-07: Version 3.7.4
1461
1462 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1463
1464 Fix Harmony sets and maps to allow null and undefined as keys
1465 (still hidden behind --harmony flag) (issue 1622).
1466
1467 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1468
1469 Enable VFP instructions for Android.
1470
1471 Fix error handling in Date.prototype.toISOString (issue 1792).
1472
1473 Bug fixes and performance improvements for all platforms.
1474
1475 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1476
1477
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000014782011-10-28: Version 3.7.3
1479
1480 Slight deoptimization as a workaround for issue with jslint: Issue
1481 1789.
1482
1483
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000014842011-10-27: Version 3.7.2
1485
1486 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1487
1488
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000014892011-10-26: Version 3.7.1
1490
1491 Achieved 33% speedup in debug-mode tests.
1492
1493 Removed special casing of calls to RegExp test and exec methods with no
1494 argument. Now matches new JSC behaviour. crbug.com/75740.
1495
1496 Return the empty string on cyclic references in toString (ES5
1497 conformance).
1498
1499 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1500
1501 Made Math.random state per-context instead of per-process (issue 864).
1502
1503 Fixed stack traces to skip native functions.
1504
1505 Make snapshots (new contexts) smaller and faster.
1506
1507 Fixed handling of Function.apply for non-array arguments.
1508
1509 Fixed evaluation order in defineProperties to match FireFox.
1510
1511 Fixed handling of non-object receivers for array builtins,
1512 crbug.com/100702.
1513
1514 Multiple fixes to improve compliance with test262.
1515
1516 Fixed compatibility with older Android releases.
1517
1518 Fixed compilation with gcc-4.5.3.
1519
1520 Improved performance of WriteUtf8, issue 1665.
1521
1522 Made native syntax an early error in the preparser.
1523
1524 Fixed issues 793 and 893 relating to Function.prototype.bind.
1525
1526 Improved let, const, Set and Map support and other Harmony features
1527 (behind the --harmony flag).
1528
1529 Changed evaluation order for > and <= to match ES5 instead of ES3.
1530
1531 Bug fixes and performance improvements on all platforms.
1532
1533
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000015342011-10-13: Version 3.7.0
1535
1536 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1537
1538 Fixed issue 1757 (string slices of external strings).
1539
1540 Fixed issue 1759 (ARM).
1541
1542 Added flag --noclever-optimizations to disable some things that
1543 caused trouble in the past.
1544
1545 Added flag --stress-compaction for testing.
1546
1547 Added flag --harmony to activate all experimental Harmony features.
1548
1549
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000015502011-10-10: Version 3.6.6
1551
1552 Added a GC pause visualization tool.
1553
1554 Added presubmit=no and werror=no flags to Makefile.
1555
1556 ES5/Test262 conformance improvements.
1557
1558 Fixed compilation issues with GCC 4.5.x (issue 1743).
1559
1560 Bug fixes and performance improvements on all platforms.
1561
1562
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000015632011-10-05: Version 3.6.5
1564
1565 New incremental garbage collector.
1566
1567 Removed the hard heap size limit (soft heap size limit is still
1568 700/1400Mbytes by default).
1569
1570 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1571
1572 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1573
1574 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1575
1576 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1577
1578 Fixed the MinGW and Windows 2000 builds.
1579
1580 Fixed "Prototype chain is not searched if named property handler does
1581 not set a property" (Issue 1636).
1582
1583 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1584
1585 Disallowed future reserved words as labels in strict mode.
1586
1587 Fixed string split to correctly coerce the separator to a string
1588 (Issue 1711).
1589
1590 API: Added an optional source length field to the Extension
1591 constructor.
1592
1593 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1594 (Issue 1573).
1595
1596 Added "native" target to Makefile for the benefit of Linux distros.
1597
1598 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1599
1600 More work on ES-Harmony proxies. Still hidden behind a flag.
1601
1602 Bug fixes and performance improvements on all platforms.
1603
1604
lrn@chromium.org34e60782011-09-15 07:25:40 +000016052011-09-15: Version 3.6.4
1606
1607 Fixed d8's broken readline history.
1608
1609 Removed the need for code delete events in CPU profiler (Issue 1466).
1610
1611 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1612
1613 Fixing parallel execution in d8 (with -p) and some memory leaks.
1614
1615 Support for precise stepping in functions compiled before debugging was
1616 started (step 1).
1617
1618
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000016192011-09-13: Version 3.6.3
1620
1621 Implemented better support of typed arrays in the d8 shell.
1622
1623 Bug fixes and performance improvements on all platforms.
1624
1625
ricow@chromium.org55ee8072011-09-08 16:33:10 +000016262011-09-08: Version 3.6.2
1627
1628 Added "dependencies" target to top-level Makefile.
1629
1630 Added ability to turn profiler on/off in d8.
1631
1632 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1633
1634 Fixed several crash bugs.
1635
1636
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000016372011-09-07: Version 3.6.1
1638
1639 Fixed a bug in abrupt exit from with or catch inside finally.
1640
1641 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1642 issue 95113).
1643
1644 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1645
1646 Fixed a few clang warnings (which -Werror treated as errors).
1647
1648 Performance improvements on all platforms.
1649
1650
fschneider@chromium.org1805e212011-09-05 10:49:12 +000016512011-09-05: Version 3.6.0
1652
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001653 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001654
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001655 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001656
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001657 Made arguments and caller always be null on native functions
1658 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001659
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001660 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001661
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001662 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001663
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001664 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001665
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001666 Fixed a problem with large heap snapshots in Chrome DevTools
1667 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001668
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001669 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001670
1671
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000016722011-08-31: Version 3.5.10
1673
1674 Added dependency of v8_base on WinSocket2 Windows library in
1675 the GYP-build.
1676
1677 Various bugfixes.
1678
1679
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000016802011-08-29: Version 3.5.9
1681
1682 Made FromPropertyDescriptor not trigger inherited setters.
1683
1684 Fixed .gyp files to work on the ARM simulator.
1685
1686 Fixed shared library build warnings for MSVS.
1687
1688
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000016892011-08-24: Version 3.5.8
1690
1691 Added V8EXPORT attributes for v8::Array::CheckCast and
1692 v8::Number::CheckCast.
1693
1694 Made a slight API change enabling opting out from null termination
1695 in String::Write*().
1696
1697 Fixed arm build for gcc-4.6.
1698
1699
rossberg@chromium.org28a37082011-08-22 11:03:23 +000017002011-08-22: Version 3.5.7
1701
1702 Make scanner handle invalid unicode escapes in identifiers correctly.
1703
1704 Make regexp flag parsing stricter.
1705
1706 Fix several memory leaks.
1707
1708
danno@chromium.orgb6451162011-08-17 14:33:23 +000017092011-08-17: Version 3.5.6
1710
1711 Fixed issue that could cause crashes when running with --heap-stats.
1712
1713 Fixed compilation on Linux 2.6.9 and older.
1714
1715 Fixed live-object-list to work with isolates.
1716
1717 Fixed memory leaks in zones and isolates.
1718
1719 Fixed a performance regression for TypedArrays on x64.
1720
1721 Stability improvements on all platforms.
1722
1723
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000017242011-08-15: Version 3.5.5
1725
1726 Fixed bugs involving negative zero and the optimizing compiler.
1727
1728 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1729
1730 Eliminated uses of deprecated ARM instructions.
1731
1732 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1733
1734 Removed restriction on the size of disassembled code that is printed.
1735
1736
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000017372011-08-10: Version 3.5.4
1738
1739 Added a preliminary implementation of ES Harmony weak maps. Weak
1740 maps can be enabled by the flag --harmony-weakmaps.
1741
1742 Introduced a toplevel Makefile to support GYP-based building. GYP
1743 can be obtained from http://gyp.googlecode.com.
1744
1745 Fixed a bug in the length property of functions created by
1746 Function.prototype.bind.
1747
1748 Reduced malloc heap allocation on process startup.
1749
1750 Several important code generation bug fixes.
1751
1752 Performance improvements on all platforms.
1753
1754
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000017552011-08-03: Version 3.5.3
1756
1757 MIPS: Port of fix to ClassOf check from ARM.
1758 Patch from Paul Lind <plind44@gmail.com>.
1759
1760 Stopped using mprotect on Cygwin.
1761 Avoided uninitialized member warning on gcc 4.3.4
1762 Both patches by Bert Belder.
1763
1764 Bug fixes and performance improvements on all platforms.
1765
1766
vegorov@chromium.org7943d462011-08-01 11:41:52 +000017672011-08-01: Version 3.5.2
1768
1769 Performance improvements on all platforms.
1770
1771
ricow@chromium.org2c99e282011-07-28 09:15:17 +000017722011-07-28: Version 3.5.1
1773
1774 Fixed setting the readonly flag on the prototype property using the
1775 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1776
1777 Changed the tools/test.py script to use d8 instead of shell for
1778 testing.
1779
1780 Fixed crash in ToBooleanStub when GC happens during invocation.
1781
1782 Enabled automatic unboxing of double arrays.
1783
1784 Performance improvements on all platforms.
1785
1786
ricow@chromium.org9fa09672011-07-25 11:05:35 +000017872011-07-25: Version 3.5.0
1788
1789 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1790 proxies.
1791
1792 Removed logging to memory support.
1793
1794 Bugfixes and performance work.
1795
1796
rossberg@chromium.org717967f2011-07-20 13:44:42 +000017972011-07-20: Version 3.4.14
1798
1799 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1800
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001801 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001802 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001803
1804 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1805
1806
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000018072011-07-18: Version 3.4.13
1808
1809 Improved debugger support to allow inspection of optimized frames (issue
1810 1140).
1811
1812 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1813
1814 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1815
1816 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1817
1818 Simplified HClampToUint8. Patch by Andy Wingo.
1819
1820 Exposed APIs for detecting boxed primitives, native errors. Patch by
1821 Luke Zarko.
1822
1823 Added map check for COW elements to crankshaft array handling code
1824 (issue 1560).
1825
1826 Sample shell and (a light version of) D8 links against a shared library
1827 now.
1828
1829 Fixed bug in array filter and reduce functions (issue 1559).
1830
1831 Avoid TLS load in AstNode constructor.
1832
1833 Introduced a random entropy source which can optionally be provided at
1834 initialization. (Chromium issue 89462).
1835
1836
whesse@chromium.org030d38e2011-07-13 13:23:34 +000018372011-07-13: Version 3.4.12
1838
1839 Added --prof profiling option to d8 shell.
1840
1841 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
1842
1843 Fixed a potential assertion failure in const declarations.
1844
1845 Fixed an assertion failure in descriptor arrays (issue 1526).
1846
1847 Enabled fast thread-local storage by default on supported platforms.
1848
1849 Improved reporting of source position for global variable loads
1850 (issue 1527).
1851
1852
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000018532011-07-11: Version 3.4.11
1854
1855 Fixed MinGW32 build.
1856
1857 Fixed a GC bug with RegExp code flushing.
1858
1859 Implemented Object.defineProperty for proxies.
1860
1861 Fixed a bug in for/in iteration of arguments objects (issue 1531).
1862
1863 Added debugger support for inspecting optimized frames (issue 1140).
1864
1865 Allowed JSObject::PreventExtensions to work for arguments objects.
1866
1867 Bugfixes and performance work.
1868
1869
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000018702011-07-06: Version 3.4.10
1871
1872 Fixed debugger not breaking on certain "if" statements (issue 1523).
1873
1874 Fixed assertion failure in runtime profiler when running on IA32
1875 without snapshot (issue 1522).
1876
1877 Fixed ABI for API calls on IA32 (for clang compatibility).
1878
1879 Introduced code flushing of RegExp code to free memory used by
1880 RegExps sooner.
1881
1882 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
1883
1884 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
1885
1886 Performance improvements on all platforms.
1887
1888
ricow@chromium.org4f693d62011-07-04 14:01:31 +000018892011-07-04: Version 3.4.9
1890
1891 Added support for debugger inspection of locals in optimized frames
1892 (issue 1140).
1893
1894 Fixed SConstruct to pass correct defines to samples/preparser when
1895 building with library=shared.
1896
1897 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
1898
1899 Fixed a bug in Object.defineProperty on the arguments object.
1900
1901 Performance improvements on all platforms.
1902
1903
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000019042011-06-29: Version 3.4.8
1905
1906 Ensure 16-byte stack alignment on Solaris (issue 1505).
1907
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00001908 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00001909 that is not a smi. (issue 1246).
1910
1911
ager@chromium.org04921a82011-06-27 13:21:41 +000019122011-06-27: Version 3.4.7
1913
1914 Fixed 64-bit build on FreeBSD.
1915
1916 Added API to set the property attributes for the prototype
1917 property on functions created from FunctionTemplates.
1918
1919 Bugfixes and performance work.
1920
1921
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000019222011-06-22: Version 3.4.6
1923
1924 Lowered limit on code space for systems with low memory supply.
1925
1926 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
1927
1928 Extended setBreakpoint API to accept partial script name (issue 1418).
1929
1930 Made multi-line comments not count when deciding whether the '-->'
1931 comment starter is first on a line. This matches Safari.
1932
1933 Made handling of non-array recievers in Array length setter correct
1934 (issue 1491).
1935
1936 Added ability to heap profiler to iterate over snapshot's node
1937 (issue 1481).
1938
1939
whesse@chromium.org7b260152011-06-20 15:33:18 +000019402011-06-20: Version 3.4.5
1941
1942 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
1943 1476, and 1477.
1944
1945 Improved code generation for !0 and !1.
1946
1947 Reduced memory usage for regular expressions with nested qualifiers.
1948 (issue 1472)
1949
1950 Fixed V8 to count line terminators in multi-line comments.
1951 (Chromium issue 86431)
1952
1953 Fixed disassembler=on option for release-mode builds. (issue 1473)
1954
1955 Performance improvements on all platforms.
1956
1957
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000019582011-06-15: Version 3.4.4
1959
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001960 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001961
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001962 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001963
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001964 Several GYP-related changes: Added support for building Xcode project
1965 files. Make the ARM simulator build with GYP again. Generate Makefiles
1966 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001967
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001968 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
1969 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001970
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001971 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001972
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001973 Handle 'undefined' correctly when === has been specialized for doubles.
1974 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001975
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001976 Corrected the limit of local variables in an optimized function from 64
1977 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001978
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001979 Correctly set ReadOnly flag on indexed properties when using the API Set
1980 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001981
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001982 Give the correct error message when Object.isExtensible is called on a
1983 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001984
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001985 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
1986 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001987
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001988 Do not redefine properties unneccesarily in seal and freeze. (issue
1989 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001990
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001991 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001992
ricow@chromium.org4f693d62011-07-04 14:01:31 +00001993 Distinguish keyed loads with a symbol key from fast elements loads,
1994 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00001995
1996
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000019972011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00001998
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00001999 Clear the global thread table when an isolate is disposed
2000 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002001
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002002 Converted time zone name to UTF8 on Windows (issue 1290).
2003
2004 Limited the number of arguments in a function call to 32766
2005 (issue 1413).
2006
2007 Compress sources of JS libraries in addition to the snapshot.
2008
2009 Fixed a bug in Lithium environment iteration.
2010
2011 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002012
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002013
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000020142011-06-06: Version 3.4.2
2015
2016 More work on ES-Harmony proxies. Still hidden behind a flag.
2017
2018 Fixed some crash bugs and improved performance.
2019
2020 Fixed building with gdb debugging support.
2021
2022 Do not install SIGPROF handler until it is needed.
2023
2024 Added DateTimeFormat to i18n API.
2025
2026 Fixed compilation on OpenBSD.
2027
2028 Take the ulimit into account when sizing the heap. OpenBSD users
2029 may still have to increase the default ulimit to run heavy pages in
2030 the browser.
2031
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002032
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000020332011-06-01: Version 3.4.1
2034
2035 Fixed JSON stringify issue with arrays.
2036
2037 Changed calls to JS builtins to be passed undefined when called with
2038 implicit receiver.
2039
2040 Implemented the set trap for Harmony proxies. Proxies still need to
2041 be enabled with the --harmony-proxies flag.
2042
2043
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000020442011-05-30: Version 3.4.0
2045
2046 Changed calls to undefined property setters to not throw (issue 1355).
2047
2048 Made RegExp objects not callable.
2049
2050 Fixed issues on special case large JSON strings in new json parser
2051 (issues http://crbug.com/83877 and http://crbug.com/84186).
2052
2053 Performance improvements on all platforms.
2054
2055
danno@chromium.org40cb8782011-05-25 07:58:50 +000020562011-05-25: Version 3.3.10
2057
2058 Fixed calls of strict mode function with an implicit receiver.
2059
2060 Fixed fast handling of arrays to properly deal with changes to the
2061 Object prototype (issue 1403).
2062
2063 Changed strict mode poison pill to be the same type error function
2064 (issue 1387).
2065
2066 Fixed a debug crash in arguments object handling (issue 1227).
2067
2068 Fixed a bug in deoptimization on x64 (issue 1404).
2069
2070 Performance improvements and bug fixes on all platforms.
2071
2072
ager@chromium.orgea91cc52011-05-23 06:06:11 +000020732011-05-23: Version 3.3.9
2074
2075 Added DateTimeFormat class to experimental i18n API.
2076
2077 Extended preparser to give early errors for some strict mode
2078 restrictions.
2079
2080 Removed legacy execScript function from V8.
2081
2082 Extended isolate API with the ability to add embedder-specific
2083 data to an isolate.
2084
2085 Added basic support for polymorphic loads from JS and external
2086 arrays.
2087
2088 Fixed bug in handling of switch statements in the optimizing
2089 compiler.
2090
2091
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000020922011-05-18: Version 3.3.8
2093
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002094 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002095 handles are independent of all other persistent handles and can be
2096 garbage collected more frequently.
2097
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002098 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002099 with the --harmony-proxies flag.
2100
2101 Performance improvements and bug fixes on all platforms.
2102
2103
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000021042011-05-16: Version 3.3.7
2105
2106 Updated MIPS infrastructure files.
2107
2108 Performance improvements and bug fixes on all platforms.
2109
2110
karlklose@chromium.org83a47282011-05-11 11:54:09 +000021112011-05-11: Version 3.3.6
2112
2113 Updated MIPS infrastructure files.
2114
2115 Added method IsCallable for Object to the API.
2116 Patch by Peter Varga.
2117
2118
lrn@chromium.org1c092762011-05-09 09:42:16 +000021192011-05-09: Version 3.3.5
2120
2121 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2122
2123 Added check that receiver is JSObject on API calls.
2124
2125 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2126 Patch by Peter Varga.
2127
2128 Added CallAsFunction method to the Object class in the API (Issue 1336).
2129 Patch by Peter Varga.
2130
2131 Added per-isolate locking and unlocking.
2132
2133 Fixed bug in x64 >>> operator (Issue 1359).
2134
2135
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000021362011-05-04: Version 3.3.4
2137
2138 Implemented API to disallow code generation from strings for a context
2139 (issue 1258).
2140
2141 Fixed bug with whitespaces in parseInt (issue 955).
2142
2143 Fixed bug with == comparison of Date objects (issue 1356).
2144
2145 Added GYP variables for ARM code generation:
2146 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2147 and v8_use_arm_eabi_hardfloat.
2148
2149
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000021502011-05-02: Version 3.3.3
2151
2152 Added support for generating Visual Studio solution and project files
2153 using GYP.
2154
2155 Implemented support for ARM EABI calling convention variation where
2156 floating-point arguments are passed in registers (hardfloat).
2157
2158 Added Object::HasOwnProperty() to the API.
2159
2160 Added support for compressing startup data to reduce binary size. This
2161 includes build time support and an API for the embedder to decompress
2162 the startup data before initializing V8.
2163
2164 Reduced the profiling hooks overhead from >400% to 25% when using
2165 ll_prof.
2166
2167 Performance improvements and bug fixes on all platforms.
2168
2169
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000021702011-04-27: Version 3.3.2
2171
2172 Fixed crash bug on ARM with no VFP3 hardware.
2173
2174 Fixed compilation of V8 without debugger support.
2175
2176 Improved performance on JSLint.
2177
2178 Added support Float64 WebGL arrays.
2179
2180 Fixed crash bug in regexp replace.
2181
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002182
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000021832011-04-20: Version 3.3.1
2184
2185 Reduced V8 binary size by removing virtual functions from hydrogen.
2186
2187 Fixed crash bug on x64.
2188
2189 Performance improvements on ARM and IA32.
2190
2191
danno@chromium.org160a7b02011-04-18 15:51:38 +000021922011-04-18: Version 3.3.0
2193
2194 Fixed bug in floating point rounding in Crankshaft on ARM
2195 (issue 958)
2196
2197 Fixed a number of issues with running without VFPv3 support on ARM
2198 (issue 1315)
2199
2200 Introduced v8Locale.Collator, a partial implementation of Collator
2201 per last ECMAScript meeting + mailing list.
2202
2203 Minor performance improvements and bug fixes.
2204
2205
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000022062011-04-13: Version 3.2.10
2207
2208 Fixed bug in external float arrays on ARM (issue 1323).
2209
2210 Minor performance improvements and bug fixes.
2211
2212
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000022132011-04-11: Version 3.2.9
2214
2215 Removed support for ABI prior to EABI on ARM.
2216
2217 Fixed multiple crash bugs.
2218
2219 Added GCMole to the repository, a simple static analysis tool that
2220 searches for GC-unsafe evaluation order dependent callsites.
2221
2222 Made preparser API be exported in shared libraries.
2223
2224 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2225
2226 Fixed mutable __proto__ property if object is not extensible
2227 (Issue 1309).
2228
2229 Fixed auto suspension of the sampler thread.
2230
2231
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000022322011-04-06: Version 3.2.8
2233
2234 Exposed WebGL typed array constructors in the shell sample.
2235
2236 Performance improvements on all platforms.
2237
2238
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000022392011-04-04: Version 3.2.7
2240
2241 Disabled the original 'classic' V8 code generator. Crankshaft is
2242 now the default on all platforms.
2243
2244 Changed the heap profiler to use more descriptive names.
2245
2246 Performance and stability improvements to isolates on all platforms.
2247
2248
lrn@chromium.org7516f052011-03-30 08:52:27 +000022492011-03-30: Version 3.2.6
2250
2251 Fixed xcode build warning in shell.cc (out of order initialization).
2252
2253 Fixed null-pointer dereference in the compiler when running without
2254 SSE3 support (Chromium issue 77654).
2255
2256 Fixed x64 compilation error due to some dead code. (Issue 1286)
2257
2258 Introduced scons target to build the preparser stand-alone example.
2259
2260 Made FreeBSD build and pass all tests.
2261
2262
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000022632011-03-28: Version 3.2.5
2264
lrn@chromium.org7516f052011-03-30 08:52:27 +00002265 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002266
2267 Added Crankshaft support for external arrays.
2268
2269 Fixed two potential crash bugs.
2270
2271
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000022722011-03-23: Version 3.2.4
2273
2274 Added isolates which allows several V8 instances in the same process.
2275 This is controlled through the new Isolate class in the API.
2276
2277 Implemented more of EcmaScript 5 strict mode.
2278
2279 Reduced the time it takes to make detailed heap snapshot.
2280
2281 Added a number of commands to the ARM simulator and enhanced the ARM
2282 disassembler.
2283
2284
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000022852011-03-17: Version 3.2.3
2286
2287 Fixed a number of crash bugs.
2288
2289 Fixed Array::New(length) to return an array with a length (issue 1256).
2290
2291 Fixed FreeBSD build.
2292
2293 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2294
2295 Implemented more of EcmaScript 5 strict mode.
2296
2297 Improved Crankshaft performance on all platforms.
2298
2299
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000023002011-03-14: Version 3.2.2
2301
2302 Fixed a number of crash and correctness bugs.
2303
2304 Improved Crankshaft performance on all platforms.
2305
2306 Fixed Crankshaft on Solaris/Illumos.
2307
2308
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000023092011-03-10: Version 3.2.1
2310
2311 Fixed a number of crash bugs.
2312
2313 Improved Crankshaft for x64 and ARM.
2314
2315 Implemented more of EcmaScript 5 strict mode.
2316
2317
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000023182011-03-07: Version 3.2.0
2319
2320 Fixed a number of crash bugs.
2321
2322 Turned on Crankshaft by default on x64 and ARM.
2323
2324 Improved Crankshaft for x64 and ARM.
2325
2326 Implemented more of EcmaScript 5 strict mode.
2327
2328
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000023292011-03-02: Version 3.1.8
2330
2331 Fixed a number of crash bugs.
2332
2333 Improved Crankshaft for x64 and ARM.
2334
2335 Implemented more of EcmaScript 5 strict mode.
2336
2337 Fixed issue with unaligned reads and writes on ARM.
2338
2339 Improved heap profiler support.
2340
2341
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000023422011-02-28: Version 3.1.7
2343
2344 Fixed a number of crash bugs.
2345
2346 Improved Crankshaft for x64 and ARM.
2347
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002348 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002349 arrays (http://crbug.com/73940).
2350
2351 Fixed bug in map space compaction (http://crbug.com/59688).
2352
2353 Added support for direct getter accessors calls on ARM.
2354
2355
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000023562011-02-24: Version 3.1.6
2357
2358 Fixed a number of crash bugs.
2359
2360 Added support for Cygwin (issue 64).
2361
2362 Improved Crankshaft for x64 and ARM.
2363
2364 Added Crankshaft support for stores to pixel arrays.
2365
2366 Fixed issue in CPU profiler with Crankshaft.
2367
2368
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000023692011-02-16: Version 3.1.5
2370
2371 Change RegExp parsing to disallow /(*)/.
2372
2373 Added GDB JIT support for ARM.
2374
2375 Fixed several crash bugs.
2376
2377 Performance improvements on the IA32 platform.
2378
2379
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000023802011-02-14: Version 3.1.4
2381
2382 Fixed incorrect compare of prototypes of the global object (issue
2383 1082).
2384
2385 Fixed a bug in optimizing calls to global functions (issue 1106).
2386
2387 Made optimized Function.prototype.apply safe for non-JSObject first
2388 arguments (issue 1128).
2389
2390 Fixed an error related to element accessors on Object.prototype and
2391 parser errors (issue 1130).
2392
2393 Fixed a bug in sorting an array with large array indices (issue 1131).
2394
2395 Properly treat exceptions thrown while compiling (issue 1132).
2396
2397 Fixed bug in register requirements for function.apply (issue 1133).
2398
2399 Fixed a representation change bug in the Hydrogen graph construction
2400 (issue 1134).
2401
2402 Fixed the semantics of delete on parameters (issue 1136).
2403
2404 Fixed a optimizer bug related to moving instructions with side effects
2405 (issue 1138).
2406
2407 Added support for the global object in Object.keys (issue 1150).
2408
2409 Fixed incorrect value for Math.LOG10E
2410 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2411
2412 Performance improvements on the IA32 platform.
2413
2414 Implement assignment to undefined reference in ES5 Strict Mode.
2415
2416
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000024172011-02-09: Version 3.1.3
2418
2419 Fixed a bug triggered by functions with huge numbers of declared
2420 arguments.
2421
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002422 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002423
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002424 Fixed issue where Array.prototype.__proto__ had been set to null
2425 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002426
2427 Fixed stability bugs in Crankshaft for x86.
2428
2429
ricow@chromium.org83aa5492011-02-07 12:42:56 +000024302011-02-07: Version 3.1.2
2431
2432 Added better security checks when accessing properties via
2433 Object.getOwnPropertyDescriptor.
2434
2435 Fixed bug in Object.defineProperty and related access bugs (issues
2436 992, 1083 and 1092).
2437
2438 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2439 copyright notice generation for embedders.
2440
2441
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000024422011-02-02: Version 3.1.1
2443
2444 Perform security checks before fetching the value in
2445 Object.getOwnPropertyDescriptor.
2446
2447 Fixed a bug in Array.prototype.splice triggered by passing no
2448 arguments.
2449
2450 Fixed bugs in -0 in arithmetic and in Math.pow.
2451
2452 Fixed bugs in the register allocator and in switching from optimized
2453 to unoptimized code.
2454
2455
24562011-01-31: Version 3.1.0
2457
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002458 Performance improvements on all platforms.
2459
2460
ager@chromium.org378b34e2011-01-28 08:04:38 +000024612011-01-28: Version 3.0.12
2462
2463 Added support for strict mode parameter and object property
2464 validation.
2465
2466 Fixed a couple of crash bugs.
2467
2468
ager@chromium.org0ee099b2011-01-25 14:06:47 +000024692011-01-25: Version 3.0.11
2470
2471 Fixed a bug in deletion of lookup slots that could cause global
2472 variables to be accidentally deleted (http://crbug.com/70066).
2473
2474 Added support for strict mode octal literal verification.
2475
2476 Fixed a couple of crash bugs (issues 1070 and 1071).
2477
2478
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000024792011-01-24: Version 3.0.10
2480
2481 Fixed External::Wrap for 64-bit addresses (issue 1037).
2482
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002483 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002484 code generator (issue 1060).
2485
2486 Introduced partial strict mode support.
2487
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002488 Changed formatting of recursive error messages to match Firefox and
2489 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002490
2491 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002492 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002493 (issue http://crbug.com/50972).
2494
2495 Performance improvements on the IA32 platform.
2496
2497
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000024982011-01-19: Version 3.0.9
2499
2500 Added basic GDB JIT Interface integration.
2501
2502 Make invalid break/continue statements a syntax error instead of a
2503 runtime error.
2504
2505
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000025062011-01-17: Version 3.0.8
2507
2508 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002509 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002510
2511 Wrapped external pointers more carefully (issue 1037).
2512
2513 Hardened the implementation of error objects to avoid setters
2514 intercepting the properties set then throwing an error.
2515
2516 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2517
2518 Performance improvements on the IA32 platform.
2519
2520
25212011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002522
2523 Stopped calling inherited setters when creating object literals
2524 (issue 1015).
2525
2526 Changed interpretation of malformed \c? escapes in RegExp to match
2527 JSC.
2528
2529 Enhanced the command-line debugger interface and fixed some minor
2530 bugs in the debugger.
2531
2532 Performance improvements on the IA32 platform.
2533
2534
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000025352011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002536
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002537 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002538
2539 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002540 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002541
2542 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002543 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002544
2545 Added use_system_v8 option to gyp (off by default), to make it easier
2546 for Linux distributions to ship with system-provided V8 library.
2547
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002548 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002549
2550 Added labelled thread names to help with debugging (on Linux).
2551
2552
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000025532011-01-03: Version 3.0.5
2554
2555 Fixed a couple of cast errors for gcc-3.4.3.
2556
2557 Performance improvements in GC and IA32 code generator.
2558
2559
whesse@chromium.org023421e2010-12-21 12:19:12 +000025602010-12-21: Version 3.0.4
2561
2562 Added Date::ResetCache() to the API so that the cached values in the
2563 Date object can be reset to allow live DST / timezone changes.
2564
2565 Extended existing support for printing (while debugging) the contents
2566 of objects. Added support for printing objects from release builds.
2567
2568 Fixed V8 issues 989, 1006, and 1007.
2569
2570
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000025712010-12-17: Version 3.0.3
2572
2573 Reapplied all changes for version 3.0.1.
2574
2575 Improved debugger protocol for remote debugging.
2576
2577 Added experimental support for using gyp to generate build files
2578 for V8.
2579
2580 Fixed implementation of String::Write in the API (issue 975).
2581
2582
lrn@chromium.org8541d772010-12-15 12:05:09 +000025832010-12-15: Version 3.0.2
2584
2585 Revert version 3.0.1 and patch 3.0.1.1.
2586
2587
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000025882010-12-13: Version 3.0.1
2589
2590 Added support for an experimental internationalization API as an
2591 extension. This extension is disabled by default but can be enabled
2592 when building V8. The ECMAScript internationalization strawman is
2593 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2594
2595 Made RegExp character class parsing stricter. This mirrors a change
2596 to RegExp parsing in WebKit.
2597
2598 Fixed a bug in Object.defineProperty when used to change attributes
2599 of an existing property. It incorrectly set the property value to
2600 undefined (issue 965).
2601
2602 Fixed several different compilation failures on various platforms
2603 caused by the 3.0.0 release.
2604
2605 Optimized Math.pow so it can work on unboxed doubles.
2606
2607 Sped up quoting of JSON strings by removing one traversal of the
2608 string.
2609
2610
kasperl@chromium.orga5551262010-12-07 12:49:48 +000026112010-12-07: Version 3.0.0
2612
2613 Improved performance by (partially) addressing issue 957 on
2614 IA-32. Still needs more work for the other architectures.
2615
2616
ager@chromium.orgbeb25712010-11-29 08:02:25 +000026172010-11-29: Version 2.5.9
2618
2619 Fixed crashes during GC caused by partially initialize heap
2620 objects.
2621
2622 Fixed bug in process sample that caused memory leaks.
2623
2624 Improved performance on ARM by implementing missing stubs and
2625 inlining.
2626
2627 Improved heap profiler support.
2628
2629 Added separate seeding on Windows of the random number generator
2630 used internally by the compiler (issue 936).
2631
2632 Exposed API for getting the name of the function used to construct
2633 an object.
2634
2635 Fixed date parser to handle one and two digit millisecond
2636 values (issue 944).
2637
2638 Fixed number parsing to disallow space between sign and
2639 digits (issue 946).
2640
2641
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000026422010-11-23: Version 2.5.8
2643
2644 Removed dependency on Gay's dtoa.
2645
2646 Improved heap profiler precision and speed.
2647
2648 Reduced overhead of callback invocations on ARM.
2649
2650
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000026512010-11-18: Version 2.5.7
2652
2653 Fixed obscure evaluation order bug (issue 931).
2654
2655 Split the random number state between JavaScript and the private API.
2656
2657 Fixed performance bug causing GCs when generating stack traces on
2658 code from very large scripts.
2659
2660 Fixed bug in parser that allowed (foo):42 as a labelled statement
2661 (issue 918).
2662
2663 Provide more accurate results about used heap size via
2664 GetHeapStatistics.
2665
2666 Allow build-time customization of the max semispace size.
2667
2668 Made String.prototype.split honor limit when separator is empty
2669 (issue 929).
2670
2671 Added missing failure check after expecting an identifier in
2672 preparser (Chromium issue 62639).
2673
2674
ager@chromium.org01fe7df2010-11-10 11:59:11 +000026752010-11-10: Version 2.5.6
2676
2677 Added support for VFP rounding modes to the ARM simulator.
2678
2679 Fixed multiplication overflow bug (issue 927).
2680
2681 Added a limit for the amount of executable memory (issue 925).
2682
2683
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000026842010-11-08: Version 2.5.5
2685
2686 Added more aggressive GC of external objects in near out-of-memory
2687 situations.
2688
2689 Fixed a bug that gave the incorrect result for String.split called
2690 on the empty string (issue 924).
2691
2692
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000026932010-11-03: Version 2.5.4
2694
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002695 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002696
2697
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000026982010-11-01: Version 2.5.3
2699
2700 Fixed a bug that prevents constants from overwriting function values
2701 in object literals (issue 907).
2702
2703 Fixed a bug with reporting of impossible nested calls of DOM functions
2704 (issue http://crbug.com/60753).
2705
2706
lrn@chromium.org303ada72010-10-27 09:33:13 +000027072010-10-27: Version 2.5.2
2708
2709 Improved sampler resolution on Linux.
2710
2711 Allowed forcing the use of a simulator from the build script
2712 independently of the host architecture.
2713
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002714 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002715
2716 Made windows-tick-processor respect D8_PATH.
2717
2718 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2719
2720
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000027212010-10-20: Version 2.5.1
2722
2723 Fixed bug causing spurious out of memory exceptions
2724 (issue http://crbug.com/54580).
2725
2726 Fixed compilation error on Solaris platform (issue 901).
2727
2728 Fixed error in strtod (string to floating point number conversion)
2729 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2730
2731 Adjusted randomized allocations of executable memory to have 64k
2732 granularity (issue http://crbug.com/56036).
2733
2734 Supported profiling using kernel perf_events on linux. Added ll_prof
2735 script to tools and --ll-prof flag to V8.
2736
2737
vegorov@chromium.org42841962010-10-18 11:18:59 +000027382010-10-18: Version 2.5.0
2739
2740 Fixed bug in cache handling of lastIndex on global regexps
2741 (issue http://crbug.com/58740).
2742
2743 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2744 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002745 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002746
2747 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2748
2749
27502010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002751
2752 Fixed a bug in the handling of conditional expressions in test
2753 contexts in compiler for top-level code.
2754
2755 Added "//@ sourceURL" information to the StackTrace API.
2756
2757 Exposed RegExp construction through the API.
2758
2759
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000027602010-10-04: Version 2.4.8
2761
2762 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2763 whole snapshot (issue 868).
2764
2765 Performance improvements on all platforms.
2766
2767
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000027682010-09-30: Version 2.4.7
2769
2770 Changed the command-line flag --max-new-space-size to be in kB and the
2771 flag --max-old-space-size to be in MB (previously they were in bytes).
2772
2773 Added Debug::CancelDebugBreak to the debugger API.
2774
2775 Fixed a bug in getters for negative numeric property names
2776 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2777
2778 Performance improvements on all platforms.
2779
2780
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000027812010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002782
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002783 Fixed assertion failure related to copy-on-write arrays (issue 876).
2784
2785 Fixed build failure of 64-bit V8 on Windows.
2786
2787 Fixed a bug in RegExp (issue http://crbug.com/52801).
2788
2789 Improved the profiler's coverage to cover more functions (issue 858).
2790
2791 Fixed error in shift operators on 64-bit V8
2792 (issue http://crbug.com/54521).
2793
2794
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000027952010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002796
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002797 Changed the RegExp benchmark to exercise the regexp engine on different
2798 inputs by scrambling the input strings.
2799
2800 Fixed a bug in keyed loads on strings.
2801
2802 Fixed a bug with loading global function prototypes.
2803
2804 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2805
2806 Performance improvements on all platforms.
2807
2808
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000028092010-09-15: Version 2.4.4
2810
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002811 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002812
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002813 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002814
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002815 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002816
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002817 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002818
2819
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000028202010-09-13: Version 2.4.3
2821
2822 Made Date.parse properly handle TZ offsets (issue 857).
2823
2824 Performance improvements on all platforms.
2825
2826
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000028272010-09-08: Version 2.4.2
2828
2829 Fixed GC crash bug.
2830
2831 Fixed stack corruption bug.
2832
2833 Fixed compilation for newer C++ compilers that found Operand(0)
2834 ambiguous.
2835
2836
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000028372010-09-06: Version 2.4.1
2838
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002839 Added the ability for an embedding application to receive a callback
2840 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2841 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002842
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002843 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002844
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002845 Fixed memory overrun crash bug triggered during V8's tick-based
2846 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002847
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002848 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002849
2850
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000028512010-09-01: Version 2.4.0
2852
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002853 Fixed bug in Object.freeze and Object.seal when Array.prototype or
2854 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002855
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002856 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002857 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002858
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002859 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002860
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002861 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00002862
2863
ricow@chromium.org65fae842010-08-25 15:26:24 +000028642010-08-25: Version 2.3.11
2865
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002866 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002867
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002868 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002869 VARIANT_FLAGS that allows specification of sets of flags with which
2870 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002871
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002872 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002873
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002874 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00002875
2876
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000028772010-08-23: Version 2.3.10
2878
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002879 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00002880
2881 Build fixes for unusual compilers.
2882
2883 Track high water mark for RWX memory.
2884
2885 Performance improvements on all platforms.
2886
2887
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000028882010-08-18: Version 2.3.9
2889
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002890 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002891
2892 Removed specialized handling of GCC 4.4 (issue 830).
2893
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002894 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002895 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
2896
ricow@chromium.org65fae842010-08-25 15:26:24 +00002897 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00002898
2899
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000029002010-08-16: Version 2.3.8
2901
2902 Fixed build with strict aliasing on GCC 4.4 (issue 463).
2903
2904 Fixed issue with incorrect handling of custom valueOf methods on
2905 string wrappers (issue 760).
2906
2907 Fixed compilation for ARMv4 (issue 590).
2908
2909 Improved performance.
2910
2911
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000029122010-08-11: Version 2.3.7
2913
2914 Reduced size of heap snapshots produced by heap profiler (issue 783).
2915
2916 Introduced v8::Value::IsRegExp method.
2917
2918 Fixed CPU profiler crash in start / stop sequence when non-existent
2919 name is passed (issue http://crbug.com/51594).
2920
2921 Introduced new indexed property query callbacks API (issue 816). This
2922 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
2923 by default.
2924
2925 Removed support for object literal get/set with number/string
2926 property name.
2927
2928 Fixed handling of JSObject::elements in CalculateNetworkSize
2929 (issue 822).
2930
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002931 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002932
2933
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000029342010-08-09: Version 2.3.6
2935
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002936 RegExp literals create a new object every time they are evaluated
2937 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002938
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00002939 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002940
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002941 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00002942
2943
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000029442010-08-04: Version 2.3.5
2945
2946 Added support for ES5 property names. Object initialisers and
2947 dot-notation property access now allows keywords. Also allowed
2948 non-identifiers after "get" or "set" in an object initialiser.
2949
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002950 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00002951
2952
whesse@chromium.orge90029b2010-08-02 11:52:17 +000029532010-08-02: Version 2.3.4
2954
2955 Fixed problems in implementation of ES5 function.prototype.bind.
2956
2957 Fixed error when using apply with arguments object on ARM (issue 784).
2958
2959 Added setting of global flags to debugger protocol.
2960
2961 Fixed an error affecting cached results of sin and cos (issue 792).
2962
2963 Removed memory leak from a boundary case where V8 is not initialized.
2964
2965 Fixed issue where debugger could set breakpoints outside the body
2966 of a function.
2967
2968 Fixed issue in debugger when using both live edit and step in features.
2969
2970 Added Number-letter (Nl) category to Unicode tables. These characters
2971 can now be used in identifiers.
2972
2973 Fixed an assert failure on X64 (issue 806).
2974
2975 Performance improvements on all platforms.
2976
2977
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000029782010-07-26: Version 2.3.3
2979
2980 Fixed error when building the d8 shell in a fresh checkout.
2981
2982 Implemented Function.prototype.bind (ES5 15.3.4.5).
2983
2984 Fixed an error in inlined stores on ia32.
2985
2986 Fixed an error when setting a breakpoint at the end of a function
2987 that does not end with a newline character.
2988
2989 Performance improvements on all platforms.
2990
2991
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000029922010-07-21: Version 2.3.2
2993
2994 Fixed compiler warnings when building with LLVM.
2995
2996 Fixed a bug with for-in applied to strings (issue 785).
2997
2998 Performance improvements on all platforms.
2999
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003000
ricow@chromium.org4980dff2010-07-19 08:33:45 +000030012010-07-19: Version 2.3.1
3002
3003 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3004
3005 Fixed bug related to code flushing while compiling a lazy
3006 compilable function (issue http://crbug.com/49099).
3007
3008 Performance improvements on all platforms.
3009
3010
ager@chromium.orgb5737492010-07-15 09:29:43 +000030112010-07-15: Version 2.3.0
3012
3013 Added ES5 Object.seal and Object.isSealed.
3014
3015 Added debugger API for scheduling debugger commands from a
3016 separate thread.
3017
3018
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000030192010-07-14: Version 2.2.24
3020
3021 Added API for capturing stack traces for uncaught exceptions.
3022
3023 Fixed crash bug when preparsing from a non-external V8 string
3024 (issue 775).
3025
3026 Fixed JSON.parse bug causing input not to be converted to string
3027 (issue 764).
3028
3029 Added ES5 Object.freeze and Object.isFrozen.
3030
3031 Performance improvements on all platforms.
3032
3033
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000030342010-07-07: Version 2.2.23
3035
3036 API change: Convert Unicode code points outside the basic multilingual
3037 plane to the replacement character. Previous behavior was to silently
3038 truncate the value to 16 bits.
3039
3040 Fixed crash: handle all flat string types in regexp replace.
3041
3042 Prevent invalid pre-parsing data passed in through the API from
3043 crashing V8.
3044
3045 Performance improvements on all platforms.
3046
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003047
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000030482010-07-05: Version 2.2.22
3049
3050 Added ES5 Object.isExtensible and Object.preventExtensions.
3051
3052 Enabled building V8 as a DLL.
3053
3054 Fixed a bug in date code where -0 was not interpreted as 0
3055 (issue 736).
3056
3057 Performance improvements on all platforms.
3058
3059
lrn@chromium.org32d961d2010-06-30 09:09:34 +000030602010-06-30: Version 2.2.21
3061
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003062 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003063
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003064 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003065
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003066 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003067
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003068 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003069
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003070 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003071
3072 Provide actual breakpoints locations in response to setBreakpoint
3073 and listBreakpoints requests.
3074
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003075
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000030762010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003077
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003078 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003079
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003080 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003081
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003082 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003083
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003084 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003085 miscalculated for some inputs.
3086
3087 Performance improvements on all platforms.
3088
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003089
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000030902010-06-23: Version 2.2.19
3091
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003092 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003093 (issue 738).
3094
3095 Added expose-externalize-string flag for testing extensions.
3096
3097 Resolve linker issues with using V8 as a DLL causing a number of
3098 problems with unresolved symbols.
3099
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003100 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003101 defined.
3102
3103 Performance improvements on all platforms.
3104
3105
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000031062010-06-16: Version 2.2.18
3107
3108 Added API functions to retrieve information on indexed properties
3109 managed by the embedding layer. Fixes bug 737.
3110
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003111 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003112
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003113 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003114
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003115 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003116
3117 Incremental performance improvements.
3118
3119
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000031202010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003121
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003122 Improved debugger support for stepping out of functions.
3123
3124 Incremental performance improvements.
3125
3126
31272010-06-09: Version 2.2.16
3128
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003129 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003130 disposal of external string resources to call a virtual Dispose
3131 method on the resource.
3132
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003133 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003134 stepping.
3135
3136 Memory usage improvements on all platforms.
3137
3138
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000031392010-06-07: Version 2.2.15
3140
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003141 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003142
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003143 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003144 some compilers complaint when compiling with -Werror.
3145
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003146 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003147
3148
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000031492010-06-02: Version 2.2.14
3150
3151 Fixed a crash in code generated for String.charCodeAt.
3152
3153 Fixed a compilation issue with some GCC versions (issue 727).
3154
3155 Performance optimizations on x64 and ARM platforms.
3156
3157
ricow@chromium.org30ce4112010-05-31 10:38:25 +000031582010-05-31: Version 2.2.13
3159
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003160 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003161 strings (issue 599).
3162
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003163 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003164
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003165 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003166
3167 Performance improvements on all platforms.
3168
3169
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000031702010-05-26: Version 2.2.12
3171
3172 Allowed accessors to be defined on objects rather than just object
3173 templates.
3174
3175 Changed the ScriptData API.
3176
3177
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000031782010-05-21: Version 2.2.11
3179
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003180 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003181
3182 Use 'full compiler' when debugging is active. This should increase
3183 the density of possible break points, making single step more fine
3184 grained. This will only take effect for functions compiled after
3185 debugging has been started, so recompilation of all functions is
3186 required to get the full effect. IA32 and x64 only for now.
3187
3188 Misc. fixes to the Solaris build.
3189
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003190 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003191
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003192 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003193
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003194 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003195
3196 Incremental performance improvements in all backends.
3197
3198
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000031992010-05-17: Version 2.2.10
3200
3201 Performance improvements in the x64 and ARM backends.
3202
3203
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000032042010-05-10: Version 2.2.9
3205
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003206 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003207
3208 Fixed bug with Date.parse returning a non-NaN value when called on a
3209 non date string (issue 696).
3210
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003211 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003212 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003213
3214 C++ API for retrieving JavaScript stack trace information.
3215
3216
ager@chromium.orgac091b72010-05-05 07:34:42 +000032172010-05-05: Version 2.2.8
3218
3219 Performance improvements in the x64 and ARM backends.
3220
3221
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000032222010-05-03: Version 2.2.7
3223
3224 Added support for ES5 date time string format to Date.parse.
3225
3226 Performance improvements in the x64 backend.
3227
3228
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000032292010-04-28: Version 2.2.6
3230
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003231 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003232 (by Ryan Dahl <coldredlemur@gmail.com>).
3233
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003234 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003235
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003236 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003237
3238 Performance improvements on all platforms.
3239
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003240
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000032412010-04-26: Version 2.2.5
3242
3243 Various performance improvements (especially for ARM and x64)
3244
3245 Fixed bug in CPU profiling (http://crbug.com/42137)
3246
3247 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003248
3249 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003250 wrong calculations.
3251
3252 Fixed a bug that may cause a wrong result for shift operations.
3253
3254
32552010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003256
3257 Fixed warnings on arm on newer GCC versions.
3258
3259 Fixed a number of minor bugs.
3260
3261 Performance improvements on all platforms.
3262
3263
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000032642010-04-14: Version 2.2.3
3265
3266 Added stack command and mem command to ARM simulator debugger.
3267
3268 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3269
3270 Performance improvements on all platforms.
3271
3272
ager@chromium.org357bf652010-04-12 11:30:10 +000032732010-04-12: Version 2.2.2
3274
3275 Introduced new profiler API.
3276
3277 Fixed random number generator to produce full 32 random bits.
3278
3279
lrn@chromium.org25156de2010-04-06 13:10:27 +000032802010-04-06: Version 2.2.1
3281
3282 Debugger improvements.
3283
3284 Fixed minor bugs.
3285
3286
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000032872010-03-29: Version 2.2.0
3288
3289 Fixed a few minor bugs.
3290
3291 Performance improvements for string operations.
3292
3293
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000032942010-03-26: Version 2.1.10
3295
3296 Fixed scons build issues.
3297
3298 Fixed a couple of minor bugs.
3299
3300
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000033012010-03-25: Version 2.1.9
3302
3303 Added API support for reattaching a global object to a context.
3304
3305 Extended debugger API with access to the internal debugger context.
3306
3307 Fixed Chromium crashes (issues http://crbug.com/39128 and
3308 http://crbug.com/39160)
3309
3310
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000033112010-03-24: Version 2.1.8
3312
3313 Added fine-grained garbage collection callbacks to the API.
3314
3315 Performance improvements on all platforms.
3316
3317
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000033182010-03-22: Version 2.1.7
3319
3320 Fixed issue 650.
3321
3322 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003323
3324 Performance improvements for arithmetic operations.
3325
3326 Performance improvements for string operations.
3327
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003328 Print script name and line number information in stack trace.
3329
3330
33312010-03-17: Version 2.1.6
3332
3333 Performance improvements for arithmetic operations.
3334
3335 Performance improvements for string operations.
3336
3337
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000033382010-03-10: Version 2.1.4
3339
3340 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3341
3342 Performance improvements on all platforms.
3343
3344
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000033452010-03-10: Version 2.1.3
3346
3347 Added API method for context-disposal notifications.
3348
3349 Added API method for accessing elements by integer index.
3350
3351 Added missing implementation of Uint32::Value and Value::IsUint32
3352 API methods.
3353
3354 Added IsExecutionTerminating API method.
3355
3356 Disabled strict aliasing for GCC 4.4.
3357
3358 Fixed string-concatenation bug (issue 636).
3359
3360 Performance improvements on all platforms.
3361
3362
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000033632010-02-23: Version 2.1.2
3364
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003365 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003366
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003367 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003368
3369 Performance improvements on all platforms.
3370
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003371
ager@chromium.org5c838252010-02-19 08:53:10 +000033722010-02-19: Version 2.1.1
3373
3374 [ES5] Implemented Object.defineProperty.
3375
3376 Improved profiler support.
3377
3378 Added SetPrototype method in the public V8 API.
3379
3380 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3381 objects in the API.
3382
3383 Performance improvements on all platforms.
3384
3385
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000033862010-02-03: Version 2.1.0
3387
3388 Values are now always wrapped in objects when used as a receiver.
3389 (issue 223).
3390
3391 [ES5] Implemented Object.getOwnPropertyNames.
3392
3393 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3394 JSON grammar.
3395
3396 Improvement of debugger agent (issue 549 and 554).
3397
3398 Fixed problem with skipped stack frame in profiles (issue 553).
3399
3400 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3401 <ry@tinyclouds.org>.
3402
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003403 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003404 integers.
3405
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003406 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003407 functions (isue http://crbug.com/3867).
3408
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003409 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003410
3411 Numerous performance improvements including porting of previous IA-32
3412 optimizations to x64 and ARM architectures.
3413
3414
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000034152010-01-14: Version 2.0.6
3416
3417 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3418 GetOwnProperty, FromPropertyDescriptor.
3419
3420 Fixed Mac x64 build errors.
3421
3422 Improved performance of some math and string operations.
3423
3424 Improved performance of some regexp operations.
3425
3426 Improved performance of context creation.
3427
3428 Improved performance of hash tables.
3429
3430
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000034312009-12-18: Version 2.0.5
3432
3433 Extended to upper limit of map space to allow for 7 times as many map
3434 to be allocated (issue 524).
3435
3436 Improved performance of code using closures.
3437
3438 Improved performance of some binary operations involving doubles.
3439
3440
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000034412009-12-16: Version 2.0.4
3442
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003443 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003444
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003445 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003446
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003447 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003448
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003449 Improved handling of external strings by using a separate table
3450 instead of weak handles. This improves garbage collection
3451 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003452
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003453 Changed code generation for object and array literals in toplevel
3454 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003455
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003456 Fixed a crash bug triggered when garbage collection happened during
3457 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003458
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003459 Fixed crash bug sometimes triggered when local variables shadowed
3460 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003461
3462
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000034632009-12-03: Version 2.0.3
3464
3465 Optimized handling and adding of strings, for-in and Array.join.
3466
3467 Heap serialization is now non-destructive.
3468
3469 Improved profiler support with information on time spend in C++
3470 callbacks registered through the API.
3471
3472 Added commands to the debugger protocol for starting/stopping
3473 profiling.
3474
3475 Enabled the non-optimizing compiler for top-level code.
3476
3477 Changed the API to only allow strings to be set as data objects on
3478 Contexts and scripts to avoid potentially keeping global objects
3479 around for too long (issue 528).
3480
3481 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3482
3483 Fixed bugs.
3484
3485
ager@chromium.org01beca72009-11-24 14:29:16 +000034862009-11-24: Version 2.0.2
3487
3488 Improved profiler support.
3489
3490 Fixed bug that broke compilation of d8 with readline support.
3491
3492
ager@chromium.org6141cbe2009-11-20 12:14:52 +000034932009-11-20: Version 2.0.1
3494
3495 Fixed crash bug in String.prototype.replace.
3496
3497 Reverted a change which caused Chromium interactive ui test
3498 failures.
3499
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003500
ager@chromium.orgc4c92722009-11-18 14:12:51 +000035012009-11-18: Version 2.0.0
3502
3503 Added support for VFP on ARM.
3504
3505 Added TryCatch::ReThrow method to the API.
3506
3507 Reduced the size of snapshots and improved the snapshot load time.
3508
3509 Improved heap profiler support.
3510
3511 64-bit version now supported on Windows.
3512
3513 Fixed a number of debugger issues.
3514
3515 Fixed bugs.
3516
3517
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000035182009-10-29: Version 1.3.18
3519
3520 Reverted a change which caused crashes in RegExp replace.
3521
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003522 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003523
3524
ager@chromium.org3811b432009-10-28 14:53:37 +000035252009-10-28: Version 1.3.17
3526
3527 Added API method to get simple heap statistics.
3528
3529 Improved heap profiler support.
3530
3531 Fixed the implementation of the resource constraint API so it
3532 works when using snapshots.
3533
3534 Fixed a number of issues in the Windows 64-bit version.
3535
3536 Optimized calls to API getters.
3537
3538 Added valgrind notification on code modification to the 64-bit version.
3539
3540 Fixed issue where we logged shared library addresses on Windows at
3541 startup and never used them.
3542
3543
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000035442009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003545
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003546 X64: Convert smis to holding 32 bits of payload.
3547
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003548 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003549
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003550 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003551
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003552 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003553 Patch by Jan de Mooij <jandemooij@gmail.com>
3554
3555 Implement ES5 Array.isArray
3556 Patch by Jan de Mooij <jandemooij@gmail.com>
3557
3558 Skip access checks for hidden properties.
3559
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003560 Added String::Concat(Handle<String> left, Handle<String> right) to the
3561 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003562
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003563 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003564
3565
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000035662009-10-07: Version 1.3.15
3567
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003568 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003569
3570 Fixed a crash bug happening when starting profiling (issue
3571 http://crbug.com/23768).
3572
3573
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000035742009-10-07: Version 1.3.14
3575
3576 Added GetRealNamedProperty to the API to lookup real properties
3577 located on the object or in the prototype chain skipping any
3578 interceptors.
3579
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003580 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003581 stack limit now needs to be set to each thread thich is used with V8.
3582
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003583 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003584
3585 Ensure V8 is initialized before locking and unlocking threads.
3586
3587 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003588 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003589 Crockford from the project.
3590
3591 Added a missing optimization in StringCharAt.
3592
3593 Fixed some flaky socket tests.
3594
3595 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3596 in 64-bit mode.
3597
3598 Fixed memory leaks in the thread management code.
3599
3600 Fixed the result of assignment to a pixel array. The assigned value
3601 is now the result.
3602
3603 Error reporting for invalid left-hand sides in for-in statements, pre-
3604 and postfix count expressions, and assignments now matches the JSC
3605 behavior in Safari 4.
3606
3607 Follow the spec in disallowing function declarations without a name.
3608
3609 Always allocate code objects within a 2 GB range. On x64 architecture
3610 this is used to use near calls (32-bit displacement) in Code objects.
3611
3612 Optimized array construction ported to x64 and ARM architectures.
3613
3614 [ES5] Changed Object.keys to return strings for element indices.
3615
3616
ager@chromium.org68e7ab72009-09-23 09:40:39 +000036172009-09-23: Version 1.3.13
3618
3619 Fixed uninitialized memory problem.
3620
3621 Improved heap profiler support.
3622
3623
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000036242009-09-22: Version 1.3.12
3625
3626 Changed behavior of |function|.toString() on built-in functions to
3627 be compatible with other implementations. Patch by Jan de Mooij.
3628
3629 Added Object::IsDirty in the API.
3630
3631 Optimized array construction; it is now handled purely in native
3632 code.
3633
3634 [ES5] Made properties of the arguments array enumerable.
3635
3636 [ES5] Added test suite adapter for the es5conform test suite.
3637
3638 [ES5] Added Object.keys function.
3639
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003640
ager@chromium.org4af710e2009-09-15 12:20:11 +000036412009-09-15: Version 1.3.11
3642
3643 Fixed crash in error reporting during bootstrapping.
3644
3645 Optimized generated IA32 math code by using SSE2 instructions when
3646 available.
3647
3648 Implemented missing pieces of debugger infrastructure on ARM. The
3649 debugger is now fully functional on ARM.
3650
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003651 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003652
3653
ager@chromium.orga1645e22009-09-09 19:27:10 +000036542009-09-09: Version 1.3.10
3655
3656 Fixed profiler on Mac in 64-bit mode.
3657
3658 Optimized creation of objects from simple constructor functions on
3659 ARM.
3660
3661 Fixed a number of debugger issues.
3662
3663 Reduced the amount of memory consumed by V8.
3664
3665
ager@chromium.org18ad94b2009-09-02 08:22:29 +000036662009-09-02: Version 1.3.9
3667
3668 Optimized stack guard checks on ARM.
3669
3670 Optimized API operations by inlining more in the API.
3671
3672 Optimized creation of objects from simple constructor functions.
3673
3674 Enabled a number of missing optimizations in the 64-bit port.
3675
3676 Implemented native-code support for regular expressions on ARM.
3677
3678 Stopped using the 'sahf' instruction on 64-bit machines that do
3679 not support it.
3680
3681 Fixed a bug in the support for forceful termination of JavaScript
3682 execution.
3683
3684
ager@chromium.org96c75b52009-08-26 09:13:16 +000036852009-08-26: Version 1.3.8
3686
3687 Changed the handling of idle notifications to allow idle
3688 notifications when V8 has not yet been initialized.
3689
3690 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003691
ager@chromium.org96c75b52009-08-26 09:13:16 +00003692
ager@chromium.orgab99eea2009-08-25 07:05:41 +000036932009-08-25: Version 1.3.7
3694
3695 Reduced the size of generated code on ARM platforms by reducing
3696 the size of constant pools.
3697
3698 Changed build files to not include the 'ENV' user environment
3699 variable in the build environment.
3700
3701 Changed the handling of idle notifications.
3702
3703
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000037042009-08-21: Version 1.3.6
3705
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003706 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003707
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003708 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003709 a low memory situation to V8.
3710
3711 Changed the handling of global handles (persistent handles in the API
3712 sense) to avoid issues regarding allocation of new global handles
3713 during weak handle callbacks.
3714
3715 Changed the growth policy of the young space.
3716
3717 Fixed a GC issue introduced in version 1.3.5.
3718
3719
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000037202009-08-19: Version 1.3.5
3721
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003722 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003723
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003724 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003725
3726 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3727
3728 Changed typeof RegExp from 'object' to 'function' for compatibility.
3729 Fixed bug where regexps were not callable across contexts.
3730
3731 Added context independent script compilation to the API.
3732
3733 Added API call to get the stack trace for an exception.
3734
3735 Added API for getting object mirrors.
3736
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003737 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003738 running off a snapshot generated without using SSE3 instructions.
3739
3740 Tweaked the handling of the initial size and growth policy of the heap.
3741
3742 Added native code generation for RegExp to 64-bit version.
3743
3744 Added JavaScript debugger support to 64-bit version.
3745
3746
ager@chromium.orgadd848f2009-08-13 12:44:13 +000037472009-08-13: Version 1.3.4
3748
3749 Added a readline() command to the d8 shell.
3750
3751 Fixed bug in json parsing.
3752
3753 Added idle notification to the API and reduced memory on idle
3754 notifications.
3755
3756
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000037572009-08-12: Version 1.3.3
3758
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003759 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003760
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003761 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003762
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003763 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003764
3765 API: added function to find instance of template in prototype
3766 chain. Inlined Object::IsInstanceOf.
3767
3768 Land change to notify valgrind when we modify code on x86.
3769
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003770 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003771
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003772 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003773
3774
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000037752009-08-05: Version 1.3.2
3776
3777 Started new compiler infrastructure for two-pass compilation using a
3778 control flow graph constructed from the AST.
3779
3780 Profiler stack sampling for X64.
3781
3782 Safe handling of NaN to Posix platform-dependent time functions.
3783
3784 Added a new profiler control API to unify controlling various aspects
3785 of profiling.
3786
3787 Fixed issue 392.
3788
3789
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000037902009-07-30: Version 1.3.1
3791
3792 Speed improvements to accessors and interceptors.
3793
3794 Added support for capturing stack information on custom errors.
3795
3796 Added support for morphing an object into a pixel array where its
3797 indexed properties are stored in an external byte array. Values written
3798 are always clamped to the 0..255 interval.
3799
3800 Profiler on x64 now handles C/C++ functions from shared libraries.
3801
3802 Changed the debugger to avoid stepping into function.call/apply if the
3803 function is a built-in.
3804
3805 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003806
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003807 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003808
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003809 Optimized the called as constructor check for API calls.
3810
3811
kasperl@chromium.orge959c182009-07-27 08:59:04 +000038122009-07-27: Version 1.3.0
3813
3814 Allowed RegExp objects to be called as functions (issue 132).
3815
3816 Fixed issue where global property cells would escape after
3817 detaching the global object; see http://crbug.com/16276.
3818
3819 Added support for stepping into setters and getters in the
3820 debugger.
3821
3822 Changed the debugger to avoid stopping in its own JavaScript code
3823 and in the code of built-in functions.
3824
3825 Fixed issue 345 by avoiding duplicate escaping labels.
3826
3827 Fixed ARM code generator crash in short-circuited boolean
3828 expressions and added regression tests.
3829
3830 Added an external allocation limit to avoid issues where small V8
3831 objects would hold on to large amounts of external memory without
3832 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003833
3834 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003835
3836
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000038372009-07-13: Version 1.2.14
3838
3839 Added separate paged heap space for global property cells and
3840 avoid updating the write barrier when storing into them.
3841
3842 Improved peep-hole optimization on ARM platforms by not emitting
3843 unnecessary debug information.
3844
3845 Re-enabled ICs for loads and calls that skip a global object
3846 during lookup through the prototype chain.
3847
3848 Allowed access through global proxies to use ICs.
3849
3850 Fixed issue 401.
3851
3852
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000038532009-07-09: Version 1.2.13
3854
3855 Fixed issue 397, issue 398, and issue 399.
3856
3857 Added support for breakpoint groups.
3858
3859 Fixed bugs introduced with the new global object representation.
3860
3861 Fixed a few bugs in the ARM code generator.
3862
3863
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000038642009-07-06: Version 1.2.12
3865
3866 Added stack traces collection to Error objects accessible through
3867 the e.stack property.
3868
3869 Changed RegExp parser to use a recursive data structure instead of
3870 stack-based recursion.
3871
3872 Optimized Date object construction and string concatenation.
3873
3874 Improved performance of div, mod, and mul on ARM platforms.
3875
3876
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000038772009-07-02: Version 1.2.11
3878
3879 Improved performance on IA-32 and ARM.
3880
3881 Fixed profiler sampler implementation on Mac OS X.
3882
3883 Changed the representation of global objects to improve
3884 performance of adding a lot of new properties.
3885
3886
ager@chromium.org3e875802009-06-29 08:26:34 +000038872009-06-29: Version 1.2.10
3888
3889 Improved debugger support.
3890
3891 Fixed bug in exception message reporting (issue 390).
3892
3893 Improved overall performance.
3894
3895
ager@chromium.org5aa501c2009-06-23 07:57:28 +000038962009-06-23: Version 1.2.9
3897
3898 Improved math performance on ARM.
3899
3900 Fixed profiler name-inference bug.
3901
3902 Fixed handling of shared libraries in the profiler tick processor
3903 scripts.
3904
3905 Fixed handling of tests that time out in the test scripts.
3906
3907 Fixed compilation on MacOS X version 10.4.
3908
3909 Fixed two bugs in the regular expression engine.
3910
3911 Fixed a bug in the string type inference.
3912
3913 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003914
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003915 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003916
ager@chromium.org5aa501c2009-06-23 07:57:28 +00003917
ager@chromium.orgeadaf222009-06-16 09:43:10 +000039182009-06-16: Version 1.2.8
3919
3920 Optimized math on ARM platforms.
3921
3922 Fixed two crash bugs in the handling of getters and setters.
3923
3924 Improved the debugger support by adding scope chain information.
3925
3926 Improved the profiler support by compressing log data transmitted
3927 to clients.
3928
3929 Improved overall performance.
3930
3931
ager@chromium.orge2902be2009-06-08 12:21:35 +000039322009-06-08: Version 1.2.7
3933
3934 Improved debugger and profiler support.
3935
3936 Reduced compilation time by improving the handling of deferred
3937 code.
3938
3939 Optimized interceptor accesses where the property is on the object
3940 on which the interceptors is attached.
3941
3942 Fixed compilation problem on GCC 4.4 by changing the stack
3943 alignment to 16 bytes.
3944
3945 Fixed handle creation to follow stric aliasing rules.
3946
3947 Fixed compilation on FreeBSD.
3948
3949 Introduced API for forcing the deletion of a property ignoring
3950 interceptors and attributes.
3951
3952
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000039532009-05-29: Version 1.2.6
3954
3955 Added a histogram recording hit rates at different levels of the
3956 compilation cache.
3957
3958 Added stack overflow check for the RegExp analysis phase. Previously a
3959 very long regexp graph could overflow the stack with recursive calls.
3960
3961 Use a dynamic buffer when collecting log events in memory.
3962
3963 Added start/stop events to the profiler log.
3964
3965 Fixed infinite loop which could happen when setting a debug break while
3966 executing a RegExp compiled to native code.
3967
3968 Fixed handling of lastIndexOf called with negative index (issue 351).
3969
3970 Fixed irregular crash in profiler test (issue 358).
3971
3972 Fixed compilation issues with some versions of gcc.
3973
3974
kasperl@chromium.org71affb52009-05-26 05:44:31 +000039752009-05-26: Version 1.2.5
3976
3977 Fixed bug in initial boundary check for Boyer-Moore text
3978 search (issue 349).
3979
3980 Fixed compilation issues with MinGW and gcc 4.3+ and added support
3981 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
3982 Craig Schlenter.
3983
3984 Added a script cache to the debugger.
3985
3986 Optimized compilation performance by improving internal data
3987 structures and avoiding expensive property load optimizations for
3988 code that's infrequently executed.
3989
3990 Exposed the calling JavaScript context through the static API
3991 function Context::GetCalling().
3992
3993
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000039942009-05-18: Version 1.2.4
3995
3996 Improved performance of floating point number allocation for ARM
3997 platforms.
3998
3999 Fixed crash when using the instanceof operator on functions with
4000 number values in their prototype chain (issue 341).
4001
4002 Optimized virtual frame operations in the code generator to speed
4003 up compilation time and allocated the frames in the zone.
4004
4005 Made the representation of virtual frames and jump targets in the
4006 code generator much more compact.
4007
4008 Avoided linear search for non-locals in scope code when resolving
4009 variables inside with and eval scopes.
4010
4011 Optimized lexical scanner by dealing with whitespace as part of
4012 the token scanning instead of as a separate step before it.
4013
4014 Changed the scavenging collector so that promoted objects do not
4015 reside in the old generation while their remembered set is being
4016 swept for pointers into the young generation.
4017
4018 Fixed numeric overflow handling when compiling count operations.
4019
4020
ager@chromium.org9085a012009-05-11 19:22:57 +000040212009-05-11: Version 1.2.3
4022
4023 Fixed bug in reporting of out-of-memory situations.
4024
4025 Introduced hidden prototypes on certain builtin prototype objects
4026 such as String.prototype to emulate JSC's behavior of restoring
4027 the original function when deleting functions from those prototype
4028 objects.
4029
4030 Fixed crash bug in the register allocator.
4031
4032
ager@chromium.org5ec48922009-05-05 07:25:34 +000040332009-05-04: Version 1.2.2
4034
4035 Fixed bug in array sorting for sparse arrays (issue 326).
4036
4037 Added support for adding a soname when building a shared library
4038 on Linux (issue 151).
4039
4040 Fixed bug caused by morphing internal ASCII strings to external
4041 two-byte strings. Slices over ASCII strings have to forward ASCII
4042 checks to the underlying buffer string.
4043
4044 Allowed API call-as-function handlers to be called as
4045 constructors.
4046
4047 Fixed a crash bug where an external string was disposed but a
4048 slice of the external string survived as a symbol.
4049
4050
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000040512009-04-27: Version 1.2.1
4052
4053 Added EcmaScript 5 JSON object.
4054
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004055 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004056
4057
ager@chromium.org65dad4b2009-04-23 08:48:43 +000040582009-04-23: Version 1.2.0
4059
4060 Optimized floating-point operations on ARM.
4061
4062 Added a number of extensions to the debugger API.
4063
4064 Changed the enumeration order for unsigned integer keys to always
4065 be numerical order.
4066
4067 Added a "read" extension to the shell sample.
4068
4069 Added support for Array.prototype.reduce and
4070 Array.prototype.reduceRight.
4071
4072 Added an option to the SCons build to control Microsoft Visual C++
4073 link-time code generation.
4074
4075 Fixed a number of bugs (in particular issue 315, issue 316,
4076 issue 317 and issue 318).
4077
4078
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000040792009-04-15: Version 1.1.10
4080
4081 Fixed crash bug that occurred when loading a const variable in the
4082 presence of eval.
4083
4084 Allowed using with and eval in registered extensions in debug mode
4085 by fixing bogus assert.
4086
4087 Fixed the source position for function returns to enable the
4088 debugger to break there.
4089
4090
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000040912009-04-14: Version 1.1.9
4092
4093 Made the stack traversal code in the profiler robust by avoiding
4094 to look into the heap.
4095
4096 Added name inferencing for anonymous functions to facilitate
4097 debugging and profiling.
4098
4099 Re-enabled stats timers in the developer shell (d8).
4100
4101 Fixed issue 303 by avoiding to shortcut cons-symbols.
4102
4103
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000041042009-04-11: Version 1.1.8
4105
4106 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4107
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004108 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004109 the debugger (issue 269).
4110
4111 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4112 are no hidden properties.
4113
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004114 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004115 entries with deleted resources would lead to NPEs when looking
4116 up in the symbol table.
4117
4118
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000041192009-04-07: Version 1.1.7
4120
4121 Added support for easily importing additional environment
4122 variables into the SCons build.
4123
4124 Optimized strict equality checks.
4125
4126 Fixed crash in indexed setters on objects without a corresponding
4127 getter (issue 298).
4128
4129 Re-enabled script compilation cache.
4130
4131
ager@chromium.org8682a592009-04-01 10:47:14 +000041322009-04-01: Version 1.1.6
4133
4134 Reverted an unsafe code generator change.
4135
4136
ager@chromium.org71daaf62009-04-01 07:22:49 +000041372009-04-01: Version 1.1.5
4138
4139 Fixed bug that caused function literals to not be optimized as
4140 much as other functions.
4141
4142 Improved profiler support.
4143
4144 Fixed a crash bug in connection with debugger unloading.
4145
4146 Fixed a crash bug in the code generator caused by losing the
4147 information that a frame element was copied.
4148
4149 Fixed an exception propagation bug that could cause non-null
4150 return values when exceptions were thrown.
4151
4152
ager@chromium.org41826e72009-03-30 13:30:57 +000041532009-03-30: Version 1.1.4
4154
4155 Optimized String.prototype.match.
4156
4157 Improved the stack information in profiles.
4158
4159 Fixed bug in ARM port making it possible to compile the runtime
4160 system for thumb mode again.
4161
4162 Implemented a number of optimizations in the code generator.
4163
4164 Fixed a number of memory leaks in tests.
4165
4166 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004167 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004168
4169
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000041702009-03-24: Version 1.1.3
4171
4172 Fixed assertion failures in compilation of loop conditions.
4173
4174 Removed STL dependency from developer shell (d8).
4175
4176 Added infrastructure for protecting the V8 heap from corruption
4177 caused by memory modifications from the outside.
4178
4179
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000041802009-03-24: Version 1.1.2
4181
4182 Improved frame merge code generated by the code generator.
4183
4184 Optimized String.prototype.replace.
4185
4186 Implemented __defineGetter__ and __defineSetter__ for properties
4187 with integer keys on non-array objects.
4188
4189 Improved debugger and profiler support.
4190
4191 Fixed a number of portability issues to allow compilation for
4192 smaller ARM devices.
4193
4194 Exposed object cloning through the API.
4195
4196 Implemented hidden properties. This is used to expose an identity
4197 hash for objects through the API.
4198
4199 Implemented restarting of regular expressions if their input
4200 string changes representation during preemption.
4201
4202 Fixed a code generator bug that could cause assignments in loops
4203 to be ignored if using continue to break out of the loop (issue
4204 284).
4205
4206
ager@chromium.org3a6061e2009-03-12 14:24:36 +000042072009-03-12: Version 1.1.1
4208
4209 Fixed an assertion in the new compiler to take stack overflow
4210 exceptions into account.
4211
4212 Removed exception propagation code that could cause crashes.
4213
4214 Fixed minor bug in debugger line number computations.
4215
4216 8-byte align the C stack on Linux and Windows to speed up floating
4217 point computations.
4218
4219
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000042202009-03-12: Version 1.1.0
4221
4222 Improved code generation infrastructure by doing simple register
4223 allocation and constant folding and propagation.
4224
4225 Optimized regular expression matching by avoiding to create
4226 intermediate string arrays and by flattening nested array
4227 representations of RegExp data.
4228
4229 Traverse a few stack frames when recording profiler samples to
4230 include partial call graphs in the profiling output.
4231
4232 Added support for using OProfile to profile generated code.
4233
4234 Added remote debugging support to the D8 developer shell.
4235
4236 Optimized creation of nested literals like JSON objects.
4237
4238 Fixed a bug in garbage collecting unused maps and turned it on by
4239 default (--collect-maps).
4240
4241 Added support for running tests under Valgrind.
4242
4243
kasperl@chromium.org061ef742009-02-27 12:16:20 +000042442009-02-27: Version 1.0.3
4245
4246 Optimized double-to-integer conversions in bit operations by using
4247 SSE3 instructions if available.
4248
4249 Optimized initialization sequences that store to multiple
4250 properties of the same object.
4251
4252 Changed the D8 debugger frontend to use JSON messages.
4253
4254 Force garbage collections when disposing contexts.
4255
4256 Align code objects at 32-byte boundaries.
4257
4258
ager@chromium.org381abbb2009-02-25 13:23:22 +000042592009-02-25: Version 1.0.2
4260
4261 Improved profiling support by performing simple call stack
4262 sampling for ticks and by fixing a bug in the logging of code
4263 addresses.
4264
4265 Fixed a number of debugger issues.
4266
4267 Optimized code that uses eval.
4268
4269 Fixed a couple of bugs in the regular expression engine.
4270
4271 Reduced the size of generated code for certain regular expressions.
4272
4273 Removed JSCRE completely.
4274
4275 Fixed issue where test could not be run if there was a dot in the
4276 checkout path.
4277
4278
ager@chromium.org6f10e412009-02-13 10:11:16 +000042792009-02-13: Version 1.0.1
4280
4281 Fixed two crash-bugs in irregexp (issue 231 and 233).
4282
4283 Fixed a number of minor bugs (issue 87, 227 and 228).
4284
4285 Added support for morphing strings to external strings on demand
4286 to avoid having to create copies in the embedding code.
4287
4288 Removed experimental support for external symbol callbacks.
4289
4290
iposva@chromium.org245aa852009-02-10 00:49:54 +000042912009-02-09: Version 1.0.0
4292
4293 Fixed crash-bug in the code generation for case independent 16 bit
4294 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004295
iposva@chromium.org245aa852009-02-10 00:49:54 +00004296 Made shells more robust in the presence of string conversion
4297 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004298
iposva@chromium.org245aa852009-02-10 00:49:54 +00004299 Fixed a potential infinite loop when attempting to resolve
4300 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004301
iposva@chromium.org245aa852009-02-10 00:49:54 +00004302 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004303
iposva@chromium.org245aa852009-02-10 00:49:54 +00004304 Reduced binary by stripping unneeded text from JavaScript library and
4305 minifying some JavaScript files.
4306
4307
ager@chromium.orgddb913d2009-01-27 10:01:48 +000043082009-01-27: Version 0.4.9
4309
4310 Enabled new regular expression engine.
4311
4312 Made a number of changes to the debugger protocol.
4313
4314 Fixed a number of bugs in the preemption support.
4315
4316 Added -p option to the developer shell to run files in parallel
4317 using preemption.
4318
4319 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4320 193, 198 and 201).
4321
4322 Fixed a number of bugs in the serialization/deserialization
4323 support for the ARM platform.
4324
4325
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000043262009-01-19: Version 0.4.8.1
4327
4328 Minor patch to debugger support.
4329
4330
ager@chromium.org32912102009-01-16 10:38:43 +000043312009-01-16: Version 0.4.8
4332
4333 Fixed string length bug on ARM (issue 171).
4334
4335 Made most methods in the API const.
4336
4337 Optimized object literals by improving data locality.
4338
4339 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004340 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004341
4342 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004343 eval to behave incorrectly when using accessors (issues 186, 190
4344 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004345
4346
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000043472009-01-06: Version 0.4.7
4348
ager@chromium.org32912102009-01-16 10:38:43 +00004349 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004350
ager@chromium.org32912102009-01-16 10:38:43 +00004351 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004352
ager@chromium.org32912102009-01-16 10:38:43 +00004353 Fixed subtle bug that caused the wrong 'this' to be used when
4354 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004355
ager@chromium.org32912102009-01-16 10:38:43 +00004356 Inline array loads within loops directly in the code instead of
4357 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004358
ager@chromium.org32912102009-01-16 10:38:43 +00004359
ager@chromium.org8bb60582008-12-11 12:02:20 +000043602008-12-11: Version 0.4.6
4361
4362 Fixed exception reporting bug where certain exceptions were
4363 incorrectly reported as uncaught.
4364
4365 Improved the memory allocation strategy used during compilation to
4366 make running out of memory when compiling huge scripts less
4367 likely.
4368
4369 Optimized String.replace by avoiding the construction of certain
4370 sub strings.
4371
4372 Fixed bug in code generation for large switch statements on ARM.
4373
4374 Fixed bug that caused V8 to change the global object template
4375 passed in by the user.
4376
4377 Changed the API for creating object groups used during garbage
4378 collection. Entire object groups are now passed to V8 instead of
4379 individual members of the groups.
4380
ager@chromium.org32912102009-01-16 10:38:43 +00004381
ager@chromium.orga74f0da2008-12-03 16:05:52 +000043822008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004383
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004384 Added experimental API support for allocating V8 symbols as
4385 external strings.
4386
4387 Fixed bugs in debugging support on ARM.
4388
4389 Changed eval implementation to correctly detect whether or not a
4390 call to eval is aliased.
4391
4392 Fixed bug caused by a combination of the compilation cache and
4393 dictionary probing in native code. The bug caused us to sometimes
4394 call functions that had not yet been compiled.
4395
4396 Added platform support for FreeBSD.
4397
4398 Added support for building V8 on Windows with either the shared or
4399 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004400
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004401 Added the v8::jscre namespace around the jscre functions to avoid
4402 link errors (duplicate symbols) when building Google Chrome.
4403
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004404 Added support for calling a JavaScript function with the current
4405 debugger execution context as its argument to the debugger
4406 interface.
4407
4408 Changed the type of names of counters from wchar_t to char.
4409
4410 Changed the Windows system call used to compute daylight savings
4411 time. The system call that we used to use became four times
4412 slower on WinXP SP3.
4413
4414 Added support in the d8 developer shell for memory-mapped counters
4415 and added a stats-viewer tool.
4416
4417 Fixed bug in upper/lower case mappings (issue 149).
4418
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004419
ager@chromium.org3bf7b912008-11-17 09:09:45 +000044202008-11-17: Version 0.4.4
4421
4422 Reduced code size by using shorter instruction encoding when
4423 possible.
4424
4425 Added a --help option to the shell sample and to the d8 shell.
4426
4427 Added visual studio project files for building the ARM simulator.
4428
4429 Fixed a number of ARM simulator issues.
4430
4431 Fixed bug in out-of-memory handling on ARM.
4432
4433 Implemented shell support for passing arguments to a script from
4434 the command line.
4435
4436 Fixed bug in date code that made certain date functions return -0
4437 instead of 0 for dates before the epoch.
4438
4439 Restricted applications of eval so it can only be used in the
4440 context of the associated global object.
4441
4442 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004443
4444
ager@chromium.org870a0b62008-11-04 11:43:05 +000044452008-11-04: Version 0.4.3
4446
4447 Added support for API accessors that prohibit overwriting by
4448 accessors defined in JavaScript code by using __defineGetter__ and
4449 __defineSetter__.
4450
4451 Improved handling of conditionals in test status files.
4452
4453 Introduced access control in propertyIsEnumerable.
4454
4455 Improved performance of some string operations by caching
4456 information about the type of the string between operations.
4457
4458 Fixed bug in fast-case code for switch statements that only have
4459 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004460
ager@chromium.org870a0b62008-11-04 11:43:05 +00004461
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000044622008-10-30: Version 0.4.2
4463
4464 Improved performance of Array.prototype.concat by moving the
4465 implementation to C++ (issue 123).
4466
4467 Fixed heap growth policy to avoid growing old space to its maximum
4468 capacity before doing a garbage collection and fixed issue that
4469 would lead to artificial out of memory situations (issue 129).
4470
4471 Fixed Date.prototype.toLocaleDateString to return the date in the
4472 same format as WebKit.
4473
4474 Added missing initialization checks to debugger API.
4475
4476 Added removing of unused maps during GC.
4477
4478
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000044792008-10-28: Version 0.4.1
4480
4481 Added caching of RegExp data in compilation cache.
4482
4483 Added Visual Studio project file for d8 shell.
4484
4485 Fixed function call performance regression introduced in version
4486 0.4.0 when splitting the global object in two parts (issue 120).
4487
4488 Fixed issue 131 by checking for empty handles before throwing and
4489 reporting exceptions.
4490
4491
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000044922008-10-23: Version 0.4.0
4493
4494 Split the global object into two parts: The state holding global
4495 object and the global object proxy.
4496
4497 Fixed bug that affected the value of an assignment to an element
4498 in certain cases (issue 116).
4499
4500 Added GetPropertyNames functionality (issue 33) and extra Date
4501 functions (issue 77) to the API.
4502
4503 Changed WeakReferenceCallback to take a Persistent<Value> instead
4504 of a Persistent<Object> (issue 101).
4505
4506 Fixed issues with message reporting for exceptions in try-finally
4507 blocks (issues 73 and 75).
4508
ager@chromium.org32912102009-01-16 10:38:43 +00004509 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004510
4511 Improved Boyer-Moore implementation for faster indexOf operations.
4512
4513 Added development shell (d8) which includes counters and
4514 completion support.
4515
4516 Fixed problem with the receiver passed to functions called from
4517 eval (issue 124).
4518
4519
ager@chromium.org7c537e22008-10-16 08:43:32 +000045202008-10-16: Version 0.3.5
4521
4522 Improved string hash-code distribution by excluding bit-field bits
4523 from the hash-code.
4524
4525 Changed string search algorithm used in indexOf from KMP to
4526 Boyer-Moore.
4527
4528 Improved the generated code for the instanceof operator.
4529
4530 Improved performance of slow-case string equality checks by
4531 specializing the code based on the string representation.
4532
4533 Improve the handling of out-of-memory situations (issue 70).
4534
4535 Improved performance of strict equality checks.
4536
4537 Improved profiler output to make it easier to see anonymous
4538 functions.
4539
4540 Improved performance of slow-case keyed loads.
4541
4542 Improved property access performance by allocating a number of
4543 properties in the front object.
4544
4545 Changed the toString behavior on the built-in object constructors
4546 to print [native code] instead of the actual source. Some web
4547 applications do not like constructors with complex toString
4548 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004549
ager@chromium.org7c537e22008-10-16 08:43:32 +00004550
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000045512008-10-06: Version 0.3.4
4552
4553 Changed Array.prototype.sort to use quick sort.
4554
4555 Fixed code generation issue where leaving a finally block with
4556 break or continue would accumulate elements on the expression
4557 stack (issue 86).
4558
4559 Made sure that the name accessor on functions returns the expected
4560 names for builtin JavaScript functions and C++ callback functions.
4561
4562 Added fast case code for extending the property storage array of
4563 JavaScript objects.
4564
4565 Ported switch statement optimizations introduced in version 0.3.3
4566 to the ARM code generator.
4567
4568 Allowed GCC to use strict-aliasing rules when compiling.
4569
4570 Improved performance of arguments object allocation by taking care
4571 of arguments adaptor frames in the generated code.
4572
4573 Updated the V8 benchmark suite to version 2.
4574
4575
ager@chromium.org236ad962008-09-25 09:45:57 +000045762008-09-25: Version 0.3.3
4577
4578 Improved handling of relocation information to enable more
4579 peep-hole optimizations.
4580
4581 Optimized switch statements where all labels are constant small
4582 integers.
4583
4584 Optimized String.prototype.indexOf for common cases.
4585
4586 Fixed more build issues (issue 80).
4587
4588 Fixed a couple of profiler issues.
4589
4590 Fixed bug where the body of a function created using the Function
4591 constructor was not allowed to end with a single-line comment
4592 (issue 85).
4593
4594 Improved handling of object literals by canonicalizing object
4595 literal maps. This will allow JSON objects with the same set of
4596 properties to share the same map making inline caching work better
4597 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004598
ager@chromium.org236ad962008-09-25 09:45:57 +00004599
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000046002008-09-17: Version 0.3.2
4601
4602 Generalized the EvalCache into a CompilationCache and enabled it
4603 for scripts too. The current strategy is to retire all entries
4604 whenever a mark-sweep collection is started.
4605
4606 Fixed bug where switch statements containing only a default case
4607 would lead to an unbalanced stack (issue 69).
4608
4609 Fixed bug that made access to the function in a named function
4610 expression impossible in certain situations (issue 24).
4611
4612 Fixed even more build issues.
4613
4614 Optimized calling conventions on ARM. The conventions on ARM and
4615 IA-32 now match.
4616
4617 Removed static initializers for flags and counters.
4618
4619 Improved inline caching behavior for uncommon cases where lazily
4620 loading Date and RegExp code could force certain code paths go
4621 megamorphic.
4622
4623 Removed arguments adaption for builtins written in C++. This
4624 makes Array.prototype.push and Array.prototype.pop slightly
4625 faster.
4626
4627
ager@chromium.org9258b6b2008-09-11 09:11:10 +000046282008-09-11: Version 0.3.1
4629
4630 Fixed a number of build issues.
4631
4632 Fixed problem with missing I-cache flusing on ARM.
4633
4634 Changed space layout in memory management by splitting up
4635 code space into old data space and code space.
4636
4637 Added utf-8 conversion support to the API (issue 57).
4638
4639 Optimized repeated calls to eval with the same strings. These
4640 repeated calls are common in web applications.
4641
4642 Added Xcode project file.
4643
4644 Optimized a couple of Array operation.
4645
4646 Fixed parser bug by checking for end-of-string when parsing break
4647 and continue (issue 35).
4648
4649 Fixed problem where asian characters were not categorized as
4650 letters.
4651
4652 Fixed bug that disallowed calling functions fetched from an array
4653 using a string as an array index (issue 32).
4654
4655 Fixed bug where the internal field count on object templates were
4656 sometimes ignored (issue 54).
4657
4658 Added -f option to the shell sample for compatibility with other
4659 engines (issue 18).
4660
4661 Added source info to TryCatches in the API.
4662
4663 Fixed problem where the seed for the random number generator was
4664 clipped in a double to unsigned int conversion.
4665
4666 Fixed bug where cons string symbols were sometimes converted to
4667 non-symbol flat strings during GC.
4668
4669 Fixed bug in error reporting when attempting to convert null to an
4670 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004671
4672
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000046732008-09-04: Version 0.3.0
4674
4675 Added support for running tests on the ARM simulator.
4676
4677 Fixed bug in the 'in' operator where negative indices were not
4678 treated correctly.
4679
4680 Fixed build issues on gcc-4.3.1.
4681
4682 Changed Date.prototype.toLocaleTimeString to not print the
4683 timezone part of the time.
4684
4685 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4686 with user code.
4687
4688
v8.team.kasperl727e9952008-09-02 14:56:44 +000046892008-09-02: Version 0.2.5
4690
4691 Renamed the top level directory 'public' to 'include'.
4692
4693 Added 'env' option to the SCons build scripts to support
4694 overriding the ENV part of the build environment. This is mostly
4695 to support Windows builds in cases where SCons cannot find the
4696 correct paths to the Windows SDK, as these paths cannot be passed
4697 through shell environment variables.
4698
4699 Enabled "Buffer Security Check" on for the Windows SCons build and
4700 added the linker option /OPT:ICF as an optimization.
4701
4702 Added the V8 benchmark suite to the repository.
4703
4704
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000047052008-09-01: Version 0.2.4
4706
4707 Included mjsunit JavaScript test suite and C++ unit tests.
4708
4709 Changed the shell sample to not print the result of executing a
4710 script provided on the command line.
4711
4712 Fixed issue when building samples on Windows using a shared V8
4713 library. Added visibility option on Linux build which makes the
4714 generated library 18% smaller.
4715
4716 Changed build system to accept multiple build modes in one build
4717 and generate separate objects, libraries and executables for each
4718 mode.
4719
4720 Removed deferred negation optimization (a * -b => -(a * b)) since
4721 this visibly changes operand conversion order.
4722
4723 Improved parsing performance by introducing stack guard in
4724 preparsing. Without a stack guard preparsing always bails out
4725 with stack overflow.
4726
4727 Changed shell sample to take flags directly from the command-line.
4728 Added API call that implements this.
4729
4730 Added load, quit and version functions to the shell sample so it's
4731 easier to run benchmarks and tests.
4732
4733 Fixed issue with building samples and cctests on 64-bit machines.
4734
4735 Fixed bug in the runtime system where the prototype chain was not
4736 always searched for a setter when setting a property that does not
4737 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004738
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004739
mads.s.agercbaa0602008-08-14 13:41:48 +000047402008-08-14: Version 0.2.3
4741
4742 Improved performance of garbage collection by moving the
4743 function that updates pointers during compacting collection
4744 into the updating visitor. This gives the compiler a better
4745 chance to inline and avoid a function call per (potential)
4746 pointer.
4747
4748 Extended the shell sample with a --runtime-flags option.
4749
4750 Added Visual Studio project files for the shell.cc and
4751 process.cc samples.
4752
4753
47542008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004755
4756 Improved performance of garbage collection by changing the way
4757 we use the marking stack in the event of stack overflow during
4758 full garbage collection and by changing the way we mark roots.
4759
4760 Cleaned up ARM version by removing top of stack caching and by
4761 introducing push/pop elimination.
4762
4763 Cleaned up the way runtime functions are called to allow
4764 runtime calls with no arguments.
4765
4766 Changed Windows build options to make sure that exceptions are
4767 disabled and that optimization flags are enabled.
4768
4769 Added first version of Visual Studio project files.
4770
4771
mads.s.agercbaa0602008-08-14 13:41:48 +000047722008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004773
4774 Improved performance of unary addition by avoiding runtime calls.
4775
4776 Fixed the handling of '>' and '<=' to use right-to-left conversion
4777 and left-to-right evaluation as specified by ECMA-262.
4778
4779 Fixed a branch elimination bug on the ARM platform where incorrect
4780 code was generated because of overly aggressive branch
4781 elimination.
4782
4783 Improved performance of code that repeatedly assigns the same
4784 function to the same property of different objects with the same
4785 map.
4786
4787 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4788 no longer expects DEBUG to be defined.
4789
4790 Added platform-nullos.cc to serve as the basis for new platform
4791 implementations.
4792
mads.s.ager31e71382008-08-13 09:32:07 +00004793
mads.s.agercbaa0602008-08-14 13:41:48 +000047942008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004795
4796 Changed all text files to have native svn:eol-style.
4797
4798 Added a few samples and support for building them. The samples
4799 include a simple shell that can be used to benchmark and test V8.
4800
4801 Changed V8::GetVersion to return the version as a string.
4802
4803 Added source for lazily loaded scripts to snapshots and made
4804 serialization non-destructive.
4805
4806 Improved ARM support by fixing the write barrier code to use
4807 aligned loads and stores and by removing premature locals
4808 optimization that relied on broken support for callee-saved
4809 registers (removed).
4810
4811 Refactored the code for marking live objects during garbage
4812 collection and the code for allocating objects in paged
4813 spaces. Introduced an abstraction for the map word of a heap-
4814 allocated object and changed the memory allocator to allocate
4815 executable memory only for spaces that may contain code objects.
4816
4817 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4818 they can be used by debugging and logging modules. Added
4819 thread-safe message queues for dealing with debugger events.
4820
4821 Fixed the source code reported by toString for certain builtin
4822 empty functions and made sure that the prototype property of a
4823 function is enumerable.
4824
4825 Improved performance of converting values to condition flags in
4826 generated code.
4827
4828 Merged disassembler-{arch} files.
4829
4830
mads.s.agercbaa0602008-08-14 13:41:48 +000048312008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004832
4833 Added support for storing JavaScript stack traces in a stack
4834 allocated buffer to make it visible in shallow core dumps.
4835 Controlled by the --preallocate-message-memory flag which is
4836 disabled by default.
4837
4838
mads.s.agercbaa0602008-08-14 13:41:48 +000048392008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004840
4841 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
4842 map transitions would count as properties.
4843
4844 Allowed aliased eval invocations by treating them as evals in the
4845 global context. This may change in the future.
4846
4847 Added support for accessing the last entered context through the
4848 API and renamed Context::Current to Context::GetCurrent and
4849 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
4850
4851 Fixed bug in the debugger that would cause the debugger scripts to
4852 be recursively loaded and changed all disabling of interrupts to
4853 be block-structured.
4854
4855 Made snapshot data read-only to allow it to be more easily shared
4856 across multiple users of V8 when linked as a shared library.
4857
4858
mads.s.agercbaa0602008-08-14 13:41:48 +000048592008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00004860
4861 Fixed building on Mac OS X by recognizing i386 and friends as
4862 IA-32 platforms.
4863
4864 Added propagation of stack overflow exceptions that occur while
4865 compiling nested functions.
4866
4867 Improved debugger with support for recursive break points and
4868 handling of exceptions that occur in the debugger JavaScript code.
4869
4870 Renamed GetInternal to GetInternalField and SetInternal to
4871 SetInternalField in the API and moved InternalFieldCount and
4872 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
4873
4874
mads.s.agercbaa0602008-08-14 13:41:48 +000048752008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004876
4877 Fixed bug in stack overflow check code for IA-32 targets where a
4878 non-tagged value in register eax was pushed to the stack.
4879
4880 Fixed potential quadratic behavior when converting strings to
4881 numbers.
4882
4883 Fixed bug where the return value from Object::SetProperty could
4884 end up being the property holder instead of the written value.
4885
4886 Improved debugger support by allowing nested break points and by
4887 dealing with stack-overflows when compiling functions before
4888 setting break points in them.
4889
4890
mads.s.agercbaa0602008-08-14 13:41:48 +000048912008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004892
kasper.lundbd3ec4e2008-07-09 11:06:54 +00004893 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00004894
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00004895# Local Variables:
4896# mode:text
4897# End: