blob: 4bcf89e527cd65f626c44d8c6c2ad4a61e9882fd [file] [log] [blame]
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +000012013-03-04: Version 3.17.7
2
3 Limited recursion in regexp compilation by a budget.
4 (Chromium issue 178790)
5
6 ES6 symbols: Implemented Symbol intrinsic and basic functionality
7 (issue 2158)
8
9 Performance and stability improvements on all platforms.
10
11
hpayer@chromium.org8432c912013-02-28 15:55:26 +0000122013-02-28: Version 3.17.6
13
14 Fixed materialization of arguments objects with unknown values.
15 (Chromium issue 163530)
16
17 Set default number of sweeper threads to at most four.
18
19 Performance and stability improvements on all platforms.
20
21
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +0000222013-02-27: Version 3.17.5
23
24 Made __proto__ a foreign callback on Object.prototype.
25 (issue 621, issue 1949 and issue 2441)
26
27 Performance and stability improvements on all platforms.
28
29
ulan@chromium.org09d7ab52013-02-25 15:50:35 +0000302013-02-25: Version 3.17.4
31
32 Performance and stability improvements on all platforms.
33
34
ulan@chromium.org2e04b582013-02-21 14:06:02 +0000352013-02-21: Version 3.17.3
36
37 Performance and stability improvements on all platforms.
38
39
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +0000402013-02-19: Version 3.17.2
41
42 Removed bogus check for TOP register in deoptimizer.
43 (Chromium issue 176943)
44
45 Made the Isolate parameter mandatory for internal HandleScopes.
46 (issue 2487)
47
48 Fixed f.apply() optimization when declared arguments are mutated.
49 (issue 2539)
50
51 Performance and stability improvements on all platforms.
52
53
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +0000542013-02-14: Version 3.17.1
55
56 Performance and stability improvements on all platforms.
57
58
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +0000592013-02-13: Version 3.17.0
60
61 Enabled parallel sweeping.
62
63 Don't try to unlink instructions twice during GVN
64 (Chromium issue 175141)
65
66 Fixed code flusher disabling while marking incrementally.
67 (Chromium issue 173458, 168582)
68
69 Don't use TLS for space iterators.
70 (issue 2531)
71
72 Added new GetHeapStatistics API entry and deprecated old one.
73
74 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
75 platform-independent code.
76 (Chromium issue 173907)
77
78 Added --trace-array-abuse to help find OOB accesses.
79
80 Performance and stability improvements on all platforms.
81
82
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +0000832013-02-06: Version 3.16.14
84
85 Performance and stability improvements on all platforms.
86
87
danno@chromium.org94b0d6f2013-02-04 13:33:20 +0000882013-02-04: Version 3.16.13
89
90 Tagged stubs that rely on instance types as MEGAMORPHIC.
91 (Chromium issue 173974)
92
93 Fixed clearing of dead dependent codes and verifing of weak
94 embedded maps on full GC. (Chromium issue 172488,172489)
95
96 Made the arm port build cleanly with Clang.
97
98 Performance and stability improvements on all platforms.
99
100
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00001012013-01-31: Version 3.16.12
102
103 Performance and stability improvements on all platforms.
104
105
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00001062013-01-30: Version 3.16.11
107
108 Put making embedded maps in optimized code weak behind a flag.
109 (Chromium issue 172488,172489)
110
111 Performance and stability improvements on all platforms.
112
113
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00001142013-01-25: Version 3.16.10
115
116 Avoid excessive memory usage during redundant phi elimination.
117 (issue 2510)
118
119 Fixed additional spec violations wrt RegExp.lastIndex.
120 (issue 2437)
121
122 Added Isolate parameter to Persistent class.
123 (issue 2487)
124
125 Performance and stability improvements on all platforms.
126
127
yangguo@chromium.org003650e2013-01-24 16:31:08 +00001282013-01-24: Version 3.16.9
129
130 Made embedded maps in optimized code weak.
131 (issue 2073)
132
133 Fixed corner case when JSFunction is evicted from flusher.
134 (Chromium issue 168801)
135
136 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
137 (Chromium issue 171641)
138
139 Performance and stability improvements on all platforms.
140
141
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00001422013-01-23: Version 3.16.8
143
144 Correctly reset lastIndex in an RegExp object.
145 (Chromium issue 170856)
146
147 Added a workaround for Windows compilation problems related to V8EXPORT.
148 (issue 2507)
149
150 tools/run-tests.py: shlex.split() the value of --command-prefix
151 (Chromium issue 171553)
152
153 Fixed pattern detection for replacing shifts by rotation.
154 (Chromium issue 2499)
155
156 Performance and stability improvements on all platforms.
157
158
yangguo@chromium.org28381b42013-01-21 14:39:38 +00001592013-01-21: Version 3.16.7
160
161 Removed <(library) usage from v8.gyp.
162 (Chromium issue 111541)
163
164 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
165 (Chromium issue 169928)
166
167 Performance and stability improvements on all platforms.
168
169
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00001702013-01-18: Version 3.16.6
171
172 Made the Isolate parameter mandatory in Locker and Unlocker classes.
173 (issue 2487)
174
175 Avoid pointer underflow in CopyCharsUnsigned.
176 (issue 2493)
177
178 Generate shim headers when using system v8.
179 (Chromium issue 165264)
180
181 Fixed arguments materialization for inlined apply().
182 (issue 2489)
183
184 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
185 (Chromium issue 147497)
186
187 Added sanity check to CodeFlusher::AddCandidate.
188 (Chromium issue 169209)
189
190 Performance and stability improvements on all platforms.
191
192
1932013-01-15: Version 3.16.5
194
195 Removed deprecated functions from V8's external API.
196
197 Prepared API for WebKit use of Latin-1.
198
199 Fixed V8 issue 2486.
200
201 Fixed Chromium issue 169723.
202
203 Performance and stability improvements on all platforms.
204
205
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00002062013-01-11: Version 3.16.4
207
208 Fixed Chromium issues 168545 and 169209.
209
210 Performance and stability improvements on all platforms.
211
212
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00002132013-01-09: Version 3.16.3
214
215 Improved GC performance when moving parts of a FixedArray (issue 2452).
216
217 Enabled readline on d8 while building a shared lib (issue 1781).
218
219 Fixed missing exception check in typed array constructor
220 (Chromium issue 168545).
221
222 Check for read-only-ness when preparing for array sort (issue 2419).
223
224 Performance and stability improvements on all platforms.
225
226
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00002272013-01-04: Version 3.16.2
228
229 Added Makefile options to build for the Raspberry Pi (armv7=0,
230 arm_fpu=vfp2).
231
232 Performance and stability improvements on all platforms.
233
234
ulan@chromium.org4121f232012-12-27 15:57:11 +00002352012-12-27: Version 3.16.1
236
237 Fixed x64 MathMinMax for negative untagged int32 arguments.
238 (Chromium issue 164442)
239
240 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
241 (issue 2458)
242
243 Performance and stability improvements on all platforms.
244
245
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00002462012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000247
248 V8_Fatal now prints C++ stack trace in debug mode.
249
250 Added HTML-based tick processor.
251
252 Continued implementation of Object.observe (V8 issue 2409).
253
254 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
255
256 Fixed Chromium issues 125308, 165637, 166379, 166553.
257
258 Performance and stability improvements on all platforms.
259
260
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00002612012-12-10: Version 3.15.11
262
263 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
264 flags.
265
266 Performance and stability improvements on all platforms.
267
268
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00002692012-12-07: Version 3.15.10
270
271 Enabled optimisation of functions inside eval. (issue 2315)
272
273 Fixed spec violations in methods of Number.prototype. (issue 2443)
274
275 Added GCTracer metrics for a scavenger GC for DOM wrappers.
276
277 Performance and stability improvements on all platforms.
278
279
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00002802012-12-06: Version 3.15.9
281
282 Fixed candidate eviction in code flusher.
283 (Chromium issue 159140)
284
285 Iterate through all arguments for side effects in Math.min/max.
286 (issue 2444)
287
288 Fixed spec violations related to regexp.lastIndex
289 (issue 2437, issue 2438)
290
291 Performance and stability improvements on all platforms.
292
293
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002942012-12-04: Version 3.15.8
295
296 Enforced stack allocation of TryCatch blocks.
297 (issue 2166,chromium:152389)
298
299 Fixed external exceptions in external try-catch handlers.
300 (issue 2166)
301
302 Activated incremental code flushing by default.
303
304 Performance and stability improvements on all platforms.
305
306
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00003072012-11-30: Version 3.15.7
308
309 Activated code aging by default.
310
311 Included more information in --prof log.
312
313 Removed eager sweeping for lazy swept spaces. Try to find in
314 SlowAllocateRaw a bounded number of times a big enough memory slot.
315 (issue 2194)
316
317 Performance and stability improvements on all platforms.
318
319
danno@chromium.org1f34ad32012-11-26 14:53:56 +00003202012-11-26: Version 3.15.6
321
322 Ensure double arrays are filled with holes when extended from
323 variations of empty arrays. (Chromium issue 162085)
324
325 Performance and stability improvements on all platforms.
326
327
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00003282012-11-23: Version 3.15.5
329
330 Fixed JSON.stringify for objects with interceptor handlers.
331 (Chromium issue 161028)
332
333 Fixed corner case in x64 compare stubs. (issue 2416)
334
335 Performance and stability improvements on all platforms.
336
337
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00003382012-11-16: Version 3.15.4
339
340 Fixed Array.prototype.join evaluation order. (issue 2263)
341
342 Perform CPU sampling by CPU sampling thread only iff processing thread
343 is not running. (issue 2364)
344
345 When using an Object as a set in Object.getOwnPropertyNames, null out
346 the proto. (issue 2410)
347
348 Disabled EXTRA_CHECKS in Release build.
349
350 Heap explorer: Show representation of strings.
351
352 Removed 'type' and 'arguments' properties from Error object.
353 (issue 2397)
354
355 Added atomics implementation for ThreadSanitizer v2.
356 (Chromium issue 128314)
357
358 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
359
360 Performance and stability improvements on all platforms.
361
362
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00003632012-11-13: Version 3.15.3
364
365 Changed sample shell to send non-JS output (e.g. errors) to stderr
366 instead of stdout.
367
368 Correctly check for stack overflow even when interrupt is pending.
369 (issue 214)
370
371 Collect stack trace on stack overflow. (issue 2394)
372
373 Performance and stability improvements on all platforms.
374
375
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00003762012-11-12: Version 3.15.2
377
378 Function::GetScriptOrigin supplies sourceURL when script name is
379 not available. (Chromium issue 159413)
380
381 Made formatting error message side-effect-free. (issue 2398)
382
383 Fixed length check in JSON.stringify. (Chromium issue 160010)
384
385 ES6: Added support for Set and Map clear method (issue 2400)
386
387 Fixed slack tracking when instance prototype changes.
388 (Chromium issue 157019)
389
390 Fixed disabling of code flusher while marking. (Chromium issue 159140)
391
392 Added a test case for object grouping in a scavenger GC (issue 2077)
393
394 Support shared library build of Android for v8.
395 (Chromium issue 158821)
396
397 ES6: Added support for size to Set and Map (issue 2395)
398
399 Performance and stability improvements on all platforms.
400
401
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00004022012-11-06: Version 3.15.1
403
404 Put incremental code flushing behind a flag. (Chromium issue 159140)
405
406 Performance and stability improvements on all platforms.
407
408
danno@chromium.org72204d52012-10-31 10:02:10 +00004092012-10-31: Version 3.15.0
410
411 Loosened aligned code target requirement on ARM (issue 2380)
412
413 Fixed JSON.parse to treat leading zeros correctly.
414 (Chromium issue 158185)
415
416 Performance and stability improvements on all platforms.
417
418
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00004192012-10-22: Version 3.14.5
420
421 Killed off the SCons based build.
422
423 Added a faster API for creating v8::Integer objects.
424
425 Speeded up function deoptimization by avoiding quadratic pass over
426 optimized function list. (Chromium issue 155270)
427
428 Always invoke the default Array.sort functions from builtin functions.
429 (issue 2372)
430
431 Reverted recent CPU profiler changes because they broke --prof.
432 (issue 2364)
433
434 Switched code flushing to use different JSFunction field.
435 (issue 1609)
436
437 Performance and stability improvements on all platforms.
438
439
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00004402012-10-15: Version 3.14.4
441
442 Allow evals for debugger even if they are prohibited in the debugee
443 context. (Chromium issue 154733)
444
445 Enabled --verify-heap in release mode (issue 2120)
446
447 Performance and stability improvements on all platforms.
448
449
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00004502012-10-11: Version 3.14.3
451
452 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
453 (Chromium issue 155076).
454
455 Bumped variable limit further to 2^17 (Chromium issue 151625).
456
457 Performance and stability improvements on all platforms.
458
459
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00004602012-10-10: Version 3.14.2
461
462 ARM: allowed VFP3 instructions when hardfloat is enabled.
463 (Chromium issue 152506)
464
465 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
466 (Chromium issue 151749)
467
468 Made GDBJIT interface compile again. (issue 1804)
469
470 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
471 (Chromium issue 143967)
472
473 Made sure that names of temporaries do not clash with real variables.
474 (issue 2322)
475
476 Rejected local module declarations. (Chromium issue 150628)
477
478 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
479
480 Fixed slot recording of code target patches.
481 (Chromium issue 152615,chromium:144230)
482
483 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
484
485 Performance and stability improvements on all platforms.
486
487
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004882012-10-01: Version 3.14.1
489
490 Don't set -m32 flag when compiling with Android ARM compiler.
491 (Chromium issue 143889)
492
493 Restore the descriptor array before returning allocation failure.
494 (Chromium issue 151750)
495
496 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
497 128252).
498
499 Pull more recent gyp in 'make dependencies'.
500
501 Made sure that the generic KeyedStoreIC changes length and element_kind
502 atomically (issue 2346).
503
504 Bumped number of allowed variables per scope to 65535, to address GWT.
505 (Chromium issue 151625)
506
507 Support sourceURL for dynamically inserted scripts (issue 2342).
508
509 Performance and stability improvements on all platforms.
510
511
ulan@chromium.org56c14af2012-09-20 12:51:09 +00005122012-09-20: Version 3.14.0
513
514 Fixed missing slot recording during clearing of CallICs.
515 (Chromium issue 144230)
516
517 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
518 (Chromium issue 150729)
519
520 Fixed minus zero test. (Issue 2133)
521
522 Fixed setting array length to zero for slow elements.
523 (Chromium issue 146910)
524
525 Fixed lost arguments dropping in HLeaveInlined.
526 (Chromium issue 150545)
527
528 Fixed casting error for receiver of interceptors.
529 (Chromium issue 149912)
530
531 Throw a more descriptive exception when blocking 'eval' via CSP.
532 (Chromium issue 140191)
533
534 Fixed debugger's eval when close to stack overflow. (issue 2318)
535
536 Added checks to live edit. (issue 2297)
537
538 Switched on code compaction on incremental GCs.
539
540 Fixed caching of optimized code for OSR. (issue 2326)
541
542 Not mask exception thrown by toString in String::UtfValue etc.
543 (issue 2317)
544
545 Fixed API check for length of external arrays. (Chromium issue 148896)
546
547 Ensure correct enumeration indices in the dict (Chromium issue 148376)
548
549 Correctly initialize regexp global cache. (Chromium issue 148378)
550
551 Fixed arguments object materialization during deopt. (issue 2261)
552
553 Introduced new API to expose external string resource regardless of
554 encoding.
555
556 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
557 --deopt-every-n-times flag is present
558 (Chromium issue 148389)
559
560 Fixed edge case of extension with NULL as source string.
561 (Chromium issue 144649)
562
563 Fixed array index dehoisting. (Chromium issue 141395)
564
565 Performance and stability improvements on all platforms.
566
567
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00005682012-09-11: Version 3.13.7
569
570 Enable/disable LiveEdit using the (C++) debug API.
571
572 Performance and stability improvements on all platforms.
573
574
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00005752012-09-06: Version 3.13.6
576
577 Added validity checking to API functions and calls.
578
579 Disabled accessor inlining (Chromium issue 134609).
580
581 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
582
583 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
584
585 Fixed VS2005 build (issue 2313).
586
587 Activated fixed ES5 readonly semantics by default.
588
589 Added hardfp flag to the Makefile.
590
591 Performance and stability improvements on all platforms.
592
593
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005942012-08-29: Version 3.13.5
595
596 Release stack trace data after firing Error.stack accessor.
597 (issue 2308)
598
599 Added a new API V8::SetJitCodeEventHandler to push code name and
600 location to users such as profilers.
601
602 Allocate block-scoped global bindings to global context.
603
604 Performance and stability improvements on all platforms.
605
606
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00006072012-08-28: Version 3.13.4
608
609 Print reason for disabling optimization. Kill --trace-bailout flag.
610
611 Provided option to disable full DEBUG build on Android.
612
613 Introduced global contexts to represent lexical global scope(s).
614
615 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
616
617 Performance and stability improvements on all platforms.
618
619
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00006202012-08-21: Version 3.13.3
621
622 Performance and stability improvements on all platforms.
623
624
6252012-08-20: Version 3.13.2
626
627 Performance and stability improvements on all platforms.
628
629
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00006302012-08-16: Version 3.13.1
631
632 Performance and stability improvements on all platforms.
633
634
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00006352012-08-10: Version 3.13.0
636
637 Added histograms for total allocated/live heap size, as well as
638 allocated size and percentage of total for map and cell space.
639
640 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
641 (issue 1645)
642
643 Added checks for interceptors to negative lookup code in Crankshaft.
644 (Chromium issue 140473)
645
646 Made incremental marking clear ICs and type feedback cells.
647
648 Performance and stability improvements on all platforms.
649
650
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00006512012-08-01: Version 3.12.19
652
653 Performance and stability improvements on all platforms.
654
655
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00006562012-07-30: Version 3.12.18
657
658 Forced using bit-pattern for signed zero double. (issue 2239)
659
660 Made sure double to int conversion is correct. (issue 2260)
661
662 Performance and stability improvements on all platforms.
663
664
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00006652012-07-27: Version 3.12.17
666
667 Always set the callee's context when calling a function from optimized
668 code.
669 (Chromium issue 138887)
670
671 Fixed building with GCC 3.x
672 (issue 2016, 2017)
673
674 Improved API calls that return empty handles.
675 (issue 2245)
676
677 Performance and stability improvements on all platforms.
678
679
danno@chromium.org129d3982012-07-25 15:01:47 +00006802012-07-25: Version 3.12.16
681
682 Performance and stability improvements on all platforms.
683
684
yangguo@chromium.org304cc332012-07-24 07:59:48 +00006852012-07-24: Version 3.12.15
686
687 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
688 (issue 2252)
689
690 Added dependency to HLoadKeyed* instructions to prevent invalid
691 hoisting. (Chromium issue 137768)
692
693 Enabled building d8 for Android on Mac.
694
695 Interpret negative hexadecimal literals as NaN.
696 (issue 2240)
697
698 Expose counters in javascript when using --track-gc-object-stats.
699
700 Enabled building and testing V8 on Android IA.
701
702 Added --trace-parse flag to parser.
703
704 Performance and stability improvements on all platforms.
705
706
verwaest@chromium.org178fb152012-07-18 11:21:48 +00007072012-07-18: Version 3.12.14
708
709 Deactivated optimization of packed arrays.
710 (Chromium issue 137768)
711
712 Fixed broken accessor transition.
713 (Chromium issue 137689)
714
715 Performance and stability improvements on all platforms.
716
717
verwaest@chromium.org753aee42012-07-17 16:15:42 +00007182012-07-17: Version 3.12.13
719
720 Fixed missing tagging of stack value in finally block.
721 (Chromium issue 137496)
722
723 Added more support for heap analysis.
724
725 Performance and stability improvements on all platforms.
726
727
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00007282012-07-16: Version 3.12.12
729
730 Added an option to the tickprocessor to specify the directory for lib
731 lookup.
732
733 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
734
735 Fixed transcendental cache on ARM in optimized code (issue 2234).
736
737 New heap inspection tools: counters for object sizes and counts,
738 histograms for external fragmentation.
739
740 Incorporated constness into inferred interfaces (in preparation for
741 handling imports) (issue 1569).
742
743 Performance and stability improvements on all platforms.
744
745
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00007462012-07-12: Version 3.12.11
747
748 Renamed "mips" arch to "mipsel" in the GYP build.
749
750 Fixed computation of call targets on prototypes in Crankshaft.
751 (Chromium issue 125148)
752
753 Removed use of __lookupGetter__ when generating stack trace.
754 (issue 1591)
755
756 Turned on ES 5.2 globals semantics by default.
757 (issue 1991, Chromium issue 80591)
758
759 Synced preparser and parser wrt syntax error in switch..case.
760 (issue 2210)
761
762 Fixed reporting of octal literals in strict mode when preparsing.
763 (issue 2220)
764
765 Fixed inline constructors for Harmony Proxy prototypes.
766 (issue 2225)
767
768 Performance and stability improvements on all platforms.
769
770
danno@chromium.org81cac2b2012-07-10 11:28:27 +00007712012-07-10: Version 3.12.10
772
773 Re-enabled and fixed issue with array bounds check elimination
774 (Chromium issue 132114).
775
776 Fixed Debug::Break crash. (Chromium issue 131642)
777
778 Added optimizing compiler support for JavaScript getters.
779
780 Performance and stability improvements on all platforms.
781
782
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00007832012-07-06: Version 3.12.9
784
785 Correctly advance the scanner when scanning unicode regexp flag.
786 (Chromium issue 136084)
787
788 Fixed unhandlified code calling Harmony Proxy traps.
789 (issue 2219)
790
791 Performance and stability improvements on all platforms.
792
793
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007942012-07-05: Version 3.12.8
795
796 Implemented TypedArray.set and ArrayBuffer.slice in d8.
797
798 Performance and stability improvements on all platforms.
799
800
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00008012012-07-03: Version 3.12.7
802
803 Fixed lazy compilation for strict eval scopes.
804 (Chromium issue 135066)
805
806 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
807 (issue 2151)
808
809 Report "hidden properties" in heap profiler for properties case.
810 (issue 2212)
811
812 Activated optimization of packed arrays by default.
813
814 Performance and stability improvements on all platforms.
815
816
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00008172012-06-29: Version 3.12.6
818
819 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
820
821 Extended TypedArray support in d8.
822
823
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00008242012-06-28: Version 3.12.5
825
826 Fixed lazy parsing heuristics to respect outer scope.
827 (Chromium issue 135008)
828
829 Allow using test-wrapper-gypbuild.py on Windows when no python
830 interpreter is registered.
831
832 Performance and stability improvements on all platforms.
833
834
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00008352012-06-27: Version 3.12.4
836
837 Removed -fomit-frame-pointer flag from Release builds to make
838 the stack walkable by TCMalloc (Chromium issue 133723).
839
840 Ported r7868 (constant masking) to x64 (issue 1374).
841
842 Expose more detailed memory statistics (issue 2201).
843
844 Fixed Harmony Maps and WeakMaps for undefined values
845 (Chromium issue 132744).
846
847 Correctly throw reference error in strict mode with ICs disabled
848 (issue 2119).
849
850 Performance and stability improvements on all platforms.
851
852
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00008532012-06-25: Version 3.12.3
854
855 Reverted r11835 'Unify promotion and allocation limit computation' due
856 to V8 Splay performance regression on Mac. (Chromium issue 134183)
857
858 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
859
860 Performance and stability improvements on all platforms.
861
862
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00008632012-06-22: Version 3.12.2
864
865 Made near-jump check more strict in LoadNamedFieldPolymorphic on
866 ia32/x64. (Chromium issue 134055)
867
868 Fixed lazy sweeping heuristics to prevent old-space expansion.
869 (issue 2194)
870
871 Performance and stability improvements on all platforms.
872
873
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00008742012-06-21: Version 3.12.1
875
876 Performance and stability improvements on all platforms.
877
878
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00008792012-06-20: Version 3.12.0
880
881 Fixed Chromium issues:
882 115100, 129628, 131994, 132727, 132741, 132742, 133211
883
884 Fixed V8 issues:
885 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
886
887 Added --extra-code flag to mksnapshot to load JS code into the VM
888 before creating the snapshot.
889
890 Support 'restart call frame' command in the debugger.
891
892 Performance and stability improvements on all platforms.
893
894
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008952012-06-13: Version 3.11.10
896
897 Implemented heap profiler memory usage reporting.
898
899 Preserved error message during finally block in try..finally.
900 (Chromium issue 129171)
901
902 Fixed EnsureCanContainElements to properly handle double values.
903 (issue 2170)
904
905 Improved heuristics to keep objects in fast mode with inherited
906 constructors.
907
908 Performance and stability improvements on all platforms.
909
910
rossberg@chromium.org400388e2012-06-06 09:29:22 +00009112012-06-06: Version 3.11.9
912
913 Implemented ES5-conformant semantics for inherited setters and read-only
914 properties. Currently behind --es5_readonly flag, because it breaks
915 WebKit bindings.
916
917 Exposed last seen heap object id via v8 public api.
918
919 Performance and stability improvements on all platforms.
920
921
verwaest@chromium.org37141392012-05-31 13:27:02 +00009222012-05-31: Version 3.11.8
923
924 Avoid overdeep recursion in regexp where a guarded expression with a
925 minimum repetition count is inside another quantifier.
926 (Chromium issue 129926)
927
928 Fixed missing write barrier in store field stub.
929 (issues 2143, 1465, Chromium issue 129355)
930
931 Proxies: Fixed receiver for setters inherited from proxies.
932 Proxies: Fixed ToStringArray function so that it does not reject some
933 keys.
934 (issue 1543)
935
936 Performance and stability improvements on all platforms.
937
938
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00009392012-05-29: Version 3.11.7
940
941 Get better function names in stack traces.
942
943 Performance and stability improvements on all platforms.
944
945
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00009462012-05-24: Version 3.11.6
947
948 Fixed RegExp.prototype.toString for incompatible receivers
949 (issue 1981).
950
951 Performance and stability improvements on all platforms.
952
953
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00009542012-05-23: Version 3.11.5
955
956 Performance and stability improvements on all platforms.
957
958
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00009592012-05-22: Version 3.11.4
960
961 Some cleanup to common.gypi. This fixes some host/target combinations
962 that weren't working in the Make build on Mac.
963
964 Handle EINTR in socket functions and continue incomplete sends.
965 (issue 2098)
966
967 Fixed python deprecations. (issue 1391)
968
969 Made socket send and receive more robust and return 0 on failure.
970 (Chromium issue 15719)
971
972 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
973
974 Set '-m32' option for host and target platforms
975
976 Performance and stability improvements on all platforms.
977
978
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00009792012-05-18: Version 3.11.3
980
981 Disable optimization for functions that have scopes that cannot be
982 reconstructed from the context chain. (issue 2071)
983
984 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
985
986 Correctly check for native error objects. (Chromium issue 2138)
987
988 Performance and stability improvements on all platforms.
989
990
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009912012-05-16: Version 3.11.2
992
993 Revert r11496. (Chromium issue 128146)
994
995 Implement map collection for incremental marking. (issue 1465)
996
997 Add toString method to CallSite (which describes a frame of the
998 stack trace).
999
1000
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000010012012-05-15: Version 3.11.1
1002
1003 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1004
1005 Fix freebsd build. (V8 issue 2126)
1006
1007 Performance and stability improvements on all platforms.
1008
1009
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000010102012-05-11: Version 3.11.0
1011
1012 Fixed compose-discard crasher from r11524 (issue 2123).
1013
1014 Activated new global semantics by default. Global variables can
1015 now shadow properties of the global object (ES5.1 erratum).
1016
1017 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1018 transitioning (Chromium issue 117409).
1019
1020 Made Error.prototype.name writable again, as required by the spec and
1021 the web (Chromium issue 69187).
1022
1023 Implemented map collection with incremental marking (issue 1465).
1024
1025 Regexp: Fixed overflow in min-match-length calculation
1026 (Chromium issue 126412).
1027
1028 MIPS: Fixed illegal instruction use on Loongson in code for
1029 Math.random() (issue 2115).
1030
1031 Fixed crash bug in VisitChoice (Chromium issue 126272).
1032
1033 Fixed unsigned-Smi check in MappedArgumentsLookup
1034 (Chromium issue 126414).
1035
1036 Fixed LiveEdit for function with no locals (issue 825).
1037
1038 Fixed register clobbering in LoadIC for interceptors
1039 (Chromium issue 125988).
1040
1041 Implemented clearing of CompareICs (issue 2102).
1042
1043 Performance and stability improvements on all platforms.
1044
1045
danno@chromium.org2c26cb12012-05-03 09:06:43 +000010462012-05-03: Version 3.10.8
1047
1048 Enabled MIPS cross-compilation.
1049
1050 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1051 (Chromium issue 125515)
1052
1053 Fixed corner cases in truncation behavior when storing to
1054 TypedArrays. (issue 2110)
1055
1056 Fixed failure to properly recognize and report out-of-memory
1057 conditions when allocating code space pages. (Chromium issue
1058 118625)
1059
1060 Fixed idle notifications to perform a round of incremental GCs
1061 after context disposal. (issue 2107)
1062
1063 Fixed preparser for try statement. (issue 2109)
1064
1065 Performance and stability improvements on all platforms.
1066
1067
danno@chromium.org1044a4d2012-04-30 12:34:39 +000010682012-04-30: Version 3.10.7
1069
1070 Performance and stability improvements on all platforms.
1071
1072
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000010732012-04-26: Version 3.10.6
1074
1075 Fixed some bugs in accessing details of the last regexp match.
1076
1077 Fixed source property of empty RegExp objects. (issue 1982)
1078
1079 Enabled inlining some V8 API functions.
1080
1081 Performance and stability improvements on all platforms.
1082
1083
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000010842012-04-23: Version 3.10.5
1085
1086 Put new global var semantics behind a flag until WebKit tests are
1087 cleaned up.
1088
1089 Enabled stepping into callback passed to builtins.
1090 (Chromium issue 109564)
1091
1092 Performance and stability improvements on all platforms.
1093
1094
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010952012-04-19: Version 3.10.4
1096
1097 Fixed issues when stressing compaction with WeakMaps.
1098
1099 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1100
1101 Simplify invocation sequence at monomorphic function invocation sites.
1102 (issue 2079)
1103
1104 Performance and stability improvements on all platforms.
1105
1106
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000011072012-04-17: Version 3.10.3
1108
1109 Fixed several bugs in heap profiles (including issue 2078).
1110
1111 Throw syntax errors on illegal escape sequences.
1112
1113 Implemented rudimentary module linking (behind --harmony flag)
1114
1115 Implemented ES5 erratum: Global declarations should shadow
1116 inherited properties.
1117
1118 Made handling of const more consistent when combined with 'eval'
1119 and 'with'.
1120
1121 Fixed V8 on MinGW-x64 (issue 2026).
1122
1123 Performance and stability improvements on all platforms.
1124
1125
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000011262012-04-13: Version 3.10.2
1127
1128 Fixed native ARM build (issues 1744, 539)
1129
1130 Return LOOKUP variable instead of CONTEXT for non-context allocated
1131 outer scope parameters (Chromium issue 119609).
1132
1133 Fixed regular and ElementsKind transitions interfering with each other
1134 (Chromium issue 122271).
1135
1136 Improved performance of keyed loads/stores which have a HeapNumber
1137 index (issues 1388, 1295).
1138
1139 Fixed WeakMap processing for evacuation candidates (issue 2060).
1140
1141 Bailout on possible direct eval calls (Chromium issue 122681).
1142
1143 Do not assume that names of function expressions are context-allocated
1144 (issue 2051).
1145
1146 Performance and stability improvements on all platforms.
1147
1148
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000011492012-04-10: Version 3.10.1
1150
1151 Fixed bug with arguments object in inlined functions (issue 2045).
1152
1153 Fixed performance bug with lazy initialization (Chromium issue
1154 118686).
1155
1156 Added suppport for Mac OS X 64bit builds with GYP.
1157 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1158
1159 Fixed bug with hidden properties (issue 2034).
1160
1161 Fixed a performance bug when reloading pages (Chromium issue 117767,
1162 V8 issue 1902).
1163
1164 Fixed bug when optimizing throw in top-level code (issue 2054).
1165
1166 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1167
1168 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1169
1170 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1171
1172 Fixed compilation of V8 using uClibc.
1173
1174 Optimized boot-up memory use.
1175
1176 Optimized regular expressions.
1177
1178
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000011792012-03-30: Version 3.10.0
1180
1181 Fixed store IC writability check in strict mode
1182 (Chromium issue 120099).
1183
1184 Resynchronize timers if the Windows system time was changed.
1185 (Chromium issue 119815)
1186
1187 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1188 hardfp ARM
1189 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1190
1191 Fixed edge case for case independent regexp character classes
1192 (issue 2032).
1193
1194 Reset function info counters after context disposal.
1195 (Chromium issue 117767, V8 issue 1902)
1196
1197 Fixed missing write barrier in CopyObjectToObjectElements.
1198 (Chromium issue 119926)
1199
1200 Fixed missing bounds check in HasElementImpl.
1201 (Chromium issue 119925)
1202
1203 Performance and stability improvements on all platforms.
1204
1205
danno@chromium.org88aa0582012-03-23 15:11:57 +000012062012-03-23: Version 3.9.24
1207
1208 Activated count-based profiler for ARM.
1209
1210 Fixed use of proxies as f.prototype properties. (issue 2021)
1211
1212 Enabled snapshots on MIPS.
1213
1214 Performance and stability improvements on all platforms.
1215
1216
ulan@chromium.org6ff65142012-03-21 09:52:17 +000012172012-03-21: Version 3.9.23
1218
1219 Use correct arguments adaptation environment when inlining function
1220 containing arguments. (Issue 2014)
1221
1222 Performance and stability improvements on all platforms.
1223
1224
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000012252012-03-20: Version 3.9.22
1226
1227 Enabled count-based profiler by default.
1228
1229 Implemented a hash based look-up to speed up address checks
1230 in large object space (issue 853).
1231
1232 Performance and stability improvements on all platforms.
1233
1234
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000012352012-03-19: Version 3.9.21
1236
1237 Fixed push-to-trunk script (and re-push).
1238
1239 Added API call that identifies strings that are guaranteed only to
1240 contain ASCII characters.
1241
1242
12432012-03-19: Version 3.9.20
1244
1245 Fixed declarations escaping global strict eval. (Issue 1624)
1246
1247 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1248
1249 Fixed function declarations overwriting read-only global properties.
1250 (Chromium issue 115452)
1251
1252 Fixed --use-strict flag in combination with --harmony[-scoping].
1253
1254 Debugger: naive implementation of "step into Function.prototype.bind".
1255
1256 Debugger: added ability to set script source from within OnBeforeCompile
1257
1258 Added flag to always call DebugBreak on abort.
1259
1260 Re-enabled constructor inlining and inline === comparison with boolean
1261 constants. (Issue 2009)
1262
1263 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1264
1265 Performance and stability improvements on all platforms.
1266
1267
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000012682012-03-14: Version 3.9.19
1269
1270 Ensure there is a smi check of the receiver for global load and call
1271 ICs (Chromium issue 117794).
1272
1273 Performance and stability improvements on all platforms.
1274
1275
yangguo@chromium.org154ff992012-03-13 08:09:54 +000012762012-03-13: Version 3.9.18
1277
1278 Ensure consistency of Math.sqrt on Intel platforms.
1279
1280 Remove static initializers in v8. (issue 1859)
1281
1282 Add explicit dependency on v8_base in the GYP-based build.
1283
1284 Performance and stability improvements on all platforms.
1285
1286
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012872012-03-12: Version 3.9.17
1288
1289 Fixed VFP detection through compiler defines. (issue 1996)
1290
1291 Add Code-related fields to postmortem metadata.
1292
1293 Performance and stability improvements on all platforms.
1294
1295
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012962012-03-09: Version 3.9.16
1297
1298 Added basic interface inference for modules (behind the --harmony flag).
1299
1300 Added Object.is, Number.isFinite, Number.isNaN.
1301
1302 Updated the Unicode tables to Unicode version 6.1.0.
1303
1304 Performance and stability improvements on all platforms.
1305
1306
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000013072012-03-06: Version 3.9.15
1308
1309 Fix the heap profiler crash caused by memory layout changes between
1310 passes.
1311
1312 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1313
1314 Fix double-rounding in strtod for MinGW. (issue 1062)
1315
1316 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1317
1318 Performance and stability improvements on all platforms.
1319
1320
fschneider@chromium.org35814e52012-03-01 15:43:35 +000013212012-03-01: Version 3.9.14
1322
1323 Performance and stability improvements on all platforms.
1324
1325
ulan@chromium.org812308e2012-02-29 15:58:45 +000013262012-02-29: Version 3.9.13
1327
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001328 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001329
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001330 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1331 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001332
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001333 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001334
1335 Performance and stability improvements on all platforms.
1336
1337
ulan@chromium.org967e2702012-02-28 09:49:15 +000013382012-02-28: Version 3.9.12
1339
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001340 Fixed the negative lookup stub to handle deleted entries in a
1341 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001342
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001343 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001344 callback function can resolve the location of a return address on stack
1345 to the location where a return-address rewriting profiler stashed the
1346 original return address.
1347
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001348 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1349 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001350
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001351 Fixed issue 1853: Update breakpoints set with partial file name after
1352 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001353
1354
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000013552012-02-27: Version 3.9.11
1356
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001357 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001358
1359
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000013602012-02-24: Version 3.9.10
1361
1362 Fixed V8 issues 1322, 1772 and 1969.
1363
1364 Conformance improvements.
1365
1366 Performance and stability improvements on all platforms.
1367
1368
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000013692012-02-23: Version 3.9.9
1370
1371 Supported fast case for-in in Crankshaft.
1372
1373 Sped up heap snapshot serialization and dominators construction.
1374
1375 Randomized allocation addresses on windows. (Chromium issue 115151)
1376
1377 Fixed compilation with MinGW-w64. (issue 1943)
1378
1379 Fixed incorrect value of assignments to non-extensible properties.
1380
1381 Fixed a crash bug in generated code on ia32.
1382
1383 Performance and stability improvements on all platforms.
1384
1385
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000013862012-02-21: Version 3.9.8
1387
1388 Fixed memory leak and missing #include in StartupDataDecompressor
1389 (issue 1960).
1390
1391 Renamed static methods to avoid shadowing virtual methods and fix Clang
1392 C++11 compile error.
1393
1394 Fixed sequence of element access in array builtins (issue 1790).
1395
1396 Performance and stability improvements on all platforms.
1397
1398
yangguo@chromium.org56454712012-02-16 15:33:53 +000013992012-02-16: Version 3.9.7
1400
1401 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1402
1403 Fixed GCC-4.7 warnings.
1404
1405 Added Navier-Stokes benchmark.
1406
1407 Performance and stability improvements on all platforms.
1408
1409
ulan@chromium.org65a89c22012-02-14 11:46:07 +000014102012-02-14: Version 3.9.6
1411
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001412 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001413
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001414 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001415
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001416 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001417
1418 Heap Snapshot maximum size limit is too low for really big apps. At the
1419 moment the limit is 256MB. (Chromium issue 113015)
1420
1421 Performance and stability improvements on all platforms.
1422
1423
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000014242012-02-09: Version 3.9.5
1425
1426 Removed unused command line flags.
1427
1428 Performance and stability improvements on all platforms.
1429
1430
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000014312012-02-08: Version 3.9.4
1432
1433 Properly initialize element-transitioning array literals on ARM.
1434 (issue 1930)
1435
1436 Bug fixes on all platforms.
1437
1438
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000014392012-02-07: Version 3.9.3
1440
1441 When rethrowing an exception, print the stack trace of its original
1442 site instead of rethrow site (Chromium issue 60240).
1443
1444 Increased size of small stacks from 32k to 64k to avoid hitting limits
1445 in Chromium (Chromium issue 112843).
1446
1447
rossberg@chromium.org994edf62012-02-06 10:12:55 +000014482012-02-06: Version 3.9.2
1449
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001450 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001451
1452 Heap profiler reports implicit references.
1453
1454 Optionally export metadata with libv8 to enable debuggers to inspect V8
1455 state.
1456
1457
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000014582012-02-02: Version 3.9.1
1459
1460 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1461 (Chromium issue 112315).
1462
1463 Fixed a crash in dev tools (Chromium issue 107996).
1464
1465 Added 'dependencies_traverse': 1 to v8 GYP target.
1466
1467 Performance and stability improvements on all platforms.
1468
1469
danno@chromium.orgfa458e42012-02-01 10:48:36 +000014702012-02-01: Version 3.9.0
1471
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001472 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001473
1474 Stability fixes and performance improvements on all platforms.
1475
1476
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000014772012-01-26: Version 3.8.9
1478
1479 Flush number string cache on GC (issue 1605).
1480
1481 Provide access to function inferred name with
1482 v8::Function::GetInferredName in V8 public API.
1483
1484 Fix building with Clang (issue 1912).
1485
1486 Reduce the space used by the stack for the profiling thread.
1487
1488 Fix misleading documentation of v8::Locker (issue 542).
1489
1490 Introduce readbinary function in d8 to read binary files.
1491
1492 Performance and stability improvements on all platforms.
1493
1494
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014952012-01-23: Version 3.8.8
1496
1497 Limited number of loop iterations in Heap::ReserveSpace
1498 (Chromium issue 99027).
1499
1500 Fixed solaris build (VirtualMemory) (issue 1761).
1501
1502 Fixed strict vs. non-strict handling of function proxies in
1503 higher-order array and string methods.
1504
1505 Enabled asynchronous remote debugging with d8 (issue 1691).
1506
1507 Stability and performance improvements on all platforms.
1508
1509
ulan@chromium.org2efb9002012-01-19 15:36:35 +000015102012-01-19: Version 3.8.7
1511
1512 Ensure that LRandom restores rsi after call to the C function on x64.
1513 (Chromium issue http://crbug.com/110509)
1514
1515 Fixing include issues on *bsd when building with scons.
1516 (issue 1897)
1517
1518 Provide a switch to specify -fno-strict-aliasing
1519 (issue 1887)
1520
1521 Move WIN32 define from standalone.gypi to common.gypi
1522 (issue 1760)
1523
1524 Fix corner-case in heap size estimation.
1525 (issue 1893)
1526
1527 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1528 (issue 1903)
1529
1530 Performance improvements and bug fixes.
1531
1532
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000015332012-01-16: Version 3.8.6
1534
1535 Add primitive WebGL array support to d8.
1536
1537 Improve heap size estimation (issue 1893).
1538
1539 Hash collision DOS workaround extended from string keys
1540 to numeric keys.
1541
1542 Provide an API for iterating through all external strings referenced
1543 from the JS heap.
1544
1545 Adjust position recorded for call expressions. http://crbug.com/109195
1546
1547 Fix GC crash related to instanceof. http://crbug.com/109448
1548
1549 Performance improvements and bug fixes.
1550
1551
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000015522012-01-05: Version 3.8.5
1553
1554 Fix broken test that assumes that no GC can clear the regexp cache (GC
1555 can happen at any time due to Crankshaft).
1556
1557 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1558
1559 Add netbsd support to gyp build.
1560
1561 Determine page size at runtime on posix platforms.
1562
1563 Ensure that store buffer filtering hash sets are cleared after
1564 StoreBuffer::Filter.
1565
1566 Randomize the seed used for string hashing. This helps guard against
1567 CPU-eating DOS attacks against node.js servers. Based on code from
1568 Bert Belder. This version only solves the issue for those that compile
1569 V8 themselves or those that do not use snapshots. A snapshot-based
1570 precompiled V8 will still have predictable string hash codes.
1571
1572 Implement callback when script finishes running in V8 API.
1573
1574 Improve performance of Math.min and Math.max for the case of two
1575 arguments. (issue 1325)
1576
1577
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000015782012-01-02: Version 3.8.4
1579
1580 Performance improvements for large Smi-only arrays.
1581
1582 Fixed InternalArrays construction. (issue 1878)
1583
1584
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000015852011-12-27: Version 3.8.3
1586
1587 Avoid embedding new space objects into code objects in the lithium gap
1588 resolver. (chromium:108296)
1589
1590 Bug fixes and performance optimizations on all platforms.
1591
1592
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015932011-12-21: Version 3.8.2
1594
1595 Add max optimization flag to v8 gyp build to ensure V8 is always built
1596 fully optimized in Chrome.
1597
1598 MIPS: Bring MIPS to parity with other platforms.
1599
1600 Optimizations and stability improvements on all platforms.
1601
1602
ricow@chromium.org7ad65222011-12-19 12:13:11 +000016032011-12-19: Version 3.8.1
1604
1605 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1606
1607 Stability improvements on all platforms.
1608
1609
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000016102011-12-13: Version 3.8.0
1611
1612 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1613
1614 Sync parser and preparser on do-while and return statements.
1615 (issue 1856)
1616
1617 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1618
1619 Stability and performance improvements on all platforms.
1620
1621
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000016222011-12-01: Version 3.7.12
1623
1624 Increase tick interval for the android platform.
1625
1626 Fix a bug in the register allocator. (chromium:105112)
1627
1628 Fix handling of recompiling code. (chromium:105375, v8:1782)
1629
1630 Start incremental marking on idle notification. (v8:1458)
1631
1632 Build fixes for various platforms.
1633
1634 Various performance improvements.
1635
1636
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000016372011-11-29: Version 3.7.11
1638
1639 Fixed bug when generating padding to ensure space for lazy
1640 deoptimization.
1641 (issue 1846)
1642
1643 Further reduced pause times due to GC.
1644
1645 Stability and performance improvements on all platforms.
1646
1647
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000016482011-11-23: Version 3.7.10
1649
1650 Set maximum length of FixedArray in terms of elements instead an
1651 absolute number of bytes.
1652 (Chromium issue 103103)
1653
1654 Stability and performance improvements on all platforms.
1655
1656
16572011-11-21: Version 3.7.9
1658
1659 Removed exit-time destructors.
1660
1661 Stability and performance improvements on all platforms.
1662
1663
ricow@chromium.org27bf2882011-11-17 08:34:43 +000016642011-11-17: Version 3.7.8
1665
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001666 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001667 function on builtins will not make the original function reappear.
1668
1669 Added NetBSD support for scons build.
1670
1671 Performance improvements on all platforms.
1672
1673
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000016742011-11-14: Version 3.7.7
1675
1676 Fix missing fast property accessors in heap snapshots.
1677 (issue 1818)
1678
1679
danno@chromium.org2c456792011-11-11 12:00:53 +000016802011-11-11: Version 3.7.6
1681
1682 Fixed filtering of store buffer for large object pages.
1683 (issue 1817)
1684
1685 Fixed generated hash function on all platforms.
1686 (issue 1808)
1687
1688 Fixed Heap::Shrink to ensure that it does not free pages that are
1689 still in use.
1690 (Chromium issue 100414)
1691
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001692 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001693
1694
danno@chromium.orgc612e022011-11-10 11:38:15 +000016952011-11-10: Version 3.7.5
1696
1697 Added initial gyp infrastructure for MIPS.
1698
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001699 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001700 collector.
1701
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001702 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001703
1704
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000017052011-11-07: Version 3.7.4
1706
1707 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1708
1709 Fix Harmony sets and maps to allow null and undefined as keys
1710 (still hidden behind --harmony flag) (issue 1622).
1711
1712 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1713
1714 Enable VFP instructions for Android.
1715
1716 Fix error handling in Date.prototype.toISOString (issue 1792).
1717
1718 Bug fixes and performance improvements for all platforms.
1719
1720 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1721
1722
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000017232011-10-28: Version 3.7.3
1724
1725 Slight deoptimization as a workaround for issue with jslint: Issue
1726 1789.
1727
1728
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000017292011-10-27: Version 3.7.2
1730
1731 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1732
1733
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000017342011-10-26: Version 3.7.1
1735
1736 Achieved 33% speedup in debug-mode tests.
1737
1738 Removed special casing of calls to RegExp test and exec methods with no
1739 argument. Now matches new JSC behaviour. crbug.com/75740.
1740
1741 Return the empty string on cyclic references in toString (ES5
1742 conformance).
1743
1744 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1745
1746 Made Math.random state per-context instead of per-process (issue 864).
1747
1748 Fixed stack traces to skip native functions.
1749
1750 Make snapshots (new contexts) smaller and faster.
1751
1752 Fixed handling of Function.apply for non-array arguments.
1753
1754 Fixed evaluation order in defineProperties to match FireFox.
1755
1756 Fixed handling of non-object receivers for array builtins,
1757 crbug.com/100702.
1758
1759 Multiple fixes to improve compliance with test262.
1760
1761 Fixed compatibility with older Android releases.
1762
1763 Fixed compilation with gcc-4.5.3.
1764
1765 Improved performance of WriteUtf8, issue 1665.
1766
1767 Made native syntax an early error in the preparser.
1768
1769 Fixed issues 793 and 893 relating to Function.prototype.bind.
1770
1771 Improved let, const, Set and Map support and other Harmony features
1772 (behind the --harmony flag).
1773
1774 Changed evaluation order for > and <= to match ES5 instead of ES3.
1775
1776 Bug fixes and performance improvements on all platforms.
1777
1778
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000017792011-10-13: Version 3.7.0
1780
1781 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1782
1783 Fixed issue 1757 (string slices of external strings).
1784
1785 Fixed issue 1759 (ARM).
1786
1787 Added flag --noclever-optimizations to disable some things that
1788 caused trouble in the past.
1789
1790 Added flag --stress-compaction for testing.
1791
1792 Added flag --harmony to activate all experimental Harmony features.
1793
1794
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017952011-10-10: Version 3.6.6
1796
1797 Added a GC pause visualization tool.
1798
1799 Added presubmit=no and werror=no flags to Makefile.
1800
1801 ES5/Test262 conformance improvements.
1802
1803 Fixed compilation issues with GCC 4.5.x (issue 1743).
1804
1805 Bug fixes and performance improvements on all platforms.
1806
1807
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000018082011-10-05: Version 3.6.5
1809
1810 New incremental garbage collector.
1811
1812 Removed the hard heap size limit (soft heap size limit is still
1813 700/1400Mbytes by default).
1814
1815 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1816
1817 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1818
1819 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1820
1821 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1822
1823 Fixed the MinGW and Windows 2000 builds.
1824
1825 Fixed "Prototype chain is not searched if named property handler does
1826 not set a property" (Issue 1636).
1827
1828 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1829
1830 Disallowed future reserved words as labels in strict mode.
1831
1832 Fixed string split to correctly coerce the separator to a string
1833 (Issue 1711).
1834
1835 API: Added an optional source length field to the Extension
1836 constructor.
1837
1838 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1839 (Issue 1573).
1840
1841 Added "native" target to Makefile for the benefit of Linux distros.
1842
1843 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1844
1845 More work on ES-Harmony proxies. Still hidden behind a flag.
1846
1847 Bug fixes and performance improvements on all platforms.
1848
1849
lrn@chromium.org34e60782011-09-15 07:25:40 +000018502011-09-15: Version 3.6.4
1851
1852 Fixed d8's broken readline history.
1853
1854 Removed the need for code delete events in CPU profiler (Issue 1466).
1855
1856 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1857
1858 Fixing parallel execution in d8 (with -p) and some memory leaks.
1859
1860 Support for precise stepping in functions compiled before debugging was
1861 started (step 1).
1862
1863
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000018642011-09-13: Version 3.6.3
1865
1866 Implemented better support of typed arrays in the d8 shell.
1867
1868 Bug fixes and performance improvements on all platforms.
1869
1870
ricow@chromium.org55ee8072011-09-08 16:33:10 +000018712011-09-08: Version 3.6.2
1872
1873 Added "dependencies" target to top-level Makefile.
1874
1875 Added ability to turn profiler on/off in d8.
1876
1877 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1878
1879 Fixed several crash bugs.
1880
1881
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000018822011-09-07: Version 3.6.1
1883
1884 Fixed a bug in abrupt exit from with or catch inside finally.
1885
1886 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1887 issue 95113).
1888
1889 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1890
1891 Fixed a few clang warnings (which -Werror treated as errors).
1892
1893 Performance improvements on all platforms.
1894
1895
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018962011-09-05: Version 3.6.0
1897
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001898 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001899
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001900 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001901
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001902 Made arguments and caller always be null on native functions
1903 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001904
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001905 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001906
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001907 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001908
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001909 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001910
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001911 Fixed a problem with large heap snapshots in Chrome DevTools
1912 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001913
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001914 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001915
1916
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000019172011-08-31: Version 3.5.10
1918
1919 Added dependency of v8_base on WinSocket2 Windows library in
1920 the GYP-build.
1921
1922 Various bugfixes.
1923
1924
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000019252011-08-29: Version 3.5.9
1926
1927 Made FromPropertyDescriptor not trigger inherited setters.
1928
1929 Fixed .gyp files to work on the ARM simulator.
1930
1931 Fixed shared library build warnings for MSVS.
1932
1933
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000019342011-08-24: Version 3.5.8
1935
1936 Added V8EXPORT attributes for v8::Array::CheckCast and
1937 v8::Number::CheckCast.
1938
1939 Made a slight API change enabling opting out from null termination
1940 in String::Write*().
1941
1942 Fixed arm build for gcc-4.6.
1943
1944
rossberg@chromium.org28a37082011-08-22 11:03:23 +000019452011-08-22: Version 3.5.7
1946
1947 Make scanner handle invalid unicode escapes in identifiers correctly.
1948
1949 Make regexp flag parsing stricter.
1950
1951 Fix several memory leaks.
1952
1953
danno@chromium.orgb6451162011-08-17 14:33:23 +000019542011-08-17: Version 3.5.6
1955
1956 Fixed issue that could cause crashes when running with --heap-stats.
1957
1958 Fixed compilation on Linux 2.6.9 and older.
1959
1960 Fixed live-object-list to work with isolates.
1961
1962 Fixed memory leaks in zones and isolates.
1963
1964 Fixed a performance regression for TypedArrays on x64.
1965
1966 Stability improvements on all platforms.
1967
1968
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000019692011-08-15: Version 3.5.5
1970
1971 Fixed bugs involving negative zero and the optimizing compiler.
1972
1973 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1974
1975 Eliminated uses of deprecated ARM instructions.
1976
1977 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1978
1979 Removed restriction on the size of disassembled code that is printed.
1980
1981
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000019822011-08-10: Version 3.5.4
1983
1984 Added a preliminary implementation of ES Harmony weak maps. Weak
1985 maps can be enabled by the flag --harmony-weakmaps.
1986
1987 Introduced a toplevel Makefile to support GYP-based building. GYP
1988 can be obtained from http://gyp.googlecode.com.
1989
1990 Fixed a bug in the length property of functions created by
1991 Function.prototype.bind.
1992
1993 Reduced malloc heap allocation on process startup.
1994
1995 Several important code generation bug fixes.
1996
1997 Performance improvements on all platforms.
1998
1999
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000020002011-08-03: Version 3.5.3
2001
2002 MIPS: Port of fix to ClassOf check from ARM.
2003 Patch from Paul Lind <plind44@gmail.com>.
2004
2005 Stopped using mprotect on Cygwin.
2006 Avoided uninitialized member warning on gcc 4.3.4
2007 Both patches by Bert Belder.
2008
2009 Bug fixes and performance improvements on all platforms.
2010
2011
vegorov@chromium.org7943d462011-08-01 11:41:52 +000020122011-08-01: Version 3.5.2
2013
2014 Performance improvements on all platforms.
2015
2016
ricow@chromium.org2c99e282011-07-28 09:15:17 +000020172011-07-28: Version 3.5.1
2018
2019 Fixed setting the readonly flag on the prototype property using the
2020 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2021
2022 Changed the tools/test.py script to use d8 instead of shell for
2023 testing.
2024
2025 Fixed crash in ToBooleanStub when GC happens during invocation.
2026
2027 Enabled automatic unboxing of double arrays.
2028
2029 Performance improvements on all platforms.
2030
2031
ricow@chromium.org9fa09672011-07-25 11:05:35 +000020322011-07-25: Version 3.5.0
2033
2034 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2035 proxies.
2036
2037 Removed logging to memory support.
2038
2039 Bugfixes and performance work.
2040
2041
rossberg@chromium.org717967f2011-07-20 13:44:42 +000020422011-07-20: Version 3.4.14
2043
2044 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2045
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002046 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002047 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002048
2049 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2050
2051
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000020522011-07-18: Version 3.4.13
2053
2054 Improved debugger support to allow inspection of optimized frames (issue
2055 1140).
2056
2057 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2058
2059 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2060
2061 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2062
2063 Simplified HClampToUint8. Patch by Andy Wingo.
2064
2065 Exposed APIs for detecting boxed primitives, native errors. Patch by
2066 Luke Zarko.
2067
2068 Added map check for COW elements to crankshaft array handling code
2069 (issue 1560).
2070
2071 Sample shell and (a light version of) D8 links against a shared library
2072 now.
2073
2074 Fixed bug in array filter and reduce functions (issue 1559).
2075
2076 Avoid TLS load in AstNode constructor.
2077
2078 Introduced a random entropy source which can optionally be provided at
2079 initialization. (Chromium issue 89462).
2080
2081
whesse@chromium.org030d38e2011-07-13 13:23:34 +000020822011-07-13: Version 3.4.12
2083
2084 Added --prof profiling option to d8 shell.
2085
2086 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2087
2088 Fixed a potential assertion failure in const declarations.
2089
2090 Fixed an assertion failure in descriptor arrays (issue 1526).
2091
2092 Enabled fast thread-local storage by default on supported platforms.
2093
2094 Improved reporting of source position for global variable loads
2095 (issue 1527).
2096
2097
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020982011-07-11: Version 3.4.11
2099
2100 Fixed MinGW32 build.
2101
2102 Fixed a GC bug with RegExp code flushing.
2103
2104 Implemented Object.defineProperty for proxies.
2105
2106 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2107
2108 Added debugger support for inspecting optimized frames (issue 1140).
2109
2110 Allowed JSObject::PreventExtensions to work for arguments objects.
2111
2112 Bugfixes and performance work.
2113
2114
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000021152011-07-06: Version 3.4.10
2116
2117 Fixed debugger not breaking on certain "if" statements (issue 1523).
2118
2119 Fixed assertion failure in runtime profiler when running on IA32
2120 without snapshot (issue 1522).
2121
2122 Fixed ABI for API calls on IA32 (for clang compatibility).
2123
2124 Introduced code flushing of RegExp code to free memory used by
2125 RegExps sooner.
2126
2127 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2128
2129 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2130
2131 Performance improvements on all platforms.
2132
2133
ricow@chromium.org4f693d62011-07-04 14:01:31 +000021342011-07-04: Version 3.4.9
2135
2136 Added support for debugger inspection of locals in optimized frames
2137 (issue 1140).
2138
2139 Fixed SConstruct to pass correct defines to samples/preparser when
2140 building with library=shared.
2141
2142 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2143
2144 Fixed a bug in Object.defineProperty on the arguments object.
2145
2146 Performance improvements on all platforms.
2147
2148
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000021492011-06-29: Version 3.4.8
2150
2151 Ensure 16-byte stack alignment on Solaris (issue 1505).
2152
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002153 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002154 that is not a smi. (issue 1246).
2155
2156
ager@chromium.org04921a82011-06-27 13:21:41 +000021572011-06-27: Version 3.4.7
2158
2159 Fixed 64-bit build on FreeBSD.
2160
2161 Added API to set the property attributes for the prototype
2162 property on functions created from FunctionTemplates.
2163
2164 Bugfixes and performance work.
2165
2166
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000021672011-06-22: Version 3.4.6
2168
2169 Lowered limit on code space for systems with low memory supply.
2170
2171 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2172
2173 Extended setBreakpoint API to accept partial script name (issue 1418).
2174
2175 Made multi-line comments not count when deciding whether the '-->'
2176 comment starter is first on a line. This matches Safari.
2177
2178 Made handling of non-array recievers in Array length setter correct
2179 (issue 1491).
2180
2181 Added ability to heap profiler to iterate over snapshot's node
2182 (issue 1481).
2183
2184
whesse@chromium.org7b260152011-06-20 15:33:18 +000021852011-06-20: Version 3.4.5
2186
2187 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2188 1476, and 1477.
2189
2190 Improved code generation for !0 and !1.
2191
2192 Reduced memory usage for regular expressions with nested qualifiers.
2193 (issue 1472)
2194
2195 Fixed V8 to count line terminators in multi-line comments.
2196 (Chromium issue 86431)
2197
2198 Fixed disassembler=on option for release-mode builds. (issue 1473)
2199
2200 Performance improvements on all platforms.
2201
2202
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000022032011-06-15: Version 3.4.4
2204
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002205 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002206
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002207 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002208
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002209 Several GYP-related changes: Added support for building Xcode project
2210 files. Make the ARM simulator build with GYP again. Generate Makefiles
2211 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002212
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002213 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2214 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002215
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002216 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002217
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002218 Handle 'undefined' correctly when === has been specialized for doubles.
2219 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002220
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002221 Corrected the limit of local variables in an optimized function from 64
2222 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002223
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002224 Correctly set ReadOnly flag on indexed properties when using the API Set
2225 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002226
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002227 Give the correct error message when Object.isExtensible is called on a
2228 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002229
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002230 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2231 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002232
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002233 Do not redefine properties unneccesarily in seal and freeze. (issue
2234 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002235
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002236 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002237
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002238 Distinguish keyed loads with a symbol key from fast elements loads,
2239 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002240
2241
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000022422011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002243
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002244 Clear the global thread table when an isolate is disposed
2245 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002246
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002247 Converted time zone name to UTF8 on Windows (issue 1290).
2248
2249 Limited the number of arguments in a function call to 32766
2250 (issue 1413).
2251
2252 Compress sources of JS libraries in addition to the snapshot.
2253
2254 Fixed a bug in Lithium environment iteration.
2255
2256 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002257
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002258
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000022592011-06-06: Version 3.4.2
2260
2261 More work on ES-Harmony proxies. Still hidden behind a flag.
2262
2263 Fixed some crash bugs and improved performance.
2264
2265 Fixed building with gdb debugging support.
2266
2267 Do not install SIGPROF handler until it is needed.
2268
2269 Added DateTimeFormat to i18n API.
2270
2271 Fixed compilation on OpenBSD.
2272
2273 Take the ulimit into account when sizing the heap. OpenBSD users
2274 may still have to increase the default ulimit to run heavy pages in
2275 the browser.
2276
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002277
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000022782011-06-01: Version 3.4.1
2279
2280 Fixed JSON stringify issue with arrays.
2281
2282 Changed calls to JS builtins to be passed undefined when called with
2283 implicit receiver.
2284
2285 Implemented the set trap for Harmony proxies. Proxies still need to
2286 be enabled with the --harmony-proxies flag.
2287
2288
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022892011-05-30: Version 3.4.0
2290
2291 Changed calls to undefined property setters to not throw (issue 1355).
2292
2293 Made RegExp objects not callable.
2294
2295 Fixed issues on special case large JSON strings in new json parser
2296 (issues http://crbug.com/83877 and http://crbug.com/84186).
2297
2298 Performance improvements on all platforms.
2299
2300
danno@chromium.org40cb8782011-05-25 07:58:50 +000023012011-05-25: Version 3.3.10
2302
2303 Fixed calls of strict mode function with an implicit receiver.
2304
2305 Fixed fast handling of arrays to properly deal with changes to the
2306 Object prototype (issue 1403).
2307
2308 Changed strict mode poison pill to be the same type error function
2309 (issue 1387).
2310
2311 Fixed a debug crash in arguments object handling (issue 1227).
2312
2313 Fixed a bug in deoptimization on x64 (issue 1404).
2314
2315 Performance improvements and bug fixes on all platforms.
2316
2317
ager@chromium.orgea91cc52011-05-23 06:06:11 +000023182011-05-23: Version 3.3.9
2319
2320 Added DateTimeFormat class to experimental i18n API.
2321
2322 Extended preparser to give early errors for some strict mode
2323 restrictions.
2324
2325 Removed legacy execScript function from V8.
2326
2327 Extended isolate API with the ability to add embedder-specific
2328 data to an isolate.
2329
2330 Added basic support for polymorphic loads from JS and external
2331 arrays.
2332
2333 Fixed bug in handling of switch statements in the optimizing
2334 compiler.
2335
2336
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000023372011-05-18: Version 3.3.8
2338
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002339 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002340 handles are independent of all other persistent handles and can be
2341 garbage collected more frequently.
2342
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002343 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002344 with the --harmony-proxies flag.
2345
2346 Performance improvements and bug fixes on all platforms.
2347
2348
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000023492011-05-16: Version 3.3.7
2350
2351 Updated MIPS infrastructure files.
2352
2353 Performance improvements and bug fixes on all platforms.
2354
2355
karlklose@chromium.org83a47282011-05-11 11:54:09 +000023562011-05-11: Version 3.3.6
2357
2358 Updated MIPS infrastructure files.
2359
2360 Added method IsCallable for Object to the API.
2361 Patch by Peter Varga.
2362
2363
lrn@chromium.org1c092762011-05-09 09:42:16 +000023642011-05-09: Version 3.3.5
2365
2366 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2367
2368 Added check that receiver is JSObject on API calls.
2369
2370 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2371 Patch by Peter Varga.
2372
2373 Added CallAsFunction method to the Object class in the API (Issue 1336).
2374 Patch by Peter Varga.
2375
2376 Added per-isolate locking and unlocking.
2377
2378 Fixed bug in x64 >>> operator (Issue 1359).
2379
2380
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000023812011-05-04: Version 3.3.4
2382
2383 Implemented API to disallow code generation from strings for a context
2384 (issue 1258).
2385
2386 Fixed bug with whitespaces in parseInt (issue 955).
2387
2388 Fixed bug with == comparison of Date objects (issue 1356).
2389
2390 Added GYP variables for ARM code generation:
2391 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2392 and v8_use_arm_eabi_hardfloat.
2393
2394
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023952011-05-02: Version 3.3.3
2396
2397 Added support for generating Visual Studio solution and project files
2398 using GYP.
2399
2400 Implemented support for ARM EABI calling convention variation where
2401 floating-point arguments are passed in registers (hardfloat).
2402
2403 Added Object::HasOwnProperty() to the API.
2404
2405 Added support for compressing startup data to reduce binary size. This
2406 includes build time support and an API for the embedder to decompress
2407 the startup data before initializing V8.
2408
2409 Reduced the profiling hooks overhead from >400% to 25% when using
2410 ll_prof.
2411
2412 Performance improvements and bug fixes on all platforms.
2413
2414
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000024152011-04-27: Version 3.3.2
2416
2417 Fixed crash bug on ARM with no VFP3 hardware.
2418
2419 Fixed compilation of V8 without debugger support.
2420
2421 Improved performance on JSLint.
2422
2423 Added support Float64 WebGL arrays.
2424
2425 Fixed crash bug in regexp replace.
2426
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002427
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000024282011-04-20: Version 3.3.1
2429
2430 Reduced V8 binary size by removing virtual functions from hydrogen.
2431
2432 Fixed crash bug on x64.
2433
2434 Performance improvements on ARM and IA32.
2435
2436
danno@chromium.org160a7b02011-04-18 15:51:38 +000024372011-04-18: Version 3.3.0
2438
2439 Fixed bug in floating point rounding in Crankshaft on ARM
2440 (issue 958)
2441
2442 Fixed a number of issues with running without VFPv3 support on ARM
2443 (issue 1315)
2444
2445 Introduced v8Locale.Collator, a partial implementation of Collator
2446 per last ECMAScript meeting + mailing list.
2447
2448 Minor performance improvements and bug fixes.
2449
2450
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000024512011-04-13: Version 3.2.10
2452
2453 Fixed bug in external float arrays on ARM (issue 1323).
2454
2455 Minor performance improvements and bug fixes.
2456
2457
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000024582011-04-11: Version 3.2.9
2459
2460 Removed support for ABI prior to EABI on ARM.
2461
2462 Fixed multiple crash bugs.
2463
2464 Added GCMole to the repository, a simple static analysis tool that
2465 searches for GC-unsafe evaluation order dependent callsites.
2466
2467 Made preparser API be exported in shared libraries.
2468
2469 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2470
2471 Fixed mutable __proto__ property if object is not extensible
2472 (Issue 1309).
2473
2474 Fixed auto suspension of the sampler thread.
2475
2476
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000024772011-04-06: Version 3.2.8
2478
2479 Exposed WebGL typed array constructors in the shell sample.
2480
2481 Performance improvements on all platforms.
2482
2483
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000024842011-04-04: Version 3.2.7
2485
2486 Disabled the original 'classic' V8 code generator. Crankshaft is
2487 now the default on all platforms.
2488
2489 Changed the heap profiler to use more descriptive names.
2490
2491 Performance and stability improvements to isolates on all platforms.
2492
2493
lrn@chromium.org7516f052011-03-30 08:52:27 +000024942011-03-30: Version 3.2.6
2495
2496 Fixed xcode build warning in shell.cc (out of order initialization).
2497
2498 Fixed null-pointer dereference in the compiler when running without
2499 SSE3 support (Chromium issue 77654).
2500
2501 Fixed x64 compilation error due to some dead code. (Issue 1286)
2502
2503 Introduced scons target to build the preparser stand-alone example.
2504
2505 Made FreeBSD build and pass all tests.
2506
2507
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000025082011-03-28: Version 3.2.5
2509
lrn@chromium.org7516f052011-03-30 08:52:27 +00002510 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002511
2512 Added Crankshaft support for external arrays.
2513
2514 Fixed two potential crash bugs.
2515
2516
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000025172011-03-23: Version 3.2.4
2518
2519 Added isolates which allows several V8 instances in the same process.
2520 This is controlled through the new Isolate class in the API.
2521
2522 Implemented more of EcmaScript 5 strict mode.
2523
2524 Reduced the time it takes to make detailed heap snapshot.
2525
2526 Added a number of commands to the ARM simulator and enhanced the ARM
2527 disassembler.
2528
2529
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000025302011-03-17: Version 3.2.3
2531
2532 Fixed a number of crash bugs.
2533
2534 Fixed Array::New(length) to return an array with a length (issue 1256).
2535
2536 Fixed FreeBSD build.
2537
2538 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2539
2540 Implemented more of EcmaScript 5 strict mode.
2541
2542 Improved Crankshaft performance on all platforms.
2543
2544
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000025452011-03-14: Version 3.2.2
2546
2547 Fixed a number of crash and correctness bugs.
2548
2549 Improved Crankshaft performance on all platforms.
2550
2551 Fixed Crankshaft on Solaris/Illumos.
2552
2553
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000025542011-03-10: Version 3.2.1
2555
2556 Fixed a number of crash bugs.
2557
2558 Improved Crankshaft for x64 and ARM.
2559
2560 Implemented more of EcmaScript 5 strict mode.
2561
2562
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000025632011-03-07: Version 3.2.0
2564
2565 Fixed a number of crash bugs.
2566
2567 Turned on Crankshaft by default on x64 and ARM.
2568
2569 Improved Crankshaft for x64 and ARM.
2570
2571 Implemented more of EcmaScript 5 strict mode.
2572
2573
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000025742011-03-02: Version 3.1.8
2575
2576 Fixed a number of crash bugs.
2577
2578 Improved Crankshaft for x64 and ARM.
2579
2580 Implemented more of EcmaScript 5 strict mode.
2581
2582 Fixed issue with unaligned reads and writes on ARM.
2583
2584 Improved heap profiler support.
2585
2586
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025872011-02-28: Version 3.1.7
2588
2589 Fixed a number of crash bugs.
2590
2591 Improved Crankshaft for x64 and ARM.
2592
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002593 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002594 arrays (http://crbug.com/73940).
2595
2596 Fixed bug in map space compaction (http://crbug.com/59688).
2597
2598 Added support for direct getter accessors calls on ARM.
2599
2600
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000026012011-02-24: Version 3.1.6
2602
2603 Fixed a number of crash bugs.
2604
2605 Added support for Cygwin (issue 64).
2606
2607 Improved Crankshaft for x64 and ARM.
2608
2609 Added Crankshaft support for stores to pixel arrays.
2610
2611 Fixed issue in CPU profiler with Crankshaft.
2612
2613
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000026142011-02-16: Version 3.1.5
2615
2616 Change RegExp parsing to disallow /(*)/.
2617
2618 Added GDB JIT support for ARM.
2619
2620 Fixed several crash bugs.
2621
2622 Performance improvements on the IA32 platform.
2623
2624
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000026252011-02-14: Version 3.1.4
2626
2627 Fixed incorrect compare of prototypes of the global object (issue
2628 1082).
2629
2630 Fixed a bug in optimizing calls to global functions (issue 1106).
2631
2632 Made optimized Function.prototype.apply safe for non-JSObject first
2633 arguments (issue 1128).
2634
2635 Fixed an error related to element accessors on Object.prototype and
2636 parser errors (issue 1130).
2637
2638 Fixed a bug in sorting an array with large array indices (issue 1131).
2639
2640 Properly treat exceptions thrown while compiling (issue 1132).
2641
2642 Fixed bug in register requirements for function.apply (issue 1133).
2643
2644 Fixed a representation change bug in the Hydrogen graph construction
2645 (issue 1134).
2646
2647 Fixed the semantics of delete on parameters (issue 1136).
2648
2649 Fixed a optimizer bug related to moving instructions with side effects
2650 (issue 1138).
2651
2652 Added support for the global object in Object.keys (issue 1150).
2653
2654 Fixed incorrect value for Math.LOG10E
2655 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2656
2657 Performance improvements on the IA32 platform.
2658
2659 Implement assignment to undefined reference in ES5 Strict Mode.
2660
2661
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000026622011-02-09: Version 3.1.3
2663
2664 Fixed a bug triggered by functions with huge numbers of declared
2665 arguments.
2666
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002667 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002668
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002669 Fixed issue where Array.prototype.__proto__ had been set to null
2670 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002671
2672 Fixed stability bugs in Crankshaft for x86.
2673
2674
ricow@chromium.org83aa5492011-02-07 12:42:56 +000026752011-02-07: Version 3.1.2
2676
2677 Added better security checks when accessing properties via
2678 Object.getOwnPropertyDescriptor.
2679
2680 Fixed bug in Object.defineProperty and related access bugs (issues
2681 992, 1083 and 1092).
2682
2683 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2684 copyright notice generation for embedders.
2685
2686
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026872011-02-02: Version 3.1.1
2688
2689 Perform security checks before fetching the value in
2690 Object.getOwnPropertyDescriptor.
2691
2692 Fixed a bug in Array.prototype.splice triggered by passing no
2693 arguments.
2694
2695 Fixed bugs in -0 in arithmetic and in Math.pow.
2696
2697 Fixed bugs in the register allocator and in switching from optimized
2698 to unoptimized code.
2699
2700
27012011-01-31: Version 3.1.0
2702
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002703 Performance improvements on all platforms.
2704
2705
ager@chromium.org378b34e2011-01-28 08:04:38 +000027062011-01-28: Version 3.0.12
2707
2708 Added support for strict mode parameter and object property
2709 validation.
2710
2711 Fixed a couple of crash bugs.
2712
2713
ager@chromium.org0ee099b2011-01-25 14:06:47 +000027142011-01-25: Version 3.0.11
2715
2716 Fixed a bug in deletion of lookup slots that could cause global
2717 variables to be accidentally deleted (http://crbug.com/70066).
2718
2719 Added support for strict mode octal literal verification.
2720
2721 Fixed a couple of crash bugs (issues 1070 and 1071).
2722
2723
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000027242011-01-24: Version 3.0.10
2725
2726 Fixed External::Wrap for 64-bit addresses (issue 1037).
2727
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002728 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002729 code generator (issue 1060).
2730
2731 Introduced partial strict mode support.
2732
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002733 Changed formatting of recursive error messages to match Firefox and
2734 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002735
2736 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002737 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002738 (issue http://crbug.com/50972).
2739
2740 Performance improvements on the IA32 platform.
2741
2742
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000027432011-01-19: Version 3.0.9
2744
2745 Added basic GDB JIT Interface integration.
2746
2747 Make invalid break/continue statements a syntax error instead of a
2748 runtime error.
2749
2750
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027512011-01-17: Version 3.0.8
2752
2753 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002754 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002755
2756 Wrapped external pointers more carefully (issue 1037).
2757
2758 Hardened the implementation of error objects to avoid setters
2759 intercepting the properties set then throwing an error.
2760
2761 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2762
2763 Performance improvements on the IA32 platform.
2764
2765
27662011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002767
2768 Stopped calling inherited setters when creating object literals
2769 (issue 1015).
2770
2771 Changed interpretation of malformed \c? escapes in RegExp to match
2772 JSC.
2773
2774 Enhanced the command-line debugger interface and fixed some minor
2775 bugs in the debugger.
2776
2777 Performance improvements on the IA32 platform.
2778
2779
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027802011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002781
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002782 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002783
2784 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002785 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002786
2787 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002788 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002789
2790 Added use_system_v8 option to gyp (off by default), to make it easier
2791 for Linux distributions to ship with system-provided V8 library.
2792
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002793 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002794
2795 Added labelled thread names to help with debugging (on Linux).
2796
2797
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027982011-01-03: Version 3.0.5
2799
2800 Fixed a couple of cast errors for gcc-3.4.3.
2801
2802 Performance improvements in GC and IA32 code generator.
2803
2804
whesse@chromium.org023421e2010-12-21 12:19:12 +000028052010-12-21: Version 3.0.4
2806
2807 Added Date::ResetCache() to the API so that the cached values in the
2808 Date object can be reset to allow live DST / timezone changes.
2809
2810 Extended existing support for printing (while debugging) the contents
2811 of objects. Added support for printing objects from release builds.
2812
2813 Fixed V8 issues 989, 1006, and 1007.
2814
2815
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000028162010-12-17: Version 3.0.3
2817
2818 Reapplied all changes for version 3.0.1.
2819
2820 Improved debugger protocol for remote debugging.
2821
2822 Added experimental support for using gyp to generate build files
2823 for V8.
2824
2825 Fixed implementation of String::Write in the API (issue 975).
2826
2827
lrn@chromium.org8541d772010-12-15 12:05:09 +000028282010-12-15: Version 3.0.2
2829
2830 Revert version 3.0.1 and patch 3.0.1.1.
2831
2832
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000028332010-12-13: Version 3.0.1
2834
2835 Added support for an experimental internationalization API as an
2836 extension. This extension is disabled by default but can be enabled
2837 when building V8. The ECMAScript internationalization strawman is
2838 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2839
2840 Made RegExp character class parsing stricter. This mirrors a change
2841 to RegExp parsing in WebKit.
2842
2843 Fixed a bug in Object.defineProperty when used to change attributes
2844 of an existing property. It incorrectly set the property value to
2845 undefined (issue 965).
2846
2847 Fixed several different compilation failures on various platforms
2848 caused by the 3.0.0 release.
2849
2850 Optimized Math.pow so it can work on unboxed doubles.
2851
2852 Sped up quoting of JSON strings by removing one traversal of the
2853 string.
2854
2855
kasperl@chromium.orga5551262010-12-07 12:49:48 +000028562010-12-07: Version 3.0.0
2857
2858 Improved performance by (partially) addressing issue 957 on
2859 IA-32. Still needs more work for the other architectures.
2860
2861
ager@chromium.orgbeb25712010-11-29 08:02:25 +000028622010-11-29: Version 2.5.9
2863
2864 Fixed crashes during GC caused by partially initialize heap
2865 objects.
2866
2867 Fixed bug in process sample that caused memory leaks.
2868
2869 Improved performance on ARM by implementing missing stubs and
2870 inlining.
2871
2872 Improved heap profiler support.
2873
2874 Added separate seeding on Windows of the random number generator
2875 used internally by the compiler (issue 936).
2876
2877 Exposed API for getting the name of the function used to construct
2878 an object.
2879
2880 Fixed date parser to handle one and two digit millisecond
2881 values (issue 944).
2882
2883 Fixed number parsing to disallow space between sign and
2884 digits (issue 946).
2885
2886
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028872010-11-23: Version 2.5.8
2888
2889 Removed dependency on Gay's dtoa.
2890
2891 Improved heap profiler precision and speed.
2892
2893 Reduced overhead of callback invocations on ARM.
2894
2895
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028962010-11-18: Version 2.5.7
2897
2898 Fixed obscure evaluation order bug (issue 931).
2899
2900 Split the random number state between JavaScript and the private API.
2901
2902 Fixed performance bug causing GCs when generating stack traces on
2903 code from very large scripts.
2904
2905 Fixed bug in parser that allowed (foo):42 as a labelled statement
2906 (issue 918).
2907
2908 Provide more accurate results about used heap size via
2909 GetHeapStatistics.
2910
2911 Allow build-time customization of the max semispace size.
2912
2913 Made String.prototype.split honor limit when separator is empty
2914 (issue 929).
2915
2916 Added missing failure check after expecting an identifier in
2917 preparser (Chromium issue 62639).
2918
2919
ager@chromium.org01fe7df2010-11-10 11:59:11 +000029202010-11-10: Version 2.5.6
2921
2922 Added support for VFP rounding modes to the ARM simulator.
2923
2924 Fixed multiplication overflow bug (issue 927).
2925
2926 Added a limit for the amount of executable memory (issue 925).
2927
2928
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000029292010-11-08: Version 2.5.5
2930
2931 Added more aggressive GC of external objects in near out-of-memory
2932 situations.
2933
2934 Fixed a bug that gave the incorrect result for String.split called
2935 on the empty string (issue 924).
2936
2937
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000029382010-11-03: Version 2.5.4
2939
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002940 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002941
2942
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000029432010-11-01: Version 2.5.3
2944
2945 Fixed a bug that prevents constants from overwriting function values
2946 in object literals (issue 907).
2947
2948 Fixed a bug with reporting of impossible nested calls of DOM functions
2949 (issue http://crbug.com/60753).
2950
2951
lrn@chromium.org303ada72010-10-27 09:33:13 +000029522010-10-27: Version 2.5.2
2953
2954 Improved sampler resolution on Linux.
2955
2956 Allowed forcing the use of a simulator from the build script
2957 independently of the host architecture.
2958
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002959 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002960
2961 Made windows-tick-processor respect D8_PATH.
2962
2963 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2964
2965
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000029662010-10-20: Version 2.5.1
2967
2968 Fixed bug causing spurious out of memory exceptions
2969 (issue http://crbug.com/54580).
2970
2971 Fixed compilation error on Solaris platform (issue 901).
2972
2973 Fixed error in strtod (string to floating point number conversion)
2974 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2975
2976 Adjusted randomized allocations of executable memory to have 64k
2977 granularity (issue http://crbug.com/56036).
2978
2979 Supported profiling using kernel perf_events on linux. Added ll_prof
2980 script to tools and --ll-prof flag to V8.
2981
2982
vegorov@chromium.org42841962010-10-18 11:18:59 +000029832010-10-18: Version 2.5.0
2984
2985 Fixed bug in cache handling of lastIndex on global regexps
2986 (issue http://crbug.com/58740).
2987
2988 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2989 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002990 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002991
2992 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2993
2994
29952010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002996
2997 Fixed a bug in the handling of conditional expressions in test
2998 contexts in compiler for top-level code.
2999
3000 Added "//@ sourceURL" information to the StackTrace API.
3001
3002 Exposed RegExp construction through the API.
3003
3004
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000030052010-10-04: Version 2.4.8
3006
3007 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3008 whole snapshot (issue 868).
3009
3010 Performance improvements on all platforms.
3011
3012
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000030132010-09-30: Version 2.4.7
3014
3015 Changed the command-line flag --max-new-space-size to be in kB and the
3016 flag --max-old-space-size to be in MB (previously they were in bytes).
3017
3018 Added Debug::CancelDebugBreak to the debugger API.
3019
3020 Fixed a bug in getters for negative numeric property names
3021 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3022
3023 Performance improvements on all platforms.
3024
3025
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000030262010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003027
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003028 Fixed assertion failure related to copy-on-write arrays (issue 876).
3029
3030 Fixed build failure of 64-bit V8 on Windows.
3031
3032 Fixed a bug in RegExp (issue http://crbug.com/52801).
3033
3034 Improved the profiler's coverage to cover more functions (issue 858).
3035
3036 Fixed error in shift operators on 64-bit V8
3037 (issue http://crbug.com/54521).
3038
3039
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000030402010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003041
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003042 Changed the RegExp benchmark to exercise the regexp engine on different
3043 inputs by scrambling the input strings.
3044
3045 Fixed a bug in keyed loads on strings.
3046
3047 Fixed a bug with loading global function prototypes.
3048
3049 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3050
3051 Performance improvements on all platforms.
3052
3053
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000030542010-09-15: Version 2.4.4
3055
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003056 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003057
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003058 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003059
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003060 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003061
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003062 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003063
3064
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000030652010-09-13: Version 2.4.3
3066
3067 Made Date.parse properly handle TZ offsets (issue 857).
3068
3069 Performance improvements on all platforms.
3070
3071
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000030722010-09-08: Version 2.4.2
3073
3074 Fixed GC crash bug.
3075
3076 Fixed stack corruption bug.
3077
3078 Fixed compilation for newer C++ compilers that found Operand(0)
3079 ambiguous.
3080
3081
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000030822010-09-06: Version 2.4.1
3083
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003084 Added the ability for an embedding application to receive a callback
3085 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3086 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003087
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003088 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003089
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003090 Fixed memory overrun crash bug triggered during V8's tick-based
3091 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003092
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003093 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003094
3095
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030962010-09-01: Version 2.4.0
3097
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003098 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3099 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003100
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003101 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003102 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003103
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003104 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003105
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003106 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003107
3108
ricow@chromium.org65fae842010-08-25 15:26:24 +000031092010-08-25: Version 2.3.11
3110
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003111 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003112
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003113 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003114 VARIANT_FLAGS that allows specification of sets of flags with which
3115 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003116
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003117 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003118
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003119 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003120
3121
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000031222010-08-23: Version 2.3.10
3123
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003124 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003125
3126 Build fixes for unusual compilers.
3127
3128 Track high water mark for RWX memory.
3129
3130 Performance improvements on all platforms.
3131
3132
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000031332010-08-18: Version 2.3.9
3134
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003135 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003136
3137 Removed specialized handling of GCC 4.4 (issue 830).
3138
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003139 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003140 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3141
ricow@chromium.org65fae842010-08-25 15:26:24 +00003142 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003143
3144
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000031452010-08-16: Version 2.3.8
3146
3147 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3148
3149 Fixed issue with incorrect handling of custom valueOf methods on
3150 string wrappers (issue 760).
3151
3152 Fixed compilation for ARMv4 (issue 590).
3153
3154 Improved performance.
3155
3156
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000031572010-08-11: Version 2.3.7
3158
3159 Reduced size of heap snapshots produced by heap profiler (issue 783).
3160
3161 Introduced v8::Value::IsRegExp method.
3162
3163 Fixed CPU profiler crash in start / stop sequence when non-existent
3164 name is passed (issue http://crbug.com/51594).
3165
3166 Introduced new indexed property query callbacks API (issue 816). This
3167 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3168 by default.
3169
3170 Removed support for object literal get/set with number/string
3171 property name.
3172
3173 Fixed handling of JSObject::elements in CalculateNetworkSize
3174 (issue 822).
3175
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003176 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003177
3178
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000031792010-08-09: Version 2.3.6
3180
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003181 RegExp literals create a new object every time they are evaluated
3182 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003183
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003184 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003185
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003186 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003187
3188
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031892010-08-04: Version 2.3.5
3190
3191 Added support for ES5 property names. Object initialisers and
3192 dot-notation property access now allows keywords. Also allowed
3193 non-identifiers after "get" or "set" in an object initialiser.
3194
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003195 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003196
3197
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031982010-08-02: Version 2.3.4
3199
3200 Fixed problems in implementation of ES5 function.prototype.bind.
3201
3202 Fixed error when using apply with arguments object on ARM (issue 784).
3203
3204 Added setting of global flags to debugger protocol.
3205
3206 Fixed an error affecting cached results of sin and cos (issue 792).
3207
3208 Removed memory leak from a boundary case where V8 is not initialized.
3209
3210 Fixed issue where debugger could set breakpoints outside the body
3211 of a function.
3212
3213 Fixed issue in debugger when using both live edit and step in features.
3214
3215 Added Number-letter (Nl) category to Unicode tables. These characters
3216 can now be used in identifiers.
3217
3218 Fixed an assert failure on X64 (issue 806).
3219
3220 Performance improvements on all platforms.
3221
3222
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000032232010-07-26: Version 2.3.3
3224
3225 Fixed error when building the d8 shell in a fresh checkout.
3226
3227 Implemented Function.prototype.bind (ES5 15.3.4.5).
3228
3229 Fixed an error in inlined stores on ia32.
3230
3231 Fixed an error when setting a breakpoint at the end of a function
3232 that does not end with a newline character.
3233
3234 Performance improvements on all platforms.
3235
3236
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000032372010-07-21: Version 2.3.2
3238
3239 Fixed compiler warnings when building with LLVM.
3240
3241 Fixed a bug with for-in applied to strings (issue 785).
3242
3243 Performance improvements on all platforms.
3244
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003245
ricow@chromium.org4980dff2010-07-19 08:33:45 +000032462010-07-19: Version 2.3.1
3247
3248 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3249
3250 Fixed bug related to code flushing while compiling a lazy
3251 compilable function (issue http://crbug.com/49099).
3252
3253 Performance improvements on all platforms.
3254
3255
ager@chromium.orgb5737492010-07-15 09:29:43 +000032562010-07-15: Version 2.3.0
3257
3258 Added ES5 Object.seal and Object.isSealed.
3259
3260 Added debugger API for scheduling debugger commands from a
3261 separate thread.
3262
3263
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000032642010-07-14: Version 2.2.24
3265
3266 Added API for capturing stack traces for uncaught exceptions.
3267
3268 Fixed crash bug when preparsing from a non-external V8 string
3269 (issue 775).
3270
3271 Fixed JSON.parse bug causing input not to be converted to string
3272 (issue 764).
3273
3274 Added ES5 Object.freeze and Object.isFrozen.
3275
3276 Performance improvements on all platforms.
3277
3278
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000032792010-07-07: Version 2.2.23
3280
3281 API change: Convert Unicode code points outside the basic multilingual
3282 plane to the replacement character. Previous behavior was to silently
3283 truncate the value to 16 bits.
3284
3285 Fixed crash: handle all flat string types in regexp replace.
3286
3287 Prevent invalid pre-parsing data passed in through the API from
3288 crashing V8.
3289
3290 Performance improvements on all platforms.
3291
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003292
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032932010-07-05: Version 2.2.22
3294
3295 Added ES5 Object.isExtensible and Object.preventExtensions.
3296
3297 Enabled building V8 as a DLL.
3298
3299 Fixed a bug in date code where -0 was not interpreted as 0
3300 (issue 736).
3301
3302 Performance improvements on all platforms.
3303
3304
lrn@chromium.org32d961d2010-06-30 09:09:34 +000033052010-06-30: Version 2.2.21
3306
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003307 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003308
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003309 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003310
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003311 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003312
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003313 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003314
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003315 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003316
3317 Provide actual breakpoints locations in response to setBreakpoint
3318 and listBreakpoints requests.
3319
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003320
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000033212010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003322
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003323 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003324
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003325 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003326
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003327 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003328
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003329 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003330 miscalculated for some inputs.
3331
3332 Performance improvements on all platforms.
3333
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003334
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000033352010-06-23: Version 2.2.19
3336
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003337 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003338 (issue 738).
3339
3340 Added expose-externalize-string flag for testing extensions.
3341
3342 Resolve linker issues with using V8 as a DLL causing a number of
3343 problems with unresolved symbols.
3344
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003345 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003346 defined.
3347
3348 Performance improvements on all platforms.
3349
3350
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000033512010-06-16: Version 2.2.18
3352
3353 Added API functions to retrieve information on indexed properties
3354 managed by the embedding layer. Fixes bug 737.
3355
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003356 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003357
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003358 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003359
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003360 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003361
3362 Incremental performance improvements.
3363
3364
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000033652010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003366
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003367 Improved debugger support for stepping out of functions.
3368
3369 Incremental performance improvements.
3370
3371
33722010-06-09: Version 2.2.16
3373
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003374 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003375 disposal of external string resources to call a virtual Dispose
3376 method on the resource.
3377
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003378 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003379 stepping.
3380
3381 Memory usage improvements on all platforms.
3382
3383
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000033842010-06-07: Version 2.2.15
3385
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003386 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003387
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003388 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003389 some compilers complaint when compiling with -Werror.
3390
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003391 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003392
3393
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033942010-06-02: Version 2.2.14
3395
3396 Fixed a crash in code generated for String.charCodeAt.
3397
3398 Fixed a compilation issue with some GCC versions (issue 727).
3399
3400 Performance optimizations on x64 and ARM platforms.
3401
3402
ricow@chromium.org30ce4112010-05-31 10:38:25 +000034032010-05-31: Version 2.2.13
3404
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003405 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003406 strings (issue 599).
3407
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003408 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003409
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003410 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003411
3412 Performance improvements on all platforms.
3413
3414
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000034152010-05-26: Version 2.2.12
3416
3417 Allowed accessors to be defined on objects rather than just object
3418 templates.
3419
3420 Changed the ScriptData API.
3421
3422
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000034232010-05-21: Version 2.2.11
3424
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003425 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003426
3427 Use 'full compiler' when debugging is active. This should increase
3428 the density of possible break points, making single step more fine
3429 grained. This will only take effect for functions compiled after
3430 debugging has been started, so recompilation of all functions is
3431 required to get the full effect. IA32 and x64 only for now.
3432
3433 Misc. fixes to the Solaris build.
3434
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003435 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003436
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003437 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003438
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003439 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003440
3441 Incremental performance improvements in all backends.
3442
3443
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000034442010-05-17: Version 2.2.10
3445
3446 Performance improvements in the x64 and ARM backends.
3447
3448
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000034492010-05-10: Version 2.2.9
3450
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003451 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003452
3453 Fixed bug with Date.parse returning a non-NaN value when called on a
3454 non date string (issue 696).
3455
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003456 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003457 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003458
3459 C++ API for retrieving JavaScript stack trace information.
3460
3461
ager@chromium.orgac091b72010-05-05 07:34:42 +000034622010-05-05: Version 2.2.8
3463
3464 Performance improvements in the x64 and ARM backends.
3465
3466
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000034672010-05-03: Version 2.2.7
3468
3469 Added support for ES5 date time string format to Date.parse.
3470
3471 Performance improvements in the x64 backend.
3472
3473
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000034742010-04-28: Version 2.2.6
3475
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003476 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003477 (by Ryan Dahl <coldredlemur@gmail.com>).
3478
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003479 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003480
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003481 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003482
3483 Performance improvements on all platforms.
3484
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003485
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000034862010-04-26: Version 2.2.5
3487
3488 Various performance improvements (especially for ARM and x64)
3489
3490 Fixed bug in CPU profiling (http://crbug.com/42137)
3491
3492 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003493
3494 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003495 wrong calculations.
3496
3497 Fixed a bug that may cause a wrong result for shift operations.
3498
3499
35002010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003501
3502 Fixed warnings on arm on newer GCC versions.
3503
3504 Fixed a number of minor bugs.
3505
3506 Performance improvements on all platforms.
3507
3508
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000035092010-04-14: Version 2.2.3
3510
3511 Added stack command and mem command to ARM simulator debugger.
3512
3513 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3514
3515 Performance improvements on all platforms.
3516
3517
ager@chromium.org357bf652010-04-12 11:30:10 +000035182010-04-12: Version 2.2.2
3519
3520 Introduced new profiler API.
3521
3522 Fixed random number generator to produce full 32 random bits.
3523
3524
lrn@chromium.org25156de2010-04-06 13:10:27 +000035252010-04-06: Version 2.2.1
3526
3527 Debugger improvements.
3528
3529 Fixed minor bugs.
3530
3531
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000035322010-03-29: Version 2.2.0
3533
3534 Fixed a few minor bugs.
3535
3536 Performance improvements for string operations.
3537
3538
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000035392010-03-26: Version 2.1.10
3540
3541 Fixed scons build issues.
3542
3543 Fixed a couple of minor bugs.
3544
3545
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000035462010-03-25: Version 2.1.9
3547
3548 Added API support for reattaching a global object to a context.
3549
3550 Extended debugger API with access to the internal debugger context.
3551
3552 Fixed Chromium crashes (issues http://crbug.com/39128 and
3553 http://crbug.com/39160)
3554
3555
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000035562010-03-24: Version 2.1.8
3557
3558 Added fine-grained garbage collection callbacks to the API.
3559
3560 Performance improvements on all platforms.
3561
3562
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000035632010-03-22: Version 2.1.7
3564
3565 Fixed issue 650.
3566
3567 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003568
3569 Performance improvements for arithmetic operations.
3570
3571 Performance improvements for string operations.
3572
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003573 Print script name and line number information in stack trace.
3574
3575
35762010-03-17: Version 2.1.6
3577
3578 Performance improvements for arithmetic operations.
3579
3580 Performance improvements for string operations.
3581
3582
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000035832010-03-10: Version 2.1.4
3584
3585 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3586
3587 Performance improvements on all platforms.
3588
3589
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035902010-03-10: Version 2.1.3
3591
3592 Added API method for context-disposal notifications.
3593
3594 Added API method for accessing elements by integer index.
3595
3596 Added missing implementation of Uint32::Value and Value::IsUint32
3597 API methods.
3598
3599 Added IsExecutionTerminating API method.
3600
3601 Disabled strict aliasing for GCC 4.4.
3602
3603 Fixed string-concatenation bug (issue 636).
3604
3605 Performance improvements on all platforms.
3606
3607
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000036082010-02-23: Version 2.1.2
3609
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003610 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003611
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003612 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003613
3614 Performance improvements on all platforms.
3615
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003616
ager@chromium.org5c838252010-02-19 08:53:10 +000036172010-02-19: Version 2.1.1
3618
3619 [ES5] Implemented Object.defineProperty.
3620
3621 Improved profiler support.
3622
3623 Added SetPrototype method in the public V8 API.
3624
3625 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3626 objects in the API.
3627
3628 Performance improvements on all platforms.
3629
3630
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000036312010-02-03: Version 2.1.0
3632
3633 Values are now always wrapped in objects when used as a receiver.
3634 (issue 223).
3635
3636 [ES5] Implemented Object.getOwnPropertyNames.
3637
3638 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3639 JSON grammar.
3640
3641 Improvement of debugger agent (issue 549 and 554).
3642
3643 Fixed problem with skipped stack frame in profiles (issue 553).
3644
3645 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3646 <ry@tinyclouds.org>.
3647
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003648 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003649 integers.
3650
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003651 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003652 functions (isue http://crbug.com/3867).
3653
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003654 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003655
3656 Numerous performance improvements including porting of previous IA-32
3657 optimizations to x64 and ARM architectures.
3658
3659
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000036602010-01-14: Version 2.0.6
3661
3662 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3663 GetOwnProperty, FromPropertyDescriptor.
3664
3665 Fixed Mac x64 build errors.
3666
3667 Improved performance of some math and string operations.
3668
3669 Improved performance of some regexp operations.
3670
3671 Improved performance of context creation.
3672
3673 Improved performance of hash tables.
3674
3675
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000036762009-12-18: Version 2.0.5
3677
3678 Extended to upper limit of map space to allow for 7 times as many map
3679 to be allocated (issue 524).
3680
3681 Improved performance of code using closures.
3682
3683 Improved performance of some binary operations involving doubles.
3684
3685
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000036862009-12-16: Version 2.0.4
3687
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003688 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003689
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003690 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003691
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003692 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003693
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003694 Improved handling of external strings by using a separate table
3695 instead of weak handles. This improves garbage collection
3696 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003697
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003698 Changed code generation for object and array literals in toplevel
3699 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003700
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003701 Fixed a crash bug triggered when garbage collection happened during
3702 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003703
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003704 Fixed crash bug sometimes triggered when local variables shadowed
3705 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003706
3707
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000037082009-12-03: Version 2.0.3
3709
3710 Optimized handling and adding of strings, for-in and Array.join.
3711
3712 Heap serialization is now non-destructive.
3713
3714 Improved profiler support with information on time spend in C++
3715 callbacks registered through the API.
3716
3717 Added commands to the debugger protocol for starting/stopping
3718 profiling.
3719
3720 Enabled the non-optimizing compiler for top-level code.
3721
3722 Changed the API to only allow strings to be set as data objects on
3723 Contexts and scripts to avoid potentially keeping global objects
3724 around for too long (issue 528).
3725
3726 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3727
3728 Fixed bugs.
3729
3730
ager@chromium.org01beca72009-11-24 14:29:16 +000037312009-11-24: Version 2.0.2
3732
3733 Improved profiler support.
3734
3735 Fixed bug that broke compilation of d8 with readline support.
3736
3737
ager@chromium.org6141cbe2009-11-20 12:14:52 +000037382009-11-20: Version 2.0.1
3739
3740 Fixed crash bug in String.prototype.replace.
3741
3742 Reverted a change which caused Chromium interactive ui test
3743 failures.
3744
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003745
ager@chromium.orgc4c92722009-11-18 14:12:51 +000037462009-11-18: Version 2.0.0
3747
3748 Added support for VFP on ARM.
3749
3750 Added TryCatch::ReThrow method to the API.
3751
3752 Reduced the size of snapshots and improved the snapshot load time.
3753
3754 Improved heap profiler support.
3755
3756 64-bit version now supported on Windows.
3757
3758 Fixed a number of debugger issues.
3759
3760 Fixed bugs.
3761
3762
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000037632009-10-29: Version 1.3.18
3764
3765 Reverted a change which caused crashes in RegExp replace.
3766
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003767 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003768
3769
ager@chromium.org3811b432009-10-28 14:53:37 +000037702009-10-28: Version 1.3.17
3771
3772 Added API method to get simple heap statistics.
3773
3774 Improved heap profiler support.
3775
3776 Fixed the implementation of the resource constraint API so it
3777 works when using snapshots.
3778
3779 Fixed a number of issues in the Windows 64-bit version.
3780
3781 Optimized calls to API getters.
3782
3783 Added valgrind notification on code modification to the 64-bit version.
3784
3785 Fixed issue where we logged shared library addresses on Windows at
3786 startup and never used them.
3787
3788
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037892009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003790
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003791 X64: Convert smis to holding 32 bits of payload.
3792
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003793 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003794
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003795 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003796
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003797 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003798 Patch by Jan de Mooij <jandemooij@gmail.com>
3799
3800 Implement ES5 Array.isArray
3801 Patch by Jan de Mooij <jandemooij@gmail.com>
3802
3803 Skip access checks for hidden properties.
3804
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003805 Added String::Concat(Handle<String> left, Handle<String> right) to the
3806 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003807
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003808 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003809
3810
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000038112009-10-07: Version 1.3.15
3812
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003813 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003814
3815 Fixed a crash bug happening when starting profiling (issue
3816 http://crbug.com/23768).
3817
3818
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000038192009-10-07: Version 1.3.14
3820
3821 Added GetRealNamedProperty to the API to lookup real properties
3822 located on the object or in the prototype chain skipping any
3823 interceptors.
3824
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003825 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003826 stack limit now needs to be set to each thread thich is used with V8.
3827
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003828 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003829
3830 Ensure V8 is initialized before locking and unlocking threads.
3831
3832 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003833 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003834 Crockford from the project.
3835
3836 Added a missing optimization in StringCharAt.
3837
3838 Fixed some flaky socket tests.
3839
3840 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3841 in 64-bit mode.
3842
3843 Fixed memory leaks in the thread management code.
3844
3845 Fixed the result of assignment to a pixel array. The assigned value
3846 is now the result.
3847
3848 Error reporting for invalid left-hand sides in for-in statements, pre-
3849 and postfix count expressions, and assignments now matches the JSC
3850 behavior in Safari 4.
3851
3852 Follow the spec in disallowing function declarations without a name.
3853
3854 Always allocate code objects within a 2 GB range. On x64 architecture
3855 this is used to use near calls (32-bit displacement) in Code objects.
3856
3857 Optimized array construction ported to x64 and ARM architectures.
3858
3859 [ES5] Changed Object.keys to return strings for element indices.
3860
3861
ager@chromium.org68e7ab72009-09-23 09:40:39 +000038622009-09-23: Version 1.3.13
3863
3864 Fixed uninitialized memory problem.
3865
3866 Improved heap profiler support.
3867
3868
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000038692009-09-22: Version 1.3.12
3870
3871 Changed behavior of |function|.toString() on built-in functions to
3872 be compatible with other implementations. Patch by Jan de Mooij.
3873
3874 Added Object::IsDirty in the API.
3875
3876 Optimized array construction; it is now handled purely in native
3877 code.
3878
3879 [ES5] Made properties of the arguments array enumerable.
3880
3881 [ES5] Added test suite adapter for the es5conform test suite.
3882
3883 [ES5] Added Object.keys function.
3884
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003885
ager@chromium.org4af710e2009-09-15 12:20:11 +000038862009-09-15: Version 1.3.11
3887
3888 Fixed crash in error reporting during bootstrapping.
3889
3890 Optimized generated IA32 math code by using SSE2 instructions when
3891 available.
3892
3893 Implemented missing pieces of debugger infrastructure on ARM. The
3894 debugger is now fully functional on ARM.
3895
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003896 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003897
3898
ager@chromium.orga1645e22009-09-09 19:27:10 +000038992009-09-09: Version 1.3.10
3900
3901 Fixed profiler on Mac in 64-bit mode.
3902
3903 Optimized creation of objects from simple constructor functions on
3904 ARM.
3905
3906 Fixed a number of debugger issues.
3907
3908 Reduced the amount of memory consumed by V8.
3909
3910
ager@chromium.org18ad94b2009-09-02 08:22:29 +000039112009-09-02: Version 1.3.9
3912
3913 Optimized stack guard checks on ARM.
3914
3915 Optimized API operations by inlining more in the API.
3916
3917 Optimized creation of objects from simple constructor functions.
3918
3919 Enabled a number of missing optimizations in the 64-bit port.
3920
3921 Implemented native-code support for regular expressions on ARM.
3922
3923 Stopped using the 'sahf' instruction on 64-bit machines that do
3924 not support it.
3925
3926 Fixed a bug in the support for forceful termination of JavaScript
3927 execution.
3928
3929
ager@chromium.org96c75b52009-08-26 09:13:16 +000039302009-08-26: Version 1.3.8
3931
3932 Changed the handling of idle notifications to allow idle
3933 notifications when V8 has not yet been initialized.
3934
3935 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003936
ager@chromium.org96c75b52009-08-26 09:13:16 +00003937
ager@chromium.orgab99eea2009-08-25 07:05:41 +000039382009-08-25: Version 1.3.7
3939
3940 Reduced the size of generated code on ARM platforms by reducing
3941 the size of constant pools.
3942
3943 Changed build files to not include the 'ENV' user environment
3944 variable in the build environment.
3945
3946 Changed the handling of idle notifications.
3947
3948
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000039492009-08-21: Version 1.3.6
3950
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003951 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003952
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003953 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003954 a low memory situation to V8.
3955
3956 Changed the handling of global handles (persistent handles in the API
3957 sense) to avoid issues regarding allocation of new global handles
3958 during weak handle callbacks.
3959
3960 Changed the growth policy of the young space.
3961
3962 Fixed a GC issue introduced in version 1.3.5.
3963
3964
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000039652009-08-19: Version 1.3.5
3966
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003967 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003968
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003969 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003970
3971 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3972
3973 Changed typeof RegExp from 'object' to 'function' for compatibility.
3974 Fixed bug where regexps were not callable across contexts.
3975
3976 Added context independent script compilation to the API.
3977
3978 Added API call to get the stack trace for an exception.
3979
3980 Added API for getting object mirrors.
3981
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003982 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003983 running off a snapshot generated without using SSE3 instructions.
3984
3985 Tweaked the handling of the initial size and growth policy of the heap.
3986
3987 Added native code generation for RegExp to 64-bit version.
3988
3989 Added JavaScript debugger support to 64-bit version.
3990
3991
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039922009-08-13: Version 1.3.4
3993
3994 Added a readline() command to the d8 shell.
3995
3996 Fixed bug in json parsing.
3997
3998 Added idle notification to the API and reduced memory on idle
3999 notifications.
4000
4001
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000040022009-08-12: Version 1.3.3
4003
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004004 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004005
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004006 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004007
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004008 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004009
4010 API: added function to find instance of template in prototype
4011 chain. Inlined Object::IsInstanceOf.
4012
4013 Land change to notify valgrind when we modify code on x86.
4014
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004015 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004017 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004018
4019
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000040202009-08-05: Version 1.3.2
4021
4022 Started new compiler infrastructure for two-pass compilation using a
4023 control flow graph constructed from the AST.
4024
4025 Profiler stack sampling for X64.
4026
4027 Safe handling of NaN to Posix platform-dependent time functions.
4028
4029 Added a new profiler control API to unify controlling various aspects
4030 of profiling.
4031
4032 Fixed issue 392.
4033
4034
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000040352009-07-30: Version 1.3.1
4036
4037 Speed improvements to accessors and interceptors.
4038
4039 Added support for capturing stack information on custom errors.
4040
4041 Added support for morphing an object into a pixel array where its
4042 indexed properties are stored in an external byte array. Values written
4043 are always clamped to the 0..255 interval.
4044
4045 Profiler on x64 now handles C/C++ functions from shared libraries.
4046
4047 Changed the debugger to avoid stepping into function.call/apply if the
4048 function is a built-in.
4049
4050 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004051
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004052 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004053
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004054 Optimized the called as constructor check for API calls.
4055
4056
kasperl@chromium.orge959c182009-07-27 08:59:04 +000040572009-07-27: Version 1.3.0
4058
4059 Allowed RegExp objects to be called as functions (issue 132).
4060
4061 Fixed issue where global property cells would escape after
4062 detaching the global object; see http://crbug.com/16276.
4063
4064 Added support for stepping into setters and getters in the
4065 debugger.
4066
4067 Changed the debugger to avoid stopping in its own JavaScript code
4068 and in the code of built-in functions.
4069
4070 Fixed issue 345 by avoiding duplicate escaping labels.
4071
4072 Fixed ARM code generator crash in short-circuited boolean
4073 expressions and added regression tests.
4074
4075 Added an external allocation limit to avoid issues where small V8
4076 objects would hold on to large amounts of external memory without
4077 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004078
4079 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004080
4081
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000040822009-07-13: Version 1.2.14
4083
4084 Added separate paged heap space for global property cells and
4085 avoid updating the write barrier when storing into them.
4086
4087 Improved peep-hole optimization on ARM platforms by not emitting
4088 unnecessary debug information.
4089
4090 Re-enabled ICs for loads and calls that skip a global object
4091 during lookup through the prototype chain.
4092
4093 Allowed access through global proxies to use ICs.
4094
4095 Fixed issue 401.
4096
4097
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040982009-07-09: Version 1.2.13
4099
4100 Fixed issue 397, issue 398, and issue 399.
4101
4102 Added support for breakpoint groups.
4103
4104 Fixed bugs introduced with the new global object representation.
4105
4106 Fixed a few bugs in the ARM code generator.
4107
4108
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000041092009-07-06: Version 1.2.12
4110
4111 Added stack traces collection to Error objects accessible through
4112 the e.stack property.
4113
4114 Changed RegExp parser to use a recursive data structure instead of
4115 stack-based recursion.
4116
4117 Optimized Date object construction and string concatenation.
4118
4119 Improved performance of div, mod, and mul on ARM platforms.
4120
4121
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000041222009-07-02: Version 1.2.11
4123
4124 Improved performance on IA-32 and ARM.
4125
4126 Fixed profiler sampler implementation on Mac OS X.
4127
4128 Changed the representation of global objects to improve
4129 performance of adding a lot of new properties.
4130
4131
ager@chromium.org3e875802009-06-29 08:26:34 +000041322009-06-29: Version 1.2.10
4133
4134 Improved debugger support.
4135
4136 Fixed bug in exception message reporting (issue 390).
4137
4138 Improved overall performance.
4139
4140
ager@chromium.org5aa501c2009-06-23 07:57:28 +000041412009-06-23: Version 1.2.9
4142
4143 Improved math performance on ARM.
4144
4145 Fixed profiler name-inference bug.
4146
4147 Fixed handling of shared libraries in the profiler tick processor
4148 scripts.
4149
4150 Fixed handling of tests that time out in the test scripts.
4151
4152 Fixed compilation on MacOS X version 10.4.
4153
4154 Fixed two bugs in the regular expression engine.
4155
4156 Fixed a bug in the string type inference.
4157
4158 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004159
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004160 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004161
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004162
ager@chromium.orgeadaf222009-06-16 09:43:10 +000041632009-06-16: Version 1.2.8
4164
4165 Optimized math on ARM platforms.
4166
4167 Fixed two crash bugs in the handling of getters and setters.
4168
4169 Improved the debugger support by adding scope chain information.
4170
4171 Improved the profiler support by compressing log data transmitted
4172 to clients.
4173
4174 Improved overall performance.
4175
4176
ager@chromium.orge2902be2009-06-08 12:21:35 +000041772009-06-08: Version 1.2.7
4178
4179 Improved debugger and profiler support.
4180
4181 Reduced compilation time by improving the handling of deferred
4182 code.
4183
4184 Optimized interceptor accesses where the property is on the object
4185 on which the interceptors is attached.
4186
4187 Fixed compilation problem on GCC 4.4 by changing the stack
4188 alignment to 16 bytes.
4189
4190 Fixed handle creation to follow stric aliasing rules.
4191
4192 Fixed compilation on FreeBSD.
4193
4194 Introduced API for forcing the deletion of a property ignoring
4195 interceptors and attributes.
4196
4197
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041982009-05-29: Version 1.2.6
4199
4200 Added a histogram recording hit rates at different levels of the
4201 compilation cache.
4202
4203 Added stack overflow check for the RegExp analysis phase. Previously a
4204 very long regexp graph could overflow the stack with recursive calls.
4205
4206 Use a dynamic buffer when collecting log events in memory.
4207
4208 Added start/stop events to the profiler log.
4209
4210 Fixed infinite loop which could happen when setting a debug break while
4211 executing a RegExp compiled to native code.
4212
4213 Fixed handling of lastIndexOf called with negative index (issue 351).
4214
4215 Fixed irregular crash in profiler test (issue 358).
4216
4217 Fixed compilation issues with some versions of gcc.
4218
4219
kasperl@chromium.org71affb52009-05-26 05:44:31 +000042202009-05-26: Version 1.2.5
4221
4222 Fixed bug in initial boundary check for Boyer-Moore text
4223 search (issue 349).
4224
4225 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4226 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4227 Craig Schlenter.
4228
4229 Added a script cache to the debugger.
4230
4231 Optimized compilation performance by improving internal data
4232 structures and avoiding expensive property load optimizations for
4233 code that's infrequently executed.
4234
4235 Exposed the calling JavaScript context through the static API
4236 function Context::GetCalling().
4237
4238
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000042392009-05-18: Version 1.2.4
4240
4241 Improved performance of floating point number allocation for ARM
4242 platforms.
4243
4244 Fixed crash when using the instanceof operator on functions with
4245 number values in their prototype chain (issue 341).
4246
4247 Optimized virtual frame operations in the code generator to speed
4248 up compilation time and allocated the frames in the zone.
4249
4250 Made the representation of virtual frames and jump targets in the
4251 code generator much more compact.
4252
4253 Avoided linear search for non-locals in scope code when resolving
4254 variables inside with and eval scopes.
4255
4256 Optimized lexical scanner by dealing with whitespace as part of
4257 the token scanning instead of as a separate step before it.
4258
4259 Changed the scavenging collector so that promoted objects do not
4260 reside in the old generation while their remembered set is being
4261 swept for pointers into the young generation.
4262
4263 Fixed numeric overflow handling when compiling count operations.
4264
4265
ager@chromium.org9085a012009-05-11 19:22:57 +000042662009-05-11: Version 1.2.3
4267
4268 Fixed bug in reporting of out-of-memory situations.
4269
4270 Introduced hidden prototypes on certain builtin prototype objects
4271 such as String.prototype to emulate JSC's behavior of restoring
4272 the original function when deleting functions from those prototype
4273 objects.
4274
4275 Fixed crash bug in the register allocator.
4276
4277
ager@chromium.org5ec48922009-05-05 07:25:34 +000042782009-05-04: Version 1.2.2
4279
4280 Fixed bug in array sorting for sparse arrays (issue 326).
4281
4282 Added support for adding a soname when building a shared library
4283 on Linux (issue 151).
4284
4285 Fixed bug caused by morphing internal ASCII strings to external
4286 two-byte strings. Slices over ASCII strings have to forward ASCII
4287 checks to the underlying buffer string.
4288
4289 Allowed API call-as-function handlers to be called as
4290 constructors.
4291
4292 Fixed a crash bug where an external string was disposed but a
4293 slice of the external string survived as a symbol.
4294
4295
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042962009-04-27: Version 1.2.1
4297
4298 Added EcmaScript 5 JSON object.
4299
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004300 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004301
4302
ager@chromium.org65dad4b2009-04-23 08:48:43 +000043032009-04-23: Version 1.2.0
4304
4305 Optimized floating-point operations on ARM.
4306
4307 Added a number of extensions to the debugger API.
4308
4309 Changed the enumeration order for unsigned integer keys to always
4310 be numerical order.
4311
4312 Added a "read" extension to the shell sample.
4313
4314 Added support for Array.prototype.reduce and
4315 Array.prototype.reduceRight.
4316
4317 Added an option to the SCons build to control Microsoft Visual C++
4318 link-time code generation.
4319
4320 Fixed a number of bugs (in particular issue 315, issue 316,
4321 issue 317 and issue 318).
4322
4323
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000043242009-04-15: Version 1.1.10
4325
4326 Fixed crash bug that occurred when loading a const variable in the
4327 presence of eval.
4328
4329 Allowed using with and eval in registered extensions in debug mode
4330 by fixing bogus assert.
4331
4332 Fixed the source position for function returns to enable the
4333 debugger to break there.
4334
4335
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000043362009-04-14: Version 1.1.9
4337
4338 Made the stack traversal code in the profiler robust by avoiding
4339 to look into the heap.
4340
4341 Added name inferencing for anonymous functions to facilitate
4342 debugging and profiling.
4343
4344 Re-enabled stats timers in the developer shell (d8).
4345
4346 Fixed issue 303 by avoiding to shortcut cons-symbols.
4347
4348
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000043492009-04-11: Version 1.1.8
4350
4351 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4352
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004353 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004354 the debugger (issue 269).
4355
4356 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4357 are no hidden properties.
4358
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004359 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004360 entries with deleted resources would lead to NPEs when looking
4361 up in the symbol table.
4362
4363
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000043642009-04-07: Version 1.1.7
4365
4366 Added support for easily importing additional environment
4367 variables into the SCons build.
4368
4369 Optimized strict equality checks.
4370
4371 Fixed crash in indexed setters on objects without a corresponding
4372 getter (issue 298).
4373
4374 Re-enabled script compilation cache.
4375
4376
ager@chromium.org8682a592009-04-01 10:47:14 +000043772009-04-01: Version 1.1.6
4378
4379 Reverted an unsafe code generator change.
4380
4381
ager@chromium.org71daaf62009-04-01 07:22:49 +000043822009-04-01: Version 1.1.5
4383
4384 Fixed bug that caused function literals to not be optimized as
4385 much as other functions.
4386
4387 Improved profiler support.
4388
4389 Fixed a crash bug in connection with debugger unloading.
4390
4391 Fixed a crash bug in the code generator caused by losing the
4392 information that a frame element was copied.
4393
4394 Fixed an exception propagation bug that could cause non-null
4395 return values when exceptions were thrown.
4396
4397
ager@chromium.org41826e72009-03-30 13:30:57 +000043982009-03-30: Version 1.1.4
4399
4400 Optimized String.prototype.match.
4401
4402 Improved the stack information in profiles.
4403
4404 Fixed bug in ARM port making it possible to compile the runtime
4405 system for thumb mode again.
4406
4407 Implemented a number of optimizations in the code generator.
4408
4409 Fixed a number of memory leaks in tests.
4410
4411 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004412 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004413
4414
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000044152009-03-24: Version 1.1.3
4416
4417 Fixed assertion failures in compilation of loop conditions.
4418
4419 Removed STL dependency from developer shell (d8).
4420
4421 Added infrastructure for protecting the V8 heap from corruption
4422 caused by memory modifications from the outside.
4423
4424
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000044252009-03-24: Version 1.1.2
4426
4427 Improved frame merge code generated by the code generator.
4428
4429 Optimized String.prototype.replace.
4430
4431 Implemented __defineGetter__ and __defineSetter__ for properties
4432 with integer keys on non-array objects.
4433
4434 Improved debugger and profiler support.
4435
4436 Fixed a number of portability issues to allow compilation for
4437 smaller ARM devices.
4438
4439 Exposed object cloning through the API.
4440
4441 Implemented hidden properties. This is used to expose an identity
4442 hash for objects through the API.
4443
4444 Implemented restarting of regular expressions if their input
4445 string changes representation during preemption.
4446
4447 Fixed a code generator bug that could cause assignments in loops
4448 to be ignored if using continue to break out of the loop (issue
4449 284).
4450
4451
ager@chromium.org3a6061e2009-03-12 14:24:36 +000044522009-03-12: Version 1.1.1
4453
4454 Fixed an assertion in the new compiler to take stack overflow
4455 exceptions into account.
4456
4457 Removed exception propagation code that could cause crashes.
4458
4459 Fixed minor bug in debugger line number computations.
4460
4461 8-byte align the C stack on Linux and Windows to speed up floating
4462 point computations.
4463
4464
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000044652009-03-12: Version 1.1.0
4466
4467 Improved code generation infrastructure by doing simple register
4468 allocation and constant folding and propagation.
4469
4470 Optimized regular expression matching by avoiding to create
4471 intermediate string arrays and by flattening nested array
4472 representations of RegExp data.
4473
4474 Traverse a few stack frames when recording profiler samples to
4475 include partial call graphs in the profiling output.
4476
4477 Added support for using OProfile to profile generated code.
4478
4479 Added remote debugging support to the D8 developer shell.
4480
4481 Optimized creation of nested literals like JSON objects.
4482
4483 Fixed a bug in garbage collecting unused maps and turned it on by
4484 default (--collect-maps).
4485
4486 Added support for running tests under Valgrind.
4487
4488
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044892009-02-27: Version 1.0.3
4490
4491 Optimized double-to-integer conversions in bit operations by using
4492 SSE3 instructions if available.
4493
4494 Optimized initialization sequences that store to multiple
4495 properties of the same object.
4496
4497 Changed the D8 debugger frontend to use JSON messages.
4498
4499 Force garbage collections when disposing contexts.
4500
4501 Align code objects at 32-byte boundaries.
4502
4503
ager@chromium.org381abbb2009-02-25 13:23:22 +000045042009-02-25: Version 1.0.2
4505
4506 Improved profiling support by performing simple call stack
4507 sampling for ticks and by fixing a bug in the logging of code
4508 addresses.
4509
4510 Fixed a number of debugger issues.
4511
4512 Optimized code that uses eval.
4513
4514 Fixed a couple of bugs in the regular expression engine.
4515
4516 Reduced the size of generated code for certain regular expressions.
4517
4518 Removed JSCRE completely.
4519
4520 Fixed issue where test could not be run if there was a dot in the
4521 checkout path.
4522
4523
ager@chromium.org6f10e412009-02-13 10:11:16 +000045242009-02-13: Version 1.0.1
4525
4526 Fixed two crash-bugs in irregexp (issue 231 and 233).
4527
4528 Fixed a number of minor bugs (issue 87, 227 and 228).
4529
4530 Added support for morphing strings to external strings on demand
4531 to avoid having to create copies in the embedding code.
4532
4533 Removed experimental support for external symbol callbacks.
4534
4535
iposva@chromium.org245aa852009-02-10 00:49:54 +000045362009-02-09: Version 1.0.0
4537
4538 Fixed crash-bug in the code generation for case independent 16 bit
4539 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004540
iposva@chromium.org245aa852009-02-10 00:49:54 +00004541 Made shells more robust in the presence of string conversion
4542 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004543
iposva@chromium.org245aa852009-02-10 00:49:54 +00004544 Fixed a potential infinite loop when attempting to resolve
4545 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004546
iposva@chromium.org245aa852009-02-10 00:49:54 +00004547 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004548
iposva@chromium.org245aa852009-02-10 00:49:54 +00004549 Reduced binary by stripping unneeded text from JavaScript library and
4550 minifying some JavaScript files.
4551
4552
ager@chromium.orgddb913d2009-01-27 10:01:48 +000045532009-01-27: Version 0.4.9
4554
4555 Enabled new regular expression engine.
4556
4557 Made a number of changes to the debugger protocol.
4558
4559 Fixed a number of bugs in the preemption support.
4560
4561 Added -p option to the developer shell to run files in parallel
4562 using preemption.
4563
4564 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4565 193, 198 and 201).
4566
4567 Fixed a number of bugs in the serialization/deserialization
4568 support for the ARM platform.
4569
4570
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000045712009-01-19: Version 0.4.8.1
4572
4573 Minor patch to debugger support.
4574
4575
ager@chromium.org32912102009-01-16 10:38:43 +000045762009-01-16: Version 0.4.8
4577
4578 Fixed string length bug on ARM (issue 171).
4579
4580 Made most methods in the API const.
4581
4582 Optimized object literals by improving data locality.
4583
4584 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004585 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004586
4587 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004588 eval to behave incorrectly when using accessors (issues 186, 190
4589 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004590
4591
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045922009-01-06: Version 0.4.7
4593
ager@chromium.org32912102009-01-16 10:38:43 +00004594 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004595
ager@chromium.org32912102009-01-16 10:38:43 +00004596 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004597
ager@chromium.org32912102009-01-16 10:38:43 +00004598 Fixed subtle bug that caused the wrong 'this' to be used when
4599 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004600
ager@chromium.org32912102009-01-16 10:38:43 +00004601 Inline array loads within loops directly in the code instead of
4602 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004603
ager@chromium.org32912102009-01-16 10:38:43 +00004604
ager@chromium.org8bb60582008-12-11 12:02:20 +000046052008-12-11: Version 0.4.6
4606
4607 Fixed exception reporting bug where certain exceptions were
4608 incorrectly reported as uncaught.
4609
4610 Improved the memory allocation strategy used during compilation to
4611 make running out of memory when compiling huge scripts less
4612 likely.
4613
4614 Optimized String.replace by avoiding the construction of certain
4615 sub strings.
4616
4617 Fixed bug in code generation for large switch statements on ARM.
4618
4619 Fixed bug that caused V8 to change the global object template
4620 passed in by the user.
4621
4622 Changed the API for creating object groups used during garbage
4623 collection. Entire object groups are now passed to V8 instead of
4624 individual members of the groups.
4625
ager@chromium.org32912102009-01-16 10:38:43 +00004626
ager@chromium.orga74f0da2008-12-03 16:05:52 +000046272008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004628
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004629 Added experimental API support for allocating V8 symbols as
4630 external strings.
4631
4632 Fixed bugs in debugging support on ARM.
4633
4634 Changed eval implementation to correctly detect whether or not a
4635 call to eval is aliased.
4636
4637 Fixed bug caused by a combination of the compilation cache and
4638 dictionary probing in native code. The bug caused us to sometimes
4639 call functions that had not yet been compiled.
4640
4641 Added platform support for FreeBSD.
4642
4643 Added support for building V8 on Windows with either the shared or
4644 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004645
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004646 Added the v8::jscre namespace around the jscre functions to avoid
4647 link errors (duplicate symbols) when building Google Chrome.
4648
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004649 Added support for calling a JavaScript function with the current
4650 debugger execution context as its argument to the debugger
4651 interface.
4652
4653 Changed the type of names of counters from wchar_t to char.
4654
4655 Changed the Windows system call used to compute daylight savings
4656 time. The system call that we used to use became four times
4657 slower on WinXP SP3.
4658
4659 Added support in the d8 developer shell for memory-mapped counters
4660 and added a stats-viewer tool.
4661
4662 Fixed bug in upper/lower case mappings (issue 149).
4663
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004664
ager@chromium.org3bf7b912008-11-17 09:09:45 +000046652008-11-17: Version 0.4.4
4666
4667 Reduced code size by using shorter instruction encoding when
4668 possible.
4669
4670 Added a --help option to the shell sample and to the d8 shell.
4671
4672 Added visual studio project files for building the ARM simulator.
4673
4674 Fixed a number of ARM simulator issues.
4675
4676 Fixed bug in out-of-memory handling on ARM.
4677
4678 Implemented shell support for passing arguments to a script from
4679 the command line.
4680
4681 Fixed bug in date code that made certain date functions return -0
4682 instead of 0 for dates before the epoch.
4683
4684 Restricted applications of eval so it can only be used in the
4685 context of the associated global object.
4686
4687 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004688
4689
ager@chromium.org870a0b62008-11-04 11:43:05 +000046902008-11-04: Version 0.4.3
4691
4692 Added support for API accessors that prohibit overwriting by
4693 accessors defined in JavaScript code by using __defineGetter__ and
4694 __defineSetter__.
4695
4696 Improved handling of conditionals in test status files.
4697
4698 Introduced access control in propertyIsEnumerable.
4699
4700 Improved performance of some string operations by caching
4701 information about the type of the string between operations.
4702
4703 Fixed bug in fast-case code for switch statements that only have
4704 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004705
ager@chromium.org870a0b62008-11-04 11:43:05 +00004706
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000047072008-10-30: Version 0.4.2
4708
4709 Improved performance of Array.prototype.concat by moving the
4710 implementation to C++ (issue 123).
4711
4712 Fixed heap growth policy to avoid growing old space to its maximum
4713 capacity before doing a garbage collection and fixed issue that
4714 would lead to artificial out of memory situations (issue 129).
4715
4716 Fixed Date.prototype.toLocaleDateString to return the date in the
4717 same format as WebKit.
4718
4719 Added missing initialization checks to debugger API.
4720
4721 Added removing of unused maps during GC.
4722
4723
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000047242008-10-28: Version 0.4.1
4725
4726 Added caching of RegExp data in compilation cache.
4727
4728 Added Visual Studio project file for d8 shell.
4729
4730 Fixed function call performance regression introduced in version
4731 0.4.0 when splitting the global object in two parts (issue 120).
4732
4733 Fixed issue 131 by checking for empty handles before throwing and
4734 reporting exceptions.
4735
4736
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000047372008-10-23: Version 0.4.0
4738
4739 Split the global object into two parts: The state holding global
4740 object and the global object proxy.
4741
4742 Fixed bug that affected the value of an assignment to an element
4743 in certain cases (issue 116).
4744
4745 Added GetPropertyNames functionality (issue 33) and extra Date
4746 functions (issue 77) to the API.
4747
4748 Changed WeakReferenceCallback to take a Persistent<Value> instead
4749 of a Persistent<Object> (issue 101).
4750
4751 Fixed issues with message reporting for exceptions in try-finally
4752 blocks (issues 73 and 75).
4753
ager@chromium.org32912102009-01-16 10:38:43 +00004754 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004755
4756 Improved Boyer-Moore implementation for faster indexOf operations.
4757
4758 Added development shell (d8) which includes counters and
4759 completion support.
4760
4761 Fixed problem with the receiver passed to functions called from
4762 eval (issue 124).
4763
4764
ager@chromium.org7c537e22008-10-16 08:43:32 +000047652008-10-16: Version 0.3.5
4766
4767 Improved string hash-code distribution by excluding bit-field bits
4768 from the hash-code.
4769
4770 Changed string search algorithm used in indexOf from KMP to
4771 Boyer-Moore.
4772
4773 Improved the generated code for the instanceof operator.
4774
4775 Improved performance of slow-case string equality checks by
4776 specializing the code based on the string representation.
4777
4778 Improve the handling of out-of-memory situations (issue 70).
4779
4780 Improved performance of strict equality checks.
4781
4782 Improved profiler output to make it easier to see anonymous
4783 functions.
4784
4785 Improved performance of slow-case keyed loads.
4786
4787 Improved property access performance by allocating a number of
4788 properties in the front object.
4789
4790 Changed the toString behavior on the built-in object constructors
4791 to print [native code] instead of the actual source. Some web
4792 applications do not like constructors with complex toString
4793 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004794
ager@chromium.org7c537e22008-10-16 08:43:32 +00004795
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047962008-10-06: Version 0.3.4
4797
4798 Changed Array.prototype.sort to use quick sort.
4799
4800 Fixed code generation issue where leaving a finally block with
4801 break or continue would accumulate elements on the expression
4802 stack (issue 86).
4803
4804 Made sure that the name accessor on functions returns the expected
4805 names for builtin JavaScript functions and C++ callback functions.
4806
4807 Added fast case code for extending the property storage array of
4808 JavaScript objects.
4809
4810 Ported switch statement optimizations introduced in version 0.3.3
4811 to the ARM code generator.
4812
4813 Allowed GCC to use strict-aliasing rules when compiling.
4814
4815 Improved performance of arguments object allocation by taking care
4816 of arguments adaptor frames in the generated code.
4817
4818 Updated the V8 benchmark suite to version 2.
4819
4820
ager@chromium.org236ad962008-09-25 09:45:57 +000048212008-09-25: Version 0.3.3
4822
4823 Improved handling of relocation information to enable more
4824 peep-hole optimizations.
4825
4826 Optimized switch statements where all labels are constant small
4827 integers.
4828
4829 Optimized String.prototype.indexOf for common cases.
4830
4831 Fixed more build issues (issue 80).
4832
4833 Fixed a couple of profiler issues.
4834
4835 Fixed bug where the body of a function created using the Function
4836 constructor was not allowed to end with a single-line comment
4837 (issue 85).
4838
4839 Improved handling of object literals by canonicalizing object
4840 literal maps. This will allow JSON objects with the same set of
4841 properties to share the same map making inline caching work better
4842 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004843
ager@chromium.org236ad962008-09-25 09:45:57 +00004844
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000048452008-09-17: Version 0.3.2
4846
4847 Generalized the EvalCache into a CompilationCache and enabled it
4848 for scripts too. The current strategy is to retire all entries
4849 whenever a mark-sweep collection is started.
4850
4851 Fixed bug where switch statements containing only a default case
4852 would lead to an unbalanced stack (issue 69).
4853
4854 Fixed bug that made access to the function in a named function
4855 expression impossible in certain situations (issue 24).
4856
4857 Fixed even more build issues.
4858
4859 Optimized calling conventions on ARM. The conventions on ARM and
4860 IA-32 now match.
4861
4862 Removed static initializers for flags and counters.
4863
4864 Improved inline caching behavior for uncommon cases where lazily
4865 loading Date and RegExp code could force certain code paths go
4866 megamorphic.
4867
4868 Removed arguments adaption for builtins written in C++. This
4869 makes Array.prototype.push and Array.prototype.pop slightly
4870 faster.
4871
4872
ager@chromium.org9258b6b2008-09-11 09:11:10 +000048732008-09-11: Version 0.3.1
4874
4875 Fixed a number of build issues.
4876
4877 Fixed problem with missing I-cache flusing on ARM.
4878
4879 Changed space layout in memory management by splitting up
4880 code space into old data space and code space.
4881
4882 Added utf-8 conversion support to the API (issue 57).
4883
4884 Optimized repeated calls to eval with the same strings. These
4885 repeated calls are common in web applications.
4886
4887 Added Xcode project file.
4888
4889 Optimized a couple of Array operation.
4890
4891 Fixed parser bug by checking for end-of-string when parsing break
4892 and continue (issue 35).
4893
4894 Fixed problem where asian characters were not categorized as
4895 letters.
4896
4897 Fixed bug that disallowed calling functions fetched from an array
4898 using a string as an array index (issue 32).
4899
4900 Fixed bug where the internal field count on object templates were
4901 sometimes ignored (issue 54).
4902
4903 Added -f option to the shell sample for compatibility with other
4904 engines (issue 18).
4905
4906 Added source info to TryCatches in the API.
4907
4908 Fixed problem where the seed for the random number generator was
4909 clipped in a double to unsigned int conversion.
4910
4911 Fixed bug where cons string symbols were sometimes converted to
4912 non-symbol flat strings during GC.
4913
4914 Fixed bug in error reporting when attempting to convert null to an
4915 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004916
4917
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000049182008-09-04: Version 0.3.0
4919
4920 Added support for running tests on the ARM simulator.
4921
4922 Fixed bug in the 'in' operator where negative indices were not
4923 treated correctly.
4924
4925 Fixed build issues on gcc-4.3.1.
4926
4927 Changed Date.prototype.toLocaleTimeString to not print the
4928 timezone part of the time.
4929
4930 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4931 with user code.
4932
4933
v8.team.kasperl727e9952008-09-02 14:56:44 +000049342008-09-02: Version 0.2.5
4935
4936 Renamed the top level directory 'public' to 'include'.
4937
4938 Added 'env' option to the SCons build scripts to support
4939 overriding the ENV part of the build environment. This is mostly
4940 to support Windows builds in cases where SCons cannot find the
4941 correct paths to the Windows SDK, as these paths cannot be passed
4942 through shell environment variables.
4943
4944 Enabled "Buffer Security Check" on for the Windows SCons build and
4945 added the linker option /OPT:ICF as an optimization.
4946
4947 Added the V8 benchmark suite to the repository.
4948
4949
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000049502008-09-01: Version 0.2.4
4951
4952 Included mjsunit JavaScript test suite and C++ unit tests.
4953
4954 Changed the shell sample to not print the result of executing a
4955 script provided on the command line.
4956
4957 Fixed issue when building samples on Windows using a shared V8
4958 library. Added visibility option on Linux build which makes the
4959 generated library 18% smaller.
4960
4961 Changed build system to accept multiple build modes in one build
4962 and generate separate objects, libraries and executables for each
4963 mode.
4964
4965 Removed deferred negation optimization (a * -b => -(a * b)) since
4966 this visibly changes operand conversion order.
4967
4968 Improved parsing performance by introducing stack guard in
4969 preparsing. Without a stack guard preparsing always bails out
4970 with stack overflow.
4971
4972 Changed shell sample to take flags directly from the command-line.
4973 Added API call that implements this.
4974
4975 Added load, quit and version functions to the shell sample so it's
4976 easier to run benchmarks and tests.
4977
4978 Fixed issue with building samples and cctests on 64-bit machines.
4979
4980 Fixed bug in the runtime system where the prototype chain was not
4981 always searched for a setter when setting a property that does not
4982 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004983
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004984
mads.s.agercbaa0602008-08-14 13:41:48 +000049852008-08-14: Version 0.2.3
4986
4987 Improved performance of garbage collection by moving the
4988 function that updates pointers during compacting collection
4989 into the updating visitor. This gives the compiler a better
4990 chance to inline and avoid a function call per (potential)
4991 pointer.
4992
4993 Extended the shell sample with a --runtime-flags option.
4994
4995 Added Visual Studio project files for the shell.cc and
4996 process.cc samples.
4997
4998
49992008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005000
5001 Improved performance of garbage collection by changing the way
5002 we use the marking stack in the event of stack overflow during
5003 full garbage collection and by changing the way we mark roots.
5004
5005 Cleaned up ARM version by removing top of stack caching and by
5006 introducing push/pop elimination.
5007
5008 Cleaned up the way runtime functions are called to allow
5009 runtime calls with no arguments.
5010
5011 Changed Windows build options to make sure that exceptions are
5012 disabled and that optimization flags are enabled.
5013
5014 Added first version of Visual Studio project files.
5015
5016
mads.s.agercbaa0602008-08-14 13:41:48 +000050172008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005018
5019 Improved performance of unary addition by avoiding runtime calls.
5020
5021 Fixed the handling of '>' and '<=' to use right-to-left conversion
5022 and left-to-right evaluation as specified by ECMA-262.
5023
5024 Fixed a branch elimination bug on the ARM platform where incorrect
5025 code was generated because of overly aggressive branch
5026 elimination.
5027
5028 Improved performance of code that repeatedly assigns the same
5029 function to the same property of different objects with the same
5030 map.
5031
5032 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5033 no longer expects DEBUG to be defined.
5034
5035 Added platform-nullos.cc to serve as the basis for new platform
5036 implementations.
5037
mads.s.ager31e71382008-08-13 09:32:07 +00005038
mads.s.agercbaa0602008-08-14 13:41:48 +000050392008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005040
5041 Changed all text files to have native svn:eol-style.
5042
5043 Added a few samples and support for building them. The samples
5044 include a simple shell that can be used to benchmark and test V8.
5045
5046 Changed V8::GetVersion to return the version as a string.
5047
5048 Added source for lazily loaded scripts to snapshots and made
5049 serialization non-destructive.
5050
5051 Improved ARM support by fixing the write barrier code to use
5052 aligned loads and stores and by removing premature locals
5053 optimization that relied on broken support for callee-saved
5054 registers (removed).
5055
5056 Refactored the code for marking live objects during garbage
5057 collection and the code for allocating objects in paged
5058 spaces. Introduced an abstraction for the map word of a heap-
5059 allocated object and changed the memory allocator to allocate
5060 executable memory only for spaces that may contain code objects.
5061
5062 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5063 they can be used by debugging and logging modules. Added
5064 thread-safe message queues for dealing with debugger events.
5065
5066 Fixed the source code reported by toString for certain builtin
5067 empty functions and made sure that the prototype property of a
5068 function is enumerable.
5069
5070 Improved performance of converting values to condition flags in
5071 generated code.
5072
5073 Merged disassembler-{arch} files.
5074
5075
mads.s.agercbaa0602008-08-14 13:41:48 +000050762008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005077
5078 Added support for storing JavaScript stack traces in a stack
5079 allocated buffer to make it visible in shallow core dumps.
5080 Controlled by the --preallocate-message-memory flag which is
5081 disabled by default.
5082
5083
mads.s.agercbaa0602008-08-14 13:41:48 +000050842008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005085
5086 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5087 map transitions would count as properties.
5088
5089 Allowed aliased eval invocations by treating them as evals in the
5090 global context. This may change in the future.
5091
5092 Added support for accessing the last entered context through the
5093 API and renamed Context::Current to Context::GetCurrent and
5094 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5095
5096 Fixed bug in the debugger that would cause the debugger scripts to
5097 be recursively loaded and changed all disabling of interrupts to
5098 be block-structured.
5099
5100 Made snapshot data read-only to allow it to be more easily shared
5101 across multiple users of V8 when linked as a shared library.
5102
5103
mads.s.agercbaa0602008-08-14 13:41:48 +000051042008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005105
5106 Fixed building on Mac OS X by recognizing i386 and friends as
5107 IA-32 platforms.
5108
5109 Added propagation of stack overflow exceptions that occur while
5110 compiling nested functions.
5111
5112 Improved debugger with support for recursive break points and
5113 handling of exceptions that occur in the debugger JavaScript code.
5114
5115 Renamed GetInternal to GetInternalField and SetInternal to
5116 SetInternalField in the API and moved InternalFieldCount and
5117 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5118
5119
mads.s.agercbaa0602008-08-14 13:41:48 +000051202008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005121
5122 Fixed bug in stack overflow check code for IA-32 targets where a
5123 non-tagged value in register eax was pushed to the stack.
5124
5125 Fixed potential quadratic behavior when converting strings to
5126 numbers.
5127
5128 Fixed bug where the return value from Object::SetProperty could
5129 end up being the property holder instead of the written value.
5130
5131 Improved debugger support by allowing nested break points and by
5132 dealing with stack-overflows when compiling functions before
5133 setting break points in them.
5134
5135
mads.s.agercbaa0602008-08-14 13:41:48 +000051362008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005137
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005138 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005139
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005140# Local Variables:
5141# mode:text
5142# End: