blob: 31ab26728bf5eee1ec83a7f8385a16c387ae449d [file] [log] [blame]
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +000012013-02-06: Version 3.16.14
2
3 Performance and stability improvements on all platforms.
4
5
danno@chromium.org94b0d6f2013-02-04 13:33:20 +000062013-02-04: Version 3.16.13
7
8 Tagged stubs that rely on instance types as MEGAMORPHIC.
9 (Chromium issue 173974)
10
11 Fixed clearing of dead dependent codes and verifing of weak
12 embedded maps on full GC. (Chromium issue 172488,172489)
13
14 Made the arm port build cleanly with Clang.
15
16 Performance and stability improvements on all platforms.
17
18
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +0000192013-01-31: Version 3.16.12
20
21 Performance and stability improvements on all platforms.
22
23
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +0000242013-01-30: Version 3.16.11
25
26 Put making embedded maps in optimized code weak behind a flag.
27 (Chromium issue 172488,172489)
28
29 Performance and stability improvements on all platforms.
30
31
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000322013-01-25: Version 3.16.10
33
34 Avoid excessive memory usage during redundant phi elimination.
35 (issue 2510)
36
37 Fixed additional spec violations wrt RegExp.lastIndex.
38 (issue 2437)
39
40 Added Isolate parameter to Persistent class.
41 (issue 2487)
42
43 Performance and stability improvements on all platforms.
44
45
yangguo@chromium.org003650e2013-01-24 16:31:08 +0000462013-01-24: Version 3.16.9
47
48 Made embedded maps in optimized code weak.
49 (issue 2073)
50
51 Fixed corner case when JSFunction is evicted from flusher.
52 (Chromium issue 168801)
53
54 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
55 (Chromium issue 171641)
56
57 Performance and stability improvements on all platforms.
58
59
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +0000602013-01-23: Version 3.16.8
61
62 Correctly reset lastIndex in an RegExp object.
63 (Chromium issue 170856)
64
65 Added a workaround for Windows compilation problems related to V8EXPORT.
66 (issue 2507)
67
68 tools/run-tests.py: shlex.split() the value of --command-prefix
69 (Chromium issue 171553)
70
71 Fixed pattern detection for replacing shifts by rotation.
72 (Chromium issue 2499)
73
74 Performance and stability improvements on all platforms.
75
76
yangguo@chromium.org28381b42013-01-21 14:39:38 +0000772013-01-21: Version 3.16.7
78
79 Removed <(library) usage from v8.gyp.
80 (Chromium issue 111541)
81
82 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
83 (Chromium issue 169928)
84
85 Performance and stability improvements on all platforms.
86
87
yangguo@chromium.org46a2a512013-01-18 16:29:40 +0000882013-01-18: Version 3.16.6
89
90 Made the Isolate parameter mandatory in Locker and Unlocker classes.
91 (issue 2487)
92
93 Avoid pointer underflow in CopyCharsUnsigned.
94 (issue 2493)
95
96 Generate shim headers when using system v8.
97 (Chromium issue 165264)
98
99 Fixed arguments materialization for inlined apply().
100 (issue 2489)
101
102 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
103 (Chromium issue 147497)
104
105 Added sanity check to CodeFlusher::AddCandidate.
106 (Chromium issue 169209)
107
108 Performance and stability improvements on all platforms.
109
110
1112013-01-15: Version 3.16.5
112
113 Removed deprecated functions from V8's external API.
114
115 Prepared API for WebKit use of Latin-1.
116
117 Fixed V8 issue 2486.
118
119 Fixed Chromium issue 169723.
120
121 Performance and stability improvements on all platforms.
122
123
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001242013-01-11: Version 3.16.4
125
126 Fixed Chromium issues 168545 and 169209.
127
128 Performance and stability improvements on all platforms.
129
130
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001312013-01-09: Version 3.16.3
132
133 Improved GC performance when moving parts of a FixedArray (issue 2452).
134
135 Enabled readline on d8 while building a shared lib (issue 1781).
136
137 Fixed missing exception check in typed array constructor
138 (Chromium issue 168545).
139
140 Check for read-only-ness when preparing for array sort (issue 2419).
141
142 Performance and stability improvements on all platforms.
143
144
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00001452013-01-04: Version 3.16.2
146
147 Added Makefile options to build for the Raspberry Pi (armv7=0,
148 arm_fpu=vfp2).
149
150 Performance and stability improvements on all platforms.
151
152
ulan@chromium.org4121f232012-12-27 15:57:11 +00001532012-12-27: Version 3.16.1
154
155 Fixed x64 MathMinMax for negative untagged int32 arguments.
156 (Chromium issue 164442)
157
158 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
159 (issue 2458)
160
161 Performance and stability improvements on all platforms.
162
163
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00001642012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000165
166 V8_Fatal now prints C++ stack trace in debug mode.
167
168 Added HTML-based tick processor.
169
170 Continued implementation of Object.observe (V8 issue 2409).
171
172 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
173
174 Fixed Chromium issues 125308, 165637, 166379, 166553.
175
176 Performance and stability improvements on all platforms.
177
178
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00001792012-12-10: Version 3.15.11
180
181 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
182 flags.
183
184 Performance and stability improvements on all platforms.
185
186
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00001872012-12-07: Version 3.15.10
188
189 Enabled optimisation of functions inside eval. (issue 2315)
190
191 Fixed spec violations in methods of Number.prototype. (issue 2443)
192
193 Added GCTracer metrics for a scavenger GC for DOM wrappers.
194
195 Performance and stability improvements on all platforms.
196
197
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00001982012-12-06: Version 3.15.9
199
200 Fixed candidate eviction in code flusher.
201 (Chromium issue 159140)
202
203 Iterate through all arguments for side effects in Math.min/max.
204 (issue 2444)
205
206 Fixed spec violations related to regexp.lastIndex
207 (issue 2437, issue 2438)
208
209 Performance and stability improvements on all platforms.
210
211
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002122012-12-04: Version 3.15.8
213
214 Enforced stack allocation of TryCatch blocks.
215 (issue 2166,chromium:152389)
216
217 Fixed external exceptions in external try-catch handlers.
218 (issue 2166)
219
220 Activated incremental code flushing by default.
221
222 Performance and stability improvements on all platforms.
223
224
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002252012-11-30: Version 3.15.7
226
227 Activated code aging by default.
228
229 Included more information in --prof log.
230
231 Removed eager sweeping for lazy swept spaces. Try to find in
232 SlowAllocateRaw a bounded number of times a big enough memory slot.
233 (issue 2194)
234
235 Performance and stability improvements on all platforms.
236
237
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002382012-11-26: Version 3.15.6
239
240 Ensure double arrays are filled with holes when extended from
241 variations of empty arrays. (Chromium issue 162085)
242
243 Performance and stability improvements on all platforms.
244
245
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00002462012-11-23: Version 3.15.5
247
248 Fixed JSON.stringify for objects with interceptor handlers.
249 (Chromium issue 161028)
250
251 Fixed corner case in x64 compare stubs. (issue 2416)
252
253 Performance and stability improvements on all platforms.
254
255
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00002562012-11-16: Version 3.15.4
257
258 Fixed Array.prototype.join evaluation order. (issue 2263)
259
260 Perform CPU sampling by CPU sampling thread only iff processing thread
261 is not running. (issue 2364)
262
263 When using an Object as a set in Object.getOwnPropertyNames, null out
264 the proto. (issue 2410)
265
266 Disabled EXTRA_CHECKS in Release build.
267
268 Heap explorer: Show representation of strings.
269
270 Removed 'type' and 'arguments' properties from Error object.
271 (issue 2397)
272
273 Added atomics implementation for ThreadSanitizer v2.
274 (Chromium issue 128314)
275
276 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
277
278 Performance and stability improvements on all platforms.
279
280
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00002812012-11-13: Version 3.15.3
282
283 Changed sample shell to send non-JS output (e.g. errors) to stderr
284 instead of stdout.
285
286 Correctly check for stack overflow even when interrupt is pending.
287 (issue 214)
288
289 Collect stack trace on stack overflow. (issue 2394)
290
291 Performance and stability improvements on all platforms.
292
293
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00002942012-11-12: Version 3.15.2
295
296 Function::GetScriptOrigin supplies sourceURL when script name is
297 not available. (Chromium issue 159413)
298
299 Made formatting error message side-effect-free. (issue 2398)
300
301 Fixed length check in JSON.stringify. (Chromium issue 160010)
302
303 ES6: Added support for Set and Map clear method (issue 2400)
304
305 Fixed slack tracking when instance prototype changes.
306 (Chromium issue 157019)
307
308 Fixed disabling of code flusher while marking. (Chromium issue 159140)
309
310 Added a test case for object grouping in a scavenger GC (issue 2077)
311
312 Support shared library build of Android for v8.
313 (Chromium issue 158821)
314
315 ES6: Added support for size to Set and Map (issue 2395)
316
317 Performance and stability improvements on all platforms.
318
319
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003202012-11-06: Version 3.15.1
321
322 Put incremental code flushing behind a flag. (Chromium issue 159140)
323
324 Performance and stability improvements on all platforms.
325
326
danno@chromium.org72204d52012-10-31 10:02:10 +00003272012-10-31: Version 3.15.0
328
329 Loosened aligned code target requirement on ARM (issue 2380)
330
331 Fixed JSON.parse to treat leading zeros correctly.
332 (Chromium issue 158185)
333
334 Performance and stability improvements on all platforms.
335
336
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003372012-10-22: Version 3.14.5
338
339 Killed off the SCons based build.
340
341 Added a faster API for creating v8::Integer objects.
342
343 Speeded up function deoptimization by avoiding quadratic pass over
344 optimized function list. (Chromium issue 155270)
345
346 Always invoke the default Array.sort functions from builtin functions.
347 (issue 2372)
348
349 Reverted recent CPU profiler changes because they broke --prof.
350 (issue 2364)
351
352 Switched code flushing to use different JSFunction field.
353 (issue 1609)
354
355 Performance and stability improvements on all platforms.
356
357
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00003582012-10-15: Version 3.14.4
359
360 Allow evals for debugger even if they are prohibited in the debugee
361 context. (Chromium issue 154733)
362
363 Enabled --verify-heap in release mode (issue 2120)
364
365 Performance and stability improvements on all platforms.
366
367
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00003682012-10-11: Version 3.14.3
369
370 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
371 (Chromium issue 155076).
372
373 Bumped variable limit further to 2^17 (Chromium issue 151625).
374
375 Performance and stability improvements on all platforms.
376
377
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00003782012-10-10: Version 3.14.2
379
380 ARM: allowed VFP3 instructions when hardfloat is enabled.
381 (Chromium issue 152506)
382
383 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
384 (Chromium issue 151749)
385
386 Made GDBJIT interface compile again. (issue 1804)
387
388 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
389 (Chromium issue 143967)
390
391 Made sure that names of temporaries do not clash with real variables.
392 (issue 2322)
393
394 Rejected local module declarations. (Chromium issue 150628)
395
396 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
397
398 Fixed slot recording of code target patches.
399 (Chromium issue 152615,chromium:144230)
400
401 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
402
403 Performance and stability improvements on all platforms.
404
405
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004062012-10-01: Version 3.14.1
407
408 Don't set -m32 flag when compiling with Android ARM compiler.
409 (Chromium issue 143889)
410
411 Restore the descriptor array before returning allocation failure.
412 (Chromium issue 151750)
413
414 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
415 128252).
416
417 Pull more recent gyp in 'make dependencies'.
418
419 Made sure that the generic KeyedStoreIC changes length and element_kind
420 atomically (issue 2346).
421
422 Bumped number of allowed variables per scope to 65535, to address GWT.
423 (Chromium issue 151625)
424
425 Support sourceURL for dynamically inserted scripts (issue 2342).
426
427 Performance and stability improvements on all platforms.
428
429
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004302012-09-20: Version 3.14.0
431
432 Fixed missing slot recording during clearing of CallICs.
433 (Chromium issue 144230)
434
435 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
436 (Chromium issue 150729)
437
438 Fixed minus zero test. (Issue 2133)
439
440 Fixed setting array length to zero for slow elements.
441 (Chromium issue 146910)
442
443 Fixed lost arguments dropping in HLeaveInlined.
444 (Chromium issue 150545)
445
446 Fixed casting error for receiver of interceptors.
447 (Chromium issue 149912)
448
449 Throw a more descriptive exception when blocking 'eval' via CSP.
450 (Chromium issue 140191)
451
452 Fixed debugger's eval when close to stack overflow. (issue 2318)
453
454 Added checks to live edit. (issue 2297)
455
456 Switched on code compaction on incremental GCs.
457
458 Fixed caching of optimized code for OSR. (issue 2326)
459
460 Not mask exception thrown by toString in String::UtfValue etc.
461 (issue 2317)
462
463 Fixed API check for length of external arrays. (Chromium issue 148896)
464
465 Ensure correct enumeration indices in the dict (Chromium issue 148376)
466
467 Correctly initialize regexp global cache. (Chromium issue 148378)
468
469 Fixed arguments object materialization during deopt. (issue 2261)
470
471 Introduced new API to expose external string resource regardless of
472 encoding.
473
474 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
475 --deopt-every-n-times flag is present
476 (Chromium issue 148389)
477
478 Fixed edge case of extension with NULL as source string.
479 (Chromium issue 144649)
480
481 Fixed array index dehoisting. (Chromium issue 141395)
482
483 Performance and stability improvements on all platforms.
484
485
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00004862012-09-11: Version 3.13.7
487
488 Enable/disable LiveEdit using the (C++) debug API.
489
490 Performance and stability improvements on all platforms.
491
492
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00004932012-09-06: Version 3.13.6
494
495 Added validity checking to API functions and calls.
496
497 Disabled accessor inlining (Chromium issue 134609).
498
499 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
500
501 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
502
503 Fixed VS2005 build (issue 2313).
504
505 Activated fixed ES5 readonly semantics by default.
506
507 Added hardfp flag to the Makefile.
508
509 Performance and stability improvements on all platforms.
510
511
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005122012-08-29: Version 3.13.5
513
514 Release stack trace data after firing Error.stack accessor.
515 (issue 2308)
516
517 Added a new API V8::SetJitCodeEventHandler to push code name and
518 location to users such as profilers.
519
520 Allocate block-scoped global bindings to global context.
521
522 Performance and stability improvements on all platforms.
523
524
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005252012-08-28: Version 3.13.4
526
527 Print reason for disabling optimization. Kill --trace-bailout flag.
528
529 Provided option to disable full DEBUG build on Android.
530
531 Introduced global contexts to represent lexical global scope(s).
532
533 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
534
535 Performance and stability improvements on all platforms.
536
537
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005382012-08-21: Version 3.13.3
539
540 Performance and stability improvements on all platforms.
541
542
5432012-08-20: Version 3.13.2
544
545 Performance and stability improvements on all platforms.
546
547
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00005482012-08-16: Version 3.13.1
549
550 Performance and stability improvements on all platforms.
551
552
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00005532012-08-10: Version 3.13.0
554
555 Added histograms for total allocated/live heap size, as well as
556 allocated size and percentage of total for map and cell space.
557
558 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
559 (issue 1645)
560
561 Added checks for interceptors to negative lookup code in Crankshaft.
562 (Chromium issue 140473)
563
564 Made incremental marking clear ICs and type feedback cells.
565
566 Performance and stability improvements on all platforms.
567
568
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00005692012-08-01: Version 3.12.19
570
571 Performance and stability improvements on all platforms.
572
573
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00005742012-07-30: Version 3.12.18
575
576 Forced using bit-pattern for signed zero double. (issue 2239)
577
578 Made sure double to int conversion is correct. (issue 2260)
579
580 Performance and stability improvements on all platforms.
581
582
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00005832012-07-27: Version 3.12.17
584
585 Always set the callee's context when calling a function from optimized
586 code.
587 (Chromium issue 138887)
588
589 Fixed building with GCC 3.x
590 (issue 2016, 2017)
591
592 Improved API calls that return empty handles.
593 (issue 2245)
594
595 Performance and stability improvements on all platforms.
596
597
danno@chromium.org129d3982012-07-25 15:01:47 +00005982012-07-25: Version 3.12.16
599
600 Performance and stability improvements on all platforms.
601
602
yangguo@chromium.org304cc332012-07-24 07:59:48 +00006032012-07-24: Version 3.12.15
604
605 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
606 (issue 2252)
607
608 Added dependency to HLoadKeyed* instructions to prevent invalid
609 hoisting. (Chromium issue 137768)
610
611 Enabled building d8 for Android on Mac.
612
613 Interpret negative hexadecimal literals as NaN.
614 (issue 2240)
615
616 Expose counters in javascript when using --track-gc-object-stats.
617
618 Enabled building and testing V8 on Android IA.
619
620 Added --trace-parse flag to parser.
621
622 Performance and stability improvements on all platforms.
623
624
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006252012-07-18: Version 3.12.14
626
627 Deactivated optimization of packed arrays.
628 (Chromium issue 137768)
629
630 Fixed broken accessor transition.
631 (Chromium issue 137689)
632
633 Performance and stability improvements on all platforms.
634
635
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006362012-07-17: Version 3.12.13
637
638 Fixed missing tagging of stack value in finally block.
639 (Chromium issue 137496)
640
641 Added more support for heap analysis.
642
643 Performance and stability improvements on all platforms.
644
645
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00006462012-07-16: Version 3.12.12
647
648 Added an option to the tickprocessor to specify the directory for lib
649 lookup.
650
651 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
652
653 Fixed transcendental cache on ARM in optimized code (issue 2234).
654
655 New heap inspection tools: counters for object sizes and counts,
656 histograms for external fragmentation.
657
658 Incorporated constness into inferred interfaces (in preparation for
659 handling imports) (issue 1569).
660
661 Performance and stability improvements on all platforms.
662
663
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00006642012-07-12: Version 3.12.11
665
666 Renamed "mips" arch to "mipsel" in the GYP build.
667
668 Fixed computation of call targets on prototypes in Crankshaft.
669 (Chromium issue 125148)
670
671 Removed use of __lookupGetter__ when generating stack trace.
672 (issue 1591)
673
674 Turned on ES 5.2 globals semantics by default.
675 (issue 1991, Chromium issue 80591)
676
677 Synced preparser and parser wrt syntax error in switch..case.
678 (issue 2210)
679
680 Fixed reporting of octal literals in strict mode when preparsing.
681 (issue 2220)
682
683 Fixed inline constructors for Harmony Proxy prototypes.
684 (issue 2225)
685
686 Performance and stability improvements on all platforms.
687
688
danno@chromium.org81cac2b2012-07-10 11:28:27 +00006892012-07-10: Version 3.12.10
690
691 Re-enabled and fixed issue with array bounds check elimination
692 (Chromium issue 132114).
693
694 Fixed Debug::Break crash. (Chromium issue 131642)
695
696 Added optimizing compiler support for JavaScript getters.
697
698 Performance and stability improvements on all platforms.
699
700
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00007012012-07-06: Version 3.12.9
702
703 Correctly advance the scanner when scanning unicode regexp flag.
704 (Chromium issue 136084)
705
706 Fixed unhandlified code calling Harmony Proxy traps.
707 (issue 2219)
708
709 Performance and stability improvements on all platforms.
710
711
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007122012-07-05: Version 3.12.8
713
714 Implemented TypedArray.set and ArrayBuffer.slice in d8.
715
716 Performance and stability improvements on all platforms.
717
718
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007192012-07-03: Version 3.12.7
720
721 Fixed lazy compilation for strict eval scopes.
722 (Chromium issue 135066)
723
724 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
725 (issue 2151)
726
727 Report "hidden properties" in heap profiler for properties case.
728 (issue 2212)
729
730 Activated optimization of packed arrays by default.
731
732 Performance and stability improvements on all platforms.
733
734
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007352012-06-29: Version 3.12.6
736
737 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
738
739 Extended TypedArray support in d8.
740
741
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00007422012-06-28: Version 3.12.5
743
744 Fixed lazy parsing heuristics to respect outer scope.
745 (Chromium issue 135008)
746
747 Allow using test-wrapper-gypbuild.py on Windows when no python
748 interpreter is registered.
749
750 Performance and stability improvements on all platforms.
751
752
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00007532012-06-27: Version 3.12.4
754
755 Removed -fomit-frame-pointer flag from Release builds to make
756 the stack walkable by TCMalloc (Chromium issue 133723).
757
758 Ported r7868 (constant masking) to x64 (issue 1374).
759
760 Expose more detailed memory statistics (issue 2201).
761
762 Fixed Harmony Maps and WeakMaps for undefined values
763 (Chromium issue 132744).
764
765 Correctly throw reference error in strict mode with ICs disabled
766 (issue 2119).
767
768 Performance and stability improvements on all platforms.
769
770
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00007712012-06-25: Version 3.12.3
772
773 Reverted r11835 'Unify promotion and allocation limit computation' due
774 to V8 Splay performance regression on Mac. (Chromium issue 134183)
775
776 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
777
778 Performance and stability improvements on all platforms.
779
780
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00007812012-06-22: Version 3.12.2
782
783 Made near-jump check more strict in LoadNamedFieldPolymorphic on
784 ia32/x64. (Chromium issue 134055)
785
786 Fixed lazy sweeping heuristics to prevent old-space expansion.
787 (issue 2194)
788
789 Performance and stability improvements on all platforms.
790
791
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00007922012-06-21: Version 3.12.1
793
794 Performance and stability improvements on all platforms.
795
796
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00007972012-06-20: Version 3.12.0
798
799 Fixed Chromium issues:
800 115100, 129628, 131994, 132727, 132741, 132742, 133211
801
802 Fixed V8 issues:
803 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
804
805 Added --extra-code flag to mksnapshot to load JS code into the VM
806 before creating the snapshot.
807
808 Support 'restart call frame' command in the debugger.
809
810 Performance and stability improvements on all platforms.
811
812
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008132012-06-13: Version 3.11.10
814
815 Implemented heap profiler memory usage reporting.
816
817 Preserved error message during finally block in try..finally.
818 (Chromium issue 129171)
819
820 Fixed EnsureCanContainElements to properly handle double values.
821 (issue 2170)
822
823 Improved heuristics to keep objects in fast mode with inherited
824 constructors.
825
826 Performance and stability improvements on all platforms.
827
828
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008292012-06-06: Version 3.11.9
830
831 Implemented ES5-conformant semantics for inherited setters and read-only
832 properties. Currently behind --es5_readonly flag, because it breaks
833 WebKit bindings.
834
835 Exposed last seen heap object id via v8 public api.
836
837 Performance and stability improvements on all platforms.
838
839
verwaest@chromium.org37141392012-05-31 13:27:02 +00008402012-05-31: Version 3.11.8
841
842 Avoid overdeep recursion in regexp where a guarded expression with a
843 minimum repetition count is inside another quantifier.
844 (Chromium issue 129926)
845
846 Fixed missing write barrier in store field stub.
847 (issues 2143, 1465, Chromium issue 129355)
848
849 Proxies: Fixed receiver for setters inherited from proxies.
850 Proxies: Fixed ToStringArray function so that it does not reject some
851 keys.
852 (issue 1543)
853
854 Performance and stability improvements on all platforms.
855
856
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00008572012-05-29: Version 3.11.7
858
859 Get better function names in stack traces.
860
861 Performance and stability improvements on all platforms.
862
863
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00008642012-05-24: Version 3.11.6
865
866 Fixed RegExp.prototype.toString for incompatible receivers
867 (issue 1981).
868
869 Performance and stability improvements on all platforms.
870
871
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00008722012-05-23: Version 3.11.5
873
874 Performance and stability improvements on all platforms.
875
876
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00008772012-05-22: Version 3.11.4
878
879 Some cleanup to common.gypi. This fixes some host/target combinations
880 that weren't working in the Make build on Mac.
881
882 Handle EINTR in socket functions and continue incomplete sends.
883 (issue 2098)
884
885 Fixed python deprecations. (issue 1391)
886
887 Made socket send and receive more robust and return 0 on failure.
888 (Chromium issue 15719)
889
890 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
891
892 Set '-m32' option for host and target platforms
893
894 Performance and stability improvements on all platforms.
895
896
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00008972012-05-18: Version 3.11.3
898
899 Disable optimization for functions that have scopes that cannot be
900 reconstructed from the context chain. (issue 2071)
901
902 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
903
904 Correctly check for native error objects. (Chromium issue 2138)
905
906 Performance and stability improvements on all platforms.
907
908
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009092012-05-16: Version 3.11.2
910
911 Revert r11496. (Chromium issue 128146)
912
913 Implement map collection for incremental marking. (issue 1465)
914
915 Add toString method to CallSite (which describes a frame of the
916 stack trace).
917
918
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009192012-05-15: Version 3.11.1
920
921 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
922
923 Fix freebsd build. (V8 issue 2126)
924
925 Performance and stability improvements on all platforms.
926
927
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009282012-05-11: Version 3.11.0
929
930 Fixed compose-discard crasher from r11524 (issue 2123).
931
932 Activated new global semantics by default. Global variables can
933 now shadow properties of the global object (ES5.1 erratum).
934
935 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
936 transitioning (Chromium issue 117409).
937
938 Made Error.prototype.name writable again, as required by the spec and
939 the web (Chromium issue 69187).
940
941 Implemented map collection with incremental marking (issue 1465).
942
943 Regexp: Fixed overflow in min-match-length calculation
944 (Chromium issue 126412).
945
946 MIPS: Fixed illegal instruction use on Loongson in code for
947 Math.random() (issue 2115).
948
949 Fixed crash bug in VisitChoice (Chromium issue 126272).
950
951 Fixed unsigned-Smi check in MappedArgumentsLookup
952 (Chromium issue 126414).
953
954 Fixed LiveEdit for function with no locals (issue 825).
955
956 Fixed register clobbering in LoadIC for interceptors
957 (Chromium issue 125988).
958
959 Implemented clearing of CompareICs (issue 2102).
960
961 Performance and stability improvements on all platforms.
962
963
danno@chromium.org2c26cb12012-05-03 09:06:43 +00009642012-05-03: Version 3.10.8
965
966 Enabled MIPS cross-compilation.
967
968 Ensured reload of elements pointer in StoreFastDoubleElement stub.
969 (Chromium issue 125515)
970
971 Fixed corner cases in truncation behavior when storing to
972 TypedArrays. (issue 2110)
973
974 Fixed failure to properly recognize and report out-of-memory
975 conditions when allocating code space pages. (Chromium issue
976 118625)
977
978 Fixed idle notifications to perform a round of incremental GCs
979 after context disposal. (issue 2107)
980
981 Fixed preparser for try statement. (issue 2109)
982
983 Performance and stability improvements on all platforms.
984
985
danno@chromium.org1044a4d2012-04-30 12:34:39 +00009862012-04-30: Version 3.10.7
987
988 Performance and stability improvements on all platforms.
989
990
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00009912012-04-26: Version 3.10.6
992
993 Fixed some bugs in accessing details of the last regexp match.
994
995 Fixed source property of empty RegExp objects. (issue 1982)
996
997 Enabled inlining some V8 API functions.
998
999 Performance and stability improvements on all platforms.
1000
1001
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000010022012-04-23: Version 3.10.5
1003
1004 Put new global var semantics behind a flag until WebKit tests are
1005 cleaned up.
1006
1007 Enabled stepping into callback passed to builtins.
1008 (Chromium issue 109564)
1009
1010 Performance and stability improvements on all platforms.
1011
1012
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010132012-04-19: Version 3.10.4
1014
1015 Fixed issues when stressing compaction with WeakMaps.
1016
1017 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1018
1019 Simplify invocation sequence at monomorphic function invocation sites.
1020 (issue 2079)
1021
1022 Performance and stability improvements on all platforms.
1023
1024
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010252012-04-17: Version 3.10.3
1026
1027 Fixed several bugs in heap profiles (including issue 2078).
1028
1029 Throw syntax errors on illegal escape sequences.
1030
1031 Implemented rudimentary module linking (behind --harmony flag)
1032
1033 Implemented ES5 erratum: Global declarations should shadow
1034 inherited properties.
1035
1036 Made handling of const more consistent when combined with 'eval'
1037 and 'with'.
1038
1039 Fixed V8 on MinGW-x64 (issue 2026).
1040
1041 Performance and stability improvements on all platforms.
1042
1043
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000010442012-04-13: Version 3.10.2
1045
1046 Fixed native ARM build (issues 1744, 539)
1047
1048 Return LOOKUP variable instead of CONTEXT for non-context allocated
1049 outer scope parameters (Chromium issue 119609).
1050
1051 Fixed regular and ElementsKind transitions interfering with each other
1052 (Chromium issue 122271).
1053
1054 Improved performance of keyed loads/stores which have a HeapNumber
1055 index (issues 1388, 1295).
1056
1057 Fixed WeakMap processing for evacuation candidates (issue 2060).
1058
1059 Bailout on possible direct eval calls (Chromium issue 122681).
1060
1061 Do not assume that names of function expressions are context-allocated
1062 (issue 2051).
1063
1064 Performance and stability improvements on all platforms.
1065
1066
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000010672012-04-10: Version 3.10.1
1068
1069 Fixed bug with arguments object in inlined functions (issue 2045).
1070
1071 Fixed performance bug with lazy initialization (Chromium issue
1072 118686).
1073
1074 Added suppport for Mac OS X 64bit builds with GYP.
1075 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1076
1077 Fixed bug with hidden properties (issue 2034).
1078
1079 Fixed a performance bug when reloading pages (Chromium issue 117767,
1080 V8 issue 1902).
1081
1082 Fixed bug when optimizing throw in top-level code (issue 2054).
1083
1084 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1085
1086 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1087
1088 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1089
1090 Fixed compilation of V8 using uClibc.
1091
1092 Optimized boot-up memory use.
1093
1094 Optimized regular expressions.
1095
1096
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000010972012-03-30: Version 3.10.0
1098
1099 Fixed store IC writability check in strict mode
1100 (Chromium issue 120099).
1101
1102 Resynchronize timers if the Windows system time was changed.
1103 (Chromium issue 119815)
1104
1105 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1106 hardfp ARM
1107 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1108
1109 Fixed edge case for case independent regexp character classes
1110 (issue 2032).
1111
1112 Reset function info counters after context disposal.
1113 (Chromium issue 117767, V8 issue 1902)
1114
1115 Fixed missing write barrier in CopyObjectToObjectElements.
1116 (Chromium issue 119926)
1117
1118 Fixed missing bounds check in HasElementImpl.
1119 (Chromium issue 119925)
1120
1121 Performance and stability improvements on all platforms.
1122
1123
danno@chromium.org88aa0582012-03-23 15:11:57 +000011242012-03-23: Version 3.9.24
1125
1126 Activated count-based profiler for ARM.
1127
1128 Fixed use of proxies as f.prototype properties. (issue 2021)
1129
1130 Enabled snapshots on MIPS.
1131
1132 Performance and stability improvements on all platforms.
1133
1134
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011352012-03-21: Version 3.9.23
1136
1137 Use correct arguments adaptation environment when inlining function
1138 containing arguments. (Issue 2014)
1139
1140 Performance and stability improvements on all platforms.
1141
1142
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000011432012-03-20: Version 3.9.22
1144
1145 Enabled count-based profiler by default.
1146
1147 Implemented a hash based look-up to speed up address checks
1148 in large object space (issue 853).
1149
1150 Performance and stability improvements on all platforms.
1151
1152
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000011532012-03-19: Version 3.9.21
1154
1155 Fixed push-to-trunk script (and re-push).
1156
1157 Added API call that identifies strings that are guaranteed only to
1158 contain ASCII characters.
1159
1160
11612012-03-19: Version 3.9.20
1162
1163 Fixed declarations escaping global strict eval. (Issue 1624)
1164
1165 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1166
1167 Fixed function declarations overwriting read-only global properties.
1168 (Chromium issue 115452)
1169
1170 Fixed --use-strict flag in combination with --harmony[-scoping].
1171
1172 Debugger: naive implementation of "step into Function.prototype.bind".
1173
1174 Debugger: added ability to set script source from within OnBeforeCompile
1175
1176 Added flag to always call DebugBreak on abort.
1177
1178 Re-enabled constructor inlining and inline === comparison with boolean
1179 constants. (Issue 2009)
1180
1181 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1182
1183 Performance and stability improvements on all platforms.
1184
1185
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000011862012-03-14: Version 3.9.19
1187
1188 Ensure there is a smi check of the receiver for global load and call
1189 ICs (Chromium issue 117794).
1190
1191 Performance and stability improvements on all platforms.
1192
1193
yangguo@chromium.org154ff992012-03-13 08:09:54 +000011942012-03-13: Version 3.9.18
1195
1196 Ensure consistency of Math.sqrt on Intel platforms.
1197
1198 Remove static initializers in v8. (issue 1859)
1199
1200 Add explicit dependency on v8_base in the GYP-based build.
1201
1202 Performance and stability improvements on all platforms.
1203
1204
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012052012-03-12: Version 3.9.17
1206
1207 Fixed VFP detection through compiler defines. (issue 1996)
1208
1209 Add Code-related fields to postmortem metadata.
1210
1211 Performance and stability improvements on all platforms.
1212
1213
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012142012-03-09: Version 3.9.16
1215
1216 Added basic interface inference for modules (behind the --harmony flag).
1217
1218 Added Object.is, Number.isFinite, Number.isNaN.
1219
1220 Updated the Unicode tables to Unicode version 6.1.0.
1221
1222 Performance and stability improvements on all platforms.
1223
1224
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012252012-03-06: Version 3.9.15
1226
1227 Fix the heap profiler crash caused by memory layout changes between
1228 passes.
1229
1230 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1231
1232 Fix double-rounding in strtod for MinGW. (issue 1062)
1233
1234 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1235
1236 Performance and stability improvements on all platforms.
1237
1238
fschneider@chromium.org35814e52012-03-01 15:43:35 +000012392012-03-01: Version 3.9.14
1240
1241 Performance and stability improvements on all platforms.
1242
1243
ulan@chromium.org812308e2012-02-29 15:58:45 +000012442012-02-29: Version 3.9.13
1245
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001246 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001247
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001248 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1249 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001250
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001251 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001252
1253 Performance and stability improvements on all platforms.
1254
1255
ulan@chromium.org967e2702012-02-28 09:49:15 +000012562012-02-28: Version 3.9.12
1257
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001258 Fixed the negative lookup stub to handle deleted entries in a
1259 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001260
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001261 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001262 callback function can resolve the location of a return address on stack
1263 to the location where a return-address rewriting profiler stashed the
1264 original return address.
1265
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001266 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1267 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001268
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001269 Fixed issue 1853: Update breakpoints set with partial file name after
1270 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001271
1272
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000012732012-02-27: Version 3.9.11
1274
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001275 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001276
1277
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000012782012-02-24: Version 3.9.10
1279
1280 Fixed V8 issues 1322, 1772 and 1969.
1281
1282 Conformance improvements.
1283
1284 Performance and stability improvements on all platforms.
1285
1286
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000012872012-02-23: Version 3.9.9
1288
1289 Supported fast case for-in in Crankshaft.
1290
1291 Sped up heap snapshot serialization and dominators construction.
1292
1293 Randomized allocation addresses on windows. (Chromium issue 115151)
1294
1295 Fixed compilation with MinGW-w64. (issue 1943)
1296
1297 Fixed incorrect value of assignments to non-extensible properties.
1298
1299 Fixed a crash bug in generated code on ia32.
1300
1301 Performance and stability improvements on all platforms.
1302
1303
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000013042012-02-21: Version 3.9.8
1305
1306 Fixed memory leak and missing #include in StartupDataDecompressor
1307 (issue 1960).
1308
1309 Renamed static methods to avoid shadowing virtual methods and fix Clang
1310 C++11 compile error.
1311
1312 Fixed sequence of element access in array builtins (issue 1790).
1313
1314 Performance and stability improvements on all platforms.
1315
1316
yangguo@chromium.org56454712012-02-16 15:33:53 +000013172012-02-16: Version 3.9.7
1318
1319 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1320
1321 Fixed GCC-4.7 warnings.
1322
1323 Added Navier-Stokes benchmark.
1324
1325 Performance and stability improvements on all platforms.
1326
1327
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013282012-02-14: Version 3.9.6
1329
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001330 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001331
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001332 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001333
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001334 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001335
1336 Heap Snapshot maximum size limit is too low for really big apps. At the
1337 moment the limit is 256MB. (Chromium issue 113015)
1338
1339 Performance and stability improvements on all platforms.
1340
1341
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000013422012-02-09: Version 3.9.5
1343
1344 Removed unused command line flags.
1345
1346 Performance and stability improvements on all platforms.
1347
1348
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000013492012-02-08: Version 3.9.4
1350
1351 Properly initialize element-transitioning array literals on ARM.
1352 (issue 1930)
1353
1354 Bug fixes on all platforms.
1355
1356
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000013572012-02-07: Version 3.9.3
1358
1359 When rethrowing an exception, print the stack trace of its original
1360 site instead of rethrow site (Chromium issue 60240).
1361
1362 Increased size of small stacks from 32k to 64k to avoid hitting limits
1363 in Chromium (Chromium issue 112843).
1364
1365
rossberg@chromium.org994edf62012-02-06 10:12:55 +000013662012-02-06: Version 3.9.2
1367
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001368 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001369
1370 Heap profiler reports implicit references.
1371
1372 Optionally export metadata with libv8 to enable debuggers to inspect V8
1373 state.
1374
1375
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000013762012-02-02: Version 3.9.1
1377
1378 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1379 (Chromium issue 112315).
1380
1381 Fixed a crash in dev tools (Chromium issue 107996).
1382
1383 Added 'dependencies_traverse': 1 to v8 GYP target.
1384
1385 Performance and stability improvements on all platforms.
1386
1387
danno@chromium.orgfa458e42012-02-01 10:48:36 +000013882012-02-01: Version 3.9.0
1389
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001390 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001391
1392 Stability fixes and performance improvements on all platforms.
1393
1394
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000013952012-01-26: Version 3.8.9
1396
1397 Flush number string cache on GC (issue 1605).
1398
1399 Provide access to function inferred name with
1400 v8::Function::GetInferredName in V8 public API.
1401
1402 Fix building with Clang (issue 1912).
1403
1404 Reduce the space used by the stack for the profiling thread.
1405
1406 Fix misleading documentation of v8::Locker (issue 542).
1407
1408 Introduce readbinary function in d8 to read binary files.
1409
1410 Performance and stability improvements on all platforms.
1411
1412
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014132012-01-23: Version 3.8.8
1414
1415 Limited number of loop iterations in Heap::ReserveSpace
1416 (Chromium issue 99027).
1417
1418 Fixed solaris build (VirtualMemory) (issue 1761).
1419
1420 Fixed strict vs. non-strict handling of function proxies in
1421 higher-order array and string methods.
1422
1423 Enabled asynchronous remote debugging with d8 (issue 1691).
1424
1425 Stability and performance improvements on all platforms.
1426
1427
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014282012-01-19: Version 3.8.7
1429
1430 Ensure that LRandom restores rsi after call to the C function on x64.
1431 (Chromium issue http://crbug.com/110509)
1432
1433 Fixing include issues on *bsd when building with scons.
1434 (issue 1897)
1435
1436 Provide a switch to specify -fno-strict-aliasing
1437 (issue 1887)
1438
1439 Move WIN32 define from standalone.gypi to common.gypi
1440 (issue 1760)
1441
1442 Fix corner-case in heap size estimation.
1443 (issue 1893)
1444
1445 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1446 (issue 1903)
1447
1448 Performance improvements and bug fixes.
1449
1450
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000014512012-01-16: Version 3.8.6
1452
1453 Add primitive WebGL array support to d8.
1454
1455 Improve heap size estimation (issue 1893).
1456
1457 Hash collision DOS workaround extended from string keys
1458 to numeric keys.
1459
1460 Provide an API for iterating through all external strings referenced
1461 from the JS heap.
1462
1463 Adjust position recorded for call expressions. http://crbug.com/109195
1464
1465 Fix GC crash related to instanceof. http://crbug.com/109448
1466
1467 Performance improvements and bug fixes.
1468
1469
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000014702012-01-05: Version 3.8.5
1471
1472 Fix broken test that assumes that no GC can clear the regexp cache (GC
1473 can happen at any time due to Crankshaft).
1474
1475 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1476
1477 Add netbsd support to gyp build.
1478
1479 Determine page size at runtime on posix platforms.
1480
1481 Ensure that store buffer filtering hash sets are cleared after
1482 StoreBuffer::Filter.
1483
1484 Randomize the seed used for string hashing. This helps guard against
1485 CPU-eating DOS attacks against node.js servers. Based on code from
1486 Bert Belder. This version only solves the issue for those that compile
1487 V8 themselves or those that do not use snapshots. A snapshot-based
1488 precompiled V8 will still have predictable string hash codes.
1489
1490 Implement callback when script finishes running in V8 API.
1491
1492 Improve performance of Math.min and Math.max for the case of two
1493 arguments. (issue 1325)
1494
1495
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000014962012-01-02: Version 3.8.4
1497
1498 Performance improvements for large Smi-only arrays.
1499
1500 Fixed InternalArrays construction. (issue 1878)
1501
1502
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000015032011-12-27: Version 3.8.3
1504
1505 Avoid embedding new space objects into code objects in the lithium gap
1506 resolver. (chromium:108296)
1507
1508 Bug fixes and performance optimizations on all platforms.
1509
1510
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015112011-12-21: Version 3.8.2
1512
1513 Add max optimization flag to v8 gyp build to ensure V8 is always built
1514 fully optimized in Chrome.
1515
1516 MIPS: Bring MIPS to parity with other platforms.
1517
1518 Optimizations and stability improvements on all platforms.
1519
1520
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015212011-12-19: Version 3.8.1
1522
1523 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1524
1525 Stability improvements on all platforms.
1526
1527
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015282011-12-13: Version 3.8.0
1529
1530 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1531
1532 Sync parser and preparser on do-while and return statements.
1533 (issue 1856)
1534
1535 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1536
1537 Stability and performance improvements on all platforms.
1538
1539
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000015402011-12-01: Version 3.7.12
1541
1542 Increase tick interval for the android platform.
1543
1544 Fix a bug in the register allocator. (chromium:105112)
1545
1546 Fix handling of recompiling code. (chromium:105375, v8:1782)
1547
1548 Start incremental marking on idle notification. (v8:1458)
1549
1550 Build fixes for various platforms.
1551
1552 Various performance improvements.
1553
1554
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000015552011-11-29: Version 3.7.11
1556
1557 Fixed bug when generating padding to ensure space for lazy
1558 deoptimization.
1559 (issue 1846)
1560
1561 Further reduced pause times due to GC.
1562
1563 Stability and performance improvements on all platforms.
1564
1565
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000015662011-11-23: Version 3.7.10
1567
1568 Set maximum length of FixedArray in terms of elements instead an
1569 absolute number of bytes.
1570 (Chromium issue 103103)
1571
1572 Stability and performance improvements on all platforms.
1573
1574
15752011-11-21: Version 3.7.9
1576
1577 Removed exit-time destructors.
1578
1579 Stability and performance improvements on all platforms.
1580
1581
ricow@chromium.org27bf2882011-11-17 08:34:43 +000015822011-11-17: Version 3.7.8
1583
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001584 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001585 function on builtins will not make the original function reappear.
1586
1587 Added NetBSD support for scons build.
1588
1589 Performance improvements on all platforms.
1590
1591
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000015922011-11-14: Version 3.7.7
1593
1594 Fix missing fast property accessors in heap snapshots.
1595 (issue 1818)
1596
1597
danno@chromium.org2c456792011-11-11 12:00:53 +000015982011-11-11: Version 3.7.6
1599
1600 Fixed filtering of store buffer for large object pages.
1601 (issue 1817)
1602
1603 Fixed generated hash function on all platforms.
1604 (issue 1808)
1605
1606 Fixed Heap::Shrink to ensure that it does not free pages that are
1607 still in use.
1608 (Chromium issue 100414)
1609
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001610 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001611
1612
danno@chromium.orgc612e022011-11-10 11:38:15 +000016132011-11-10: Version 3.7.5
1614
1615 Added initial gyp infrastructure for MIPS.
1616
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001617 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001618 collector.
1619
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001620 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001621
1622
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016232011-11-07: Version 3.7.4
1624
1625 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1626
1627 Fix Harmony sets and maps to allow null and undefined as keys
1628 (still hidden behind --harmony flag) (issue 1622).
1629
1630 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1631
1632 Enable VFP instructions for Android.
1633
1634 Fix error handling in Date.prototype.toISOString (issue 1792).
1635
1636 Bug fixes and performance improvements for all platforms.
1637
1638 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1639
1640
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000016412011-10-28: Version 3.7.3
1642
1643 Slight deoptimization as a workaround for issue with jslint: Issue
1644 1789.
1645
1646
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000016472011-10-27: Version 3.7.2
1648
1649 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1650
1651
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000016522011-10-26: Version 3.7.1
1653
1654 Achieved 33% speedup in debug-mode tests.
1655
1656 Removed special casing of calls to RegExp test and exec methods with no
1657 argument. Now matches new JSC behaviour. crbug.com/75740.
1658
1659 Return the empty string on cyclic references in toString (ES5
1660 conformance).
1661
1662 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1663
1664 Made Math.random state per-context instead of per-process (issue 864).
1665
1666 Fixed stack traces to skip native functions.
1667
1668 Make snapshots (new contexts) smaller and faster.
1669
1670 Fixed handling of Function.apply for non-array arguments.
1671
1672 Fixed evaluation order in defineProperties to match FireFox.
1673
1674 Fixed handling of non-object receivers for array builtins,
1675 crbug.com/100702.
1676
1677 Multiple fixes to improve compliance with test262.
1678
1679 Fixed compatibility with older Android releases.
1680
1681 Fixed compilation with gcc-4.5.3.
1682
1683 Improved performance of WriteUtf8, issue 1665.
1684
1685 Made native syntax an early error in the preparser.
1686
1687 Fixed issues 793 and 893 relating to Function.prototype.bind.
1688
1689 Improved let, const, Set and Map support and other Harmony features
1690 (behind the --harmony flag).
1691
1692 Changed evaluation order for > and <= to match ES5 instead of ES3.
1693
1694 Bug fixes and performance improvements on all platforms.
1695
1696
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000016972011-10-13: Version 3.7.0
1698
1699 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1700
1701 Fixed issue 1757 (string slices of external strings).
1702
1703 Fixed issue 1759 (ARM).
1704
1705 Added flag --noclever-optimizations to disable some things that
1706 caused trouble in the past.
1707
1708 Added flag --stress-compaction for testing.
1709
1710 Added flag --harmony to activate all experimental Harmony features.
1711
1712
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017132011-10-10: Version 3.6.6
1714
1715 Added a GC pause visualization tool.
1716
1717 Added presubmit=no and werror=no flags to Makefile.
1718
1719 ES5/Test262 conformance improvements.
1720
1721 Fixed compilation issues with GCC 4.5.x (issue 1743).
1722
1723 Bug fixes and performance improvements on all platforms.
1724
1725
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017262011-10-05: Version 3.6.5
1727
1728 New incremental garbage collector.
1729
1730 Removed the hard heap size limit (soft heap size limit is still
1731 700/1400Mbytes by default).
1732
1733 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1734
1735 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1736
1737 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1738
1739 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1740
1741 Fixed the MinGW and Windows 2000 builds.
1742
1743 Fixed "Prototype chain is not searched if named property handler does
1744 not set a property" (Issue 1636).
1745
1746 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1747
1748 Disallowed future reserved words as labels in strict mode.
1749
1750 Fixed string split to correctly coerce the separator to a string
1751 (Issue 1711).
1752
1753 API: Added an optional source length field to the Extension
1754 constructor.
1755
1756 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1757 (Issue 1573).
1758
1759 Added "native" target to Makefile for the benefit of Linux distros.
1760
1761 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1762
1763 More work on ES-Harmony proxies. Still hidden behind a flag.
1764
1765 Bug fixes and performance improvements on all platforms.
1766
1767
lrn@chromium.org34e60782011-09-15 07:25:40 +000017682011-09-15: Version 3.6.4
1769
1770 Fixed d8's broken readline history.
1771
1772 Removed the need for code delete events in CPU profiler (Issue 1466).
1773
1774 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1775
1776 Fixing parallel execution in d8 (with -p) and some memory leaks.
1777
1778 Support for precise stepping in functions compiled before debugging was
1779 started (step 1).
1780
1781
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000017822011-09-13: Version 3.6.3
1783
1784 Implemented better support of typed arrays in the d8 shell.
1785
1786 Bug fixes and performance improvements on all platforms.
1787
1788
ricow@chromium.org55ee8072011-09-08 16:33:10 +000017892011-09-08: Version 3.6.2
1790
1791 Added "dependencies" target to top-level Makefile.
1792
1793 Added ability to turn profiler on/off in d8.
1794
1795 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1796
1797 Fixed several crash bugs.
1798
1799
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000018002011-09-07: Version 3.6.1
1801
1802 Fixed a bug in abrupt exit from with or catch inside finally.
1803
1804 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1805 issue 95113).
1806
1807 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1808
1809 Fixed a few clang warnings (which -Werror treated as errors).
1810
1811 Performance improvements on all platforms.
1812
1813
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018142011-09-05: Version 3.6.0
1815
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001816 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001817
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001818 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001819
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001820 Made arguments and caller always be null on native functions
1821 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001822
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001823 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001824
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001825 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001826
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001827 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001828
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001829 Fixed a problem with large heap snapshots in Chrome DevTools
1830 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001831
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001832 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001833
1834
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018352011-08-31: Version 3.5.10
1836
1837 Added dependency of v8_base on WinSocket2 Windows library in
1838 the GYP-build.
1839
1840 Various bugfixes.
1841
1842
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000018432011-08-29: Version 3.5.9
1844
1845 Made FromPropertyDescriptor not trigger inherited setters.
1846
1847 Fixed .gyp files to work on the ARM simulator.
1848
1849 Fixed shared library build warnings for MSVS.
1850
1851
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000018522011-08-24: Version 3.5.8
1853
1854 Added V8EXPORT attributes for v8::Array::CheckCast and
1855 v8::Number::CheckCast.
1856
1857 Made a slight API change enabling opting out from null termination
1858 in String::Write*().
1859
1860 Fixed arm build for gcc-4.6.
1861
1862
rossberg@chromium.org28a37082011-08-22 11:03:23 +000018632011-08-22: Version 3.5.7
1864
1865 Make scanner handle invalid unicode escapes in identifiers correctly.
1866
1867 Make regexp flag parsing stricter.
1868
1869 Fix several memory leaks.
1870
1871
danno@chromium.orgb6451162011-08-17 14:33:23 +000018722011-08-17: Version 3.5.6
1873
1874 Fixed issue that could cause crashes when running with --heap-stats.
1875
1876 Fixed compilation on Linux 2.6.9 and older.
1877
1878 Fixed live-object-list to work with isolates.
1879
1880 Fixed memory leaks in zones and isolates.
1881
1882 Fixed a performance regression for TypedArrays on x64.
1883
1884 Stability improvements on all platforms.
1885
1886
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000018872011-08-15: Version 3.5.5
1888
1889 Fixed bugs involving negative zero and the optimizing compiler.
1890
1891 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1892
1893 Eliminated uses of deprecated ARM instructions.
1894
1895 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1896
1897 Removed restriction on the size of disassembled code that is printed.
1898
1899
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000019002011-08-10: Version 3.5.4
1901
1902 Added a preliminary implementation of ES Harmony weak maps. Weak
1903 maps can be enabled by the flag --harmony-weakmaps.
1904
1905 Introduced a toplevel Makefile to support GYP-based building. GYP
1906 can be obtained from http://gyp.googlecode.com.
1907
1908 Fixed a bug in the length property of functions created by
1909 Function.prototype.bind.
1910
1911 Reduced malloc heap allocation on process startup.
1912
1913 Several important code generation bug fixes.
1914
1915 Performance improvements on all platforms.
1916
1917
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019182011-08-03: Version 3.5.3
1919
1920 MIPS: Port of fix to ClassOf check from ARM.
1921 Patch from Paul Lind <plind44@gmail.com>.
1922
1923 Stopped using mprotect on Cygwin.
1924 Avoided uninitialized member warning on gcc 4.3.4
1925 Both patches by Bert Belder.
1926
1927 Bug fixes and performance improvements on all platforms.
1928
1929
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019302011-08-01: Version 3.5.2
1931
1932 Performance improvements on all platforms.
1933
1934
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019352011-07-28: Version 3.5.1
1936
1937 Fixed setting the readonly flag on the prototype property using the
1938 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1939
1940 Changed the tools/test.py script to use d8 instead of shell for
1941 testing.
1942
1943 Fixed crash in ToBooleanStub when GC happens during invocation.
1944
1945 Enabled automatic unboxing of double arrays.
1946
1947 Performance improvements on all platforms.
1948
1949
ricow@chromium.org9fa09672011-07-25 11:05:35 +000019502011-07-25: Version 3.5.0
1951
1952 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1953 proxies.
1954
1955 Removed logging to memory support.
1956
1957 Bugfixes and performance work.
1958
1959
rossberg@chromium.org717967f2011-07-20 13:44:42 +000019602011-07-20: Version 3.4.14
1961
1962 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1963
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001964 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001965 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001966
1967 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1968
1969
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000019702011-07-18: Version 3.4.13
1971
1972 Improved debugger support to allow inspection of optimized frames (issue
1973 1140).
1974
1975 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1976
1977 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1978
1979 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1980
1981 Simplified HClampToUint8. Patch by Andy Wingo.
1982
1983 Exposed APIs for detecting boxed primitives, native errors. Patch by
1984 Luke Zarko.
1985
1986 Added map check for COW elements to crankshaft array handling code
1987 (issue 1560).
1988
1989 Sample shell and (a light version of) D8 links against a shared library
1990 now.
1991
1992 Fixed bug in array filter and reduce functions (issue 1559).
1993
1994 Avoid TLS load in AstNode constructor.
1995
1996 Introduced a random entropy source which can optionally be provided at
1997 initialization. (Chromium issue 89462).
1998
1999
whesse@chromium.org030d38e2011-07-13 13:23:34 +000020002011-07-13: Version 3.4.12
2001
2002 Added --prof profiling option to d8 shell.
2003
2004 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2005
2006 Fixed a potential assertion failure in const declarations.
2007
2008 Fixed an assertion failure in descriptor arrays (issue 1526).
2009
2010 Enabled fast thread-local storage by default on supported platforms.
2011
2012 Improved reporting of source position for global variable loads
2013 (issue 1527).
2014
2015
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020162011-07-11: Version 3.4.11
2017
2018 Fixed MinGW32 build.
2019
2020 Fixed a GC bug with RegExp code flushing.
2021
2022 Implemented Object.defineProperty for proxies.
2023
2024 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2025
2026 Added debugger support for inspecting optimized frames (issue 1140).
2027
2028 Allowed JSObject::PreventExtensions to work for arguments objects.
2029
2030 Bugfixes and performance work.
2031
2032
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020332011-07-06: Version 3.4.10
2034
2035 Fixed debugger not breaking on certain "if" statements (issue 1523).
2036
2037 Fixed assertion failure in runtime profiler when running on IA32
2038 without snapshot (issue 1522).
2039
2040 Fixed ABI for API calls on IA32 (for clang compatibility).
2041
2042 Introduced code flushing of RegExp code to free memory used by
2043 RegExps sooner.
2044
2045 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2046
2047 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2048
2049 Performance improvements on all platforms.
2050
2051
ricow@chromium.org4f693d62011-07-04 14:01:31 +000020522011-07-04: Version 3.4.9
2053
2054 Added support for debugger inspection of locals in optimized frames
2055 (issue 1140).
2056
2057 Fixed SConstruct to pass correct defines to samples/preparser when
2058 building with library=shared.
2059
2060 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2061
2062 Fixed a bug in Object.defineProperty on the arguments object.
2063
2064 Performance improvements on all platforms.
2065
2066
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000020672011-06-29: Version 3.4.8
2068
2069 Ensure 16-byte stack alignment on Solaris (issue 1505).
2070
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002071 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002072 that is not a smi. (issue 1246).
2073
2074
ager@chromium.org04921a82011-06-27 13:21:41 +000020752011-06-27: Version 3.4.7
2076
2077 Fixed 64-bit build on FreeBSD.
2078
2079 Added API to set the property attributes for the prototype
2080 property on functions created from FunctionTemplates.
2081
2082 Bugfixes and performance work.
2083
2084
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000020852011-06-22: Version 3.4.6
2086
2087 Lowered limit on code space for systems with low memory supply.
2088
2089 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2090
2091 Extended setBreakpoint API to accept partial script name (issue 1418).
2092
2093 Made multi-line comments not count when deciding whether the '-->'
2094 comment starter is first on a line. This matches Safari.
2095
2096 Made handling of non-array recievers in Array length setter correct
2097 (issue 1491).
2098
2099 Added ability to heap profiler to iterate over snapshot's node
2100 (issue 1481).
2101
2102
whesse@chromium.org7b260152011-06-20 15:33:18 +000021032011-06-20: Version 3.4.5
2104
2105 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2106 1476, and 1477.
2107
2108 Improved code generation for !0 and !1.
2109
2110 Reduced memory usage for regular expressions with nested qualifiers.
2111 (issue 1472)
2112
2113 Fixed V8 to count line terminators in multi-line comments.
2114 (Chromium issue 86431)
2115
2116 Fixed disassembler=on option for release-mode builds. (issue 1473)
2117
2118 Performance improvements on all platforms.
2119
2120
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021212011-06-15: Version 3.4.4
2122
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002123 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002124
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002125 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002126
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002127 Several GYP-related changes: Added support for building Xcode project
2128 files. Make the ARM simulator build with GYP again. Generate Makefiles
2129 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002130
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002131 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2132 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002133
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002134 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002135
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002136 Handle 'undefined' correctly when === has been specialized for doubles.
2137 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002138
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002139 Corrected the limit of local variables in an optimized function from 64
2140 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002141
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002142 Correctly set ReadOnly flag on indexed properties when using the API Set
2143 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002144
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002145 Give the correct error message when Object.isExtensible is called on a
2146 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002147
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002148 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2149 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002150
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002151 Do not redefine properties unneccesarily in seal and freeze. (issue
2152 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002153
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002154 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002155
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002156 Distinguish keyed loads with a symbol key from fast elements loads,
2157 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002158
2159
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000021602011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002161
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002162 Clear the global thread table when an isolate is disposed
2163 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002164
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002165 Converted time zone name to UTF8 on Windows (issue 1290).
2166
2167 Limited the number of arguments in a function call to 32766
2168 (issue 1413).
2169
2170 Compress sources of JS libraries in addition to the snapshot.
2171
2172 Fixed a bug in Lithium environment iteration.
2173
2174 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002175
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002176
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000021772011-06-06: Version 3.4.2
2178
2179 More work on ES-Harmony proxies. Still hidden behind a flag.
2180
2181 Fixed some crash bugs and improved performance.
2182
2183 Fixed building with gdb debugging support.
2184
2185 Do not install SIGPROF handler until it is needed.
2186
2187 Added DateTimeFormat to i18n API.
2188
2189 Fixed compilation on OpenBSD.
2190
2191 Take the ulimit into account when sizing the heap. OpenBSD users
2192 may still have to increase the default ulimit to run heavy pages in
2193 the browser.
2194
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002195
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000021962011-06-01: Version 3.4.1
2197
2198 Fixed JSON stringify issue with arrays.
2199
2200 Changed calls to JS builtins to be passed undefined when called with
2201 implicit receiver.
2202
2203 Implemented the set trap for Harmony proxies. Proxies still need to
2204 be enabled with the --harmony-proxies flag.
2205
2206
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022072011-05-30: Version 3.4.0
2208
2209 Changed calls to undefined property setters to not throw (issue 1355).
2210
2211 Made RegExp objects not callable.
2212
2213 Fixed issues on special case large JSON strings in new json parser
2214 (issues http://crbug.com/83877 and http://crbug.com/84186).
2215
2216 Performance improvements on all platforms.
2217
2218
danno@chromium.org40cb8782011-05-25 07:58:50 +000022192011-05-25: Version 3.3.10
2220
2221 Fixed calls of strict mode function with an implicit receiver.
2222
2223 Fixed fast handling of arrays to properly deal with changes to the
2224 Object prototype (issue 1403).
2225
2226 Changed strict mode poison pill to be the same type error function
2227 (issue 1387).
2228
2229 Fixed a debug crash in arguments object handling (issue 1227).
2230
2231 Fixed a bug in deoptimization on x64 (issue 1404).
2232
2233 Performance improvements and bug fixes on all platforms.
2234
2235
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022362011-05-23: Version 3.3.9
2237
2238 Added DateTimeFormat class to experimental i18n API.
2239
2240 Extended preparser to give early errors for some strict mode
2241 restrictions.
2242
2243 Removed legacy execScript function from V8.
2244
2245 Extended isolate API with the ability to add embedder-specific
2246 data to an isolate.
2247
2248 Added basic support for polymorphic loads from JS and external
2249 arrays.
2250
2251 Fixed bug in handling of switch statements in the optimizing
2252 compiler.
2253
2254
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000022552011-05-18: Version 3.3.8
2256
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002257 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002258 handles are independent of all other persistent handles and can be
2259 garbage collected more frequently.
2260
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002261 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002262 with the --harmony-proxies flag.
2263
2264 Performance improvements and bug fixes on all platforms.
2265
2266
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000022672011-05-16: Version 3.3.7
2268
2269 Updated MIPS infrastructure files.
2270
2271 Performance improvements and bug fixes on all platforms.
2272
2273
karlklose@chromium.org83a47282011-05-11 11:54:09 +000022742011-05-11: Version 3.3.6
2275
2276 Updated MIPS infrastructure files.
2277
2278 Added method IsCallable for Object to the API.
2279 Patch by Peter Varga.
2280
2281
lrn@chromium.org1c092762011-05-09 09:42:16 +000022822011-05-09: Version 3.3.5
2283
2284 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2285
2286 Added check that receiver is JSObject on API calls.
2287
2288 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2289 Patch by Peter Varga.
2290
2291 Added CallAsFunction method to the Object class in the API (Issue 1336).
2292 Patch by Peter Varga.
2293
2294 Added per-isolate locking and unlocking.
2295
2296 Fixed bug in x64 >>> operator (Issue 1359).
2297
2298
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000022992011-05-04: Version 3.3.4
2300
2301 Implemented API to disallow code generation from strings for a context
2302 (issue 1258).
2303
2304 Fixed bug with whitespaces in parseInt (issue 955).
2305
2306 Fixed bug with == comparison of Date objects (issue 1356).
2307
2308 Added GYP variables for ARM code generation:
2309 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2310 and v8_use_arm_eabi_hardfloat.
2311
2312
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023132011-05-02: Version 3.3.3
2314
2315 Added support for generating Visual Studio solution and project files
2316 using GYP.
2317
2318 Implemented support for ARM EABI calling convention variation where
2319 floating-point arguments are passed in registers (hardfloat).
2320
2321 Added Object::HasOwnProperty() to the API.
2322
2323 Added support for compressing startup data to reduce binary size. This
2324 includes build time support and an API for the embedder to decompress
2325 the startup data before initializing V8.
2326
2327 Reduced the profiling hooks overhead from >400% to 25% when using
2328 ll_prof.
2329
2330 Performance improvements and bug fixes on all platforms.
2331
2332
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023332011-04-27: Version 3.3.2
2334
2335 Fixed crash bug on ARM with no VFP3 hardware.
2336
2337 Fixed compilation of V8 without debugger support.
2338
2339 Improved performance on JSLint.
2340
2341 Added support Float64 WebGL arrays.
2342
2343 Fixed crash bug in regexp replace.
2344
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002345
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000023462011-04-20: Version 3.3.1
2347
2348 Reduced V8 binary size by removing virtual functions from hydrogen.
2349
2350 Fixed crash bug on x64.
2351
2352 Performance improvements on ARM and IA32.
2353
2354
danno@chromium.org160a7b02011-04-18 15:51:38 +000023552011-04-18: Version 3.3.0
2356
2357 Fixed bug in floating point rounding in Crankshaft on ARM
2358 (issue 958)
2359
2360 Fixed a number of issues with running without VFPv3 support on ARM
2361 (issue 1315)
2362
2363 Introduced v8Locale.Collator, a partial implementation of Collator
2364 per last ECMAScript meeting + mailing list.
2365
2366 Minor performance improvements and bug fixes.
2367
2368
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000023692011-04-13: Version 3.2.10
2370
2371 Fixed bug in external float arrays on ARM (issue 1323).
2372
2373 Minor performance improvements and bug fixes.
2374
2375
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000023762011-04-11: Version 3.2.9
2377
2378 Removed support for ABI prior to EABI on ARM.
2379
2380 Fixed multiple crash bugs.
2381
2382 Added GCMole to the repository, a simple static analysis tool that
2383 searches for GC-unsafe evaluation order dependent callsites.
2384
2385 Made preparser API be exported in shared libraries.
2386
2387 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2388
2389 Fixed mutable __proto__ property if object is not extensible
2390 (Issue 1309).
2391
2392 Fixed auto suspension of the sampler thread.
2393
2394
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000023952011-04-06: Version 3.2.8
2396
2397 Exposed WebGL typed array constructors in the shell sample.
2398
2399 Performance improvements on all platforms.
2400
2401
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000024022011-04-04: Version 3.2.7
2403
2404 Disabled the original 'classic' V8 code generator. Crankshaft is
2405 now the default on all platforms.
2406
2407 Changed the heap profiler to use more descriptive names.
2408
2409 Performance and stability improvements to isolates on all platforms.
2410
2411
lrn@chromium.org7516f052011-03-30 08:52:27 +000024122011-03-30: Version 3.2.6
2413
2414 Fixed xcode build warning in shell.cc (out of order initialization).
2415
2416 Fixed null-pointer dereference in the compiler when running without
2417 SSE3 support (Chromium issue 77654).
2418
2419 Fixed x64 compilation error due to some dead code. (Issue 1286)
2420
2421 Introduced scons target to build the preparser stand-alone example.
2422
2423 Made FreeBSD build and pass all tests.
2424
2425
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024262011-03-28: Version 3.2.5
2427
lrn@chromium.org7516f052011-03-30 08:52:27 +00002428 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002429
2430 Added Crankshaft support for external arrays.
2431
2432 Fixed two potential crash bugs.
2433
2434
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024352011-03-23: Version 3.2.4
2436
2437 Added isolates which allows several V8 instances in the same process.
2438 This is controlled through the new Isolate class in the API.
2439
2440 Implemented more of EcmaScript 5 strict mode.
2441
2442 Reduced the time it takes to make detailed heap snapshot.
2443
2444 Added a number of commands to the ARM simulator and enhanced the ARM
2445 disassembler.
2446
2447
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000024482011-03-17: Version 3.2.3
2449
2450 Fixed a number of crash bugs.
2451
2452 Fixed Array::New(length) to return an array with a length (issue 1256).
2453
2454 Fixed FreeBSD build.
2455
2456 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2457
2458 Implemented more of EcmaScript 5 strict mode.
2459
2460 Improved Crankshaft performance on all platforms.
2461
2462
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000024632011-03-14: Version 3.2.2
2464
2465 Fixed a number of crash and correctness bugs.
2466
2467 Improved Crankshaft performance on all platforms.
2468
2469 Fixed Crankshaft on Solaris/Illumos.
2470
2471
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000024722011-03-10: Version 3.2.1
2473
2474 Fixed a number of crash bugs.
2475
2476 Improved Crankshaft for x64 and ARM.
2477
2478 Implemented more of EcmaScript 5 strict mode.
2479
2480
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000024812011-03-07: Version 3.2.0
2482
2483 Fixed a number of crash bugs.
2484
2485 Turned on Crankshaft by default on x64 and ARM.
2486
2487 Improved Crankshaft for x64 and ARM.
2488
2489 Implemented more of EcmaScript 5 strict mode.
2490
2491
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000024922011-03-02: Version 3.1.8
2493
2494 Fixed a number of crash bugs.
2495
2496 Improved Crankshaft for x64 and ARM.
2497
2498 Implemented more of EcmaScript 5 strict mode.
2499
2500 Fixed issue with unaligned reads and writes on ARM.
2501
2502 Improved heap profiler support.
2503
2504
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025052011-02-28: Version 3.1.7
2506
2507 Fixed a number of crash bugs.
2508
2509 Improved Crankshaft for x64 and ARM.
2510
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002511 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002512 arrays (http://crbug.com/73940).
2513
2514 Fixed bug in map space compaction (http://crbug.com/59688).
2515
2516 Added support for direct getter accessors calls on ARM.
2517
2518
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025192011-02-24: Version 3.1.6
2520
2521 Fixed a number of crash bugs.
2522
2523 Added support for Cygwin (issue 64).
2524
2525 Improved Crankshaft for x64 and ARM.
2526
2527 Added Crankshaft support for stores to pixel arrays.
2528
2529 Fixed issue in CPU profiler with Crankshaft.
2530
2531
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025322011-02-16: Version 3.1.5
2533
2534 Change RegExp parsing to disallow /(*)/.
2535
2536 Added GDB JIT support for ARM.
2537
2538 Fixed several crash bugs.
2539
2540 Performance improvements on the IA32 platform.
2541
2542
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000025432011-02-14: Version 3.1.4
2544
2545 Fixed incorrect compare of prototypes of the global object (issue
2546 1082).
2547
2548 Fixed a bug in optimizing calls to global functions (issue 1106).
2549
2550 Made optimized Function.prototype.apply safe for non-JSObject first
2551 arguments (issue 1128).
2552
2553 Fixed an error related to element accessors on Object.prototype and
2554 parser errors (issue 1130).
2555
2556 Fixed a bug in sorting an array with large array indices (issue 1131).
2557
2558 Properly treat exceptions thrown while compiling (issue 1132).
2559
2560 Fixed bug in register requirements for function.apply (issue 1133).
2561
2562 Fixed a representation change bug in the Hydrogen graph construction
2563 (issue 1134).
2564
2565 Fixed the semantics of delete on parameters (issue 1136).
2566
2567 Fixed a optimizer bug related to moving instructions with side effects
2568 (issue 1138).
2569
2570 Added support for the global object in Object.keys (issue 1150).
2571
2572 Fixed incorrect value for Math.LOG10E
2573 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2574
2575 Performance improvements on the IA32 platform.
2576
2577 Implement assignment to undefined reference in ES5 Strict Mode.
2578
2579
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000025802011-02-09: Version 3.1.3
2581
2582 Fixed a bug triggered by functions with huge numbers of declared
2583 arguments.
2584
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002585 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002586
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002587 Fixed issue where Array.prototype.__proto__ had been set to null
2588 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002589
2590 Fixed stability bugs in Crankshaft for x86.
2591
2592
ricow@chromium.org83aa5492011-02-07 12:42:56 +000025932011-02-07: Version 3.1.2
2594
2595 Added better security checks when accessing properties via
2596 Object.getOwnPropertyDescriptor.
2597
2598 Fixed bug in Object.defineProperty and related access bugs (issues
2599 992, 1083 and 1092).
2600
2601 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2602 copyright notice generation for embedders.
2603
2604
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026052011-02-02: Version 3.1.1
2606
2607 Perform security checks before fetching the value in
2608 Object.getOwnPropertyDescriptor.
2609
2610 Fixed a bug in Array.prototype.splice triggered by passing no
2611 arguments.
2612
2613 Fixed bugs in -0 in arithmetic and in Math.pow.
2614
2615 Fixed bugs in the register allocator and in switching from optimized
2616 to unoptimized code.
2617
2618
26192011-01-31: Version 3.1.0
2620
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002621 Performance improvements on all platforms.
2622
2623
ager@chromium.org378b34e2011-01-28 08:04:38 +000026242011-01-28: Version 3.0.12
2625
2626 Added support for strict mode parameter and object property
2627 validation.
2628
2629 Fixed a couple of crash bugs.
2630
2631
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026322011-01-25: Version 3.0.11
2633
2634 Fixed a bug in deletion of lookup slots that could cause global
2635 variables to be accidentally deleted (http://crbug.com/70066).
2636
2637 Added support for strict mode octal literal verification.
2638
2639 Fixed a couple of crash bugs (issues 1070 and 1071).
2640
2641
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000026422011-01-24: Version 3.0.10
2643
2644 Fixed External::Wrap for 64-bit addresses (issue 1037).
2645
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002646 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002647 code generator (issue 1060).
2648
2649 Introduced partial strict mode support.
2650
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002651 Changed formatting of recursive error messages to match Firefox and
2652 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002653
2654 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002655 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002656 (issue http://crbug.com/50972).
2657
2658 Performance improvements on the IA32 platform.
2659
2660
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000026612011-01-19: Version 3.0.9
2662
2663 Added basic GDB JIT Interface integration.
2664
2665 Make invalid break/continue statements a syntax error instead of a
2666 runtime error.
2667
2668
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026692011-01-17: Version 3.0.8
2670
2671 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002672 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002673
2674 Wrapped external pointers more carefully (issue 1037).
2675
2676 Hardened the implementation of error objects to avoid setters
2677 intercepting the properties set then throwing an error.
2678
2679 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2680
2681 Performance improvements on the IA32 platform.
2682
2683
26842011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002685
2686 Stopped calling inherited setters when creating object literals
2687 (issue 1015).
2688
2689 Changed interpretation of malformed \c? escapes in RegExp to match
2690 JSC.
2691
2692 Enhanced the command-line debugger interface and fixed some minor
2693 bugs in the debugger.
2694
2695 Performance improvements on the IA32 platform.
2696
2697
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026982011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002699
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002700 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002701
2702 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002703 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002704
2705 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002706 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002707
2708 Added use_system_v8 option to gyp (off by default), to make it easier
2709 for Linux distributions to ship with system-provided V8 library.
2710
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002711 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002712
2713 Added labelled thread names to help with debugging (on Linux).
2714
2715
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027162011-01-03: Version 3.0.5
2717
2718 Fixed a couple of cast errors for gcc-3.4.3.
2719
2720 Performance improvements in GC and IA32 code generator.
2721
2722
whesse@chromium.org023421e2010-12-21 12:19:12 +000027232010-12-21: Version 3.0.4
2724
2725 Added Date::ResetCache() to the API so that the cached values in the
2726 Date object can be reset to allow live DST / timezone changes.
2727
2728 Extended existing support for printing (while debugging) the contents
2729 of objects. Added support for printing objects from release builds.
2730
2731 Fixed V8 issues 989, 1006, and 1007.
2732
2733
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027342010-12-17: Version 3.0.3
2735
2736 Reapplied all changes for version 3.0.1.
2737
2738 Improved debugger protocol for remote debugging.
2739
2740 Added experimental support for using gyp to generate build files
2741 for V8.
2742
2743 Fixed implementation of String::Write in the API (issue 975).
2744
2745
lrn@chromium.org8541d772010-12-15 12:05:09 +000027462010-12-15: Version 3.0.2
2747
2748 Revert version 3.0.1 and patch 3.0.1.1.
2749
2750
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000027512010-12-13: Version 3.0.1
2752
2753 Added support for an experimental internationalization API as an
2754 extension. This extension is disabled by default but can be enabled
2755 when building V8. The ECMAScript internationalization strawman is
2756 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2757
2758 Made RegExp character class parsing stricter. This mirrors a change
2759 to RegExp parsing in WebKit.
2760
2761 Fixed a bug in Object.defineProperty when used to change attributes
2762 of an existing property. It incorrectly set the property value to
2763 undefined (issue 965).
2764
2765 Fixed several different compilation failures on various platforms
2766 caused by the 3.0.0 release.
2767
2768 Optimized Math.pow so it can work on unboxed doubles.
2769
2770 Sped up quoting of JSON strings by removing one traversal of the
2771 string.
2772
2773
kasperl@chromium.orga5551262010-12-07 12:49:48 +000027742010-12-07: Version 3.0.0
2775
2776 Improved performance by (partially) addressing issue 957 on
2777 IA-32. Still needs more work for the other architectures.
2778
2779
ager@chromium.orgbeb25712010-11-29 08:02:25 +000027802010-11-29: Version 2.5.9
2781
2782 Fixed crashes during GC caused by partially initialize heap
2783 objects.
2784
2785 Fixed bug in process sample that caused memory leaks.
2786
2787 Improved performance on ARM by implementing missing stubs and
2788 inlining.
2789
2790 Improved heap profiler support.
2791
2792 Added separate seeding on Windows of the random number generator
2793 used internally by the compiler (issue 936).
2794
2795 Exposed API for getting the name of the function used to construct
2796 an object.
2797
2798 Fixed date parser to handle one and two digit millisecond
2799 values (issue 944).
2800
2801 Fixed number parsing to disallow space between sign and
2802 digits (issue 946).
2803
2804
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028052010-11-23: Version 2.5.8
2806
2807 Removed dependency on Gay's dtoa.
2808
2809 Improved heap profiler precision and speed.
2810
2811 Reduced overhead of callback invocations on ARM.
2812
2813
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028142010-11-18: Version 2.5.7
2815
2816 Fixed obscure evaluation order bug (issue 931).
2817
2818 Split the random number state between JavaScript and the private API.
2819
2820 Fixed performance bug causing GCs when generating stack traces on
2821 code from very large scripts.
2822
2823 Fixed bug in parser that allowed (foo):42 as a labelled statement
2824 (issue 918).
2825
2826 Provide more accurate results about used heap size via
2827 GetHeapStatistics.
2828
2829 Allow build-time customization of the max semispace size.
2830
2831 Made String.prototype.split honor limit when separator is empty
2832 (issue 929).
2833
2834 Added missing failure check after expecting an identifier in
2835 preparser (Chromium issue 62639).
2836
2837
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028382010-11-10: Version 2.5.6
2839
2840 Added support for VFP rounding modes to the ARM simulator.
2841
2842 Fixed multiplication overflow bug (issue 927).
2843
2844 Added a limit for the amount of executable memory (issue 925).
2845
2846
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000028472010-11-08: Version 2.5.5
2848
2849 Added more aggressive GC of external objects in near out-of-memory
2850 situations.
2851
2852 Fixed a bug that gave the incorrect result for String.split called
2853 on the empty string (issue 924).
2854
2855
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000028562010-11-03: Version 2.5.4
2857
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002858 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002859
2860
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000028612010-11-01: Version 2.5.3
2862
2863 Fixed a bug that prevents constants from overwriting function values
2864 in object literals (issue 907).
2865
2866 Fixed a bug with reporting of impossible nested calls of DOM functions
2867 (issue http://crbug.com/60753).
2868
2869
lrn@chromium.org303ada72010-10-27 09:33:13 +000028702010-10-27: Version 2.5.2
2871
2872 Improved sampler resolution on Linux.
2873
2874 Allowed forcing the use of a simulator from the build script
2875 independently of the host architecture.
2876
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002877 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002878
2879 Made windows-tick-processor respect D8_PATH.
2880
2881 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2882
2883
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000028842010-10-20: Version 2.5.1
2885
2886 Fixed bug causing spurious out of memory exceptions
2887 (issue http://crbug.com/54580).
2888
2889 Fixed compilation error on Solaris platform (issue 901).
2890
2891 Fixed error in strtod (string to floating point number conversion)
2892 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2893
2894 Adjusted randomized allocations of executable memory to have 64k
2895 granularity (issue http://crbug.com/56036).
2896
2897 Supported profiling using kernel perf_events on linux. Added ll_prof
2898 script to tools and --ll-prof flag to V8.
2899
2900
vegorov@chromium.org42841962010-10-18 11:18:59 +000029012010-10-18: Version 2.5.0
2902
2903 Fixed bug in cache handling of lastIndex on global regexps
2904 (issue http://crbug.com/58740).
2905
2906 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2907 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002908 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002909
2910 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2911
2912
29132010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002914
2915 Fixed a bug in the handling of conditional expressions in test
2916 contexts in compiler for top-level code.
2917
2918 Added "//@ sourceURL" information to the StackTrace API.
2919
2920 Exposed RegExp construction through the API.
2921
2922
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029232010-10-04: Version 2.4.8
2924
2925 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2926 whole snapshot (issue 868).
2927
2928 Performance improvements on all platforms.
2929
2930
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029312010-09-30: Version 2.4.7
2932
2933 Changed the command-line flag --max-new-space-size to be in kB and the
2934 flag --max-old-space-size to be in MB (previously they were in bytes).
2935
2936 Added Debug::CancelDebugBreak to the debugger API.
2937
2938 Fixed a bug in getters for negative numeric property names
2939 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2940
2941 Performance improvements on all platforms.
2942
2943
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000029442010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002945
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002946 Fixed assertion failure related to copy-on-write arrays (issue 876).
2947
2948 Fixed build failure of 64-bit V8 on Windows.
2949
2950 Fixed a bug in RegExp (issue http://crbug.com/52801).
2951
2952 Improved the profiler's coverage to cover more functions (issue 858).
2953
2954 Fixed error in shift operators on 64-bit V8
2955 (issue http://crbug.com/54521).
2956
2957
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000029582010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002959
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002960 Changed the RegExp benchmark to exercise the regexp engine on different
2961 inputs by scrambling the input strings.
2962
2963 Fixed a bug in keyed loads on strings.
2964
2965 Fixed a bug with loading global function prototypes.
2966
2967 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2968
2969 Performance improvements on all platforms.
2970
2971
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000029722010-09-15: Version 2.4.4
2973
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002974 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002975
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002976 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002977
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002978 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002979
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002980 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002981
2982
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000029832010-09-13: Version 2.4.3
2984
2985 Made Date.parse properly handle TZ offsets (issue 857).
2986
2987 Performance improvements on all platforms.
2988
2989
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000029902010-09-08: Version 2.4.2
2991
2992 Fixed GC crash bug.
2993
2994 Fixed stack corruption bug.
2995
2996 Fixed compilation for newer C++ compilers that found Operand(0)
2997 ambiguous.
2998
2999
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000030002010-09-06: Version 2.4.1
3001
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003002 Added the ability for an embedding application to receive a callback
3003 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3004 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003005
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003006 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003007
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003008 Fixed memory overrun crash bug triggered during V8's tick-based
3009 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003010
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003011 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003012
3013
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030142010-09-01: Version 2.4.0
3015
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003016 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3017 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003018
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003019 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003020 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003021
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003022 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003023
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003024 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003025
3026
ricow@chromium.org65fae842010-08-25 15:26:24 +000030272010-08-25: Version 2.3.11
3028
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003029 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003030
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003031 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003032 VARIANT_FLAGS that allows specification of sets of flags with which
3033 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003034
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003035 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003036
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003037 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003038
3039
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000030402010-08-23: Version 2.3.10
3041
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003042 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003043
3044 Build fixes for unusual compilers.
3045
3046 Track high water mark for RWX memory.
3047
3048 Performance improvements on all platforms.
3049
3050
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000030512010-08-18: Version 2.3.9
3052
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003053 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003054
3055 Removed specialized handling of GCC 4.4 (issue 830).
3056
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003057 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003058 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3059
ricow@chromium.org65fae842010-08-25 15:26:24 +00003060 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003061
3062
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000030632010-08-16: Version 2.3.8
3064
3065 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3066
3067 Fixed issue with incorrect handling of custom valueOf methods on
3068 string wrappers (issue 760).
3069
3070 Fixed compilation for ARMv4 (issue 590).
3071
3072 Improved performance.
3073
3074
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000030752010-08-11: Version 2.3.7
3076
3077 Reduced size of heap snapshots produced by heap profiler (issue 783).
3078
3079 Introduced v8::Value::IsRegExp method.
3080
3081 Fixed CPU profiler crash in start / stop sequence when non-existent
3082 name is passed (issue http://crbug.com/51594).
3083
3084 Introduced new indexed property query callbacks API (issue 816). This
3085 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3086 by default.
3087
3088 Removed support for object literal get/set with number/string
3089 property name.
3090
3091 Fixed handling of JSObject::elements in CalculateNetworkSize
3092 (issue 822).
3093
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003094 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003095
3096
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000030972010-08-09: Version 2.3.6
3098
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003099 RegExp literals create a new object every time they are evaluated
3100 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003101
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003102 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003103
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003104 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003105
3106
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031072010-08-04: Version 2.3.5
3108
3109 Added support for ES5 property names. Object initialisers and
3110 dot-notation property access now allows keywords. Also allowed
3111 non-identifiers after "get" or "set" in an object initialiser.
3112
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003113 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003114
3115
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031162010-08-02: Version 2.3.4
3117
3118 Fixed problems in implementation of ES5 function.prototype.bind.
3119
3120 Fixed error when using apply with arguments object on ARM (issue 784).
3121
3122 Added setting of global flags to debugger protocol.
3123
3124 Fixed an error affecting cached results of sin and cos (issue 792).
3125
3126 Removed memory leak from a boundary case where V8 is not initialized.
3127
3128 Fixed issue where debugger could set breakpoints outside the body
3129 of a function.
3130
3131 Fixed issue in debugger when using both live edit and step in features.
3132
3133 Added Number-letter (Nl) category to Unicode tables. These characters
3134 can now be used in identifiers.
3135
3136 Fixed an assert failure on X64 (issue 806).
3137
3138 Performance improvements on all platforms.
3139
3140
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000031412010-07-26: Version 2.3.3
3142
3143 Fixed error when building the d8 shell in a fresh checkout.
3144
3145 Implemented Function.prototype.bind (ES5 15.3.4.5).
3146
3147 Fixed an error in inlined stores on ia32.
3148
3149 Fixed an error when setting a breakpoint at the end of a function
3150 that does not end with a newline character.
3151
3152 Performance improvements on all platforms.
3153
3154
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000031552010-07-21: Version 2.3.2
3156
3157 Fixed compiler warnings when building with LLVM.
3158
3159 Fixed a bug with for-in applied to strings (issue 785).
3160
3161 Performance improvements on all platforms.
3162
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003163
ricow@chromium.org4980dff2010-07-19 08:33:45 +000031642010-07-19: Version 2.3.1
3165
3166 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3167
3168 Fixed bug related to code flushing while compiling a lazy
3169 compilable function (issue http://crbug.com/49099).
3170
3171 Performance improvements on all platforms.
3172
3173
ager@chromium.orgb5737492010-07-15 09:29:43 +000031742010-07-15: Version 2.3.0
3175
3176 Added ES5 Object.seal and Object.isSealed.
3177
3178 Added debugger API for scheduling debugger commands from a
3179 separate thread.
3180
3181
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000031822010-07-14: Version 2.2.24
3183
3184 Added API for capturing stack traces for uncaught exceptions.
3185
3186 Fixed crash bug when preparsing from a non-external V8 string
3187 (issue 775).
3188
3189 Fixed JSON.parse bug causing input not to be converted to string
3190 (issue 764).
3191
3192 Added ES5 Object.freeze and Object.isFrozen.
3193
3194 Performance improvements on all platforms.
3195
3196
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000031972010-07-07: Version 2.2.23
3198
3199 API change: Convert Unicode code points outside the basic multilingual
3200 plane to the replacement character. Previous behavior was to silently
3201 truncate the value to 16 bits.
3202
3203 Fixed crash: handle all flat string types in regexp replace.
3204
3205 Prevent invalid pre-parsing data passed in through the API from
3206 crashing V8.
3207
3208 Performance improvements on all platforms.
3209
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003210
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032112010-07-05: Version 2.2.22
3212
3213 Added ES5 Object.isExtensible and Object.preventExtensions.
3214
3215 Enabled building V8 as a DLL.
3216
3217 Fixed a bug in date code where -0 was not interpreted as 0
3218 (issue 736).
3219
3220 Performance improvements on all platforms.
3221
3222
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032232010-06-30: Version 2.2.21
3224
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003225 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003226
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003227 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003228
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003229 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003230
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003231 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003232
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003233 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003234
3235 Provide actual breakpoints locations in response to setBreakpoint
3236 and listBreakpoints requests.
3237
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003238
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000032392010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003240
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003241 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003242
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003243 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003244
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003245 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003246
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003247 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003248 miscalculated for some inputs.
3249
3250 Performance improvements on all platforms.
3251
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003252
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000032532010-06-23: Version 2.2.19
3254
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003255 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003256 (issue 738).
3257
3258 Added expose-externalize-string flag for testing extensions.
3259
3260 Resolve linker issues with using V8 as a DLL causing a number of
3261 problems with unresolved symbols.
3262
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003263 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003264 defined.
3265
3266 Performance improvements on all platforms.
3267
3268
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000032692010-06-16: Version 2.2.18
3270
3271 Added API functions to retrieve information on indexed properties
3272 managed by the embedding layer. Fixes bug 737.
3273
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003274 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003275
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003276 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003277
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003278 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003279
3280 Incremental performance improvements.
3281
3282
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000032832010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003284
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003285 Improved debugger support for stepping out of functions.
3286
3287 Incremental performance improvements.
3288
3289
32902010-06-09: Version 2.2.16
3291
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003292 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003293 disposal of external string resources to call a virtual Dispose
3294 method on the resource.
3295
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003296 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003297 stepping.
3298
3299 Memory usage improvements on all platforms.
3300
3301
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000033022010-06-07: Version 2.2.15
3303
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003304 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003305
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003306 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003307 some compilers complaint when compiling with -Werror.
3308
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003309 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003310
3311
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033122010-06-02: Version 2.2.14
3313
3314 Fixed a crash in code generated for String.charCodeAt.
3315
3316 Fixed a compilation issue with some GCC versions (issue 727).
3317
3318 Performance optimizations on x64 and ARM platforms.
3319
3320
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033212010-05-31: Version 2.2.13
3322
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003323 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003324 strings (issue 599).
3325
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003326 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003327
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003328 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003329
3330 Performance improvements on all platforms.
3331
3332
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033332010-05-26: Version 2.2.12
3334
3335 Allowed accessors to be defined on objects rather than just object
3336 templates.
3337
3338 Changed the ScriptData API.
3339
3340
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000033412010-05-21: Version 2.2.11
3342
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003343 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003344
3345 Use 'full compiler' when debugging is active. This should increase
3346 the density of possible break points, making single step more fine
3347 grained. This will only take effect for functions compiled after
3348 debugging has been started, so recompilation of all functions is
3349 required to get the full effect. IA32 and x64 only for now.
3350
3351 Misc. fixes to the Solaris build.
3352
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003353 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003354
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003355 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003356
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003357 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003358
3359 Incremental performance improvements in all backends.
3360
3361
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000033622010-05-17: Version 2.2.10
3363
3364 Performance improvements in the x64 and ARM backends.
3365
3366
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000033672010-05-10: Version 2.2.9
3368
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003369 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003370
3371 Fixed bug with Date.parse returning a non-NaN value when called on a
3372 non date string (issue 696).
3373
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003374 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003375 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003376
3377 C++ API for retrieving JavaScript stack trace information.
3378
3379
ager@chromium.orgac091b72010-05-05 07:34:42 +000033802010-05-05: Version 2.2.8
3381
3382 Performance improvements in the x64 and ARM backends.
3383
3384
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000033852010-05-03: Version 2.2.7
3386
3387 Added support for ES5 date time string format to Date.parse.
3388
3389 Performance improvements in the x64 backend.
3390
3391
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000033922010-04-28: Version 2.2.6
3393
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003394 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003395 (by Ryan Dahl <coldredlemur@gmail.com>).
3396
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003397 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003398
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003399 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003400
3401 Performance improvements on all platforms.
3402
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003403
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000034042010-04-26: Version 2.2.5
3405
3406 Various performance improvements (especially for ARM and x64)
3407
3408 Fixed bug in CPU profiling (http://crbug.com/42137)
3409
3410 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003411
3412 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003413 wrong calculations.
3414
3415 Fixed a bug that may cause a wrong result for shift operations.
3416
3417
34182010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003419
3420 Fixed warnings on arm on newer GCC versions.
3421
3422 Fixed a number of minor bugs.
3423
3424 Performance improvements on all platforms.
3425
3426
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034272010-04-14: Version 2.2.3
3428
3429 Added stack command and mem command to ARM simulator debugger.
3430
3431 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3432
3433 Performance improvements on all platforms.
3434
3435
ager@chromium.org357bf652010-04-12 11:30:10 +000034362010-04-12: Version 2.2.2
3437
3438 Introduced new profiler API.
3439
3440 Fixed random number generator to produce full 32 random bits.
3441
3442
lrn@chromium.org25156de2010-04-06 13:10:27 +000034432010-04-06: Version 2.2.1
3444
3445 Debugger improvements.
3446
3447 Fixed minor bugs.
3448
3449
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000034502010-03-29: Version 2.2.0
3451
3452 Fixed a few minor bugs.
3453
3454 Performance improvements for string operations.
3455
3456
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000034572010-03-26: Version 2.1.10
3458
3459 Fixed scons build issues.
3460
3461 Fixed a couple of minor bugs.
3462
3463
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000034642010-03-25: Version 2.1.9
3465
3466 Added API support for reattaching a global object to a context.
3467
3468 Extended debugger API with access to the internal debugger context.
3469
3470 Fixed Chromium crashes (issues http://crbug.com/39128 and
3471 http://crbug.com/39160)
3472
3473
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000034742010-03-24: Version 2.1.8
3475
3476 Added fine-grained garbage collection callbacks to the API.
3477
3478 Performance improvements on all platforms.
3479
3480
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000034812010-03-22: Version 2.1.7
3482
3483 Fixed issue 650.
3484
3485 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003486
3487 Performance improvements for arithmetic operations.
3488
3489 Performance improvements for string operations.
3490
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003491 Print script name and line number information in stack trace.
3492
3493
34942010-03-17: Version 2.1.6
3495
3496 Performance improvements for arithmetic operations.
3497
3498 Performance improvements for string operations.
3499
3500
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000035012010-03-10: Version 2.1.4
3502
3503 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3504
3505 Performance improvements on all platforms.
3506
3507
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035082010-03-10: Version 2.1.3
3509
3510 Added API method for context-disposal notifications.
3511
3512 Added API method for accessing elements by integer index.
3513
3514 Added missing implementation of Uint32::Value and Value::IsUint32
3515 API methods.
3516
3517 Added IsExecutionTerminating API method.
3518
3519 Disabled strict aliasing for GCC 4.4.
3520
3521 Fixed string-concatenation bug (issue 636).
3522
3523 Performance improvements on all platforms.
3524
3525
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035262010-02-23: Version 2.1.2
3527
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003528 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003529
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003530 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003531
3532 Performance improvements on all platforms.
3533
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003534
ager@chromium.org5c838252010-02-19 08:53:10 +000035352010-02-19: Version 2.1.1
3536
3537 [ES5] Implemented Object.defineProperty.
3538
3539 Improved profiler support.
3540
3541 Added SetPrototype method in the public V8 API.
3542
3543 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3544 objects in the API.
3545
3546 Performance improvements on all platforms.
3547
3548
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000035492010-02-03: Version 2.1.0
3550
3551 Values are now always wrapped in objects when used as a receiver.
3552 (issue 223).
3553
3554 [ES5] Implemented Object.getOwnPropertyNames.
3555
3556 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3557 JSON grammar.
3558
3559 Improvement of debugger agent (issue 549 and 554).
3560
3561 Fixed problem with skipped stack frame in profiles (issue 553).
3562
3563 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3564 <ry@tinyclouds.org>.
3565
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003566 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003567 integers.
3568
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003569 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003570 functions (isue http://crbug.com/3867).
3571
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003572 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003573
3574 Numerous performance improvements including porting of previous IA-32
3575 optimizations to x64 and ARM architectures.
3576
3577
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000035782010-01-14: Version 2.0.6
3579
3580 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3581 GetOwnProperty, FromPropertyDescriptor.
3582
3583 Fixed Mac x64 build errors.
3584
3585 Improved performance of some math and string operations.
3586
3587 Improved performance of some regexp operations.
3588
3589 Improved performance of context creation.
3590
3591 Improved performance of hash tables.
3592
3593
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000035942009-12-18: Version 2.0.5
3595
3596 Extended to upper limit of map space to allow for 7 times as many map
3597 to be allocated (issue 524).
3598
3599 Improved performance of code using closures.
3600
3601 Improved performance of some binary operations involving doubles.
3602
3603
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000036042009-12-16: Version 2.0.4
3605
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003606 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003607
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003608 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003609
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003610 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003611
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003612 Improved handling of external strings by using a separate table
3613 instead of weak handles. This improves garbage collection
3614 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003615
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003616 Changed code generation for object and array literals in toplevel
3617 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003618
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003619 Fixed a crash bug triggered when garbage collection happened during
3620 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003621
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003622 Fixed crash bug sometimes triggered when local variables shadowed
3623 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003624
3625
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036262009-12-03: Version 2.0.3
3627
3628 Optimized handling and adding of strings, for-in and Array.join.
3629
3630 Heap serialization is now non-destructive.
3631
3632 Improved profiler support with information on time spend in C++
3633 callbacks registered through the API.
3634
3635 Added commands to the debugger protocol for starting/stopping
3636 profiling.
3637
3638 Enabled the non-optimizing compiler for top-level code.
3639
3640 Changed the API to only allow strings to be set as data objects on
3641 Contexts and scripts to avoid potentially keeping global objects
3642 around for too long (issue 528).
3643
3644 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3645
3646 Fixed bugs.
3647
3648
ager@chromium.org01beca72009-11-24 14:29:16 +000036492009-11-24: Version 2.0.2
3650
3651 Improved profiler support.
3652
3653 Fixed bug that broke compilation of d8 with readline support.
3654
3655
ager@chromium.org6141cbe2009-11-20 12:14:52 +000036562009-11-20: Version 2.0.1
3657
3658 Fixed crash bug in String.prototype.replace.
3659
3660 Reverted a change which caused Chromium interactive ui test
3661 failures.
3662
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003663
ager@chromium.orgc4c92722009-11-18 14:12:51 +000036642009-11-18: Version 2.0.0
3665
3666 Added support for VFP on ARM.
3667
3668 Added TryCatch::ReThrow method to the API.
3669
3670 Reduced the size of snapshots and improved the snapshot load time.
3671
3672 Improved heap profiler support.
3673
3674 64-bit version now supported on Windows.
3675
3676 Fixed a number of debugger issues.
3677
3678 Fixed bugs.
3679
3680
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000036812009-10-29: Version 1.3.18
3682
3683 Reverted a change which caused crashes in RegExp replace.
3684
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003685 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003686
3687
ager@chromium.org3811b432009-10-28 14:53:37 +000036882009-10-28: Version 1.3.17
3689
3690 Added API method to get simple heap statistics.
3691
3692 Improved heap profiler support.
3693
3694 Fixed the implementation of the resource constraint API so it
3695 works when using snapshots.
3696
3697 Fixed a number of issues in the Windows 64-bit version.
3698
3699 Optimized calls to API getters.
3700
3701 Added valgrind notification on code modification to the 64-bit version.
3702
3703 Fixed issue where we logged shared library addresses on Windows at
3704 startup and never used them.
3705
3706
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037072009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003708
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003709 X64: Convert smis to holding 32 bits of payload.
3710
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003711 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003712
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003713 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003714
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003715 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003716 Patch by Jan de Mooij <jandemooij@gmail.com>
3717
3718 Implement ES5 Array.isArray
3719 Patch by Jan de Mooij <jandemooij@gmail.com>
3720
3721 Skip access checks for hidden properties.
3722
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003723 Added String::Concat(Handle<String> left, Handle<String> right) to the
3724 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003725
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003726 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003727
3728
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037292009-10-07: Version 1.3.15
3730
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003731 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003732
3733 Fixed a crash bug happening when starting profiling (issue
3734 http://crbug.com/23768).
3735
3736
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037372009-10-07: Version 1.3.14
3738
3739 Added GetRealNamedProperty to the API to lookup real properties
3740 located on the object or in the prototype chain skipping any
3741 interceptors.
3742
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003743 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003744 stack limit now needs to be set to each thread thich is used with V8.
3745
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003746 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003747
3748 Ensure V8 is initialized before locking and unlocking threads.
3749
3750 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003751 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003752 Crockford from the project.
3753
3754 Added a missing optimization in StringCharAt.
3755
3756 Fixed some flaky socket tests.
3757
3758 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3759 in 64-bit mode.
3760
3761 Fixed memory leaks in the thread management code.
3762
3763 Fixed the result of assignment to a pixel array. The assigned value
3764 is now the result.
3765
3766 Error reporting for invalid left-hand sides in for-in statements, pre-
3767 and postfix count expressions, and assignments now matches the JSC
3768 behavior in Safari 4.
3769
3770 Follow the spec in disallowing function declarations without a name.
3771
3772 Always allocate code objects within a 2 GB range. On x64 architecture
3773 this is used to use near calls (32-bit displacement) in Code objects.
3774
3775 Optimized array construction ported to x64 and ARM architectures.
3776
3777 [ES5] Changed Object.keys to return strings for element indices.
3778
3779
ager@chromium.org68e7ab72009-09-23 09:40:39 +000037802009-09-23: Version 1.3.13
3781
3782 Fixed uninitialized memory problem.
3783
3784 Improved heap profiler support.
3785
3786
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000037872009-09-22: Version 1.3.12
3788
3789 Changed behavior of |function|.toString() on built-in functions to
3790 be compatible with other implementations. Patch by Jan de Mooij.
3791
3792 Added Object::IsDirty in the API.
3793
3794 Optimized array construction; it is now handled purely in native
3795 code.
3796
3797 [ES5] Made properties of the arguments array enumerable.
3798
3799 [ES5] Added test suite adapter for the es5conform test suite.
3800
3801 [ES5] Added Object.keys function.
3802
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003803
ager@chromium.org4af710e2009-09-15 12:20:11 +000038042009-09-15: Version 1.3.11
3805
3806 Fixed crash in error reporting during bootstrapping.
3807
3808 Optimized generated IA32 math code by using SSE2 instructions when
3809 available.
3810
3811 Implemented missing pieces of debugger infrastructure on ARM. The
3812 debugger is now fully functional on ARM.
3813
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003814 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003815
3816
ager@chromium.orga1645e22009-09-09 19:27:10 +000038172009-09-09: Version 1.3.10
3818
3819 Fixed profiler on Mac in 64-bit mode.
3820
3821 Optimized creation of objects from simple constructor functions on
3822 ARM.
3823
3824 Fixed a number of debugger issues.
3825
3826 Reduced the amount of memory consumed by V8.
3827
3828
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038292009-09-02: Version 1.3.9
3830
3831 Optimized stack guard checks on ARM.
3832
3833 Optimized API operations by inlining more in the API.
3834
3835 Optimized creation of objects from simple constructor functions.
3836
3837 Enabled a number of missing optimizations in the 64-bit port.
3838
3839 Implemented native-code support for regular expressions on ARM.
3840
3841 Stopped using the 'sahf' instruction on 64-bit machines that do
3842 not support it.
3843
3844 Fixed a bug in the support for forceful termination of JavaScript
3845 execution.
3846
3847
ager@chromium.org96c75b52009-08-26 09:13:16 +000038482009-08-26: Version 1.3.8
3849
3850 Changed the handling of idle notifications to allow idle
3851 notifications when V8 has not yet been initialized.
3852
3853 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003854
ager@chromium.org96c75b52009-08-26 09:13:16 +00003855
ager@chromium.orgab99eea2009-08-25 07:05:41 +000038562009-08-25: Version 1.3.7
3857
3858 Reduced the size of generated code on ARM platforms by reducing
3859 the size of constant pools.
3860
3861 Changed build files to not include the 'ENV' user environment
3862 variable in the build environment.
3863
3864 Changed the handling of idle notifications.
3865
3866
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000038672009-08-21: Version 1.3.6
3868
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003869 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003870
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003871 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003872 a low memory situation to V8.
3873
3874 Changed the handling of global handles (persistent handles in the API
3875 sense) to avoid issues regarding allocation of new global handles
3876 during weak handle callbacks.
3877
3878 Changed the growth policy of the young space.
3879
3880 Fixed a GC issue introduced in version 1.3.5.
3881
3882
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000038832009-08-19: Version 1.3.5
3884
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003885 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003886
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003887 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003888
3889 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3890
3891 Changed typeof RegExp from 'object' to 'function' for compatibility.
3892 Fixed bug where regexps were not callable across contexts.
3893
3894 Added context independent script compilation to the API.
3895
3896 Added API call to get the stack trace for an exception.
3897
3898 Added API for getting object mirrors.
3899
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003900 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003901 running off a snapshot generated without using SSE3 instructions.
3902
3903 Tweaked the handling of the initial size and growth policy of the heap.
3904
3905 Added native code generation for RegExp to 64-bit version.
3906
3907 Added JavaScript debugger support to 64-bit version.
3908
3909
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039102009-08-13: Version 1.3.4
3911
3912 Added a readline() command to the d8 shell.
3913
3914 Fixed bug in json parsing.
3915
3916 Added idle notification to the API and reduced memory on idle
3917 notifications.
3918
3919
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039202009-08-12: Version 1.3.3
3921
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003922 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003923
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003924 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003925
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003926 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003927
3928 API: added function to find instance of template in prototype
3929 chain. Inlined Object::IsInstanceOf.
3930
3931 Land change to notify valgrind when we modify code on x86.
3932
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003933 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003934
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003935 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003936
3937
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039382009-08-05: Version 1.3.2
3939
3940 Started new compiler infrastructure for two-pass compilation using a
3941 control flow graph constructed from the AST.
3942
3943 Profiler stack sampling for X64.
3944
3945 Safe handling of NaN to Posix platform-dependent time functions.
3946
3947 Added a new profiler control API to unify controlling various aspects
3948 of profiling.
3949
3950 Fixed issue 392.
3951
3952
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000039532009-07-30: Version 1.3.1
3954
3955 Speed improvements to accessors and interceptors.
3956
3957 Added support for capturing stack information on custom errors.
3958
3959 Added support for morphing an object into a pixel array where its
3960 indexed properties are stored in an external byte array. Values written
3961 are always clamped to the 0..255 interval.
3962
3963 Profiler on x64 now handles C/C++ functions from shared libraries.
3964
3965 Changed the debugger to avoid stepping into function.call/apply if the
3966 function is a built-in.
3967
3968 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003969
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003970 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003971
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003972 Optimized the called as constructor check for API calls.
3973
3974
kasperl@chromium.orge959c182009-07-27 08:59:04 +000039752009-07-27: Version 1.3.0
3976
3977 Allowed RegExp objects to be called as functions (issue 132).
3978
3979 Fixed issue where global property cells would escape after
3980 detaching the global object; see http://crbug.com/16276.
3981
3982 Added support for stepping into setters and getters in the
3983 debugger.
3984
3985 Changed the debugger to avoid stopping in its own JavaScript code
3986 and in the code of built-in functions.
3987
3988 Fixed issue 345 by avoiding duplicate escaping labels.
3989
3990 Fixed ARM code generator crash in short-circuited boolean
3991 expressions and added regression tests.
3992
3993 Added an external allocation limit to avoid issues where small V8
3994 objects would hold on to large amounts of external memory without
3995 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003996
3997 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003998
3999
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000040002009-07-13: Version 1.2.14
4001
4002 Added separate paged heap space for global property cells and
4003 avoid updating the write barrier when storing into them.
4004
4005 Improved peep-hole optimization on ARM platforms by not emitting
4006 unnecessary debug information.
4007
4008 Re-enabled ICs for loads and calls that skip a global object
4009 during lookup through the prototype chain.
4010
4011 Allowed access through global proxies to use ICs.
4012
4013 Fixed issue 401.
4014
4015
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040162009-07-09: Version 1.2.13
4017
4018 Fixed issue 397, issue 398, and issue 399.
4019
4020 Added support for breakpoint groups.
4021
4022 Fixed bugs introduced with the new global object representation.
4023
4024 Fixed a few bugs in the ARM code generator.
4025
4026
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040272009-07-06: Version 1.2.12
4028
4029 Added stack traces collection to Error objects accessible through
4030 the e.stack property.
4031
4032 Changed RegExp parser to use a recursive data structure instead of
4033 stack-based recursion.
4034
4035 Optimized Date object construction and string concatenation.
4036
4037 Improved performance of div, mod, and mul on ARM platforms.
4038
4039
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000040402009-07-02: Version 1.2.11
4041
4042 Improved performance on IA-32 and ARM.
4043
4044 Fixed profiler sampler implementation on Mac OS X.
4045
4046 Changed the representation of global objects to improve
4047 performance of adding a lot of new properties.
4048
4049
ager@chromium.org3e875802009-06-29 08:26:34 +000040502009-06-29: Version 1.2.10
4051
4052 Improved debugger support.
4053
4054 Fixed bug in exception message reporting (issue 390).
4055
4056 Improved overall performance.
4057
4058
ager@chromium.org5aa501c2009-06-23 07:57:28 +000040592009-06-23: Version 1.2.9
4060
4061 Improved math performance on ARM.
4062
4063 Fixed profiler name-inference bug.
4064
4065 Fixed handling of shared libraries in the profiler tick processor
4066 scripts.
4067
4068 Fixed handling of tests that time out in the test scripts.
4069
4070 Fixed compilation on MacOS X version 10.4.
4071
4072 Fixed two bugs in the regular expression engine.
4073
4074 Fixed a bug in the string type inference.
4075
4076 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004077
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004078 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004079
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004080
ager@chromium.orgeadaf222009-06-16 09:43:10 +000040812009-06-16: Version 1.2.8
4082
4083 Optimized math on ARM platforms.
4084
4085 Fixed two crash bugs in the handling of getters and setters.
4086
4087 Improved the debugger support by adding scope chain information.
4088
4089 Improved the profiler support by compressing log data transmitted
4090 to clients.
4091
4092 Improved overall performance.
4093
4094
ager@chromium.orge2902be2009-06-08 12:21:35 +000040952009-06-08: Version 1.2.7
4096
4097 Improved debugger and profiler support.
4098
4099 Reduced compilation time by improving the handling of deferred
4100 code.
4101
4102 Optimized interceptor accesses where the property is on the object
4103 on which the interceptors is attached.
4104
4105 Fixed compilation problem on GCC 4.4 by changing the stack
4106 alignment to 16 bytes.
4107
4108 Fixed handle creation to follow stric aliasing rules.
4109
4110 Fixed compilation on FreeBSD.
4111
4112 Introduced API for forcing the deletion of a property ignoring
4113 interceptors and attributes.
4114
4115
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041162009-05-29: Version 1.2.6
4117
4118 Added a histogram recording hit rates at different levels of the
4119 compilation cache.
4120
4121 Added stack overflow check for the RegExp analysis phase. Previously a
4122 very long regexp graph could overflow the stack with recursive calls.
4123
4124 Use a dynamic buffer when collecting log events in memory.
4125
4126 Added start/stop events to the profiler log.
4127
4128 Fixed infinite loop which could happen when setting a debug break while
4129 executing a RegExp compiled to native code.
4130
4131 Fixed handling of lastIndexOf called with negative index (issue 351).
4132
4133 Fixed irregular crash in profiler test (issue 358).
4134
4135 Fixed compilation issues with some versions of gcc.
4136
4137
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041382009-05-26: Version 1.2.5
4139
4140 Fixed bug in initial boundary check for Boyer-Moore text
4141 search (issue 349).
4142
4143 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4144 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4145 Craig Schlenter.
4146
4147 Added a script cache to the debugger.
4148
4149 Optimized compilation performance by improving internal data
4150 structures and avoiding expensive property load optimizations for
4151 code that's infrequently executed.
4152
4153 Exposed the calling JavaScript context through the static API
4154 function Context::GetCalling().
4155
4156
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000041572009-05-18: Version 1.2.4
4158
4159 Improved performance of floating point number allocation for ARM
4160 platforms.
4161
4162 Fixed crash when using the instanceof operator on functions with
4163 number values in their prototype chain (issue 341).
4164
4165 Optimized virtual frame operations in the code generator to speed
4166 up compilation time and allocated the frames in the zone.
4167
4168 Made the representation of virtual frames and jump targets in the
4169 code generator much more compact.
4170
4171 Avoided linear search for non-locals in scope code when resolving
4172 variables inside with and eval scopes.
4173
4174 Optimized lexical scanner by dealing with whitespace as part of
4175 the token scanning instead of as a separate step before it.
4176
4177 Changed the scavenging collector so that promoted objects do not
4178 reside in the old generation while their remembered set is being
4179 swept for pointers into the young generation.
4180
4181 Fixed numeric overflow handling when compiling count operations.
4182
4183
ager@chromium.org9085a012009-05-11 19:22:57 +000041842009-05-11: Version 1.2.3
4185
4186 Fixed bug in reporting of out-of-memory situations.
4187
4188 Introduced hidden prototypes on certain builtin prototype objects
4189 such as String.prototype to emulate JSC's behavior of restoring
4190 the original function when deleting functions from those prototype
4191 objects.
4192
4193 Fixed crash bug in the register allocator.
4194
4195
ager@chromium.org5ec48922009-05-05 07:25:34 +000041962009-05-04: Version 1.2.2
4197
4198 Fixed bug in array sorting for sparse arrays (issue 326).
4199
4200 Added support for adding a soname when building a shared library
4201 on Linux (issue 151).
4202
4203 Fixed bug caused by morphing internal ASCII strings to external
4204 two-byte strings. Slices over ASCII strings have to forward ASCII
4205 checks to the underlying buffer string.
4206
4207 Allowed API call-as-function handlers to be called as
4208 constructors.
4209
4210 Fixed a crash bug where an external string was disposed but a
4211 slice of the external string survived as a symbol.
4212
4213
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042142009-04-27: Version 1.2.1
4215
4216 Added EcmaScript 5 JSON object.
4217
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004218 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004219
4220
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042212009-04-23: Version 1.2.0
4222
4223 Optimized floating-point operations on ARM.
4224
4225 Added a number of extensions to the debugger API.
4226
4227 Changed the enumeration order for unsigned integer keys to always
4228 be numerical order.
4229
4230 Added a "read" extension to the shell sample.
4231
4232 Added support for Array.prototype.reduce and
4233 Array.prototype.reduceRight.
4234
4235 Added an option to the SCons build to control Microsoft Visual C++
4236 link-time code generation.
4237
4238 Fixed a number of bugs (in particular issue 315, issue 316,
4239 issue 317 and issue 318).
4240
4241
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000042422009-04-15: Version 1.1.10
4243
4244 Fixed crash bug that occurred when loading a const variable in the
4245 presence of eval.
4246
4247 Allowed using with and eval in registered extensions in debug mode
4248 by fixing bogus assert.
4249
4250 Fixed the source position for function returns to enable the
4251 debugger to break there.
4252
4253
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000042542009-04-14: Version 1.1.9
4255
4256 Made the stack traversal code in the profiler robust by avoiding
4257 to look into the heap.
4258
4259 Added name inferencing for anonymous functions to facilitate
4260 debugging and profiling.
4261
4262 Re-enabled stats timers in the developer shell (d8).
4263
4264 Fixed issue 303 by avoiding to shortcut cons-symbols.
4265
4266
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000042672009-04-11: Version 1.1.8
4268
4269 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4270
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004271 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004272 the debugger (issue 269).
4273
4274 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4275 are no hidden properties.
4276
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004277 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004278 entries with deleted resources would lead to NPEs when looking
4279 up in the symbol table.
4280
4281
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000042822009-04-07: Version 1.1.7
4283
4284 Added support for easily importing additional environment
4285 variables into the SCons build.
4286
4287 Optimized strict equality checks.
4288
4289 Fixed crash in indexed setters on objects without a corresponding
4290 getter (issue 298).
4291
4292 Re-enabled script compilation cache.
4293
4294
ager@chromium.org8682a592009-04-01 10:47:14 +000042952009-04-01: Version 1.1.6
4296
4297 Reverted an unsafe code generator change.
4298
4299
ager@chromium.org71daaf62009-04-01 07:22:49 +000043002009-04-01: Version 1.1.5
4301
4302 Fixed bug that caused function literals to not be optimized as
4303 much as other functions.
4304
4305 Improved profiler support.
4306
4307 Fixed a crash bug in connection with debugger unloading.
4308
4309 Fixed a crash bug in the code generator caused by losing the
4310 information that a frame element was copied.
4311
4312 Fixed an exception propagation bug that could cause non-null
4313 return values when exceptions were thrown.
4314
4315
ager@chromium.org41826e72009-03-30 13:30:57 +000043162009-03-30: Version 1.1.4
4317
4318 Optimized String.prototype.match.
4319
4320 Improved the stack information in profiles.
4321
4322 Fixed bug in ARM port making it possible to compile the runtime
4323 system for thumb mode again.
4324
4325 Implemented a number of optimizations in the code generator.
4326
4327 Fixed a number of memory leaks in tests.
4328
4329 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004330 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004331
4332
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043332009-03-24: Version 1.1.3
4334
4335 Fixed assertion failures in compilation of loop conditions.
4336
4337 Removed STL dependency from developer shell (d8).
4338
4339 Added infrastructure for protecting the V8 heap from corruption
4340 caused by memory modifications from the outside.
4341
4342
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000043432009-03-24: Version 1.1.2
4344
4345 Improved frame merge code generated by the code generator.
4346
4347 Optimized String.prototype.replace.
4348
4349 Implemented __defineGetter__ and __defineSetter__ for properties
4350 with integer keys on non-array objects.
4351
4352 Improved debugger and profiler support.
4353
4354 Fixed a number of portability issues to allow compilation for
4355 smaller ARM devices.
4356
4357 Exposed object cloning through the API.
4358
4359 Implemented hidden properties. This is used to expose an identity
4360 hash for objects through the API.
4361
4362 Implemented restarting of regular expressions if their input
4363 string changes representation during preemption.
4364
4365 Fixed a code generator bug that could cause assignments in loops
4366 to be ignored if using continue to break out of the loop (issue
4367 284).
4368
4369
ager@chromium.org3a6061e2009-03-12 14:24:36 +000043702009-03-12: Version 1.1.1
4371
4372 Fixed an assertion in the new compiler to take stack overflow
4373 exceptions into account.
4374
4375 Removed exception propagation code that could cause crashes.
4376
4377 Fixed minor bug in debugger line number computations.
4378
4379 8-byte align the C stack on Linux and Windows to speed up floating
4380 point computations.
4381
4382
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000043832009-03-12: Version 1.1.0
4384
4385 Improved code generation infrastructure by doing simple register
4386 allocation and constant folding and propagation.
4387
4388 Optimized regular expression matching by avoiding to create
4389 intermediate string arrays and by flattening nested array
4390 representations of RegExp data.
4391
4392 Traverse a few stack frames when recording profiler samples to
4393 include partial call graphs in the profiling output.
4394
4395 Added support for using OProfile to profile generated code.
4396
4397 Added remote debugging support to the D8 developer shell.
4398
4399 Optimized creation of nested literals like JSON objects.
4400
4401 Fixed a bug in garbage collecting unused maps and turned it on by
4402 default (--collect-maps).
4403
4404 Added support for running tests under Valgrind.
4405
4406
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044072009-02-27: Version 1.0.3
4408
4409 Optimized double-to-integer conversions in bit operations by using
4410 SSE3 instructions if available.
4411
4412 Optimized initialization sequences that store to multiple
4413 properties of the same object.
4414
4415 Changed the D8 debugger frontend to use JSON messages.
4416
4417 Force garbage collections when disposing contexts.
4418
4419 Align code objects at 32-byte boundaries.
4420
4421
ager@chromium.org381abbb2009-02-25 13:23:22 +000044222009-02-25: Version 1.0.2
4423
4424 Improved profiling support by performing simple call stack
4425 sampling for ticks and by fixing a bug in the logging of code
4426 addresses.
4427
4428 Fixed a number of debugger issues.
4429
4430 Optimized code that uses eval.
4431
4432 Fixed a couple of bugs in the regular expression engine.
4433
4434 Reduced the size of generated code for certain regular expressions.
4435
4436 Removed JSCRE completely.
4437
4438 Fixed issue where test could not be run if there was a dot in the
4439 checkout path.
4440
4441
ager@chromium.org6f10e412009-02-13 10:11:16 +000044422009-02-13: Version 1.0.1
4443
4444 Fixed two crash-bugs in irregexp (issue 231 and 233).
4445
4446 Fixed a number of minor bugs (issue 87, 227 and 228).
4447
4448 Added support for morphing strings to external strings on demand
4449 to avoid having to create copies in the embedding code.
4450
4451 Removed experimental support for external symbol callbacks.
4452
4453
iposva@chromium.org245aa852009-02-10 00:49:54 +000044542009-02-09: Version 1.0.0
4455
4456 Fixed crash-bug in the code generation for case independent 16 bit
4457 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004458
iposva@chromium.org245aa852009-02-10 00:49:54 +00004459 Made shells more robust in the presence of string conversion
4460 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004461
iposva@chromium.org245aa852009-02-10 00:49:54 +00004462 Fixed a potential infinite loop when attempting to resolve
4463 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004464
iposva@chromium.org245aa852009-02-10 00:49:54 +00004465 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004466
iposva@chromium.org245aa852009-02-10 00:49:54 +00004467 Reduced binary by stripping unneeded text from JavaScript library and
4468 minifying some JavaScript files.
4469
4470
ager@chromium.orgddb913d2009-01-27 10:01:48 +000044712009-01-27: Version 0.4.9
4472
4473 Enabled new regular expression engine.
4474
4475 Made a number of changes to the debugger protocol.
4476
4477 Fixed a number of bugs in the preemption support.
4478
4479 Added -p option to the developer shell to run files in parallel
4480 using preemption.
4481
4482 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4483 193, 198 and 201).
4484
4485 Fixed a number of bugs in the serialization/deserialization
4486 support for the ARM platform.
4487
4488
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000044892009-01-19: Version 0.4.8.1
4490
4491 Minor patch to debugger support.
4492
4493
ager@chromium.org32912102009-01-16 10:38:43 +000044942009-01-16: Version 0.4.8
4495
4496 Fixed string length bug on ARM (issue 171).
4497
4498 Made most methods in the API const.
4499
4500 Optimized object literals by improving data locality.
4501
4502 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004503 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004504
4505 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004506 eval to behave incorrectly when using accessors (issues 186, 190
4507 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004508
4509
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045102009-01-06: Version 0.4.7
4511
ager@chromium.org32912102009-01-16 10:38:43 +00004512 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004513
ager@chromium.org32912102009-01-16 10:38:43 +00004514 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004515
ager@chromium.org32912102009-01-16 10:38:43 +00004516 Fixed subtle bug that caused the wrong 'this' to be used when
4517 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004518
ager@chromium.org32912102009-01-16 10:38:43 +00004519 Inline array loads within loops directly in the code instead of
4520 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004521
ager@chromium.org32912102009-01-16 10:38:43 +00004522
ager@chromium.org8bb60582008-12-11 12:02:20 +000045232008-12-11: Version 0.4.6
4524
4525 Fixed exception reporting bug where certain exceptions were
4526 incorrectly reported as uncaught.
4527
4528 Improved the memory allocation strategy used during compilation to
4529 make running out of memory when compiling huge scripts less
4530 likely.
4531
4532 Optimized String.replace by avoiding the construction of certain
4533 sub strings.
4534
4535 Fixed bug in code generation for large switch statements on ARM.
4536
4537 Fixed bug that caused V8 to change the global object template
4538 passed in by the user.
4539
4540 Changed the API for creating object groups used during garbage
4541 collection. Entire object groups are now passed to V8 instead of
4542 individual members of the groups.
4543
ager@chromium.org32912102009-01-16 10:38:43 +00004544
ager@chromium.orga74f0da2008-12-03 16:05:52 +000045452008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004546
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004547 Added experimental API support for allocating V8 symbols as
4548 external strings.
4549
4550 Fixed bugs in debugging support on ARM.
4551
4552 Changed eval implementation to correctly detect whether or not a
4553 call to eval is aliased.
4554
4555 Fixed bug caused by a combination of the compilation cache and
4556 dictionary probing in native code. The bug caused us to sometimes
4557 call functions that had not yet been compiled.
4558
4559 Added platform support for FreeBSD.
4560
4561 Added support for building V8 on Windows with either the shared or
4562 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004563
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004564 Added the v8::jscre namespace around the jscre functions to avoid
4565 link errors (duplicate symbols) when building Google Chrome.
4566
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004567 Added support for calling a JavaScript function with the current
4568 debugger execution context as its argument to the debugger
4569 interface.
4570
4571 Changed the type of names of counters from wchar_t to char.
4572
4573 Changed the Windows system call used to compute daylight savings
4574 time. The system call that we used to use became four times
4575 slower on WinXP SP3.
4576
4577 Added support in the d8 developer shell for memory-mapped counters
4578 and added a stats-viewer tool.
4579
4580 Fixed bug in upper/lower case mappings (issue 149).
4581
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004582
ager@chromium.org3bf7b912008-11-17 09:09:45 +000045832008-11-17: Version 0.4.4
4584
4585 Reduced code size by using shorter instruction encoding when
4586 possible.
4587
4588 Added a --help option to the shell sample and to the d8 shell.
4589
4590 Added visual studio project files for building the ARM simulator.
4591
4592 Fixed a number of ARM simulator issues.
4593
4594 Fixed bug in out-of-memory handling on ARM.
4595
4596 Implemented shell support for passing arguments to a script from
4597 the command line.
4598
4599 Fixed bug in date code that made certain date functions return -0
4600 instead of 0 for dates before the epoch.
4601
4602 Restricted applications of eval so it can only be used in the
4603 context of the associated global object.
4604
4605 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004606
4607
ager@chromium.org870a0b62008-11-04 11:43:05 +000046082008-11-04: Version 0.4.3
4609
4610 Added support for API accessors that prohibit overwriting by
4611 accessors defined in JavaScript code by using __defineGetter__ and
4612 __defineSetter__.
4613
4614 Improved handling of conditionals in test status files.
4615
4616 Introduced access control in propertyIsEnumerable.
4617
4618 Improved performance of some string operations by caching
4619 information about the type of the string between operations.
4620
4621 Fixed bug in fast-case code for switch statements that only have
4622 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004623
ager@chromium.org870a0b62008-11-04 11:43:05 +00004624
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046252008-10-30: Version 0.4.2
4626
4627 Improved performance of Array.prototype.concat by moving the
4628 implementation to C++ (issue 123).
4629
4630 Fixed heap growth policy to avoid growing old space to its maximum
4631 capacity before doing a garbage collection and fixed issue that
4632 would lead to artificial out of memory situations (issue 129).
4633
4634 Fixed Date.prototype.toLocaleDateString to return the date in the
4635 same format as WebKit.
4636
4637 Added missing initialization checks to debugger API.
4638
4639 Added removing of unused maps during GC.
4640
4641
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000046422008-10-28: Version 0.4.1
4643
4644 Added caching of RegExp data in compilation cache.
4645
4646 Added Visual Studio project file for d8 shell.
4647
4648 Fixed function call performance regression introduced in version
4649 0.4.0 when splitting the global object in two parts (issue 120).
4650
4651 Fixed issue 131 by checking for empty handles before throwing and
4652 reporting exceptions.
4653
4654
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000046552008-10-23: Version 0.4.0
4656
4657 Split the global object into two parts: The state holding global
4658 object and the global object proxy.
4659
4660 Fixed bug that affected the value of an assignment to an element
4661 in certain cases (issue 116).
4662
4663 Added GetPropertyNames functionality (issue 33) and extra Date
4664 functions (issue 77) to the API.
4665
4666 Changed WeakReferenceCallback to take a Persistent<Value> instead
4667 of a Persistent<Object> (issue 101).
4668
4669 Fixed issues with message reporting for exceptions in try-finally
4670 blocks (issues 73 and 75).
4671
ager@chromium.org32912102009-01-16 10:38:43 +00004672 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004673
4674 Improved Boyer-Moore implementation for faster indexOf operations.
4675
4676 Added development shell (d8) which includes counters and
4677 completion support.
4678
4679 Fixed problem with the receiver passed to functions called from
4680 eval (issue 124).
4681
4682
ager@chromium.org7c537e22008-10-16 08:43:32 +000046832008-10-16: Version 0.3.5
4684
4685 Improved string hash-code distribution by excluding bit-field bits
4686 from the hash-code.
4687
4688 Changed string search algorithm used in indexOf from KMP to
4689 Boyer-Moore.
4690
4691 Improved the generated code for the instanceof operator.
4692
4693 Improved performance of slow-case string equality checks by
4694 specializing the code based on the string representation.
4695
4696 Improve the handling of out-of-memory situations (issue 70).
4697
4698 Improved performance of strict equality checks.
4699
4700 Improved profiler output to make it easier to see anonymous
4701 functions.
4702
4703 Improved performance of slow-case keyed loads.
4704
4705 Improved property access performance by allocating a number of
4706 properties in the front object.
4707
4708 Changed the toString behavior on the built-in object constructors
4709 to print [native code] instead of the actual source. Some web
4710 applications do not like constructors with complex toString
4711 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004712
ager@chromium.org7c537e22008-10-16 08:43:32 +00004713
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047142008-10-06: Version 0.3.4
4715
4716 Changed Array.prototype.sort to use quick sort.
4717
4718 Fixed code generation issue where leaving a finally block with
4719 break or continue would accumulate elements on the expression
4720 stack (issue 86).
4721
4722 Made sure that the name accessor on functions returns the expected
4723 names for builtin JavaScript functions and C++ callback functions.
4724
4725 Added fast case code for extending the property storage array of
4726 JavaScript objects.
4727
4728 Ported switch statement optimizations introduced in version 0.3.3
4729 to the ARM code generator.
4730
4731 Allowed GCC to use strict-aliasing rules when compiling.
4732
4733 Improved performance of arguments object allocation by taking care
4734 of arguments adaptor frames in the generated code.
4735
4736 Updated the V8 benchmark suite to version 2.
4737
4738
ager@chromium.org236ad962008-09-25 09:45:57 +000047392008-09-25: Version 0.3.3
4740
4741 Improved handling of relocation information to enable more
4742 peep-hole optimizations.
4743
4744 Optimized switch statements where all labels are constant small
4745 integers.
4746
4747 Optimized String.prototype.indexOf for common cases.
4748
4749 Fixed more build issues (issue 80).
4750
4751 Fixed a couple of profiler issues.
4752
4753 Fixed bug where the body of a function created using the Function
4754 constructor was not allowed to end with a single-line comment
4755 (issue 85).
4756
4757 Improved handling of object literals by canonicalizing object
4758 literal maps. This will allow JSON objects with the same set of
4759 properties to share the same map making inline caching work better
4760 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004761
ager@chromium.org236ad962008-09-25 09:45:57 +00004762
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000047632008-09-17: Version 0.3.2
4764
4765 Generalized the EvalCache into a CompilationCache and enabled it
4766 for scripts too. The current strategy is to retire all entries
4767 whenever a mark-sweep collection is started.
4768
4769 Fixed bug where switch statements containing only a default case
4770 would lead to an unbalanced stack (issue 69).
4771
4772 Fixed bug that made access to the function in a named function
4773 expression impossible in certain situations (issue 24).
4774
4775 Fixed even more build issues.
4776
4777 Optimized calling conventions on ARM. The conventions on ARM and
4778 IA-32 now match.
4779
4780 Removed static initializers for flags and counters.
4781
4782 Improved inline caching behavior for uncommon cases where lazily
4783 loading Date and RegExp code could force certain code paths go
4784 megamorphic.
4785
4786 Removed arguments adaption for builtins written in C++. This
4787 makes Array.prototype.push and Array.prototype.pop slightly
4788 faster.
4789
4790
ager@chromium.org9258b6b2008-09-11 09:11:10 +000047912008-09-11: Version 0.3.1
4792
4793 Fixed a number of build issues.
4794
4795 Fixed problem with missing I-cache flusing on ARM.
4796
4797 Changed space layout in memory management by splitting up
4798 code space into old data space and code space.
4799
4800 Added utf-8 conversion support to the API (issue 57).
4801
4802 Optimized repeated calls to eval with the same strings. These
4803 repeated calls are common in web applications.
4804
4805 Added Xcode project file.
4806
4807 Optimized a couple of Array operation.
4808
4809 Fixed parser bug by checking for end-of-string when parsing break
4810 and continue (issue 35).
4811
4812 Fixed problem where asian characters were not categorized as
4813 letters.
4814
4815 Fixed bug that disallowed calling functions fetched from an array
4816 using a string as an array index (issue 32).
4817
4818 Fixed bug where the internal field count on object templates were
4819 sometimes ignored (issue 54).
4820
4821 Added -f option to the shell sample for compatibility with other
4822 engines (issue 18).
4823
4824 Added source info to TryCatches in the API.
4825
4826 Fixed problem where the seed for the random number generator was
4827 clipped in a double to unsigned int conversion.
4828
4829 Fixed bug where cons string symbols were sometimes converted to
4830 non-symbol flat strings during GC.
4831
4832 Fixed bug in error reporting when attempting to convert null to an
4833 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004834
4835
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048362008-09-04: Version 0.3.0
4837
4838 Added support for running tests on the ARM simulator.
4839
4840 Fixed bug in the 'in' operator where negative indices were not
4841 treated correctly.
4842
4843 Fixed build issues on gcc-4.3.1.
4844
4845 Changed Date.prototype.toLocaleTimeString to not print the
4846 timezone part of the time.
4847
4848 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4849 with user code.
4850
4851
v8.team.kasperl727e9952008-09-02 14:56:44 +000048522008-09-02: Version 0.2.5
4853
4854 Renamed the top level directory 'public' to 'include'.
4855
4856 Added 'env' option to the SCons build scripts to support
4857 overriding the ENV part of the build environment. This is mostly
4858 to support Windows builds in cases where SCons cannot find the
4859 correct paths to the Windows SDK, as these paths cannot be passed
4860 through shell environment variables.
4861
4862 Enabled "Buffer Security Check" on for the Windows SCons build and
4863 added the linker option /OPT:ICF as an optimization.
4864
4865 Added the V8 benchmark suite to the repository.
4866
4867
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000048682008-09-01: Version 0.2.4
4869
4870 Included mjsunit JavaScript test suite and C++ unit tests.
4871
4872 Changed the shell sample to not print the result of executing a
4873 script provided on the command line.
4874
4875 Fixed issue when building samples on Windows using a shared V8
4876 library. Added visibility option on Linux build which makes the
4877 generated library 18% smaller.
4878
4879 Changed build system to accept multiple build modes in one build
4880 and generate separate objects, libraries and executables for each
4881 mode.
4882
4883 Removed deferred negation optimization (a * -b => -(a * b)) since
4884 this visibly changes operand conversion order.
4885
4886 Improved parsing performance by introducing stack guard in
4887 preparsing. Without a stack guard preparsing always bails out
4888 with stack overflow.
4889
4890 Changed shell sample to take flags directly from the command-line.
4891 Added API call that implements this.
4892
4893 Added load, quit and version functions to the shell sample so it's
4894 easier to run benchmarks and tests.
4895
4896 Fixed issue with building samples and cctests on 64-bit machines.
4897
4898 Fixed bug in the runtime system where the prototype chain was not
4899 always searched for a setter when setting a property that does not
4900 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004901
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004902
mads.s.agercbaa0602008-08-14 13:41:48 +000049032008-08-14: Version 0.2.3
4904
4905 Improved performance of garbage collection by moving the
4906 function that updates pointers during compacting collection
4907 into the updating visitor. This gives the compiler a better
4908 chance to inline and avoid a function call per (potential)
4909 pointer.
4910
4911 Extended the shell sample with a --runtime-flags option.
4912
4913 Added Visual Studio project files for the shell.cc and
4914 process.cc samples.
4915
4916
49172008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004918
4919 Improved performance of garbage collection by changing the way
4920 we use the marking stack in the event of stack overflow during
4921 full garbage collection and by changing the way we mark roots.
4922
4923 Cleaned up ARM version by removing top of stack caching and by
4924 introducing push/pop elimination.
4925
4926 Cleaned up the way runtime functions are called to allow
4927 runtime calls with no arguments.
4928
4929 Changed Windows build options to make sure that exceptions are
4930 disabled and that optimization flags are enabled.
4931
4932 Added first version of Visual Studio project files.
4933
4934
mads.s.agercbaa0602008-08-14 13:41:48 +000049352008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004936
4937 Improved performance of unary addition by avoiding runtime calls.
4938
4939 Fixed the handling of '>' and '<=' to use right-to-left conversion
4940 and left-to-right evaluation as specified by ECMA-262.
4941
4942 Fixed a branch elimination bug on the ARM platform where incorrect
4943 code was generated because of overly aggressive branch
4944 elimination.
4945
4946 Improved performance of code that repeatedly assigns the same
4947 function to the same property of different objects with the same
4948 map.
4949
4950 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4951 no longer expects DEBUG to be defined.
4952
4953 Added platform-nullos.cc to serve as the basis for new platform
4954 implementations.
4955
mads.s.ager31e71382008-08-13 09:32:07 +00004956
mads.s.agercbaa0602008-08-14 13:41:48 +000049572008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004958
4959 Changed all text files to have native svn:eol-style.
4960
4961 Added a few samples and support for building them. The samples
4962 include a simple shell that can be used to benchmark and test V8.
4963
4964 Changed V8::GetVersion to return the version as a string.
4965
4966 Added source for lazily loaded scripts to snapshots and made
4967 serialization non-destructive.
4968
4969 Improved ARM support by fixing the write barrier code to use
4970 aligned loads and stores and by removing premature locals
4971 optimization that relied on broken support for callee-saved
4972 registers (removed).
4973
4974 Refactored the code for marking live objects during garbage
4975 collection and the code for allocating objects in paged
4976 spaces. Introduced an abstraction for the map word of a heap-
4977 allocated object and changed the memory allocator to allocate
4978 executable memory only for spaces that may contain code objects.
4979
4980 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4981 they can be used by debugging and logging modules. Added
4982 thread-safe message queues for dealing with debugger events.
4983
4984 Fixed the source code reported by toString for certain builtin
4985 empty functions and made sure that the prototype property of a
4986 function is enumerable.
4987
4988 Improved performance of converting values to condition flags in
4989 generated code.
4990
4991 Merged disassembler-{arch} files.
4992
4993
mads.s.agercbaa0602008-08-14 13:41:48 +000049942008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004995
4996 Added support for storing JavaScript stack traces in a stack
4997 allocated buffer to make it visible in shallow core dumps.
4998 Controlled by the --preallocate-message-memory flag which is
4999 disabled by default.
5000
5001
mads.s.agercbaa0602008-08-14 13:41:48 +000050022008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005003
5004 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5005 map transitions would count as properties.
5006
5007 Allowed aliased eval invocations by treating them as evals in the
5008 global context. This may change in the future.
5009
5010 Added support for accessing the last entered context through the
5011 API and renamed Context::Current to Context::GetCurrent and
5012 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5013
5014 Fixed bug in the debugger that would cause the debugger scripts to
5015 be recursively loaded and changed all disabling of interrupts to
5016 be block-structured.
5017
5018 Made snapshot data read-only to allow it to be more easily shared
5019 across multiple users of V8 when linked as a shared library.
5020
5021
mads.s.agercbaa0602008-08-14 13:41:48 +000050222008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005023
5024 Fixed building on Mac OS X by recognizing i386 and friends as
5025 IA-32 platforms.
5026
5027 Added propagation of stack overflow exceptions that occur while
5028 compiling nested functions.
5029
5030 Improved debugger with support for recursive break points and
5031 handling of exceptions that occur in the debugger JavaScript code.
5032
5033 Renamed GetInternal to GetInternalField and SetInternal to
5034 SetInternalField in the API and moved InternalFieldCount and
5035 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5036
5037
mads.s.agercbaa0602008-08-14 13:41:48 +000050382008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005039
5040 Fixed bug in stack overflow check code for IA-32 targets where a
5041 non-tagged value in register eax was pushed to the stack.
5042
5043 Fixed potential quadratic behavior when converting strings to
5044 numbers.
5045
5046 Fixed bug where the return value from Object::SetProperty could
5047 end up being the property holder instead of the written value.
5048
5049 Improved debugger support by allowing nested break points and by
5050 dealing with stack-overflows when compiling functions before
5051 setting break points in them.
5052
5053
mads.s.agercbaa0602008-08-14 13:41:48 +000050542008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005055
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005056 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005057
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005058# Local Variables:
5059# mode:text
5060# End: