blob: 80be24652e560e6e675cd5a274633fbb81e0b9c0 [file] [log] [blame]
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +000012013-02-27: Version 3.17.5
2
3 Made __proto__ a foreign callback on Object.prototype.
4 (issue 621, issue 1949 and issue 2441)
5
6 Performance and stability improvements on all platforms.
7
8
ulan@chromium.org09d7ab52013-02-25 15:50:35 +000092013-02-25: Version 3.17.4
10
11 Performance and stability improvements on all platforms.
12
13
ulan@chromium.org2e04b582013-02-21 14:06:02 +0000142013-02-21: Version 3.17.3
15
16 Performance and stability improvements on all platforms.
17
18
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +0000192013-02-19: Version 3.17.2
20
21 Removed bogus check for TOP register in deoptimizer.
22 (Chromium issue 176943)
23
24 Made the Isolate parameter mandatory for internal HandleScopes.
25 (issue 2487)
26
27 Fixed f.apply() optimization when declared arguments are mutated.
28 (issue 2539)
29
30 Performance and stability improvements on all platforms.
31
32
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +0000332013-02-14: Version 3.17.1
34
35 Performance and stability improvements on all platforms.
36
37
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +0000382013-02-13: Version 3.17.0
39
40 Enabled parallel sweeping.
41
42 Don't try to unlink instructions twice during GVN
43 (Chromium issue 175141)
44
45 Fixed code flusher disabling while marking incrementally.
46 (Chromium issue 173458, 168582)
47
48 Don't use TLS for space iterators.
49 (issue 2531)
50
51 Added new GetHeapStatistics API entry and deprecated old one.
52
53 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
54 platform-independent code.
55 (Chromium issue 173907)
56
57 Added --trace-array-abuse to help find OOB accesses.
58
59 Performance and stability improvements on all platforms.
60
61
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +0000622013-02-06: Version 3.16.14
63
64 Performance and stability improvements on all platforms.
65
66
danno@chromium.org94b0d6f2013-02-04 13:33:20 +0000672013-02-04: Version 3.16.13
68
69 Tagged stubs that rely on instance types as MEGAMORPHIC.
70 (Chromium issue 173974)
71
72 Fixed clearing of dead dependent codes and verifing of weak
73 embedded maps on full GC. (Chromium issue 172488,172489)
74
75 Made the arm port build cleanly with Clang.
76
77 Performance and stability improvements on all platforms.
78
79
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +0000802013-01-31: Version 3.16.12
81
82 Performance and stability improvements on all platforms.
83
84
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +0000852013-01-30: Version 3.16.11
86
87 Put making embedded maps in optimized code weak behind a flag.
88 (Chromium issue 172488,172489)
89
90 Performance and stability improvements on all platforms.
91
92
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000932013-01-25: Version 3.16.10
94
95 Avoid excessive memory usage during redundant phi elimination.
96 (issue 2510)
97
98 Fixed additional spec violations wrt RegExp.lastIndex.
99 (issue 2437)
100
101 Added Isolate parameter to Persistent class.
102 (issue 2487)
103
104 Performance and stability improvements on all platforms.
105
106
yangguo@chromium.org003650e2013-01-24 16:31:08 +00001072013-01-24: Version 3.16.9
108
109 Made embedded maps in optimized code weak.
110 (issue 2073)
111
112 Fixed corner case when JSFunction is evicted from flusher.
113 (Chromium issue 168801)
114
115 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
116 (Chromium issue 171641)
117
118 Performance and stability improvements on all platforms.
119
120
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00001212013-01-23: Version 3.16.8
122
123 Correctly reset lastIndex in an RegExp object.
124 (Chromium issue 170856)
125
126 Added a workaround for Windows compilation problems related to V8EXPORT.
127 (issue 2507)
128
129 tools/run-tests.py: shlex.split() the value of --command-prefix
130 (Chromium issue 171553)
131
132 Fixed pattern detection for replacing shifts by rotation.
133 (Chromium issue 2499)
134
135 Performance and stability improvements on all platforms.
136
137
yangguo@chromium.org28381b42013-01-21 14:39:38 +00001382013-01-21: Version 3.16.7
139
140 Removed <(library) usage from v8.gyp.
141 (Chromium issue 111541)
142
143 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
144 (Chromium issue 169928)
145
146 Performance and stability improvements on all platforms.
147
148
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00001492013-01-18: Version 3.16.6
150
151 Made the Isolate parameter mandatory in Locker and Unlocker classes.
152 (issue 2487)
153
154 Avoid pointer underflow in CopyCharsUnsigned.
155 (issue 2493)
156
157 Generate shim headers when using system v8.
158 (Chromium issue 165264)
159
160 Fixed arguments materialization for inlined apply().
161 (issue 2489)
162
163 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
164 (Chromium issue 147497)
165
166 Added sanity check to CodeFlusher::AddCandidate.
167 (Chromium issue 169209)
168
169 Performance and stability improvements on all platforms.
170
171
1722013-01-15: Version 3.16.5
173
174 Removed deprecated functions from V8's external API.
175
176 Prepared API for WebKit use of Latin-1.
177
178 Fixed V8 issue 2486.
179
180 Fixed Chromium issue 169723.
181
182 Performance and stability improvements on all platforms.
183
184
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001852013-01-11: Version 3.16.4
186
187 Fixed Chromium issues 168545 and 169209.
188
189 Performance and stability improvements on all platforms.
190
191
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001922013-01-09: Version 3.16.3
193
194 Improved GC performance when moving parts of a FixedArray (issue 2452).
195
196 Enabled readline on d8 while building a shared lib (issue 1781).
197
198 Fixed missing exception check in typed array constructor
199 (Chromium issue 168545).
200
201 Check for read-only-ness when preparing for array sort (issue 2419).
202
203 Performance and stability improvements on all platforms.
204
205
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00002062013-01-04: Version 3.16.2
207
208 Added Makefile options to build for the Raspberry Pi (armv7=0,
209 arm_fpu=vfp2).
210
211 Performance and stability improvements on all platforms.
212
213
ulan@chromium.org4121f232012-12-27 15:57:11 +00002142012-12-27: Version 3.16.1
215
216 Fixed x64 MathMinMax for negative untagged int32 arguments.
217 (Chromium issue 164442)
218
219 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
220 (issue 2458)
221
222 Performance and stability improvements on all platforms.
223
224
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00002252012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000226
227 V8_Fatal now prints C++ stack trace in debug mode.
228
229 Added HTML-based tick processor.
230
231 Continued implementation of Object.observe (V8 issue 2409).
232
233 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
234
235 Fixed Chromium issues 125308, 165637, 166379, 166553.
236
237 Performance and stability improvements on all platforms.
238
239
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00002402012-12-10: Version 3.15.11
241
242 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
243 flags.
244
245 Performance and stability improvements on all platforms.
246
247
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00002482012-12-07: Version 3.15.10
249
250 Enabled optimisation of functions inside eval. (issue 2315)
251
252 Fixed spec violations in methods of Number.prototype. (issue 2443)
253
254 Added GCTracer metrics for a scavenger GC for DOM wrappers.
255
256 Performance and stability improvements on all platforms.
257
258
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00002592012-12-06: Version 3.15.9
260
261 Fixed candidate eviction in code flusher.
262 (Chromium issue 159140)
263
264 Iterate through all arguments for side effects in Math.min/max.
265 (issue 2444)
266
267 Fixed spec violations related to regexp.lastIndex
268 (issue 2437, issue 2438)
269
270 Performance and stability improvements on all platforms.
271
272
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002732012-12-04: Version 3.15.8
274
275 Enforced stack allocation of TryCatch blocks.
276 (issue 2166,chromium:152389)
277
278 Fixed external exceptions in external try-catch handlers.
279 (issue 2166)
280
281 Activated incremental code flushing by default.
282
283 Performance and stability improvements on all platforms.
284
285
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002862012-11-30: Version 3.15.7
287
288 Activated code aging by default.
289
290 Included more information in --prof log.
291
292 Removed eager sweeping for lazy swept spaces. Try to find in
293 SlowAllocateRaw a bounded number of times a big enough memory slot.
294 (issue 2194)
295
296 Performance and stability improvements on all platforms.
297
298
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002992012-11-26: Version 3.15.6
300
301 Ensure double arrays are filled with holes when extended from
302 variations of empty arrays. (Chromium issue 162085)
303
304 Performance and stability improvements on all platforms.
305
306
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00003072012-11-23: Version 3.15.5
308
309 Fixed JSON.stringify for objects with interceptor handlers.
310 (Chromium issue 161028)
311
312 Fixed corner case in x64 compare stubs. (issue 2416)
313
314 Performance and stability improvements on all platforms.
315
316
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00003172012-11-16: Version 3.15.4
318
319 Fixed Array.prototype.join evaluation order. (issue 2263)
320
321 Perform CPU sampling by CPU sampling thread only iff processing thread
322 is not running. (issue 2364)
323
324 When using an Object as a set in Object.getOwnPropertyNames, null out
325 the proto. (issue 2410)
326
327 Disabled EXTRA_CHECKS in Release build.
328
329 Heap explorer: Show representation of strings.
330
331 Removed 'type' and 'arguments' properties from Error object.
332 (issue 2397)
333
334 Added atomics implementation for ThreadSanitizer v2.
335 (Chromium issue 128314)
336
337 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
338
339 Performance and stability improvements on all platforms.
340
341
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00003422012-11-13: Version 3.15.3
343
344 Changed sample shell to send non-JS output (e.g. errors) to stderr
345 instead of stdout.
346
347 Correctly check for stack overflow even when interrupt is pending.
348 (issue 214)
349
350 Collect stack trace on stack overflow. (issue 2394)
351
352 Performance and stability improvements on all platforms.
353
354
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00003552012-11-12: Version 3.15.2
356
357 Function::GetScriptOrigin supplies sourceURL when script name is
358 not available. (Chromium issue 159413)
359
360 Made formatting error message side-effect-free. (issue 2398)
361
362 Fixed length check in JSON.stringify. (Chromium issue 160010)
363
364 ES6: Added support for Set and Map clear method (issue 2400)
365
366 Fixed slack tracking when instance prototype changes.
367 (Chromium issue 157019)
368
369 Fixed disabling of code flusher while marking. (Chromium issue 159140)
370
371 Added a test case for object grouping in a scavenger GC (issue 2077)
372
373 Support shared library build of Android for v8.
374 (Chromium issue 158821)
375
376 ES6: Added support for size to Set and Map (issue 2395)
377
378 Performance and stability improvements on all platforms.
379
380
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003812012-11-06: Version 3.15.1
382
383 Put incremental code flushing behind a flag. (Chromium issue 159140)
384
385 Performance and stability improvements on all platforms.
386
387
danno@chromium.org72204d52012-10-31 10:02:10 +00003882012-10-31: Version 3.15.0
389
390 Loosened aligned code target requirement on ARM (issue 2380)
391
392 Fixed JSON.parse to treat leading zeros correctly.
393 (Chromium issue 158185)
394
395 Performance and stability improvements on all platforms.
396
397
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003982012-10-22: Version 3.14.5
399
400 Killed off the SCons based build.
401
402 Added a faster API for creating v8::Integer objects.
403
404 Speeded up function deoptimization by avoiding quadratic pass over
405 optimized function list. (Chromium issue 155270)
406
407 Always invoke the default Array.sort functions from builtin functions.
408 (issue 2372)
409
410 Reverted recent CPU profiler changes because they broke --prof.
411 (issue 2364)
412
413 Switched code flushing to use different JSFunction field.
414 (issue 1609)
415
416 Performance and stability improvements on all platforms.
417
418
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00004192012-10-15: Version 3.14.4
420
421 Allow evals for debugger even if they are prohibited in the debugee
422 context. (Chromium issue 154733)
423
424 Enabled --verify-heap in release mode (issue 2120)
425
426 Performance and stability improvements on all platforms.
427
428
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00004292012-10-11: Version 3.14.3
430
431 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
432 (Chromium issue 155076).
433
434 Bumped variable limit further to 2^17 (Chromium issue 151625).
435
436 Performance and stability improvements on all platforms.
437
438
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00004392012-10-10: Version 3.14.2
440
441 ARM: allowed VFP3 instructions when hardfloat is enabled.
442 (Chromium issue 152506)
443
444 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
445 (Chromium issue 151749)
446
447 Made GDBJIT interface compile again. (issue 1804)
448
449 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
450 (Chromium issue 143967)
451
452 Made sure that names of temporaries do not clash with real variables.
453 (issue 2322)
454
455 Rejected local module declarations. (Chromium issue 150628)
456
457 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
458
459 Fixed slot recording of code target patches.
460 (Chromium issue 152615,chromium:144230)
461
462 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
463
464 Performance and stability improvements on all platforms.
465
466
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004672012-10-01: Version 3.14.1
468
469 Don't set -m32 flag when compiling with Android ARM compiler.
470 (Chromium issue 143889)
471
472 Restore the descriptor array before returning allocation failure.
473 (Chromium issue 151750)
474
475 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
476 128252).
477
478 Pull more recent gyp in 'make dependencies'.
479
480 Made sure that the generic KeyedStoreIC changes length and element_kind
481 atomically (issue 2346).
482
483 Bumped number of allowed variables per scope to 65535, to address GWT.
484 (Chromium issue 151625)
485
486 Support sourceURL for dynamically inserted scripts (issue 2342).
487
488 Performance and stability improvements on all platforms.
489
490
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004912012-09-20: Version 3.14.0
492
493 Fixed missing slot recording during clearing of CallICs.
494 (Chromium issue 144230)
495
496 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
497 (Chromium issue 150729)
498
499 Fixed minus zero test. (Issue 2133)
500
501 Fixed setting array length to zero for slow elements.
502 (Chromium issue 146910)
503
504 Fixed lost arguments dropping in HLeaveInlined.
505 (Chromium issue 150545)
506
507 Fixed casting error for receiver of interceptors.
508 (Chromium issue 149912)
509
510 Throw a more descriptive exception when blocking 'eval' via CSP.
511 (Chromium issue 140191)
512
513 Fixed debugger's eval when close to stack overflow. (issue 2318)
514
515 Added checks to live edit. (issue 2297)
516
517 Switched on code compaction on incremental GCs.
518
519 Fixed caching of optimized code for OSR. (issue 2326)
520
521 Not mask exception thrown by toString in String::UtfValue etc.
522 (issue 2317)
523
524 Fixed API check for length of external arrays. (Chromium issue 148896)
525
526 Ensure correct enumeration indices in the dict (Chromium issue 148376)
527
528 Correctly initialize regexp global cache. (Chromium issue 148378)
529
530 Fixed arguments object materialization during deopt. (issue 2261)
531
532 Introduced new API to expose external string resource regardless of
533 encoding.
534
535 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
536 --deopt-every-n-times flag is present
537 (Chromium issue 148389)
538
539 Fixed edge case of extension with NULL as source string.
540 (Chromium issue 144649)
541
542 Fixed array index dehoisting. (Chromium issue 141395)
543
544 Performance and stability improvements on all platforms.
545
546
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00005472012-09-11: Version 3.13.7
548
549 Enable/disable LiveEdit using the (C++) debug API.
550
551 Performance and stability improvements on all platforms.
552
553
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00005542012-09-06: Version 3.13.6
555
556 Added validity checking to API functions and calls.
557
558 Disabled accessor inlining (Chromium issue 134609).
559
560 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
561
562 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
563
564 Fixed VS2005 build (issue 2313).
565
566 Activated fixed ES5 readonly semantics by default.
567
568 Added hardfp flag to the Makefile.
569
570 Performance and stability improvements on all platforms.
571
572
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005732012-08-29: Version 3.13.5
574
575 Release stack trace data after firing Error.stack accessor.
576 (issue 2308)
577
578 Added a new API V8::SetJitCodeEventHandler to push code name and
579 location to users such as profilers.
580
581 Allocate block-scoped global bindings to global context.
582
583 Performance and stability improvements on all platforms.
584
585
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005862012-08-28: Version 3.13.4
587
588 Print reason for disabling optimization. Kill --trace-bailout flag.
589
590 Provided option to disable full DEBUG build on Android.
591
592 Introduced global contexts to represent lexical global scope(s).
593
594 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
595
596 Performance and stability improvements on all platforms.
597
598
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005992012-08-21: Version 3.13.3
600
601 Performance and stability improvements on all platforms.
602
603
6042012-08-20: Version 3.13.2
605
606 Performance and stability improvements on all platforms.
607
608
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00006092012-08-16: Version 3.13.1
610
611 Performance and stability improvements on all platforms.
612
613
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00006142012-08-10: Version 3.13.0
615
616 Added histograms for total allocated/live heap size, as well as
617 allocated size and percentage of total for map and cell space.
618
619 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
620 (issue 1645)
621
622 Added checks for interceptors to negative lookup code in Crankshaft.
623 (Chromium issue 140473)
624
625 Made incremental marking clear ICs and type feedback cells.
626
627 Performance and stability improvements on all platforms.
628
629
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00006302012-08-01: Version 3.12.19
631
632 Performance and stability improvements on all platforms.
633
634
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00006352012-07-30: Version 3.12.18
636
637 Forced using bit-pattern for signed zero double. (issue 2239)
638
639 Made sure double to int conversion is correct. (issue 2260)
640
641 Performance and stability improvements on all platforms.
642
643
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00006442012-07-27: Version 3.12.17
645
646 Always set the callee's context when calling a function from optimized
647 code.
648 (Chromium issue 138887)
649
650 Fixed building with GCC 3.x
651 (issue 2016, 2017)
652
653 Improved API calls that return empty handles.
654 (issue 2245)
655
656 Performance and stability improvements on all platforms.
657
658
danno@chromium.org129d3982012-07-25 15:01:47 +00006592012-07-25: Version 3.12.16
660
661 Performance and stability improvements on all platforms.
662
663
yangguo@chromium.org304cc332012-07-24 07:59:48 +00006642012-07-24: Version 3.12.15
665
666 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
667 (issue 2252)
668
669 Added dependency to HLoadKeyed* instructions to prevent invalid
670 hoisting. (Chromium issue 137768)
671
672 Enabled building d8 for Android on Mac.
673
674 Interpret negative hexadecimal literals as NaN.
675 (issue 2240)
676
677 Expose counters in javascript when using --track-gc-object-stats.
678
679 Enabled building and testing V8 on Android IA.
680
681 Added --trace-parse flag to parser.
682
683 Performance and stability improvements on all platforms.
684
685
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006862012-07-18: Version 3.12.14
687
688 Deactivated optimization of packed arrays.
689 (Chromium issue 137768)
690
691 Fixed broken accessor transition.
692 (Chromium issue 137689)
693
694 Performance and stability improvements on all platforms.
695
696
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006972012-07-17: Version 3.12.13
698
699 Fixed missing tagging of stack value in finally block.
700 (Chromium issue 137496)
701
702 Added more support for heap analysis.
703
704 Performance and stability improvements on all platforms.
705
706
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00007072012-07-16: Version 3.12.12
708
709 Added an option to the tickprocessor to specify the directory for lib
710 lookup.
711
712 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
713
714 Fixed transcendental cache on ARM in optimized code (issue 2234).
715
716 New heap inspection tools: counters for object sizes and counts,
717 histograms for external fragmentation.
718
719 Incorporated constness into inferred interfaces (in preparation for
720 handling imports) (issue 1569).
721
722 Performance and stability improvements on all platforms.
723
724
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00007252012-07-12: Version 3.12.11
726
727 Renamed "mips" arch to "mipsel" in the GYP build.
728
729 Fixed computation of call targets on prototypes in Crankshaft.
730 (Chromium issue 125148)
731
732 Removed use of __lookupGetter__ when generating stack trace.
733 (issue 1591)
734
735 Turned on ES 5.2 globals semantics by default.
736 (issue 1991, Chromium issue 80591)
737
738 Synced preparser and parser wrt syntax error in switch..case.
739 (issue 2210)
740
741 Fixed reporting of octal literals in strict mode when preparsing.
742 (issue 2220)
743
744 Fixed inline constructors for Harmony Proxy prototypes.
745 (issue 2225)
746
747 Performance and stability improvements on all platforms.
748
749
danno@chromium.org81cac2b2012-07-10 11:28:27 +00007502012-07-10: Version 3.12.10
751
752 Re-enabled and fixed issue with array bounds check elimination
753 (Chromium issue 132114).
754
755 Fixed Debug::Break crash. (Chromium issue 131642)
756
757 Added optimizing compiler support for JavaScript getters.
758
759 Performance and stability improvements on all platforms.
760
761
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00007622012-07-06: Version 3.12.9
763
764 Correctly advance the scanner when scanning unicode regexp flag.
765 (Chromium issue 136084)
766
767 Fixed unhandlified code calling Harmony Proxy traps.
768 (issue 2219)
769
770 Performance and stability improvements on all platforms.
771
772
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007732012-07-05: Version 3.12.8
774
775 Implemented TypedArray.set and ArrayBuffer.slice in d8.
776
777 Performance and stability improvements on all platforms.
778
779
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007802012-07-03: Version 3.12.7
781
782 Fixed lazy compilation for strict eval scopes.
783 (Chromium issue 135066)
784
785 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
786 (issue 2151)
787
788 Report "hidden properties" in heap profiler for properties case.
789 (issue 2212)
790
791 Activated optimization of packed arrays by default.
792
793 Performance and stability improvements on all platforms.
794
795
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007962012-06-29: Version 3.12.6
797
798 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
799
800 Extended TypedArray support in d8.
801
802
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00008032012-06-28: Version 3.12.5
804
805 Fixed lazy parsing heuristics to respect outer scope.
806 (Chromium issue 135008)
807
808 Allow using test-wrapper-gypbuild.py on Windows when no python
809 interpreter is registered.
810
811 Performance and stability improvements on all platforms.
812
813
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00008142012-06-27: Version 3.12.4
815
816 Removed -fomit-frame-pointer flag from Release builds to make
817 the stack walkable by TCMalloc (Chromium issue 133723).
818
819 Ported r7868 (constant masking) to x64 (issue 1374).
820
821 Expose more detailed memory statistics (issue 2201).
822
823 Fixed Harmony Maps and WeakMaps for undefined values
824 (Chromium issue 132744).
825
826 Correctly throw reference error in strict mode with ICs disabled
827 (issue 2119).
828
829 Performance and stability improvements on all platforms.
830
831
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00008322012-06-25: Version 3.12.3
833
834 Reverted r11835 'Unify promotion and allocation limit computation' due
835 to V8 Splay performance regression on Mac. (Chromium issue 134183)
836
837 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
838
839 Performance and stability improvements on all platforms.
840
841
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00008422012-06-22: Version 3.12.2
843
844 Made near-jump check more strict in LoadNamedFieldPolymorphic on
845 ia32/x64. (Chromium issue 134055)
846
847 Fixed lazy sweeping heuristics to prevent old-space expansion.
848 (issue 2194)
849
850 Performance and stability improvements on all platforms.
851
852
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00008532012-06-21: Version 3.12.1
854
855 Performance and stability improvements on all platforms.
856
857
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00008582012-06-20: Version 3.12.0
859
860 Fixed Chromium issues:
861 115100, 129628, 131994, 132727, 132741, 132742, 133211
862
863 Fixed V8 issues:
864 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
865
866 Added --extra-code flag to mksnapshot to load JS code into the VM
867 before creating the snapshot.
868
869 Support 'restart call frame' command in the debugger.
870
871 Performance and stability improvements on all platforms.
872
873
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008742012-06-13: Version 3.11.10
875
876 Implemented heap profiler memory usage reporting.
877
878 Preserved error message during finally block in try..finally.
879 (Chromium issue 129171)
880
881 Fixed EnsureCanContainElements to properly handle double values.
882 (issue 2170)
883
884 Improved heuristics to keep objects in fast mode with inherited
885 constructors.
886
887 Performance and stability improvements on all platforms.
888
889
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008902012-06-06: Version 3.11.9
891
892 Implemented ES5-conformant semantics for inherited setters and read-only
893 properties. Currently behind --es5_readonly flag, because it breaks
894 WebKit bindings.
895
896 Exposed last seen heap object id via v8 public api.
897
898 Performance and stability improvements on all platforms.
899
900
verwaest@chromium.org37141392012-05-31 13:27:02 +00009012012-05-31: Version 3.11.8
902
903 Avoid overdeep recursion in regexp where a guarded expression with a
904 minimum repetition count is inside another quantifier.
905 (Chromium issue 129926)
906
907 Fixed missing write barrier in store field stub.
908 (issues 2143, 1465, Chromium issue 129355)
909
910 Proxies: Fixed receiver for setters inherited from proxies.
911 Proxies: Fixed ToStringArray function so that it does not reject some
912 keys.
913 (issue 1543)
914
915 Performance and stability improvements on all platforms.
916
917
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00009182012-05-29: Version 3.11.7
919
920 Get better function names in stack traces.
921
922 Performance and stability improvements on all platforms.
923
924
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00009252012-05-24: Version 3.11.6
926
927 Fixed RegExp.prototype.toString for incompatible receivers
928 (issue 1981).
929
930 Performance and stability improvements on all platforms.
931
932
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00009332012-05-23: Version 3.11.5
934
935 Performance and stability improvements on all platforms.
936
937
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00009382012-05-22: Version 3.11.4
939
940 Some cleanup to common.gypi. This fixes some host/target combinations
941 that weren't working in the Make build on Mac.
942
943 Handle EINTR in socket functions and continue incomplete sends.
944 (issue 2098)
945
946 Fixed python deprecations. (issue 1391)
947
948 Made socket send and receive more robust and return 0 on failure.
949 (Chromium issue 15719)
950
951 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
952
953 Set '-m32' option for host and target platforms
954
955 Performance and stability improvements on all platforms.
956
957
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00009582012-05-18: Version 3.11.3
959
960 Disable optimization for functions that have scopes that cannot be
961 reconstructed from the context chain. (issue 2071)
962
963 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
964
965 Correctly check for native error objects. (Chromium issue 2138)
966
967 Performance and stability improvements on all platforms.
968
969
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009702012-05-16: Version 3.11.2
971
972 Revert r11496. (Chromium issue 128146)
973
974 Implement map collection for incremental marking. (issue 1465)
975
976 Add toString method to CallSite (which describes a frame of the
977 stack trace).
978
979
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009802012-05-15: Version 3.11.1
981
982 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
983
984 Fix freebsd build. (V8 issue 2126)
985
986 Performance and stability improvements on all platforms.
987
988
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009892012-05-11: Version 3.11.0
990
991 Fixed compose-discard crasher from r11524 (issue 2123).
992
993 Activated new global semantics by default. Global variables can
994 now shadow properties of the global object (ES5.1 erratum).
995
996 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
997 transitioning (Chromium issue 117409).
998
999 Made Error.prototype.name writable again, as required by the spec and
1000 the web (Chromium issue 69187).
1001
1002 Implemented map collection with incremental marking (issue 1465).
1003
1004 Regexp: Fixed overflow in min-match-length calculation
1005 (Chromium issue 126412).
1006
1007 MIPS: Fixed illegal instruction use on Loongson in code for
1008 Math.random() (issue 2115).
1009
1010 Fixed crash bug in VisitChoice (Chromium issue 126272).
1011
1012 Fixed unsigned-Smi check in MappedArgumentsLookup
1013 (Chromium issue 126414).
1014
1015 Fixed LiveEdit for function with no locals (issue 825).
1016
1017 Fixed register clobbering in LoadIC for interceptors
1018 (Chromium issue 125988).
1019
1020 Implemented clearing of CompareICs (issue 2102).
1021
1022 Performance and stability improvements on all platforms.
1023
1024
danno@chromium.org2c26cb12012-05-03 09:06:43 +000010252012-05-03: Version 3.10.8
1026
1027 Enabled MIPS cross-compilation.
1028
1029 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1030 (Chromium issue 125515)
1031
1032 Fixed corner cases in truncation behavior when storing to
1033 TypedArrays. (issue 2110)
1034
1035 Fixed failure to properly recognize and report out-of-memory
1036 conditions when allocating code space pages. (Chromium issue
1037 118625)
1038
1039 Fixed idle notifications to perform a round of incremental GCs
1040 after context disposal. (issue 2107)
1041
1042 Fixed preparser for try statement. (issue 2109)
1043
1044 Performance and stability improvements on all platforms.
1045
1046
danno@chromium.org1044a4d2012-04-30 12:34:39 +000010472012-04-30: Version 3.10.7
1048
1049 Performance and stability improvements on all platforms.
1050
1051
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000010522012-04-26: Version 3.10.6
1053
1054 Fixed some bugs in accessing details of the last regexp match.
1055
1056 Fixed source property of empty RegExp objects. (issue 1982)
1057
1058 Enabled inlining some V8 API functions.
1059
1060 Performance and stability improvements on all platforms.
1061
1062
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000010632012-04-23: Version 3.10.5
1064
1065 Put new global var semantics behind a flag until WebKit tests are
1066 cleaned up.
1067
1068 Enabled stepping into callback passed to builtins.
1069 (Chromium issue 109564)
1070
1071 Performance and stability improvements on all platforms.
1072
1073
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010742012-04-19: Version 3.10.4
1075
1076 Fixed issues when stressing compaction with WeakMaps.
1077
1078 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1079
1080 Simplify invocation sequence at monomorphic function invocation sites.
1081 (issue 2079)
1082
1083 Performance and stability improvements on all platforms.
1084
1085
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010862012-04-17: Version 3.10.3
1087
1088 Fixed several bugs in heap profiles (including issue 2078).
1089
1090 Throw syntax errors on illegal escape sequences.
1091
1092 Implemented rudimentary module linking (behind --harmony flag)
1093
1094 Implemented ES5 erratum: Global declarations should shadow
1095 inherited properties.
1096
1097 Made handling of const more consistent when combined with 'eval'
1098 and 'with'.
1099
1100 Fixed V8 on MinGW-x64 (issue 2026).
1101
1102 Performance and stability improvements on all platforms.
1103
1104
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000011052012-04-13: Version 3.10.2
1106
1107 Fixed native ARM build (issues 1744, 539)
1108
1109 Return LOOKUP variable instead of CONTEXT for non-context allocated
1110 outer scope parameters (Chromium issue 119609).
1111
1112 Fixed regular and ElementsKind transitions interfering with each other
1113 (Chromium issue 122271).
1114
1115 Improved performance of keyed loads/stores which have a HeapNumber
1116 index (issues 1388, 1295).
1117
1118 Fixed WeakMap processing for evacuation candidates (issue 2060).
1119
1120 Bailout on possible direct eval calls (Chromium issue 122681).
1121
1122 Do not assume that names of function expressions are context-allocated
1123 (issue 2051).
1124
1125 Performance and stability improvements on all platforms.
1126
1127
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000011282012-04-10: Version 3.10.1
1129
1130 Fixed bug with arguments object in inlined functions (issue 2045).
1131
1132 Fixed performance bug with lazy initialization (Chromium issue
1133 118686).
1134
1135 Added suppport for Mac OS X 64bit builds with GYP.
1136 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1137
1138 Fixed bug with hidden properties (issue 2034).
1139
1140 Fixed a performance bug when reloading pages (Chromium issue 117767,
1141 V8 issue 1902).
1142
1143 Fixed bug when optimizing throw in top-level code (issue 2054).
1144
1145 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1146
1147 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1148
1149 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1150
1151 Fixed compilation of V8 using uClibc.
1152
1153 Optimized boot-up memory use.
1154
1155 Optimized regular expressions.
1156
1157
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000011582012-03-30: Version 3.10.0
1159
1160 Fixed store IC writability check in strict mode
1161 (Chromium issue 120099).
1162
1163 Resynchronize timers if the Windows system time was changed.
1164 (Chromium issue 119815)
1165
1166 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1167 hardfp ARM
1168 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1169
1170 Fixed edge case for case independent regexp character classes
1171 (issue 2032).
1172
1173 Reset function info counters after context disposal.
1174 (Chromium issue 117767, V8 issue 1902)
1175
1176 Fixed missing write barrier in CopyObjectToObjectElements.
1177 (Chromium issue 119926)
1178
1179 Fixed missing bounds check in HasElementImpl.
1180 (Chromium issue 119925)
1181
1182 Performance and stability improvements on all platforms.
1183
1184
danno@chromium.org88aa0582012-03-23 15:11:57 +000011852012-03-23: Version 3.9.24
1186
1187 Activated count-based profiler for ARM.
1188
1189 Fixed use of proxies as f.prototype properties. (issue 2021)
1190
1191 Enabled snapshots on MIPS.
1192
1193 Performance and stability improvements on all platforms.
1194
1195
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011962012-03-21: Version 3.9.23
1197
1198 Use correct arguments adaptation environment when inlining function
1199 containing arguments. (Issue 2014)
1200
1201 Performance and stability improvements on all platforms.
1202
1203
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000012042012-03-20: Version 3.9.22
1205
1206 Enabled count-based profiler by default.
1207
1208 Implemented a hash based look-up to speed up address checks
1209 in large object space (issue 853).
1210
1211 Performance and stability improvements on all platforms.
1212
1213
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000012142012-03-19: Version 3.9.21
1215
1216 Fixed push-to-trunk script (and re-push).
1217
1218 Added API call that identifies strings that are guaranteed only to
1219 contain ASCII characters.
1220
1221
12222012-03-19: Version 3.9.20
1223
1224 Fixed declarations escaping global strict eval. (Issue 1624)
1225
1226 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1227
1228 Fixed function declarations overwriting read-only global properties.
1229 (Chromium issue 115452)
1230
1231 Fixed --use-strict flag in combination with --harmony[-scoping].
1232
1233 Debugger: naive implementation of "step into Function.prototype.bind".
1234
1235 Debugger: added ability to set script source from within OnBeforeCompile
1236
1237 Added flag to always call DebugBreak on abort.
1238
1239 Re-enabled constructor inlining and inline === comparison with boolean
1240 constants. (Issue 2009)
1241
1242 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1243
1244 Performance and stability improvements on all platforms.
1245
1246
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000012472012-03-14: Version 3.9.19
1248
1249 Ensure there is a smi check of the receiver for global load and call
1250 ICs (Chromium issue 117794).
1251
1252 Performance and stability improvements on all platforms.
1253
1254
yangguo@chromium.org154ff992012-03-13 08:09:54 +000012552012-03-13: Version 3.9.18
1256
1257 Ensure consistency of Math.sqrt on Intel platforms.
1258
1259 Remove static initializers in v8. (issue 1859)
1260
1261 Add explicit dependency on v8_base in the GYP-based build.
1262
1263 Performance and stability improvements on all platforms.
1264
1265
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012662012-03-12: Version 3.9.17
1267
1268 Fixed VFP detection through compiler defines. (issue 1996)
1269
1270 Add Code-related fields to postmortem metadata.
1271
1272 Performance and stability improvements on all platforms.
1273
1274
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012752012-03-09: Version 3.9.16
1276
1277 Added basic interface inference for modules (behind the --harmony flag).
1278
1279 Added Object.is, Number.isFinite, Number.isNaN.
1280
1281 Updated the Unicode tables to Unicode version 6.1.0.
1282
1283 Performance and stability improvements on all platforms.
1284
1285
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012862012-03-06: Version 3.9.15
1287
1288 Fix the heap profiler crash caused by memory layout changes between
1289 passes.
1290
1291 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1292
1293 Fix double-rounding in strtod for MinGW. (issue 1062)
1294
1295 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1296
1297 Performance and stability improvements on all platforms.
1298
1299
fschneider@chromium.org35814e52012-03-01 15:43:35 +000013002012-03-01: Version 3.9.14
1301
1302 Performance and stability improvements on all platforms.
1303
1304
ulan@chromium.org812308e2012-02-29 15:58:45 +000013052012-02-29: Version 3.9.13
1306
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001307 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001308
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001309 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1310 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001311
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001312 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001313
1314 Performance and stability improvements on all platforms.
1315
1316
ulan@chromium.org967e2702012-02-28 09:49:15 +000013172012-02-28: Version 3.9.12
1318
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001319 Fixed the negative lookup stub to handle deleted entries in a
1320 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001321
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001322 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001323 callback function can resolve the location of a return address on stack
1324 to the location where a return-address rewriting profiler stashed the
1325 original return address.
1326
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001327 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1328 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001329
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001330 Fixed issue 1853: Update breakpoints set with partial file name after
1331 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001332
1333
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000013342012-02-27: Version 3.9.11
1335
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001336 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001337
1338
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000013392012-02-24: Version 3.9.10
1340
1341 Fixed V8 issues 1322, 1772 and 1969.
1342
1343 Conformance improvements.
1344
1345 Performance and stability improvements on all platforms.
1346
1347
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000013482012-02-23: Version 3.9.9
1349
1350 Supported fast case for-in in Crankshaft.
1351
1352 Sped up heap snapshot serialization and dominators construction.
1353
1354 Randomized allocation addresses on windows. (Chromium issue 115151)
1355
1356 Fixed compilation with MinGW-w64. (issue 1943)
1357
1358 Fixed incorrect value of assignments to non-extensible properties.
1359
1360 Fixed a crash bug in generated code on ia32.
1361
1362 Performance and stability improvements on all platforms.
1363
1364
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000013652012-02-21: Version 3.9.8
1366
1367 Fixed memory leak and missing #include in StartupDataDecompressor
1368 (issue 1960).
1369
1370 Renamed static methods to avoid shadowing virtual methods and fix Clang
1371 C++11 compile error.
1372
1373 Fixed sequence of element access in array builtins (issue 1790).
1374
1375 Performance and stability improvements on all platforms.
1376
1377
yangguo@chromium.org56454712012-02-16 15:33:53 +000013782012-02-16: Version 3.9.7
1379
1380 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1381
1382 Fixed GCC-4.7 warnings.
1383
1384 Added Navier-Stokes benchmark.
1385
1386 Performance and stability improvements on all platforms.
1387
1388
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013892012-02-14: Version 3.9.6
1390
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001391 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001392
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001393 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001394
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001395 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001396
1397 Heap Snapshot maximum size limit is too low for really big apps. At the
1398 moment the limit is 256MB. (Chromium issue 113015)
1399
1400 Performance and stability improvements on all platforms.
1401
1402
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000014032012-02-09: Version 3.9.5
1404
1405 Removed unused command line flags.
1406
1407 Performance and stability improvements on all platforms.
1408
1409
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000014102012-02-08: Version 3.9.4
1411
1412 Properly initialize element-transitioning array literals on ARM.
1413 (issue 1930)
1414
1415 Bug fixes on all platforms.
1416
1417
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000014182012-02-07: Version 3.9.3
1419
1420 When rethrowing an exception, print the stack trace of its original
1421 site instead of rethrow site (Chromium issue 60240).
1422
1423 Increased size of small stacks from 32k to 64k to avoid hitting limits
1424 in Chromium (Chromium issue 112843).
1425
1426
rossberg@chromium.org994edf62012-02-06 10:12:55 +000014272012-02-06: Version 3.9.2
1428
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001429 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001430
1431 Heap profiler reports implicit references.
1432
1433 Optionally export metadata with libv8 to enable debuggers to inspect V8
1434 state.
1435
1436
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000014372012-02-02: Version 3.9.1
1438
1439 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1440 (Chromium issue 112315).
1441
1442 Fixed a crash in dev tools (Chromium issue 107996).
1443
1444 Added 'dependencies_traverse': 1 to v8 GYP target.
1445
1446 Performance and stability improvements on all platforms.
1447
1448
danno@chromium.orgfa458e42012-02-01 10:48:36 +000014492012-02-01: Version 3.9.0
1450
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001451 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001452
1453 Stability fixes and performance improvements on all platforms.
1454
1455
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000014562012-01-26: Version 3.8.9
1457
1458 Flush number string cache on GC (issue 1605).
1459
1460 Provide access to function inferred name with
1461 v8::Function::GetInferredName in V8 public API.
1462
1463 Fix building with Clang (issue 1912).
1464
1465 Reduce the space used by the stack for the profiling thread.
1466
1467 Fix misleading documentation of v8::Locker (issue 542).
1468
1469 Introduce readbinary function in d8 to read binary files.
1470
1471 Performance and stability improvements on all platforms.
1472
1473
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014742012-01-23: Version 3.8.8
1475
1476 Limited number of loop iterations in Heap::ReserveSpace
1477 (Chromium issue 99027).
1478
1479 Fixed solaris build (VirtualMemory) (issue 1761).
1480
1481 Fixed strict vs. non-strict handling of function proxies in
1482 higher-order array and string methods.
1483
1484 Enabled asynchronous remote debugging with d8 (issue 1691).
1485
1486 Stability and performance improvements on all platforms.
1487
1488
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014892012-01-19: Version 3.8.7
1490
1491 Ensure that LRandom restores rsi after call to the C function on x64.
1492 (Chromium issue http://crbug.com/110509)
1493
1494 Fixing include issues on *bsd when building with scons.
1495 (issue 1897)
1496
1497 Provide a switch to specify -fno-strict-aliasing
1498 (issue 1887)
1499
1500 Move WIN32 define from standalone.gypi to common.gypi
1501 (issue 1760)
1502
1503 Fix corner-case in heap size estimation.
1504 (issue 1893)
1505
1506 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1507 (issue 1903)
1508
1509 Performance improvements and bug fixes.
1510
1511
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000015122012-01-16: Version 3.8.6
1513
1514 Add primitive WebGL array support to d8.
1515
1516 Improve heap size estimation (issue 1893).
1517
1518 Hash collision DOS workaround extended from string keys
1519 to numeric keys.
1520
1521 Provide an API for iterating through all external strings referenced
1522 from the JS heap.
1523
1524 Adjust position recorded for call expressions. http://crbug.com/109195
1525
1526 Fix GC crash related to instanceof. http://crbug.com/109448
1527
1528 Performance improvements and bug fixes.
1529
1530
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000015312012-01-05: Version 3.8.5
1532
1533 Fix broken test that assumes that no GC can clear the regexp cache (GC
1534 can happen at any time due to Crankshaft).
1535
1536 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1537
1538 Add netbsd support to gyp build.
1539
1540 Determine page size at runtime on posix platforms.
1541
1542 Ensure that store buffer filtering hash sets are cleared after
1543 StoreBuffer::Filter.
1544
1545 Randomize the seed used for string hashing. This helps guard against
1546 CPU-eating DOS attacks against node.js servers. Based on code from
1547 Bert Belder. This version only solves the issue for those that compile
1548 V8 themselves or those that do not use snapshots. A snapshot-based
1549 precompiled V8 will still have predictable string hash codes.
1550
1551 Implement callback when script finishes running in V8 API.
1552
1553 Improve performance of Math.min and Math.max for the case of two
1554 arguments. (issue 1325)
1555
1556
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000015572012-01-02: Version 3.8.4
1558
1559 Performance improvements for large Smi-only arrays.
1560
1561 Fixed InternalArrays construction. (issue 1878)
1562
1563
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000015642011-12-27: Version 3.8.3
1565
1566 Avoid embedding new space objects into code objects in the lithium gap
1567 resolver. (chromium:108296)
1568
1569 Bug fixes and performance optimizations on all platforms.
1570
1571
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015722011-12-21: Version 3.8.2
1573
1574 Add max optimization flag to v8 gyp build to ensure V8 is always built
1575 fully optimized in Chrome.
1576
1577 MIPS: Bring MIPS to parity with other platforms.
1578
1579 Optimizations and stability improvements on all platforms.
1580
1581
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015822011-12-19: Version 3.8.1
1583
1584 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1585
1586 Stability improvements on all platforms.
1587
1588
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015892011-12-13: Version 3.8.0
1590
1591 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1592
1593 Sync parser and preparser on do-while and return statements.
1594 (issue 1856)
1595
1596 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1597
1598 Stability and performance improvements on all platforms.
1599
1600
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000016012011-12-01: Version 3.7.12
1602
1603 Increase tick interval for the android platform.
1604
1605 Fix a bug in the register allocator. (chromium:105112)
1606
1607 Fix handling of recompiling code. (chromium:105375, v8:1782)
1608
1609 Start incremental marking on idle notification. (v8:1458)
1610
1611 Build fixes for various platforms.
1612
1613 Various performance improvements.
1614
1615
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000016162011-11-29: Version 3.7.11
1617
1618 Fixed bug when generating padding to ensure space for lazy
1619 deoptimization.
1620 (issue 1846)
1621
1622 Further reduced pause times due to GC.
1623
1624 Stability and performance improvements on all platforms.
1625
1626
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000016272011-11-23: Version 3.7.10
1628
1629 Set maximum length of FixedArray in terms of elements instead an
1630 absolute number of bytes.
1631 (Chromium issue 103103)
1632
1633 Stability and performance improvements on all platforms.
1634
1635
16362011-11-21: Version 3.7.9
1637
1638 Removed exit-time destructors.
1639
1640 Stability and performance improvements on all platforms.
1641
1642
ricow@chromium.org27bf2882011-11-17 08:34:43 +000016432011-11-17: Version 3.7.8
1644
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001645 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001646 function on builtins will not make the original function reappear.
1647
1648 Added NetBSD support for scons build.
1649
1650 Performance improvements on all platforms.
1651
1652
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000016532011-11-14: Version 3.7.7
1654
1655 Fix missing fast property accessors in heap snapshots.
1656 (issue 1818)
1657
1658
danno@chromium.org2c456792011-11-11 12:00:53 +000016592011-11-11: Version 3.7.6
1660
1661 Fixed filtering of store buffer for large object pages.
1662 (issue 1817)
1663
1664 Fixed generated hash function on all platforms.
1665 (issue 1808)
1666
1667 Fixed Heap::Shrink to ensure that it does not free pages that are
1668 still in use.
1669 (Chromium issue 100414)
1670
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001671 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001672
1673
danno@chromium.orgc612e022011-11-10 11:38:15 +000016742011-11-10: Version 3.7.5
1675
1676 Added initial gyp infrastructure for MIPS.
1677
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001678 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001679 collector.
1680
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001681 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001682
1683
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016842011-11-07: Version 3.7.4
1685
1686 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1687
1688 Fix Harmony sets and maps to allow null and undefined as keys
1689 (still hidden behind --harmony flag) (issue 1622).
1690
1691 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1692
1693 Enable VFP instructions for Android.
1694
1695 Fix error handling in Date.prototype.toISOString (issue 1792).
1696
1697 Bug fixes and performance improvements for all platforms.
1698
1699 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1700
1701
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000017022011-10-28: Version 3.7.3
1703
1704 Slight deoptimization as a workaround for issue with jslint: Issue
1705 1789.
1706
1707
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000017082011-10-27: Version 3.7.2
1709
1710 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1711
1712
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000017132011-10-26: Version 3.7.1
1714
1715 Achieved 33% speedup in debug-mode tests.
1716
1717 Removed special casing of calls to RegExp test and exec methods with no
1718 argument. Now matches new JSC behaviour. crbug.com/75740.
1719
1720 Return the empty string on cyclic references in toString (ES5
1721 conformance).
1722
1723 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1724
1725 Made Math.random state per-context instead of per-process (issue 864).
1726
1727 Fixed stack traces to skip native functions.
1728
1729 Make snapshots (new contexts) smaller and faster.
1730
1731 Fixed handling of Function.apply for non-array arguments.
1732
1733 Fixed evaluation order in defineProperties to match FireFox.
1734
1735 Fixed handling of non-object receivers for array builtins,
1736 crbug.com/100702.
1737
1738 Multiple fixes to improve compliance with test262.
1739
1740 Fixed compatibility with older Android releases.
1741
1742 Fixed compilation with gcc-4.5.3.
1743
1744 Improved performance of WriteUtf8, issue 1665.
1745
1746 Made native syntax an early error in the preparser.
1747
1748 Fixed issues 793 and 893 relating to Function.prototype.bind.
1749
1750 Improved let, const, Set and Map support and other Harmony features
1751 (behind the --harmony flag).
1752
1753 Changed evaluation order for > and <= to match ES5 instead of ES3.
1754
1755 Bug fixes and performance improvements on all platforms.
1756
1757
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000017582011-10-13: Version 3.7.0
1759
1760 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1761
1762 Fixed issue 1757 (string slices of external strings).
1763
1764 Fixed issue 1759 (ARM).
1765
1766 Added flag --noclever-optimizations to disable some things that
1767 caused trouble in the past.
1768
1769 Added flag --stress-compaction for testing.
1770
1771 Added flag --harmony to activate all experimental Harmony features.
1772
1773
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017742011-10-10: Version 3.6.6
1775
1776 Added a GC pause visualization tool.
1777
1778 Added presubmit=no and werror=no flags to Makefile.
1779
1780 ES5/Test262 conformance improvements.
1781
1782 Fixed compilation issues with GCC 4.5.x (issue 1743).
1783
1784 Bug fixes and performance improvements on all platforms.
1785
1786
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017872011-10-05: Version 3.6.5
1788
1789 New incremental garbage collector.
1790
1791 Removed the hard heap size limit (soft heap size limit is still
1792 700/1400Mbytes by default).
1793
1794 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1795
1796 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1797
1798 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1799
1800 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1801
1802 Fixed the MinGW and Windows 2000 builds.
1803
1804 Fixed "Prototype chain is not searched if named property handler does
1805 not set a property" (Issue 1636).
1806
1807 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1808
1809 Disallowed future reserved words as labels in strict mode.
1810
1811 Fixed string split to correctly coerce the separator to a string
1812 (Issue 1711).
1813
1814 API: Added an optional source length field to the Extension
1815 constructor.
1816
1817 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1818 (Issue 1573).
1819
1820 Added "native" target to Makefile for the benefit of Linux distros.
1821
1822 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1823
1824 More work on ES-Harmony proxies. Still hidden behind a flag.
1825
1826 Bug fixes and performance improvements on all platforms.
1827
1828
lrn@chromium.org34e60782011-09-15 07:25:40 +000018292011-09-15: Version 3.6.4
1830
1831 Fixed d8's broken readline history.
1832
1833 Removed the need for code delete events in CPU profiler (Issue 1466).
1834
1835 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1836
1837 Fixing parallel execution in d8 (with -p) and some memory leaks.
1838
1839 Support for precise stepping in functions compiled before debugging was
1840 started (step 1).
1841
1842
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000018432011-09-13: Version 3.6.3
1844
1845 Implemented better support of typed arrays in the d8 shell.
1846
1847 Bug fixes and performance improvements on all platforms.
1848
1849
ricow@chromium.org55ee8072011-09-08 16:33:10 +000018502011-09-08: Version 3.6.2
1851
1852 Added "dependencies" target to top-level Makefile.
1853
1854 Added ability to turn profiler on/off in d8.
1855
1856 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1857
1858 Fixed several crash bugs.
1859
1860
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000018612011-09-07: Version 3.6.1
1862
1863 Fixed a bug in abrupt exit from with or catch inside finally.
1864
1865 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1866 issue 95113).
1867
1868 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1869
1870 Fixed a few clang warnings (which -Werror treated as errors).
1871
1872 Performance improvements on all platforms.
1873
1874
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018752011-09-05: Version 3.6.0
1876
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001877 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001878
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001879 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001880
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001881 Made arguments and caller always be null on native functions
1882 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001883
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001884 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001885
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001886 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001887
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001888 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001889
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001890 Fixed a problem with large heap snapshots in Chrome DevTools
1891 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001892
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001893 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001894
1895
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018962011-08-31: Version 3.5.10
1897
1898 Added dependency of v8_base on WinSocket2 Windows library in
1899 the GYP-build.
1900
1901 Various bugfixes.
1902
1903
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000019042011-08-29: Version 3.5.9
1905
1906 Made FromPropertyDescriptor not trigger inherited setters.
1907
1908 Fixed .gyp files to work on the ARM simulator.
1909
1910 Fixed shared library build warnings for MSVS.
1911
1912
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000019132011-08-24: Version 3.5.8
1914
1915 Added V8EXPORT attributes for v8::Array::CheckCast and
1916 v8::Number::CheckCast.
1917
1918 Made a slight API change enabling opting out from null termination
1919 in String::Write*().
1920
1921 Fixed arm build for gcc-4.6.
1922
1923
rossberg@chromium.org28a37082011-08-22 11:03:23 +000019242011-08-22: Version 3.5.7
1925
1926 Make scanner handle invalid unicode escapes in identifiers correctly.
1927
1928 Make regexp flag parsing stricter.
1929
1930 Fix several memory leaks.
1931
1932
danno@chromium.orgb6451162011-08-17 14:33:23 +000019332011-08-17: Version 3.5.6
1934
1935 Fixed issue that could cause crashes when running with --heap-stats.
1936
1937 Fixed compilation on Linux 2.6.9 and older.
1938
1939 Fixed live-object-list to work with isolates.
1940
1941 Fixed memory leaks in zones and isolates.
1942
1943 Fixed a performance regression for TypedArrays on x64.
1944
1945 Stability improvements on all platforms.
1946
1947
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000019482011-08-15: Version 3.5.5
1949
1950 Fixed bugs involving negative zero and the optimizing compiler.
1951
1952 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1953
1954 Eliminated uses of deprecated ARM instructions.
1955
1956 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1957
1958 Removed restriction on the size of disassembled code that is printed.
1959
1960
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000019612011-08-10: Version 3.5.4
1962
1963 Added a preliminary implementation of ES Harmony weak maps. Weak
1964 maps can be enabled by the flag --harmony-weakmaps.
1965
1966 Introduced a toplevel Makefile to support GYP-based building. GYP
1967 can be obtained from http://gyp.googlecode.com.
1968
1969 Fixed a bug in the length property of functions created by
1970 Function.prototype.bind.
1971
1972 Reduced malloc heap allocation on process startup.
1973
1974 Several important code generation bug fixes.
1975
1976 Performance improvements on all platforms.
1977
1978
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019792011-08-03: Version 3.5.3
1980
1981 MIPS: Port of fix to ClassOf check from ARM.
1982 Patch from Paul Lind <plind44@gmail.com>.
1983
1984 Stopped using mprotect on Cygwin.
1985 Avoided uninitialized member warning on gcc 4.3.4
1986 Both patches by Bert Belder.
1987
1988 Bug fixes and performance improvements on all platforms.
1989
1990
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019912011-08-01: Version 3.5.2
1992
1993 Performance improvements on all platforms.
1994
1995
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019962011-07-28: Version 3.5.1
1997
1998 Fixed setting the readonly flag on the prototype property using the
1999 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2000
2001 Changed the tools/test.py script to use d8 instead of shell for
2002 testing.
2003
2004 Fixed crash in ToBooleanStub when GC happens during invocation.
2005
2006 Enabled automatic unboxing of double arrays.
2007
2008 Performance improvements on all platforms.
2009
2010
ricow@chromium.org9fa09672011-07-25 11:05:35 +000020112011-07-25: Version 3.5.0
2012
2013 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2014 proxies.
2015
2016 Removed logging to memory support.
2017
2018 Bugfixes and performance work.
2019
2020
rossberg@chromium.org717967f2011-07-20 13:44:42 +000020212011-07-20: Version 3.4.14
2022
2023 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2024
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002025 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002026 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002027
2028 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2029
2030
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000020312011-07-18: Version 3.4.13
2032
2033 Improved debugger support to allow inspection of optimized frames (issue
2034 1140).
2035
2036 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2037
2038 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2039
2040 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2041
2042 Simplified HClampToUint8. Patch by Andy Wingo.
2043
2044 Exposed APIs for detecting boxed primitives, native errors. Patch by
2045 Luke Zarko.
2046
2047 Added map check for COW elements to crankshaft array handling code
2048 (issue 1560).
2049
2050 Sample shell and (a light version of) D8 links against a shared library
2051 now.
2052
2053 Fixed bug in array filter and reduce functions (issue 1559).
2054
2055 Avoid TLS load in AstNode constructor.
2056
2057 Introduced a random entropy source which can optionally be provided at
2058 initialization. (Chromium issue 89462).
2059
2060
whesse@chromium.org030d38e2011-07-13 13:23:34 +000020612011-07-13: Version 3.4.12
2062
2063 Added --prof profiling option to d8 shell.
2064
2065 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2066
2067 Fixed a potential assertion failure in const declarations.
2068
2069 Fixed an assertion failure in descriptor arrays (issue 1526).
2070
2071 Enabled fast thread-local storage by default on supported platforms.
2072
2073 Improved reporting of source position for global variable loads
2074 (issue 1527).
2075
2076
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020772011-07-11: Version 3.4.11
2078
2079 Fixed MinGW32 build.
2080
2081 Fixed a GC bug with RegExp code flushing.
2082
2083 Implemented Object.defineProperty for proxies.
2084
2085 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2086
2087 Added debugger support for inspecting optimized frames (issue 1140).
2088
2089 Allowed JSObject::PreventExtensions to work for arguments objects.
2090
2091 Bugfixes and performance work.
2092
2093
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020942011-07-06: Version 3.4.10
2095
2096 Fixed debugger not breaking on certain "if" statements (issue 1523).
2097
2098 Fixed assertion failure in runtime profiler when running on IA32
2099 without snapshot (issue 1522).
2100
2101 Fixed ABI for API calls on IA32 (for clang compatibility).
2102
2103 Introduced code flushing of RegExp code to free memory used by
2104 RegExps sooner.
2105
2106 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2107
2108 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2109
2110 Performance improvements on all platforms.
2111
2112
ricow@chromium.org4f693d62011-07-04 14:01:31 +000021132011-07-04: Version 3.4.9
2114
2115 Added support for debugger inspection of locals in optimized frames
2116 (issue 1140).
2117
2118 Fixed SConstruct to pass correct defines to samples/preparser when
2119 building with library=shared.
2120
2121 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2122
2123 Fixed a bug in Object.defineProperty on the arguments object.
2124
2125 Performance improvements on all platforms.
2126
2127
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000021282011-06-29: Version 3.4.8
2129
2130 Ensure 16-byte stack alignment on Solaris (issue 1505).
2131
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002132 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002133 that is not a smi. (issue 1246).
2134
2135
ager@chromium.org04921a82011-06-27 13:21:41 +000021362011-06-27: Version 3.4.7
2137
2138 Fixed 64-bit build on FreeBSD.
2139
2140 Added API to set the property attributes for the prototype
2141 property on functions created from FunctionTemplates.
2142
2143 Bugfixes and performance work.
2144
2145
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000021462011-06-22: Version 3.4.6
2147
2148 Lowered limit on code space for systems with low memory supply.
2149
2150 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2151
2152 Extended setBreakpoint API to accept partial script name (issue 1418).
2153
2154 Made multi-line comments not count when deciding whether the '-->'
2155 comment starter is first on a line. This matches Safari.
2156
2157 Made handling of non-array recievers in Array length setter correct
2158 (issue 1491).
2159
2160 Added ability to heap profiler to iterate over snapshot's node
2161 (issue 1481).
2162
2163
whesse@chromium.org7b260152011-06-20 15:33:18 +000021642011-06-20: Version 3.4.5
2165
2166 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2167 1476, and 1477.
2168
2169 Improved code generation for !0 and !1.
2170
2171 Reduced memory usage for regular expressions with nested qualifiers.
2172 (issue 1472)
2173
2174 Fixed V8 to count line terminators in multi-line comments.
2175 (Chromium issue 86431)
2176
2177 Fixed disassembler=on option for release-mode builds. (issue 1473)
2178
2179 Performance improvements on all platforms.
2180
2181
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021822011-06-15: Version 3.4.4
2183
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002184 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002185
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002186 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002187
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002188 Several GYP-related changes: Added support for building Xcode project
2189 files. Make the ARM simulator build with GYP again. Generate Makefiles
2190 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002191
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002192 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2193 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002194
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002195 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002196
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002197 Handle 'undefined' correctly when === has been specialized for doubles.
2198 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002199
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002200 Corrected the limit of local variables in an optimized function from 64
2201 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002202
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002203 Correctly set ReadOnly flag on indexed properties when using the API Set
2204 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002205
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002206 Give the correct error message when Object.isExtensible is called on a
2207 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002208
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002209 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2210 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002211
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002212 Do not redefine properties unneccesarily in seal and freeze. (issue
2213 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002214
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002215 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002216
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002217 Distinguish keyed loads with a symbol key from fast elements loads,
2218 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002219
2220
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000022212011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002222
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002223 Clear the global thread table when an isolate is disposed
2224 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002225
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002226 Converted time zone name to UTF8 on Windows (issue 1290).
2227
2228 Limited the number of arguments in a function call to 32766
2229 (issue 1413).
2230
2231 Compress sources of JS libraries in addition to the snapshot.
2232
2233 Fixed a bug in Lithium environment iteration.
2234
2235 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002236
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002237
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000022382011-06-06: Version 3.4.2
2239
2240 More work on ES-Harmony proxies. Still hidden behind a flag.
2241
2242 Fixed some crash bugs and improved performance.
2243
2244 Fixed building with gdb debugging support.
2245
2246 Do not install SIGPROF handler until it is needed.
2247
2248 Added DateTimeFormat to i18n API.
2249
2250 Fixed compilation on OpenBSD.
2251
2252 Take the ulimit into account when sizing the heap. OpenBSD users
2253 may still have to increase the default ulimit to run heavy pages in
2254 the browser.
2255
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002256
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000022572011-06-01: Version 3.4.1
2258
2259 Fixed JSON stringify issue with arrays.
2260
2261 Changed calls to JS builtins to be passed undefined when called with
2262 implicit receiver.
2263
2264 Implemented the set trap for Harmony proxies. Proxies still need to
2265 be enabled with the --harmony-proxies flag.
2266
2267
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022682011-05-30: Version 3.4.0
2269
2270 Changed calls to undefined property setters to not throw (issue 1355).
2271
2272 Made RegExp objects not callable.
2273
2274 Fixed issues on special case large JSON strings in new json parser
2275 (issues http://crbug.com/83877 and http://crbug.com/84186).
2276
2277 Performance improvements on all platforms.
2278
2279
danno@chromium.org40cb8782011-05-25 07:58:50 +000022802011-05-25: Version 3.3.10
2281
2282 Fixed calls of strict mode function with an implicit receiver.
2283
2284 Fixed fast handling of arrays to properly deal with changes to the
2285 Object prototype (issue 1403).
2286
2287 Changed strict mode poison pill to be the same type error function
2288 (issue 1387).
2289
2290 Fixed a debug crash in arguments object handling (issue 1227).
2291
2292 Fixed a bug in deoptimization on x64 (issue 1404).
2293
2294 Performance improvements and bug fixes on all platforms.
2295
2296
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022972011-05-23: Version 3.3.9
2298
2299 Added DateTimeFormat class to experimental i18n API.
2300
2301 Extended preparser to give early errors for some strict mode
2302 restrictions.
2303
2304 Removed legacy execScript function from V8.
2305
2306 Extended isolate API with the ability to add embedder-specific
2307 data to an isolate.
2308
2309 Added basic support for polymorphic loads from JS and external
2310 arrays.
2311
2312 Fixed bug in handling of switch statements in the optimizing
2313 compiler.
2314
2315
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000023162011-05-18: Version 3.3.8
2317
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002318 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002319 handles are independent of all other persistent handles and can be
2320 garbage collected more frequently.
2321
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002322 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002323 with the --harmony-proxies flag.
2324
2325 Performance improvements and bug fixes on all platforms.
2326
2327
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000023282011-05-16: Version 3.3.7
2329
2330 Updated MIPS infrastructure files.
2331
2332 Performance improvements and bug fixes on all platforms.
2333
2334
karlklose@chromium.org83a47282011-05-11 11:54:09 +000023352011-05-11: Version 3.3.6
2336
2337 Updated MIPS infrastructure files.
2338
2339 Added method IsCallable for Object to the API.
2340 Patch by Peter Varga.
2341
2342
lrn@chromium.org1c092762011-05-09 09:42:16 +000023432011-05-09: Version 3.3.5
2344
2345 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2346
2347 Added check that receiver is JSObject on API calls.
2348
2349 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2350 Patch by Peter Varga.
2351
2352 Added CallAsFunction method to the Object class in the API (Issue 1336).
2353 Patch by Peter Varga.
2354
2355 Added per-isolate locking and unlocking.
2356
2357 Fixed bug in x64 >>> operator (Issue 1359).
2358
2359
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000023602011-05-04: Version 3.3.4
2361
2362 Implemented API to disallow code generation from strings for a context
2363 (issue 1258).
2364
2365 Fixed bug with whitespaces in parseInt (issue 955).
2366
2367 Fixed bug with == comparison of Date objects (issue 1356).
2368
2369 Added GYP variables for ARM code generation:
2370 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2371 and v8_use_arm_eabi_hardfloat.
2372
2373
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023742011-05-02: Version 3.3.3
2375
2376 Added support for generating Visual Studio solution and project files
2377 using GYP.
2378
2379 Implemented support for ARM EABI calling convention variation where
2380 floating-point arguments are passed in registers (hardfloat).
2381
2382 Added Object::HasOwnProperty() to the API.
2383
2384 Added support for compressing startup data to reduce binary size. This
2385 includes build time support and an API for the embedder to decompress
2386 the startup data before initializing V8.
2387
2388 Reduced the profiling hooks overhead from >400% to 25% when using
2389 ll_prof.
2390
2391 Performance improvements and bug fixes on all platforms.
2392
2393
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023942011-04-27: Version 3.3.2
2395
2396 Fixed crash bug on ARM with no VFP3 hardware.
2397
2398 Fixed compilation of V8 without debugger support.
2399
2400 Improved performance on JSLint.
2401
2402 Added support Float64 WebGL arrays.
2403
2404 Fixed crash bug in regexp replace.
2405
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002406
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000024072011-04-20: Version 3.3.1
2408
2409 Reduced V8 binary size by removing virtual functions from hydrogen.
2410
2411 Fixed crash bug on x64.
2412
2413 Performance improvements on ARM and IA32.
2414
2415
danno@chromium.org160a7b02011-04-18 15:51:38 +000024162011-04-18: Version 3.3.0
2417
2418 Fixed bug in floating point rounding in Crankshaft on ARM
2419 (issue 958)
2420
2421 Fixed a number of issues with running without VFPv3 support on ARM
2422 (issue 1315)
2423
2424 Introduced v8Locale.Collator, a partial implementation of Collator
2425 per last ECMAScript meeting + mailing list.
2426
2427 Minor performance improvements and bug fixes.
2428
2429
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000024302011-04-13: Version 3.2.10
2431
2432 Fixed bug in external float arrays on ARM (issue 1323).
2433
2434 Minor performance improvements and bug fixes.
2435
2436
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000024372011-04-11: Version 3.2.9
2438
2439 Removed support for ABI prior to EABI on ARM.
2440
2441 Fixed multiple crash bugs.
2442
2443 Added GCMole to the repository, a simple static analysis tool that
2444 searches for GC-unsafe evaluation order dependent callsites.
2445
2446 Made preparser API be exported in shared libraries.
2447
2448 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2449
2450 Fixed mutable __proto__ property if object is not extensible
2451 (Issue 1309).
2452
2453 Fixed auto suspension of the sampler thread.
2454
2455
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000024562011-04-06: Version 3.2.8
2457
2458 Exposed WebGL typed array constructors in the shell sample.
2459
2460 Performance improvements on all platforms.
2461
2462
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000024632011-04-04: Version 3.2.7
2464
2465 Disabled the original 'classic' V8 code generator. Crankshaft is
2466 now the default on all platforms.
2467
2468 Changed the heap profiler to use more descriptive names.
2469
2470 Performance and stability improvements to isolates on all platforms.
2471
2472
lrn@chromium.org7516f052011-03-30 08:52:27 +000024732011-03-30: Version 3.2.6
2474
2475 Fixed xcode build warning in shell.cc (out of order initialization).
2476
2477 Fixed null-pointer dereference in the compiler when running without
2478 SSE3 support (Chromium issue 77654).
2479
2480 Fixed x64 compilation error due to some dead code. (Issue 1286)
2481
2482 Introduced scons target to build the preparser stand-alone example.
2483
2484 Made FreeBSD build and pass all tests.
2485
2486
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024872011-03-28: Version 3.2.5
2488
lrn@chromium.org7516f052011-03-30 08:52:27 +00002489 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002490
2491 Added Crankshaft support for external arrays.
2492
2493 Fixed two potential crash bugs.
2494
2495
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024962011-03-23: Version 3.2.4
2497
2498 Added isolates which allows several V8 instances in the same process.
2499 This is controlled through the new Isolate class in the API.
2500
2501 Implemented more of EcmaScript 5 strict mode.
2502
2503 Reduced the time it takes to make detailed heap snapshot.
2504
2505 Added a number of commands to the ARM simulator and enhanced the ARM
2506 disassembler.
2507
2508
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000025092011-03-17: Version 3.2.3
2510
2511 Fixed a number of crash bugs.
2512
2513 Fixed Array::New(length) to return an array with a length (issue 1256).
2514
2515 Fixed FreeBSD build.
2516
2517 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2518
2519 Implemented more of EcmaScript 5 strict mode.
2520
2521 Improved Crankshaft performance on all platforms.
2522
2523
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000025242011-03-14: Version 3.2.2
2525
2526 Fixed a number of crash and correctness bugs.
2527
2528 Improved Crankshaft performance on all platforms.
2529
2530 Fixed Crankshaft on Solaris/Illumos.
2531
2532
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000025332011-03-10: Version 3.2.1
2534
2535 Fixed a number of crash bugs.
2536
2537 Improved Crankshaft for x64 and ARM.
2538
2539 Implemented more of EcmaScript 5 strict mode.
2540
2541
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000025422011-03-07: Version 3.2.0
2543
2544 Fixed a number of crash bugs.
2545
2546 Turned on Crankshaft by default on x64 and ARM.
2547
2548 Improved Crankshaft for x64 and ARM.
2549
2550 Implemented more of EcmaScript 5 strict mode.
2551
2552
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000025532011-03-02: Version 3.1.8
2554
2555 Fixed a number of crash bugs.
2556
2557 Improved Crankshaft for x64 and ARM.
2558
2559 Implemented more of EcmaScript 5 strict mode.
2560
2561 Fixed issue with unaligned reads and writes on ARM.
2562
2563 Improved heap profiler support.
2564
2565
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025662011-02-28: Version 3.1.7
2567
2568 Fixed a number of crash bugs.
2569
2570 Improved Crankshaft for x64 and ARM.
2571
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002572 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002573 arrays (http://crbug.com/73940).
2574
2575 Fixed bug in map space compaction (http://crbug.com/59688).
2576
2577 Added support for direct getter accessors calls on ARM.
2578
2579
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025802011-02-24: Version 3.1.6
2581
2582 Fixed a number of crash bugs.
2583
2584 Added support for Cygwin (issue 64).
2585
2586 Improved Crankshaft for x64 and ARM.
2587
2588 Added Crankshaft support for stores to pixel arrays.
2589
2590 Fixed issue in CPU profiler with Crankshaft.
2591
2592
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025932011-02-16: Version 3.1.5
2594
2595 Change RegExp parsing to disallow /(*)/.
2596
2597 Added GDB JIT support for ARM.
2598
2599 Fixed several crash bugs.
2600
2601 Performance improvements on the IA32 platform.
2602
2603
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000026042011-02-14: Version 3.1.4
2605
2606 Fixed incorrect compare of prototypes of the global object (issue
2607 1082).
2608
2609 Fixed a bug in optimizing calls to global functions (issue 1106).
2610
2611 Made optimized Function.prototype.apply safe for non-JSObject first
2612 arguments (issue 1128).
2613
2614 Fixed an error related to element accessors on Object.prototype and
2615 parser errors (issue 1130).
2616
2617 Fixed a bug in sorting an array with large array indices (issue 1131).
2618
2619 Properly treat exceptions thrown while compiling (issue 1132).
2620
2621 Fixed bug in register requirements for function.apply (issue 1133).
2622
2623 Fixed a representation change bug in the Hydrogen graph construction
2624 (issue 1134).
2625
2626 Fixed the semantics of delete on parameters (issue 1136).
2627
2628 Fixed a optimizer bug related to moving instructions with side effects
2629 (issue 1138).
2630
2631 Added support for the global object in Object.keys (issue 1150).
2632
2633 Fixed incorrect value for Math.LOG10E
2634 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2635
2636 Performance improvements on the IA32 platform.
2637
2638 Implement assignment to undefined reference in ES5 Strict Mode.
2639
2640
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000026412011-02-09: Version 3.1.3
2642
2643 Fixed a bug triggered by functions with huge numbers of declared
2644 arguments.
2645
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002646 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002647
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002648 Fixed issue where Array.prototype.__proto__ had been set to null
2649 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002650
2651 Fixed stability bugs in Crankshaft for x86.
2652
2653
ricow@chromium.org83aa5492011-02-07 12:42:56 +000026542011-02-07: Version 3.1.2
2655
2656 Added better security checks when accessing properties via
2657 Object.getOwnPropertyDescriptor.
2658
2659 Fixed bug in Object.defineProperty and related access bugs (issues
2660 992, 1083 and 1092).
2661
2662 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2663 copyright notice generation for embedders.
2664
2665
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026662011-02-02: Version 3.1.1
2667
2668 Perform security checks before fetching the value in
2669 Object.getOwnPropertyDescriptor.
2670
2671 Fixed a bug in Array.prototype.splice triggered by passing no
2672 arguments.
2673
2674 Fixed bugs in -0 in arithmetic and in Math.pow.
2675
2676 Fixed bugs in the register allocator and in switching from optimized
2677 to unoptimized code.
2678
2679
26802011-01-31: Version 3.1.0
2681
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002682 Performance improvements on all platforms.
2683
2684
ager@chromium.org378b34e2011-01-28 08:04:38 +000026852011-01-28: Version 3.0.12
2686
2687 Added support for strict mode parameter and object property
2688 validation.
2689
2690 Fixed a couple of crash bugs.
2691
2692
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026932011-01-25: Version 3.0.11
2694
2695 Fixed a bug in deletion of lookup slots that could cause global
2696 variables to be accidentally deleted (http://crbug.com/70066).
2697
2698 Added support for strict mode octal literal verification.
2699
2700 Fixed a couple of crash bugs (issues 1070 and 1071).
2701
2702
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000027032011-01-24: Version 3.0.10
2704
2705 Fixed External::Wrap for 64-bit addresses (issue 1037).
2706
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002707 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002708 code generator (issue 1060).
2709
2710 Introduced partial strict mode support.
2711
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002712 Changed formatting of recursive error messages to match Firefox and
2713 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002714
2715 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002716 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002717 (issue http://crbug.com/50972).
2718
2719 Performance improvements on the IA32 platform.
2720
2721
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000027222011-01-19: Version 3.0.9
2723
2724 Added basic GDB JIT Interface integration.
2725
2726 Make invalid break/continue statements a syntax error instead of a
2727 runtime error.
2728
2729
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027302011-01-17: Version 3.0.8
2731
2732 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002733 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002734
2735 Wrapped external pointers more carefully (issue 1037).
2736
2737 Hardened the implementation of error objects to avoid setters
2738 intercepting the properties set then throwing an error.
2739
2740 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2741
2742 Performance improvements on the IA32 platform.
2743
2744
27452011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002746
2747 Stopped calling inherited setters when creating object literals
2748 (issue 1015).
2749
2750 Changed interpretation of malformed \c? escapes in RegExp to match
2751 JSC.
2752
2753 Enhanced the command-line debugger interface and fixed some minor
2754 bugs in the debugger.
2755
2756 Performance improvements on the IA32 platform.
2757
2758
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027592011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002760
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002761 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002762
2763 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002764 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002765
2766 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002767 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002768
2769 Added use_system_v8 option to gyp (off by default), to make it easier
2770 for Linux distributions to ship with system-provided V8 library.
2771
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002772 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002773
2774 Added labelled thread names to help with debugging (on Linux).
2775
2776
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027772011-01-03: Version 3.0.5
2778
2779 Fixed a couple of cast errors for gcc-3.4.3.
2780
2781 Performance improvements in GC and IA32 code generator.
2782
2783
whesse@chromium.org023421e2010-12-21 12:19:12 +000027842010-12-21: Version 3.0.4
2785
2786 Added Date::ResetCache() to the API so that the cached values in the
2787 Date object can be reset to allow live DST / timezone changes.
2788
2789 Extended existing support for printing (while debugging) the contents
2790 of objects. Added support for printing objects from release builds.
2791
2792 Fixed V8 issues 989, 1006, and 1007.
2793
2794
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027952010-12-17: Version 3.0.3
2796
2797 Reapplied all changes for version 3.0.1.
2798
2799 Improved debugger protocol for remote debugging.
2800
2801 Added experimental support for using gyp to generate build files
2802 for V8.
2803
2804 Fixed implementation of String::Write in the API (issue 975).
2805
2806
lrn@chromium.org8541d772010-12-15 12:05:09 +000028072010-12-15: Version 3.0.2
2808
2809 Revert version 3.0.1 and patch 3.0.1.1.
2810
2811
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000028122010-12-13: Version 3.0.1
2813
2814 Added support for an experimental internationalization API as an
2815 extension. This extension is disabled by default but can be enabled
2816 when building V8. The ECMAScript internationalization strawman is
2817 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2818
2819 Made RegExp character class parsing stricter. This mirrors a change
2820 to RegExp parsing in WebKit.
2821
2822 Fixed a bug in Object.defineProperty when used to change attributes
2823 of an existing property. It incorrectly set the property value to
2824 undefined (issue 965).
2825
2826 Fixed several different compilation failures on various platforms
2827 caused by the 3.0.0 release.
2828
2829 Optimized Math.pow so it can work on unboxed doubles.
2830
2831 Sped up quoting of JSON strings by removing one traversal of the
2832 string.
2833
2834
kasperl@chromium.orga5551262010-12-07 12:49:48 +000028352010-12-07: Version 3.0.0
2836
2837 Improved performance by (partially) addressing issue 957 on
2838 IA-32. Still needs more work for the other architectures.
2839
2840
ager@chromium.orgbeb25712010-11-29 08:02:25 +000028412010-11-29: Version 2.5.9
2842
2843 Fixed crashes during GC caused by partially initialize heap
2844 objects.
2845
2846 Fixed bug in process sample that caused memory leaks.
2847
2848 Improved performance on ARM by implementing missing stubs and
2849 inlining.
2850
2851 Improved heap profiler support.
2852
2853 Added separate seeding on Windows of the random number generator
2854 used internally by the compiler (issue 936).
2855
2856 Exposed API for getting the name of the function used to construct
2857 an object.
2858
2859 Fixed date parser to handle one and two digit millisecond
2860 values (issue 944).
2861
2862 Fixed number parsing to disallow space between sign and
2863 digits (issue 946).
2864
2865
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028662010-11-23: Version 2.5.8
2867
2868 Removed dependency on Gay's dtoa.
2869
2870 Improved heap profiler precision and speed.
2871
2872 Reduced overhead of callback invocations on ARM.
2873
2874
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028752010-11-18: Version 2.5.7
2876
2877 Fixed obscure evaluation order bug (issue 931).
2878
2879 Split the random number state between JavaScript and the private API.
2880
2881 Fixed performance bug causing GCs when generating stack traces on
2882 code from very large scripts.
2883
2884 Fixed bug in parser that allowed (foo):42 as a labelled statement
2885 (issue 918).
2886
2887 Provide more accurate results about used heap size via
2888 GetHeapStatistics.
2889
2890 Allow build-time customization of the max semispace size.
2891
2892 Made String.prototype.split honor limit when separator is empty
2893 (issue 929).
2894
2895 Added missing failure check after expecting an identifier in
2896 preparser (Chromium issue 62639).
2897
2898
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028992010-11-10: Version 2.5.6
2900
2901 Added support for VFP rounding modes to the ARM simulator.
2902
2903 Fixed multiplication overflow bug (issue 927).
2904
2905 Added a limit for the amount of executable memory (issue 925).
2906
2907
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000029082010-11-08: Version 2.5.5
2909
2910 Added more aggressive GC of external objects in near out-of-memory
2911 situations.
2912
2913 Fixed a bug that gave the incorrect result for String.split called
2914 on the empty string (issue 924).
2915
2916
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000029172010-11-03: Version 2.5.4
2918
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002919 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002920
2921
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000029222010-11-01: Version 2.5.3
2923
2924 Fixed a bug that prevents constants from overwriting function values
2925 in object literals (issue 907).
2926
2927 Fixed a bug with reporting of impossible nested calls of DOM functions
2928 (issue http://crbug.com/60753).
2929
2930
lrn@chromium.org303ada72010-10-27 09:33:13 +000029312010-10-27: Version 2.5.2
2932
2933 Improved sampler resolution on Linux.
2934
2935 Allowed forcing the use of a simulator from the build script
2936 independently of the host architecture.
2937
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002938 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002939
2940 Made windows-tick-processor respect D8_PATH.
2941
2942 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2943
2944
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000029452010-10-20: Version 2.5.1
2946
2947 Fixed bug causing spurious out of memory exceptions
2948 (issue http://crbug.com/54580).
2949
2950 Fixed compilation error on Solaris platform (issue 901).
2951
2952 Fixed error in strtod (string to floating point number conversion)
2953 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2954
2955 Adjusted randomized allocations of executable memory to have 64k
2956 granularity (issue http://crbug.com/56036).
2957
2958 Supported profiling using kernel perf_events on linux. Added ll_prof
2959 script to tools and --ll-prof flag to V8.
2960
2961
vegorov@chromium.org42841962010-10-18 11:18:59 +000029622010-10-18: Version 2.5.0
2963
2964 Fixed bug in cache handling of lastIndex on global regexps
2965 (issue http://crbug.com/58740).
2966
2967 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2968 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002969 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002970
2971 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2972
2973
29742010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002975
2976 Fixed a bug in the handling of conditional expressions in test
2977 contexts in compiler for top-level code.
2978
2979 Added "//@ sourceURL" information to the StackTrace API.
2980
2981 Exposed RegExp construction through the API.
2982
2983
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029842010-10-04: Version 2.4.8
2985
2986 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2987 whole snapshot (issue 868).
2988
2989 Performance improvements on all platforms.
2990
2991
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029922010-09-30: Version 2.4.7
2993
2994 Changed the command-line flag --max-new-space-size to be in kB and the
2995 flag --max-old-space-size to be in MB (previously they were in bytes).
2996
2997 Added Debug::CancelDebugBreak to the debugger API.
2998
2999 Fixed a bug in getters for negative numeric property names
3000 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3001
3002 Performance improvements on all platforms.
3003
3004
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000030052010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003006
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003007 Fixed assertion failure related to copy-on-write arrays (issue 876).
3008
3009 Fixed build failure of 64-bit V8 on Windows.
3010
3011 Fixed a bug in RegExp (issue http://crbug.com/52801).
3012
3013 Improved the profiler's coverage to cover more functions (issue 858).
3014
3015 Fixed error in shift operators on 64-bit V8
3016 (issue http://crbug.com/54521).
3017
3018
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000030192010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003020
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003021 Changed the RegExp benchmark to exercise the regexp engine on different
3022 inputs by scrambling the input strings.
3023
3024 Fixed a bug in keyed loads on strings.
3025
3026 Fixed a bug with loading global function prototypes.
3027
3028 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3029
3030 Performance improvements on all platforms.
3031
3032
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000030332010-09-15: Version 2.4.4
3034
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003035 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003036
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003037 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003038
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003039 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003040
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003041 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003042
3043
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000030442010-09-13: Version 2.4.3
3045
3046 Made Date.parse properly handle TZ offsets (issue 857).
3047
3048 Performance improvements on all platforms.
3049
3050
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000030512010-09-08: Version 2.4.2
3052
3053 Fixed GC crash bug.
3054
3055 Fixed stack corruption bug.
3056
3057 Fixed compilation for newer C++ compilers that found Operand(0)
3058 ambiguous.
3059
3060
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000030612010-09-06: Version 2.4.1
3062
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003063 Added the ability for an embedding application to receive a callback
3064 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3065 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003066
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003067 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003068
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003069 Fixed memory overrun crash bug triggered during V8's tick-based
3070 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003071
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003072 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003073
3074
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030752010-09-01: Version 2.4.0
3076
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003077 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3078 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003079
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003080 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003081 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003082
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003083 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003084
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003085 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003086
3087
ricow@chromium.org65fae842010-08-25 15:26:24 +000030882010-08-25: Version 2.3.11
3089
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003090 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003091
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003092 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003093 VARIANT_FLAGS that allows specification of sets of flags with which
3094 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003095
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003096 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003097
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003098 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003099
3100
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000031012010-08-23: Version 2.3.10
3102
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003103 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003104
3105 Build fixes for unusual compilers.
3106
3107 Track high water mark for RWX memory.
3108
3109 Performance improvements on all platforms.
3110
3111
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000031122010-08-18: Version 2.3.9
3113
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003114 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003115
3116 Removed specialized handling of GCC 4.4 (issue 830).
3117
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003118 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003119 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3120
ricow@chromium.org65fae842010-08-25 15:26:24 +00003121 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003122
3123
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000031242010-08-16: Version 2.3.8
3125
3126 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3127
3128 Fixed issue with incorrect handling of custom valueOf methods on
3129 string wrappers (issue 760).
3130
3131 Fixed compilation for ARMv4 (issue 590).
3132
3133 Improved performance.
3134
3135
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000031362010-08-11: Version 2.3.7
3137
3138 Reduced size of heap snapshots produced by heap profiler (issue 783).
3139
3140 Introduced v8::Value::IsRegExp method.
3141
3142 Fixed CPU profiler crash in start / stop sequence when non-existent
3143 name is passed (issue http://crbug.com/51594).
3144
3145 Introduced new indexed property query callbacks API (issue 816). This
3146 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3147 by default.
3148
3149 Removed support for object literal get/set with number/string
3150 property name.
3151
3152 Fixed handling of JSObject::elements in CalculateNetworkSize
3153 (issue 822).
3154
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003155 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003156
3157
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000031582010-08-09: Version 2.3.6
3159
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003160 RegExp literals create a new object every time they are evaluated
3161 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003162
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003163 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003164
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003165 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003166
3167
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031682010-08-04: Version 2.3.5
3169
3170 Added support for ES5 property names. Object initialisers and
3171 dot-notation property access now allows keywords. Also allowed
3172 non-identifiers after "get" or "set" in an object initialiser.
3173
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003174 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003175
3176
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031772010-08-02: Version 2.3.4
3178
3179 Fixed problems in implementation of ES5 function.prototype.bind.
3180
3181 Fixed error when using apply with arguments object on ARM (issue 784).
3182
3183 Added setting of global flags to debugger protocol.
3184
3185 Fixed an error affecting cached results of sin and cos (issue 792).
3186
3187 Removed memory leak from a boundary case where V8 is not initialized.
3188
3189 Fixed issue where debugger could set breakpoints outside the body
3190 of a function.
3191
3192 Fixed issue in debugger when using both live edit and step in features.
3193
3194 Added Number-letter (Nl) category to Unicode tables. These characters
3195 can now be used in identifiers.
3196
3197 Fixed an assert failure on X64 (issue 806).
3198
3199 Performance improvements on all platforms.
3200
3201
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000032022010-07-26: Version 2.3.3
3203
3204 Fixed error when building the d8 shell in a fresh checkout.
3205
3206 Implemented Function.prototype.bind (ES5 15.3.4.5).
3207
3208 Fixed an error in inlined stores on ia32.
3209
3210 Fixed an error when setting a breakpoint at the end of a function
3211 that does not end with a newline character.
3212
3213 Performance improvements on all platforms.
3214
3215
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000032162010-07-21: Version 2.3.2
3217
3218 Fixed compiler warnings when building with LLVM.
3219
3220 Fixed a bug with for-in applied to strings (issue 785).
3221
3222 Performance improvements on all platforms.
3223
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003224
ricow@chromium.org4980dff2010-07-19 08:33:45 +000032252010-07-19: Version 2.3.1
3226
3227 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3228
3229 Fixed bug related to code flushing while compiling a lazy
3230 compilable function (issue http://crbug.com/49099).
3231
3232 Performance improvements on all platforms.
3233
3234
ager@chromium.orgb5737492010-07-15 09:29:43 +000032352010-07-15: Version 2.3.0
3236
3237 Added ES5 Object.seal and Object.isSealed.
3238
3239 Added debugger API for scheduling debugger commands from a
3240 separate thread.
3241
3242
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000032432010-07-14: Version 2.2.24
3244
3245 Added API for capturing stack traces for uncaught exceptions.
3246
3247 Fixed crash bug when preparsing from a non-external V8 string
3248 (issue 775).
3249
3250 Fixed JSON.parse bug causing input not to be converted to string
3251 (issue 764).
3252
3253 Added ES5 Object.freeze and Object.isFrozen.
3254
3255 Performance improvements on all platforms.
3256
3257
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000032582010-07-07: Version 2.2.23
3259
3260 API change: Convert Unicode code points outside the basic multilingual
3261 plane to the replacement character. Previous behavior was to silently
3262 truncate the value to 16 bits.
3263
3264 Fixed crash: handle all flat string types in regexp replace.
3265
3266 Prevent invalid pre-parsing data passed in through the API from
3267 crashing V8.
3268
3269 Performance improvements on all platforms.
3270
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003271
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032722010-07-05: Version 2.2.22
3273
3274 Added ES5 Object.isExtensible and Object.preventExtensions.
3275
3276 Enabled building V8 as a DLL.
3277
3278 Fixed a bug in date code where -0 was not interpreted as 0
3279 (issue 736).
3280
3281 Performance improvements on all platforms.
3282
3283
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032842010-06-30: Version 2.2.21
3285
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003286 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003287
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003288 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003289
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003290 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003291
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003292 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003293
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003294 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003295
3296 Provide actual breakpoints locations in response to setBreakpoint
3297 and listBreakpoints requests.
3298
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003299
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000033002010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003301
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003302 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003303
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003304 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003305
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003306 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003307
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003308 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003309 miscalculated for some inputs.
3310
3311 Performance improvements on all platforms.
3312
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003313
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000033142010-06-23: Version 2.2.19
3315
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003316 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003317 (issue 738).
3318
3319 Added expose-externalize-string flag for testing extensions.
3320
3321 Resolve linker issues with using V8 as a DLL causing a number of
3322 problems with unresolved symbols.
3323
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003324 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003325 defined.
3326
3327 Performance improvements on all platforms.
3328
3329
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000033302010-06-16: Version 2.2.18
3331
3332 Added API functions to retrieve information on indexed properties
3333 managed by the embedding layer. Fixes bug 737.
3334
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003335 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003336
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003337 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003338
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003339 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003340
3341 Incremental performance improvements.
3342
3343
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000033442010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003345
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003346 Improved debugger support for stepping out of functions.
3347
3348 Incremental performance improvements.
3349
3350
33512010-06-09: Version 2.2.16
3352
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003353 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003354 disposal of external string resources to call a virtual Dispose
3355 method on the resource.
3356
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003357 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003358 stepping.
3359
3360 Memory usage improvements on all platforms.
3361
3362
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000033632010-06-07: Version 2.2.15
3364
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003365 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003366
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003367 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003368 some compilers complaint when compiling with -Werror.
3369
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003370 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003371
3372
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033732010-06-02: Version 2.2.14
3374
3375 Fixed a crash in code generated for String.charCodeAt.
3376
3377 Fixed a compilation issue with some GCC versions (issue 727).
3378
3379 Performance optimizations on x64 and ARM platforms.
3380
3381
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033822010-05-31: Version 2.2.13
3383
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003384 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003385 strings (issue 599).
3386
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003387 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003388
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003389 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003390
3391 Performance improvements on all platforms.
3392
3393
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033942010-05-26: Version 2.2.12
3395
3396 Allowed accessors to be defined on objects rather than just object
3397 templates.
3398
3399 Changed the ScriptData API.
3400
3401
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000034022010-05-21: Version 2.2.11
3403
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003404 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003405
3406 Use 'full compiler' when debugging is active. This should increase
3407 the density of possible break points, making single step more fine
3408 grained. This will only take effect for functions compiled after
3409 debugging has been started, so recompilation of all functions is
3410 required to get the full effect. IA32 and x64 only for now.
3411
3412 Misc. fixes to the Solaris build.
3413
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003414 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003415
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003416 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003417
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003418 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003419
3420 Incremental performance improvements in all backends.
3421
3422
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000034232010-05-17: Version 2.2.10
3424
3425 Performance improvements in the x64 and ARM backends.
3426
3427
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000034282010-05-10: Version 2.2.9
3429
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003430 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003431
3432 Fixed bug with Date.parse returning a non-NaN value when called on a
3433 non date string (issue 696).
3434
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003435 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003436 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003437
3438 C++ API for retrieving JavaScript stack trace information.
3439
3440
ager@chromium.orgac091b72010-05-05 07:34:42 +000034412010-05-05: Version 2.2.8
3442
3443 Performance improvements in the x64 and ARM backends.
3444
3445
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000034462010-05-03: Version 2.2.7
3447
3448 Added support for ES5 date time string format to Date.parse.
3449
3450 Performance improvements in the x64 backend.
3451
3452
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000034532010-04-28: Version 2.2.6
3454
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003455 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003456 (by Ryan Dahl <coldredlemur@gmail.com>).
3457
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003458 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003459
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003460 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003461
3462 Performance improvements on all platforms.
3463
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003464
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000034652010-04-26: Version 2.2.5
3466
3467 Various performance improvements (especially for ARM and x64)
3468
3469 Fixed bug in CPU profiling (http://crbug.com/42137)
3470
3471 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003472
3473 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003474 wrong calculations.
3475
3476 Fixed a bug that may cause a wrong result for shift operations.
3477
3478
34792010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003480
3481 Fixed warnings on arm on newer GCC versions.
3482
3483 Fixed a number of minor bugs.
3484
3485 Performance improvements on all platforms.
3486
3487
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034882010-04-14: Version 2.2.3
3489
3490 Added stack command and mem command to ARM simulator debugger.
3491
3492 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3493
3494 Performance improvements on all platforms.
3495
3496
ager@chromium.org357bf652010-04-12 11:30:10 +000034972010-04-12: Version 2.2.2
3498
3499 Introduced new profiler API.
3500
3501 Fixed random number generator to produce full 32 random bits.
3502
3503
lrn@chromium.org25156de2010-04-06 13:10:27 +000035042010-04-06: Version 2.2.1
3505
3506 Debugger improvements.
3507
3508 Fixed minor bugs.
3509
3510
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000035112010-03-29: Version 2.2.0
3512
3513 Fixed a few minor bugs.
3514
3515 Performance improvements for string operations.
3516
3517
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000035182010-03-26: Version 2.1.10
3519
3520 Fixed scons build issues.
3521
3522 Fixed a couple of minor bugs.
3523
3524
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000035252010-03-25: Version 2.1.9
3526
3527 Added API support for reattaching a global object to a context.
3528
3529 Extended debugger API with access to the internal debugger context.
3530
3531 Fixed Chromium crashes (issues http://crbug.com/39128 and
3532 http://crbug.com/39160)
3533
3534
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000035352010-03-24: Version 2.1.8
3536
3537 Added fine-grained garbage collection callbacks to the API.
3538
3539 Performance improvements on all platforms.
3540
3541
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000035422010-03-22: Version 2.1.7
3543
3544 Fixed issue 650.
3545
3546 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003547
3548 Performance improvements for arithmetic operations.
3549
3550 Performance improvements for string operations.
3551
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003552 Print script name and line number information in stack trace.
3553
3554
35552010-03-17: Version 2.1.6
3556
3557 Performance improvements for arithmetic operations.
3558
3559 Performance improvements for string operations.
3560
3561
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000035622010-03-10: Version 2.1.4
3563
3564 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3565
3566 Performance improvements on all platforms.
3567
3568
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035692010-03-10: Version 2.1.3
3570
3571 Added API method for context-disposal notifications.
3572
3573 Added API method for accessing elements by integer index.
3574
3575 Added missing implementation of Uint32::Value and Value::IsUint32
3576 API methods.
3577
3578 Added IsExecutionTerminating API method.
3579
3580 Disabled strict aliasing for GCC 4.4.
3581
3582 Fixed string-concatenation bug (issue 636).
3583
3584 Performance improvements on all platforms.
3585
3586
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035872010-02-23: Version 2.1.2
3588
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003589 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003590
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003591 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003592
3593 Performance improvements on all platforms.
3594
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003595
ager@chromium.org5c838252010-02-19 08:53:10 +000035962010-02-19: Version 2.1.1
3597
3598 [ES5] Implemented Object.defineProperty.
3599
3600 Improved profiler support.
3601
3602 Added SetPrototype method in the public V8 API.
3603
3604 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3605 objects in the API.
3606
3607 Performance improvements on all platforms.
3608
3609
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000036102010-02-03: Version 2.1.0
3611
3612 Values are now always wrapped in objects when used as a receiver.
3613 (issue 223).
3614
3615 [ES5] Implemented Object.getOwnPropertyNames.
3616
3617 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3618 JSON grammar.
3619
3620 Improvement of debugger agent (issue 549 and 554).
3621
3622 Fixed problem with skipped stack frame in profiles (issue 553).
3623
3624 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3625 <ry@tinyclouds.org>.
3626
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003627 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003628 integers.
3629
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003630 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003631 functions (isue http://crbug.com/3867).
3632
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003633 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003634
3635 Numerous performance improvements including porting of previous IA-32
3636 optimizations to x64 and ARM architectures.
3637
3638
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000036392010-01-14: Version 2.0.6
3640
3641 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3642 GetOwnProperty, FromPropertyDescriptor.
3643
3644 Fixed Mac x64 build errors.
3645
3646 Improved performance of some math and string operations.
3647
3648 Improved performance of some regexp operations.
3649
3650 Improved performance of context creation.
3651
3652 Improved performance of hash tables.
3653
3654
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000036552009-12-18: Version 2.0.5
3656
3657 Extended to upper limit of map space to allow for 7 times as many map
3658 to be allocated (issue 524).
3659
3660 Improved performance of code using closures.
3661
3662 Improved performance of some binary operations involving doubles.
3663
3664
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000036652009-12-16: Version 2.0.4
3666
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003667 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003668
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003669 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003670
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003671 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003672
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003673 Improved handling of external strings by using a separate table
3674 instead of weak handles. This improves garbage collection
3675 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003676
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003677 Changed code generation for object and array literals in toplevel
3678 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003679
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003680 Fixed a crash bug triggered when garbage collection happened during
3681 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003682
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003683 Fixed crash bug sometimes triggered when local variables shadowed
3684 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003685
3686
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036872009-12-03: Version 2.0.3
3688
3689 Optimized handling and adding of strings, for-in and Array.join.
3690
3691 Heap serialization is now non-destructive.
3692
3693 Improved profiler support with information on time spend in C++
3694 callbacks registered through the API.
3695
3696 Added commands to the debugger protocol for starting/stopping
3697 profiling.
3698
3699 Enabled the non-optimizing compiler for top-level code.
3700
3701 Changed the API to only allow strings to be set as data objects on
3702 Contexts and scripts to avoid potentially keeping global objects
3703 around for too long (issue 528).
3704
3705 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3706
3707 Fixed bugs.
3708
3709
ager@chromium.org01beca72009-11-24 14:29:16 +000037102009-11-24: Version 2.0.2
3711
3712 Improved profiler support.
3713
3714 Fixed bug that broke compilation of d8 with readline support.
3715
3716
ager@chromium.org6141cbe2009-11-20 12:14:52 +000037172009-11-20: Version 2.0.1
3718
3719 Fixed crash bug in String.prototype.replace.
3720
3721 Reverted a change which caused Chromium interactive ui test
3722 failures.
3723
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003724
ager@chromium.orgc4c92722009-11-18 14:12:51 +000037252009-11-18: Version 2.0.0
3726
3727 Added support for VFP on ARM.
3728
3729 Added TryCatch::ReThrow method to the API.
3730
3731 Reduced the size of snapshots and improved the snapshot load time.
3732
3733 Improved heap profiler support.
3734
3735 64-bit version now supported on Windows.
3736
3737 Fixed a number of debugger issues.
3738
3739 Fixed bugs.
3740
3741
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000037422009-10-29: Version 1.3.18
3743
3744 Reverted a change which caused crashes in RegExp replace.
3745
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003746 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003747
3748
ager@chromium.org3811b432009-10-28 14:53:37 +000037492009-10-28: Version 1.3.17
3750
3751 Added API method to get simple heap statistics.
3752
3753 Improved heap profiler support.
3754
3755 Fixed the implementation of the resource constraint API so it
3756 works when using snapshots.
3757
3758 Fixed a number of issues in the Windows 64-bit version.
3759
3760 Optimized calls to API getters.
3761
3762 Added valgrind notification on code modification to the 64-bit version.
3763
3764 Fixed issue where we logged shared library addresses on Windows at
3765 startup and never used them.
3766
3767
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037682009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003769
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003770 X64: Convert smis to holding 32 bits of payload.
3771
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003772 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003773
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003774 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003775
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003776 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003777 Patch by Jan de Mooij <jandemooij@gmail.com>
3778
3779 Implement ES5 Array.isArray
3780 Patch by Jan de Mooij <jandemooij@gmail.com>
3781
3782 Skip access checks for hidden properties.
3783
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003784 Added String::Concat(Handle<String> left, Handle<String> right) to the
3785 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003786
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003787 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003788
3789
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037902009-10-07: Version 1.3.15
3791
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003792 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003793
3794 Fixed a crash bug happening when starting profiling (issue
3795 http://crbug.com/23768).
3796
3797
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037982009-10-07: Version 1.3.14
3799
3800 Added GetRealNamedProperty to the API to lookup real properties
3801 located on the object or in the prototype chain skipping any
3802 interceptors.
3803
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003804 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003805 stack limit now needs to be set to each thread thich is used with V8.
3806
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003807 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003808
3809 Ensure V8 is initialized before locking and unlocking threads.
3810
3811 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003812 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003813 Crockford from the project.
3814
3815 Added a missing optimization in StringCharAt.
3816
3817 Fixed some flaky socket tests.
3818
3819 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3820 in 64-bit mode.
3821
3822 Fixed memory leaks in the thread management code.
3823
3824 Fixed the result of assignment to a pixel array. The assigned value
3825 is now the result.
3826
3827 Error reporting for invalid left-hand sides in for-in statements, pre-
3828 and postfix count expressions, and assignments now matches the JSC
3829 behavior in Safari 4.
3830
3831 Follow the spec in disallowing function declarations without a name.
3832
3833 Always allocate code objects within a 2 GB range. On x64 architecture
3834 this is used to use near calls (32-bit displacement) in Code objects.
3835
3836 Optimized array construction ported to x64 and ARM architectures.
3837
3838 [ES5] Changed Object.keys to return strings for element indices.
3839
3840
ager@chromium.org68e7ab72009-09-23 09:40:39 +000038412009-09-23: Version 1.3.13
3842
3843 Fixed uninitialized memory problem.
3844
3845 Improved heap profiler support.
3846
3847
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000038482009-09-22: Version 1.3.12
3849
3850 Changed behavior of |function|.toString() on built-in functions to
3851 be compatible with other implementations. Patch by Jan de Mooij.
3852
3853 Added Object::IsDirty in the API.
3854
3855 Optimized array construction; it is now handled purely in native
3856 code.
3857
3858 [ES5] Made properties of the arguments array enumerable.
3859
3860 [ES5] Added test suite adapter for the es5conform test suite.
3861
3862 [ES5] Added Object.keys function.
3863
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003864
ager@chromium.org4af710e2009-09-15 12:20:11 +000038652009-09-15: Version 1.3.11
3866
3867 Fixed crash in error reporting during bootstrapping.
3868
3869 Optimized generated IA32 math code by using SSE2 instructions when
3870 available.
3871
3872 Implemented missing pieces of debugger infrastructure on ARM. The
3873 debugger is now fully functional on ARM.
3874
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003875 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003876
3877
ager@chromium.orga1645e22009-09-09 19:27:10 +000038782009-09-09: Version 1.3.10
3879
3880 Fixed profiler on Mac in 64-bit mode.
3881
3882 Optimized creation of objects from simple constructor functions on
3883 ARM.
3884
3885 Fixed a number of debugger issues.
3886
3887 Reduced the amount of memory consumed by V8.
3888
3889
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038902009-09-02: Version 1.3.9
3891
3892 Optimized stack guard checks on ARM.
3893
3894 Optimized API operations by inlining more in the API.
3895
3896 Optimized creation of objects from simple constructor functions.
3897
3898 Enabled a number of missing optimizations in the 64-bit port.
3899
3900 Implemented native-code support for regular expressions on ARM.
3901
3902 Stopped using the 'sahf' instruction on 64-bit machines that do
3903 not support it.
3904
3905 Fixed a bug in the support for forceful termination of JavaScript
3906 execution.
3907
3908
ager@chromium.org96c75b52009-08-26 09:13:16 +000039092009-08-26: Version 1.3.8
3910
3911 Changed the handling of idle notifications to allow idle
3912 notifications when V8 has not yet been initialized.
3913
3914 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003915
ager@chromium.org96c75b52009-08-26 09:13:16 +00003916
ager@chromium.orgab99eea2009-08-25 07:05:41 +000039172009-08-25: Version 1.3.7
3918
3919 Reduced the size of generated code on ARM platforms by reducing
3920 the size of constant pools.
3921
3922 Changed build files to not include the 'ENV' user environment
3923 variable in the build environment.
3924
3925 Changed the handling of idle notifications.
3926
3927
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000039282009-08-21: Version 1.3.6
3929
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003930 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003931
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003932 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003933 a low memory situation to V8.
3934
3935 Changed the handling of global handles (persistent handles in the API
3936 sense) to avoid issues regarding allocation of new global handles
3937 during weak handle callbacks.
3938
3939 Changed the growth policy of the young space.
3940
3941 Fixed a GC issue introduced in version 1.3.5.
3942
3943
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000039442009-08-19: Version 1.3.5
3945
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003946 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003947
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003948 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003949
3950 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3951
3952 Changed typeof RegExp from 'object' to 'function' for compatibility.
3953 Fixed bug where regexps were not callable across contexts.
3954
3955 Added context independent script compilation to the API.
3956
3957 Added API call to get the stack trace for an exception.
3958
3959 Added API for getting object mirrors.
3960
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003961 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003962 running off a snapshot generated without using SSE3 instructions.
3963
3964 Tweaked the handling of the initial size and growth policy of the heap.
3965
3966 Added native code generation for RegExp to 64-bit version.
3967
3968 Added JavaScript debugger support to 64-bit version.
3969
3970
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039712009-08-13: Version 1.3.4
3972
3973 Added a readline() command to the d8 shell.
3974
3975 Fixed bug in json parsing.
3976
3977 Added idle notification to the API and reduced memory on idle
3978 notifications.
3979
3980
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039812009-08-12: Version 1.3.3
3982
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003983 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003984
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003985 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003986
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003987 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003988
3989 API: added function to find instance of template in prototype
3990 chain. Inlined Object::IsInstanceOf.
3991
3992 Land change to notify valgrind when we modify code on x86.
3993
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003994 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003995
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003996 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003997
3998
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039992009-08-05: Version 1.3.2
4000
4001 Started new compiler infrastructure for two-pass compilation using a
4002 control flow graph constructed from the AST.
4003
4004 Profiler stack sampling for X64.
4005
4006 Safe handling of NaN to Posix platform-dependent time functions.
4007
4008 Added a new profiler control API to unify controlling various aspects
4009 of profiling.
4010
4011 Fixed issue 392.
4012
4013
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000040142009-07-30: Version 1.3.1
4015
4016 Speed improvements to accessors and interceptors.
4017
4018 Added support for capturing stack information on custom errors.
4019
4020 Added support for morphing an object into a pixel array where its
4021 indexed properties are stored in an external byte array. Values written
4022 are always clamped to the 0..255 interval.
4023
4024 Profiler on x64 now handles C/C++ functions from shared libraries.
4025
4026 Changed the debugger to avoid stepping into function.call/apply if the
4027 function is a built-in.
4028
4029 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004030
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004031 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004032
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004033 Optimized the called as constructor check for API calls.
4034
4035
kasperl@chromium.orge959c182009-07-27 08:59:04 +000040362009-07-27: Version 1.3.0
4037
4038 Allowed RegExp objects to be called as functions (issue 132).
4039
4040 Fixed issue where global property cells would escape after
4041 detaching the global object; see http://crbug.com/16276.
4042
4043 Added support for stepping into setters and getters in the
4044 debugger.
4045
4046 Changed the debugger to avoid stopping in its own JavaScript code
4047 and in the code of built-in functions.
4048
4049 Fixed issue 345 by avoiding duplicate escaping labels.
4050
4051 Fixed ARM code generator crash in short-circuited boolean
4052 expressions and added regression tests.
4053
4054 Added an external allocation limit to avoid issues where small V8
4055 objects would hold on to large amounts of external memory without
4056 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004057
4058 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004059
4060
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000040612009-07-13: Version 1.2.14
4062
4063 Added separate paged heap space for global property cells and
4064 avoid updating the write barrier when storing into them.
4065
4066 Improved peep-hole optimization on ARM platforms by not emitting
4067 unnecessary debug information.
4068
4069 Re-enabled ICs for loads and calls that skip a global object
4070 during lookup through the prototype chain.
4071
4072 Allowed access through global proxies to use ICs.
4073
4074 Fixed issue 401.
4075
4076
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040772009-07-09: Version 1.2.13
4078
4079 Fixed issue 397, issue 398, and issue 399.
4080
4081 Added support for breakpoint groups.
4082
4083 Fixed bugs introduced with the new global object representation.
4084
4085 Fixed a few bugs in the ARM code generator.
4086
4087
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040882009-07-06: Version 1.2.12
4089
4090 Added stack traces collection to Error objects accessible through
4091 the e.stack property.
4092
4093 Changed RegExp parser to use a recursive data structure instead of
4094 stack-based recursion.
4095
4096 Optimized Date object construction and string concatenation.
4097
4098 Improved performance of div, mod, and mul on ARM platforms.
4099
4100
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000041012009-07-02: Version 1.2.11
4102
4103 Improved performance on IA-32 and ARM.
4104
4105 Fixed profiler sampler implementation on Mac OS X.
4106
4107 Changed the representation of global objects to improve
4108 performance of adding a lot of new properties.
4109
4110
ager@chromium.org3e875802009-06-29 08:26:34 +000041112009-06-29: Version 1.2.10
4112
4113 Improved debugger support.
4114
4115 Fixed bug in exception message reporting (issue 390).
4116
4117 Improved overall performance.
4118
4119
ager@chromium.org5aa501c2009-06-23 07:57:28 +000041202009-06-23: Version 1.2.9
4121
4122 Improved math performance on ARM.
4123
4124 Fixed profiler name-inference bug.
4125
4126 Fixed handling of shared libraries in the profiler tick processor
4127 scripts.
4128
4129 Fixed handling of tests that time out in the test scripts.
4130
4131 Fixed compilation on MacOS X version 10.4.
4132
4133 Fixed two bugs in the regular expression engine.
4134
4135 Fixed a bug in the string type inference.
4136
4137 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004138
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004139 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004140
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004141
ager@chromium.orgeadaf222009-06-16 09:43:10 +000041422009-06-16: Version 1.2.8
4143
4144 Optimized math on ARM platforms.
4145
4146 Fixed two crash bugs in the handling of getters and setters.
4147
4148 Improved the debugger support by adding scope chain information.
4149
4150 Improved the profiler support by compressing log data transmitted
4151 to clients.
4152
4153 Improved overall performance.
4154
4155
ager@chromium.orge2902be2009-06-08 12:21:35 +000041562009-06-08: Version 1.2.7
4157
4158 Improved debugger and profiler support.
4159
4160 Reduced compilation time by improving the handling of deferred
4161 code.
4162
4163 Optimized interceptor accesses where the property is on the object
4164 on which the interceptors is attached.
4165
4166 Fixed compilation problem on GCC 4.4 by changing the stack
4167 alignment to 16 bytes.
4168
4169 Fixed handle creation to follow stric aliasing rules.
4170
4171 Fixed compilation on FreeBSD.
4172
4173 Introduced API for forcing the deletion of a property ignoring
4174 interceptors and attributes.
4175
4176
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041772009-05-29: Version 1.2.6
4178
4179 Added a histogram recording hit rates at different levels of the
4180 compilation cache.
4181
4182 Added stack overflow check for the RegExp analysis phase. Previously a
4183 very long regexp graph could overflow the stack with recursive calls.
4184
4185 Use a dynamic buffer when collecting log events in memory.
4186
4187 Added start/stop events to the profiler log.
4188
4189 Fixed infinite loop which could happen when setting a debug break while
4190 executing a RegExp compiled to native code.
4191
4192 Fixed handling of lastIndexOf called with negative index (issue 351).
4193
4194 Fixed irregular crash in profiler test (issue 358).
4195
4196 Fixed compilation issues with some versions of gcc.
4197
4198
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041992009-05-26: Version 1.2.5
4200
4201 Fixed bug in initial boundary check for Boyer-Moore text
4202 search (issue 349).
4203
4204 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4205 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4206 Craig Schlenter.
4207
4208 Added a script cache to the debugger.
4209
4210 Optimized compilation performance by improving internal data
4211 structures and avoiding expensive property load optimizations for
4212 code that's infrequently executed.
4213
4214 Exposed the calling JavaScript context through the static API
4215 function Context::GetCalling().
4216
4217
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000042182009-05-18: Version 1.2.4
4219
4220 Improved performance of floating point number allocation for ARM
4221 platforms.
4222
4223 Fixed crash when using the instanceof operator on functions with
4224 number values in their prototype chain (issue 341).
4225
4226 Optimized virtual frame operations in the code generator to speed
4227 up compilation time and allocated the frames in the zone.
4228
4229 Made the representation of virtual frames and jump targets in the
4230 code generator much more compact.
4231
4232 Avoided linear search for non-locals in scope code when resolving
4233 variables inside with and eval scopes.
4234
4235 Optimized lexical scanner by dealing with whitespace as part of
4236 the token scanning instead of as a separate step before it.
4237
4238 Changed the scavenging collector so that promoted objects do not
4239 reside in the old generation while their remembered set is being
4240 swept for pointers into the young generation.
4241
4242 Fixed numeric overflow handling when compiling count operations.
4243
4244
ager@chromium.org9085a012009-05-11 19:22:57 +000042452009-05-11: Version 1.2.3
4246
4247 Fixed bug in reporting of out-of-memory situations.
4248
4249 Introduced hidden prototypes on certain builtin prototype objects
4250 such as String.prototype to emulate JSC's behavior of restoring
4251 the original function when deleting functions from those prototype
4252 objects.
4253
4254 Fixed crash bug in the register allocator.
4255
4256
ager@chromium.org5ec48922009-05-05 07:25:34 +000042572009-05-04: Version 1.2.2
4258
4259 Fixed bug in array sorting for sparse arrays (issue 326).
4260
4261 Added support for adding a soname when building a shared library
4262 on Linux (issue 151).
4263
4264 Fixed bug caused by morphing internal ASCII strings to external
4265 two-byte strings. Slices over ASCII strings have to forward ASCII
4266 checks to the underlying buffer string.
4267
4268 Allowed API call-as-function handlers to be called as
4269 constructors.
4270
4271 Fixed a crash bug where an external string was disposed but a
4272 slice of the external string survived as a symbol.
4273
4274
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042752009-04-27: Version 1.2.1
4276
4277 Added EcmaScript 5 JSON object.
4278
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004279 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004280
4281
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042822009-04-23: Version 1.2.0
4283
4284 Optimized floating-point operations on ARM.
4285
4286 Added a number of extensions to the debugger API.
4287
4288 Changed the enumeration order for unsigned integer keys to always
4289 be numerical order.
4290
4291 Added a "read" extension to the shell sample.
4292
4293 Added support for Array.prototype.reduce and
4294 Array.prototype.reduceRight.
4295
4296 Added an option to the SCons build to control Microsoft Visual C++
4297 link-time code generation.
4298
4299 Fixed a number of bugs (in particular issue 315, issue 316,
4300 issue 317 and issue 318).
4301
4302
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000043032009-04-15: Version 1.1.10
4304
4305 Fixed crash bug that occurred when loading a const variable in the
4306 presence of eval.
4307
4308 Allowed using with and eval in registered extensions in debug mode
4309 by fixing bogus assert.
4310
4311 Fixed the source position for function returns to enable the
4312 debugger to break there.
4313
4314
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000043152009-04-14: Version 1.1.9
4316
4317 Made the stack traversal code in the profiler robust by avoiding
4318 to look into the heap.
4319
4320 Added name inferencing for anonymous functions to facilitate
4321 debugging and profiling.
4322
4323 Re-enabled stats timers in the developer shell (d8).
4324
4325 Fixed issue 303 by avoiding to shortcut cons-symbols.
4326
4327
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000043282009-04-11: Version 1.1.8
4329
4330 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4331
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004332 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004333 the debugger (issue 269).
4334
4335 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4336 are no hidden properties.
4337
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004338 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004339 entries with deleted resources would lead to NPEs when looking
4340 up in the symbol table.
4341
4342
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000043432009-04-07: Version 1.1.7
4344
4345 Added support for easily importing additional environment
4346 variables into the SCons build.
4347
4348 Optimized strict equality checks.
4349
4350 Fixed crash in indexed setters on objects without a corresponding
4351 getter (issue 298).
4352
4353 Re-enabled script compilation cache.
4354
4355
ager@chromium.org8682a592009-04-01 10:47:14 +000043562009-04-01: Version 1.1.6
4357
4358 Reverted an unsafe code generator change.
4359
4360
ager@chromium.org71daaf62009-04-01 07:22:49 +000043612009-04-01: Version 1.1.5
4362
4363 Fixed bug that caused function literals to not be optimized as
4364 much as other functions.
4365
4366 Improved profiler support.
4367
4368 Fixed a crash bug in connection with debugger unloading.
4369
4370 Fixed a crash bug in the code generator caused by losing the
4371 information that a frame element was copied.
4372
4373 Fixed an exception propagation bug that could cause non-null
4374 return values when exceptions were thrown.
4375
4376
ager@chromium.org41826e72009-03-30 13:30:57 +000043772009-03-30: Version 1.1.4
4378
4379 Optimized String.prototype.match.
4380
4381 Improved the stack information in profiles.
4382
4383 Fixed bug in ARM port making it possible to compile the runtime
4384 system for thumb mode again.
4385
4386 Implemented a number of optimizations in the code generator.
4387
4388 Fixed a number of memory leaks in tests.
4389
4390 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004391 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004392
4393
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043942009-03-24: Version 1.1.3
4395
4396 Fixed assertion failures in compilation of loop conditions.
4397
4398 Removed STL dependency from developer shell (d8).
4399
4400 Added infrastructure for protecting the V8 heap from corruption
4401 caused by memory modifications from the outside.
4402
4403
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000044042009-03-24: Version 1.1.2
4405
4406 Improved frame merge code generated by the code generator.
4407
4408 Optimized String.prototype.replace.
4409
4410 Implemented __defineGetter__ and __defineSetter__ for properties
4411 with integer keys on non-array objects.
4412
4413 Improved debugger and profiler support.
4414
4415 Fixed a number of portability issues to allow compilation for
4416 smaller ARM devices.
4417
4418 Exposed object cloning through the API.
4419
4420 Implemented hidden properties. This is used to expose an identity
4421 hash for objects through the API.
4422
4423 Implemented restarting of regular expressions if their input
4424 string changes representation during preemption.
4425
4426 Fixed a code generator bug that could cause assignments in loops
4427 to be ignored if using continue to break out of the loop (issue
4428 284).
4429
4430
ager@chromium.org3a6061e2009-03-12 14:24:36 +000044312009-03-12: Version 1.1.1
4432
4433 Fixed an assertion in the new compiler to take stack overflow
4434 exceptions into account.
4435
4436 Removed exception propagation code that could cause crashes.
4437
4438 Fixed minor bug in debugger line number computations.
4439
4440 8-byte align the C stack on Linux and Windows to speed up floating
4441 point computations.
4442
4443
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000044442009-03-12: Version 1.1.0
4445
4446 Improved code generation infrastructure by doing simple register
4447 allocation and constant folding and propagation.
4448
4449 Optimized regular expression matching by avoiding to create
4450 intermediate string arrays and by flattening nested array
4451 representations of RegExp data.
4452
4453 Traverse a few stack frames when recording profiler samples to
4454 include partial call graphs in the profiling output.
4455
4456 Added support for using OProfile to profile generated code.
4457
4458 Added remote debugging support to the D8 developer shell.
4459
4460 Optimized creation of nested literals like JSON objects.
4461
4462 Fixed a bug in garbage collecting unused maps and turned it on by
4463 default (--collect-maps).
4464
4465 Added support for running tests under Valgrind.
4466
4467
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044682009-02-27: Version 1.0.3
4469
4470 Optimized double-to-integer conversions in bit operations by using
4471 SSE3 instructions if available.
4472
4473 Optimized initialization sequences that store to multiple
4474 properties of the same object.
4475
4476 Changed the D8 debugger frontend to use JSON messages.
4477
4478 Force garbage collections when disposing contexts.
4479
4480 Align code objects at 32-byte boundaries.
4481
4482
ager@chromium.org381abbb2009-02-25 13:23:22 +000044832009-02-25: Version 1.0.2
4484
4485 Improved profiling support by performing simple call stack
4486 sampling for ticks and by fixing a bug in the logging of code
4487 addresses.
4488
4489 Fixed a number of debugger issues.
4490
4491 Optimized code that uses eval.
4492
4493 Fixed a couple of bugs in the regular expression engine.
4494
4495 Reduced the size of generated code for certain regular expressions.
4496
4497 Removed JSCRE completely.
4498
4499 Fixed issue where test could not be run if there was a dot in the
4500 checkout path.
4501
4502
ager@chromium.org6f10e412009-02-13 10:11:16 +000045032009-02-13: Version 1.0.1
4504
4505 Fixed two crash-bugs in irregexp (issue 231 and 233).
4506
4507 Fixed a number of minor bugs (issue 87, 227 and 228).
4508
4509 Added support for morphing strings to external strings on demand
4510 to avoid having to create copies in the embedding code.
4511
4512 Removed experimental support for external symbol callbacks.
4513
4514
iposva@chromium.org245aa852009-02-10 00:49:54 +000045152009-02-09: Version 1.0.0
4516
4517 Fixed crash-bug in the code generation for case independent 16 bit
4518 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004519
iposva@chromium.org245aa852009-02-10 00:49:54 +00004520 Made shells more robust in the presence of string conversion
4521 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004522
iposva@chromium.org245aa852009-02-10 00:49:54 +00004523 Fixed a potential infinite loop when attempting to resolve
4524 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004525
iposva@chromium.org245aa852009-02-10 00:49:54 +00004526 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004527
iposva@chromium.org245aa852009-02-10 00:49:54 +00004528 Reduced binary by stripping unneeded text from JavaScript library and
4529 minifying some JavaScript files.
4530
4531
ager@chromium.orgddb913d2009-01-27 10:01:48 +000045322009-01-27: Version 0.4.9
4533
4534 Enabled new regular expression engine.
4535
4536 Made a number of changes to the debugger protocol.
4537
4538 Fixed a number of bugs in the preemption support.
4539
4540 Added -p option to the developer shell to run files in parallel
4541 using preemption.
4542
4543 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4544 193, 198 and 201).
4545
4546 Fixed a number of bugs in the serialization/deserialization
4547 support for the ARM platform.
4548
4549
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000045502009-01-19: Version 0.4.8.1
4551
4552 Minor patch to debugger support.
4553
4554
ager@chromium.org32912102009-01-16 10:38:43 +000045552009-01-16: Version 0.4.8
4556
4557 Fixed string length bug on ARM (issue 171).
4558
4559 Made most methods in the API const.
4560
4561 Optimized object literals by improving data locality.
4562
4563 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004564 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004565
4566 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004567 eval to behave incorrectly when using accessors (issues 186, 190
4568 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004569
4570
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045712009-01-06: Version 0.4.7
4572
ager@chromium.org32912102009-01-16 10:38:43 +00004573 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004574
ager@chromium.org32912102009-01-16 10:38:43 +00004575 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004576
ager@chromium.org32912102009-01-16 10:38:43 +00004577 Fixed subtle bug that caused the wrong 'this' to be used when
4578 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004579
ager@chromium.org32912102009-01-16 10:38:43 +00004580 Inline array loads within loops directly in the code instead of
4581 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004582
ager@chromium.org32912102009-01-16 10:38:43 +00004583
ager@chromium.org8bb60582008-12-11 12:02:20 +000045842008-12-11: Version 0.4.6
4585
4586 Fixed exception reporting bug where certain exceptions were
4587 incorrectly reported as uncaught.
4588
4589 Improved the memory allocation strategy used during compilation to
4590 make running out of memory when compiling huge scripts less
4591 likely.
4592
4593 Optimized String.replace by avoiding the construction of certain
4594 sub strings.
4595
4596 Fixed bug in code generation for large switch statements on ARM.
4597
4598 Fixed bug that caused V8 to change the global object template
4599 passed in by the user.
4600
4601 Changed the API for creating object groups used during garbage
4602 collection. Entire object groups are now passed to V8 instead of
4603 individual members of the groups.
4604
ager@chromium.org32912102009-01-16 10:38:43 +00004605
ager@chromium.orga74f0da2008-12-03 16:05:52 +000046062008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004607
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004608 Added experimental API support for allocating V8 symbols as
4609 external strings.
4610
4611 Fixed bugs in debugging support on ARM.
4612
4613 Changed eval implementation to correctly detect whether or not a
4614 call to eval is aliased.
4615
4616 Fixed bug caused by a combination of the compilation cache and
4617 dictionary probing in native code. The bug caused us to sometimes
4618 call functions that had not yet been compiled.
4619
4620 Added platform support for FreeBSD.
4621
4622 Added support for building V8 on Windows with either the shared or
4623 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004624
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004625 Added the v8::jscre namespace around the jscre functions to avoid
4626 link errors (duplicate symbols) when building Google Chrome.
4627
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004628 Added support for calling a JavaScript function with the current
4629 debugger execution context as its argument to the debugger
4630 interface.
4631
4632 Changed the type of names of counters from wchar_t to char.
4633
4634 Changed the Windows system call used to compute daylight savings
4635 time. The system call that we used to use became four times
4636 slower on WinXP SP3.
4637
4638 Added support in the d8 developer shell for memory-mapped counters
4639 and added a stats-viewer tool.
4640
4641 Fixed bug in upper/lower case mappings (issue 149).
4642
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004643
ager@chromium.org3bf7b912008-11-17 09:09:45 +000046442008-11-17: Version 0.4.4
4645
4646 Reduced code size by using shorter instruction encoding when
4647 possible.
4648
4649 Added a --help option to the shell sample and to the d8 shell.
4650
4651 Added visual studio project files for building the ARM simulator.
4652
4653 Fixed a number of ARM simulator issues.
4654
4655 Fixed bug in out-of-memory handling on ARM.
4656
4657 Implemented shell support for passing arguments to a script from
4658 the command line.
4659
4660 Fixed bug in date code that made certain date functions return -0
4661 instead of 0 for dates before the epoch.
4662
4663 Restricted applications of eval so it can only be used in the
4664 context of the associated global object.
4665
4666 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004667
4668
ager@chromium.org870a0b62008-11-04 11:43:05 +000046692008-11-04: Version 0.4.3
4670
4671 Added support for API accessors that prohibit overwriting by
4672 accessors defined in JavaScript code by using __defineGetter__ and
4673 __defineSetter__.
4674
4675 Improved handling of conditionals in test status files.
4676
4677 Introduced access control in propertyIsEnumerable.
4678
4679 Improved performance of some string operations by caching
4680 information about the type of the string between operations.
4681
4682 Fixed bug in fast-case code for switch statements that only have
4683 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004684
ager@chromium.org870a0b62008-11-04 11:43:05 +00004685
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046862008-10-30: Version 0.4.2
4687
4688 Improved performance of Array.prototype.concat by moving the
4689 implementation to C++ (issue 123).
4690
4691 Fixed heap growth policy to avoid growing old space to its maximum
4692 capacity before doing a garbage collection and fixed issue that
4693 would lead to artificial out of memory situations (issue 129).
4694
4695 Fixed Date.prototype.toLocaleDateString to return the date in the
4696 same format as WebKit.
4697
4698 Added missing initialization checks to debugger API.
4699
4700 Added removing of unused maps during GC.
4701
4702
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000047032008-10-28: Version 0.4.1
4704
4705 Added caching of RegExp data in compilation cache.
4706
4707 Added Visual Studio project file for d8 shell.
4708
4709 Fixed function call performance regression introduced in version
4710 0.4.0 when splitting the global object in two parts (issue 120).
4711
4712 Fixed issue 131 by checking for empty handles before throwing and
4713 reporting exceptions.
4714
4715
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000047162008-10-23: Version 0.4.0
4717
4718 Split the global object into two parts: The state holding global
4719 object and the global object proxy.
4720
4721 Fixed bug that affected the value of an assignment to an element
4722 in certain cases (issue 116).
4723
4724 Added GetPropertyNames functionality (issue 33) and extra Date
4725 functions (issue 77) to the API.
4726
4727 Changed WeakReferenceCallback to take a Persistent<Value> instead
4728 of a Persistent<Object> (issue 101).
4729
4730 Fixed issues with message reporting for exceptions in try-finally
4731 blocks (issues 73 and 75).
4732
ager@chromium.org32912102009-01-16 10:38:43 +00004733 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004734
4735 Improved Boyer-Moore implementation for faster indexOf operations.
4736
4737 Added development shell (d8) which includes counters and
4738 completion support.
4739
4740 Fixed problem with the receiver passed to functions called from
4741 eval (issue 124).
4742
4743
ager@chromium.org7c537e22008-10-16 08:43:32 +000047442008-10-16: Version 0.3.5
4745
4746 Improved string hash-code distribution by excluding bit-field bits
4747 from the hash-code.
4748
4749 Changed string search algorithm used in indexOf from KMP to
4750 Boyer-Moore.
4751
4752 Improved the generated code for the instanceof operator.
4753
4754 Improved performance of slow-case string equality checks by
4755 specializing the code based on the string representation.
4756
4757 Improve the handling of out-of-memory situations (issue 70).
4758
4759 Improved performance of strict equality checks.
4760
4761 Improved profiler output to make it easier to see anonymous
4762 functions.
4763
4764 Improved performance of slow-case keyed loads.
4765
4766 Improved property access performance by allocating a number of
4767 properties in the front object.
4768
4769 Changed the toString behavior on the built-in object constructors
4770 to print [native code] instead of the actual source. Some web
4771 applications do not like constructors with complex toString
4772 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004773
ager@chromium.org7c537e22008-10-16 08:43:32 +00004774
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047752008-10-06: Version 0.3.4
4776
4777 Changed Array.prototype.sort to use quick sort.
4778
4779 Fixed code generation issue where leaving a finally block with
4780 break or continue would accumulate elements on the expression
4781 stack (issue 86).
4782
4783 Made sure that the name accessor on functions returns the expected
4784 names for builtin JavaScript functions and C++ callback functions.
4785
4786 Added fast case code for extending the property storage array of
4787 JavaScript objects.
4788
4789 Ported switch statement optimizations introduced in version 0.3.3
4790 to the ARM code generator.
4791
4792 Allowed GCC to use strict-aliasing rules when compiling.
4793
4794 Improved performance of arguments object allocation by taking care
4795 of arguments adaptor frames in the generated code.
4796
4797 Updated the V8 benchmark suite to version 2.
4798
4799
ager@chromium.org236ad962008-09-25 09:45:57 +000048002008-09-25: Version 0.3.3
4801
4802 Improved handling of relocation information to enable more
4803 peep-hole optimizations.
4804
4805 Optimized switch statements where all labels are constant small
4806 integers.
4807
4808 Optimized String.prototype.indexOf for common cases.
4809
4810 Fixed more build issues (issue 80).
4811
4812 Fixed a couple of profiler issues.
4813
4814 Fixed bug where the body of a function created using the Function
4815 constructor was not allowed to end with a single-line comment
4816 (issue 85).
4817
4818 Improved handling of object literals by canonicalizing object
4819 literal maps. This will allow JSON objects with the same set of
4820 properties to share the same map making inline caching work better
4821 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004822
ager@chromium.org236ad962008-09-25 09:45:57 +00004823
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000048242008-09-17: Version 0.3.2
4825
4826 Generalized the EvalCache into a CompilationCache and enabled it
4827 for scripts too. The current strategy is to retire all entries
4828 whenever a mark-sweep collection is started.
4829
4830 Fixed bug where switch statements containing only a default case
4831 would lead to an unbalanced stack (issue 69).
4832
4833 Fixed bug that made access to the function in a named function
4834 expression impossible in certain situations (issue 24).
4835
4836 Fixed even more build issues.
4837
4838 Optimized calling conventions on ARM. The conventions on ARM and
4839 IA-32 now match.
4840
4841 Removed static initializers for flags and counters.
4842
4843 Improved inline caching behavior for uncommon cases where lazily
4844 loading Date and RegExp code could force certain code paths go
4845 megamorphic.
4846
4847 Removed arguments adaption for builtins written in C++. This
4848 makes Array.prototype.push and Array.prototype.pop slightly
4849 faster.
4850
4851
ager@chromium.org9258b6b2008-09-11 09:11:10 +000048522008-09-11: Version 0.3.1
4853
4854 Fixed a number of build issues.
4855
4856 Fixed problem with missing I-cache flusing on ARM.
4857
4858 Changed space layout in memory management by splitting up
4859 code space into old data space and code space.
4860
4861 Added utf-8 conversion support to the API (issue 57).
4862
4863 Optimized repeated calls to eval with the same strings. These
4864 repeated calls are common in web applications.
4865
4866 Added Xcode project file.
4867
4868 Optimized a couple of Array operation.
4869
4870 Fixed parser bug by checking for end-of-string when parsing break
4871 and continue (issue 35).
4872
4873 Fixed problem where asian characters were not categorized as
4874 letters.
4875
4876 Fixed bug that disallowed calling functions fetched from an array
4877 using a string as an array index (issue 32).
4878
4879 Fixed bug where the internal field count on object templates were
4880 sometimes ignored (issue 54).
4881
4882 Added -f option to the shell sample for compatibility with other
4883 engines (issue 18).
4884
4885 Added source info to TryCatches in the API.
4886
4887 Fixed problem where the seed for the random number generator was
4888 clipped in a double to unsigned int conversion.
4889
4890 Fixed bug where cons string symbols were sometimes converted to
4891 non-symbol flat strings during GC.
4892
4893 Fixed bug in error reporting when attempting to convert null to an
4894 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004895
4896
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048972008-09-04: Version 0.3.0
4898
4899 Added support for running tests on the ARM simulator.
4900
4901 Fixed bug in the 'in' operator where negative indices were not
4902 treated correctly.
4903
4904 Fixed build issues on gcc-4.3.1.
4905
4906 Changed Date.prototype.toLocaleTimeString to not print the
4907 timezone part of the time.
4908
4909 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4910 with user code.
4911
4912
v8.team.kasperl727e9952008-09-02 14:56:44 +000049132008-09-02: Version 0.2.5
4914
4915 Renamed the top level directory 'public' to 'include'.
4916
4917 Added 'env' option to the SCons build scripts to support
4918 overriding the ENV part of the build environment. This is mostly
4919 to support Windows builds in cases where SCons cannot find the
4920 correct paths to the Windows SDK, as these paths cannot be passed
4921 through shell environment variables.
4922
4923 Enabled "Buffer Security Check" on for the Windows SCons build and
4924 added the linker option /OPT:ICF as an optimization.
4925
4926 Added the V8 benchmark suite to the repository.
4927
4928
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000049292008-09-01: Version 0.2.4
4930
4931 Included mjsunit JavaScript test suite and C++ unit tests.
4932
4933 Changed the shell sample to not print the result of executing a
4934 script provided on the command line.
4935
4936 Fixed issue when building samples on Windows using a shared V8
4937 library. Added visibility option on Linux build which makes the
4938 generated library 18% smaller.
4939
4940 Changed build system to accept multiple build modes in one build
4941 and generate separate objects, libraries and executables for each
4942 mode.
4943
4944 Removed deferred negation optimization (a * -b => -(a * b)) since
4945 this visibly changes operand conversion order.
4946
4947 Improved parsing performance by introducing stack guard in
4948 preparsing. Without a stack guard preparsing always bails out
4949 with stack overflow.
4950
4951 Changed shell sample to take flags directly from the command-line.
4952 Added API call that implements this.
4953
4954 Added load, quit and version functions to the shell sample so it's
4955 easier to run benchmarks and tests.
4956
4957 Fixed issue with building samples and cctests on 64-bit machines.
4958
4959 Fixed bug in the runtime system where the prototype chain was not
4960 always searched for a setter when setting a property that does not
4961 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004962
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004963
mads.s.agercbaa0602008-08-14 13:41:48 +000049642008-08-14: Version 0.2.3
4965
4966 Improved performance of garbage collection by moving the
4967 function that updates pointers during compacting collection
4968 into the updating visitor. This gives the compiler a better
4969 chance to inline and avoid a function call per (potential)
4970 pointer.
4971
4972 Extended the shell sample with a --runtime-flags option.
4973
4974 Added Visual Studio project files for the shell.cc and
4975 process.cc samples.
4976
4977
49782008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004979
4980 Improved performance of garbage collection by changing the way
4981 we use the marking stack in the event of stack overflow during
4982 full garbage collection and by changing the way we mark roots.
4983
4984 Cleaned up ARM version by removing top of stack caching and by
4985 introducing push/pop elimination.
4986
4987 Cleaned up the way runtime functions are called to allow
4988 runtime calls with no arguments.
4989
4990 Changed Windows build options to make sure that exceptions are
4991 disabled and that optimization flags are enabled.
4992
4993 Added first version of Visual Studio project files.
4994
4995
mads.s.agercbaa0602008-08-14 13:41:48 +000049962008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004997
4998 Improved performance of unary addition by avoiding runtime calls.
4999
5000 Fixed the handling of '>' and '<=' to use right-to-left conversion
5001 and left-to-right evaluation as specified by ECMA-262.
5002
5003 Fixed a branch elimination bug on the ARM platform where incorrect
5004 code was generated because of overly aggressive branch
5005 elimination.
5006
5007 Improved performance of code that repeatedly assigns the same
5008 function to the same property of different objects with the same
5009 map.
5010
5011 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5012 no longer expects DEBUG to be defined.
5013
5014 Added platform-nullos.cc to serve as the basis for new platform
5015 implementations.
5016
mads.s.ager31e71382008-08-13 09:32:07 +00005017
mads.s.agercbaa0602008-08-14 13:41:48 +000050182008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005019
5020 Changed all text files to have native svn:eol-style.
5021
5022 Added a few samples and support for building them. The samples
5023 include a simple shell that can be used to benchmark and test V8.
5024
5025 Changed V8::GetVersion to return the version as a string.
5026
5027 Added source for lazily loaded scripts to snapshots and made
5028 serialization non-destructive.
5029
5030 Improved ARM support by fixing the write barrier code to use
5031 aligned loads and stores and by removing premature locals
5032 optimization that relied on broken support for callee-saved
5033 registers (removed).
5034
5035 Refactored the code for marking live objects during garbage
5036 collection and the code for allocating objects in paged
5037 spaces. Introduced an abstraction for the map word of a heap-
5038 allocated object and changed the memory allocator to allocate
5039 executable memory only for spaces that may contain code objects.
5040
5041 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5042 they can be used by debugging and logging modules. Added
5043 thread-safe message queues for dealing with debugger events.
5044
5045 Fixed the source code reported by toString for certain builtin
5046 empty functions and made sure that the prototype property of a
5047 function is enumerable.
5048
5049 Improved performance of converting values to condition flags in
5050 generated code.
5051
5052 Merged disassembler-{arch} files.
5053
5054
mads.s.agercbaa0602008-08-14 13:41:48 +000050552008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005056
5057 Added support for storing JavaScript stack traces in a stack
5058 allocated buffer to make it visible in shallow core dumps.
5059 Controlled by the --preallocate-message-memory flag which is
5060 disabled by default.
5061
5062
mads.s.agercbaa0602008-08-14 13:41:48 +000050632008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005064
5065 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5066 map transitions would count as properties.
5067
5068 Allowed aliased eval invocations by treating them as evals in the
5069 global context. This may change in the future.
5070
5071 Added support for accessing the last entered context through the
5072 API and renamed Context::Current to Context::GetCurrent and
5073 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5074
5075 Fixed bug in the debugger that would cause the debugger scripts to
5076 be recursively loaded and changed all disabling of interrupts to
5077 be block-structured.
5078
5079 Made snapshot data read-only to allow it to be more easily shared
5080 across multiple users of V8 when linked as a shared library.
5081
5082
mads.s.agercbaa0602008-08-14 13:41:48 +000050832008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005084
5085 Fixed building on Mac OS X by recognizing i386 and friends as
5086 IA-32 platforms.
5087
5088 Added propagation of stack overflow exceptions that occur while
5089 compiling nested functions.
5090
5091 Improved debugger with support for recursive break points and
5092 handling of exceptions that occur in the debugger JavaScript code.
5093
5094 Renamed GetInternal to GetInternalField and SetInternal to
5095 SetInternalField in the API and moved InternalFieldCount and
5096 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5097
5098
mads.s.agercbaa0602008-08-14 13:41:48 +000050992008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005100
5101 Fixed bug in stack overflow check code for IA-32 targets where a
5102 non-tagged value in register eax was pushed to the stack.
5103
5104 Fixed potential quadratic behavior when converting strings to
5105 numbers.
5106
5107 Fixed bug where the return value from Object::SetProperty could
5108 end up being the property holder instead of the written value.
5109
5110 Improved debugger support by allowing nested break points and by
5111 dealing with stack-overflows when compiling functions before
5112 setting break points in them.
5113
5114
mads.s.agercbaa0602008-08-14 13:41:48 +000051152008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005116
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005117 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005118
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005119# Local Variables:
5120# mode:text
5121# End: