blob: d401a268a1ec31056cd4146cba569293ed549462 [file] [log] [blame]
ulan@chromium.org750145a2013-03-07 15:14:13 +000012013-03-07: Version 3.17.8
2
3 Added missing license headers. (Chromium issue 98597)
4
5 Inserted missing type cast in JSON.stringify. (issue 2570)
6
7 Reverted "Send SIGPROF signals on the profiler event processor thread"
8 (issue 2571)
9
10 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
11 (issue 2568)
12
13 ES6 symbols: filter symbols form for-in loops and Object.keys.
14 (issue 2158)
15
16 Properly handle misses for StoreArrayLengthStub on ia32 and x64
17 (issue 2566)
18
19 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
20
21 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
22
23 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
24 (issue 2556)
25
26 Enabled zapping of disposed global handles in release mode.
27 (Chromium issue 176056)
28
29 Added workaround for redefinition of __proto__ property. (issue 2565)
30
31 ES6 symbols: Allow symbols as property names. (issue 2158)
32
33 Performance and stability improvements on all platforms.
34
35
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +0000362013-03-04: Version 3.17.7
37
38 Limited recursion in regexp compilation by a budget.
39 (Chromium issue 178790)
40
41 ES6 symbols: Implemented Symbol intrinsic and basic functionality
42 (issue 2158)
43
44 Performance and stability improvements on all platforms.
45
46
hpayer@chromium.org8432c912013-02-28 15:55:26 +0000472013-02-28: Version 3.17.6
48
49 Fixed materialization of arguments objects with unknown values.
50 (Chromium issue 163530)
51
52 Set default number of sweeper threads to at most four.
53
54 Performance and stability improvements on all platforms.
55
56
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +0000572013-02-27: Version 3.17.5
58
59 Made __proto__ a foreign callback on Object.prototype.
60 (issue 621, issue 1949 and issue 2441)
61
62 Performance and stability improvements on all platforms.
63
64
ulan@chromium.org09d7ab52013-02-25 15:50:35 +0000652013-02-25: Version 3.17.4
66
67 Performance and stability improvements on all platforms.
68
69
ulan@chromium.org2e04b582013-02-21 14:06:02 +0000702013-02-21: Version 3.17.3
71
72 Performance and stability improvements on all platforms.
73
74
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +0000752013-02-19: Version 3.17.2
76
77 Removed bogus check for TOP register in deoptimizer.
78 (Chromium issue 176943)
79
80 Made the Isolate parameter mandatory for internal HandleScopes.
81 (issue 2487)
82
83 Fixed f.apply() optimization when declared arguments are mutated.
84 (issue 2539)
85
86 Performance and stability improvements on all platforms.
87
88
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +0000892013-02-14: Version 3.17.1
90
91 Performance and stability improvements on all platforms.
92
93
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +0000942013-02-13: Version 3.17.0
95
96 Enabled parallel sweeping.
97
98 Don't try to unlink instructions twice during GVN
99 (Chromium issue 175141)
100
101 Fixed code flusher disabling while marking incrementally.
102 (Chromium issue 173458, 168582)
103
104 Don't use TLS for space iterators.
105 (issue 2531)
106
107 Added new GetHeapStatistics API entry and deprecated old one.
108
109 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
110 platform-independent code.
111 (Chromium issue 173907)
112
113 Added --trace-array-abuse to help find OOB accesses.
114
115 Performance and stability improvements on all platforms.
116
117
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00001182013-02-06: Version 3.16.14
119
120 Performance and stability improvements on all platforms.
121
122
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00001232013-02-04: Version 3.16.13
124
125 Tagged stubs that rely on instance types as MEGAMORPHIC.
126 (Chromium issue 173974)
127
128 Fixed clearing of dead dependent codes and verifing of weak
129 embedded maps on full GC. (Chromium issue 172488,172489)
130
131 Made the arm port build cleanly with Clang.
132
133 Performance and stability improvements on all platforms.
134
135
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00001362013-01-31: Version 3.16.12
137
138 Performance and stability improvements on all platforms.
139
140
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00001412013-01-30: Version 3.16.11
142
143 Put making embedded maps in optimized code weak behind a flag.
144 (Chromium issue 172488,172489)
145
146 Performance and stability improvements on all platforms.
147
148
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00001492013-01-25: Version 3.16.10
150
151 Avoid excessive memory usage during redundant phi elimination.
152 (issue 2510)
153
154 Fixed additional spec violations wrt RegExp.lastIndex.
155 (issue 2437)
156
157 Added Isolate parameter to Persistent class.
158 (issue 2487)
159
160 Performance and stability improvements on all platforms.
161
162
yangguo@chromium.org003650e2013-01-24 16:31:08 +00001632013-01-24: Version 3.16.9
164
165 Made embedded maps in optimized code weak.
166 (issue 2073)
167
168 Fixed corner case when JSFunction is evicted from flusher.
169 (Chromium issue 168801)
170
171 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
172 (Chromium issue 171641)
173
174 Performance and stability improvements on all platforms.
175
176
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00001772013-01-23: Version 3.16.8
178
179 Correctly reset lastIndex in an RegExp object.
180 (Chromium issue 170856)
181
182 Added a workaround for Windows compilation problems related to V8EXPORT.
183 (issue 2507)
184
185 tools/run-tests.py: shlex.split() the value of --command-prefix
186 (Chromium issue 171553)
187
188 Fixed pattern detection for replacing shifts by rotation.
189 (Chromium issue 2499)
190
191 Performance and stability improvements on all platforms.
192
193
yangguo@chromium.org28381b42013-01-21 14:39:38 +00001942013-01-21: Version 3.16.7
195
196 Removed <(library) usage from v8.gyp.
197 (Chromium issue 111541)
198
199 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
200 (Chromium issue 169928)
201
202 Performance and stability improvements on all platforms.
203
204
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00002052013-01-18: Version 3.16.6
206
207 Made the Isolate parameter mandatory in Locker and Unlocker classes.
208 (issue 2487)
209
210 Avoid pointer underflow in CopyCharsUnsigned.
211 (issue 2493)
212
213 Generate shim headers when using system v8.
214 (Chromium issue 165264)
215
216 Fixed arguments materialization for inlined apply().
217 (issue 2489)
218
219 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
220 (Chromium issue 147497)
221
222 Added sanity check to CodeFlusher::AddCandidate.
223 (Chromium issue 169209)
224
225 Performance and stability improvements on all platforms.
226
227
2282013-01-15: Version 3.16.5
229
230 Removed deprecated functions from V8's external API.
231
232 Prepared API for WebKit use of Latin-1.
233
234 Fixed V8 issue 2486.
235
236 Fixed Chromium issue 169723.
237
238 Performance and stability improvements on all platforms.
239
240
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00002412013-01-11: Version 3.16.4
242
243 Fixed Chromium issues 168545 and 169209.
244
245 Performance and stability improvements on all platforms.
246
247
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00002482013-01-09: Version 3.16.3
249
250 Improved GC performance when moving parts of a FixedArray (issue 2452).
251
252 Enabled readline on d8 while building a shared lib (issue 1781).
253
254 Fixed missing exception check in typed array constructor
255 (Chromium issue 168545).
256
257 Check for read-only-ness when preparing for array sort (issue 2419).
258
259 Performance and stability improvements on all platforms.
260
261
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00002622013-01-04: Version 3.16.2
263
264 Added Makefile options to build for the Raspberry Pi (armv7=0,
265 arm_fpu=vfp2).
266
267 Performance and stability improvements on all platforms.
268
269
ulan@chromium.org4121f232012-12-27 15:57:11 +00002702012-12-27: Version 3.16.1
271
272 Fixed x64 MathMinMax for negative untagged int32 arguments.
273 (Chromium issue 164442)
274
275 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
276 (issue 2458)
277
278 Performance and stability improvements on all platforms.
279
280
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00002812012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000282
283 V8_Fatal now prints C++ stack trace in debug mode.
284
285 Added HTML-based tick processor.
286
287 Continued implementation of Object.observe (V8 issue 2409).
288
289 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
290
291 Fixed Chromium issues 125308, 165637, 166379, 166553.
292
293 Performance and stability improvements on all platforms.
294
295
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00002962012-12-10: Version 3.15.11
297
298 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
299 flags.
300
301 Performance and stability improvements on all platforms.
302
303
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00003042012-12-07: Version 3.15.10
305
306 Enabled optimisation of functions inside eval. (issue 2315)
307
308 Fixed spec violations in methods of Number.prototype. (issue 2443)
309
310 Added GCTracer metrics for a scavenger GC for DOM wrappers.
311
312 Performance and stability improvements on all platforms.
313
314
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00003152012-12-06: Version 3.15.9
316
317 Fixed candidate eviction in code flusher.
318 (Chromium issue 159140)
319
320 Iterate through all arguments for side effects in Math.min/max.
321 (issue 2444)
322
323 Fixed spec violations related to regexp.lastIndex
324 (issue 2437, issue 2438)
325
326 Performance and stability improvements on all platforms.
327
328
mmassi@chromium.org49a44672012-12-04 13:52:03 +00003292012-12-04: Version 3.15.8
330
331 Enforced stack allocation of TryCatch blocks.
332 (issue 2166,chromium:152389)
333
334 Fixed external exceptions in external try-catch handlers.
335 (issue 2166)
336
337 Activated incremental code flushing by default.
338
339 Performance and stability improvements on all platforms.
340
341
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00003422012-11-30: Version 3.15.7
343
344 Activated code aging by default.
345
346 Included more information in --prof log.
347
348 Removed eager sweeping for lazy swept spaces. Try to find in
349 SlowAllocateRaw a bounded number of times a big enough memory slot.
350 (issue 2194)
351
352 Performance and stability improvements on all platforms.
353
354
danno@chromium.org1f34ad32012-11-26 14:53:56 +00003552012-11-26: Version 3.15.6
356
357 Ensure double arrays are filled with holes when extended from
358 variations of empty arrays. (Chromium issue 162085)
359
360 Performance and stability improvements on all platforms.
361
362
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00003632012-11-23: Version 3.15.5
364
365 Fixed JSON.stringify for objects with interceptor handlers.
366 (Chromium issue 161028)
367
368 Fixed corner case in x64 compare stubs. (issue 2416)
369
370 Performance and stability improvements on all platforms.
371
372
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00003732012-11-16: Version 3.15.4
374
375 Fixed Array.prototype.join evaluation order. (issue 2263)
376
377 Perform CPU sampling by CPU sampling thread only iff processing thread
378 is not running. (issue 2364)
379
380 When using an Object as a set in Object.getOwnPropertyNames, null out
381 the proto. (issue 2410)
382
383 Disabled EXTRA_CHECKS in Release build.
384
385 Heap explorer: Show representation of strings.
386
387 Removed 'type' and 'arguments' properties from Error object.
388 (issue 2397)
389
390 Added atomics implementation for ThreadSanitizer v2.
391 (Chromium issue 128314)
392
393 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
394
395 Performance and stability improvements on all platforms.
396
397
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00003982012-11-13: Version 3.15.3
399
400 Changed sample shell to send non-JS output (e.g. errors) to stderr
401 instead of stdout.
402
403 Correctly check for stack overflow even when interrupt is pending.
404 (issue 214)
405
406 Collect stack trace on stack overflow. (issue 2394)
407
408 Performance and stability improvements on all platforms.
409
410
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00004112012-11-12: Version 3.15.2
412
413 Function::GetScriptOrigin supplies sourceURL when script name is
414 not available. (Chromium issue 159413)
415
416 Made formatting error message side-effect-free. (issue 2398)
417
418 Fixed length check in JSON.stringify. (Chromium issue 160010)
419
420 ES6: Added support for Set and Map clear method (issue 2400)
421
422 Fixed slack tracking when instance prototype changes.
423 (Chromium issue 157019)
424
425 Fixed disabling of code flusher while marking. (Chromium issue 159140)
426
427 Added a test case for object grouping in a scavenger GC (issue 2077)
428
429 Support shared library build of Android for v8.
430 (Chromium issue 158821)
431
432 ES6: Added support for size to Set and Map (issue 2395)
433
434 Performance and stability improvements on all platforms.
435
436
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00004372012-11-06: Version 3.15.1
438
439 Put incremental code flushing behind a flag. (Chromium issue 159140)
440
441 Performance and stability improvements on all platforms.
442
443
danno@chromium.org72204d52012-10-31 10:02:10 +00004442012-10-31: Version 3.15.0
445
446 Loosened aligned code target requirement on ARM (issue 2380)
447
448 Fixed JSON.parse to treat leading zeros correctly.
449 (Chromium issue 158185)
450
451 Performance and stability improvements on all platforms.
452
453
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00004542012-10-22: Version 3.14.5
455
456 Killed off the SCons based build.
457
458 Added a faster API for creating v8::Integer objects.
459
460 Speeded up function deoptimization by avoiding quadratic pass over
461 optimized function list. (Chromium issue 155270)
462
463 Always invoke the default Array.sort functions from builtin functions.
464 (issue 2372)
465
466 Reverted recent CPU profiler changes because they broke --prof.
467 (issue 2364)
468
469 Switched code flushing to use different JSFunction field.
470 (issue 1609)
471
472 Performance and stability improvements on all platforms.
473
474
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00004752012-10-15: Version 3.14.4
476
477 Allow evals for debugger even if they are prohibited in the debugee
478 context. (Chromium issue 154733)
479
480 Enabled --verify-heap in release mode (issue 2120)
481
482 Performance and stability improvements on all platforms.
483
484
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00004852012-10-11: Version 3.14.3
486
487 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
488 (Chromium issue 155076).
489
490 Bumped variable limit further to 2^17 (Chromium issue 151625).
491
492 Performance and stability improvements on all platforms.
493
494
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00004952012-10-10: Version 3.14.2
496
497 ARM: allowed VFP3 instructions when hardfloat is enabled.
498 (Chromium issue 152506)
499
500 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
501 (Chromium issue 151749)
502
503 Made GDBJIT interface compile again. (issue 1804)
504
505 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
506 (Chromium issue 143967)
507
508 Made sure that names of temporaries do not clash with real variables.
509 (issue 2322)
510
511 Rejected local module declarations. (Chromium issue 150628)
512
513 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
514
515 Fixed slot recording of code target patches.
516 (Chromium issue 152615,chromium:144230)
517
518 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
519
520 Performance and stability improvements on all platforms.
521
522
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00005232012-10-01: Version 3.14.1
524
525 Don't set -m32 flag when compiling with Android ARM compiler.
526 (Chromium issue 143889)
527
528 Restore the descriptor array before returning allocation failure.
529 (Chromium issue 151750)
530
531 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
532 128252).
533
534 Pull more recent gyp in 'make dependencies'.
535
536 Made sure that the generic KeyedStoreIC changes length and element_kind
537 atomically (issue 2346).
538
539 Bumped number of allowed variables per scope to 65535, to address GWT.
540 (Chromium issue 151625)
541
542 Support sourceURL for dynamically inserted scripts (issue 2342).
543
544 Performance and stability improvements on all platforms.
545
546
ulan@chromium.org56c14af2012-09-20 12:51:09 +00005472012-09-20: Version 3.14.0
548
549 Fixed missing slot recording during clearing of CallICs.
550 (Chromium issue 144230)
551
552 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
553 (Chromium issue 150729)
554
555 Fixed minus zero test. (Issue 2133)
556
557 Fixed setting array length to zero for slow elements.
558 (Chromium issue 146910)
559
560 Fixed lost arguments dropping in HLeaveInlined.
561 (Chromium issue 150545)
562
563 Fixed casting error for receiver of interceptors.
564 (Chromium issue 149912)
565
566 Throw a more descriptive exception when blocking 'eval' via CSP.
567 (Chromium issue 140191)
568
569 Fixed debugger's eval when close to stack overflow. (issue 2318)
570
571 Added checks to live edit. (issue 2297)
572
573 Switched on code compaction on incremental GCs.
574
575 Fixed caching of optimized code for OSR. (issue 2326)
576
577 Not mask exception thrown by toString in String::UtfValue etc.
578 (issue 2317)
579
580 Fixed API check for length of external arrays. (Chromium issue 148896)
581
582 Ensure correct enumeration indices in the dict (Chromium issue 148376)
583
584 Correctly initialize regexp global cache. (Chromium issue 148378)
585
586 Fixed arguments object materialization during deopt. (issue 2261)
587
588 Introduced new API to expose external string resource regardless of
589 encoding.
590
591 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
592 --deopt-every-n-times flag is present
593 (Chromium issue 148389)
594
595 Fixed edge case of extension with NULL as source string.
596 (Chromium issue 144649)
597
598 Fixed array index dehoisting. (Chromium issue 141395)
599
600 Performance and stability improvements on all platforms.
601
602
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00006032012-09-11: Version 3.13.7
604
605 Enable/disable LiveEdit using the (C++) debug API.
606
607 Performance and stability improvements on all platforms.
608
609
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00006102012-09-06: Version 3.13.6
611
612 Added validity checking to API functions and calls.
613
614 Disabled accessor inlining (Chromium issue 134609).
615
616 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
617
618 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
619
620 Fixed VS2005 build (issue 2313).
621
622 Activated fixed ES5 readonly semantics by default.
623
624 Added hardfp flag to the Makefile.
625
626 Performance and stability improvements on all platforms.
627
628
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00006292012-08-29: Version 3.13.5
630
631 Release stack trace data after firing Error.stack accessor.
632 (issue 2308)
633
634 Added a new API V8::SetJitCodeEventHandler to push code name and
635 location to users such as profilers.
636
637 Allocate block-scoped global bindings to global context.
638
639 Performance and stability improvements on all platforms.
640
641
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00006422012-08-28: Version 3.13.4
643
644 Print reason for disabling optimization. Kill --trace-bailout flag.
645
646 Provided option to disable full DEBUG build on Android.
647
648 Introduced global contexts to represent lexical global scope(s).
649
650 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
651
652 Performance and stability improvements on all platforms.
653
654
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00006552012-08-21: Version 3.13.3
656
657 Performance and stability improvements on all platforms.
658
659
6602012-08-20: Version 3.13.2
661
662 Performance and stability improvements on all platforms.
663
664
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00006652012-08-16: Version 3.13.1
666
667 Performance and stability improvements on all platforms.
668
669
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00006702012-08-10: Version 3.13.0
671
672 Added histograms for total allocated/live heap size, as well as
673 allocated size and percentage of total for map and cell space.
674
675 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
676 (issue 1645)
677
678 Added checks for interceptors to negative lookup code in Crankshaft.
679 (Chromium issue 140473)
680
681 Made incremental marking clear ICs and type feedback cells.
682
683 Performance and stability improvements on all platforms.
684
685
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00006862012-08-01: Version 3.12.19
687
688 Performance and stability improvements on all platforms.
689
690
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00006912012-07-30: Version 3.12.18
692
693 Forced using bit-pattern for signed zero double. (issue 2239)
694
695 Made sure double to int conversion is correct. (issue 2260)
696
697 Performance and stability improvements on all platforms.
698
699
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00007002012-07-27: Version 3.12.17
701
702 Always set the callee's context when calling a function from optimized
703 code.
704 (Chromium issue 138887)
705
706 Fixed building with GCC 3.x
707 (issue 2016, 2017)
708
709 Improved API calls that return empty handles.
710 (issue 2245)
711
712 Performance and stability improvements on all platforms.
713
714
danno@chromium.org129d3982012-07-25 15:01:47 +00007152012-07-25: Version 3.12.16
716
717 Performance and stability improvements on all platforms.
718
719
yangguo@chromium.org304cc332012-07-24 07:59:48 +00007202012-07-24: Version 3.12.15
721
722 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
723 (issue 2252)
724
725 Added dependency to HLoadKeyed* instructions to prevent invalid
726 hoisting. (Chromium issue 137768)
727
728 Enabled building d8 for Android on Mac.
729
730 Interpret negative hexadecimal literals as NaN.
731 (issue 2240)
732
733 Expose counters in javascript when using --track-gc-object-stats.
734
735 Enabled building and testing V8 on Android IA.
736
737 Added --trace-parse flag to parser.
738
739 Performance and stability improvements on all platforms.
740
741
verwaest@chromium.org178fb152012-07-18 11:21:48 +00007422012-07-18: Version 3.12.14
743
744 Deactivated optimization of packed arrays.
745 (Chromium issue 137768)
746
747 Fixed broken accessor transition.
748 (Chromium issue 137689)
749
750 Performance and stability improvements on all platforms.
751
752
verwaest@chromium.org753aee42012-07-17 16:15:42 +00007532012-07-17: Version 3.12.13
754
755 Fixed missing tagging of stack value in finally block.
756 (Chromium issue 137496)
757
758 Added more support for heap analysis.
759
760 Performance and stability improvements on all platforms.
761
762
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00007632012-07-16: Version 3.12.12
764
765 Added an option to the tickprocessor to specify the directory for lib
766 lookup.
767
768 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
769
770 Fixed transcendental cache on ARM in optimized code (issue 2234).
771
772 New heap inspection tools: counters for object sizes and counts,
773 histograms for external fragmentation.
774
775 Incorporated constness into inferred interfaces (in preparation for
776 handling imports) (issue 1569).
777
778 Performance and stability improvements on all platforms.
779
780
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00007812012-07-12: Version 3.12.11
782
783 Renamed "mips" arch to "mipsel" in the GYP build.
784
785 Fixed computation of call targets on prototypes in Crankshaft.
786 (Chromium issue 125148)
787
788 Removed use of __lookupGetter__ when generating stack trace.
789 (issue 1591)
790
791 Turned on ES 5.2 globals semantics by default.
792 (issue 1991, Chromium issue 80591)
793
794 Synced preparser and parser wrt syntax error in switch..case.
795 (issue 2210)
796
797 Fixed reporting of octal literals in strict mode when preparsing.
798 (issue 2220)
799
800 Fixed inline constructors for Harmony Proxy prototypes.
801 (issue 2225)
802
803 Performance and stability improvements on all platforms.
804
805
danno@chromium.org81cac2b2012-07-10 11:28:27 +00008062012-07-10: Version 3.12.10
807
808 Re-enabled and fixed issue with array bounds check elimination
809 (Chromium issue 132114).
810
811 Fixed Debug::Break crash. (Chromium issue 131642)
812
813 Added optimizing compiler support for JavaScript getters.
814
815 Performance and stability improvements on all platforms.
816
817
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00008182012-07-06: Version 3.12.9
819
820 Correctly advance the scanner when scanning unicode regexp flag.
821 (Chromium issue 136084)
822
823 Fixed unhandlified code calling Harmony Proxy traps.
824 (issue 2219)
825
826 Performance and stability improvements on all platforms.
827
828
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00008292012-07-05: Version 3.12.8
830
831 Implemented TypedArray.set and ArrayBuffer.slice in d8.
832
833 Performance and stability improvements on all platforms.
834
835
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00008362012-07-03: Version 3.12.7
837
838 Fixed lazy compilation for strict eval scopes.
839 (Chromium issue 135066)
840
841 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
842 (issue 2151)
843
844 Report "hidden properties" in heap profiler for properties case.
845 (issue 2212)
846
847 Activated optimization of packed arrays by default.
848
849 Performance and stability improvements on all platforms.
850
851
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00008522012-06-29: Version 3.12.6
853
854 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
855
856 Extended TypedArray support in d8.
857
858
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00008592012-06-28: Version 3.12.5
860
861 Fixed lazy parsing heuristics to respect outer scope.
862 (Chromium issue 135008)
863
864 Allow using test-wrapper-gypbuild.py on Windows when no python
865 interpreter is registered.
866
867 Performance and stability improvements on all platforms.
868
869
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00008702012-06-27: Version 3.12.4
871
872 Removed -fomit-frame-pointer flag from Release builds to make
873 the stack walkable by TCMalloc (Chromium issue 133723).
874
875 Ported r7868 (constant masking) to x64 (issue 1374).
876
877 Expose more detailed memory statistics (issue 2201).
878
879 Fixed Harmony Maps and WeakMaps for undefined values
880 (Chromium issue 132744).
881
882 Correctly throw reference error in strict mode with ICs disabled
883 (issue 2119).
884
885 Performance and stability improvements on all platforms.
886
887
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00008882012-06-25: Version 3.12.3
889
890 Reverted r11835 'Unify promotion and allocation limit computation' due
891 to V8 Splay performance regression on Mac. (Chromium issue 134183)
892
893 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
894
895 Performance and stability improvements on all platforms.
896
897
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00008982012-06-22: Version 3.12.2
899
900 Made near-jump check more strict in LoadNamedFieldPolymorphic on
901 ia32/x64. (Chromium issue 134055)
902
903 Fixed lazy sweeping heuristics to prevent old-space expansion.
904 (issue 2194)
905
906 Performance and stability improvements on all platforms.
907
908
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00009092012-06-21: Version 3.12.1
910
911 Performance and stability improvements on all platforms.
912
913
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00009142012-06-20: Version 3.12.0
915
916 Fixed Chromium issues:
917 115100, 129628, 131994, 132727, 132741, 132742, 133211
918
919 Fixed V8 issues:
920 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
921
922 Added --extra-code flag to mksnapshot to load JS code into the VM
923 before creating the snapshot.
924
925 Support 'restart call frame' command in the debugger.
926
927 Performance and stability improvements on all platforms.
928
929
mmassi@chromium.org7028c052012-06-13 11:51:58 +00009302012-06-13: Version 3.11.10
931
932 Implemented heap profiler memory usage reporting.
933
934 Preserved error message during finally block in try..finally.
935 (Chromium issue 129171)
936
937 Fixed EnsureCanContainElements to properly handle double values.
938 (issue 2170)
939
940 Improved heuristics to keep objects in fast mode with inherited
941 constructors.
942
943 Performance and stability improvements on all platforms.
944
945
rossberg@chromium.org400388e2012-06-06 09:29:22 +00009462012-06-06: Version 3.11.9
947
948 Implemented ES5-conformant semantics for inherited setters and read-only
949 properties. Currently behind --es5_readonly flag, because it breaks
950 WebKit bindings.
951
952 Exposed last seen heap object id via v8 public api.
953
954 Performance and stability improvements on all platforms.
955
956
verwaest@chromium.org37141392012-05-31 13:27:02 +00009572012-05-31: Version 3.11.8
958
959 Avoid overdeep recursion in regexp where a guarded expression with a
960 minimum repetition count is inside another quantifier.
961 (Chromium issue 129926)
962
963 Fixed missing write barrier in store field stub.
964 (issues 2143, 1465, Chromium issue 129355)
965
966 Proxies: Fixed receiver for setters inherited from proxies.
967 Proxies: Fixed ToStringArray function so that it does not reject some
968 keys.
969 (issue 1543)
970
971 Performance and stability improvements on all platforms.
972
973
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00009742012-05-29: Version 3.11.7
975
976 Get better function names in stack traces.
977
978 Performance and stability improvements on all platforms.
979
980
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00009812012-05-24: Version 3.11.6
982
983 Fixed RegExp.prototype.toString for incompatible receivers
984 (issue 1981).
985
986 Performance and stability improvements on all platforms.
987
988
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00009892012-05-23: Version 3.11.5
990
991 Performance and stability improvements on all platforms.
992
993
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00009942012-05-22: Version 3.11.4
995
996 Some cleanup to common.gypi. This fixes some host/target combinations
997 that weren't working in the Make build on Mac.
998
999 Handle EINTR in socket functions and continue incomplete sends.
1000 (issue 2098)
1001
1002 Fixed python deprecations. (issue 1391)
1003
1004 Made socket send and receive more robust and return 0 on failure.
1005 (Chromium issue 15719)
1006
1007 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1008
1009 Set '-m32' option for host and target platforms
1010
1011 Performance and stability improvements on all platforms.
1012
1013
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000010142012-05-18: Version 3.11.3
1015
1016 Disable optimization for functions that have scopes that cannot be
1017 reconstructed from the context chain. (issue 2071)
1018
1019 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1020
1021 Correctly check for native error objects. (Chromium issue 2138)
1022
1023 Performance and stability improvements on all platforms.
1024
1025
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000010262012-05-16: Version 3.11.2
1027
1028 Revert r11496. (Chromium issue 128146)
1029
1030 Implement map collection for incremental marking. (issue 1465)
1031
1032 Add toString method to CallSite (which describes a frame of the
1033 stack trace).
1034
1035
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000010362012-05-15: Version 3.11.1
1037
1038 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1039
1040 Fix freebsd build. (V8 issue 2126)
1041
1042 Performance and stability improvements on all platforms.
1043
1044
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000010452012-05-11: Version 3.11.0
1046
1047 Fixed compose-discard crasher from r11524 (issue 2123).
1048
1049 Activated new global semantics by default. Global variables can
1050 now shadow properties of the global object (ES5.1 erratum).
1051
1052 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1053 transitioning (Chromium issue 117409).
1054
1055 Made Error.prototype.name writable again, as required by the spec and
1056 the web (Chromium issue 69187).
1057
1058 Implemented map collection with incremental marking (issue 1465).
1059
1060 Regexp: Fixed overflow in min-match-length calculation
1061 (Chromium issue 126412).
1062
1063 MIPS: Fixed illegal instruction use on Loongson in code for
1064 Math.random() (issue 2115).
1065
1066 Fixed crash bug in VisitChoice (Chromium issue 126272).
1067
1068 Fixed unsigned-Smi check in MappedArgumentsLookup
1069 (Chromium issue 126414).
1070
1071 Fixed LiveEdit for function with no locals (issue 825).
1072
1073 Fixed register clobbering in LoadIC for interceptors
1074 (Chromium issue 125988).
1075
1076 Implemented clearing of CompareICs (issue 2102).
1077
1078 Performance and stability improvements on all platforms.
1079
1080
danno@chromium.org2c26cb12012-05-03 09:06:43 +000010812012-05-03: Version 3.10.8
1082
1083 Enabled MIPS cross-compilation.
1084
1085 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1086 (Chromium issue 125515)
1087
1088 Fixed corner cases in truncation behavior when storing to
1089 TypedArrays. (issue 2110)
1090
1091 Fixed failure to properly recognize and report out-of-memory
1092 conditions when allocating code space pages. (Chromium issue
1093 118625)
1094
1095 Fixed idle notifications to perform a round of incremental GCs
1096 after context disposal. (issue 2107)
1097
1098 Fixed preparser for try statement. (issue 2109)
1099
1100 Performance and stability improvements on all platforms.
1101
1102
danno@chromium.org1044a4d2012-04-30 12:34:39 +000011032012-04-30: Version 3.10.7
1104
1105 Performance and stability improvements on all platforms.
1106
1107
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000011082012-04-26: Version 3.10.6
1109
1110 Fixed some bugs in accessing details of the last regexp match.
1111
1112 Fixed source property of empty RegExp objects. (issue 1982)
1113
1114 Enabled inlining some V8 API functions.
1115
1116 Performance and stability improvements on all platforms.
1117
1118
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000011192012-04-23: Version 3.10.5
1120
1121 Put new global var semantics behind a flag until WebKit tests are
1122 cleaned up.
1123
1124 Enabled stepping into callback passed to builtins.
1125 (Chromium issue 109564)
1126
1127 Performance and stability improvements on all platforms.
1128
1129
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000011302012-04-19: Version 3.10.4
1131
1132 Fixed issues when stressing compaction with WeakMaps.
1133
1134 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1135
1136 Simplify invocation sequence at monomorphic function invocation sites.
1137 (issue 2079)
1138
1139 Performance and stability improvements on all platforms.
1140
1141
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000011422012-04-17: Version 3.10.3
1143
1144 Fixed several bugs in heap profiles (including issue 2078).
1145
1146 Throw syntax errors on illegal escape sequences.
1147
1148 Implemented rudimentary module linking (behind --harmony flag)
1149
1150 Implemented ES5 erratum: Global declarations should shadow
1151 inherited properties.
1152
1153 Made handling of const more consistent when combined with 'eval'
1154 and 'with'.
1155
1156 Fixed V8 on MinGW-x64 (issue 2026).
1157
1158 Performance and stability improvements on all platforms.
1159
1160
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000011612012-04-13: Version 3.10.2
1162
1163 Fixed native ARM build (issues 1744, 539)
1164
1165 Return LOOKUP variable instead of CONTEXT for non-context allocated
1166 outer scope parameters (Chromium issue 119609).
1167
1168 Fixed regular and ElementsKind transitions interfering with each other
1169 (Chromium issue 122271).
1170
1171 Improved performance of keyed loads/stores which have a HeapNumber
1172 index (issues 1388, 1295).
1173
1174 Fixed WeakMap processing for evacuation candidates (issue 2060).
1175
1176 Bailout on possible direct eval calls (Chromium issue 122681).
1177
1178 Do not assume that names of function expressions are context-allocated
1179 (issue 2051).
1180
1181 Performance and stability improvements on all platforms.
1182
1183
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000011842012-04-10: Version 3.10.1
1185
1186 Fixed bug with arguments object in inlined functions (issue 2045).
1187
1188 Fixed performance bug with lazy initialization (Chromium issue
1189 118686).
1190
1191 Added suppport for Mac OS X 64bit builds with GYP.
1192 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1193
1194 Fixed bug with hidden properties (issue 2034).
1195
1196 Fixed a performance bug when reloading pages (Chromium issue 117767,
1197 V8 issue 1902).
1198
1199 Fixed bug when optimizing throw in top-level code (issue 2054).
1200
1201 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1202
1203 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1204
1205 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1206
1207 Fixed compilation of V8 using uClibc.
1208
1209 Optimized boot-up memory use.
1210
1211 Optimized regular expressions.
1212
1213
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000012142012-03-30: Version 3.10.0
1215
1216 Fixed store IC writability check in strict mode
1217 (Chromium issue 120099).
1218
1219 Resynchronize timers if the Windows system time was changed.
1220 (Chromium issue 119815)
1221
1222 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1223 hardfp ARM
1224 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1225
1226 Fixed edge case for case independent regexp character classes
1227 (issue 2032).
1228
1229 Reset function info counters after context disposal.
1230 (Chromium issue 117767, V8 issue 1902)
1231
1232 Fixed missing write barrier in CopyObjectToObjectElements.
1233 (Chromium issue 119926)
1234
1235 Fixed missing bounds check in HasElementImpl.
1236 (Chromium issue 119925)
1237
1238 Performance and stability improvements on all platforms.
1239
1240
danno@chromium.org88aa0582012-03-23 15:11:57 +000012412012-03-23: Version 3.9.24
1242
1243 Activated count-based profiler for ARM.
1244
1245 Fixed use of proxies as f.prototype properties. (issue 2021)
1246
1247 Enabled snapshots on MIPS.
1248
1249 Performance and stability improvements on all platforms.
1250
1251
ulan@chromium.org6ff65142012-03-21 09:52:17 +000012522012-03-21: Version 3.9.23
1253
1254 Use correct arguments adaptation environment when inlining function
1255 containing arguments. (Issue 2014)
1256
1257 Performance and stability improvements on all platforms.
1258
1259
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000012602012-03-20: Version 3.9.22
1261
1262 Enabled count-based profiler by default.
1263
1264 Implemented a hash based look-up to speed up address checks
1265 in large object space (issue 853).
1266
1267 Performance and stability improvements on all platforms.
1268
1269
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000012702012-03-19: Version 3.9.21
1271
1272 Fixed push-to-trunk script (and re-push).
1273
1274 Added API call that identifies strings that are guaranteed only to
1275 contain ASCII characters.
1276
1277
12782012-03-19: Version 3.9.20
1279
1280 Fixed declarations escaping global strict eval. (Issue 1624)
1281
1282 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1283
1284 Fixed function declarations overwriting read-only global properties.
1285 (Chromium issue 115452)
1286
1287 Fixed --use-strict flag in combination with --harmony[-scoping].
1288
1289 Debugger: naive implementation of "step into Function.prototype.bind".
1290
1291 Debugger: added ability to set script source from within OnBeforeCompile
1292
1293 Added flag to always call DebugBreak on abort.
1294
1295 Re-enabled constructor inlining and inline === comparison with boolean
1296 constants. (Issue 2009)
1297
1298 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1299
1300 Performance and stability improvements on all platforms.
1301
1302
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000013032012-03-14: Version 3.9.19
1304
1305 Ensure there is a smi check of the receiver for global load and call
1306 ICs (Chromium issue 117794).
1307
1308 Performance and stability improvements on all platforms.
1309
1310
yangguo@chromium.org154ff992012-03-13 08:09:54 +000013112012-03-13: Version 3.9.18
1312
1313 Ensure consistency of Math.sqrt on Intel platforms.
1314
1315 Remove static initializers in v8. (issue 1859)
1316
1317 Add explicit dependency on v8_base in the GYP-based build.
1318
1319 Performance and stability improvements on all platforms.
1320
1321
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000013222012-03-12: Version 3.9.17
1323
1324 Fixed VFP detection through compiler defines. (issue 1996)
1325
1326 Add Code-related fields to postmortem metadata.
1327
1328 Performance and stability improvements on all platforms.
1329
1330
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000013312012-03-09: Version 3.9.16
1332
1333 Added basic interface inference for modules (behind the --harmony flag).
1334
1335 Added Object.is, Number.isFinite, Number.isNaN.
1336
1337 Updated the Unicode tables to Unicode version 6.1.0.
1338
1339 Performance and stability improvements on all platforms.
1340
1341
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000013422012-03-06: Version 3.9.15
1343
1344 Fix the heap profiler crash caused by memory layout changes between
1345 passes.
1346
1347 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1348
1349 Fix double-rounding in strtod for MinGW. (issue 1062)
1350
1351 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1352
1353 Performance and stability improvements on all platforms.
1354
1355
fschneider@chromium.org35814e52012-03-01 15:43:35 +000013562012-03-01: Version 3.9.14
1357
1358 Performance and stability improvements on all platforms.
1359
1360
ulan@chromium.org812308e2012-02-29 15:58:45 +000013612012-02-29: Version 3.9.13
1362
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001363 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001364
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001365 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1366 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001367
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001368 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001369
1370 Performance and stability improvements on all platforms.
1371
1372
ulan@chromium.org967e2702012-02-28 09:49:15 +000013732012-02-28: Version 3.9.12
1374
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001375 Fixed the negative lookup stub to handle deleted entries in a
1376 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001377
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001378 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001379 callback function can resolve the location of a return address on stack
1380 to the location where a return-address rewriting profiler stashed the
1381 original return address.
1382
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001383 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1384 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001385
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001386 Fixed issue 1853: Update breakpoints set with partial file name after
1387 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001388
1389
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000013902012-02-27: Version 3.9.11
1391
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001392 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001393
1394
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000013952012-02-24: Version 3.9.10
1396
1397 Fixed V8 issues 1322, 1772 and 1969.
1398
1399 Conformance improvements.
1400
1401 Performance and stability improvements on all platforms.
1402
1403
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000014042012-02-23: Version 3.9.9
1405
1406 Supported fast case for-in in Crankshaft.
1407
1408 Sped up heap snapshot serialization and dominators construction.
1409
1410 Randomized allocation addresses on windows. (Chromium issue 115151)
1411
1412 Fixed compilation with MinGW-w64. (issue 1943)
1413
1414 Fixed incorrect value of assignments to non-extensible properties.
1415
1416 Fixed a crash bug in generated code on ia32.
1417
1418 Performance and stability improvements on all platforms.
1419
1420
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000014212012-02-21: Version 3.9.8
1422
1423 Fixed memory leak and missing #include in StartupDataDecompressor
1424 (issue 1960).
1425
1426 Renamed static methods to avoid shadowing virtual methods and fix Clang
1427 C++11 compile error.
1428
1429 Fixed sequence of element access in array builtins (issue 1790).
1430
1431 Performance and stability improvements on all platforms.
1432
1433
yangguo@chromium.org56454712012-02-16 15:33:53 +000014342012-02-16: Version 3.9.7
1435
1436 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1437
1438 Fixed GCC-4.7 warnings.
1439
1440 Added Navier-Stokes benchmark.
1441
1442 Performance and stability improvements on all platforms.
1443
1444
ulan@chromium.org65a89c22012-02-14 11:46:07 +000014452012-02-14: Version 3.9.6
1446
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001447 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001448
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001449 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001450
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001451 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001452
1453 Heap Snapshot maximum size limit is too low for really big apps. At the
1454 moment the limit is 256MB. (Chromium issue 113015)
1455
1456 Performance and stability improvements on all platforms.
1457
1458
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000014592012-02-09: Version 3.9.5
1460
1461 Removed unused command line flags.
1462
1463 Performance and stability improvements on all platforms.
1464
1465
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000014662012-02-08: Version 3.9.4
1467
1468 Properly initialize element-transitioning array literals on ARM.
1469 (issue 1930)
1470
1471 Bug fixes on all platforms.
1472
1473
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000014742012-02-07: Version 3.9.3
1475
1476 When rethrowing an exception, print the stack trace of its original
1477 site instead of rethrow site (Chromium issue 60240).
1478
1479 Increased size of small stacks from 32k to 64k to avoid hitting limits
1480 in Chromium (Chromium issue 112843).
1481
1482
rossberg@chromium.org994edf62012-02-06 10:12:55 +000014832012-02-06: Version 3.9.2
1484
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001485 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001486
1487 Heap profiler reports implicit references.
1488
1489 Optionally export metadata with libv8 to enable debuggers to inspect V8
1490 state.
1491
1492
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000014932012-02-02: Version 3.9.1
1494
1495 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1496 (Chromium issue 112315).
1497
1498 Fixed a crash in dev tools (Chromium issue 107996).
1499
1500 Added 'dependencies_traverse': 1 to v8 GYP target.
1501
1502 Performance and stability improvements on all platforms.
1503
1504
danno@chromium.orgfa458e42012-02-01 10:48:36 +000015052012-02-01: Version 3.9.0
1506
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001507 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001508
1509 Stability fixes and performance improvements on all platforms.
1510
1511
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000015122012-01-26: Version 3.8.9
1513
1514 Flush number string cache on GC (issue 1605).
1515
1516 Provide access to function inferred name with
1517 v8::Function::GetInferredName in V8 public API.
1518
1519 Fix building with Clang (issue 1912).
1520
1521 Reduce the space used by the stack for the profiling thread.
1522
1523 Fix misleading documentation of v8::Locker (issue 542).
1524
1525 Introduce readbinary function in d8 to read binary files.
1526
1527 Performance and stability improvements on all platforms.
1528
1529
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000015302012-01-23: Version 3.8.8
1531
1532 Limited number of loop iterations in Heap::ReserveSpace
1533 (Chromium issue 99027).
1534
1535 Fixed solaris build (VirtualMemory) (issue 1761).
1536
1537 Fixed strict vs. non-strict handling of function proxies in
1538 higher-order array and string methods.
1539
1540 Enabled asynchronous remote debugging with d8 (issue 1691).
1541
1542 Stability and performance improvements on all platforms.
1543
1544
ulan@chromium.org2efb9002012-01-19 15:36:35 +000015452012-01-19: Version 3.8.7
1546
1547 Ensure that LRandom restores rsi after call to the C function on x64.
1548 (Chromium issue http://crbug.com/110509)
1549
1550 Fixing include issues on *bsd when building with scons.
1551 (issue 1897)
1552
1553 Provide a switch to specify -fno-strict-aliasing
1554 (issue 1887)
1555
1556 Move WIN32 define from standalone.gypi to common.gypi
1557 (issue 1760)
1558
1559 Fix corner-case in heap size estimation.
1560 (issue 1893)
1561
1562 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1563 (issue 1903)
1564
1565 Performance improvements and bug fixes.
1566
1567
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000015682012-01-16: Version 3.8.6
1569
1570 Add primitive WebGL array support to d8.
1571
1572 Improve heap size estimation (issue 1893).
1573
1574 Hash collision DOS workaround extended from string keys
1575 to numeric keys.
1576
1577 Provide an API for iterating through all external strings referenced
1578 from the JS heap.
1579
1580 Adjust position recorded for call expressions. http://crbug.com/109195
1581
1582 Fix GC crash related to instanceof. http://crbug.com/109448
1583
1584 Performance improvements and bug fixes.
1585
1586
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000015872012-01-05: Version 3.8.5
1588
1589 Fix broken test that assumes that no GC can clear the regexp cache (GC
1590 can happen at any time due to Crankshaft).
1591
1592 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1593
1594 Add netbsd support to gyp build.
1595
1596 Determine page size at runtime on posix platforms.
1597
1598 Ensure that store buffer filtering hash sets are cleared after
1599 StoreBuffer::Filter.
1600
1601 Randomize the seed used for string hashing. This helps guard against
1602 CPU-eating DOS attacks against node.js servers. Based on code from
1603 Bert Belder. This version only solves the issue for those that compile
1604 V8 themselves or those that do not use snapshots. A snapshot-based
1605 precompiled V8 will still have predictable string hash codes.
1606
1607 Implement callback when script finishes running in V8 API.
1608
1609 Improve performance of Math.min and Math.max for the case of two
1610 arguments. (issue 1325)
1611
1612
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000016132012-01-02: Version 3.8.4
1614
1615 Performance improvements for large Smi-only arrays.
1616
1617 Fixed InternalArrays construction. (issue 1878)
1618
1619
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000016202011-12-27: Version 3.8.3
1621
1622 Avoid embedding new space objects into code objects in the lithium gap
1623 resolver. (chromium:108296)
1624
1625 Bug fixes and performance optimizations on all platforms.
1626
1627
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000016282011-12-21: Version 3.8.2
1629
1630 Add max optimization flag to v8 gyp build to ensure V8 is always built
1631 fully optimized in Chrome.
1632
1633 MIPS: Bring MIPS to parity with other platforms.
1634
1635 Optimizations and stability improvements on all platforms.
1636
1637
ricow@chromium.org7ad65222011-12-19 12:13:11 +000016382011-12-19: Version 3.8.1
1639
1640 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1641
1642 Stability improvements on all platforms.
1643
1644
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000016452011-12-13: Version 3.8.0
1646
1647 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1648
1649 Sync parser and preparser on do-while and return statements.
1650 (issue 1856)
1651
1652 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1653
1654 Stability and performance improvements on all platforms.
1655
1656
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000016572011-12-01: Version 3.7.12
1658
1659 Increase tick interval for the android platform.
1660
1661 Fix a bug in the register allocator. (chromium:105112)
1662
1663 Fix handling of recompiling code. (chromium:105375, v8:1782)
1664
1665 Start incremental marking on idle notification. (v8:1458)
1666
1667 Build fixes for various platforms.
1668
1669 Various performance improvements.
1670
1671
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000016722011-11-29: Version 3.7.11
1673
1674 Fixed bug when generating padding to ensure space for lazy
1675 deoptimization.
1676 (issue 1846)
1677
1678 Further reduced pause times due to GC.
1679
1680 Stability and performance improvements on all platforms.
1681
1682
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000016832011-11-23: Version 3.7.10
1684
1685 Set maximum length of FixedArray in terms of elements instead an
1686 absolute number of bytes.
1687 (Chromium issue 103103)
1688
1689 Stability and performance improvements on all platforms.
1690
1691
16922011-11-21: Version 3.7.9
1693
1694 Removed exit-time destructors.
1695
1696 Stability and performance improvements on all platforms.
1697
1698
ricow@chromium.org27bf2882011-11-17 08:34:43 +000016992011-11-17: Version 3.7.8
1700
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001701 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001702 function on builtins will not make the original function reappear.
1703
1704 Added NetBSD support for scons build.
1705
1706 Performance improvements on all platforms.
1707
1708
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000017092011-11-14: Version 3.7.7
1710
1711 Fix missing fast property accessors in heap snapshots.
1712 (issue 1818)
1713
1714
danno@chromium.org2c456792011-11-11 12:00:53 +000017152011-11-11: Version 3.7.6
1716
1717 Fixed filtering of store buffer for large object pages.
1718 (issue 1817)
1719
1720 Fixed generated hash function on all platforms.
1721 (issue 1808)
1722
1723 Fixed Heap::Shrink to ensure that it does not free pages that are
1724 still in use.
1725 (Chromium issue 100414)
1726
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001727 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001728
1729
danno@chromium.orgc612e022011-11-10 11:38:15 +000017302011-11-10: Version 3.7.5
1731
1732 Added initial gyp infrastructure for MIPS.
1733
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001734 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001735 collector.
1736
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001737 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001738
1739
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000017402011-11-07: Version 3.7.4
1741
1742 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1743
1744 Fix Harmony sets and maps to allow null and undefined as keys
1745 (still hidden behind --harmony flag) (issue 1622).
1746
1747 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1748
1749 Enable VFP instructions for Android.
1750
1751 Fix error handling in Date.prototype.toISOString (issue 1792).
1752
1753 Bug fixes and performance improvements for all platforms.
1754
1755 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1756
1757
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000017582011-10-28: Version 3.7.3
1759
1760 Slight deoptimization as a workaround for issue with jslint: Issue
1761 1789.
1762
1763
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000017642011-10-27: Version 3.7.2
1765
1766 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1767
1768
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000017692011-10-26: Version 3.7.1
1770
1771 Achieved 33% speedup in debug-mode tests.
1772
1773 Removed special casing of calls to RegExp test and exec methods with no
1774 argument. Now matches new JSC behaviour. crbug.com/75740.
1775
1776 Return the empty string on cyclic references in toString (ES5
1777 conformance).
1778
1779 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1780
1781 Made Math.random state per-context instead of per-process (issue 864).
1782
1783 Fixed stack traces to skip native functions.
1784
1785 Make snapshots (new contexts) smaller and faster.
1786
1787 Fixed handling of Function.apply for non-array arguments.
1788
1789 Fixed evaluation order in defineProperties to match FireFox.
1790
1791 Fixed handling of non-object receivers for array builtins,
1792 crbug.com/100702.
1793
1794 Multiple fixes to improve compliance with test262.
1795
1796 Fixed compatibility with older Android releases.
1797
1798 Fixed compilation with gcc-4.5.3.
1799
1800 Improved performance of WriteUtf8, issue 1665.
1801
1802 Made native syntax an early error in the preparser.
1803
1804 Fixed issues 793 and 893 relating to Function.prototype.bind.
1805
1806 Improved let, const, Set and Map support and other Harmony features
1807 (behind the --harmony flag).
1808
1809 Changed evaluation order for > and <= to match ES5 instead of ES3.
1810
1811 Bug fixes and performance improvements on all platforms.
1812
1813
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000018142011-10-13: Version 3.7.0
1815
1816 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1817
1818 Fixed issue 1757 (string slices of external strings).
1819
1820 Fixed issue 1759 (ARM).
1821
1822 Added flag --noclever-optimizations to disable some things that
1823 caused trouble in the past.
1824
1825 Added flag --stress-compaction for testing.
1826
1827 Added flag --harmony to activate all experimental Harmony features.
1828
1829
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000018302011-10-10: Version 3.6.6
1831
1832 Added a GC pause visualization tool.
1833
1834 Added presubmit=no and werror=no flags to Makefile.
1835
1836 ES5/Test262 conformance improvements.
1837
1838 Fixed compilation issues with GCC 4.5.x (issue 1743).
1839
1840 Bug fixes and performance improvements on all platforms.
1841
1842
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000018432011-10-05: Version 3.6.5
1844
1845 New incremental garbage collector.
1846
1847 Removed the hard heap size limit (soft heap size limit is still
1848 700/1400Mbytes by default).
1849
1850 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1851
1852 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1853
1854 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1855
1856 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1857
1858 Fixed the MinGW and Windows 2000 builds.
1859
1860 Fixed "Prototype chain is not searched if named property handler does
1861 not set a property" (Issue 1636).
1862
1863 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1864
1865 Disallowed future reserved words as labels in strict mode.
1866
1867 Fixed string split to correctly coerce the separator to a string
1868 (Issue 1711).
1869
1870 API: Added an optional source length field to the Extension
1871 constructor.
1872
1873 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1874 (Issue 1573).
1875
1876 Added "native" target to Makefile for the benefit of Linux distros.
1877
1878 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1879
1880 More work on ES-Harmony proxies. Still hidden behind a flag.
1881
1882 Bug fixes and performance improvements on all platforms.
1883
1884
lrn@chromium.org34e60782011-09-15 07:25:40 +000018852011-09-15: Version 3.6.4
1886
1887 Fixed d8's broken readline history.
1888
1889 Removed the need for code delete events in CPU profiler (Issue 1466).
1890
1891 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1892
1893 Fixing parallel execution in d8 (with -p) and some memory leaks.
1894
1895 Support for precise stepping in functions compiled before debugging was
1896 started (step 1).
1897
1898
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000018992011-09-13: Version 3.6.3
1900
1901 Implemented better support of typed arrays in the d8 shell.
1902
1903 Bug fixes and performance improvements on all platforms.
1904
1905
ricow@chromium.org55ee8072011-09-08 16:33:10 +000019062011-09-08: Version 3.6.2
1907
1908 Added "dependencies" target to top-level Makefile.
1909
1910 Added ability to turn profiler on/off in d8.
1911
1912 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1913
1914 Fixed several crash bugs.
1915
1916
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000019172011-09-07: Version 3.6.1
1918
1919 Fixed a bug in abrupt exit from with or catch inside finally.
1920
1921 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1922 issue 95113).
1923
1924 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1925
1926 Fixed a few clang warnings (which -Werror treated as errors).
1927
1928 Performance improvements on all platforms.
1929
1930
fschneider@chromium.org1805e212011-09-05 10:49:12 +000019312011-09-05: Version 3.6.0
1932
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001933 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001934
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001935 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001936
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001937 Made arguments and caller always be null on native functions
1938 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001939
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001940 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001941
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001942 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001943
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001944 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001945
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001946 Fixed a problem with large heap snapshots in Chrome DevTools
1947 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001948
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001949 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001950
1951
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000019522011-08-31: Version 3.5.10
1953
1954 Added dependency of v8_base on WinSocket2 Windows library in
1955 the GYP-build.
1956
1957 Various bugfixes.
1958
1959
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000019602011-08-29: Version 3.5.9
1961
1962 Made FromPropertyDescriptor not trigger inherited setters.
1963
1964 Fixed .gyp files to work on the ARM simulator.
1965
1966 Fixed shared library build warnings for MSVS.
1967
1968
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000019692011-08-24: Version 3.5.8
1970
1971 Added V8EXPORT attributes for v8::Array::CheckCast and
1972 v8::Number::CheckCast.
1973
1974 Made a slight API change enabling opting out from null termination
1975 in String::Write*().
1976
1977 Fixed arm build for gcc-4.6.
1978
1979
rossberg@chromium.org28a37082011-08-22 11:03:23 +000019802011-08-22: Version 3.5.7
1981
1982 Make scanner handle invalid unicode escapes in identifiers correctly.
1983
1984 Make regexp flag parsing stricter.
1985
1986 Fix several memory leaks.
1987
1988
danno@chromium.orgb6451162011-08-17 14:33:23 +000019892011-08-17: Version 3.5.6
1990
1991 Fixed issue that could cause crashes when running with --heap-stats.
1992
1993 Fixed compilation on Linux 2.6.9 and older.
1994
1995 Fixed live-object-list to work with isolates.
1996
1997 Fixed memory leaks in zones and isolates.
1998
1999 Fixed a performance regression for TypedArrays on x64.
2000
2001 Stability improvements on all platforms.
2002
2003
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000020042011-08-15: Version 3.5.5
2005
2006 Fixed bugs involving negative zero and the optimizing compiler.
2007
2008 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2009
2010 Eliminated uses of deprecated ARM instructions.
2011
2012 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2013
2014 Removed restriction on the size of disassembled code that is printed.
2015
2016
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000020172011-08-10: Version 3.5.4
2018
2019 Added a preliminary implementation of ES Harmony weak maps. Weak
2020 maps can be enabled by the flag --harmony-weakmaps.
2021
2022 Introduced a toplevel Makefile to support GYP-based building. GYP
2023 can be obtained from http://gyp.googlecode.com.
2024
2025 Fixed a bug in the length property of functions created by
2026 Function.prototype.bind.
2027
2028 Reduced malloc heap allocation on process startup.
2029
2030 Several important code generation bug fixes.
2031
2032 Performance improvements on all platforms.
2033
2034
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000020352011-08-03: Version 3.5.3
2036
2037 MIPS: Port of fix to ClassOf check from ARM.
2038 Patch from Paul Lind <plind44@gmail.com>.
2039
2040 Stopped using mprotect on Cygwin.
2041 Avoided uninitialized member warning on gcc 4.3.4
2042 Both patches by Bert Belder.
2043
2044 Bug fixes and performance improvements on all platforms.
2045
2046
vegorov@chromium.org7943d462011-08-01 11:41:52 +000020472011-08-01: Version 3.5.2
2048
2049 Performance improvements on all platforms.
2050
2051
ricow@chromium.org2c99e282011-07-28 09:15:17 +000020522011-07-28: Version 3.5.1
2053
2054 Fixed setting the readonly flag on the prototype property using the
2055 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2056
2057 Changed the tools/test.py script to use d8 instead of shell for
2058 testing.
2059
2060 Fixed crash in ToBooleanStub when GC happens during invocation.
2061
2062 Enabled automatic unboxing of double arrays.
2063
2064 Performance improvements on all platforms.
2065
2066
ricow@chromium.org9fa09672011-07-25 11:05:35 +000020672011-07-25: Version 3.5.0
2068
2069 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2070 proxies.
2071
2072 Removed logging to memory support.
2073
2074 Bugfixes and performance work.
2075
2076
rossberg@chromium.org717967f2011-07-20 13:44:42 +000020772011-07-20: Version 3.4.14
2078
2079 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2080
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002081 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002082 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002083
2084 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2085
2086
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000020872011-07-18: Version 3.4.13
2088
2089 Improved debugger support to allow inspection of optimized frames (issue
2090 1140).
2091
2092 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2093
2094 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2095
2096 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2097
2098 Simplified HClampToUint8. Patch by Andy Wingo.
2099
2100 Exposed APIs for detecting boxed primitives, native errors. Patch by
2101 Luke Zarko.
2102
2103 Added map check for COW elements to crankshaft array handling code
2104 (issue 1560).
2105
2106 Sample shell and (a light version of) D8 links against a shared library
2107 now.
2108
2109 Fixed bug in array filter and reduce functions (issue 1559).
2110
2111 Avoid TLS load in AstNode constructor.
2112
2113 Introduced a random entropy source which can optionally be provided at
2114 initialization. (Chromium issue 89462).
2115
2116
whesse@chromium.org030d38e2011-07-13 13:23:34 +000021172011-07-13: Version 3.4.12
2118
2119 Added --prof profiling option to d8 shell.
2120
2121 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2122
2123 Fixed a potential assertion failure in const declarations.
2124
2125 Fixed an assertion failure in descriptor arrays (issue 1526).
2126
2127 Enabled fast thread-local storage by default on supported platforms.
2128
2129 Improved reporting of source position for global variable loads
2130 (issue 1527).
2131
2132
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000021332011-07-11: Version 3.4.11
2134
2135 Fixed MinGW32 build.
2136
2137 Fixed a GC bug with RegExp code flushing.
2138
2139 Implemented Object.defineProperty for proxies.
2140
2141 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2142
2143 Added debugger support for inspecting optimized frames (issue 1140).
2144
2145 Allowed JSObject::PreventExtensions to work for arguments objects.
2146
2147 Bugfixes and performance work.
2148
2149
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000021502011-07-06: Version 3.4.10
2151
2152 Fixed debugger not breaking on certain "if" statements (issue 1523).
2153
2154 Fixed assertion failure in runtime profiler when running on IA32
2155 without snapshot (issue 1522).
2156
2157 Fixed ABI for API calls on IA32 (for clang compatibility).
2158
2159 Introduced code flushing of RegExp code to free memory used by
2160 RegExps sooner.
2161
2162 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2163
2164 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2165
2166 Performance improvements on all platforms.
2167
2168
ricow@chromium.org4f693d62011-07-04 14:01:31 +000021692011-07-04: Version 3.4.9
2170
2171 Added support for debugger inspection of locals in optimized frames
2172 (issue 1140).
2173
2174 Fixed SConstruct to pass correct defines to samples/preparser when
2175 building with library=shared.
2176
2177 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2178
2179 Fixed a bug in Object.defineProperty on the arguments object.
2180
2181 Performance improvements on all platforms.
2182
2183
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000021842011-06-29: Version 3.4.8
2185
2186 Ensure 16-byte stack alignment on Solaris (issue 1505).
2187
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002188 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002189 that is not a smi. (issue 1246).
2190
2191
ager@chromium.org04921a82011-06-27 13:21:41 +000021922011-06-27: Version 3.4.7
2193
2194 Fixed 64-bit build on FreeBSD.
2195
2196 Added API to set the property attributes for the prototype
2197 property on functions created from FunctionTemplates.
2198
2199 Bugfixes and performance work.
2200
2201
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000022022011-06-22: Version 3.4.6
2203
2204 Lowered limit on code space for systems with low memory supply.
2205
2206 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2207
2208 Extended setBreakpoint API to accept partial script name (issue 1418).
2209
2210 Made multi-line comments not count when deciding whether the '-->'
2211 comment starter is first on a line. This matches Safari.
2212
2213 Made handling of non-array recievers in Array length setter correct
2214 (issue 1491).
2215
2216 Added ability to heap profiler to iterate over snapshot's node
2217 (issue 1481).
2218
2219
whesse@chromium.org7b260152011-06-20 15:33:18 +000022202011-06-20: Version 3.4.5
2221
2222 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2223 1476, and 1477.
2224
2225 Improved code generation for !0 and !1.
2226
2227 Reduced memory usage for regular expressions with nested qualifiers.
2228 (issue 1472)
2229
2230 Fixed V8 to count line terminators in multi-line comments.
2231 (Chromium issue 86431)
2232
2233 Fixed disassembler=on option for release-mode builds. (issue 1473)
2234
2235 Performance improvements on all platforms.
2236
2237
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000022382011-06-15: Version 3.4.4
2239
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002240 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002241
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002242 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002243
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002244 Several GYP-related changes: Added support for building Xcode project
2245 files. Make the ARM simulator build with GYP again. Generate Makefiles
2246 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002247
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002248 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2249 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002250
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002251 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002252
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002253 Handle 'undefined' correctly when === has been specialized for doubles.
2254 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002255
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002256 Corrected the limit of local variables in an optimized function from 64
2257 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002258
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002259 Correctly set ReadOnly flag on indexed properties when using the API Set
2260 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002261
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002262 Give the correct error message when Object.isExtensible is called on a
2263 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002264
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002265 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2266 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002267
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002268 Do not redefine properties unneccesarily in seal and freeze. (issue
2269 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002270
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002271 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002272
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002273 Distinguish keyed loads with a symbol key from fast elements loads,
2274 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002275
2276
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000022772011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002278
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002279 Clear the global thread table when an isolate is disposed
2280 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002281
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002282 Converted time zone name to UTF8 on Windows (issue 1290).
2283
2284 Limited the number of arguments in a function call to 32766
2285 (issue 1413).
2286
2287 Compress sources of JS libraries in addition to the snapshot.
2288
2289 Fixed a bug in Lithium environment iteration.
2290
2291 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002292
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002293
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000022942011-06-06: Version 3.4.2
2295
2296 More work on ES-Harmony proxies. Still hidden behind a flag.
2297
2298 Fixed some crash bugs and improved performance.
2299
2300 Fixed building with gdb debugging support.
2301
2302 Do not install SIGPROF handler until it is needed.
2303
2304 Added DateTimeFormat to i18n API.
2305
2306 Fixed compilation on OpenBSD.
2307
2308 Take the ulimit into account when sizing the heap. OpenBSD users
2309 may still have to increase the default ulimit to run heavy pages in
2310 the browser.
2311
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002312
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000023132011-06-01: Version 3.4.1
2314
2315 Fixed JSON stringify issue with arrays.
2316
2317 Changed calls to JS builtins to be passed undefined when called with
2318 implicit receiver.
2319
2320 Implemented the set trap for Harmony proxies. Proxies still need to
2321 be enabled with the --harmony-proxies flag.
2322
2323
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000023242011-05-30: Version 3.4.0
2325
2326 Changed calls to undefined property setters to not throw (issue 1355).
2327
2328 Made RegExp objects not callable.
2329
2330 Fixed issues on special case large JSON strings in new json parser
2331 (issues http://crbug.com/83877 and http://crbug.com/84186).
2332
2333 Performance improvements on all platforms.
2334
2335
danno@chromium.org40cb8782011-05-25 07:58:50 +000023362011-05-25: Version 3.3.10
2337
2338 Fixed calls of strict mode function with an implicit receiver.
2339
2340 Fixed fast handling of arrays to properly deal with changes to the
2341 Object prototype (issue 1403).
2342
2343 Changed strict mode poison pill to be the same type error function
2344 (issue 1387).
2345
2346 Fixed a debug crash in arguments object handling (issue 1227).
2347
2348 Fixed a bug in deoptimization on x64 (issue 1404).
2349
2350 Performance improvements and bug fixes on all platforms.
2351
2352
ager@chromium.orgea91cc52011-05-23 06:06:11 +000023532011-05-23: Version 3.3.9
2354
2355 Added DateTimeFormat class to experimental i18n API.
2356
2357 Extended preparser to give early errors for some strict mode
2358 restrictions.
2359
2360 Removed legacy execScript function from V8.
2361
2362 Extended isolate API with the ability to add embedder-specific
2363 data to an isolate.
2364
2365 Added basic support for polymorphic loads from JS and external
2366 arrays.
2367
2368 Fixed bug in handling of switch statements in the optimizing
2369 compiler.
2370
2371
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000023722011-05-18: Version 3.3.8
2373
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002374 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002375 handles are independent of all other persistent handles and can be
2376 garbage collected more frequently.
2377
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002378 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002379 with the --harmony-proxies flag.
2380
2381 Performance improvements and bug fixes on all platforms.
2382
2383
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000023842011-05-16: Version 3.3.7
2385
2386 Updated MIPS infrastructure files.
2387
2388 Performance improvements and bug fixes on all platforms.
2389
2390
karlklose@chromium.org83a47282011-05-11 11:54:09 +000023912011-05-11: Version 3.3.6
2392
2393 Updated MIPS infrastructure files.
2394
2395 Added method IsCallable for Object to the API.
2396 Patch by Peter Varga.
2397
2398
lrn@chromium.org1c092762011-05-09 09:42:16 +000023992011-05-09: Version 3.3.5
2400
2401 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2402
2403 Added check that receiver is JSObject on API calls.
2404
2405 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2406 Patch by Peter Varga.
2407
2408 Added CallAsFunction method to the Object class in the API (Issue 1336).
2409 Patch by Peter Varga.
2410
2411 Added per-isolate locking and unlocking.
2412
2413 Fixed bug in x64 >>> operator (Issue 1359).
2414
2415
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000024162011-05-04: Version 3.3.4
2417
2418 Implemented API to disallow code generation from strings for a context
2419 (issue 1258).
2420
2421 Fixed bug with whitespaces in parseInt (issue 955).
2422
2423 Fixed bug with == comparison of Date objects (issue 1356).
2424
2425 Added GYP variables for ARM code generation:
2426 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2427 and v8_use_arm_eabi_hardfloat.
2428
2429
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000024302011-05-02: Version 3.3.3
2431
2432 Added support for generating Visual Studio solution and project files
2433 using GYP.
2434
2435 Implemented support for ARM EABI calling convention variation where
2436 floating-point arguments are passed in registers (hardfloat).
2437
2438 Added Object::HasOwnProperty() to the API.
2439
2440 Added support for compressing startup data to reduce binary size. This
2441 includes build time support and an API for the embedder to decompress
2442 the startup data before initializing V8.
2443
2444 Reduced the profiling hooks overhead from >400% to 25% when using
2445 ll_prof.
2446
2447 Performance improvements and bug fixes on all platforms.
2448
2449
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000024502011-04-27: Version 3.3.2
2451
2452 Fixed crash bug on ARM with no VFP3 hardware.
2453
2454 Fixed compilation of V8 without debugger support.
2455
2456 Improved performance on JSLint.
2457
2458 Added support Float64 WebGL arrays.
2459
2460 Fixed crash bug in regexp replace.
2461
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002462
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000024632011-04-20: Version 3.3.1
2464
2465 Reduced V8 binary size by removing virtual functions from hydrogen.
2466
2467 Fixed crash bug on x64.
2468
2469 Performance improvements on ARM and IA32.
2470
2471
danno@chromium.org160a7b02011-04-18 15:51:38 +000024722011-04-18: Version 3.3.0
2473
2474 Fixed bug in floating point rounding in Crankshaft on ARM
2475 (issue 958)
2476
2477 Fixed a number of issues with running without VFPv3 support on ARM
2478 (issue 1315)
2479
2480 Introduced v8Locale.Collator, a partial implementation of Collator
2481 per last ECMAScript meeting + mailing list.
2482
2483 Minor performance improvements and bug fixes.
2484
2485
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000024862011-04-13: Version 3.2.10
2487
2488 Fixed bug in external float arrays on ARM (issue 1323).
2489
2490 Minor performance improvements and bug fixes.
2491
2492
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000024932011-04-11: Version 3.2.9
2494
2495 Removed support for ABI prior to EABI on ARM.
2496
2497 Fixed multiple crash bugs.
2498
2499 Added GCMole to the repository, a simple static analysis tool that
2500 searches for GC-unsafe evaluation order dependent callsites.
2501
2502 Made preparser API be exported in shared libraries.
2503
2504 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2505
2506 Fixed mutable __proto__ property if object is not extensible
2507 (Issue 1309).
2508
2509 Fixed auto suspension of the sampler thread.
2510
2511
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000025122011-04-06: Version 3.2.8
2513
2514 Exposed WebGL typed array constructors in the shell sample.
2515
2516 Performance improvements on all platforms.
2517
2518
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000025192011-04-04: Version 3.2.7
2520
2521 Disabled the original 'classic' V8 code generator. Crankshaft is
2522 now the default on all platforms.
2523
2524 Changed the heap profiler to use more descriptive names.
2525
2526 Performance and stability improvements to isolates on all platforms.
2527
2528
lrn@chromium.org7516f052011-03-30 08:52:27 +000025292011-03-30: Version 3.2.6
2530
2531 Fixed xcode build warning in shell.cc (out of order initialization).
2532
2533 Fixed null-pointer dereference in the compiler when running without
2534 SSE3 support (Chromium issue 77654).
2535
2536 Fixed x64 compilation error due to some dead code. (Issue 1286)
2537
2538 Introduced scons target to build the preparser stand-alone example.
2539
2540 Made FreeBSD build and pass all tests.
2541
2542
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000025432011-03-28: Version 3.2.5
2544
lrn@chromium.org7516f052011-03-30 08:52:27 +00002545 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002546
2547 Added Crankshaft support for external arrays.
2548
2549 Fixed two potential crash bugs.
2550
2551
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000025522011-03-23: Version 3.2.4
2553
2554 Added isolates which allows several V8 instances in the same process.
2555 This is controlled through the new Isolate class in the API.
2556
2557 Implemented more of EcmaScript 5 strict mode.
2558
2559 Reduced the time it takes to make detailed heap snapshot.
2560
2561 Added a number of commands to the ARM simulator and enhanced the ARM
2562 disassembler.
2563
2564
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000025652011-03-17: Version 3.2.3
2566
2567 Fixed a number of crash bugs.
2568
2569 Fixed Array::New(length) to return an array with a length (issue 1256).
2570
2571 Fixed FreeBSD build.
2572
2573 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2574
2575 Implemented more of EcmaScript 5 strict mode.
2576
2577 Improved Crankshaft performance on all platforms.
2578
2579
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000025802011-03-14: Version 3.2.2
2581
2582 Fixed a number of crash and correctness bugs.
2583
2584 Improved Crankshaft performance on all platforms.
2585
2586 Fixed Crankshaft on Solaris/Illumos.
2587
2588
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000025892011-03-10: Version 3.2.1
2590
2591 Fixed a number of crash bugs.
2592
2593 Improved Crankshaft for x64 and ARM.
2594
2595 Implemented more of EcmaScript 5 strict mode.
2596
2597
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000025982011-03-07: Version 3.2.0
2599
2600 Fixed a number of crash bugs.
2601
2602 Turned on Crankshaft by default on x64 and ARM.
2603
2604 Improved Crankshaft for x64 and ARM.
2605
2606 Implemented more of EcmaScript 5 strict mode.
2607
2608
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000026092011-03-02: Version 3.1.8
2610
2611 Fixed a number of crash bugs.
2612
2613 Improved Crankshaft for x64 and ARM.
2614
2615 Implemented more of EcmaScript 5 strict mode.
2616
2617 Fixed issue with unaligned reads and writes on ARM.
2618
2619 Improved heap profiler support.
2620
2621
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000026222011-02-28: Version 3.1.7
2623
2624 Fixed a number of crash bugs.
2625
2626 Improved Crankshaft for x64 and ARM.
2627
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002628 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002629 arrays (http://crbug.com/73940).
2630
2631 Fixed bug in map space compaction (http://crbug.com/59688).
2632
2633 Added support for direct getter accessors calls on ARM.
2634
2635
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000026362011-02-24: Version 3.1.6
2637
2638 Fixed a number of crash bugs.
2639
2640 Added support for Cygwin (issue 64).
2641
2642 Improved Crankshaft for x64 and ARM.
2643
2644 Added Crankshaft support for stores to pixel arrays.
2645
2646 Fixed issue in CPU profiler with Crankshaft.
2647
2648
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000026492011-02-16: Version 3.1.5
2650
2651 Change RegExp parsing to disallow /(*)/.
2652
2653 Added GDB JIT support for ARM.
2654
2655 Fixed several crash bugs.
2656
2657 Performance improvements on the IA32 platform.
2658
2659
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000026602011-02-14: Version 3.1.4
2661
2662 Fixed incorrect compare of prototypes of the global object (issue
2663 1082).
2664
2665 Fixed a bug in optimizing calls to global functions (issue 1106).
2666
2667 Made optimized Function.prototype.apply safe for non-JSObject first
2668 arguments (issue 1128).
2669
2670 Fixed an error related to element accessors on Object.prototype and
2671 parser errors (issue 1130).
2672
2673 Fixed a bug in sorting an array with large array indices (issue 1131).
2674
2675 Properly treat exceptions thrown while compiling (issue 1132).
2676
2677 Fixed bug in register requirements for function.apply (issue 1133).
2678
2679 Fixed a representation change bug in the Hydrogen graph construction
2680 (issue 1134).
2681
2682 Fixed the semantics of delete on parameters (issue 1136).
2683
2684 Fixed a optimizer bug related to moving instructions with side effects
2685 (issue 1138).
2686
2687 Added support for the global object in Object.keys (issue 1150).
2688
2689 Fixed incorrect value for Math.LOG10E
2690 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2691
2692 Performance improvements on the IA32 platform.
2693
2694 Implement assignment to undefined reference in ES5 Strict Mode.
2695
2696
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000026972011-02-09: Version 3.1.3
2698
2699 Fixed a bug triggered by functions with huge numbers of declared
2700 arguments.
2701
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002702 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002703
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002704 Fixed issue where Array.prototype.__proto__ had been set to null
2705 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002706
2707 Fixed stability bugs in Crankshaft for x86.
2708
2709
ricow@chromium.org83aa5492011-02-07 12:42:56 +000027102011-02-07: Version 3.1.2
2711
2712 Added better security checks when accessing properties via
2713 Object.getOwnPropertyDescriptor.
2714
2715 Fixed bug in Object.defineProperty and related access bugs (issues
2716 992, 1083 and 1092).
2717
2718 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2719 copyright notice generation for embedders.
2720
2721
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000027222011-02-02: Version 3.1.1
2723
2724 Perform security checks before fetching the value in
2725 Object.getOwnPropertyDescriptor.
2726
2727 Fixed a bug in Array.prototype.splice triggered by passing no
2728 arguments.
2729
2730 Fixed bugs in -0 in arithmetic and in Math.pow.
2731
2732 Fixed bugs in the register allocator and in switching from optimized
2733 to unoptimized code.
2734
2735
27362011-01-31: Version 3.1.0
2737
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002738 Performance improvements on all platforms.
2739
2740
ager@chromium.org378b34e2011-01-28 08:04:38 +000027412011-01-28: Version 3.0.12
2742
2743 Added support for strict mode parameter and object property
2744 validation.
2745
2746 Fixed a couple of crash bugs.
2747
2748
ager@chromium.org0ee099b2011-01-25 14:06:47 +000027492011-01-25: Version 3.0.11
2750
2751 Fixed a bug in deletion of lookup slots that could cause global
2752 variables to be accidentally deleted (http://crbug.com/70066).
2753
2754 Added support for strict mode octal literal verification.
2755
2756 Fixed a couple of crash bugs (issues 1070 and 1071).
2757
2758
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000027592011-01-24: Version 3.0.10
2760
2761 Fixed External::Wrap for 64-bit addresses (issue 1037).
2762
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002763 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002764 code generator (issue 1060).
2765
2766 Introduced partial strict mode support.
2767
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002768 Changed formatting of recursive error messages to match Firefox and
2769 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002770
2771 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002772 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002773 (issue http://crbug.com/50972).
2774
2775 Performance improvements on the IA32 platform.
2776
2777
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000027782011-01-19: Version 3.0.9
2779
2780 Added basic GDB JIT Interface integration.
2781
2782 Make invalid break/continue statements a syntax error instead of a
2783 runtime error.
2784
2785
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027862011-01-17: Version 3.0.8
2787
2788 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002789 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002790
2791 Wrapped external pointers more carefully (issue 1037).
2792
2793 Hardened the implementation of error objects to avoid setters
2794 intercepting the properties set then throwing an error.
2795
2796 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2797
2798 Performance improvements on the IA32 platform.
2799
2800
28012011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002802
2803 Stopped calling inherited setters when creating object literals
2804 (issue 1015).
2805
2806 Changed interpretation of malformed \c? escapes in RegExp to match
2807 JSC.
2808
2809 Enhanced the command-line debugger interface and fixed some minor
2810 bugs in the debugger.
2811
2812 Performance improvements on the IA32 platform.
2813
2814
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000028152011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002816
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002817 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002818
2819 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002820 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002821
2822 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002823 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002824
2825 Added use_system_v8 option to gyp (off by default), to make it easier
2826 for Linux distributions to ship with system-provided V8 library.
2827
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002828 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002829
2830 Added labelled thread names to help with debugging (on Linux).
2831
2832
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000028332011-01-03: Version 3.0.5
2834
2835 Fixed a couple of cast errors for gcc-3.4.3.
2836
2837 Performance improvements in GC and IA32 code generator.
2838
2839
whesse@chromium.org023421e2010-12-21 12:19:12 +000028402010-12-21: Version 3.0.4
2841
2842 Added Date::ResetCache() to the API so that the cached values in the
2843 Date object can be reset to allow live DST / timezone changes.
2844
2845 Extended existing support for printing (while debugging) the contents
2846 of objects. Added support for printing objects from release builds.
2847
2848 Fixed V8 issues 989, 1006, and 1007.
2849
2850
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000028512010-12-17: Version 3.0.3
2852
2853 Reapplied all changes for version 3.0.1.
2854
2855 Improved debugger protocol for remote debugging.
2856
2857 Added experimental support for using gyp to generate build files
2858 for V8.
2859
2860 Fixed implementation of String::Write in the API (issue 975).
2861
2862
lrn@chromium.org8541d772010-12-15 12:05:09 +000028632010-12-15: Version 3.0.2
2864
2865 Revert version 3.0.1 and patch 3.0.1.1.
2866
2867
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000028682010-12-13: Version 3.0.1
2869
2870 Added support for an experimental internationalization API as an
2871 extension. This extension is disabled by default but can be enabled
2872 when building V8. The ECMAScript internationalization strawman is
2873 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2874
2875 Made RegExp character class parsing stricter. This mirrors a change
2876 to RegExp parsing in WebKit.
2877
2878 Fixed a bug in Object.defineProperty when used to change attributes
2879 of an existing property. It incorrectly set the property value to
2880 undefined (issue 965).
2881
2882 Fixed several different compilation failures on various platforms
2883 caused by the 3.0.0 release.
2884
2885 Optimized Math.pow so it can work on unboxed doubles.
2886
2887 Sped up quoting of JSON strings by removing one traversal of the
2888 string.
2889
2890
kasperl@chromium.orga5551262010-12-07 12:49:48 +000028912010-12-07: Version 3.0.0
2892
2893 Improved performance by (partially) addressing issue 957 on
2894 IA-32. Still needs more work for the other architectures.
2895
2896
ager@chromium.orgbeb25712010-11-29 08:02:25 +000028972010-11-29: Version 2.5.9
2898
2899 Fixed crashes during GC caused by partially initialize heap
2900 objects.
2901
2902 Fixed bug in process sample that caused memory leaks.
2903
2904 Improved performance on ARM by implementing missing stubs and
2905 inlining.
2906
2907 Improved heap profiler support.
2908
2909 Added separate seeding on Windows of the random number generator
2910 used internally by the compiler (issue 936).
2911
2912 Exposed API for getting the name of the function used to construct
2913 an object.
2914
2915 Fixed date parser to handle one and two digit millisecond
2916 values (issue 944).
2917
2918 Fixed number parsing to disallow space between sign and
2919 digits (issue 946).
2920
2921
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000029222010-11-23: Version 2.5.8
2923
2924 Removed dependency on Gay's dtoa.
2925
2926 Improved heap profiler precision and speed.
2927
2928 Reduced overhead of callback invocations on ARM.
2929
2930
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000029312010-11-18: Version 2.5.7
2932
2933 Fixed obscure evaluation order bug (issue 931).
2934
2935 Split the random number state between JavaScript and the private API.
2936
2937 Fixed performance bug causing GCs when generating stack traces on
2938 code from very large scripts.
2939
2940 Fixed bug in parser that allowed (foo):42 as a labelled statement
2941 (issue 918).
2942
2943 Provide more accurate results about used heap size via
2944 GetHeapStatistics.
2945
2946 Allow build-time customization of the max semispace size.
2947
2948 Made String.prototype.split honor limit when separator is empty
2949 (issue 929).
2950
2951 Added missing failure check after expecting an identifier in
2952 preparser (Chromium issue 62639).
2953
2954
ager@chromium.org01fe7df2010-11-10 11:59:11 +000029552010-11-10: Version 2.5.6
2956
2957 Added support for VFP rounding modes to the ARM simulator.
2958
2959 Fixed multiplication overflow bug (issue 927).
2960
2961 Added a limit for the amount of executable memory (issue 925).
2962
2963
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000029642010-11-08: Version 2.5.5
2965
2966 Added more aggressive GC of external objects in near out-of-memory
2967 situations.
2968
2969 Fixed a bug that gave the incorrect result for String.split called
2970 on the empty string (issue 924).
2971
2972
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000029732010-11-03: Version 2.5.4
2974
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002975 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002976
2977
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000029782010-11-01: Version 2.5.3
2979
2980 Fixed a bug that prevents constants from overwriting function values
2981 in object literals (issue 907).
2982
2983 Fixed a bug with reporting of impossible nested calls of DOM functions
2984 (issue http://crbug.com/60753).
2985
2986
lrn@chromium.org303ada72010-10-27 09:33:13 +000029872010-10-27: Version 2.5.2
2988
2989 Improved sampler resolution on Linux.
2990
2991 Allowed forcing the use of a simulator from the build script
2992 independently of the host architecture.
2993
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002994 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002995
2996 Made windows-tick-processor respect D8_PATH.
2997
2998 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2999
3000
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000030012010-10-20: Version 2.5.1
3002
3003 Fixed bug causing spurious out of memory exceptions
3004 (issue http://crbug.com/54580).
3005
3006 Fixed compilation error on Solaris platform (issue 901).
3007
3008 Fixed error in strtod (string to floating point number conversion)
3009 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3010
3011 Adjusted randomized allocations of executable memory to have 64k
3012 granularity (issue http://crbug.com/56036).
3013
3014 Supported profiling using kernel perf_events on linux. Added ll_prof
3015 script to tools and --ll-prof flag to V8.
3016
3017
vegorov@chromium.org42841962010-10-18 11:18:59 +000030182010-10-18: Version 2.5.0
3019
3020 Fixed bug in cache handling of lastIndex on global regexps
3021 (issue http://crbug.com/58740).
3022
3023 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3024 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003025 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003026
3027 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3028
3029
30302010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003031
3032 Fixed a bug in the handling of conditional expressions in test
3033 contexts in compiler for top-level code.
3034
3035 Added "//@ sourceURL" information to the StackTrace API.
3036
3037 Exposed RegExp construction through the API.
3038
3039
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000030402010-10-04: Version 2.4.8
3041
3042 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3043 whole snapshot (issue 868).
3044
3045 Performance improvements on all platforms.
3046
3047
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000030482010-09-30: Version 2.4.7
3049
3050 Changed the command-line flag --max-new-space-size to be in kB and the
3051 flag --max-old-space-size to be in MB (previously they were in bytes).
3052
3053 Added Debug::CancelDebugBreak to the debugger API.
3054
3055 Fixed a bug in getters for negative numeric property names
3056 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3057
3058 Performance improvements on all platforms.
3059
3060
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000030612010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003062
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003063 Fixed assertion failure related to copy-on-write arrays (issue 876).
3064
3065 Fixed build failure of 64-bit V8 on Windows.
3066
3067 Fixed a bug in RegExp (issue http://crbug.com/52801).
3068
3069 Improved the profiler's coverage to cover more functions (issue 858).
3070
3071 Fixed error in shift operators on 64-bit V8
3072 (issue http://crbug.com/54521).
3073
3074
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000030752010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003076
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003077 Changed the RegExp benchmark to exercise the regexp engine on different
3078 inputs by scrambling the input strings.
3079
3080 Fixed a bug in keyed loads on strings.
3081
3082 Fixed a bug with loading global function prototypes.
3083
3084 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3085
3086 Performance improvements on all platforms.
3087
3088
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000030892010-09-15: Version 2.4.4
3090
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003091 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003092
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003093 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003094
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003095 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003096
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003097 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003098
3099
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000031002010-09-13: Version 2.4.3
3101
3102 Made Date.parse properly handle TZ offsets (issue 857).
3103
3104 Performance improvements on all platforms.
3105
3106
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000031072010-09-08: Version 2.4.2
3108
3109 Fixed GC crash bug.
3110
3111 Fixed stack corruption bug.
3112
3113 Fixed compilation for newer C++ compilers that found Operand(0)
3114 ambiguous.
3115
3116
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000031172010-09-06: Version 2.4.1
3118
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003119 Added the ability for an embedding application to receive a callback
3120 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3121 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003122
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003123 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003124
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003125 Fixed memory overrun crash bug triggered during V8's tick-based
3126 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003127
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003128 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003129
3130
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000031312010-09-01: Version 2.4.0
3132
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003133 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3134 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003135
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003136 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003137 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003138
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003139 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003140
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003141 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003142
3143
ricow@chromium.org65fae842010-08-25 15:26:24 +000031442010-08-25: Version 2.3.11
3145
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003146 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003147
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003148 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003149 VARIANT_FLAGS that allows specification of sets of flags with which
3150 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003151
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003152 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003153
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003154 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003155
3156
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000031572010-08-23: Version 2.3.10
3158
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003159 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003160
3161 Build fixes for unusual compilers.
3162
3163 Track high water mark for RWX memory.
3164
3165 Performance improvements on all platforms.
3166
3167
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000031682010-08-18: Version 2.3.9
3169
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003170 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003171
3172 Removed specialized handling of GCC 4.4 (issue 830).
3173
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003174 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003175 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3176
ricow@chromium.org65fae842010-08-25 15:26:24 +00003177 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003178
3179
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000031802010-08-16: Version 2.3.8
3181
3182 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3183
3184 Fixed issue with incorrect handling of custom valueOf methods on
3185 string wrappers (issue 760).
3186
3187 Fixed compilation for ARMv4 (issue 590).
3188
3189 Improved performance.
3190
3191
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000031922010-08-11: Version 2.3.7
3193
3194 Reduced size of heap snapshots produced by heap profiler (issue 783).
3195
3196 Introduced v8::Value::IsRegExp method.
3197
3198 Fixed CPU profiler crash in start / stop sequence when non-existent
3199 name is passed (issue http://crbug.com/51594).
3200
3201 Introduced new indexed property query callbacks API (issue 816). This
3202 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3203 by default.
3204
3205 Removed support for object literal get/set with number/string
3206 property name.
3207
3208 Fixed handling of JSObject::elements in CalculateNetworkSize
3209 (issue 822).
3210
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003211 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003212
3213
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000032142010-08-09: Version 2.3.6
3215
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003216 RegExp literals create a new object every time they are evaluated
3217 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003218
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003219 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003220
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003221 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003222
3223
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000032242010-08-04: Version 2.3.5
3225
3226 Added support for ES5 property names. Object initialisers and
3227 dot-notation property access now allows keywords. Also allowed
3228 non-identifiers after "get" or "set" in an object initialiser.
3229
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003230 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003231
3232
whesse@chromium.orge90029b2010-08-02 11:52:17 +000032332010-08-02: Version 2.3.4
3234
3235 Fixed problems in implementation of ES5 function.prototype.bind.
3236
3237 Fixed error when using apply with arguments object on ARM (issue 784).
3238
3239 Added setting of global flags to debugger protocol.
3240
3241 Fixed an error affecting cached results of sin and cos (issue 792).
3242
3243 Removed memory leak from a boundary case where V8 is not initialized.
3244
3245 Fixed issue where debugger could set breakpoints outside the body
3246 of a function.
3247
3248 Fixed issue in debugger when using both live edit and step in features.
3249
3250 Added Number-letter (Nl) category to Unicode tables. These characters
3251 can now be used in identifiers.
3252
3253 Fixed an assert failure on X64 (issue 806).
3254
3255 Performance improvements on all platforms.
3256
3257
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000032582010-07-26: Version 2.3.3
3259
3260 Fixed error when building the d8 shell in a fresh checkout.
3261
3262 Implemented Function.prototype.bind (ES5 15.3.4.5).
3263
3264 Fixed an error in inlined stores on ia32.
3265
3266 Fixed an error when setting a breakpoint at the end of a function
3267 that does not end with a newline character.
3268
3269 Performance improvements on all platforms.
3270
3271
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000032722010-07-21: Version 2.3.2
3273
3274 Fixed compiler warnings when building with LLVM.
3275
3276 Fixed a bug with for-in applied to strings (issue 785).
3277
3278 Performance improvements on all platforms.
3279
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003280
ricow@chromium.org4980dff2010-07-19 08:33:45 +000032812010-07-19: Version 2.3.1
3282
3283 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3284
3285 Fixed bug related to code flushing while compiling a lazy
3286 compilable function (issue http://crbug.com/49099).
3287
3288 Performance improvements on all platforms.
3289
3290
ager@chromium.orgb5737492010-07-15 09:29:43 +000032912010-07-15: Version 2.3.0
3292
3293 Added ES5 Object.seal and Object.isSealed.
3294
3295 Added debugger API for scheduling debugger commands from a
3296 separate thread.
3297
3298
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000032992010-07-14: Version 2.2.24
3300
3301 Added API for capturing stack traces for uncaught exceptions.
3302
3303 Fixed crash bug when preparsing from a non-external V8 string
3304 (issue 775).
3305
3306 Fixed JSON.parse bug causing input not to be converted to string
3307 (issue 764).
3308
3309 Added ES5 Object.freeze and Object.isFrozen.
3310
3311 Performance improvements on all platforms.
3312
3313
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000033142010-07-07: Version 2.2.23
3315
3316 API change: Convert Unicode code points outside the basic multilingual
3317 plane to the replacement character. Previous behavior was to silently
3318 truncate the value to 16 bits.
3319
3320 Fixed crash: handle all flat string types in regexp replace.
3321
3322 Prevent invalid pre-parsing data passed in through the API from
3323 crashing V8.
3324
3325 Performance improvements on all platforms.
3326
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003327
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000033282010-07-05: Version 2.2.22
3329
3330 Added ES5 Object.isExtensible and Object.preventExtensions.
3331
3332 Enabled building V8 as a DLL.
3333
3334 Fixed a bug in date code where -0 was not interpreted as 0
3335 (issue 736).
3336
3337 Performance improvements on all platforms.
3338
3339
lrn@chromium.org32d961d2010-06-30 09:09:34 +000033402010-06-30: Version 2.2.21
3341
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003342 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003343
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003344 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003345
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003346 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003347
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003348 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003349
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003350 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003351
3352 Provide actual breakpoints locations in response to setBreakpoint
3353 and listBreakpoints requests.
3354
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003355
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000033562010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003357
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003358 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003359
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003360 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003361
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003362 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003363
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003364 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003365 miscalculated for some inputs.
3366
3367 Performance improvements on all platforms.
3368
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003369
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000033702010-06-23: Version 2.2.19
3371
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003372 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003373 (issue 738).
3374
3375 Added expose-externalize-string flag for testing extensions.
3376
3377 Resolve linker issues with using V8 as a DLL causing a number of
3378 problems with unresolved symbols.
3379
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003380 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003381 defined.
3382
3383 Performance improvements on all platforms.
3384
3385
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000033862010-06-16: Version 2.2.18
3387
3388 Added API functions to retrieve information on indexed properties
3389 managed by the embedding layer. Fixes bug 737.
3390
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003391 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003392
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003393 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003394
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003395 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003396
3397 Incremental performance improvements.
3398
3399
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000034002010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003401
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003402 Improved debugger support for stepping out of functions.
3403
3404 Incremental performance improvements.
3405
3406
34072010-06-09: Version 2.2.16
3408
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003409 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003410 disposal of external string resources to call a virtual Dispose
3411 method on the resource.
3412
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003413 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003414 stepping.
3415
3416 Memory usage improvements on all platforms.
3417
3418
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000034192010-06-07: Version 2.2.15
3420
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003421 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003422
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003423 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003424 some compilers complaint when compiling with -Werror.
3425
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003426 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003427
3428
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000034292010-06-02: Version 2.2.14
3430
3431 Fixed a crash in code generated for String.charCodeAt.
3432
3433 Fixed a compilation issue with some GCC versions (issue 727).
3434
3435 Performance optimizations on x64 and ARM platforms.
3436
3437
ricow@chromium.org30ce4112010-05-31 10:38:25 +000034382010-05-31: Version 2.2.13
3439
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003440 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003441 strings (issue 599).
3442
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003443 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003444
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003445 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003446
3447 Performance improvements on all platforms.
3448
3449
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000034502010-05-26: Version 2.2.12
3451
3452 Allowed accessors to be defined on objects rather than just object
3453 templates.
3454
3455 Changed the ScriptData API.
3456
3457
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000034582010-05-21: Version 2.2.11
3459
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003460 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003461
3462 Use 'full compiler' when debugging is active. This should increase
3463 the density of possible break points, making single step more fine
3464 grained. This will only take effect for functions compiled after
3465 debugging has been started, so recompilation of all functions is
3466 required to get the full effect. IA32 and x64 only for now.
3467
3468 Misc. fixes to the Solaris build.
3469
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003470 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003471
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003472 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003473
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003474 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003475
3476 Incremental performance improvements in all backends.
3477
3478
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000034792010-05-17: Version 2.2.10
3480
3481 Performance improvements in the x64 and ARM backends.
3482
3483
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000034842010-05-10: Version 2.2.9
3485
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003486 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003487
3488 Fixed bug with Date.parse returning a non-NaN value when called on a
3489 non date string (issue 696).
3490
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003491 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003492 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003493
3494 C++ API for retrieving JavaScript stack trace information.
3495
3496
ager@chromium.orgac091b72010-05-05 07:34:42 +000034972010-05-05: Version 2.2.8
3498
3499 Performance improvements in the x64 and ARM backends.
3500
3501
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000035022010-05-03: Version 2.2.7
3503
3504 Added support for ES5 date time string format to Date.parse.
3505
3506 Performance improvements in the x64 backend.
3507
3508
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000035092010-04-28: Version 2.2.6
3510
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003511 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003512 (by Ryan Dahl <coldredlemur@gmail.com>).
3513
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003514 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003515
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003516 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003517
3518 Performance improvements on all platforms.
3519
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003520
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000035212010-04-26: Version 2.2.5
3522
3523 Various performance improvements (especially for ARM and x64)
3524
3525 Fixed bug in CPU profiling (http://crbug.com/42137)
3526
3527 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003528
3529 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003530 wrong calculations.
3531
3532 Fixed a bug that may cause a wrong result for shift operations.
3533
3534
35352010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003536
3537 Fixed warnings on arm on newer GCC versions.
3538
3539 Fixed a number of minor bugs.
3540
3541 Performance improvements on all platforms.
3542
3543
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000035442010-04-14: Version 2.2.3
3545
3546 Added stack command and mem command to ARM simulator debugger.
3547
3548 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3549
3550 Performance improvements on all platforms.
3551
3552
ager@chromium.org357bf652010-04-12 11:30:10 +000035532010-04-12: Version 2.2.2
3554
3555 Introduced new profiler API.
3556
3557 Fixed random number generator to produce full 32 random bits.
3558
3559
lrn@chromium.org25156de2010-04-06 13:10:27 +000035602010-04-06: Version 2.2.1
3561
3562 Debugger improvements.
3563
3564 Fixed minor bugs.
3565
3566
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000035672010-03-29: Version 2.2.0
3568
3569 Fixed a few minor bugs.
3570
3571 Performance improvements for string operations.
3572
3573
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000035742010-03-26: Version 2.1.10
3575
3576 Fixed scons build issues.
3577
3578 Fixed a couple of minor bugs.
3579
3580
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000035812010-03-25: Version 2.1.9
3582
3583 Added API support for reattaching a global object to a context.
3584
3585 Extended debugger API with access to the internal debugger context.
3586
3587 Fixed Chromium crashes (issues http://crbug.com/39128 and
3588 http://crbug.com/39160)
3589
3590
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000035912010-03-24: Version 2.1.8
3592
3593 Added fine-grained garbage collection callbacks to the API.
3594
3595 Performance improvements on all platforms.
3596
3597
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000035982010-03-22: Version 2.1.7
3599
3600 Fixed issue 650.
3601
3602 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003603
3604 Performance improvements for arithmetic operations.
3605
3606 Performance improvements for string operations.
3607
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003608 Print script name and line number information in stack trace.
3609
3610
36112010-03-17: Version 2.1.6
3612
3613 Performance improvements for arithmetic operations.
3614
3615 Performance improvements for string operations.
3616
3617
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000036182010-03-10: Version 2.1.4
3619
3620 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3621
3622 Performance improvements on all platforms.
3623
3624
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000036252010-03-10: Version 2.1.3
3626
3627 Added API method for context-disposal notifications.
3628
3629 Added API method for accessing elements by integer index.
3630
3631 Added missing implementation of Uint32::Value and Value::IsUint32
3632 API methods.
3633
3634 Added IsExecutionTerminating API method.
3635
3636 Disabled strict aliasing for GCC 4.4.
3637
3638 Fixed string-concatenation bug (issue 636).
3639
3640 Performance improvements on all platforms.
3641
3642
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000036432010-02-23: Version 2.1.2
3644
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003645 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003646
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003647 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003648
3649 Performance improvements on all platforms.
3650
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003651
ager@chromium.org5c838252010-02-19 08:53:10 +000036522010-02-19: Version 2.1.1
3653
3654 [ES5] Implemented Object.defineProperty.
3655
3656 Improved profiler support.
3657
3658 Added SetPrototype method in the public V8 API.
3659
3660 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3661 objects in the API.
3662
3663 Performance improvements on all platforms.
3664
3665
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000036662010-02-03: Version 2.1.0
3667
3668 Values are now always wrapped in objects when used as a receiver.
3669 (issue 223).
3670
3671 [ES5] Implemented Object.getOwnPropertyNames.
3672
3673 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3674 JSON grammar.
3675
3676 Improvement of debugger agent (issue 549 and 554).
3677
3678 Fixed problem with skipped stack frame in profiles (issue 553).
3679
3680 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3681 <ry@tinyclouds.org>.
3682
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003683 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003684 integers.
3685
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003686 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003687 functions (isue http://crbug.com/3867).
3688
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003689 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003690
3691 Numerous performance improvements including porting of previous IA-32
3692 optimizations to x64 and ARM architectures.
3693
3694
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000036952010-01-14: Version 2.0.6
3696
3697 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3698 GetOwnProperty, FromPropertyDescriptor.
3699
3700 Fixed Mac x64 build errors.
3701
3702 Improved performance of some math and string operations.
3703
3704 Improved performance of some regexp operations.
3705
3706 Improved performance of context creation.
3707
3708 Improved performance of hash tables.
3709
3710
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000037112009-12-18: Version 2.0.5
3712
3713 Extended to upper limit of map space to allow for 7 times as many map
3714 to be allocated (issue 524).
3715
3716 Improved performance of code using closures.
3717
3718 Improved performance of some binary operations involving doubles.
3719
3720
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000037212009-12-16: Version 2.0.4
3722
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003723 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003724
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003725 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003726
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003727 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003728
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003729 Improved handling of external strings by using a separate table
3730 instead of weak handles. This improves garbage collection
3731 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003732
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003733 Changed code generation for object and array literals in toplevel
3734 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003735
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003736 Fixed a crash bug triggered when garbage collection happened during
3737 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003738
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003739 Fixed crash bug sometimes triggered when local variables shadowed
3740 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003741
3742
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000037432009-12-03: Version 2.0.3
3744
3745 Optimized handling and adding of strings, for-in and Array.join.
3746
3747 Heap serialization is now non-destructive.
3748
3749 Improved profiler support with information on time spend in C++
3750 callbacks registered through the API.
3751
3752 Added commands to the debugger protocol for starting/stopping
3753 profiling.
3754
3755 Enabled the non-optimizing compiler for top-level code.
3756
3757 Changed the API to only allow strings to be set as data objects on
3758 Contexts and scripts to avoid potentially keeping global objects
3759 around for too long (issue 528).
3760
3761 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3762
3763 Fixed bugs.
3764
3765
ager@chromium.org01beca72009-11-24 14:29:16 +000037662009-11-24: Version 2.0.2
3767
3768 Improved profiler support.
3769
3770 Fixed bug that broke compilation of d8 with readline support.
3771
3772
ager@chromium.org6141cbe2009-11-20 12:14:52 +000037732009-11-20: Version 2.0.1
3774
3775 Fixed crash bug in String.prototype.replace.
3776
3777 Reverted a change which caused Chromium interactive ui test
3778 failures.
3779
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003780
ager@chromium.orgc4c92722009-11-18 14:12:51 +000037812009-11-18: Version 2.0.0
3782
3783 Added support for VFP on ARM.
3784
3785 Added TryCatch::ReThrow method to the API.
3786
3787 Reduced the size of snapshots and improved the snapshot load time.
3788
3789 Improved heap profiler support.
3790
3791 64-bit version now supported on Windows.
3792
3793 Fixed a number of debugger issues.
3794
3795 Fixed bugs.
3796
3797
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000037982009-10-29: Version 1.3.18
3799
3800 Reverted a change which caused crashes in RegExp replace.
3801
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003802 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003803
3804
ager@chromium.org3811b432009-10-28 14:53:37 +000038052009-10-28: Version 1.3.17
3806
3807 Added API method to get simple heap statistics.
3808
3809 Improved heap profiler support.
3810
3811 Fixed the implementation of the resource constraint API so it
3812 works when using snapshots.
3813
3814 Fixed a number of issues in the Windows 64-bit version.
3815
3816 Optimized calls to API getters.
3817
3818 Added valgrind notification on code modification to the 64-bit version.
3819
3820 Fixed issue where we logged shared library addresses on Windows at
3821 startup and never used them.
3822
3823
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000038242009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003825
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003826 X64: Convert smis to holding 32 bits of payload.
3827
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003828 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003829
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003830 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003831
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003832 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003833 Patch by Jan de Mooij <jandemooij@gmail.com>
3834
3835 Implement ES5 Array.isArray
3836 Patch by Jan de Mooij <jandemooij@gmail.com>
3837
3838 Skip access checks for hidden properties.
3839
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003840 Added String::Concat(Handle<String> left, Handle<String> right) to the
3841 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003842
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003843 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003844
3845
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000038462009-10-07: Version 1.3.15
3847
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003848 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003849
3850 Fixed a crash bug happening when starting profiling (issue
3851 http://crbug.com/23768).
3852
3853
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000038542009-10-07: Version 1.3.14
3855
3856 Added GetRealNamedProperty to the API to lookup real properties
3857 located on the object or in the prototype chain skipping any
3858 interceptors.
3859
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003860 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003861 stack limit now needs to be set to each thread thich is used with V8.
3862
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003863 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003864
3865 Ensure V8 is initialized before locking and unlocking threads.
3866
3867 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003868 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003869 Crockford from the project.
3870
3871 Added a missing optimization in StringCharAt.
3872
3873 Fixed some flaky socket tests.
3874
3875 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3876 in 64-bit mode.
3877
3878 Fixed memory leaks in the thread management code.
3879
3880 Fixed the result of assignment to a pixel array. The assigned value
3881 is now the result.
3882
3883 Error reporting for invalid left-hand sides in for-in statements, pre-
3884 and postfix count expressions, and assignments now matches the JSC
3885 behavior in Safari 4.
3886
3887 Follow the spec in disallowing function declarations without a name.
3888
3889 Always allocate code objects within a 2 GB range. On x64 architecture
3890 this is used to use near calls (32-bit displacement) in Code objects.
3891
3892 Optimized array construction ported to x64 and ARM architectures.
3893
3894 [ES5] Changed Object.keys to return strings for element indices.
3895
3896
ager@chromium.org68e7ab72009-09-23 09:40:39 +000038972009-09-23: Version 1.3.13
3898
3899 Fixed uninitialized memory problem.
3900
3901 Improved heap profiler support.
3902
3903
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000039042009-09-22: Version 1.3.12
3905
3906 Changed behavior of |function|.toString() on built-in functions to
3907 be compatible with other implementations. Patch by Jan de Mooij.
3908
3909 Added Object::IsDirty in the API.
3910
3911 Optimized array construction; it is now handled purely in native
3912 code.
3913
3914 [ES5] Made properties of the arguments array enumerable.
3915
3916 [ES5] Added test suite adapter for the es5conform test suite.
3917
3918 [ES5] Added Object.keys function.
3919
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003920
ager@chromium.org4af710e2009-09-15 12:20:11 +000039212009-09-15: Version 1.3.11
3922
3923 Fixed crash in error reporting during bootstrapping.
3924
3925 Optimized generated IA32 math code by using SSE2 instructions when
3926 available.
3927
3928 Implemented missing pieces of debugger infrastructure on ARM. The
3929 debugger is now fully functional on ARM.
3930
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003931 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003932
3933
ager@chromium.orga1645e22009-09-09 19:27:10 +000039342009-09-09: Version 1.3.10
3935
3936 Fixed profiler on Mac in 64-bit mode.
3937
3938 Optimized creation of objects from simple constructor functions on
3939 ARM.
3940
3941 Fixed a number of debugger issues.
3942
3943 Reduced the amount of memory consumed by V8.
3944
3945
ager@chromium.org18ad94b2009-09-02 08:22:29 +000039462009-09-02: Version 1.3.9
3947
3948 Optimized stack guard checks on ARM.
3949
3950 Optimized API operations by inlining more in the API.
3951
3952 Optimized creation of objects from simple constructor functions.
3953
3954 Enabled a number of missing optimizations in the 64-bit port.
3955
3956 Implemented native-code support for regular expressions on ARM.
3957
3958 Stopped using the 'sahf' instruction on 64-bit machines that do
3959 not support it.
3960
3961 Fixed a bug in the support for forceful termination of JavaScript
3962 execution.
3963
3964
ager@chromium.org96c75b52009-08-26 09:13:16 +000039652009-08-26: Version 1.3.8
3966
3967 Changed the handling of idle notifications to allow idle
3968 notifications when V8 has not yet been initialized.
3969
3970 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003971
ager@chromium.org96c75b52009-08-26 09:13:16 +00003972
ager@chromium.orgab99eea2009-08-25 07:05:41 +000039732009-08-25: Version 1.3.7
3974
3975 Reduced the size of generated code on ARM platforms by reducing
3976 the size of constant pools.
3977
3978 Changed build files to not include the 'ENV' user environment
3979 variable in the build environment.
3980
3981 Changed the handling of idle notifications.
3982
3983
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000039842009-08-21: Version 1.3.6
3985
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003986 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003987
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003988 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003989 a low memory situation to V8.
3990
3991 Changed the handling of global handles (persistent handles in the API
3992 sense) to avoid issues regarding allocation of new global handles
3993 during weak handle callbacks.
3994
3995 Changed the growth policy of the young space.
3996
3997 Fixed a GC issue introduced in version 1.3.5.
3998
3999
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000040002009-08-19: Version 1.3.5
4001
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004002 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004003
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004004 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004005
4006 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4007
4008 Changed typeof RegExp from 'object' to 'function' for compatibility.
4009 Fixed bug where regexps were not callable across contexts.
4010
4011 Added context independent script compilation to the API.
4012
4013 Added API call to get the stack trace for an exception.
4014
4015 Added API for getting object mirrors.
4016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004017 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004018 running off a snapshot generated without using SSE3 instructions.
4019
4020 Tweaked the handling of the initial size and growth policy of the heap.
4021
4022 Added native code generation for RegExp to 64-bit version.
4023
4024 Added JavaScript debugger support to 64-bit version.
4025
4026
ager@chromium.orgadd848f2009-08-13 12:44:13 +000040272009-08-13: Version 1.3.4
4028
4029 Added a readline() command to the d8 shell.
4030
4031 Fixed bug in json parsing.
4032
4033 Added idle notification to the API and reduced memory on idle
4034 notifications.
4035
4036
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000040372009-08-12: Version 1.3.3
4038
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004039 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004040
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004041 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004042
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004043 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004044
4045 API: added function to find instance of template in prototype
4046 chain. Inlined Object::IsInstanceOf.
4047
4048 Land change to notify valgrind when we modify code on x86.
4049
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004050 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004051
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004052 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004053
4054
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000040552009-08-05: Version 1.3.2
4056
4057 Started new compiler infrastructure for two-pass compilation using a
4058 control flow graph constructed from the AST.
4059
4060 Profiler stack sampling for X64.
4061
4062 Safe handling of NaN to Posix platform-dependent time functions.
4063
4064 Added a new profiler control API to unify controlling various aspects
4065 of profiling.
4066
4067 Fixed issue 392.
4068
4069
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000040702009-07-30: Version 1.3.1
4071
4072 Speed improvements to accessors and interceptors.
4073
4074 Added support for capturing stack information on custom errors.
4075
4076 Added support for morphing an object into a pixel array where its
4077 indexed properties are stored in an external byte array. Values written
4078 are always clamped to the 0..255 interval.
4079
4080 Profiler on x64 now handles C/C++ functions from shared libraries.
4081
4082 Changed the debugger to avoid stepping into function.call/apply if the
4083 function is a built-in.
4084
4085 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004086
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004087 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004088
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004089 Optimized the called as constructor check for API calls.
4090
4091
kasperl@chromium.orge959c182009-07-27 08:59:04 +000040922009-07-27: Version 1.3.0
4093
4094 Allowed RegExp objects to be called as functions (issue 132).
4095
4096 Fixed issue where global property cells would escape after
4097 detaching the global object; see http://crbug.com/16276.
4098
4099 Added support for stepping into setters and getters in the
4100 debugger.
4101
4102 Changed the debugger to avoid stopping in its own JavaScript code
4103 and in the code of built-in functions.
4104
4105 Fixed issue 345 by avoiding duplicate escaping labels.
4106
4107 Fixed ARM code generator crash in short-circuited boolean
4108 expressions and added regression tests.
4109
4110 Added an external allocation limit to avoid issues where small V8
4111 objects would hold on to large amounts of external memory without
4112 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004113
4114 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004115
4116
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000041172009-07-13: Version 1.2.14
4118
4119 Added separate paged heap space for global property cells and
4120 avoid updating the write barrier when storing into them.
4121
4122 Improved peep-hole optimization on ARM platforms by not emitting
4123 unnecessary debug information.
4124
4125 Re-enabled ICs for loads and calls that skip a global object
4126 during lookup through the prototype chain.
4127
4128 Allowed access through global proxies to use ICs.
4129
4130 Fixed issue 401.
4131
4132
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000041332009-07-09: Version 1.2.13
4134
4135 Fixed issue 397, issue 398, and issue 399.
4136
4137 Added support for breakpoint groups.
4138
4139 Fixed bugs introduced with the new global object representation.
4140
4141 Fixed a few bugs in the ARM code generator.
4142
4143
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000041442009-07-06: Version 1.2.12
4145
4146 Added stack traces collection to Error objects accessible through
4147 the e.stack property.
4148
4149 Changed RegExp parser to use a recursive data structure instead of
4150 stack-based recursion.
4151
4152 Optimized Date object construction and string concatenation.
4153
4154 Improved performance of div, mod, and mul on ARM platforms.
4155
4156
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000041572009-07-02: Version 1.2.11
4158
4159 Improved performance on IA-32 and ARM.
4160
4161 Fixed profiler sampler implementation on Mac OS X.
4162
4163 Changed the representation of global objects to improve
4164 performance of adding a lot of new properties.
4165
4166
ager@chromium.org3e875802009-06-29 08:26:34 +000041672009-06-29: Version 1.2.10
4168
4169 Improved debugger support.
4170
4171 Fixed bug in exception message reporting (issue 390).
4172
4173 Improved overall performance.
4174
4175
ager@chromium.org5aa501c2009-06-23 07:57:28 +000041762009-06-23: Version 1.2.9
4177
4178 Improved math performance on ARM.
4179
4180 Fixed profiler name-inference bug.
4181
4182 Fixed handling of shared libraries in the profiler tick processor
4183 scripts.
4184
4185 Fixed handling of tests that time out in the test scripts.
4186
4187 Fixed compilation on MacOS X version 10.4.
4188
4189 Fixed two bugs in the regular expression engine.
4190
4191 Fixed a bug in the string type inference.
4192
4193 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004194
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004195 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004196
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004197
ager@chromium.orgeadaf222009-06-16 09:43:10 +000041982009-06-16: Version 1.2.8
4199
4200 Optimized math on ARM platforms.
4201
4202 Fixed two crash bugs in the handling of getters and setters.
4203
4204 Improved the debugger support by adding scope chain information.
4205
4206 Improved the profiler support by compressing log data transmitted
4207 to clients.
4208
4209 Improved overall performance.
4210
4211
ager@chromium.orge2902be2009-06-08 12:21:35 +000042122009-06-08: Version 1.2.7
4213
4214 Improved debugger and profiler support.
4215
4216 Reduced compilation time by improving the handling of deferred
4217 code.
4218
4219 Optimized interceptor accesses where the property is on the object
4220 on which the interceptors is attached.
4221
4222 Fixed compilation problem on GCC 4.4 by changing the stack
4223 alignment to 16 bytes.
4224
4225 Fixed handle creation to follow stric aliasing rules.
4226
4227 Fixed compilation on FreeBSD.
4228
4229 Introduced API for forcing the deletion of a property ignoring
4230 interceptors and attributes.
4231
4232
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000042332009-05-29: Version 1.2.6
4234
4235 Added a histogram recording hit rates at different levels of the
4236 compilation cache.
4237
4238 Added stack overflow check for the RegExp analysis phase. Previously a
4239 very long regexp graph could overflow the stack with recursive calls.
4240
4241 Use a dynamic buffer when collecting log events in memory.
4242
4243 Added start/stop events to the profiler log.
4244
4245 Fixed infinite loop which could happen when setting a debug break while
4246 executing a RegExp compiled to native code.
4247
4248 Fixed handling of lastIndexOf called with negative index (issue 351).
4249
4250 Fixed irregular crash in profiler test (issue 358).
4251
4252 Fixed compilation issues with some versions of gcc.
4253
4254
kasperl@chromium.org71affb52009-05-26 05:44:31 +000042552009-05-26: Version 1.2.5
4256
4257 Fixed bug in initial boundary check for Boyer-Moore text
4258 search (issue 349).
4259
4260 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4261 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4262 Craig Schlenter.
4263
4264 Added a script cache to the debugger.
4265
4266 Optimized compilation performance by improving internal data
4267 structures and avoiding expensive property load optimizations for
4268 code that's infrequently executed.
4269
4270 Exposed the calling JavaScript context through the static API
4271 function Context::GetCalling().
4272
4273
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000042742009-05-18: Version 1.2.4
4275
4276 Improved performance of floating point number allocation for ARM
4277 platforms.
4278
4279 Fixed crash when using the instanceof operator on functions with
4280 number values in their prototype chain (issue 341).
4281
4282 Optimized virtual frame operations in the code generator to speed
4283 up compilation time and allocated the frames in the zone.
4284
4285 Made the representation of virtual frames and jump targets in the
4286 code generator much more compact.
4287
4288 Avoided linear search for non-locals in scope code when resolving
4289 variables inside with and eval scopes.
4290
4291 Optimized lexical scanner by dealing with whitespace as part of
4292 the token scanning instead of as a separate step before it.
4293
4294 Changed the scavenging collector so that promoted objects do not
4295 reside in the old generation while their remembered set is being
4296 swept for pointers into the young generation.
4297
4298 Fixed numeric overflow handling when compiling count operations.
4299
4300
ager@chromium.org9085a012009-05-11 19:22:57 +000043012009-05-11: Version 1.2.3
4302
4303 Fixed bug in reporting of out-of-memory situations.
4304
4305 Introduced hidden prototypes on certain builtin prototype objects
4306 such as String.prototype to emulate JSC's behavior of restoring
4307 the original function when deleting functions from those prototype
4308 objects.
4309
4310 Fixed crash bug in the register allocator.
4311
4312
ager@chromium.org5ec48922009-05-05 07:25:34 +000043132009-05-04: Version 1.2.2
4314
4315 Fixed bug in array sorting for sparse arrays (issue 326).
4316
4317 Added support for adding a soname when building a shared library
4318 on Linux (issue 151).
4319
4320 Fixed bug caused by morphing internal ASCII strings to external
4321 two-byte strings. Slices over ASCII strings have to forward ASCII
4322 checks to the underlying buffer string.
4323
4324 Allowed API call-as-function handlers to be called as
4325 constructors.
4326
4327 Fixed a crash bug where an external string was disposed but a
4328 slice of the external string survived as a symbol.
4329
4330
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000043312009-04-27: Version 1.2.1
4332
4333 Added EcmaScript 5 JSON object.
4334
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004335 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004336
4337
ager@chromium.org65dad4b2009-04-23 08:48:43 +000043382009-04-23: Version 1.2.0
4339
4340 Optimized floating-point operations on ARM.
4341
4342 Added a number of extensions to the debugger API.
4343
4344 Changed the enumeration order for unsigned integer keys to always
4345 be numerical order.
4346
4347 Added a "read" extension to the shell sample.
4348
4349 Added support for Array.prototype.reduce and
4350 Array.prototype.reduceRight.
4351
4352 Added an option to the SCons build to control Microsoft Visual C++
4353 link-time code generation.
4354
4355 Fixed a number of bugs (in particular issue 315, issue 316,
4356 issue 317 and issue 318).
4357
4358
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000043592009-04-15: Version 1.1.10
4360
4361 Fixed crash bug that occurred when loading a const variable in the
4362 presence of eval.
4363
4364 Allowed using with and eval in registered extensions in debug mode
4365 by fixing bogus assert.
4366
4367 Fixed the source position for function returns to enable the
4368 debugger to break there.
4369
4370
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000043712009-04-14: Version 1.1.9
4372
4373 Made the stack traversal code in the profiler robust by avoiding
4374 to look into the heap.
4375
4376 Added name inferencing for anonymous functions to facilitate
4377 debugging and profiling.
4378
4379 Re-enabled stats timers in the developer shell (d8).
4380
4381 Fixed issue 303 by avoiding to shortcut cons-symbols.
4382
4383
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000043842009-04-11: Version 1.1.8
4385
4386 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4387
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004388 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004389 the debugger (issue 269).
4390
4391 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4392 are no hidden properties.
4393
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004394 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004395 entries with deleted resources would lead to NPEs when looking
4396 up in the symbol table.
4397
4398
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000043992009-04-07: Version 1.1.7
4400
4401 Added support for easily importing additional environment
4402 variables into the SCons build.
4403
4404 Optimized strict equality checks.
4405
4406 Fixed crash in indexed setters on objects without a corresponding
4407 getter (issue 298).
4408
4409 Re-enabled script compilation cache.
4410
4411
ager@chromium.org8682a592009-04-01 10:47:14 +000044122009-04-01: Version 1.1.6
4413
4414 Reverted an unsafe code generator change.
4415
4416
ager@chromium.org71daaf62009-04-01 07:22:49 +000044172009-04-01: Version 1.1.5
4418
4419 Fixed bug that caused function literals to not be optimized as
4420 much as other functions.
4421
4422 Improved profiler support.
4423
4424 Fixed a crash bug in connection with debugger unloading.
4425
4426 Fixed a crash bug in the code generator caused by losing the
4427 information that a frame element was copied.
4428
4429 Fixed an exception propagation bug that could cause non-null
4430 return values when exceptions were thrown.
4431
4432
ager@chromium.org41826e72009-03-30 13:30:57 +000044332009-03-30: Version 1.1.4
4434
4435 Optimized String.prototype.match.
4436
4437 Improved the stack information in profiles.
4438
4439 Fixed bug in ARM port making it possible to compile the runtime
4440 system for thumb mode again.
4441
4442 Implemented a number of optimizations in the code generator.
4443
4444 Fixed a number of memory leaks in tests.
4445
4446 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004447 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004448
4449
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000044502009-03-24: Version 1.1.3
4451
4452 Fixed assertion failures in compilation of loop conditions.
4453
4454 Removed STL dependency from developer shell (d8).
4455
4456 Added infrastructure for protecting the V8 heap from corruption
4457 caused by memory modifications from the outside.
4458
4459
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000044602009-03-24: Version 1.1.2
4461
4462 Improved frame merge code generated by the code generator.
4463
4464 Optimized String.prototype.replace.
4465
4466 Implemented __defineGetter__ and __defineSetter__ for properties
4467 with integer keys on non-array objects.
4468
4469 Improved debugger and profiler support.
4470
4471 Fixed a number of portability issues to allow compilation for
4472 smaller ARM devices.
4473
4474 Exposed object cloning through the API.
4475
4476 Implemented hidden properties. This is used to expose an identity
4477 hash for objects through the API.
4478
4479 Implemented restarting of regular expressions if their input
4480 string changes representation during preemption.
4481
4482 Fixed a code generator bug that could cause assignments in loops
4483 to be ignored if using continue to break out of the loop (issue
4484 284).
4485
4486
ager@chromium.org3a6061e2009-03-12 14:24:36 +000044872009-03-12: Version 1.1.1
4488
4489 Fixed an assertion in the new compiler to take stack overflow
4490 exceptions into account.
4491
4492 Removed exception propagation code that could cause crashes.
4493
4494 Fixed minor bug in debugger line number computations.
4495
4496 8-byte align the C stack on Linux and Windows to speed up floating
4497 point computations.
4498
4499
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000045002009-03-12: Version 1.1.0
4501
4502 Improved code generation infrastructure by doing simple register
4503 allocation and constant folding and propagation.
4504
4505 Optimized regular expression matching by avoiding to create
4506 intermediate string arrays and by flattening nested array
4507 representations of RegExp data.
4508
4509 Traverse a few stack frames when recording profiler samples to
4510 include partial call graphs in the profiling output.
4511
4512 Added support for using OProfile to profile generated code.
4513
4514 Added remote debugging support to the D8 developer shell.
4515
4516 Optimized creation of nested literals like JSON objects.
4517
4518 Fixed a bug in garbage collecting unused maps and turned it on by
4519 default (--collect-maps).
4520
4521 Added support for running tests under Valgrind.
4522
4523
kasperl@chromium.org061ef742009-02-27 12:16:20 +000045242009-02-27: Version 1.0.3
4525
4526 Optimized double-to-integer conversions in bit operations by using
4527 SSE3 instructions if available.
4528
4529 Optimized initialization sequences that store to multiple
4530 properties of the same object.
4531
4532 Changed the D8 debugger frontend to use JSON messages.
4533
4534 Force garbage collections when disposing contexts.
4535
4536 Align code objects at 32-byte boundaries.
4537
4538
ager@chromium.org381abbb2009-02-25 13:23:22 +000045392009-02-25: Version 1.0.2
4540
4541 Improved profiling support by performing simple call stack
4542 sampling for ticks and by fixing a bug in the logging of code
4543 addresses.
4544
4545 Fixed a number of debugger issues.
4546
4547 Optimized code that uses eval.
4548
4549 Fixed a couple of bugs in the regular expression engine.
4550
4551 Reduced the size of generated code for certain regular expressions.
4552
4553 Removed JSCRE completely.
4554
4555 Fixed issue where test could not be run if there was a dot in the
4556 checkout path.
4557
4558
ager@chromium.org6f10e412009-02-13 10:11:16 +000045592009-02-13: Version 1.0.1
4560
4561 Fixed two crash-bugs in irregexp (issue 231 and 233).
4562
4563 Fixed a number of minor bugs (issue 87, 227 and 228).
4564
4565 Added support for morphing strings to external strings on demand
4566 to avoid having to create copies in the embedding code.
4567
4568 Removed experimental support for external symbol callbacks.
4569
4570
iposva@chromium.org245aa852009-02-10 00:49:54 +000045712009-02-09: Version 1.0.0
4572
4573 Fixed crash-bug in the code generation for case independent 16 bit
4574 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004575
iposva@chromium.org245aa852009-02-10 00:49:54 +00004576 Made shells more robust in the presence of string conversion
4577 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004578
iposva@chromium.org245aa852009-02-10 00:49:54 +00004579 Fixed a potential infinite loop when attempting to resolve
4580 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004581
iposva@chromium.org245aa852009-02-10 00:49:54 +00004582 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004583
iposva@chromium.org245aa852009-02-10 00:49:54 +00004584 Reduced binary by stripping unneeded text from JavaScript library and
4585 minifying some JavaScript files.
4586
4587
ager@chromium.orgddb913d2009-01-27 10:01:48 +000045882009-01-27: Version 0.4.9
4589
4590 Enabled new regular expression engine.
4591
4592 Made a number of changes to the debugger protocol.
4593
4594 Fixed a number of bugs in the preemption support.
4595
4596 Added -p option to the developer shell to run files in parallel
4597 using preemption.
4598
4599 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4600 193, 198 and 201).
4601
4602 Fixed a number of bugs in the serialization/deserialization
4603 support for the ARM platform.
4604
4605
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000046062009-01-19: Version 0.4.8.1
4607
4608 Minor patch to debugger support.
4609
4610
ager@chromium.org32912102009-01-16 10:38:43 +000046112009-01-16: Version 0.4.8
4612
4613 Fixed string length bug on ARM (issue 171).
4614
4615 Made most methods in the API const.
4616
4617 Optimized object literals by improving data locality.
4618
4619 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004620 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004621
4622 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004623 eval to behave incorrectly when using accessors (issues 186, 190
4624 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004625
4626
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000046272009-01-06: Version 0.4.7
4628
ager@chromium.org32912102009-01-16 10:38:43 +00004629 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004630
ager@chromium.org32912102009-01-16 10:38:43 +00004631 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004632
ager@chromium.org32912102009-01-16 10:38:43 +00004633 Fixed subtle bug that caused the wrong 'this' to be used when
4634 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004635
ager@chromium.org32912102009-01-16 10:38:43 +00004636 Inline array loads within loops directly in the code instead of
4637 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004638
ager@chromium.org32912102009-01-16 10:38:43 +00004639
ager@chromium.org8bb60582008-12-11 12:02:20 +000046402008-12-11: Version 0.4.6
4641
4642 Fixed exception reporting bug where certain exceptions were
4643 incorrectly reported as uncaught.
4644
4645 Improved the memory allocation strategy used during compilation to
4646 make running out of memory when compiling huge scripts less
4647 likely.
4648
4649 Optimized String.replace by avoiding the construction of certain
4650 sub strings.
4651
4652 Fixed bug in code generation for large switch statements on ARM.
4653
4654 Fixed bug that caused V8 to change the global object template
4655 passed in by the user.
4656
4657 Changed the API for creating object groups used during garbage
4658 collection. Entire object groups are now passed to V8 instead of
4659 individual members of the groups.
4660
ager@chromium.org32912102009-01-16 10:38:43 +00004661
ager@chromium.orga74f0da2008-12-03 16:05:52 +000046622008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004663
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004664 Added experimental API support for allocating V8 symbols as
4665 external strings.
4666
4667 Fixed bugs in debugging support on ARM.
4668
4669 Changed eval implementation to correctly detect whether or not a
4670 call to eval is aliased.
4671
4672 Fixed bug caused by a combination of the compilation cache and
4673 dictionary probing in native code. The bug caused us to sometimes
4674 call functions that had not yet been compiled.
4675
4676 Added platform support for FreeBSD.
4677
4678 Added support for building V8 on Windows with either the shared or
4679 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004680
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004681 Added the v8::jscre namespace around the jscre functions to avoid
4682 link errors (duplicate symbols) when building Google Chrome.
4683
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004684 Added support for calling a JavaScript function with the current
4685 debugger execution context as its argument to the debugger
4686 interface.
4687
4688 Changed the type of names of counters from wchar_t to char.
4689
4690 Changed the Windows system call used to compute daylight savings
4691 time. The system call that we used to use became four times
4692 slower on WinXP SP3.
4693
4694 Added support in the d8 developer shell for memory-mapped counters
4695 and added a stats-viewer tool.
4696
4697 Fixed bug in upper/lower case mappings (issue 149).
4698
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004699
ager@chromium.org3bf7b912008-11-17 09:09:45 +000047002008-11-17: Version 0.4.4
4701
4702 Reduced code size by using shorter instruction encoding when
4703 possible.
4704
4705 Added a --help option to the shell sample and to the d8 shell.
4706
4707 Added visual studio project files for building the ARM simulator.
4708
4709 Fixed a number of ARM simulator issues.
4710
4711 Fixed bug in out-of-memory handling on ARM.
4712
4713 Implemented shell support for passing arguments to a script from
4714 the command line.
4715
4716 Fixed bug in date code that made certain date functions return -0
4717 instead of 0 for dates before the epoch.
4718
4719 Restricted applications of eval so it can only be used in the
4720 context of the associated global object.
4721
4722 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004723
4724
ager@chromium.org870a0b62008-11-04 11:43:05 +000047252008-11-04: Version 0.4.3
4726
4727 Added support for API accessors that prohibit overwriting by
4728 accessors defined in JavaScript code by using __defineGetter__ and
4729 __defineSetter__.
4730
4731 Improved handling of conditionals in test status files.
4732
4733 Introduced access control in propertyIsEnumerable.
4734
4735 Improved performance of some string operations by caching
4736 information about the type of the string between operations.
4737
4738 Fixed bug in fast-case code for switch statements that only have
4739 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004740
ager@chromium.org870a0b62008-11-04 11:43:05 +00004741
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000047422008-10-30: Version 0.4.2
4743
4744 Improved performance of Array.prototype.concat by moving the
4745 implementation to C++ (issue 123).
4746
4747 Fixed heap growth policy to avoid growing old space to its maximum
4748 capacity before doing a garbage collection and fixed issue that
4749 would lead to artificial out of memory situations (issue 129).
4750
4751 Fixed Date.prototype.toLocaleDateString to return the date in the
4752 same format as WebKit.
4753
4754 Added missing initialization checks to debugger API.
4755
4756 Added removing of unused maps during GC.
4757
4758
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000047592008-10-28: Version 0.4.1
4760
4761 Added caching of RegExp data in compilation cache.
4762
4763 Added Visual Studio project file for d8 shell.
4764
4765 Fixed function call performance regression introduced in version
4766 0.4.0 when splitting the global object in two parts (issue 120).
4767
4768 Fixed issue 131 by checking for empty handles before throwing and
4769 reporting exceptions.
4770
4771
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000047722008-10-23: Version 0.4.0
4773
4774 Split the global object into two parts: The state holding global
4775 object and the global object proxy.
4776
4777 Fixed bug that affected the value of an assignment to an element
4778 in certain cases (issue 116).
4779
4780 Added GetPropertyNames functionality (issue 33) and extra Date
4781 functions (issue 77) to the API.
4782
4783 Changed WeakReferenceCallback to take a Persistent<Value> instead
4784 of a Persistent<Object> (issue 101).
4785
4786 Fixed issues with message reporting for exceptions in try-finally
4787 blocks (issues 73 and 75).
4788
ager@chromium.org32912102009-01-16 10:38:43 +00004789 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004790
4791 Improved Boyer-Moore implementation for faster indexOf operations.
4792
4793 Added development shell (d8) which includes counters and
4794 completion support.
4795
4796 Fixed problem with the receiver passed to functions called from
4797 eval (issue 124).
4798
4799
ager@chromium.org7c537e22008-10-16 08:43:32 +000048002008-10-16: Version 0.3.5
4801
4802 Improved string hash-code distribution by excluding bit-field bits
4803 from the hash-code.
4804
4805 Changed string search algorithm used in indexOf from KMP to
4806 Boyer-Moore.
4807
4808 Improved the generated code for the instanceof operator.
4809
4810 Improved performance of slow-case string equality checks by
4811 specializing the code based on the string representation.
4812
4813 Improve the handling of out-of-memory situations (issue 70).
4814
4815 Improved performance of strict equality checks.
4816
4817 Improved profiler output to make it easier to see anonymous
4818 functions.
4819
4820 Improved performance of slow-case keyed loads.
4821
4822 Improved property access performance by allocating a number of
4823 properties in the front object.
4824
4825 Changed the toString behavior on the built-in object constructors
4826 to print [native code] instead of the actual source. Some web
4827 applications do not like constructors with complex toString
4828 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004829
ager@chromium.org7c537e22008-10-16 08:43:32 +00004830
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000048312008-10-06: Version 0.3.4
4832
4833 Changed Array.prototype.sort to use quick sort.
4834
4835 Fixed code generation issue where leaving a finally block with
4836 break or continue would accumulate elements on the expression
4837 stack (issue 86).
4838
4839 Made sure that the name accessor on functions returns the expected
4840 names for builtin JavaScript functions and C++ callback functions.
4841
4842 Added fast case code for extending the property storage array of
4843 JavaScript objects.
4844
4845 Ported switch statement optimizations introduced in version 0.3.3
4846 to the ARM code generator.
4847
4848 Allowed GCC to use strict-aliasing rules when compiling.
4849
4850 Improved performance of arguments object allocation by taking care
4851 of arguments adaptor frames in the generated code.
4852
4853 Updated the V8 benchmark suite to version 2.
4854
4855
ager@chromium.org236ad962008-09-25 09:45:57 +000048562008-09-25: Version 0.3.3
4857
4858 Improved handling of relocation information to enable more
4859 peep-hole optimizations.
4860
4861 Optimized switch statements where all labels are constant small
4862 integers.
4863
4864 Optimized String.prototype.indexOf for common cases.
4865
4866 Fixed more build issues (issue 80).
4867
4868 Fixed a couple of profiler issues.
4869
4870 Fixed bug where the body of a function created using the Function
4871 constructor was not allowed to end with a single-line comment
4872 (issue 85).
4873
4874 Improved handling of object literals by canonicalizing object
4875 literal maps. This will allow JSON objects with the same set of
4876 properties to share the same map making inline caching work better
4877 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004878
ager@chromium.org236ad962008-09-25 09:45:57 +00004879
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000048802008-09-17: Version 0.3.2
4881
4882 Generalized the EvalCache into a CompilationCache and enabled it
4883 for scripts too. The current strategy is to retire all entries
4884 whenever a mark-sweep collection is started.
4885
4886 Fixed bug where switch statements containing only a default case
4887 would lead to an unbalanced stack (issue 69).
4888
4889 Fixed bug that made access to the function in a named function
4890 expression impossible in certain situations (issue 24).
4891
4892 Fixed even more build issues.
4893
4894 Optimized calling conventions on ARM. The conventions on ARM and
4895 IA-32 now match.
4896
4897 Removed static initializers for flags and counters.
4898
4899 Improved inline caching behavior for uncommon cases where lazily
4900 loading Date and RegExp code could force certain code paths go
4901 megamorphic.
4902
4903 Removed arguments adaption for builtins written in C++. This
4904 makes Array.prototype.push and Array.prototype.pop slightly
4905 faster.
4906
4907
ager@chromium.org9258b6b2008-09-11 09:11:10 +000049082008-09-11: Version 0.3.1
4909
4910 Fixed a number of build issues.
4911
4912 Fixed problem with missing I-cache flusing on ARM.
4913
4914 Changed space layout in memory management by splitting up
4915 code space into old data space and code space.
4916
4917 Added utf-8 conversion support to the API (issue 57).
4918
4919 Optimized repeated calls to eval with the same strings. These
4920 repeated calls are common in web applications.
4921
4922 Added Xcode project file.
4923
4924 Optimized a couple of Array operation.
4925
4926 Fixed parser bug by checking for end-of-string when parsing break
4927 and continue (issue 35).
4928
4929 Fixed problem where asian characters were not categorized as
4930 letters.
4931
4932 Fixed bug that disallowed calling functions fetched from an array
4933 using a string as an array index (issue 32).
4934
4935 Fixed bug where the internal field count on object templates were
4936 sometimes ignored (issue 54).
4937
4938 Added -f option to the shell sample for compatibility with other
4939 engines (issue 18).
4940
4941 Added source info to TryCatches in the API.
4942
4943 Fixed problem where the seed for the random number generator was
4944 clipped in a double to unsigned int conversion.
4945
4946 Fixed bug where cons string symbols were sometimes converted to
4947 non-symbol flat strings during GC.
4948
4949 Fixed bug in error reporting when attempting to convert null to an
4950 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004951
4952
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000049532008-09-04: Version 0.3.0
4954
4955 Added support for running tests on the ARM simulator.
4956
4957 Fixed bug in the 'in' operator where negative indices were not
4958 treated correctly.
4959
4960 Fixed build issues on gcc-4.3.1.
4961
4962 Changed Date.prototype.toLocaleTimeString to not print the
4963 timezone part of the time.
4964
4965 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4966 with user code.
4967
4968
v8.team.kasperl727e9952008-09-02 14:56:44 +000049692008-09-02: Version 0.2.5
4970
4971 Renamed the top level directory 'public' to 'include'.
4972
4973 Added 'env' option to the SCons build scripts to support
4974 overriding the ENV part of the build environment. This is mostly
4975 to support Windows builds in cases where SCons cannot find the
4976 correct paths to the Windows SDK, as these paths cannot be passed
4977 through shell environment variables.
4978
4979 Enabled "Buffer Security Check" on for the Windows SCons build and
4980 added the linker option /OPT:ICF as an optimization.
4981
4982 Added the V8 benchmark suite to the repository.
4983
4984
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000049852008-09-01: Version 0.2.4
4986
4987 Included mjsunit JavaScript test suite and C++ unit tests.
4988
4989 Changed the shell sample to not print the result of executing a
4990 script provided on the command line.
4991
4992 Fixed issue when building samples on Windows using a shared V8
4993 library. Added visibility option on Linux build which makes the
4994 generated library 18% smaller.
4995
4996 Changed build system to accept multiple build modes in one build
4997 and generate separate objects, libraries and executables for each
4998 mode.
4999
5000 Removed deferred negation optimization (a * -b => -(a * b)) since
5001 this visibly changes operand conversion order.
5002
5003 Improved parsing performance by introducing stack guard in
5004 preparsing. Without a stack guard preparsing always bails out
5005 with stack overflow.
5006
5007 Changed shell sample to take flags directly from the command-line.
5008 Added API call that implements this.
5009
5010 Added load, quit and version functions to the shell sample so it's
5011 easier to run benchmarks and tests.
5012
5013 Fixed issue with building samples and cctests on 64-bit machines.
5014
5015 Fixed bug in the runtime system where the prototype chain was not
5016 always searched for a setter when setting a property that does not
5017 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005018
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005019
mads.s.agercbaa0602008-08-14 13:41:48 +000050202008-08-14: Version 0.2.3
5021
5022 Improved performance of garbage collection by moving the
5023 function that updates pointers during compacting collection
5024 into the updating visitor. This gives the compiler a better
5025 chance to inline and avoid a function call per (potential)
5026 pointer.
5027
5028 Extended the shell sample with a --runtime-flags option.
5029
5030 Added Visual Studio project files for the shell.cc and
5031 process.cc samples.
5032
5033
50342008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005035
5036 Improved performance of garbage collection by changing the way
5037 we use the marking stack in the event of stack overflow during
5038 full garbage collection and by changing the way we mark roots.
5039
5040 Cleaned up ARM version by removing top of stack caching and by
5041 introducing push/pop elimination.
5042
5043 Cleaned up the way runtime functions are called to allow
5044 runtime calls with no arguments.
5045
5046 Changed Windows build options to make sure that exceptions are
5047 disabled and that optimization flags are enabled.
5048
5049 Added first version of Visual Studio project files.
5050
5051
mads.s.agercbaa0602008-08-14 13:41:48 +000050522008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005053
5054 Improved performance of unary addition by avoiding runtime calls.
5055
5056 Fixed the handling of '>' and '<=' to use right-to-left conversion
5057 and left-to-right evaluation as specified by ECMA-262.
5058
5059 Fixed a branch elimination bug on the ARM platform where incorrect
5060 code was generated because of overly aggressive branch
5061 elimination.
5062
5063 Improved performance of code that repeatedly assigns the same
5064 function to the same property of different objects with the same
5065 map.
5066
5067 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5068 no longer expects DEBUG to be defined.
5069
5070 Added platform-nullos.cc to serve as the basis for new platform
5071 implementations.
5072
mads.s.ager31e71382008-08-13 09:32:07 +00005073
mads.s.agercbaa0602008-08-14 13:41:48 +000050742008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005075
5076 Changed all text files to have native svn:eol-style.
5077
5078 Added a few samples and support for building them. The samples
5079 include a simple shell that can be used to benchmark and test V8.
5080
5081 Changed V8::GetVersion to return the version as a string.
5082
5083 Added source for lazily loaded scripts to snapshots and made
5084 serialization non-destructive.
5085
5086 Improved ARM support by fixing the write barrier code to use
5087 aligned loads and stores and by removing premature locals
5088 optimization that relied on broken support for callee-saved
5089 registers (removed).
5090
5091 Refactored the code for marking live objects during garbage
5092 collection and the code for allocating objects in paged
5093 spaces. Introduced an abstraction for the map word of a heap-
5094 allocated object and changed the memory allocator to allocate
5095 executable memory only for spaces that may contain code objects.
5096
5097 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5098 they can be used by debugging and logging modules. Added
5099 thread-safe message queues for dealing with debugger events.
5100
5101 Fixed the source code reported by toString for certain builtin
5102 empty functions and made sure that the prototype property of a
5103 function is enumerable.
5104
5105 Improved performance of converting values to condition flags in
5106 generated code.
5107
5108 Merged disassembler-{arch} files.
5109
5110
mads.s.agercbaa0602008-08-14 13:41:48 +000051112008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005112
5113 Added support for storing JavaScript stack traces in a stack
5114 allocated buffer to make it visible in shallow core dumps.
5115 Controlled by the --preallocate-message-memory flag which is
5116 disabled by default.
5117
5118
mads.s.agercbaa0602008-08-14 13:41:48 +000051192008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005120
5121 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5122 map transitions would count as properties.
5123
5124 Allowed aliased eval invocations by treating them as evals in the
5125 global context. This may change in the future.
5126
5127 Added support for accessing the last entered context through the
5128 API and renamed Context::Current to Context::GetCurrent and
5129 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5130
5131 Fixed bug in the debugger that would cause the debugger scripts to
5132 be recursively loaded and changed all disabling of interrupts to
5133 be block-structured.
5134
5135 Made snapshot data read-only to allow it to be more easily shared
5136 across multiple users of V8 when linked as a shared library.
5137
5138
mads.s.agercbaa0602008-08-14 13:41:48 +000051392008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005140
5141 Fixed building on Mac OS X by recognizing i386 and friends as
5142 IA-32 platforms.
5143
5144 Added propagation of stack overflow exceptions that occur while
5145 compiling nested functions.
5146
5147 Improved debugger with support for recursive break points and
5148 handling of exceptions that occur in the debugger JavaScript code.
5149
5150 Renamed GetInternal to GetInternalField and SetInternal to
5151 SetInternalField in the API and moved InternalFieldCount and
5152 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5153
5154
mads.s.agercbaa0602008-08-14 13:41:48 +000051552008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005156
5157 Fixed bug in stack overflow check code for IA-32 targets where a
5158 non-tagged value in register eax was pushed to the stack.
5159
5160 Fixed potential quadratic behavior when converting strings to
5161 numbers.
5162
5163 Fixed bug where the return value from Object::SetProperty could
5164 end up being the property holder instead of the written value.
5165
5166 Improved debugger support by allowing nested break points and by
5167 dealing with stack-overflows when compiling functions before
5168 setting break points in them.
5169
5170
mads.s.agercbaa0602008-08-14 13:41:48 +000051712008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005172
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005173 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005174
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005175# Local Variables:
5176# mode:text
5177# End: