blob: 6b92f08d466ffe3e740fcbf3dc54c08b37398ad6 [file] [log] [blame]
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +000012013-02-19: Version 3.17.2
2
3 Removed bogus check for TOP register in deoptimizer.
4 (Chromium issue 176943)
5
6 Made the Isolate parameter mandatory for internal HandleScopes.
7 (issue 2487)
8
9 Fixed f.apply() optimization when declared arguments are mutated.
10 (issue 2539)
11
12 Performance and stability improvements on all platforms.
13
14
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +0000152013-02-14: Version 3.17.1
16
17 Performance and stability improvements on all platforms.
18
19
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +0000202013-02-13: Version 3.17.0
21
22 Enabled parallel sweeping.
23
24 Don't try to unlink instructions twice during GVN
25 (Chromium issue 175141)
26
27 Fixed code flusher disabling while marking incrementally.
28 (Chromium issue 173458, 168582)
29
30 Don't use TLS for space iterators.
31 (issue 2531)
32
33 Added new GetHeapStatistics API entry and deprecated old one.
34
35 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
36 platform-independent code.
37 (Chromium issue 173907)
38
39 Added --trace-array-abuse to help find OOB accesses.
40
41 Performance and stability improvements on all platforms.
42
43
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +0000442013-02-06: Version 3.16.14
45
46 Performance and stability improvements on all platforms.
47
48
danno@chromium.org94b0d6f2013-02-04 13:33:20 +0000492013-02-04: Version 3.16.13
50
51 Tagged stubs that rely on instance types as MEGAMORPHIC.
52 (Chromium issue 173974)
53
54 Fixed clearing of dead dependent codes and verifing of weak
55 embedded maps on full GC. (Chromium issue 172488,172489)
56
57 Made the arm port build cleanly with Clang.
58
59 Performance and stability improvements on all platforms.
60
61
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +0000622013-01-31: Version 3.16.12
63
64 Performance and stability improvements on all platforms.
65
66
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +0000672013-01-30: Version 3.16.11
68
69 Put making embedded maps in optimized code weak behind a flag.
70 (Chromium issue 172488,172489)
71
72 Performance and stability improvements on all platforms.
73
74
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000752013-01-25: Version 3.16.10
76
77 Avoid excessive memory usage during redundant phi elimination.
78 (issue 2510)
79
80 Fixed additional spec violations wrt RegExp.lastIndex.
81 (issue 2437)
82
83 Added Isolate parameter to Persistent class.
84 (issue 2487)
85
86 Performance and stability improvements on all platforms.
87
88
yangguo@chromium.org003650e2013-01-24 16:31:08 +0000892013-01-24: Version 3.16.9
90
91 Made embedded maps in optimized code weak.
92 (issue 2073)
93
94 Fixed corner case when JSFunction is evicted from flusher.
95 (Chromium issue 168801)
96
97 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
98 (Chromium issue 171641)
99
100 Performance and stability improvements on all platforms.
101
102
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00001032013-01-23: Version 3.16.8
104
105 Correctly reset lastIndex in an RegExp object.
106 (Chromium issue 170856)
107
108 Added a workaround for Windows compilation problems related to V8EXPORT.
109 (issue 2507)
110
111 tools/run-tests.py: shlex.split() the value of --command-prefix
112 (Chromium issue 171553)
113
114 Fixed pattern detection for replacing shifts by rotation.
115 (Chromium issue 2499)
116
117 Performance and stability improvements on all platforms.
118
119
yangguo@chromium.org28381b42013-01-21 14:39:38 +00001202013-01-21: Version 3.16.7
121
122 Removed <(library) usage from v8.gyp.
123 (Chromium issue 111541)
124
125 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
126 (Chromium issue 169928)
127
128 Performance and stability improvements on all platforms.
129
130
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00001312013-01-18: Version 3.16.6
132
133 Made the Isolate parameter mandatory in Locker and Unlocker classes.
134 (issue 2487)
135
136 Avoid pointer underflow in CopyCharsUnsigned.
137 (issue 2493)
138
139 Generate shim headers when using system v8.
140 (Chromium issue 165264)
141
142 Fixed arguments materialization for inlined apply().
143 (issue 2489)
144
145 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
146 (Chromium issue 147497)
147
148 Added sanity check to CodeFlusher::AddCandidate.
149 (Chromium issue 169209)
150
151 Performance and stability improvements on all platforms.
152
153
1542013-01-15: Version 3.16.5
155
156 Removed deprecated functions from V8's external API.
157
158 Prepared API for WebKit use of Latin-1.
159
160 Fixed V8 issue 2486.
161
162 Fixed Chromium issue 169723.
163
164 Performance and stability improvements on all platforms.
165
166
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001672013-01-11: Version 3.16.4
168
169 Fixed Chromium issues 168545 and 169209.
170
171 Performance and stability improvements on all platforms.
172
173
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001742013-01-09: Version 3.16.3
175
176 Improved GC performance when moving parts of a FixedArray (issue 2452).
177
178 Enabled readline on d8 while building a shared lib (issue 1781).
179
180 Fixed missing exception check in typed array constructor
181 (Chromium issue 168545).
182
183 Check for read-only-ness when preparing for array sort (issue 2419).
184
185 Performance and stability improvements on all platforms.
186
187
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00001882013-01-04: Version 3.16.2
189
190 Added Makefile options to build for the Raspberry Pi (armv7=0,
191 arm_fpu=vfp2).
192
193 Performance and stability improvements on all platforms.
194
195
ulan@chromium.org4121f232012-12-27 15:57:11 +00001962012-12-27: Version 3.16.1
197
198 Fixed x64 MathMinMax for negative untagged int32 arguments.
199 (Chromium issue 164442)
200
201 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
202 (issue 2458)
203
204 Performance and stability improvements on all platforms.
205
206
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00002072012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000208
209 V8_Fatal now prints C++ stack trace in debug mode.
210
211 Added HTML-based tick processor.
212
213 Continued implementation of Object.observe (V8 issue 2409).
214
215 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
216
217 Fixed Chromium issues 125308, 165637, 166379, 166553.
218
219 Performance and stability improvements on all platforms.
220
221
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00002222012-12-10: Version 3.15.11
223
224 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
225 flags.
226
227 Performance and stability improvements on all platforms.
228
229
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00002302012-12-07: Version 3.15.10
231
232 Enabled optimisation of functions inside eval. (issue 2315)
233
234 Fixed spec violations in methods of Number.prototype. (issue 2443)
235
236 Added GCTracer metrics for a scavenger GC for DOM wrappers.
237
238 Performance and stability improvements on all platforms.
239
240
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00002412012-12-06: Version 3.15.9
242
243 Fixed candidate eviction in code flusher.
244 (Chromium issue 159140)
245
246 Iterate through all arguments for side effects in Math.min/max.
247 (issue 2444)
248
249 Fixed spec violations related to regexp.lastIndex
250 (issue 2437, issue 2438)
251
252 Performance and stability improvements on all platforms.
253
254
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002552012-12-04: Version 3.15.8
256
257 Enforced stack allocation of TryCatch blocks.
258 (issue 2166,chromium:152389)
259
260 Fixed external exceptions in external try-catch handlers.
261 (issue 2166)
262
263 Activated incremental code flushing by default.
264
265 Performance and stability improvements on all platforms.
266
267
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002682012-11-30: Version 3.15.7
269
270 Activated code aging by default.
271
272 Included more information in --prof log.
273
274 Removed eager sweeping for lazy swept spaces. Try to find in
275 SlowAllocateRaw a bounded number of times a big enough memory slot.
276 (issue 2194)
277
278 Performance and stability improvements on all platforms.
279
280
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002812012-11-26: Version 3.15.6
282
283 Ensure double arrays are filled with holes when extended from
284 variations of empty arrays. (Chromium issue 162085)
285
286 Performance and stability improvements on all platforms.
287
288
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00002892012-11-23: Version 3.15.5
290
291 Fixed JSON.stringify for objects with interceptor handlers.
292 (Chromium issue 161028)
293
294 Fixed corner case in x64 compare stubs. (issue 2416)
295
296 Performance and stability improvements on all platforms.
297
298
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00002992012-11-16: Version 3.15.4
300
301 Fixed Array.prototype.join evaluation order. (issue 2263)
302
303 Perform CPU sampling by CPU sampling thread only iff processing thread
304 is not running. (issue 2364)
305
306 When using an Object as a set in Object.getOwnPropertyNames, null out
307 the proto. (issue 2410)
308
309 Disabled EXTRA_CHECKS in Release build.
310
311 Heap explorer: Show representation of strings.
312
313 Removed 'type' and 'arguments' properties from Error object.
314 (issue 2397)
315
316 Added atomics implementation for ThreadSanitizer v2.
317 (Chromium issue 128314)
318
319 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
320
321 Performance and stability improvements on all platforms.
322
323
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00003242012-11-13: Version 3.15.3
325
326 Changed sample shell to send non-JS output (e.g. errors) to stderr
327 instead of stdout.
328
329 Correctly check for stack overflow even when interrupt is pending.
330 (issue 214)
331
332 Collect stack trace on stack overflow. (issue 2394)
333
334 Performance and stability improvements on all platforms.
335
336
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00003372012-11-12: Version 3.15.2
338
339 Function::GetScriptOrigin supplies sourceURL when script name is
340 not available. (Chromium issue 159413)
341
342 Made formatting error message side-effect-free. (issue 2398)
343
344 Fixed length check in JSON.stringify. (Chromium issue 160010)
345
346 ES6: Added support for Set and Map clear method (issue 2400)
347
348 Fixed slack tracking when instance prototype changes.
349 (Chromium issue 157019)
350
351 Fixed disabling of code flusher while marking. (Chromium issue 159140)
352
353 Added a test case for object grouping in a scavenger GC (issue 2077)
354
355 Support shared library build of Android for v8.
356 (Chromium issue 158821)
357
358 ES6: Added support for size to Set and Map (issue 2395)
359
360 Performance and stability improvements on all platforms.
361
362
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003632012-11-06: Version 3.15.1
364
365 Put incremental code flushing behind a flag. (Chromium issue 159140)
366
367 Performance and stability improvements on all platforms.
368
369
danno@chromium.org72204d52012-10-31 10:02:10 +00003702012-10-31: Version 3.15.0
371
372 Loosened aligned code target requirement on ARM (issue 2380)
373
374 Fixed JSON.parse to treat leading zeros correctly.
375 (Chromium issue 158185)
376
377 Performance and stability improvements on all platforms.
378
379
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003802012-10-22: Version 3.14.5
381
382 Killed off the SCons based build.
383
384 Added a faster API for creating v8::Integer objects.
385
386 Speeded up function deoptimization by avoiding quadratic pass over
387 optimized function list. (Chromium issue 155270)
388
389 Always invoke the default Array.sort functions from builtin functions.
390 (issue 2372)
391
392 Reverted recent CPU profiler changes because they broke --prof.
393 (issue 2364)
394
395 Switched code flushing to use different JSFunction field.
396 (issue 1609)
397
398 Performance and stability improvements on all platforms.
399
400
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00004012012-10-15: Version 3.14.4
402
403 Allow evals for debugger even if they are prohibited in the debugee
404 context. (Chromium issue 154733)
405
406 Enabled --verify-heap in release mode (issue 2120)
407
408 Performance and stability improvements on all platforms.
409
410
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00004112012-10-11: Version 3.14.3
412
413 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
414 (Chromium issue 155076).
415
416 Bumped variable limit further to 2^17 (Chromium issue 151625).
417
418 Performance and stability improvements on all platforms.
419
420
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00004212012-10-10: Version 3.14.2
422
423 ARM: allowed VFP3 instructions when hardfloat is enabled.
424 (Chromium issue 152506)
425
426 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
427 (Chromium issue 151749)
428
429 Made GDBJIT interface compile again. (issue 1804)
430
431 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
432 (Chromium issue 143967)
433
434 Made sure that names of temporaries do not clash with real variables.
435 (issue 2322)
436
437 Rejected local module declarations. (Chromium issue 150628)
438
439 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
440
441 Fixed slot recording of code target patches.
442 (Chromium issue 152615,chromium:144230)
443
444 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
445
446 Performance and stability improvements on all platforms.
447
448
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004492012-10-01: Version 3.14.1
450
451 Don't set -m32 flag when compiling with Android ARM compiler.
452 (Chromium issue 143889)
453
454 Restore the descriptor array before returning allocation failure.
455 (Chromium issue 151750)
456
457 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
458 128252).
459
460 Pull more recent gyp in 'make dependencies'.
461
462 Made sure that the generic KeyedStoreIC changes length and element_kind
463 atomically (issue 2346).
464
465 Bumped number of allowed variables per scope to 65535, to address GWT.
466 (Chromium issue 151625)
467
468 Support sourceURL for dynamically inserted scripts (issue 2342).
469
470 Performance and stability improvements on all platforms.
471
472
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004732012-09-20: Version 3.14.0
474
475 Fixed missing slot recording during clearing of CallICs.
476 (Chromium issue 144230)
477
478 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
479 (Chromium issue 150729)
480
481 Fixed minus zero test. (Issue 2133)
482
483 Fixed setting array length to zero for slow elements.
484 (Chromium issue 146910)
485
486 Fixed lost arguments dropping in HLeaveInlined.
487 (Chromium issue 150545)
488
489 Fixed casting error for receiver of interceptors.
490 (Chromium issue 149912)
491
492 Throw a more descriptive exception when blocking 'eval' via CSP.
493 (Chromium issue 140191)
494
495 Fixed debugger's eval when close to stack overflow. (issue 2318)
496
497 Added checks to live edit. (issue 2297)
498
499 Switched on code compaction on incremental GCs.
500
501 Fixed caching of optimized code for OSR. (issue 2326)
502
503 Not mask exception thrown by toString in String::UtfValue etc.
504 (issue 2317)
505
506 Fixed API check for length of external arrays. (Chromium issue 148896)
507
508 Ensure correct enumeration indices in the dict (Chromium issue 148376)
509
510 Correctly initialize regexp global cache. (Chromium issue 148378)
511
512 Fixed arguments object materialization during deopt. (issue 2261)
513
514 Introduced new API to expose external string resource regardless of
515 encoding.
516
517 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
518 --deopt-every-n-times flag is present
519 (Chromium issue 148389)
520
521 Fixed edge case of extension with NULL as source string.
522 (Chromium issue 144649)
523
524 Fixed array index dehoisting. (Chromium issue 141395)
525
526 Performance and stability improvements on all platforms.
527
528
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00005292012-09-11: Version 3.13.7
530
531 Enable/disable LiveEdit using the (C++) debug API.
532
533 Performance and stability improvements on all platforms.
534
535
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00005362012-09-06: Version 3.13.6
537
538 Added validity checking to API functions and calls.
539
540 Disabled accessor inlining (Chromium issue 134609).
541
542 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
543
544 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
545
546 Fixed VS2005 build (issue 2313).
547
548 Activated fixed ES5 readonly semantics by default.
549
550 Added hardfp flag to the Makefile.
551
552 Performance and stability improvements on all platforms.
553
554
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005552012-08-29: Version 3.13.5
556
557 Release stack trace data after firing Error.stack accessor.
558 (issue 2308)
559
560 Added a new API V8::SetJitCodeEventHandler to push code name and
561 location to users such as profilers.
562
563 Allocate block-scoped global bindings to global context.
564
565 Performance and stability improvements on all platforms.
566
567
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005682012-08-28: Version 3.13.4
569
570 Print reason for disabling optimization. Kill --trace-bailout flag.
571
572 Provided option to disable full DEBUG build on Android.
573
574 Introduced global contexts to represent lexical global scope(s).
575
576 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
577
578 Performance and stability improvements on all platforms.
579
580
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005812012-08-21: Version 3.13.3
582
583 Performance and stability improvements on all platforms.
584
585
5862012-08-20: Version 3.13.2
587
588 Performance and stability improvements on all platforms.
589
590
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00005912012-08-16: Version 3.13.1
592
593 Performance and stability improvements on all platforms.
594
595
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00005962012-08-10: Version 3.13.0
597
598 Added histograms for total allocated/live heap size, as well as
599 allocated size and percentage of total for map and cell space.
600
601 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
602 (issue 1645)
603
604 Added checks for interceptors to negative lookup code in Crankshaft.
605 (Chromium issue 140473)
606
607 Made incremental marking clear ICs and type feedback cells.
608
609 Performance and stability improvements on all platforms.
610
611
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00006122012-08-01: Version 3.12.19
613
614 Performance and stability improvements on all platforms.
615
616
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00006172012-07-30: Version 3.12.18
618
619 Forced using bit-pattern for signed zero double. (issue 2239)
620
621 Made sure double to int conversion is correct. (issue 2260)
622
623 Performance and stability improvements on all platforms.
624
625
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00006262012-07-27: Version 3.12.17
627
628 Always set the callee's context when calling a function from optimized
629 code.
630 (Chromium issue 138887)
631
632 Fixed building with GCC 3.x
633 (issue 2016, 2017)
634
635 Improved API calls that return empty handles.
636 (issue 2245)
637
638 Performance and stability improvements on all platforms.
639
640
danno@chromium.org129d3982012-07-25 15:01:47 +00006412012-07-25: Version 3.12.16
642
643 Performance and stability improvements on all platforms.
644
645
yangguo@chromium.org304cc332012-07-24 07:59:48 +00006462012-07-24: Version 3.12.15
647
648 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
649 (issue 2252)
650
651 Added dependency to HLoadKeyed* instructions to prevent invalid
652 hoisting. (Chromium issue 137768)
653
654 Enabled building d8 for Android on Mac.
655
656 Interpret negative hexadecimal literals as NaN.
657 (issue 2240)
658
659 Expose counters in javascript when using --track-gc-object-stats.
660
661 Enabled building and testing V8 on Android IA.
662
663 Added --trace-parse flag to parser.
664
665 Performance and stability improvements on all platforms.
666
667
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006682012-07-18: Version 3.12.14
669
670 Deactivated optimization of packed arrays.
671 (Chromium issue 137768)
672
673 Fixed broken accessor transition.
674 (Chromium issue 137689)
675
676 Performance and stability improvements on all platforms.
677
678
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006792012-07-17: Version 3.12.13
680
681 Fixed missing tagging of stack value in finally block.
682 (Chromium issue 137496)
683
684 Added more support for heap analysis.
685
686 Performance and stability improvements on all platforms.
687
688
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00006892012-07-16: Version 3.12.12
690
691 Added an option to the tickprocessor to specify the directory for lib
692 lookup.
693
694 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
695
696 Fixed transcendental cache on ARM in optimized code (issue 2234).
697
698 New heap inspection tools: counters for object sizes and counts,
699 histograms for external fragmentation.
700
701 Incorporated constness into inferred interfaces (in preparation for
702 handling imports) (issue 1569).
703
704 Performance and stability improvements on all platforms.
705
706
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00007072012-07-12: Version 3.12.11
708
709 Renamed "mips" arch to "mipsel" in the GYP build.
710
711 Fixed computation of call targets on prototypes in Crankshaft.
712 (Chromium issue 125148)
713
714 Removed use of __lookupGetter__ when generating stack trace.
715 (issue 1591)
716
717 Turned on ES 5.2 globals semantics by default.
718 (issue 1991, Chromium issue 80591)
719
720 Synced preparser and parser wrt syntax error in switch..case.
721 (issue 2210)
722
723 Fixed reporting of octal literals in strict mode when preparsing.
724 (issue 2220)
725
726 Fixed inline constructors for Harmony Proxy prototypes.
727 (issue 2225)
728
729 Performance and stability improvements on all platforms.
730
731
danno@chromium.org81cac2b2012-07-10 11:28:27 +00007322012-07-10: Version 3.12.10
733
734 Re-enabled and fixed issue with array bounds check elimination
735 (Chromium issue 132114).
736
737 Fixed Debug::Break crash. (Chromium issue 131642)
738
739 Added optimizing compiler support for JavaScript getters.
740
741 Performance and stability improvements on all platforms.
742
743
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00007442012-07-06: Version 3.12.9
745
746 Correctly advance the scanner when scanning unicode regexp flag.
747 (Chromium issue 136084)
748
749 Fixed unhandlified code calling Harmony Proxy traps.
750 (issue 2219)
751
752 Performance and stability improvements on all platforms.
753
754
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007552012-07-05: Version 3.12.8
756
757 Implemented TypedArray.set and ArrayBuffer.slice in d8.
758
759 Performance and stability improvements on all platforms.
760
761
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007622012-07-03: Version 3.12.7
763
764 Fixed lazy compilation for strict eval scopes.
765 (Chromium issue 135066)
766
767 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
768 (issue 2151)
769
770 Report "hidden properties" in heap profiler for properties case.
771 (issue 2212)
772
773 Activated optimization of packed arrays by default.
774
775 Performance and stability improvements on all platforms.
776
777
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007782012-06-29: Version 3.12.6
779
780 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
781
782 Extended TypedArray support in d8.
783
784
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00007852012-06-28: Version 3.12.5
786
787 Fixed lazy parsing heuristics to respect outer scope.
788 (Chromium issue 135008)
789
790 Allow using test-wrapper-gypbuild.py on Windows when no python
791 interpreter is registered.
792
793 Performance and stability improvements on all platforms.
794
795
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00007962012-06-27: Version 3.12.4
797
798 Removed -fomit-frame-pointer flag from Release builds to make
799 the stack walkable by TCMalloc (Chromium issue 133723).
800
801 Ported r7868 (constant masking) to x64 (issue 1374).
802
803 Expose more detailed memory statistics (issue 2201).
804
805 Fixed Harmony Maps and WeakMaps for undefined values
806 (Chromium issue 132744).
807
808 Correctly throw reference error in strict mode with ICs disabled
809 (issue 2119).
810
811 Performance and stability improvements on all platforms.
812
813
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00008142012-06-25: Version 3.12.3
815
816 Reverted r11835 'Unify promotion and allocation limit computation' due
817 to V8 Splay performance regression on Mac. (Chromium issue 134183)
818
819 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
820
821 Performance and stability improvements on all platforms.
822
823
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00008242012-06-22: Version 3.12.2
825
826 Made near-jump check more strict in LoadNamedFieldPolymorphic on
827 ia32/x64. (Chromium issue 134055)
828
829 Fixed lazy sweeping heuristics to prevent old-space expansion.
830 (issue 2194)
831
832 Performance and stability improvements on all platforms.
833
834
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00008352012-06-21: Version 3.12.1
836
837 Performance and stability improvements on all platforms.
838
839
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00008402012-06-20: Version 3.12.0
841
842 Fixed Chromium issues:
843 115100, 129628, 131994, 132727, 132741, 132742, 133211
844
845 Fixed V8 issues:
846 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
847
848 Added --extra-code flag to mksnapshot to load JS code into the VM
849 before creating the snapshot.
850
851 Support 'restart call frame' command in the debugger.
852
853 Performance and stability improvements on all platforms.
854
855
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008562012-06-13: Version 3.11.10
857
858 Implemented heap profiler memory usage reporting.
859
860 Preserved error message during finally block in try..finally.
861 (Chromium issue 129171)
862
863 Fixed EnsureCanContainElements to properly handle double values.
864 (issue 2170)
865
866 Improved heuristics to keep objects in fast mode with inherited
867 constructors.
868
869 Performance and stability improvements on all platforms.
870
871
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008722012-06-06: Version 3.11.9
873
874 Implemented ES5-conformant semantics for inherited setters and read-only
875 properties. Currently behind --es5_readonly flag, because it breaks
876 WebKit bindings.
877
878 Exposed last seen heap object id via v8 public api.
879
880 Performance and stability improvements on all platforms.
881
882
verwaest@chromium.org37141392012-05-31 13:27:02 +00008832012-05-31: Version 3.11.8
884
885 Avoid overdeep recursion in regexp where a guarded expression with a
886 minimum repetition count is inside another quantifier.
887 (Chromium issue 129926)
888
889 Fixed missing write barrier in store field stub.
890 (issues 2143, 1465, Chromium issue 129355)
891
892 Proxies: Fixed receiver for setters inherited from proxies.
893 Proxies: Fixed ToStringArray function so that it does not reject some
894 keys.
895 (issue 1543)
896
897 Performance and stability improvements on all platforms.
898
899
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00009002012-05-29: Version 3.11.7
901
902 Get better function names in stack traces.
903
904 Performance and stability improvements on all platforms.
905
906
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00009072012-05-24: Version 3.11.6
908
909 Fixed RegExp.prototype.toString for incompatible receivers
910 (issue 1981).
911
912 Performance and stability improvements on all platforms.
913
914
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00009152012-05-23: Version 3.11.5
916
917 Performance and stability improvements on all platforms.
918
919
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00009202012-05-22: Version 3.11.4
921
922 Some cleanup to common.gypi. This fixes some host/target combinations
923 that weren't working in the Make build on Mac.
924
925 Handle EINTR in socket functions and continue incomplete sends.
926 (issue 2098)
927
928 Fixed python deprecations. (issue 1391)
929
930 Made socket send and receive more robust and return 0 on failure.
931 (Chromium issue 15719)
932
933 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
934
935 Set '-m32' option for host and target platforms
936
937 Performance and stability improvements on all platforms.
938
939
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00009402012-05-18: Version 3.11.3
941
942 Disable optimization for functions that have scopes that cannot be
943 reconstructed from the context chain. (issue 2071)
944
945 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
946
947 Correctly check for native error objects. (Chromium issue 2138)
948
949 Performance and stability improvements on all platforms.
950
951
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009522012-05-16: Version 3.11.2
953
954 Revert r11496. (Chromium issue 128146)
955
956 Implement map collection for incremental marking. (issue 1465)
957
958 Add toString method to CallSite (which describes a frame of the
959 stack trace).
960
961
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009622012-05-15: Version 3.11.1
963
964 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
965
966 Fix freebsd build. (V8 issue 2126)
967
968 Performance and stability improvements on all platforms.
969
970
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009712012-05-11: Version 3.11.0
972
973 Fixed compose-discard crasher from r11524 (issue 2123).
974
975 Activated new global semantics by default. Global variables can
976 now shadow properties of the global object (ES5.1 erratum).
977
978 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
979 transitioning (Chromium issue 117409).
980
981 Made Error.prototype.name writable again, as required by the spec and
982 the web (Chromium issue 69187).
983
984 Implemented map collection with incremental marking (issue 1465).
985
986 Regexp: Fixed overflow in min-match-length calculation
987 (Chromium issue 126412).
988
989 MIPS: Fixed illegal instruction use on Loongson in code for
990 Math.random() (issue 2115).
991
992 Fixed crash bug in VisitChoice (Chromium issue 126272).
993
994 Fixed unsigned-Smi check in MappedArgumentsLookup
995 (Chromium issue 126414).
996
997 Fixed LiveEdit for function with no locals (issue 825).
998
999 Fixed register clobbering in LoadIC for interceptors
1000 (Chromium issue 125988).
1001
1002 Implemented clearing of CompareICs (issue 2102).
1003
1004 Performance and stability improvements on all platforms.
1005
1006
danno@chromium.org2c26cb12012-05-03 09:06:43 +000010072012-05-03: Version 3.10.8
1008
1009 Enabled MIPS cross-compilation.
1010
1011 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1012 (Chromium issue 125515)
1013
1014 Fixed corner cases in truncation behavior when storing to
1015 TypedArrays. (issue 2110)
1016
1017 Fixed failure to properly recognize and report out-of-memory
1018 conditions when allocating code space pages. (Chromium issue
1019 118625)
1020
1021 Fixed idle notifications to perform a round of incremental GCs
1022 after context disposal. (issue 2107)
1023
1024 Fixed preparser for try statement. (issue 2109)
1025
1026 Performance and stability improvements on all platforms.
1027
1028
danno@chromium.org1044a4d2012-04-30 12:34:39 +000010292012-04-30: Version 3.10.7
1030
1031 Performance and stability improvements on all platforms.
1032
1033
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000010342012-04-26: Version 3.10.6
1035
1036 Fixed some bugs in accessing details of the last regexp match.
1037
1038 Fixed source property of empty RegExp objects. (issue 1982)
1039
1040 Enabled inlining some V8 API functions.
1041
1042 Performance and stability improvements on all platforms.
1043
1044
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000010452012-04-23: Version 3.10.5
1046
1047 Put new global var semantics behind a flag until WebKit tests are
1048 cleaned up.
1049
1050 Enabled stepping into callback passed to builtins.
1051 (Chromium issue 109564)
1052
1053 Performance and stability improvements on all platforms.
1054
1055
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010562012-04-19: Version 3.10.4
1057
1058 Fixed issues when stressing compaction with WeakMaps.
1059
1060 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1061
1062 Simplify invocation sequence at monomorphic function invocation sites.
1063 (issue 2079)
1064
1065 Performance and stability improvements on all platforms.
1066
1067
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010682012-04-17: Version 3.10.3
1069
1070 Fixed several bugs in heap profiles (including issue 2078).
1071
1072 Throw syntax errors on illegal escape sequences.
1073
1074 Implemented rudimentary module linking (behind --harmony flag)
1075
1076 Implemented ES5 erratum: Global declarations should shadow
1077 inherited properties.
1078
1079 Made handling of const more consistent when combined with 'eval'
1080 and 'with'.
1081
1082 Fixed V8 on MinGW-x64 (issue 2026).
1083
1084 Performance and stability improvements on all platforms.
1085
1086
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000010872012-04-13: Version 3.10.2
1088
1089 Fixed native ARM build (issues 1744, 539)
1090
1091 Return LOOKUP variable instead of CONTEXT for non-context allocated
1092 outer scope parameters (Chromium issue 119609).
1093
1094 Fixed regular and ElementsKind transitions interfering with each other
1095 (Chromium issue 122271).
1096
1097 Improved performance of keyed loads/stores which have a HeapNumber
1098 index (issues 1388, 1295).
1099
1100 Fixed WeakMap processing for evacuation candidates (issue 2060).
1101
1102 Bailout on possible direct eval calls (Chromium issue 122681).
1103
1104 Do not assume that names of function expressions are context-allocated
1105 (issue 2051).
1106
1107 Performance and stability improvements on all platforms.
1108
1109
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000011102012-04-10: Version 3.10.1
1111
1112 Fixed bug with arguments object in inlined functions (issue 2045).
1113
1114 Fixed performance bug with lazy initialization (Chromium issue
1115 118686).
1116
1117 Added suppport for Mac OS X 64bit builds with GYP.
1118 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1119
1120 Fixed bug with hidden properties (issue 2034).
1121
1122 Fixed a performance bug when reloading pages (Chromium issue 117767,
1123 V8 issue 1902).
1124
1125 Fixed bug when optimizing throw in top-level code (issue 2054).
1126
1127 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1128
1129 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1130
1131 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1132
1133 Fixed compilation of V8 using uClibc.
1134
1135 Optimized boot-up memory use.
1136
1137 Optimized regular expressions.
1138
1139
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000011402012-03-30: Version 3.10.0
1141
1142 Fixed store IC writability check in strict mode
1143 (Chromium issue 120099).
1144
1145 Resynchronize timers if the Windows system time was changed.
1146 (Chromium issue 119815)
1147
1148 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1149 hardfp ARM
1150 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1151
1152 Fixed edge case for case independent regexp character classes
1153 (issue 2032).
1154
1155 Reset function info counters after context disposal.
1156 (Chromium issue 117767, V8 issue 1902)
1157
1158 Fixed missing write barrier in CopyObjectToObjectElements.
1159 (Chromium issue 119926)
1160
1161 Fixed missing bounds check in HasElementImpl.
1162 (Chromium issue 119925)
1163
1164 Performance and stability improvements on all platforms.
1165
1166
danno@chromium.org88aa0582012-03-23 15:11:57 +000011672012-03-23: Version 3.9.24
1168
1169 Activated count-based profiler for ARM.
1170
1171 Fixed use of proxies as f.prototype properties. (issue 2021)
1172
1173 Enabled snapshots on MIPS.
1174
1175 Performance and stability improvements on all platforms.
1176
1177
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011782012-03-21: Version 3.9.23
1179
1180 Use correct arguments adaptation environment when inlining function
1181 containing arguments. (Issue 2014)
1182
1183 Performance and stability improvements on all platforms.
1184
1185
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000011862012-03-20: Version 3.9.22
1187
1188 Enabled count-based profiler by default.
1189
1190 Implemented a hash based look-up to speed up address checks
1191 in large object space (issue 853).
1192
1193 Performance and stability improvements on all platforms.
1194
1195
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000011962012-03-19: Version 3.9.21
1197
1198 Fixed push-to-trunk script (and re-push).
1199
1200 Added API call that identifies strings that are guaranteed only to
1201 contain ASCII characters.
1202
1203
12042012-03-19: Version 3.9.20
1205
1206 Fixed declarations escaping global strict eval. (Issue 1624)
1207
1208 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1209
1210 Fixed function declarations overwriting read-only global properties.
1211 (Chromium issue 115452)
1212
1213 Fixed --use-strict flag in combination with --harmony[-scoping].
1214
1215 Debugger: naive implementation of "step into Function.prototype.bind".
1216
1217 Debugger: added ability to set script source from within OnBeforeCompile
1218
1219 Added flag to always call DebugBreak on abort.
1220
1221 Re-enabled constructor inlining and inline === comparison with boolean
1222 constants. (Issue 2009)
1223
1224 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1225
1226 Performance and stability improvements on all platforms.
1227
1228
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000012292012-03-14: Version 3.9.19
1230
1231 Ensure there is a smi check of the receiver for global load and call
1232 ICs (Chromium issue 117794).
1233
1234 Performance and stability improvements on all platforms.
1235
1236
yangguo@chromium.org154ff992012-03-13 08:09:54 +000012372012-03-13: Version 3.9.18
1238
1239 Ensure consistency of Math.sqrt on Intel platforms.
1240
1241 Remove static initializers in v8. (issue 1859)
1242
1243 Add explicit dependency on v8_base in the GYP-based build.
1244
1245 Performance and stability improvements on all platforms.
1246
1247
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012482012-03-12: Version 3.9.17
1249
1250 Fixed VFP detection through compiler defines. (issue 1996)
1251
1252 Add Code-related fields to postmortem metadata.
1253
1254 Performance and stability improvements on all platforms.
1255
1256
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012572012-03-09: Version 3.9.16
1258
1259 Added basic interface inference for modules (behind the --harmony flag).
1260
1261 Added Object.is, Number.isFinite, Number.isNaN.
1262
1263 Updated the Unicode tables to Unicode version 6.1.0.
1264
1265 Performance and stability improvements on all platforms.
1266
1267
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012682012-03-06: Version 3.9.15
1269
1270 Fix the heap profiler crash caused by memory layout changes between
1271 passes.
1272
1273 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1274
1275 Fix double-rounding in strtod for MinGW. (issue 1062)
1276
1277 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1278
1279 Performance and stability improvements on all platforms.
1280
1281
fschneider@chromium.org35814e52012-03-01 15:43:35 +000012822012-03-01: Version 3.9.14
1283
1284 Performance and stability improvements on all platforms.
1285
1286
ulan@chromium.org812308e2012-02-29 15:58:45 +000012872012-02-29: Version 3.9.13
1288
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001289 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001290
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001291 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1292 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001293
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001294 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001295
1296 Performance and stability improvements on all platforms.
1297
1298
ulan@chromium.org967e2702012-02-28 09:49:15 +000012992012-02-28: Version 3.9.12
1300
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001301 Fixed the negative lookup stub to handle deleted entries in a
1302 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001303
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001304 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001305 callback function can resolve the location of a return address on stack
1306 to the location where a return-address rewriting profiler stashed the
1307 original return address.
1308
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001309 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1310 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001311
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001312 Fixed issue 1853: Update breakpoints set with partial file name after
1313 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001314
1315
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000013162012-02-27: Version 3.9.11
1317
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001318 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001319
1320
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000013212012-02-24: Version 3.9.10
1322
1323 Fixed V8 issues 1322, 1772 and 1969.
1324
1325 Conformance improvements.
1326
1327 Performance and stability improvements on all platforms.
1328
1329
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000013302012-02-23: Version 3.9.9
1331
1332 Supported fast case for-in in Crankshaft.
1333
1334 Sped up heap snapshot serialization and dominators construction.
1335
1336 Randomized allocation addresses on windows. (Chromium issue 115151)
1337
1338 Fixed compilation with MinGW-w64. (issue 1943)
1339
1340 Fixed incorrect value of assignments to non-extensible properties.
1341
1342 Fixed a crash bug in generated code on ia32.
1343
1344 Performance and stability improvements on all platforms.
1345
1346
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000013472012-02-21: Version 3.9.8
1348
1349 Fixed memory leak and missing #include in StartupDataDecompressor
1350 (issue 1960).
1351
1352 Renamed static methods to avoid shadowing virtual methods and fix Clang
1353 C++11 compile error.
1354
1355 Fixed sequence of element access in array builtins (issue 1790).
1356
1357 Performance and stability improvements on all platforms.
1358
1359
yangguo@chromium.org56454712012-02-16 15:33:53 +000013602012-02-16: Version 3.9.7
1361
1362 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1363
1364 Fixed GCC-4.7 warnings.
1365
1366 Added Navier-Stokes benchmark.
1367
1368 Performance and stability improvements on all platforms.
1369
1370
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013712012-02-14: Version 3.9.6
1372
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001373 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001374
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001375 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001376
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001377 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001378
1379 Heap Snapshot maximum size limit is too low for really big apps. At the
1380 moment the limit is 256MB. (Chromium issue 113015)
1381
1382 Performance and stability improvements on all platforms.
1383
1384
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000013852012-02-09: Version 3.9.5
1386
1387 Removed unused command line flags.
1388
1389 Performance and stability improvements on all platforms.
1390
1391
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000013922012-02-08: Version 3.9.4
1393
1394 Properly initialize element-transitioning array literals on ARM.
1395 (issue 1930)
1396
1397 Bug fixes on all platforms.
1398
1399
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000014002012-02-07: Version 3.9.3
1401
1402 When rethrowing an exception, print the stack trace of its original
1403 site instead of rethrow site (Chromium issue 60240).
1404
1405 Increased size of small stacks from 32k to 64k to avoid hitting limits
1406 in Chromium (Chromium issue 112843).
1407
1408
rossberg@chromium.org994edf62012-02-06 10:12:55 +000014092012-02-06: Version 3.9.2
1410
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001411 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001412
1413 Heap profiler reports implicit references.
1414
1415 Optionally export metadata with libv8 to enable debuggers to inspect V8
1416 state.
1417
1418
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000014192012-02-02: Version 3.9.1
1420
1421 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1422 (Chromium issue 112315).
1423
1424 Fixed a crash in dev tools (Chromium issue 107996).
1425
1426 Added 'dependencies_traverse': 1 to v8 GYP target.
1427
1428 Performance and stability improvements on all platforms.
1429
1430
danno@chromium.orgfa458e42012-02-01 10:48:36 +000014312012-02-01: Version 3.9.0
1432
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001433 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001434
1435 Stability fixes and performance improvements on all platforms.
1436
1437
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000014382012-01-26: Version 3.8.9
1439
1440 Flush number string cache on GC (issue 1605).
1441
1442 Provide access to function inferred name with
1443 v8::Function::GetInferredName in V8 public API.
1444
1445 Fix building with Clang (issue 1912).
1446
1447 Reduce the space used by the stack for the profiling thread.
1448
1449 Fix misleading documentation of v8::Locker (issue 542).
1450
1451 Introduce readbinary function in d8 to read binary files.
1452
1453 Performance and stability improvements on all platforms.
1454
1455
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014562012-01-23: Version 3.8.8
1457
1458 Limited number of loop iterations in Heap::ReserveSpace
1459 (Chromium issue 99027).
1460
1461 Fixed solaris build (VirtualMemory) (issue 1761).
1462
1463 Fixed strict vs. non-strict handling of function proxies in
1464 higher-order array and string methods.
1465
1466 Enabled asynchronous remote debugging with d8 (issue 1691).
1467
1468 Stability and performance improvements on all platforms.
1469
1470
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014712012-01-19: Version 3.8.7
1472
1473 Ensure that LRandom restores rsi after call to the C function on x64.
1474 (Chromium issue http://crbug.com/110509)
1475
1476 Fixing include issues on *bsd when building with scons.
1477 (issue 1897)
1478
1479 Provide a switch to specify -fno-strict-aliasing
1480 (issue 1887)
1481
1482 Move WIN32 define from standalone.gypi to common.gypi
1483 (issue 1760)
1484
1485 Fix corner-case in heap size estimation.
1486 (issue 1893)
1487
1488 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1489 (issue 1903)
1490
1491 Performance improvements and bug fixes.
1492
1493
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000014942012-01-16: Version 3.8.6
1495
1496 Add primitive WebGL array support to d8.
1497
1498 Improve heap size estimation (issue 1893).
1499
1500 Hash collision DOS workaround extended from string keys
1501 to numeric keys.
1502
1503 Provide an API for iterating through all external strings referenced
1504 from the JS heap.
1505
1506 Adjust position recorded for call expressions. http://crbug.com/109195
1507
1508 Fix GC crash related to instanceof. http://crbug.com/109448
1509
1510 Performance improvements and bug fixes.
1511
1512
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000015132012-01-05: Version 3.8.5
1514
1515 Fix broken test that assumes that no GC can clear the regexp cache (GC
1516 can happen at any time due to Crankshaft).
1517
1518 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1519
1520 Add netbsd support to gyp build.
1521
1522 Determine page size at runtime on posix platforms.
1523
1524 Ensure that store buffer filtering hash sets are cleared after
1525 StoreBuffer::Filter.
1526
1527 Randomize the seed used for string hashing. This helps guard against
1528 CPU-eating DOS attacks against node.js servers. Based on code from
1529 Bert Belder. This version only solves the issue for those that compile
1530 V8 themselves or those that do not use snapshots. A snapshot-based
1531 precompiled V8 will still have predictable string hash codes.
1532
1533 Implement callback when script finishes running in V8 API.
1534
1535 Improve performance of Math.min and Math.max for the case of two
1536 arguments. (issue 1325)
1537
1538
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000015392012-01-02: Version 3.8.4
1540
1541 Performance improvements for large Smi-only arrays.
1542
1543 Fixed InternalArrays construction. (issue 1878)
1544
1545
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000015462011-12-27: Version 3.8.3
1547
1548 Avoid embedding new space objects into code objects in the lithium gap
1549 resolver. (chromium:108296)
1550
1551 Bug fixes and performance optimizations on all platforms.
1552
1553
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015542011-12-21: Version 3.8.2
1555
1556 Add max optimization flag to v8 gyp build to ensure V8 is always built
1557 fully optimized in Chrome.
1558
1559 MIPS: Bring MIPS to parity with other platforms.
1560
1561 Optimizations and stability improvements on all platforms.
1562
1563
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015642011-12-19: Version 3.8.1
1565
1566 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1567
1568 Stability improvements on all platforms.
1569
1570
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015712011-12-13: Version 3.8.0
1572
1573 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1574
1575 Sync parser and preparser on do-while and return statements.
1576 (issue 1856)
1577
1578 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1579
1580 Stability and performance improvements on all platforms.
1581
1582
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000015832011-12-01: Version 3.7.12
1584
1585 Increase tick interval for the android platform.
1586
1587 Fix a bug in the register allocator. (chromium:105112)
1588
1589 Fix handling of recompiling code. (chromium:105375, v8:1782)
1590
1591 Start incremental marking on idle notification. (v8:1458)
1592
1593 Build fixes for various platforms.
1594
1595 Various performance improvements.
1596
1597
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000015982011-11-29: Version 3.7.11
1599
1600 Fixed bug when generating padding to ensure space for lazy
1601 deoptimization.
1602 (issue 1846)
1603
1604 Further reduced pause times due to GC.
1605
1606 Stability and performance improvements on all platforms.
1607
1608
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000016092011-11-23: Version 3.7.10
1610
1611 Set maximum length of FixedArray in terms of elements instead an
1612 absolute number of bytes.
1613 (Chromium issue 103103)
1614
1615 Stability and performance improvements on all platforms.
1616
1617
16182011-11-21: Version 3.7.9
1619
1620 Removed exit-time destructors.
1621
1622 Stability and performance improvements on all platforms.
1623
1624
ricow@chromium.org27bf2882011-11-17 08:34:43 +000016252011-11-17: Version 3.7.8
1626
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001627 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001628 function on builtins will not make the original function reappear.
1629
1630 Added NetBSD support for scons build.
1631
1632 Performance improvements on all platforms.
1633
1634
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000016352011-11-14: Version 3.7.7
1636
1637 Fix missing fast property accessors in heap snapshots.
1638 (issue 1818)
1639
1640
danno@chromium.org2c456792011-11-11 12:00:53 +000016412011-11-11: Version 3.7.6
1642
1643 Fixed filtering of store buffer for large object pages.
1644 (issue 1817)
1645
1646 Fixed generated hash function on all platforms.
1647 (issue 1808)
1648
1649 Fixed Heap::Shrink to ensure that it does not free pages that are
1650 still in use.
1651 (Chromium issue 100414)
1652
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001653 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001654
1655
danno@chromium.orgc612e022011-11-10 11:38:15 +000016562011-11-10: Version 3.7.5
1657
1658 Added initial gyp infrastructure for MIPS.
1659
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001660 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001661 collector.
1662
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001663 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001664
1665
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016662011-11-07: Version 3.7.4
1667
1668 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1669
1670 Fix Harmony sets and maps to allow null and undefined as keys
1671 (still hidden behind --harmony flag) (issue 1622).
1672
1673 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1674
1675 Enable VFP instructions for Android.
1676
1677 Fix error handling in Date.prototype.toISOString (issue 1792).
1678
1679 Bug fixes and performance improvements for all platforms.
1680
1681 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1682
1683
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000016842011-10-28: Version 3.7.3
1685
1686 Slight deoptimization as a workaround for issue with jslint: Issue
1687 1789.
1688
1689
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000016902011-10-27: Version 3.7.2
1691
1692 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1693
1694
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000016952011-10-26: Version 3.7.1
1696
1697 Achieved 33% speedup in debug-mode tests.
1698
1699 Removed special casing of calls to RegExp test and exec methods with no
1700 argument. Now matches new JSC behaviour. crbug.com/75740.
1701
1702 Return the empty string on cyclic references in toString (ES5
1703 conformance).
1704
1705 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1706
1707 Made Math.random state per-context instead of per-process (issue 864).
1708
1709 Fixed stack traces to skip native functions.
1710
1711 Make snapshots (new contexts) smaller and faster.
1712
1713 Fixed handling of Function.apply for non-array arguments.
1714
1715 Fixed evaluation order in defineProperties to match FireFox.
1716
1717 Fixed handling of non-object receivers for array builtins,
1718 crbug.com/100702.
1719
1720 Multiple fixes to improve compliance with test262.
1721
1722 Fixed compatibility with older Android releases.
1723
1724 Fixed compilation with gcc-4.5.3.
1725
1726 Improved performance of WriteUtf8, issue 1665.
1727
1728 Made native syntax an early error in the preparser.
1729
1730 Fixed issues 793 and 893 relating to Function.prototype.bind.
1731
1732 Improved let, const, Set and Map support and other Harmony features
1733 (behind the --harmony flag).
1734
1735 Changed evaluation order for > and <= to match ES5 instead of ES3.
1736
1737 Bug fixes and performance improvements on all platforms.
1738
1739
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000017402011-10-13: Version 3.7.0
1741
1742 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1743
1744 Fixed issue 1757 (string slices of external strings).
1745
1746 Fixed issue 1759 (ARM).
1747
1748 Added flag --noclever-optimizations to disable some things that
1749 caused trouble in the past.
1750
1751 Added flag --stress-compaction for testing.
1752
1753 Added flag --harmony to activate all experimental Harmony features.
1754
1755
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017562011-10-10: Version 3.6.6
1757
1758 Added a GC pause visualization tool.
1759
1760 Added presubmit=no and werror=no flags to Makefile.
1761
1762 ES5/Test262 conformance improvements.
1763
1764 Fixed compilation issues with GCC 4.5.x (issue 1743).
1765
1766 Bug fixes and performance improvements on all platforms.
1767
1768
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017692011-10-05: Version 3.6.5
1770
1771 New incremental garbage collector.
1772
1773 Removed the hard heap size limit (soft heap size limit is still
1774 700/1400Mbytes by default).
1775
1776 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1777
1778 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1779
1780 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1781
1782 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1783
1784 Fixed the MinGW and Windows 2000 builds.
1785
1786 Fixed "Prototype chain is not searched if named property handler does
1787 not set a property" (Issue 1636).
1788
1789 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1790
1791 Disallowed future reserved words as labels in strict mode.
1792
1793 Fixed string split to correctly coerce the separator to a string
1794 (Issue 1711).
1795
1796 API: Added an optional source length field to the Extension
1797 constructor.
1798
1799 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1800 (Issue 1573).
1801
1802 Added "native" target to Makefile for the benefit of Linux distros.
1803
1804 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1805
1806 More work on ES-Harmony proxies. Still hidden behind a flag.
1807
1808 Bug fixes and performance improvements on all platforms.
1809
1810
lrn@chromium.org34e60782011-09-15 07:25:40 +000018112011-09-15: Version 3.6.4
1812
1813 Fixed d8's broken readline history.
1814
1815 Removed the need for code delete events in CPU profiler (Issue 1466).
1816
1817 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1818
1819 Fixing parallel execution in d8 (with -p) and some memory leaks.
1820
1821 Support for precise stepping in functions compiled before debugging was
1822 started (step 1).
1823
1824
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000018252011-09-13: Version 3.6.3
1826
1827 Implemented better support of typed arrays in the d8 shell.
1828
1829 Bug fixes and performance improvements on all platforms.
1830
1831
ricow@chromium.org55ee8072011-09-08 16:33:10 +000018322011-09-08: Version 3.6.2
1833
1834 Added "dependencies" target to top-level Makefile.
1835
1836 Added ability to turn profiler on/off in d8.
1837
1838 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1839
1840 Fixed several crash bugs.
1841
1842
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000018432011-09-07: Version 3.6.1
1844
1845 Fixed a bug in abrupt exit from with or catch inside finally.
1846
1847 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1848 issue 95113).
1849
1850 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1851
1852 Fixed a few clang warnings (which -Werror treated as errors).
1853
1854 Performance improvements on all platforms.
1855
1856
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018572011-09-05: Version 3.6.0
1858
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001859 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001860
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001861 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001862
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001863 Made arguments and caller always be null on native functions
1864 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001865
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001866 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001867
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001868 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001869
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001870 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001871
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001872 Fixed a problem with large heap snapshots in Chrome DevTools
1873 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001874
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001875 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001876
1877
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018782011-08-31: Version 3.5.10
1879
1880 Added dependency of v8_base on WinSocket2 Windows library in
1881 the GYP-build.
1882
1883 Various bugfixes.
1884
1885
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000018862011-08-29: Version 3.5.9
1887
1888 Made FromPropertyDescriptor not trigger inherited setters.
1889
1890 Fixed .gyp files to work on the ARM simulator.
1891
1892 Fixed shared library build warnings for MSVS.
1893
1894
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000018952011-08-24: Version 3.5.8
1896
1897 Added V8EXPORT attributes for v8::Array::CheckCast and
1898 v8::Number::CheckCast.
1899
1900 Made a slight API change enabling opting out from null termination
1901 in String::Write*().
1902
1903 Fixed arm build for gcc-4.6.
1904
1905
rossberg@chromium.org28a37082011-08-22 11:03:23 +000019062011-08-22: Version 3.5.7
1907
1908 Make scanner handle invalid unicode escapes in identifiers correctly.
1909
1910 Make regexp flag parsing stricter.
1911
1912 Fix several memory leaks.
1913
1914
danno@chromium.orgb6451162011-08-17 14:33:23 +000019152011-08-17: Version 3.5.6
1916
1917 Fixed issue that could cause crashes when running with --heap-stats.
1918
1919 Fixed compilation on Linux 2.6.9 and older.
1920
1921 Fixed live-object-list to work with isolates.
1922
1923 Fixed memory leaks in zones and isolates.
1924
1925 Fixed a performance regression for TypedArrays on x64.
1926
1927 Stability improvements on all platforms.
1928
1929
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000019302011-08-15: Version 3.5.5
1931
1932 Fixed bugs involving negative zero and the optimizing compiler.
1933
1934 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1935
1936 Eliminated uses of deprecated ARM instructions.
1937
1938 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1939
1940 Removed restriction on the size of disassembled code that is printed.
1941
1942
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000019432011-08-10: Version 3.5.4
1944
1945 Added a preliminary implementation of ES Harmony weak maps. Weak
1946 maps can be enabled by the flag --harmony-weakmaps.
1947
1948 Introduced a toplevel Makefile to support GYP-based building. GYP
1949 can be obtained from http://gyp.googlecode.com.
1950
1951 Fixed a bug in the length property of functions created by
1952 Function.prototype.bind.
1953
1954 Reduced malloc heap allocation on process startup.
1955
1956 Several important code generation bug fixes.
1957
1958 Performance improvements on all platforms.
1959
1960
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019612011-08-03: Version 3.5.3
1962
1963 MIPS: Port of fix to ClassOf check from ARM.
1964 Patch from Paul Lind <plind44@gmail.com>.
1965
1966 Stopped using mprotect on Cygwin.
1967 Avoided uninitialized member warning on gcc 4.3.4
1968 Both patches by Bert Belder.
1969
1970 Bug fixes and performance improvements on all platforms.
1971
1972
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019732011-08-01: Version 3.5.2
1974
1975 Performance improvements on all platforms.
1976
1977
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019782011-07-28: Version 3.5.1
1979
1980 Fixed setting the readonly flag on the prototype property using the
1981 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1982
1983 Changed the tools/test.py script to use d8 instead of shell for
1984 testing.
1985
1986 Fixed crash in ToBooleanStub when GC happens during invocation.
1987
1988 Enabled automatic unboxing of double arrays.
1989
1990 Performance improvements on all platforms.
1991
1992
ricow@chromium.org9fa09672011-07-25 11:05:35 +000019932011-07-25: Version 3.5.0
1994
1995 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1996 proxies.
1997
1998 Removed logging to memory support.
1999
2000 Bugfixes and performance work.
2001
2002
rossberg@chromium.org717967f2011-07-20 13:44:42 +000020032011-07-20: Version 3.4.14
2004
2005 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2006
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002007 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002008 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002009
2010 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2011
2012
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000020132011-07-18: Version 3.4.13
2014
2015 Improved debugger support to allow inspection of optimized frames (issue
2016 1140).
2017
2018 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2019
2020 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2021
2022 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2023
2024 Simplified HClampToUint8. Patch by Andy Wingo.
2025
2026 Exposed APIs for detecting boxed primitives, native errors. Patch by
2027 Luke Zarko.
2028
2029 Added map check for COW elements to crankshaft array handling code
2030 (issue 1560).
2031
2032 Sample shell and (a light version of) D8 links against a shared library
2033 now.
2034
2035 Fixed bug in array filter and reduce functions (issue 1559).
2036
2037 Avoid TLS load in AstNode constructor.
2038
2039 Introduced a random entropy source which can optionally be provided at
2040 initialization. (Chromium issue 89462).
2041
2042
whesse@chromium.org030d38e2011-07-13 13:23:34 +000020432011-07-13: Version 3.4.12
2044
2045 Added --prof profiling option to d8 shell.
2046
2047 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2048
2049 Fixed a potential assertion failure in const declarations.
2050
2051 Fixed an assertion failure in descriptor arrays (issue 1526).
2052
2053 Enabled fast thread-local storage by default on supported platforms.
2054
2055 Improved reporting of source position for global variable loads
2056 (issue 1527).
2057
2058
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020592011-07-11: Version 3.4.11
2060
2061 Fixed MinGW32 build.
2062
2063 Fixed a GC bug with RegExp code flushing.
2064
2065 Implemented Object.defineProperty for proxies.
2066
2067 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2068
2069 Added debugger support for inspecting optimized frames (issue 1140).
2070
2071 Allowed JSObject::PreventExtensions to work for arguments objects.
2072
2073 Bugfixes and performance work.
2074
2075
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020762011-07-06: Version 3.4.10
2077
2078 Fixed debugger not breaking on certain "if" statements (issue 1523).
2079
2080 Fixed assertion failure in runtime profiler when running on IA32
2081 without snapshot (issue 1522).
2082
2083 Fixed ABI for API calls on IA32 (for clang compatibility).
2084
2085 Introduced code flushing of RegExp code to free memory used by
2086 RegExps sooner.
2087
2088 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2089
2090 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2091
2092 Performance improvements on all platforms.
2093
2094
ricow@chromium.org4f693d62011-07-04 14:01:31 +000020952011-07-04: Version 3.4.9
2096
2097 Added support for debugger inspection of locals in optimized frames
2098 (issue 1140).
2099
2100 Fixed SConstruct to pass correct defines to samples/preparser when
2101 building with library=shared.
2102
2103 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2104
2105 Fixed a bug in Object.defineProperty on the arguments object.
2106
2107 Performance improvements on all platforms.
2108
2109
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000021102011-06-29: Version 3.4.8
2111
2112 Ensure 16-byte stack alignment on Solaris (issue 1505).
2113
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002114 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002115 that is not a smi. (issue 1246).
2116
2117
ager@chromium.org04921a82011-06-27 13:21:41 +000021182011-06-27: Version 3.4.7
2119
2120 Fixed 64-bit build on FreeBSD.
2121
2122 Added API to set the property attributes for the prototype
2123 property on functions created from FunctionTemplates.
2124
2125 Bugfixes and performance work.
2126
2127
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000021282011-06-22: Version 3.4.6
2129
2130 Lowered limit on code space for systems with low memory supply.
2131
2132 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2133
2134 Extended setBreakpoint API to accept partial script name (issue 1418).
2135
2136 Made multi-line comments not count when deciding whether the '-->'
2137 comment starter is first on a line. This matches Safari.
2138
2139 Made handling of non-array recievers in Array length setter correct
2140 (issue 1491).
2141
2142 Added ability to heap profiler to iterate over snapshot's node
2143 (issue 1481).
2144
2145
whesse@chromium.org7b260152011-06-20 15:33:18 +000021462011-06-20: Version 3.4.5
2147
2148 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2149 1476, and 1477.
2150
2151 Improved code generation for !0 and !1.
2152
2153 Reduced memory usage for regular expressions with nested qualifiers.
2154 (issue 1472)
2155
2156 Fixed V8 to count line terminators in multi-line comments.
2157 (Chromium issue 86431)
2158
2159 Fixed disassembler=on option for release-mode builds. (issue 1473)
2160
2161 Performance improvements on all platforms.
2162
2163
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021642011-06-15: Version 3.4.4
2165
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002166 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002167
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002168 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002169
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002170 Several GYP-related changes: Added support for building Xcode project
2171 files. Make the ARM simulator build with GYP again. Generate Makefiles
2172 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002173
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002174 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2175 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002176
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002177 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002178
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002179 Handle 'undefined' correctly when === has been specialized for doubles.
2180 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002181
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002182 Corrected the limit of local variables in an optimized function from 64
2183 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002184
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002185 Correctly set ReadOnly flag on indexed properties when using the API Set
2186 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002187
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002188 Give the correct error message when Object.isExtensible is called on a
2189 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002190
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002191 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2192 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002193
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002194 Do not redefine properties unneccesarily in seal and freeze. (issue
2195 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002196
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002197 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002198
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002199 Distinguish keyed loads with a symbol key from fast elements loads,
2200 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002201
2202
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000022032011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002204
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002205 Clear the global thread table when an isolate is disposed
2206 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002207
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002208 Converted time zone name to UTF8 on Windows (issue 1290).
2209
2210 Limited the number of arguments in a function call to 32766
2211 (issue 1413).
2212
2213 Compress sources of JS libraries in addition to the snapshot.
2214
2215 Fixed a bug in Lithium environment iteration.
2216
2217 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002218
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002219
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000022202011-06-06: Version 3.4.2
2221
2222 More work on ES-Harmony proxies. Still hidden behind a flag.
2223
2224 Fixed some crash bugs and improved performance.
2225
2226 Fixed building with gdb debugging support.
2227
2228 Do not install SIGPROF handler until it is needed.
2229
2230 Added DateTimeFormat to i18n API.
2231
2232 Fixed compilation on OpenBSD.
2233
2234 Take the ulimit into account when sizing the heap. OpenBSD users
2235 may still have to increase the default ulimit to run heavy pages in
2236 the browser.
2237
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002238
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000022392011-06-01: Version 3.4.1
2240
2241 Fixed JSON stringify issue with arrays.
2242
2243 Changed calls to JS builtins to be passed undefined when called with
2244 implicit receiver.
2245
2246 Implemented the set trap for Harmony proxies. Proxies still need to
2247 be enabled with the --harmony-proxies flag.
2248
2249
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022502011-05-30: Version 3.4.0
2251
2252 Changed calls to undefined property setters to not throw (issue 1355).
2253
2254 Made RegExp objects not callable.
2255
2256 Fixed issues on special case large JSON strings in new json parser
2257 (issues http://crbug.com/83877 and http://crbug.com/84186).
2258
2259 Performance improvements on all platforms.
2260
2261
danno@chromium.org40cb8782011-05-25 07:58:50 +000022622011-05-25: Version 3.3.10
2263
2264 Fixed calls of strict mode function with an implicit receiver.
2265
2266 Fixed fast handling of arrays to properly deal with changes to the
2267 Object prototype (issue 1403).
2268
2269 Changed strict mode poison pill to be the same type error function
2270 (issue 1387).
2271
2272 Fixed a debug crash in arguments object handling (issue 1227).
2273
2274 Fixed a bug in deoptimization on x64 (issue 1404).
2275
2276 Performance improvements and bug fixes on all platforms.
2277
2278
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022792011-05-23: Version 3.3.9
2280
2281 Added DateTimeFormat class to experimental i18n API.
2282
2283 Extended preparser to give early errors for some strict mode
2284 restrictions.
2285
2286 Removed legacy execScript function from V8.
2287
2288 Extended isolate API with the ability to add embedder-specific
2289 data to an isolate.
2290
2291 Added basic support for polymorphic loads from JS and external
2292 arrays.
2293
2294 Fixed bug in handling of switch statements in the optimizing
2295 compiler.
2296
2297
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000022982011-05-18: Version 3.3.8
2299
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002300 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002301 handles are independent of all other persistent handles and can be
2302 garbage collected more frequently.
2303
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002304 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002305 with the --harmony-proxies flag.
2306
2307 Performance improvements and bug fixes on all platforms.
2308
2309
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000023102011-05-16: Version 3.3.7
2311
2312 Updated MIPS infrastructure files.
2313
2314 Performance improvements and bug fixes on all platforms.
2315
2316
karlklose@chromium.org83a47282011-05-11 11:54:09 +000023172011-05-11: Version 3.3.6
2318
2319 Updated MIPS infrastructure files.
2320
2321 Added method IsCallable for Object to the API.
2322 Patch by Peter Varga.
2323
2324
lrn@chromium.org1c092762011-05-09 09:42:16 +000023252011-05-09: Version 3.3.5
2326
2327 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2328
2329 Added check that receiver is JSObject on API calls.
2330
2331 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2332 Patch by Peter Varga.
2333
2334 Added CallAsFunction method to the Object class in the API (Issue 1336).
2335 Patch by Peter Varga.
2336
2337 Added per-isolate locking and unlocking.
2338
2339 Fixed bug in x64 >>> operator (Issue 1359).
2340
2341
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000023422011-05-04: Version 3.3.4
2343
2344 Implemented API to disallow code generation from strings for a context
2345 (issue 1258).
2346
2347 Fixed bug with whitespaces in parseInt (issue 955).
2348
2349 Fixed bug with == comparison of Date objects (issue 1356).
2350
2351 Added GYP variables for ARM code generation:
2352 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2353 and v8_use_arm_eabi_hardfloat.
2354
2355
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023562011-05-02: Version 3.3.3
2357
2358 Added support for generating Visual Studio solution and project files
2359 using GYP.
2360
2361 Implemented support for ARM EABI calling convention variation where
2362 floating-point arguments are passed in registers (hardfloat).
2363
2364 Added Object::HasOwnProperty() to the API.
2365
2366 Added support for compressing startup data to reduce binary size. This
2367 includes build time support and an API for the embedder to decompress
2368 the startup data before initializing V8.
2369
2370 Reduced the profiling hooks overhead from >400% to 25% when using
2371 ll_prof.
2372
2373 Performance improvements and bug fixes on all platforms.
2374
2375
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023762011-04-27: Version 3.3.2
2377
2378 Fixed crash bug on ARM with no VFP3 hardware.
2379
2380 Fixed compilation of V8 without debugger support.
2381
2382 Improved performance on JSLint.
2383
2384 Added support Float64 WebGL arrays.
2385
2386 Fixed crash bug in regexp replace.
2387
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002388
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000023892011-04-20: Version 3.3.1
2390
2391 Reduced V8 binary size by removing virtual functions from hydrogen.
2392
2393 Fixed crash bug on x64.
2394
2395 Performance improvements on ARM and IA32.
2396
2397
danno@chromium.org160a7b02011-04-18 15:51:38 +000023982011-04-18: Version 3.3.0
2399
2400 Fixed bug in floating point rounding in Crankshaft on ARM
2401 (issue 958)
2402
2403 Fixed a number of issues with running without VFPv3 support on ARM
2404 (issue 1315)
2405
2406 Introduced v8Locale.Collator, a partial implementation of Collator
2407 per last ECMAScript meeting + mailing list.
2408
2409 Minor performance improvements and bug fixes.
2410
2411
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000024122011-04-13: Version 3.2.10
2413
2414 Fixed bug in external float arrays on ARM (issue 1323).
2415
2416 Minor performance improvements and bug fixes.
2417
2418
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000024192011-04-11: Version 3.2.9
2420
2421 Removed support for ABI prior to EABI on ARM.
2422
2423 Fixed multiple crash bugs.
2424
2425 Added GCMole to the repository, a simple static analysis tool that
2426 searches for GC-unsafe evaluation order dependent callsites.
2427
2428 Made preparser API be exported in shared libraries.
2429
2430 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2431
2432 Fixed mutable __proto__ property if object is not extensible
2433 (Issue 1309).
2434
2435 Fixed auto suspension of the sampler thread.
2436
2437
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000024382011-04-06: Version 3.2.8
2439
2440 Exposed WebGL typed array constructors in the shell sample.
2441
2442 Performance improvements on all platforms.
2443
2444
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000024452011-04-04: Version 3.2.7
2446
2447 Disabled the original 'classic' V8 code generator. Crankshaft is
2448 now the default on all platforms.
2449
2450 Changed the heap profiler to use more descriptive names.
2451
2452 Performance and stability improvements to isolates on all platforms.
2453
2454
lrn@chromium.org7516f052011-03-30 08:52:27 +000024552011-03-30: Version 3.2.6
2456
2457 Fixed xcode build warning in shell.cc (out of order initialization).
2458
2459 Fixed null-pointer dereference in the compiler when running without
2460 SSE3 support (Chromium issue 77654).
2461
2462 Fixed x64 compilation error due to some dead code. (Issue 1286)
2463
2464 Introduced scons target to build the preparser stand-alone example.
2465
2466 Made FreeBSD build and pass all tests.
2467
2468
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024692011-03-28: Version 3.2.5
2470
lrn@chromium.org7516f052011-03-30 08:52:27 +00002471 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002472
2473 Added Crankshaft support for external arrays.
2474
2475 Fixed two potential crash bugs.
2476
2477
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024782011-03-23: Version 3.2.4
2479
2480 Added isolates which allows several V8 instances in the same process.
2481 This is controlled through the new Isolate class in the API.
2482
2483 Implemented more of EcmaScript 5 strict mode.
2484
2485 Reduced the time it takes to make detailed heap snapshot.
2486
2487 Added a number of commands to the ARM simulator and enhanced the ARM
2488 disassembler.
2489
2490
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000024912011-03-17: Version 3.2.3
2492
2493 Fixed a number of crash bugs.
2494
2495 Fixed Array::New(length) to return an array with a length (issue 1256).
2496
2497 Fixed FreeBSD build.
2498
2499 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2500
2501 Implemented more of EcmaScript 5 strict mode.
2502
2503 Improved Crankshaft performance on all platforms.
2504
2505
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000025062011-03-14: Version 3.2.2
2507
2508 Fixed a number of crash and correctness bugs.
2509
2510 Improved Crankshaft performance on all platforms.
2511
2512 Fixed Crankshaft on Solaris/Illumos.
2513
2514
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000025152011-03-10: Version 3.2.1
2516
2517 Fixed a number of crash bugs.
2518
2519 Improved Crankshaft for x64 and ARM.
2520
2521 Implemented more of EcmaScript 5 strict mode.
2522
2523
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000025242011-03-07: Version 3.2.0
2525
2526 Fixed a number of crash bugs.
2527
2528 Turned on Crankshaft by default on x64 and ARM.
2529
2530 Improved Crankshaft for x64 and ARM.
2531
2532 Implemented more of EcmaScript 5 strict mode.
2533
2534
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000025352011-03-02: Version 3.1.8
2536
2537 Fixed a number of crash bugs.
2538
2539 Improved Crankshaft for x64 and ARM.
2540
2541 Implemented more of EcmaScript 5 strict mode.
2542
2543 Fixed issue with unaligned reads and writes on ARM.
2544
2545 Improved heap profiler support.
2546
2547
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025482011-02-28: Version 3.1.7
2549
2550 Fixed a number of crash bugs.
2551
2552 Improved Crankshaft for x64 and ARM.
2553
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002554 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002555 arrays (http://crbug.com/73940).
2556
2557 Fixed bug in map space compaction (http://crbug.com/59688).
2558
2559 Added support for direct getter accessors calls on ARM.
2560
2561
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025622011-02-24: Version 3.1.6
2563
2564 Fixed a number of crash bugs.
2565
2566 Added support for Cygwin (issue 64).
2567
2568 Improved Crankshaft for x64 and ARM.
2569
2570 Added Crankshaft support for stores to pixel arrays.
2571
2572 Fixed issue in CPU profiler with Crankshaft.
2573
2574
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025752011-02-16: Version 3.1.5
2576
2577 Change RegExp parsing to disallow /(*)/.
2578
2579 Added GDB JIT support for ARM.
2580
2581 Fixed several crash bugs.
2582
2583 Performance improvements on the IA32 platform.
2584
2585
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000025862011-02-14: Version 3.1.4
2587
2588 Fixed incorrect compare of prototypes of the global object (issue
2589 1082).
2590
2591 Fixed a bug in optimizing calls to global functions (issue 1106).
2592
2593 Made optimized Function.prototype.apply safe for non-JSObject first
2594 arguments (issue 1128).
2595
2596 Fixed an error related to element accessors on Object.prototype and
2597 parser errors (issue 1130).
2598
2599 Fixed a bug in sorting an array with large array indices (issue 1131).
2600
2601 Properly treat exceptions thrown while compiling (issue 1132).
2602
2603 Fixed bug in register requirements for function.apply (issue 1133).
2604
2605 Fixed a representation change bug in the Hydrogen graph construction
2606 (issue 1134).
2607
2608 Fixed the semantics of delete on parameters (issue 1136).
2609
2610 Fixed a optimizer bug related to moving instructions with side effects
2611 (issue 1138).
2612
2613 Added support for the global object in Object.keys (issue 1150).
2614
2615 Fixed incorrect value for Math.LOG10E
2616 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2617
2618 Performance improvements on the IA32 platform.
2619
2620 Implement assignment to undefined reference in ES5 Strict Mode.
2621
2622
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000026232011-02-09: Version 3.1.3
2624
2625 Fixed a bug triggered by functions with huge numbers of declared
2626 arguments.
2627
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002628 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002629
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002630 Fixed issue where Array.prototype.__proto__ had been set to null
2631 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002632
2633 Fixed stability bugs in Crankshaft for x86.
2634
2635
ricow@chromium.org83aa5492011-02-07 12:42:56 +000026362011-02-07: Version 3.1.2
2637
2638 Added better security checks when accessing properties via
2639 Object.getOwnPropertyDescriptor.
2640
2641 Fixed bug in Object.defineProperty and related access bugs (issues
2642 992, 1083 and 1092).
2643
2644 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2645 copyright notice generation for embedders.
2646
2647
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026482011-02-02: Version 3.1.1
2649
2650 Perform security checks before fetching the value in
2651 Object.getOwnPropertyDescriptor.
2652
2653 Fixed a bug in Array.prototype.splice triggered by passing no
2654 arguments.
2655
2656 Fixed bugs in -0 in arithmetic and in Math.pow.
2657
2658 Fixed bugs in the register allocator and in switching from optimized
2659 to unoptimized code.
2660
2661
26622011-01-31: Version 3.1.0
2663
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002664 Performance improvements on all platforms.
2665
2666
ager@chromium.org378b34e2011-01-28 08:04:38 +000026672011-01-28: Version 3.0.12
2668
2669 Added support for strict mode parameter and object property
2670 validation.
2671
2672 Fixed a couple of crash bugs.
2673
2674
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026752011-01-25: Version 3.0.11
2676
2677 Fixed a bug in deletion of lookup slots that could cause global
2678 variables to be accidentally deleted (http://crbug.com/70066).
2679
2680 Added support for strict mode octal literal verification.
2681
2682 Fixed a couple of crash bugs (issues 1070 and 1071).
2683
2684
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000026852011-01-24: Version 3.0.10
2686
2687 Fixed External::Wrap for 64-bit addresses (issue 1037).
2688
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002689 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002690 code generator (issue 1060).
2691
2692 Introduced partial strict mode support.
2693
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002694 Changed formatting of recursive error messages to match Firefox and
2695 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002696
2697 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002698 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002699 (issue http://crbug.com/50972).
2700
2701 Performance improvements on the IA32 platform.
2702
2703
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000027042011-01-19: Version 3.0.9
2705
2706 Added basic GDB JIT Interface integration.
2707
2708 Make invalid break/continue statements a syntax error instead of a
2709 runtime error.
2710
2711
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027122011-01-17: Version 3.0.8
2713
2714 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002715 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002716
2717 Wrapped external pointers more carefully (issue 1037).
2718
2719 Hardened the implementation of error objects to avoid setters
2720 intercepting the properties set then throwing an error.
2721
2722 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2723
2724 Performance improvements on the IA32 platform.
2725
2726
27272011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002728
2729 Stopped calling inherited setters when creating object literals
2730 (issue 1015).
2731
2732 Changed interpretation of malformed \c? escapes in RegExp to match
2733 JSC.
2734
2735 Enhanced the command-line debugger interface and fixed some minor
2736 bugs in the debugger.
2737
2738 Performance improvements on the IA32 platform.
2739
2740
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027412011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002742
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002743 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002744
2745 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002746 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002747
2748 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002749 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002750
2751 Added use_system_v8 option to gyp (off by default), to make it easier
2752 for Linux distributions to ship with system-provided V8 library.
2753
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002754 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002755
2756 Added labelled thread names to help with debugging (on Linux).
2757
2758
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027592011-01-03: Version 3.0.5
2760
2761 Fixed a couple of cast errors for gcc-3.4.3.
2762
2763 Performance improvements in GC and IA32 code generator.
2764
2765
whesse@chromium.org023421e2010-12-21 12:19:12 +000027662010-12-21: Version 3.0.4
2767
2768 Added Date::ResetCache() to the API so that the cached values in the
2769 Date object can be reset to allow live DST / timezone changes.
2770
2771 Extended existing support for printing (while debugging) the contents
2772 of objects. Added support for printing objects from release builds.
2773
2774 Fixed V8 issues 989, 1006, and 1007.
2775
2776
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027772010-12-17: Version 3.0.3
2778
2779 Reapplied all changes for version 3.0.1.
2780
2781 Improved debugger protocol for remote debugging.
2782
2783 Added experimental support for using gyp to generate build files
2784 for V8.
2785
2786 Fixed implementation of String::Write in the API (issue 975).
2787
2788
lrn@chromium.org8541d772010-12-15 12:05:09 +000027892010-12-15: Version 3.0.2
2790
2791 Revert version 3.0.1 and patch 3.0.1.1.
2792
2793
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000027942010-12-13: Version 3.0.1
2795
2796 Added support for an experimental internationalization API as an
2797 extension. This extension is disabled by default but can be enabled
2798 when building V8. The ECMAScript internationalization strawman is
2799 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2800
2801 Made RegExp character class parsing stricter. This mirrors a change
2802 to RegExp parsing in WebKit.
2803
2804 Fixed a bug in Object.defineProperty when used to change attributes
2805 of an existing property. It incorrectly set the property value to
2806 undefined (issue 965).
2807
2808 Fixed several different compilation failures on various platforms
2809 caused by the 3.0.0 release.
2810
2811 Optimized Math.pow so it can work on unboxed doubles.
2812
2813 Sped up quoting of JSON strings by removing one traversal of the
2814 string.
2815
2816
kasperl@chromium.orga5551262010-12-07 12:49:48 +000028172010-12-07: Version 3.0.0
2818
2819 Improved performance by (partially) addressing issue 957 on
2820 IA-32. Still needs more work for the other architectures.
2821
2822
ager@chromium.orgbeb25712010-11-29 08:02:25 +000028232010-11-29: Version 2.5.9
2824
2825 Fixed crashes during GC caused by partially initialize heap
2826 objects.
2827
2828 Fixed bug in process sample that caused memory leaks.
2829
2830 Improved performance on ARM by implementing missing stubs and
2831 inlining.
2832
2833 Improved heap profiler support.
2834
2835 Added separate seeding on Windows of the random number generator
2836 used internally by the compiler (issue 936).
2837
2838 Exposed API for getting the name of the function used to construct
2839 an object.
2840
2841 Fixed date parser to handle one and two digit millisecond
2842 values (issue 944).
2843
2844 Fixed number parsing to disallow space between sign and
2845 digits (issue 946).
2846
2847
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028482010-11-23: Version 2.5.8
2849
2850 Removed dependency on Gay's dtoa.
2851
2852 Improved heap profiler precision and speed.
2853
2854 Reduced overhead of callback invocations on ARM.
2855
2856
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028572010-11-18: Version 2.5.7
2858
2859 Fixed obscure evaluation order bug (issue 931).
2860
2861 Split the random number state between JavaScript and the private API.
2862
2863 Fixed performance bug causing GCs when generating stack traces on
2864 code from very large scripts.
2865
2866 Fixed bug in parser that allowed (foo):42 as a labelled statement
2867 (issue 918).
2868
2869 Provide more accurate results about used heap size via
2870 GetHeapStatistics.
2871
2872 Allow build-time customization of the max semispace size.
2873
2874 Made String.prototype.split honor limit when separator is empty
2875 (issue 929).
2876
2877 Added missing failure check after expecting an identifier in
2878 preparser (Chromium issue 62639).
2879
2880
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028812010-11-10: Version 2.5.6
2882
2883 Added support for VFP rounding modes to the ARM simulator.
2884
2885 Fixed multiplication overflow bug (issue 927).
2886
2887 Added a limit for the amount of executable memory (issue 925).
2888
2889
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000028902010-11-08: Version 2.5.5
2891
2892 Added more aggressive GC of external objects in near out-of-memory
2893 situations.
2894
2895 Fixed a bug that gave the incorrect result for String.split called
2896 on the empty string (issue 924).
2897
2898
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000028992010-11-03: Version 2.5.4
2900
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002901 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002902
2903
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000029042010-11-01: Version 2.5.3
2905
2906 Fixed a bug that prevents constants from overwriting function values
2907 in object literals (issue 907).
2908
2909 Fixed a bug with reporting of impossible nested calls of DOM functions
2910 (issue http://crbug.com/60753).
2911
2912
lrn@chromium.org303ada72010-10-27 09:33:13 +000029132010-10-27: Version 2.5.2
2914
2915 Improved sampler resolution on Linux.
2916
2917 Allowed forcing the use of a simulator from the build script
2918 independently of the host architecture.
2919
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002920 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002921
2922 Made windows-tick-processor respect D8_PATH.
2923
2924 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2925
2926
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000029272010-10-20: Version 2.5.1
2928
2929 Fixed bug causing spurious out of memory exceptions
2930 (issue http://crbug.com/54580).
2931
2932 Fixed compilation error on Solaris platform (issue 901).
2933
2934 Fixed error in strtod (string to floating point number conversion)
2935 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2936
2937 Adjusted randomized allocations of executable memory to have 64k
2938 granularity (issue http://crbug.com/56036).
2939
2940 Supported profiling using kernel perf_events on linux. Added ll_prof
2941 script to tools and --ll-prof flag to V8.
2942
2943
vegorov@chromium.org42841962010-10-18 11:18:59 +000029442010-10-18: Version 2.5.0
2945
2946 Fixed bug in cache handling of lastIndex on global regexps
2947 (issue http://crbug.com/58740).
2948
2949 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2950 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002951 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002952
2953 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2954
2955
29562010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002957
2958 Fixed a bug in the handling of conditional expressions in test
2959 contexts in compiler for top-level code.
2960
2961 Added "//@ sourceURL" information to the StackTrace API.
2962
2963 Exposed RegExp construction through the API.
2964
2965
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029662010-10-04: Version 2.4.8
2967
2968 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2969 whole snapshot (issue 868).
2970
2971 Performance improvements on all platforms.
2972
2973
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029742010-09-30: Version 2.4.7
2975
2976 Changed the command-line flag --max-new-space-size to be in kB and the
2977 flag --max-old-space-size to be in MB (previously they were in bytes).
2978
2979 Added Debug::CancelDebugBreak to the debugger API.
2980
2981 Fixed a bug in getters for negative numeric property names
2982 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2983
2984 Performance improvements on all platforms.
2985
2986
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000029872010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002988
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002989 Fixed assertion failure related to copy-on-write arrays (issue 876).
2990
2991 Fixed build failure of 64-bit V8 on Windows.
2992
2993 Fixed a bug in RegExp (issue http://crbug.com/52801).
2994
2995 Improved the profiler's coverage to cover more functions (issue 858).
2996
2997 Fixed error in shift operators on 64-bit V8
2998 (issue http://crbug.com/54521).
2999
3000
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000030012010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003002
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003003 Changed the RegExp benchmark to exercise the regexp engine on different
3004 inputs by scrambling the input strings.
3005
3006 Fixed a bug in keyed loads on strings.
3007
3008 Fixed a bug with loading global function prototypes.
3009
3010 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3011
3012 Performance improvements on all platforms.
3013
3014
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000030152010-09-15: Version 2.4.4
3016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003017 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003018
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003019 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003020
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003021 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003022
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003023 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003024
3025
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000030262010-09-13: Version 2.4.3
3027
3028 Made Date.parse properly handle TZ offsets (issue 857).
3029
3030 Performance improvements on all platforms.
3031
3032
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000030332010-09-08: Version 2.4.2
3034
3035 Fixed GC crash bug.
3036
3037 Fixed stack corruption bug.
3038
3039 Fixed compilation for newer C++ compilers that found Operand(0)
3040 ambiguous.
3041
3042
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000030432010-09-06: Version 2.4.1
3044
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003045 Added the ability for an embedding application to receive a callback
3046 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3047 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003048
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003049 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003050
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003051 Fixed memory overrun crash bug triggered during V8's tick-based
3052 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003053
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003054 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003055
3056
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030572010-09-01: Version 2.4.0
3058
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003059 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3060 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003061
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003062 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003063 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003064
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003065 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003066
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003067 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003068
3069
ricow@chromium.org65fae842010-08-25 15:26:24 +000030702010-08-25: Version 2.3.11
3071
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003072 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003073
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003074 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003075 VARIANT_FLAGS that allows specification of sets of flags with which
3076 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003077
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003078 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003079
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003080 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003081
3082
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000030832010-08-23: Version 2.3.10
3084
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003085 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003086
3087 Build fixes for unusual compilers.
3088
3089 Track high water mark for RWX memory.
3090
3091 Performance improvements on all platforms.
3092
3093
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000030942010-08-18: Version 2.3.9
3095
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003096 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003097
3098 Removed specialized handling of GCC 4.4 (issue 830).
3099
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003100 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003101 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3102
ricow@chromium.org65fae842010-08-25 15:26:24 +00003103 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003104
3105
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000031062010-08-16: Version 2.3.8
3107
3108 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3109
3110 Fixed issue with incorrect handling of custom valueOf methods on
3111 string wrappers (issue 760).
3112
3113 Fixed compilation for ARMv4 (issue 590).
3114
3115 Improved performance.
3116
3117
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000031182010-08-11: Version 2.3.7
3119
3120 Reduced size of heap snapshots produced by heap profiler (issue 783).
3121
3122 Introduced v8::Value::IsRegExp method.
3123
3124 Fixed CPU profiler crash in start / stop sequence when non-existent
3125 name is passed (issue http://crbug.com/51594).
3126
3127 Introduced new indexed property query callbacks API (issue 816). This
3128 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3129 by default.
3130
3131 Removed support for object literal get/set with number/string
3132 property name.
3133
3134 Fixed handling of JSObject::elements in CalculateNetworkSize
3135 (issue 822).
3136
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003137 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003138
3139
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000031402010-08-09: Version 2.3.6
3141
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003142 RegExp literals create a new object every time they are evaluated
3143 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003144
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003145 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003146
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003147 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003148
3149
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031502010-08-04: Version 2.3.5
3151
3152 Added support for ES5 property names. Object initialisers and
3153 dot-notation property access now allows keywords. Also allowed
3154 non-identifiers after "get" or "set" in an object initialiser.
3155
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003156 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003157
3158
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031592010-08-02: Version 2.3.4
3160
3161 Fixed problems in implementation of ES5 function.prototype.bind.
3162
3163 Fixed error when using apply with arguments object on ARM (issue 784).
3164
3165 Added setting of global flags to debugger protocol.
3166
3167 Fixed an error affecting cached results of sin and cos (issue 792).
3168
3169 Removed memory leak from a boundary case where V8 is not initialized.
3170
3171 Fixed issue where debugger could set breakpoints outside the body
3172 of a function.
3173
3174 Fixed issue in debugger when using both live edit and step in features.
3175
3176 Added Number-letter (Nl) category to Unicode tables. These characters
3177 can now be used in identifiers.
3178
3179 Fixed an assert failure on X64 (issue 806).
3180
3181 Performance improvements on all platforms.
3182
3183
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000031842010-07-26: Version 2.3.3
3185
3186 Fixed error when building the d8 shell in a fresh checkout.
3187
3188 Implemented Function.prototype.bind (ES5 15.3.4.5).
3189
3190 Fixed an error in inlined stores on ia32.
3191
3192 Fixed an error when setting a breakpoint at the end of a function
3193 that does not end with a newline character.
3194
3195 Performance improvements on all platforms.
3196
3197
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000031982010-07-21: Version 2.3.2
3199
3200 Fixed compiler warnings when building with LLVM.
3201
3202 Fixed a bug with for-in applied to strings (issue 785).
3203
3204 Performance improvements on all platforms.
3205
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003206
ricow@chromium.org4980dff2010-07-19 08:33:45 +000032072010-07-19: Version 2.3.1
3208
3209 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3210
3211 Fixed bug related to code flushing while compiling a lazy
3212 compilable function (issue http://crbug.com/49099).
3213
3214 Performance improvements on all platforms.
3215
3216
ager@chromium.orgb5737492010-07-15 09:29:43 +000032172010-07-15: Version 2.3.0
3218
3219 Added ES5 Object.seal and Object.isSealed.
3220
3221 Added debugger API for scheduling debugger commands from a
3222 separate thread.
3223
3224
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000032252010-07-14: Version 2.2.24
3226
3227 Added API for capturing stack traces for uncaught exceptions.
3228
3229 Fixed crash bug when preparsing from a non-external V8 string
3230 (issue 775).
3231
3232 Fixed JSON.parse bug causing input not to be converted to string
3233 (issue 764).
3234
3235 Added ES5 Object.freeze and Object.isFrozen.
3236
3237 Performance improvements on all platforms.
3238
3239
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000032402010-07-07: Version 2.2.23
3241
3242 API change: Convert Unicode code points outside the basic multilingual
3243 plane to the replacement character. Previous behavior was to silently
3244 truncate the value to 16 bits.
3245
3246 Fixed crash: handle all flat string types in regexp replace.
3247
3248 Prevent invalid pre-parsing data passed in through the API from
3249 crashing V8.
3250
3251 Performance improvements on all platforms.
3252
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003253
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032542010-07-05: Version 2.2.22
3255
3256 Added ES5 Object.isExtensible and Object.preventExtensions.
3257
3258 Enabled building V8 as a DLL.
3259
3260 Fixed a bug in date code where -0 was not interpreted as 0
3261 (issue 736).
3262
3263 Performance improvements on all platforms.
3264
3265
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032662010-06-30: Version 2.2.21
3267
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003268 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003269
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003270 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003271
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003272 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003273
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003274 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003275
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003276 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003277
3278 Provide actual breakpoints locations in response to setBreakpoint
3279 and listBreakpoints requests.
3280
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003281
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000032822010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003283
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003284 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003285
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003286 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003287
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003288 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003289
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003290 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003291 miscalculated for some inputs.
3292
3293 Performance improvements on all platforms.
3294
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003295
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000032962010-06-23: Version 2.2.19
3297
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003298 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003299 (issue 738).
3300
3301 Added expose-externalize-string flag for testing extensions.
3302
3303 Resolve linker issues with using V8 as a DLL causing a number of
3304 problems with unresolved symbols.
3305
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003306 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003307 defined.
3308
3309 Performance improvements on all platforms.
3310
3311
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000033122010-06-16: Version 2.2.18
3313
3314 Added API functions to retrieve information on indexed properties
3315 managed by the embedding layer. Fixes bug 737.
3316
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003317 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003318
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003319 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003320
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003321 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003322
3323 Incremental performance improvements.
3324
3325
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000033262010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003327
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003328 Improved debugger support for stepping out of functions.
3329
3330 Incremental performance improvements.
3331
3332
33332010-06-09: Version 2.2.16
3334
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003335 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003336 disposal of external string resources to call a virtual Dispose
3337 method on the resource.
3338
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003339 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003340 stepping.
3341
3342 Memory usage improvements on all platforms.
3343
3344
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000033452010-06-07: Version 2.2.15
3346
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003347 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003348
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003349 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003350 some compilers complaint when compiling with -Werror.
3351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003352 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003353
3354
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033552010-06-02: Version 2.2.14
3356
3357 Fixed a crash in code generated for String.charCodeAt.
3358
3359 Fixed a compilation issue with some GCC versions (issue 727).
3360
3361 Performance optimizations on x64 and ARM platforms.
3362
3363
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033642010-05-31: Version 2.2.13
3365
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003366 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003367 strings (issue 599).
3368
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003369 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003370
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003371 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003372
3373 Performance improvements on all platforms.
3374
3375
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033762010-05-26: Version 2.2.12
3377
3378 Allowed accessors to be defined on objects rather than just object
3379 templates.
3380
3381 Changed the ScriptData API.
3382
3383
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000033842010-05-21: Version 2.2.11
3385
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003386 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003387
3388 Use 'full compiler' when debugging is active. This should increase
3389 the density of possible break points, making single step more fine
3390 grained. This will only take effect for functions compiled after
3391 debugging has been started, so recompilation of all functions is
3392 required to get the full effect. IA32 and x64 only for now.
3393
3394 Misc. fixes to the Solaris build.
3395
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003396 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003397
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003398 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003399
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003400 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003401
3402 Incremental performance improvements in all backends.
3403
3404
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000034052010-05-17: Version 2.2.10
3406
3407 Performance improvements in the x64 and ARM backends.
3408
3409
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000034102010-05-10: Version 2.2.9
3411
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003412 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003413
3414 Fixed bug with Date.parse returning a non-NaN value when called on a
3415 non date string (issue 696).
3416
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003417 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003418 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003419
3420 C++ API for retrieving JavaScript stack trace information.
3421
3422
ager@chromium.orgac091b72010-05-05 07:34:42 +000034232010-05-05: Version 2.2.8
3424
3425 Performance improvements in the x64 and ARM backends.
3426
3427
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000034282010-05-03: Version 2.2.7
3429
3430 Added support for ES5 date time string format to Date.parse.
3431
3432 Performance improvements in the x64 backend.
3433
3434
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000034352010-04-28: Version 2.2.6
3436
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003437 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003438 (by Ryan Dahl <coldredlemur@gmail.com>).
3439
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003440 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003441
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003442 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003443
3444 Performance improvements on all platforms.
3445
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003446
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000034472010-04-26: Version 2.2.5
3448
3449 Various performance improvements (especially for ARM and x64)
3450
3451 Fixed bug in CPU profiling (http://crbug.com/42137)
3452
3453 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003454
3455 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003456 wrong calculations.
3457
3458 Fixed a bug that may cause a wrong result for shift operations.
3459
3460
34612010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003462
3463 Fixed warnings on arm on newer GCC versions.
3464
3465 Fixed a number of minor bugs.
3466
3467 Performance improvements on all platforms.
3468
3469
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034702010-04-14: Version 2.2.3
3471
3472 Added stack command and mem command to ARM simulator debugger.
3473
3474 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3475
3476 Performance improvements on all platforms.
3477
3478
ager@chromium.org357bf652010-04-12 11:30:10 +000034792010-04-12: Version 2.2.2
3480
3481 Introduced new profiler API.
3482
3483 Fixed random number generator to produce full 32 random bits.
3484
3485
lrn@chromium.org25156de2010-04-06 13:10:27 +000034862010-04-06: Version 2.2.1
3487
3488 Debugger improvements.
3489
3490 Fixed minor bugs.
3491
3492
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000034932010-03-29: Version 2.2.0
3494
3495 Fixed a few minor bugs.
3496
3497 Performance improvements for string operations.
3498
3499
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000035002010-03-26: Version 2.1.10
3501
3502 Fixed scons build issues.
3503
3504 Fixed a couple of minor bugs.
3505
3506
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000035072010-03-25: Version 2.1.9
3508
3509 Added API support for reattaching a global object to a context.
3510
3511 Extended debugger API with access to the internal debugger context.
3512
3513 Fixed Chromium crashes (issues http://crbug.com/39128 and
3514 http://crbug.com/39160)
3515
3516
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000035172010-03-24: Version 2.1.8
3518
3519 Added fine-grained garbage collection callbacks to the API.
3520
3521 Performance improvements on all platforms.
3522
3523
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000035242010-03-22: Version 2.1.7
3525
3526 Fixed issue 650.
3527
3528 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003529
3530 Performance improvements for arithmetic operations.
3531
3532 Performance improvements for string operations.
3533
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003534 Print script name and line number information in stack trace.
3535
3536
35372010-03-17: Version 2.1.6
3538
3539 Performance improvements for arithmetic operations.
3540
3541 Performance improvements for string operations.
3542
3543
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000035442010-03-10: Version 2.1.4
3545
3546 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3547
3548 Performance improvements on all platforms.
3549
3550
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035512010-03-10: Version 2.1.3
3552
3553 Added API method for context-disposal notifications.
3554
3555 Added API method for accessing elements by integer index.
3556
3557 Added missing implementation of Uint32::Value and Value::IsUint32
3558 API methods.
3559
3560 Added IsExecutionTerminating API method.
3561
3562 Disabled strict aliasing for GCC 4.4.
3563
3564 Fixed string-concatenation bug (issue 636).
3565
3566 Performance improvements on all platforms.
3567
3568
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035692010-02-23: Version 2.1.2
3570
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003571 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003572
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003573 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003574
3575 Performance improvements on all platforms.
3576
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003577
ager@chromium.org5c838252010-02-19 08:53:10 +000035782010-02-19: Version 2.1.1
3579
3580 [ES5] Implemented Object.defineProperty.
3581
3582 Improved profiler support.
3583
3584 Added SetPrototype method in the public V8 API.
3585
3586 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3587 objects in the API.
3588
3589 Performance improvements on all platforms.
3590
3591
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000035922010-02-03: Version 2.1.0
3593
3594 Values are now always wrapped in objects when used as a receiver.
3595 (issue 223).
3596
3597 [ES5] Implemented Object.getOwnPropertyNames.
3598
3599 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3600 JSON grammar.
3601
3602 Improvement of debugger agent (issue 549 and 554).
3603
3604 Fixed problem with skipped stack frame in profiles (issue 553).
3605
3606 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3607 <ry@tinyclouds.org>.
3608
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003609 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003610 integers.
3611
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003612 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003613 functions (isue http://crbug.com/3867).
3614
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003615 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003616
3617 Numerous performance improvements including porting of previous IA-32
3618 optimizations to x64 and ARM architectures.
3619
3620
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000036212010-01-14: Version 2.0.6
3622
3623 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3624 GetOwnProperty, FromPropertyDescriptor.
3625
3626 Fixed Mac x64 build errors.
3627
3628 Improved performance of some math and string operations.
3629
3630 Improved performance of some regexp operations.
3631
3632 Improved performance of context creation.
3633
3634 Improved performance of hash tables.
3635
3636
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000036372009-12-18: Version 2.0.5
3638
3639 Extended to upper limit of map space to allow for 7 times as many map
3640 to be allocated (issue 524).
3641
3642 Improved performance of code using closures.
3643
3644 Improved performance of some binary operations involving doubles.
3645
3646
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000036472009-12-16: Version 2.0.4
3648
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003649 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003650
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003651 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003652
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003653 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003654
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003655 Improved handling of external strings by using a separate table
3656 instead of weak handles. This improves garbage collection
3657 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003658
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003659 Changed code generation for object and array literals in toplevel
3660 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003661
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003662 Fixed a crash bug triggered when garbage collection happened during
3663 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003664
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003665 Fixed crash bug sometimes triggered when local variables shadowed
3666 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003667
3668
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036692009-12-03: Version 2.0.3
3670
3671 Optimized handling and adding of strings, for-in and Array.join.
3672
3673 Heap serialization is now non-destructive.
3674
3675 Improved profiler support with information on time spend in C++
3676 callbacks registered through the API.
3677
3678 Added commands to the debugger protocol for starting/stopping
3679 profiling.
3680
3681 Enabled the non-optimizing compiler for top-level code.
3682
3683 Changed the API to only allow strings to be set as data objects on
3684 Contexts and scripts to avoid potentially keeping global objects
3685 around for too long (issue 528).
3686
3687 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3688
3689 Fixed bugs.
3690
3691
ager@chromium.org01beca72009-11-24 14:29:16 +000036922009-11-24: Version 2.0.2
3693
3694 Improved profiler support.
3695
3696 Fixed bug that broke compilation of d8 with readline support.
3697
3698
ager@chromium.org6141cbe2009-11-20 12:14:52 +000036992009-11-20: Version 2.0.1
3700
3701 Fixed crash bug in String.prototype.replace.
3702
3703 Reverted a change which caused Chromium interactive ui test
3704 failures.
3705
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003706
ager@chromium.orgc4c92722009-11-18 14:12:51 +000037072009-11-18: Version 2.0.0
3708
3709 Added support for VFP on ARM.
3710
3711 Added TryCatch::ReThrow method to the API.
3712
3713 Reduced the size of snapshots and improved the snapshot load time.
3714
3715 Improved heap profiler support.
3716
3717 64-bit version now supported on Windows.
3718
3719 Fixed a number of debugger issues.
3720
3721 Fixed bugs.
3722
3723
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000037242009-10-29: Version 1.3.18
3725
3726 Reverted a change which caused crashes in RegExp replace.
3727
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003728 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003729
3730
ager@chromium.org3811b432009-10-28 14:53:37 +000037312009-10-28: Version 1.3.17
3732
3733 Added API method to get simple heap statistics.
3734
3735 Improved heap profiler support.
3736
3737 Fixed the implementation of the resource constraint API so it
3738 works when using snapshots.
3739
3740 Fixed a number of issues in the Windows 64-bit version.
3741
3742 Optimized calls to API getters.
3743
3744 Added valgrind notification on code modification to the 64-bit version.
3745
3746 Fixed issue where we logged shared library addresses on Windows at
3747 startup and never used them.
3748
3749
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037502009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003751
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003752 X64: Convert smis to holding 32 bits of payload.
3753
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003754 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003755
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003756 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003757
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003758 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003759 Patch by Jan de Mooij <jandemooij@gmail.com>
3760
3761 Implement ES5 Array.isArray
3762 Patch by Jan de Mooij <jandemooij@gmail.com>
3763
3764 Skip access checks for hidden properties.
3765
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003766 Added String::Concat(Handle<String> left, Handle<String> right) to the
3767 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003768
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003769 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003770
3771
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037722009-10-07: Version 1.3.15
3773
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003774 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003775
3776 Fixed a crash bug happening when starting profiling (issue
3777 http://crbug.com/23768).
3778
3779
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037802009-10-07: Version 1.3.14
3781
3782 Added GetRealNamedProperty to the API to lookup real properties
3783 located on the object or in the prototype chain skipping any
3784 interceptors.
3785
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003786 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003787 stack limit now needs to be set to each thread thich is used with V8.
3788
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003789 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003790
3791 Ensure V8 is initialized before locking and unlocking threads.
3792
3793 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003794 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003795 Crockford from the project.
3796
3797 Added a missing optimization in StringCharAt.
3798
3799 Fixed some flaky socket tests.
3800
3801 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3802 in 64-bit mode.
3803
3804 Fixed memory leaks in the thread management code.
3805
3806 Fixed the result of assignment to a pixel array. The assigned value
3807 is now the result.
3808
3809 Error reporting for invalid left-hand sides in for-in statements, pre-
3810 and postfix count expressions, and assignments now matches the JSC
3811 behavior in Safari 4.
3812
3813 Follow the spec in disallowing function declarations without a name.
3814
3815 Always allocate code objects within a 2 GB range. On x64 architecture
3816 this is used to use near calls (32-bit displacement) in Code objects.
3817
3818 Optimized array construction ported to x64 and ARM architectures.
3819
3820 [ES5] Changed Object.keys to return strings for element indices.
3821
3822
ager@chromium.org68e7ab72009-09-23 09:40:39 +000038232009-09-23: Version 1.3.13
3824
3825 Fixed uninitialized memory problem.
3826
3827 Improved heap profiler support.
3828
3829
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000038302009-09-22: Version 1.3.12
3831
3832 Changed behavior of |function|.toString() on built-in functions to
3833 be compatible with other implementations. Patch by Jan de Mooij.
3834
3835 Added Object::IsDirty in the API.
3836
3837 Optimized array construction; it is now handled purely in native
3838 code.
3839
3840 [ES5] Made properties of the arguments array enumerable.
3841
3842 [ES5] Added test suite adapter for the es5conform test suite.
3843
3844 [ES5] Added Object.keys function.
3845
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003846
ager@chromium.org4af710e2009-09-15 12:20:11 +000038472009-09-15: Version 1.3.11
3848
3849 Fixed crash in error reporting during bootstrapping.
3850
3851 Optimized generated IA32 math code by using SSE2 instructions when
3852 available.
3853
3854 Implemented missing pieces of debugger infrastructure on ARM. The
3855 debugger is now fully functional on ARM.
3856
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003857 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003858
3859
ager@chromium.orga1645e22009-09-09 19:27:10 +000038602009-09-09: Version 1.3.10
3861
3862 Fixed profiler on Mac in 64-bit mode.
3863
3864 Optimized creation of objects from simple constructor functions on
3865 ARM.
3866
3867 Fixed a number of debugger issues.
3868
3869 Reduced the amount of memory consumed by V8.
3870
3871
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038722009-09-02: Version 1.3.9
3873
3874 Optimized stack guard checks on ARM.
3875
3876 Optimized API operations by inlining more in the API.
3877
3878 Optimized creation of objects from simple constructor functions.
3879
3880 Enabled a number of missing optimizations in the 64-bit port.
3881
3882 Implemented native-code support for regular expressions on ARM.
3883
3884 Stopped using the 'sahf' instruction on 64-bit machines that do
3885 not support it.
3886
3887 Fixed a bug in the support for forceful termination of JavaScript
3888 execution.
3889
3890
ager@chromium.org96c75b52009-08-26 09:13:16 +000038912009-08-26: Version 1.3.8
3892
3893 Changed the handling of idle notifications to allow idle
3894 notifications when V8 has not yet been initialized.
3895
3896 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003897
ager@chromium.org96c75b52009-08-26 09:13:16 +00003898
ager@chromium.orgab99eea2009-08-25 07:05:41 +000038992009-08-25: Version 1.3.7
3900
3901 Reduced the size of generated code on ARM platforms by reducing
3902 the size of constant pools.
3903
3904 Changed build files to not include the 'ENV' user environment
3905 variable in the build environment.
3906
3907 Changed the handling of idle notifications.
3908
3909
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000039102009-08-21: Version 1.3.6
3911
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003912 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003913
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003914 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003915 a low memory situation to V8.
3916
3917 Changed the handling of global handles (persistent handles in the API
3918 sense) to avoid issues regarding allocation of new global handles
3919 during weak handle callbacks.
3920
3921 Changed the growth policy of the young space.
3922
3923 Fixed a GC issue introduced in version 1.3.5.
3924
3925
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000039262009-08-19: Version 1.3.5
3927
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003928 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003929
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003930 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003931
3932 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3933
3934 Changed typeof RegExp from 'object' to 'function' for compatibility.
3935 Fixed bug where regexps were not callable across contexts.
3936
3937 Added context independent script compilation to the API.
3938
3939 Added API call to get the stack trace for an exception.
3940
3941 Added API for getting object mirrors.
3942
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003943 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003944 running off a snapshot generated without using SSE3 instructions.
3945
3946 Tweaked the handling of the initial size and growth policy of the heap.
3947
3948 Added native code generation for RegExp to 64-bit version.
3949
3950 Added JavaScript debugger support to 64-bit version.
3951
3952
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039532009-08-13: Version 1.3.4
3954
3955 Added a readline() command to the d8 shell.
3956
3957 Fixed bug in json parsing.
3958
3959 Added idle notification to the API and reduced memory on idle
3960 notifications.
3961
3962
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039632009-08-12: Version 1.3.3
3964
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003965 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003966
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003967 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003968
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003969 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003970
3971 API: added function to find instance of template in prototype
3972 chain. Inlined Object::IsInstanceOf.
3973
3974 Land change to notify valgrind when we modify code on x86.
3975
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003976 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003977
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003978 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003979
3980
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039812009-08-05: Version 1.3.2
3982
3983 Started new compiler infrastructure for two-pass compilation using a
3984 control flow graph constructed from the AST.
3985
3986 Profiler stack sampling for X64.
3987
3988 Safe handling of NaN to Posix platform-dependent time functions.
3989
3990 Added a new profiler control API to unify controlling various aspects
3991 of profiling.
3992
3993 Fixed issue 392.
3994
3995
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000039962009-07-30: Version 1.3.1
3997
3998 Speed improvements to accessors and interceptors.
3999
4000 Added support for capturing stack information on custom errors.
4001
4002 Added support for morphing an object into a pixel array where its
4003 indexed properties are stored in an external byte array. Values written
4004 are always clamped to the 0..255 interval.
4005
4006 Profiler on x64 now handles C/C++ functions from shared libraries.
4007
4008 Changed the debugger to avoid stepping into function.call/apply if the
4009 function is a built-in.
4010
4011 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004012
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004013 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004014
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004015 Optimized the called as constructor check for API calls.
4016
4017
kasperl@chromium.orge959c182009-07-27 08:59:04 +000040182009-07-27: Version 1.3.0
4019
4020 Allowed RegExp objects to be called as functions (issue 132).
4021
4022 Fixed issue where global property cells would escape after
4023 detaching the global object; see http://crbug.com/16276.
4024
4025 Added support for stepping into setters and getters in the
4026 debugger.
4027
4028 Changed the debugger to avoid stopping in its own JavaScript code
4029 and in the code of built-in functions.
4030
4031 Fixed issue 345 by avoiding duplicate escaping labels.
4032
4033 Fixed ARM code generator crash in short-circuited boolean
4034 expressions and added regression tests.
4035
4036 Added an external allocation limit to avoid issues where small V8
4037 objects would hold on to large amounts of external memory without
4038 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004039
4040 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004041
4042
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000040432009-07-13: Version 1.2.14
4044
4045 Added separate paged heap space for global property cells and
4046 avoid updating the write barrier when storing into them.
4047
4048 Improved peep-hole optimization on ARM platforms by not emitting
4049 unnecessary debug information.
4050
4051 Re-enabled ICs for loads and calls that skip a global object
4052 during lookup through the prototype chain.
4053
4054 Allowed access through global proxies to use ICs.
4055
4056 Fixed issue 401.
4057
4058
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040592009-07-09: Version 1.2.13
4060
4061 Fixed issue 397, issue 398, and issue 399.
4062
4063 Added support for breakpoint groups.
4064
4065 Fixed bugs introduced with the new global object representation.
4066
4067 Fixed a few bugs in the ARM code generator.
4068
4069
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040702009-07-06: Version 1.2.12
4071
4072 Added stack traces collection to Error objects accessible through
4073 the e.stack property.
4074
4075 Changed RegExp parser to use a recursive data structure instead of
4076 stack-based recursion.
4077
4078 Optimized Date object construction and string concatenation.
4079
4080 Improved performance of div, mod, and mul on ARM platforms.
4081
4082
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000040832009-07-02: Version 1.2.11
4084
4085 Improved performance on IA-32 and ARM.
4086
4087 Fixed profiler sampler implementation on Mac OS X.
4088
4089 Changed the representation of global objects to improve
4090 performance of adding a lot of new properties.
4091
4092
ager@chromium.org3e875802009-06-29 08:26:34 +000040932009-06-29: Version 1.2.10
4094
4095 Improved debugger support.
4096
4097 Fixed bug in exception message reporting (issue 390).
4098
4099 Improved overall performance.
4100
4101
ager@chromium.org5aa501c2009-06-23 07:57:28 +000041022009-06-23: Version 1.2.9
4103
4104 Improved math performance on ARM.
4105
4106 Fixed profiler name-inference bug.
4107
4108 Fixed handling of shared libraries in the profiler tick processor
4109 scripts.
4110
4111 Fixed handling of tests that time out in the test scripts.
4112
4113 Fixed compilation on MacOS X version 10.4.
4114
4115 Fixed two bugs in the regular expression engine.
4116
4117 Fixed a bug in the string type inference.
4118
4119 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004120
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004121 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004122
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004123
ager@chromium.orgeadaf222009-06-16 09:43:10 +000041242009-06-16: Version 1.2.8
4125
4126 Optimized math on ARM platforms.
4127
4128 Fixed two crash bugs in the handling of getters and setters.
4129
4130 Improved the debugger support by adding scope chain information.
4131
4132 Improved the profiler support by compressing log data transmitted
4133 to clients.
4134
4135 Improved overall performance.
4136
4137
ager@chromium.orge2902be2009-06-08 12:21:35 +000041382009-06-08: Version 1.2.7
4139
4140 Improved debugger and profiler support.
4141
4142 Reduced compilation time by improving the handling of deferred
4143 code.
4144
4145 Optimized interceptor accesses where the property is on the object
4146 on which the interceptors is attached.
4147
4148 Fixed compilation problem on GCC 4.4 by changing the stack
4149 alignment to 16 bytes.
4150
4151 Fixed handle creation to follow stric aliasing rules.
4152
4153 Fixed compilation on FreeBSD.
4154
4155 Introduced API for forcing the deletion of a property ignoring
4156 interceptors and attributes.
4157
4158
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041592009-05-29: Version 1.2.6
4160
4161 Added a histogram recording hit rates at different levels of the
4162 compilation cache.
4163
4164 Added stack overflow check for the RegExp analysis phase. Previously a
4165 very long regexp graph could overflow the stack with recursive calls.
4166
4167 Use a dynamic buffer when collecting log events in memory.
4168
4169 Added start/stop events to the profiler log.
4170
4171 Fixed infinite loop which could happen when setting a debug break while
4172 executing a RegExp compiled to native code.
4173
4174 Fixed handling of lastIndexOf called with negative index (issue 351).
4175
4176 Fixed irregular crash in profiler test (issue 358).
4177
4178 Fixed compilation issues with some versions of gcc.
4179
4180
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041812009-05-26: Version 1.2.5
4182
4183 Fixed bug in initial boundary check for Boyer-Moore text
4184 search (issue 349).
4185
4186 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4187 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4188 Craig Schlenter.
4189
4190 Added a script cache to the debugger.
4191
4192 Optimized compilation performance by improving internal data
4193 structures and avoiding expensive property load optimizations for
4194 code that's infrequently executed.
4195
4196 Exposed the calling JavaScript context through the static API
4197 function Context::GetCalling().
4198
4199
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000042002009-05-18: Version 1.2.4
4201
4202 Improved performance of floating point number allocation for ARM
4203 platforms.
4204
4205 Fixed crash when using the instanceof operator on functions with
4206 number values in their prototype chain (issue 341).
4207
4208 Optimized virtual frame operations in the code generator to speed
4209 up compilation time and allocated the frames in the zone.
4210
4211 Made the representation of virtual frames and jump targets in the
4212 code generator much more compact.
4213
4214 Avoided linear search for non-locals in scope code when resolving
4215 variables inside with and eval scopes.
4216
4217 Optimized lexical scanner by dealing with whitespace as part of
4218 the token scanning instead of as a separate step before it.
4219
4220 Changed the scavenging collector so that promoted objects do not
4221 reside in the old generation while their remembered set is being
4222 swept for pointers into the young generation.
4223
4224 Fixed numeric overflow handling when compiling count operations.
4225
4226
ager@chromium.org9085a012009-05-11 19:22:57 +000042272009-05-11: Version 1.2.3
4228
4229 Fixed bug in reporting of out-of-memory situations.
4230
4231 Introduced hidden prototypes on certain builtin prototype objects
4232 such as String.prototype to emulate JSC's behavior of restoring
4233 the original function when deleting functions from those prototype
4234 objects.
4235
4236 Fixed crash bug in the register allocator.
4237
4238
ager@chromium.org5ec48922009-05-05 07:25:34 +000042392009-05-04: Version 1.2.2
4240
4241 Fixed bug in array sorting for sparse arrays (issue 326).
4242
4243 Added support for adding a soname when building a shared library
4244 on Linux (issue 151).
4245
4246 Fixed bug caused by morphing internal ASCII strings to external
4247 two-byte strings. Slices over ASCII strings have to forward ASCII
4248 checks to the underlying buffer string.
4249
4250 Allowed API call-as-function handlers to be called as
4251 constructors.
4252
4253 Fixed a crash bug where an external string was disposed but a
4254 slice of the external string survived as a symbol.
4255
4256
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042572009-04-27: Version 1.2.1
4258
4259 Added EcmaScript 5 JSON object.
4260
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004261 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004262
4263
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042642009-04-23: Version 1.2.0
4265
4266 Optimized floating-point operations on ARM.
4267
4268 Added a number of extensions to the debugger API.
4269
4270 Changed the enumeration order for unsigned integer keys to always
4271 be numerical order.
4272
4273 Added a "read" extension to the shell sample.
4274
4275 Added support for Array.prototype.reduce and
4276 Array.prototype.reduceRight.
4277
4278 Added an option to the SCons build to control Microsoft Visual C++
4279 link-time code generation.
4280
4281 Fixed a number of bugs (in particular issue 315, issue 316,
4282 issue 317 and issue 318).
4283
4284
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000042852009-04-15: Version 1.1.10
4286
4287 Fixed crash bug that occurred when loading a const variable in the
4288 presence of eval.
4289
4290 Allowed using with and eval in registered extensions in debug mode
4291 by fixing bogus assert.
4292
4293 Fixed the source position for function returns to enable the
4294 debugger to break there.
4295
4296
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000042972009-04-14: Version 1.1.9
4298
4299 Made the stack traversal code in the profiler robust by avoiding
4300 to look into the heap.
4301
4302 Added name inferencing for anonymous functions to facilitate
4303 debugging and profiling.
4304
4305 Re-enabled stats timers in the developer shell (d8).
4306
4307 Fixed issue 303 by avoiding to shortcut cons-symbols.
4308
4309
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000043102009-04-11: Version 1.1.8
4311
4312 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4313
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004314 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004315 the debugger (issue 269).
4316
4317 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4318 are no hidden properties.
4319
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004320 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004321 entries with deleted resources would lead to NPEs when looking
4322 up in the symbol table.
4323
4324
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000043252009-04-07: Version 1.1.7
4326
4327 Added support for easily importing additional environment
4328 variables into the SCons build.
4329
4330 Optimized strict equality checks.
4331
4332 Fixed crash in indexed setters on objects without a corresponding
4333 getter (issue 298).
4334
4335 Re-enabled script compilation cache.
4336
4337
ager@chromium.org8682a592009-04-01 10:47:14 +000043382009-04-01: Version 1.1.6
4339
4340 Reverted an unsafe code generator change.
4341
4342
ager@chromium.org71daaf62009-04-01 07:22:49 +000043432009-04-01: Version 1.1.5
4344
4345 Fixed bug that caused function literals to not be optimized as
4346 much as other functions.
4347
4348 Improved profiler support.
4349
4350 Fixed a crash bug in connection with debugger unloading.
4351
4352 Fixed a crash bug in the code generator caused by losing the
4353 information that a frame element was copied.
4354
4355 Fixed an exception propagation bug that could cause non-null
4356 return values when exceptions were thrown.
4357
4358
ager@chromium.org41826e72009-03-30 13:30:57 +000043592009-03-30: Version 1.1.4
4360
4361 Optimized String.prototype.match.
4362
4363 Improved the stack information in profiles.
4364
4365 Fixed bug in ARM port making it possible to compile the runtime
4366 system for thumb mode again.
4367
4368 Implemented a number of optimizations in the code generator.
4369
4370 Fixed a number of memory leaks in tests.
4371
4372 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004373 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004374
4375
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043762009-03-24: Version 1.1.3
4377
4378 Fixed assertion failures in compilation of loop conditions.
4379
4380 Removed STL dependency from developer shell (d8).
4381
4382 Added infrastructure for protecting the V8 heap from corruption
4383 caused by memory modifications from the outside.
4384
4385
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000043862009-03-24: Version 1.1.2
4387
4388 Improved frame merge code generated by the code generator.
4389
4390 Optimized String.prototype.replace.
4391
4392 Implemented __defineGetter__ and __defineSetter__ for properties
4393 with integer keys on non-array objects.
4394
4395 Improved debugger and profiler support.
4396
4397 Fixed a number of portability issues to allow compilation for
4398 smaller ARM devices.
4399
4400 Exposed object cloning through the API.
4401
4402 Implemented hidden properties. This is used to expose an identity
4403 hash for objects through the API.
4404
4405 Implemented restarting of regular expressions if their input
4406 string changes representation during preemption.
4407
4408 Fixed a code generator bug that could cause assignments in loops
4409 to be ignored if using continue to break out of the loop (issue
4410 284).
4411
4412
ager@chromium.org3a6061e2009-03-12 14:24:36 +000044132009-03-12: Version 1.1.1
4414
4415 Fixed an assertion in the new compiler to take stack overflow
4416 exceptions into account.
4417
4418 Removed exception propagation code that could cause crashes.
4419
4420 Fixed minor bug in debugger line number computations.
4421
4422 8-byte align the C stack on Linux and Windows to speed up floating
4423 point computations.
4424
4425
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000044262009-03-12: Version 1.1.0
4427
4428 Improved code generation infrastructure by doing simple register
4429 allocation and constant folding and propagation.
4430
4431 Optimized regular expression matching by avoiding to create
4432 intermediate string arrays and by flattening nested array
4433 representations of RegExp data.
4434
4435 Traverse a few stack frames when recording profiler samples to
4436 include partial call graphs in the profiling output.
4437
4438 Added support for using OProfile to profile generated code.
4439
4440 Added remote debugging support to the D8 developer shell.
4441
4442 Optimized creation of nested literals like JSON objects.
4443
4444 Fixed a bug in garbage collecting unused maps and turned it on by
4445 default (--collect-maps).
4446
4447 Added support for running tests under Valgrind.
4448
4449
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044502009-02-27: Version 1.0.3
4451
4452 Optimized double-to-integer conversions in bit operations by using
4453 SSE3 instructions if available.
4454
4455 Optimized initialization sequences that store to multiple
4456 properties of the same object.
4457
4458 Changed the D8 debugger frontend to use JSON messages.
4459
4460 Force garbage collections when disposing contexts.
4461
4462 Align code objects at 32-byte boundaries.
4463
4464
ager@chromium.org381abbb2009-02-25 13:23:22 +000044652009-02-25: Version 1.0.2
4466
4467 Improved profiling support by performing simple call stack
4468 sampling for ticks and by fixing a bug in the logging of code
4469 addresses.
4470
4471 Fixed a number of debugger issues.
4472
4473 Optimized code that uses eval.
4474
4475 Fixed a couple of bugs in the regular expression engine.
4476
4477 Reduced the size of generated code for certain regular expressions.
4478
4479 Removed JSCRE completely.
4480
4481 Fixed issue where test could not be run if there was a dot in the
4482 checkout path.
4483
4484
ager@chromium.org6f10e412009-02-13 10:11:16 +000044852009-02-13: Version 1.0.1
4486
4487 Fixed two crash-bugs in irregexp (issue 231 and 233).
4488
4489 Fixed a number of minor bugs (issue 87, 227 and 228).
4490
4491 Added support for morphing strings to external strings on demand
4492 to avoid having to create copies in the embedding code.
4493
4494 Removed experimental support for external symbol callbacks.
4495
4496
iposva@chromium.org245aa852009-02-10 00:49:54 +000044972009-02-09: Version 1.0.0
4498
4499 Fixed crash-bug in the code generation for case independent 16 bit
4500 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004501
iposva@chromium.org245aa852009-02-10 00:49:54 +00004502 Made shells more robust in the presence of string conversion
4503 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004504
iposva@chromium.org245aa852009-02-10 00:49:54 +00004505 Fixed a potential infinite loop when attempting to resolve
4506 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004507
iposva@chromium.org245aa852009-02-10 00:49:54 +00004508 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004509
iposva@chromium.org245aa852009-02-10 00:49:54 +00004510 Reduced binary by stripping unneeded text from JavaScript library and
4511 minifying some JavaScript files.
4512
4513
ager@chromium.orgddb913d2009-01-27 10:01:48 +000045142009-01-27: Version 0.4.9
4515
4516 Enabled new regular expression engine.
4517
4518 Made a number of changes to the debugger protocol.
4519
4520 Fixed a number of bugs in the preemption support.
4521
4522 Added -p option to the developer shell to run files in parallel
4523 using preemption.
4524
4525 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4526 193, 198 and 201).
4527
4528 Fixed a number of bugs in the serialization/deserialization
4529 support for the ARM platform.
4530
4531
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000045322009-01-19: Version 0.4.8.1
4533
4534 Minor patch to debugger support.
4535
4536
ager@chromium.org32912102009-01-16 10:38:43 +000045372009-01-16: Version 0.4.8
4538
4539 Fixed string length bug on ARM (issue 171).
4540
4541 Made most methods in the API const.
4542
4543 Optimized object literals by improving data locality.
4544
4545 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004546 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004547
4548 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004549 eval to behave incorrectly when using accessors (issues 186, 190
4550 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004551
4552
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045532009-01-06: Version 0.4.7
4554
ager@chromium.org32912102009-01-16 10:38:43 +00004555 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004556
ager@chromium.org32912102009-01-16 10:38:43 +00004557 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004558
ager@chromium.org32912102009-01-16 10:38:43 +00004559 Fixed subtle bug that caused the wrong 'this' to be used when
4560 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004561
ager@chromium.org32912102009-01-16 10:38:43 +00004562 Inline array loads within loops directly in the code instead of
4563 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004564
ager@chromium.org32912102009-01-16 10:38:43 +00004565
ager@chromium.org8bb60582008-12-11 12:02:20 +000045662008-12-11: Version 0.4.6
4567
4568 Fixed exception reporting bug where certain exceptions were
4569 incorrectly reported as uncaught.
4570
4571 Improved the memory allocation strategy used during compilation to
4572 make running out of memory when compiling huge scripts less
4573 likely.
4574
4575 Optimized String.replace by avoiding the construction of certain
4576 sub strings.
4577
4578 Fixed bug in code generation for large switch statements on ARM.
4579
4580 Fixed bug that caused V8 to change the global object template
4581 passed in by the user.
4582
4583 Changed the API for creating object groups used during garbage
4584 collection. Entire object groups are now passed to V8 instead of
4585 individual members of the groups.
4586
ager@chromium.org32912102009-01-16 10:38:43 +00004587
ager@chromium.orga74f0da2008-12-03 16:05:52 +000045882008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004589
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004590 Added experimental API support for allocating V8 symbols as
4591 external strings.
4592
4593 Fixed bugs in debugging support on ARM.
4594
4595 Changed eval implementation to correctly detect whether or not a
4596 call to eval is aliased.
4597
4598 Fixed bug caused by a combination of the compilation cache and
4599 dictionary probing in native code. The bug caused us to sometimes
4600 call functions that had not yet been compiled.
4601
4602 Added platform support for FreeBSD.
4603
4604 Added support for building V8 on Windows with either the shared or
4605 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004606
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004607 Added the v8::jscre namespace around the jscre functions to avoid
4608 link errors (duplicate symbols) when building Google Chrome.
4609
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004610 Added support for calling a JavaScript function with the current
4611 debugger execution context as its argument to the debugger
4612 interface.
4613
4614 Changed the type of names of counters from wchar_t to char.
4615
4616 Changed the Windows system call used to compute daylight savings
4617 time. The system call that we used to use became four times
4618 slower on WinXP SP3.
4619
4620 Added support in the d8 developer shell for memory-mapped counters
4621 and added a stats-viewer tool.
4622
4623 Fixed bug in upper/lower case mappings (issue 149).
4624
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004625
ager@chromium.org3bf7b912008-11-17 09:09:45 +000046262008-11-17: Version 0.4.4
4627
4628 Reduced code size by using shorter instruction encoding when
4629 possible.
4630
4631 Added a --help option to the shell sample and to the d8 shell.
4632
4633 Added visual studio project files for building the ARM simulator.
4634
4635 Fixed a number of ARM simulator issues.
4636
4637 Fixed bug in out-of-memory handling on ARM.
4638
4639 Implemented shell support for passing arguments to a script from
4640 the command line.
4641
4642 Fixed bug in date code that made certain date functions return -0
4643 instead of 0 for dates before the epoch.
4644
4645 Restricted applications of eval so it can only be used in the
4646 context of the associated global object.
4647
4648 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004649
4650
ager@chromium.org870a0b62008-11-04 11:43:05 +000046512008-11-04: Version 0.4.3
4652
4653 Added support for API accessors that prohibit overwriting by
4654 accessors defined in JavaScript code by using __defineGetter__ and
4655 __defineSetter__.
4656
4657 Improved handling of conditionals in test status files.
4658
4659 Introduced access control in propertyIsEnumerable.
4660
4661 Improved performance of some string operations by caching
4662 information about the type of the string between operations.
4663
4664 Fixed bug in fast-case code for switch statements that only have
4665 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004666
ager@chromium.org870a0b62008-11-04 11:43:05 +00004667
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046682008-10-30: Version 0.4.2
4669
4670 Improved performance of Array.prototype.concat by moving the
4671 implementation to C++ (issue 123).
4672
4673 Fixed heap growth policy to avoid growing old space to its maximum
4674 capacity before doing a garbage collection and fixed issue that
4675 would lead to artificial out of memory situations (issue 129).
4676
4677 Fixed Date.prototype.toLocaleDateString to return the date in the
4678 same format as WebKit.
4679
4680 Added missing initialization checks to debugger API.
4681
4682 Added removing of unused maps during GC.
4683
4684
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000046852008-10-28: Version 0.4.1
4686
4687 Added caching of RegExp data in compilation cache.
4688
4689 Added Visual Studio project file for d8 shell.
4690
4691 Fixed function call performance regression introduced in version
4692 0.4.0 when splitting the global object in two parts (issue 120).
4693
4694 Fixed issue 131 by checking for empty handles before throwing and
4695 reporting exceptions.
4696
4697
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000046982008-10-23: Version 0.4.0
4699
4700 Split the global object into two parts: The state holding global
4701 object and the global object proxy.
4702
4703 Fixed bug that affected the value of an assignment to an element
4704 in certain cases (issue 116).
4705
4706 Added GetPropertyNames functionality (issue 33) and extra Date
4707 functions (issue 77) to the API.
4708
4709 Changed WeakReferenceCallback to take a Persistent<Value> instead
4710 of a Persistent<Object> (issue 101).
4711
4712 Fixed issues with message reporting for exceptions in try-finally
4713 blocks (issues 73 and 75).
4714
ager@chromium.org32912102009-01-16 10:38:43 +00004715 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004716
4717 Improved Boyer-Moore implementation for faster indexOf operations.
4718
4719 Added development shell (d8) which includes counters and
4720 completion support.
4721
4722 Fixed problem with the receiver passed to functions called from
4723 eval (issue 124).
4724
4725
ager@chromium.org7c537e22008-10-16 08:43:32 +000047262008-10-16: Version 0.3.5
4727
4728 Improved string hash-code distribution by excluding bit-field bits
4729 from the hash-code.
4730
4731 Changed string search algorithm used in indexOf from KMP to
4732 Boyer-Moore.
4733
4734 Improved the generated code for the instanceof operator.
4735
4736 Improved performance of slow-case string equality checks by
4737 specializing the code based on the string representation.
4738
4739 Improve the handling of out-of-memory situations (issue 70).
4740
4741 Improved performance of strict equality checks.
4742
4743 Improved profiler output to make it easier to see anonymous
4744 functions.
4745
4746 Improved performance of slow-case keyed loads.
4747
4748 Improved property access performance by allocating a number of
4749 properties in the front object.
4750
4751 Changed the toString behavior on the built-in object constructors
4752 to print [native code] instead of the actual source. Some web
4753 applications do not like constructors with complex toString
4754 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004755
ager@chromium.org7c537e22008-10-16 08:43:32 +00004756
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047572008-10-06: Version 0.3.4
4758
4759 Changed Array.prototype.sort to use quick sort.
4760
4761 Fixed code generation issue where leaving a finally block with
4762 break or continue would accumulate elements on the expression
4763 stack (issue 86).
4764
4765 Made sure that the name accessor on functions returns the expected
4766 names for builtin JavaScript functions and C++ callback functions.
4767
4768 Added fast case code for extending the property storage array of
4769 JavaScript objects.
4770
4771 Ported switch statement optimizations introduced in version 0.3.3
4772 to the ARM code generator.
4773
4774 Allowed GCC to use strict-aliasing rules when compiling.
4775
4776 Improved performance of arguments object allocation by taking care
4777 of arguments adaptor frames in the generated code.
4778
4779 Updated the V8 benchmark suite to version 2.
4780
4781
ager@chromium.org236ad962008-09-25 09:45:57 +000047822008-09-25: Version 0.3.3
4783
4784 Improved handling of relocation information to enable more
4785 peep-hole optimizations.
4786
4787 Optimized switch statements where all labels are constant small
4788 integers.
4789
4790 Optimized String.prototype.indexOf for common cases.
4791
4792 Fixed more build issues (issue 80).
4793
4794 Fixed a couple of profiler issues.
4795
4796 Fixed bug where the body of a function created using the Function
4797 constructor was not allowed to end with a single-line comment
4798 (issue 85).
4799
4800 Improved handling of object literals by canonicalizing object
4801 literal maps. This will allow JSON objects with the same set of
4802 properties to share the same map making inline caching work better
4803 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004804
ager@chromium.org236ad962008-09-25 09:45:57 +00004805
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000048062008-09-17: Version 0.3.2
4807
4808 Generalized the EvalCache into a CompilationCache and enabled it
4809 for scripts too. The current strategy is to retire all entries
4810 whenever a mark-sweep collection is started.
4811
4812 Fixed bug where switch statements containing only a default case
4813 would lead to an unbalanced stack (issue 69).
4814
4815 Fixed bug that made access to the function in a named function
4816 expression impossible in certain situations (issue 24).
4817
4818 Fixed even more build issues.
4819
4820 Optimized calling conventions on ARM. The conventions on ARM and
4821 IA-32 now match.
4822
4823 Removed static initializers for flags and counters.
4824
4825 Improved inline caching behavior for uncommon cases where lazily
4826 loading Date and RegExp code could force certain code paths go
4827 megamorphic.
4828
4829 Removed arguments adaption for builtins written in C++. This
4830 makes Array.prototype.push and Array.prototype.pop slightly
4831 faster.
4832
4833
ager@chromium.org9258b6b2008-09-11 09:11:10 +000048342008-09-11: Version 0.3.1
4835
4836 Fixed a number of build issues.
4837
4838 Fixed problem with missing I-cache flusing on ARM.
4839
4840 Changed space layout in memory management by splitting up
4841 code space into old data space and code space.
4842
4843 Added utf-8 conversion support to the API (issue 57).
4844
4845 Optimized repeated calls to eval with the same strings. These
4846 repeated calls are common in web applications.
4847
4848 Added Xcode project file.
4849
4850 Optimized a couple of Array operation.
4851
4852 Fixed parser bug by checking for end-of-string when parsing break
4853 and continue (issue 35).
4854
4855 Fixed problem where asian characters were not categorized as
4856 letters.
4857
4858 Fixed bug that disallowed calling functions fetched from an array
4859 using a string as an array index (issue 32).
4860
4861 Fixed bug where the internal field count on object templates were
4862 sometimes ignored (issue 54).
4863
4864 Added -f option to the shell sample for compatibility with other
4865 engines (issue 18).
4866
4867 Added source info to TryCatches in the API.
4868
4869 Fixed problem where the seed for the random number generator was
4870 clipped in a double to unsigned int conversion.
4871
4872 Fixed bug where cons string symbols were sometimes converted to
4873 non-symbol flat strings during GC.
4874
4875 Fixed bug in error reporting when attempting to convert null to an
4876 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004877
4878
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048792008-09-04: Version 0.3.0
4880
4881 Added support for running tests on the ARM simulator.
4882
4883 Fixed bug in the 'in' operator where negative indices were not
4884 treated correctly.
4885
4886 Fixed build issues on gcc-4.3.1.
4887
4888 Changed Date.prototype.toLocaleTimeString to not print the
4889 timezone part of the time.
4890
4891 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4892 with user code.
4893
4894
v8.team.kasperl727e9952008-09-02 14:56:44 +000048952008-09-02: Version 0.2.5
4896
4897 Renamed the top level directory 'public' to 'include'.
4898
4899 Added 'env' option to the SCons build scripts to support
4900 overriding the ENV part of the build environment. This is mostly
4901 to support Windows builds in cases where SCons cannot find the
4902 correct paths to the Windows SDK, as these paths cannot be passed
4903 through shell environment variables.
4904
4905 Enabled "Buffer Security Check" on for the Windows SCons build and
4906 added the linker option /OPT:ICF as an optimization.
4907
4908 Added the V8 benchmark suite to the repository.
4909
4910
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000049112008-09-01: Version 0.2.4
4912
4913 Included mjsunit JavaScript test suite and C++ unit tests.
4914
4915 Changed the shell sample to not print the result of executing a
4916 script provided on the command line.
4917
4918 Fixed issue when building samples on Windows using a shared V8
4919 library. Added visibility option on Linux build which makes the
4920 generated library 18% smaller.
4921
4922 Changed build system to accept multiple build modes in one build
4923 and generate separate objects, libraries and executables for each
4924 mode.
4925
4926 Removed deferred negation optimization (a * -b => -(a * b)) since
4927 this visibly changes operand conversion order.
4928
4929 Improved parsing performance by introducing stack guard in
4930 preparsing. Without a stack guard preparsing always bails out
4931 with stack overflow.
4932
4933 Changed shell sample to take flags directly from the command-line.
4934 Added API call that implements this.
4935
4936 Added load, quit and version functions to the shell sample so it's
4937 easier to run benchmarks and tests.
4938
4939 Fixed issue with building samples and cctests on 64-bit machines.
4940
4941 Fixed bug in the runtime system where the prototype chain was not
4942 always searched for a setter when setting a property that does not
4943 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004944
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004945
mads.s.agercbaa0602008-08-14 13:41:48 +000049462008-08-14: Version 0.2.3
4947
4948 Improved performance of garbage collection by moving the
4949 function that updates pointers during compacting collection
4950 into the updating visitor. This gives the compiler a better
4951 chance to inline and avoid a function call per (potential)
4952 pointer.
4953
4954 Extended the shell sample with a --runtime-flags option.
4955
4956 Added Visual Studio project files for the shell.cc and
4957 process.cc samples.
4958
4959
49602008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004961
4962 Improved performance of garbage collection by changing the way
4963 we use the marking stack in the event of stack overflow during
4964 full garbage collection and by changing the way we mark roots.
4965
4966 Cleaned up ARM version by removing top of stack caching and by
4967 introducing push/pop elimination.
4968
4969 Cleaned up the way runtime functions are called to allow
4970 runtime calls with no arguments.
4971
4972 Changed Windows build options to make sure that exceptions are
4973 disabled and that optimization flags are enabled.
4974
4975 Added first version of Visual Studio project files.
4976
4977
mads.s.agercbaa0602008-08-14 13:41:48 +000049782008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004979
4980 Improved performance of unary addition by avoiding runtime calls.
4981
4982 Fixed the handling of '>' and '<=' to use right-to-left conversion
4983 and left-to-right evaluation as specified by ECMA-262.
4984
4985 Fixed a branch elimination bug on the ARM platform where incorrect
4986 code was generated because of overly aggressive branch
4987 elimination.
4988
4989 Improved performance of code that repeatedly assigns the same
4990 function to the same property of different objects with the same
4991 map.
4992
4993 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4994 no longer expects DEBUG to be defined.
4995
4996 Added platform-nullos.cc to serve as the basis for new platform
4997 implementations.
4998
mads.s.ager31e71382008-08-13 09:32:07 +00004999
mads.s.agercbaa0602008-08-14 13:41:48 +000050002008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005001
5002 Changed all text files to have native svn:eol-style.
5003
5004 Added a few samples and support for building them. The samples
5005 include a simple shell that can be used to benchmark and test V8.
5006
5007 Changed V8::GetVersion to return the version as a string.
5008
5009 Added source for lazily loaded scripts to snapshots and made
5010 serialization non-destructive.
5011
5012 Improved ARM support by fixing the write barrier code to use
5013 aligned loads and stores and by removing premature locals
5014 optimization that relied on broken support for callee-saved
5015 registers (removed).
5016
5017 Refactored the code for marking live objects during garbage
5018 collection and the code for allocating objects in paged
5019 spaces. Introduced an abstraction for the map word of a heap-
5020 allocated object and changed the memory allocator to allocate
5021 executable memory only for spaces that may contain code objects.
5022
5023 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5024 they can be used by debugging and logging modules. Added
5025 thread-safe message queues for dealing with debugger events.
5026
5027 Fixed the source code reported by toString for certain builtin
5028 empty functions and made sure that the prototype property of a
5029 function is enumerable.
5030
5031 Improved performance of converting values to condition flags in
5032 generated code.
5033
5034 Merged disassembler-{arch} files.
5035
5036
mads.s.agercbaa0602008-08-14 13:41:48 +000050372008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005038
5039 Added support for storing JavaScript stack traces in a stack
5040 allocated buffer to make it visible in shallow core dumps.
5041 Controlled by the --preallocate-message-memory flag which is
5042 disabled by default.
5043
5044
mads.s.agercbaa0602008-08-14 13:41:48 +000050452008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005046
5047 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5048 map transitions would count as properties.
5049
5050 Allowed aliased eval invocations by treating them as evals in the
5051 global context. This may change in the future.
5052
5053 Added support for accessing the last entered context through the
5054 API and renamed Context::Current to Context::GetCurrent and
5055 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5056
5057 Fixed bug in the debugger that would cause the debugger scripts to
5058 be recursively loaded and changed all disabling of interrupts to
5059 be block-structured.
5060
5061 Made snapshot data read-only to allow it to be more easily shared
5062 across multiple users of V8 when linked as a shared library.
5063
5064
mads.s.agercbaa0602008-08-14 13:41:48 +000050652008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005066
5067 Fixed building on Mac OS X by recognizing i386 and friends as
5068 IA-32 platforms.
5069
5070 Added propagation of stack overflow exceptions that occur while
5071 compiling nested functions.
5072
5073 Improved debugger with support for recursive break points and
5074 handling of exceptions that occur in the debugger JavaScript code.
5075
5076 Renamed GetInternal to GetInternalField and SetInternal to
5077 SetInternalField in the API and moved InternalFieldCount and
5078 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5079
5080
mads.s.agercbaa0602008-08-14 13:41:48 +000050812008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005082
5083 Fixed bug in stack overflow check code for IA-32 targets where a
5084 non-tagged value in register eax was pushed to the stack.
5085
5086 Fixed potential quadratic behavior when converting strings to
5087 numbers.
5088
5089 Fixed bug where the return value from Object::SetProperty could
5090 end up being the property holder instead of the written value.
5091
5092 Improved debugger support by allowing nested break points and by
5093 dealing with stack-overflows when compiling functions before
5094 setting break points in them.
5095
5096
mads.s.agercbaa0602008-08-14 13:41:48 +000050972008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005098
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005099 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005100
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005101# Local Variables:
5102# mode:text
5103# End: