blob: a683b1b95f69eedcd51e3f954bd226112fa20f71 [file] [log] [blame]
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +000012013-01-31: Version 3.16.12
2
3 Performance and stability improvements on all platforms.
4
5
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +000062013-01-30: Version 3.16.11
7
8 Put making embedded maps in optimized code weak behind a flag.
9 (Chromium issue 172488,172489)
10
11 Performance and stability improvements on all platforms.
12
13
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000142013-01-25: Version 3.16.10
15
16 Avoid excessive memory usage during redundant phi elimination.
17 (issue 2510)
18
19 Fixed additional spec violations wrt RegExp.lastIndex.
20 (issue 2437)
21
22 Added Isolate parameter to Persistent class.
23 (issue 2487)
24
25 Performance and stability improvements on all platforms.
26
27
yangguo@chromium.org003650e2013-01-24 16:31:08 +0000282013-01-24: Version 3.16.9
29
30 Made embedded maps in optimized code weak.
31 (issue 2073)
32
33 Fixed corner case when JSFunction is evicted from flusher.
34 (Chromium issue 168801)
35
36 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
37 (Chromium issue 171641)
38
39 Performance and stability improvements on all platforms.
40
41
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +0000422013-01-23: Version 3.16.8
43
44 Correctly reset lastIndex in an RegExp object.
45 (Chromium issue 170856)
46
47 Added a workaround for Windows compilation problems related to V8EXPORT.
48 (issue 2507)
49
50 tools/run-tests.py: shlex.split() the value of --command-prefix
51 (Chromium issue 171553)
52
53 Fixed pattern detection for replacing shifts by rotation.
54 (Chromium issue 2499)
55
56 Performance and stability improvements on all platforms.
57
58
yangguo@chromium.org28381b42013-01-21 14:39:38 +0000592013-01-21: Version 3.16.7
60
61 Removed <(library) usage from v8.gyp.
62 (Chromium issue 111541)
63
64 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
65 (Chromium issue 169928)
66
67 Performance and stability improvements on all platforms.
68
69
yangguo@chromium.org46a2a512013-01-18 16:29:40 +0000702013-01-18: Version 3.16.6
71
72 Made the Isolate parameter mandatory in Locker and Unlocker classes.
73 (issue 2487)
74
75 Avoid pointer underflow in CopyCharsUnsigned.
76 (issue 2493)
77
78 Generate shim headers when using system v8.
79 (Chromium issue 165264)
80
81 Fixed arguments materialization for inlined apply().
82 (issue 2489)
83
84 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
85 (Chromium issue 147497)
86
87 Added sanity check to CodeFlusher::AddCandidate.
88 (Chromium issue 169209)
89
90 Performance and stability improvements on all platforms.
91
92
932013-01-15: Version 3.16.5
94
95 Removed deprecated functions from V8's external API.
96
97 Prepared API for WebKit use of Latin-1.
98
99 Fixed V8 issue 2486.
100
101 Fixed Chromium issue 169723.
102
103 Performance and stability improvements on all platforms.
104
105
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001062013-01-11: Version 3.16.4
107
108 Fixed Chromium issues 168545 and 169209.
109
110 Performance and stability improvements on all platforms.
111
112
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001132013-01-09: Version 3.16.3
114
115 Improved GC performance when moving parts of a FixedArray (issue 2452).
116
117 Enabled readline on d8 while building a shared lib (issue 1781).
118
119 Fixed missing exception check in typed array constructor
120 (Chromium issue 168545).
121
122 Check for read-only-ness when preparing for array sort (issue 2419).
123
124 Performance and stability improvements on all platforms.
125
126
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00001272013-01-04: Version 3.16.2
128
129 Added Makefile options to build for the Raspberry Pi (armv7=0,
130 arm_fpu=vfp2).
131
132 Performance and stability improvements on all platforms.
133
134
ulan@chromium.org4121f232012-12-27 15:57:11 +00001352012-12-27: Version 3.16.1
136
137 Fixed x64 MathMinMax for negative untagged int32 arguments.
138 (Chromium issue 164442)
139
140 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
141 (issue 2458)
142
143 Performance and stability improvements on all platforms.
144
145
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00001462012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000147
148 V8_Fatal now prints C++ stack trace in debug mode.
149
150 Added HTML-based tick processor.
151
152 Continued implementation of Object.observe (V8 issue 2409).
153
154 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
155
156 Fixed Chromium issues 125308, 165637, 166379, 166553.
157
158 Performance and stability improvements on all platforms.
159
160
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00001612012-12-10: Version 3.15.11
162
163 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
164 flags.
165
166 Performance and stability improvements on all platforms.
167
168
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00001692012-12-07: Version 3.15.10
170
171 Enabled optimisation of functions inside eval. (issue 2315)
172
173 Fixed spec violations in methods of Number.prototype. (issue 2443)
174
175 Added GCTracer metrics for a scavenger GC for DOM wrappers.
176
177 Performance and stability improvements on all platforms.
178
179
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00001802012-12-06: Version 3.15.9
181
182 Fixed candidate eviction in code flusher.
183 (Chromium issue 159140)
184
185 Iterate through all arguments for side effects in Math.min/max.
186 (issue 2444)
187
188 Fixed spec violations related to regexp.lastIndex
189 (issue 2437, issue 2438)
190
191 Performance and stability improvements on all platforms.
192
193
mmassi@chromium.org49a44672012-12-04 13:52:03 +00001942012-12-04: Version 3.15.8
195
196 Enforced stack allocation of TryCatch blocks.
197 (issue 2166,chromium:152389)
198
199 Fixed external exceptions in external try-catch handlers.
200 (issue 2166)
201
202 Activated incremental code flushing by default.
203
204 Performance and stability improvements on all platforms.
205
206
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002072012-11-30: Version 3.15.7
208
209 Activated code aging by default.
210
211 Included more information in --prof log.
212
213 Removed eager sweeping for lazy swept spaces. Try to find in
214 SlowAllocateRaw a bounded number of times a big enough memory slot.
215 (issue 2194)
216
217 Performance and stability improvements on all platforms.
218
219
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002202012-11-26: Version 3.15.6
221
222 Ensure double arrays are filled with holes when extended from
223 variations of empty arrays. (Chromium issue 162085)
224
225 Performance and stability improvements on all platforms.
226
227
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00002282012-11-23: Version 3.15.5
229
230 Fixed JSON.stringify for objects with interceptor handlers.
231 (Chromium issue 161028)
232
233 Fixed corner case in x64 compare stubs. (issue 2416)
234
235 Performance and stability improvements on all platforms.
236
237
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00002382012-11-16: Version 3.15.4
239
240 Fixed Array.prototype.join evaluation order. (issue 2263)
241
242 Perform CPU sampling by CPU sampling thread only iff processing thread
243 is not running. (issue 2364)
244
245 When using an Object as a set in Object.getOwnPropertyNames, null out
246 the proto. (issue 2410)
247
248 Disabled EXTRA_CHECKS in Release build.
249
250 Heap explorer: Show representation of strings.
251
252 Removed 'type' and 'arguments' properties from Error object.
253 (issue 2397)
254
255 Added atomics implementation for ThreadSanitizer v2.
256 (Chromium issue 128314)
257
258 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
259
260 Performance and stability improvements on all platforms.
261
262
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00002632012-11-13: Version 3.15.3
264
265 Changed sample shell to send non-JS output (e.g. errors) to stderr
266 instead of stdout.
267
268 Correctly check for stack overflow even when interrupt is pending.
269 (issue 214)
270
271 Collect stack trace on stack overflow. (issue 2394)
272
273 Performance and stability improvements on all platforms.
274
275
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00002762012-11-12: Version 3.15.2
277
278 Function::GetScriptOrigin supplies sourceURL when script name is
279 not available. (Chromium issue 159413)
280
281 Made formatting error message side-effect-free. (issue 2398)
282
283 Fixed length check in JSON.stringify. (Chromium issue 160010)
284
285 ES6: Added support for Set and Map clear method (issue 2400)
286
287 Fixed slack tracking when instance prototype changes.
288 (Chromium issue 157019)
289
290 Fixed disabling of code flusher while marking. (Chromium issue 159140)
291
292 Added a test case for object grouping in a scavenger GC (issue 2077)
293
294 Support shared library build of Android for v8.
295 (Chromium issue 158821)
296
297 ES6: Added support for size to Set and Map (issue 2395)
298
299 Performance and stability improvements on all platforms.
300
301
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003022012-11-06: Version 3.15.1
303
304 Put incremental code flushing behind a flag. (Chromium issue 159140)
305
306 Performance and stability improvements on all platforms.
307
308
danno@chromium.org72204d52012-10-31 10:02:10 +00003092012-10-31: Version 3.15.0
310
311 Loosened aligned code target requirement on ARM (issue 2380)
312
313 Fixed JSON.parse to treat leading zeros correctly.
314 (Chromium issue 158185)
315
316 Performance and stability improvements on all platforms.
317
318
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003192012-10-22: Version 3.14.5
320
321 Killed off the SCons based build.
322
323 Added a faster API for creating v8::Integer objects.
324
325 Speeded up function deoptimization by avoiding quadratic pass over
326 optimized function list. (Chromium issue 155270)
327
328 Always invoke the default Array.sort functions from builtin functions.
329 (issue 2372)
330
331 Reverted recent CPU profiler changes because they broke --prof.
332 (issue 2364)
333
334 Switched code flushing to use different JSFunction field.
335 (issue 1609)
336
337 Performance and stability improvements on all platforms.
338
339
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00003402012-10-15: Version 3.14.4
341
342 Allow evals for debugger even if they are prohibited in the debugee
343 context. (Chromium issue 154733)
344
345 Enabled --verify-heap in release mode (issue 2120)
346
347 Performance and stability improvements on all platforms.
348
349
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00003502012-10-11: Version 3.14.3
351
352 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
353 (Chromium issue 155076).
354
355 Bumped variable limit further to 2^17 (Chromium issue 151625).
356
357 Performance and stability improvements on all platforms.
358
359
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00003602012-10-10: Version 3.14.2
361
362 ARM: allowed VFP3 instructions when hardfloat is enabled.
363 (Chromium issue 152506)
364
365 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
366 (Chromium issue 151749)
367
368 Made GDBJIT interface compile again. (issue 1804)
369
370 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
371 (Chromium issue 143967)
372
373 Made sure that names of temporaries do not clash with real variables.
374 (issue 2322)
375
376 Rejected local module declarations. (Chromium issue 150628)
377
378 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
379
380 Fixed slot recording of code target patches.
381 (Chromium issue 152615,chromium:144230)
382
383 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
384
385 Performance and stability improvements on all platforms.
386
387
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00003882012-10-01: Version 3.14.1
389
390 Don't set -m32 flag when compiling with Android ARM compiler.
391 (Chromium issue 143889)
392
393 Restore the descriptor array before returning allocation failure.
394 (Chromium issue 151750)
395
396 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
397 128252).
398
399 Pull more recent gyp in 'make dependencies'.
400
401 Made sure that the generic KeyedStoreIC changes length and element_kind
402 atomically (issue 2346).
403
404 Bumped number of allowed variables per scope to 65535, to address GWT.
405 (Chromium issue 151625)
406
407 Support sourceURL for dynamically inserted scripts (issue 2342).
408
409 Performance and stability improvements on all platforms.
410
411
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004122012-09-20: Version 3.14.0
413
414 Fixed missing slot recording during clearing of CallICs.
415 (Chromium issue 144230)
416
417 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
418 (Chromium issue 150729)
419
420 Fixed minus zero test. (Issue 2133)
421
422 Fixed setting array length to zero for slow elements.
423 (Chromium issue 146910)
424
425 Fixed lost arguments dropping in HLeaveInlined.
426 (Chromium issue 150545)
427
428 Fixed casting error for receiver of interceptors.
429 (Chromium issue 149912)
430
431 Throw a more descriptive exception when blocking 'eval' via CSP.
432 (Chromium issue 140191)
433
434 Fixed debugger's eval when close to stack overflow. (issue 2318)
435
436 Added checks to live edit. (issue 2297)
437
438 Switched on code compaction on incremental GCs.
439
440 Fixed caching of optimized code for OSR. (issue 2326)
441
442 Not mask exception thrown by toString in String::UtfValue etc.
443 (issue 2317)
444
445 Fixed API check for length of external arrays. (Chromium issue 148896)
446
447 Ensure correct enumeration indices in the dict (Chromium issue 148376)
448
449 Correctly initialize regexp global cache. (Chromium issue 148378)
450
451 Fixed arguments object materialization during deopt. (issue 2261)
452
453 Introduced new API to expose external string resource regardless of
454 encoding.
455
456 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
457 --deopt-every-n-times flag is present
458 (Chromium issue 148389)
459
460 Fixed edge case of extension with NULL as source string.
461 (Chromium issue 144649)
462
463 Fixed array index dehoisting. (Chromium issue 141395)
464
465 Performance and stability improvements on all platforms.
466
467
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00004682012-09-11: Version 3.13.7
469
470 Enable/disable LiveEdit using the (C++) debug API.
471
472 Performance and stability improvements on all platforms.
473
474
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00004752012-09-06: Version 3.13.6
476
477 Added validity checking to API functions and calls.
478
479 Disabled accessor inlining (Chromium issue 134609).
480
481 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
482
483 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
484
485 Fixed VS2005 build (issue 2313).
486
487 Activated fixed ES5 readonly semantics by default.
488
489 Added hardfp flag to the Makefile.
490
491 Performance and stability improvements on all platforms.
492
493
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00004942012-08-29: Version 3.13.5
495
496 Release stack trace data after firing Error.stack accessor.
497 (issue 2308)
498
499 Added a new API V8::SetJitCodeEventHandler to push code name and
500 location to users such as profilers.
501
502 Allocate block-scoped global bindings to global context.
503
504 Performance and stability improvements on all platforms.
505
506
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005072012-08-28: Version 3.13.4
508
509 Print reason for disabling optimization. Kill --trace-bailout flag.
510
511 Provided option to disable full DEBUG build on Android.
512
513 Introduced global contexts to represent lexical global scope(s).
514
515 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
516
517 Performance and stability improvements on all platforms.
518
519
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005202012-08-21: Version 3.13.3
521
522 Performance and stability improvements on all platforms.
523
524
5252012-08-20: Version 3.13.2
526
527 Performance and stability improvements on all platforms.
528
529
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00005302012-08-16: Version 3.13.1
531
532 Performance and stability improvements on all platforms.
533
534
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00005352012-08-10: Version 3.13.0
536
537 Added histograms for total allocated/live heap size, as well as
538 allocated size and percentage of total for map and cell space.
539
540 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
541 (issue 1645)
542
543 Added checks for interceptors to negative lookup code in Crankshaft.
544 (Chromium issue 140473)
545
546 Made incremental marking clear ICs and type feedback cells.
547
548 Performance and stability improvements on all platforms.
549
550
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00005512012-08-01: Version 3.12.19
552
553 Performance and stability improvements on all platforms.
554
555
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00005562012-07-30: Version 3.12.18
557
558 Forced using bit-pattern for signed zero double. (issue 2239)
559
560 Made sure double to int conversion is correct. (issue 2260)
561
562 Performance and stability improvements on all platforms.
563
564
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00005652012-07-27: Version 3.12.17
566
567 Always set the callee's context when calling a function from optimized
568 code.
569 (Chromium issue 138887)
570
571 Fixed building with GCC 3.x
572 (issue 2016, 2017)
573
574 Improved API calls that return empty handles.
575 (issue 2245)
576
577 Performance and stability improvements on all platforms.
578
579
danno@chromium.org129d3982012-07-25 15:01:47 +00005802012-07-25: Version 3.12.16
581
582 Performance and stability improvements on all platforms.
583
584
yangguo@chromium.org304cc332012-07-24 07:59:48 +00005852012-07-24: Version 3.12.15
586
587 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
588 (issue 2252)
589
590 Added dependency to HLoadKeyed* instructions to prevent invalid
591 hoisting. (Chromium issue 137768)
592
593 Enabled building d8 for Android on Mac.
594
595 Interpret negative hexadecimal literals as NaN.
596 (issue 2240)
597
598 Expose counters in javascript when using --track-gc-object-stats.
599
600 Enabled building and testing V8 on Android IA.
601
602 Added --trace-parse flag to parser.
603
604 Performance and stability improvements on all platforms.
605
606
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006072012-07-18: Version 3.12.14
608
609 Deactivated optimization of packed arrays.
610 (Chromium issue 137768)
611
612 Fixed broken accessor transition.
613 (Chromium issue 137689)
614
615 Performance and stability improvements on all platforms.
616
617
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006182012-07-17: Version 3.12.13
619
620 Fixed missing tagging of stack value in finally block.
621 (Chromium issue 137496)
622
623 Added more support for heap analysis.
624
625 Performance and stability improvements on all platforms.
626
627
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00006282012-07-16: Version 3.12.12
629
630 Added an option to the tickprocessor to specify the directory for lib
631 lookup.
632
633 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
634
635 Fixed transcendental cache on ARM in optimized code (issue 2234).
636
637 New heap inspection tools: counters for object sizes and counts,
638 histograms for external fragmentation.
639
640 Incorporated constness into inferred interfaces (in preparation for
641 handling imports) (issue 1569).
642
643 Performance and stability improvements on all platforms.
644
645
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00006462012-07-12: Version 3.12.11
647
648 Renamed "mips" arch to "mipsel" in the GYP build.
649
650 Fixed computation of call targets on prototypes in Crankshaft.
651 (Chromium issue 125148)
652
653 Removed use of __lookupGetter__ when generating stack trace.
654 (issue 1591)
655
656 Turned on ES 5.2 globals semantics by default.
657 (issue 1991, Chromium issue 80591)
658
659 Synced preparser and parser wrt syntax error in switch..case.
660 (issue 2210)
661
662 Fixed reporting of octal literals in strict mode when preparsing.
663 (issue 2220)
664
665 Fixed inline constructors for Harmony Proxy prototypes.
666 (issue 2225)
667
668 Performance and stability improvements on all platforms.
669
670
danno@chromium.org81cac2b2012-07-10 11:28:27 +00006712012-07-10: Version 3.12.10
672
673 Re-enabled and fixed issue with array bounds check elimination
674 (Chromium issue 132114).
675
676 Fixed Debug::Break crash. (Chromium issue 131642)
677
678 Added optimizing compiler support for JavaScript getters.
679
680 Performance and stability improvements on all platforms.
681
682
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00006832012-07-06: Version 3.12.9
684
685 Correctly advance the scanner when scanning unicode regexp flag.
686 (Chromium issue 136084)
687
688 Fixed unhandlified code calling Harmony Proxy traps.
689 (issue 2219)
690
691 Performance and stability improvements on all platforms.
692
693
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00006942012-07-05: Version 3.12.8
695
696 Implemented TypedArray.set and ArrayBuffer.slice in d8.
697
698 Performance and stability improvements on all platforms.
699
700
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007012012-07-03: Version 3.12.7
702
703 Fixed lazy compilation for strict eval scopes.
704 (Chromium issue 135066)
705
706 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
707 (issue 2151)
708
709 Report "hidden properties" in heap profiler for properties case.
710 (issue 2212)
711
712 Activated optimization of packed arrays by default.
713
714 Performance and stability improvements on all platforms.
715
716
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007172012-06-29: Version 3.12.6
718
719 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
720
721 Extended TypedArray support in d8.
722
723
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00007242012-06-28: Version 3.12.5
725
726 Fixed lazy parsing heuristics to respect outer scope.
727 (Chromium issue 135008)
728
729 Allow using test-wrapper-gypbuild.py on Windows when no python
730 interpreter is registered.
731
732 Performance and stability improvements on all platforms.
733
734
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00007352012-06-27: Version 3.12.4
736
737 Removed -fomit-frame-pointer flag from Release builds to make
738 the stack walkable by TCMalloc (Chromium issue 133723).
739
740 Ported r7868 (constant masking) to x64 (issue 1374).
741
742 Expose more detailed memory statistics (issue 2201).
743
744 Fixed Harmony Maps and WeakMaps for undefined values
745 (Chromium issue 132744).
746
747 Correctly throw reference error in strict mode with ICs disabled
748 (issue 2119).
749
750 Performance and stability improvements on all platforms.
751
752
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00007532012-06-25: Version 3.12.3
754
755 Reverted r11835 'Unify promotion and allocation limit computation' due
756 to V8 Splay performance regression on Mac. (Chromium issue 134183)
757
758 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
759
760 Performance and stability improvements on all platforms.
761
762
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00007632012-06-22: Version 3.12.2
764
765 Made near-jump check more strict in LoadNamedFieldPolymorphic on
766 ia32/x64. (Chromium issue 134055)
767
768 Fixed lazy sweeping heuristics to prevent old-space expansion.
769 (issue 2194)
770
771 Performance and stability improvements on all platforms.
772
773
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00007742012-06-21: Version 3.12.1
775
776 Performance and stability improvements on all platforms.
777
778
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00007792012-06-20: Version 3.12.0
780
781 Fixed Chromium issues:
782 115100, 129628, 131994, 132727, 132741, 132742, 133211
783
784 Fixed V8 issues:
785 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
786
787 Added --extra-code flag to mksnapshot to load JS code into the VM
788 before creating the snapshot.
789
790 Support 'restart call frame' command in the debugger.
791
792 Performance and stability improvements on all platforms.
793
794
mmassi@chromium.org7028c052012-06-13 11:51:58 +00007952012-06-13: Version 3.11.10
796
797 Implemented heap profiler memory usage reporting.
798
799 Preserved error message during finally block in try..finally.
800 (Chromium issue 129171)
801
802 Fixed EnsureCanContainElements to properly handle double values.
803 (issue 2170)
804
805 Improved heuristics to keep objects in fast mode with inherited
806 constructors.
807
808 Performance and stability improvements on all platforms.
809
810
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008112012-06-06: Version 3.11.9
812
813 Implemented ES5-conformant semantics for inherited setters and read-only
814 properties. Currently behind --es5_readonly flag, because it breaks
815 WebKit bindings.
816
817 Exposed last seen heap object id via v8 public api.
818
819 Performance and stability improvements on all platforms.
820
821
verwaest@chromium.org37141392012-05-31 13:27:02 +00008222012-05-31: Version 3.11.8
823
824 Avoid overdeep recursion in regexp where a guarded expression with a
825 minimum repetition count is inside another quantifier.
826 (Chromium issue 129926)
827
828 Fixed missing write barrier in store field stub.
829 (issues 2143, 1465, Chromium issue 129355)
830
831 Proxies: Fixed receiver for setters inherited from proxies.
832 Proxies: Fixed ToStringArray function so that it does not reject some
833 keys.
834 (issue 1543)
835
836 Performance and stability improvements on all platforms.
837
838
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00008392012-05-29: Version 3.11.7
840
841 Get better function names in stack traces.
842
843 Performance and stability improvements on all platforms.
844
845
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00008462012-05-24: Version 3.11.6
847
848 Fixed RegExp.prototype.toString for incompatible receivers
849 (issue 1981).
850
851 Performance and stability improvements on all platforms.
852
853
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00008542012-05-23: Version 3.11.5
855
856 Performance and stability improvements on all platforms.
857
858
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00008592012-05-22: Version 3.11.4
860
861 Some cleanup to common.gypi. This fixes some host/target combinations
862 that weren't working in the Make build on Mac.
863
864 Handle EINTR in socket functions and continue incomplete sends.
865 (issue 2098)
866
867 Fixed python deprecations. (issue 1391)
868
869 Made socket send and receive more robust and return 0 on failure.
870 (Chromium issue 15719)
871
872 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
873
874 Set '-m32' option for host and target platforms
875
876 Performance and stability improvements on all platforms.
877
878
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00008792012-05-18: Version 3.11.3
880
881 Disable optimization for functions that have scopes that cannot be
882 reconstructed from the context chain. (issue 2071)
883
884 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
885
886 Correctly check for native error objects. (Chromium issue 2138)
887
888 Performance and stability improvements on all platforms.
889
890
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00008912012-05-16: Version 3.11.2
892
893 Revert r11496. (Chromium issue 128146)
894
895 Implement map collection for incremental marking. (issue 1465)
896
897 Add toString method to CallSite (which describes a frame of the
898 stack trace).
899
900
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009012012-05-15: Version 3.11.1
902
903 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
904
905 Fix freebsd build. (V8 issue 2126)
906
907 Performance and stability improvements on all platforms.
908
909
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009102012-05-11: Version 3.11.0
911
912 Fixed compose-discard crasher from r11524 (issue 2123).
913
914 Activated new global semantics by default. Global variables can
915 now shadow properties of the global object (ES5.1 erratum).
916
917 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
918 transitioning (Chromium issue 117409).
919
920 Made Error.prototype.name writable again, as required by the spec and
921 the web (Chromium issue 69187).
922
923 Implemented map collection with incremental marking (issue 1465).
924
925 Regexp: Fixed overflow in min-match-length calculation
926 (Chromium issue 126412).
927
928 MIPS: Fixed illegal instruction use on Loongson in code for
929 Math.random() (issue 2115).
930
931 Fixed crash bug in VisitChoice (Chromium issue 126272).
932
933 Fixed unsigned-Smi check in MappedArgumentsLookup
934 (Chromium issue 126414).
935
936 Fixed LiveEdit for function with no locals (issue 825).
937
938 Fixed register clobbering in LoadIC for interceptors
939 (Chromium issue 125988).
940
941 Implemented clearing of CompareICs (issue 2102).
942
943 Performance and stability improvements on all platforms.
944
945
danno@chromium.org2c26cb12012-05-03 09:06:43 +00009462012-05-03: Version 3.10.8
947
948 Enabled MIPS cross-compilation.
949
950 Ensured reload of elements pointer in StoreFastDoubleElement stub.
951 (Chromium issue 125515)
952
953 Fixed corner cases in truncation behavior when storing to
954 TypedArrays. (issue 2110)
955
956 Fixed failure to properly recognize and report out-of-memory
957 conditions when allocating code space pages. (Chromium issue
958 118625)
959
960 Fixed idle notifications to perform a round of incremental GCs
961 after context disposal. (issue 2107)
962
963 Fixed preparser for try statement. (issue 2109)
964
965 Performance and stability improvements on all platforms.
966
967
danno@chromium.org1044a4d2012-04-30 12:34:39 +00009682012-04-30: Version 3.10.7
969
970 Performance and stability improvements on all platforms.
971
972
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00009732012-04-26: Version 3.10.6
974
975 Fixed some bugs in accessing details of the last regexp match.
976
977 Fixed source property of empty RegExp objects. (issue 1982)
978
979 Enabled inlining some V8 API functions.
980
981 Performance and stability improvements on all platforms.
982
983
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +00009842012-04-23: Version 3.10.5
985
986 Put new global var semantics behind a flag until WebKit tests are
987 cleaned up.
988
989 Enabled stepping into callback passed to builtins.
990 (Chromium issue 109564)
991
992 Performance and stability improvements on all platforms.
993
994
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +00009952012-04-19: Version 3.10.4
996
997 Fixed issues when stressing compaction with WeakMaps.
998
999 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1000
1001 Simplify invocation sequence at monomorphic function invocation sites.
1002 (issue 2079)
1003
1004 Performance and stability improvements on all platforms.
1005
1006
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010072012-04-17: Version 3.10.3
1008
1009 Fixed several bugs in heap profiles (including issue 2078).
1010
1011 Throw syntax errors on illegal escape sequences.
1012
1013 Implemented rudimentary module linking (behind --harmony flag)
1014
1015 Implemented ES5 erratum: Global declarations should shadow
1016 inherited properties.
1017
1018 Made handling of const more consistent when combined with 'eval'
1019 and 'with'.
1020
1021 Fixed V8 on MinGW-x64 (issue 2026).
1022
1023 Performance and stability improvements on all platforms.
1024
1025
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000010262012-04-13: Version 3.10.2
1027
1028 Fixed native ARM build (issues 1744, 539)
1029
1030 Return LOOKUP variable instead of CONTEXT for non-context allocated
1031 outer scope parameters (Chromium issue 119609).
1032
1033 Fixed regular and ElementsKind transitions interfering with each other
1034 (Chromium issue 122271).
1035
1036 Improved performance of keyed loads/stores which have a HeapNumber
1037 index (issues 1388, 1295).
1038
1039 Fixed WeakMap processing for evacuation candidates (issue 2060).
1040
1041 Bailout on possible direct eval calls (Chromium issue 122681).
1042
1043 Do not assume that names of function expressions are context-allocated
1044 (issue 2051).
1045
1046 Performance and stability improvements on all platforms.
1047
1048
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000010492012-04-10: Version 3.10.1
1050
1051 Fixed bug with arguments object in inlined functions (issue 2045).
1052
1053 Fixed performance bug with lazy initialization (Chromium issue
1054 118686).
1055
1056 Added suppport for Mac OS X 64bit builds with GYP.
1057 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1058
1059 Fixed bug with hidden properties (issue 2034).
1060
1061 Fixed a performance bug when reloading pages (Chromium issue 117767,
1062 V8 issue 1902).
1063
1064 Fixed bug when optimizing throw in top-level code (issue 2054).
1065
1066 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1067
1068 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1069
1070 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1071
1072 Fixed compilation of V8 using uClibc.
1073
1074 Optimized boot-up memory use.
1075
1076 Optimized regular expressions.
1077
1078
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000010792012-03-30: Version 3.10.0
1080
1081 Fixed store IC writability check in strict mode
1082 (Chromium issue 120099).
1083
1084 Resynchronize timers if the Windows system time was changed.
1085 (Chromium issue 119815)
1086
1087 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1088 hardfp ARM
1089 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1090
1091 Fixed edge case for case independent regexp character classes
1092 (issue 2032).
1093
1094 Reset function info counters after context disposal.
1095 (Chromium issue 117767, V8 issue 1902)
1096
1097 Fixed missing write barrier in CopyObjectToObjectElements.
1098 (Chromium issue 119926)
1099
1100 Fixed missing bounds check in HasElementImpl.
1101 (Chromium issue 119925)
1102
1103 Performance and stability improvements on all platforms.
1104
1105
danno@chromium.org88aa0582012-03-23 15:11:57 +000011062012-03-23: Version 3.9.24
1107
1108 Activated count-based profiler for ARM.
1109
1110 Fixed use of proxies as f.prototype properties. (issue 2021)
1111
1112 Enabled snapshots on MIPS.
1113
1114 Performance and stability improvements on all platforms.
1115
1116
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011172012-03-21: Version 3.9.23
1118
1119 Use correct arguments adaptation environment when inlining function
1120 containing arguments. (Issue 2014)
1121
1122 Performance and stability improvements on all platforms.
1123
1124
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000011252012-03-20: Version 3.9.22
1126
1127 Enabled count-based profiler by default.
1128
1129 Implemented a hash based look-up to speed up address checks
1130 in large object space (issue 853).
1131
1132 Performance and stability improvements on all platforms.
1133
1134
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000011352012-03-19: Version 3.9.21
1136
1137 Fixed push-to-trunk script (and re-push).
1138
1139 Added API call that identifies strings that are guaranteed only to
1140 contain ASCII characters.
1141
1142
11432012-03-19: Version 3.9.20
1144
1145 Fixed declarations escaping global strict eval. (Issue 1624)
1146
1147 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1148
1149 Fixed function declarations overwriting read-only global properties.
1150 (Chromium issue 115452)
1151
1152 Fixed --use-strict flag in combination with --harmony[-scoping].
1153
1154 Debugger: naive implementation of "step into Function.prototype.bind".
1155
1156 Debugger: added ability to set script source from within OnBeforeCompile
1157
1158 Added flag to always call DebugBreak on abort.
1159
1160 Re-enabled constructor inlining and inline === comparison with boolean
1161 constants. (Issue 2009)
1162
1163 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1164
1165 Performance and stability improvements on all platforms.
1166
1167
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000011682012-03-14: Version 3.9.19
1169
1170 Ensure there is a smi check of the receiver for global load and call
1171 ICs (Chromium issue 117794).
1172
1173 Performance and stability improvements on all platforms.
1174
1175
yangguo@chromium.org154ff992012-03-13 08:09:54 +000011762012-03-13: Version 3.9.18
1177
1178 Ensure consistency of Math.sqrt on Intel platforms.
1179
1180 Remove static initializers in v8. (issue 1859)
1181
1182 Add explicit dependency on v8_base in the GYP-based build.
1183
1184 Performance and stability improvements on all platforms.
1185
1186
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000011872012-03-12: Version 3.9.17
1188
1189 Fixed VFP detection through compiler defines. (issue 1996)
1190
1191 Add Code-related fields to postmortem metadata.
1192
1193 Performance and stability improvements on all platforms.
1194
1195
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000011962012-03-09: Version 3.9.16
1197
1198 Added basic interface inference for modules (behind the --harmony flag).
1199
1200 Added Object.is, Number.isFinite, Number.isNaN.
1201
1202 Updated the Unicode tables to Unicode version 6.1.0.
1203
1204 Performance and stability improvements on all platforms.
1205
1206
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012072012-03-06: Version 3.9.15
1208
1209 Fix the heap profiler crash caused by memory layout changes between
1210 passes.
1211
1212 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1213
1214 Fix double-rounding in strtod for MinGW. (issue 1062)
1215
1216 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1217
1218 Performance and stability improvements on all platforms.
1219
1220
fschneider@chromium.org35814e52012-03-01 15:43:35 +000012212012-03-01: Version 3.9.14
1222
1223 Performance and stability improvements on all platforms.
1224
1225
ulan@chromium.org812308e2012-02-29 15:58:45 +000012262012-02-29: Version 3.9.13
1227
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001228 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001229
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001230 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1231 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001232
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001233 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001234
1235 Performance and stability improvements on all platforms.
1236
1237
ulan@chromium.org967e2702012-02-28 09:49:15 +000012382012-02-28: Version 3.9.12
1239
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001240 Fixed the negative lookup stub to handle deleted entries in a
1241 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001242
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001243 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001244 callback function can resolve the location of a return address on stack
1245 to the location where a return-address rewriting profiler stashed the
1246 original return address.
1247
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001248 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1249 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001250
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001251 Fixed issue 1853: Update breakpoints set with partial file name after
1252 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001253
1254
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000012552012-02-27: Version 3.9.11
1256
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001257 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001258
1259
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000012602012-02-24: Version 3.9.10
1261
1262 Fixed V8 issues 1322, 1772 and 1969.
1263
1264 Conformance improvements.
1265
1266 Performance and stability improvements on all platforms.
1267
1268
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000012692012-02-23: Version 3.9.9
1270
1271 Supported fast case for-in in Crankshaft.
1272
1273 Sped up heap snapshot serialization and dominators construction.
1274
1275 Randomized allocation addresses on windows. (Chromium issue 115151)
1276
1277 Fixed compilation with MinGW-w64. (issue 1943)
1278
1279 Fixed incorrect value of assignments to non-extensible properties.
1280
1281 Fixed a crash bug in generated code on ia32.
1282
1283 Performance and stability improvements on all platforms.
1284
1285
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000012862012-02-21: Version 3.9.8
1287
1288 Fixed memory leak and missing #include in StartupDataDecompressor
1289 (issue 1960).
1290
1291 Renamed static methods to avoid shadowing virtual methods and fix Clang
1292 C++11 compile error.
1293
1294 Fixed sequence of element access in array builtins (issue 1790).
1295
1296 Performance and stability improvements on all platforms.
1297
1298
yangguo@chromium.org56454712012-02-16 15:33:53 +000012992012-02-16: Version 3.9.7
1300
1301 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1302
1303 Fixed GCC-4.7 warnings.
1304
1305 Added Navier-Stokes benchmark.
1306
1307 Performance and stability improvements on all platforms.
1308
1309
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013102012-02-14: Version 3.9.6
1311
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001312 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001313
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001314 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001315
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001316 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001317
1318 Heap Snapshot maximum size limit is too low for really big apps. At the
1319 moment the limit is 256MB. (Chromium issue 113015)
1320
1321 Performance and stability improvements on all platforms.
1322
1323
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000013242012-02-09: Version 3.9.5
1325
1326 Removed unused command line flags.
1327
1328 Performance and stability improvements on all platforms.
1329
1330
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000013312012-02-08: Version 3.9.4
1332
1333 Properly initialize element-transitioning array literals on ARM.
1334 (issue 1930)
1335
1336 Bug fixes on all platforms.
1337
1338
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000013392012-02-07: Version 3.9.3
1340
1341 When rethrowing an exception, print the stack trace of its original
1342 site instead of rethrow site (Chromium issue 60240).
1343
1344 Increased size of small stacks from 32k to 64k to avoid hitting limits
1345 in Chromium (Chromium issue 112843).
1346
1347
rossberg@chromium.org994edf62012-02-06 10:12:55 +000013482012-02-06: Version 3.9.2
1349
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001350 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001351
1352 Heap profiler reports implicit references.
1353
1354 Optionally export metadata with libv8 to enable debuggers to inspect V8
1355 state.
1356
1357
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000013582012-02-02: Version 3.9.1
1359
1360 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1361 (Chromium issue 112315).
1362
1363 Fixed a crash in dev tools (Chromium issue 107996).
1364
1365 Added 'dependencies_traverse': 1 to v8 GYP target.
1366
1367 Performance and stability improvements on all platforms.
1368
1369
danno@chromium.orgfa458e42012-02-01 10:48:36 +000013702012-02-01: Version 3.9.0
1371
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001372 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001373
1374 Stability fixes and performance improvements on all platforms.
1375
1376
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000013772012-01-26: Version 3.8.9
1378
1379 Flush number string cache on GC (issue 1605).
1380
1381 Provide access to function inferred name with
1382 v8::Function::GetInferredName in V8 public API.
1383
1384 Fix building with Clang (issue 1912).
1385
1386 Reduce the space used by the stack for the profiling thread.
1387
1388 Fix misleading documentation of v8::Locker (issue 542).
1389
1390 Introduce readbinary function in d8 to read binary files.
1391
1392 Performance and stability improvements on all platforms.
1393
1394
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000013952012-01-23: Version 3.8.8
1396
1397 Limited number of loop iterations in Heap::ReserveSpace
1398 (Chromium issue 99027).
1399
1400 Fixed solaris build (VirtualMemory) (issue 1761).
1401
1402 Fixed strict vs. non-strict handling of function proxies in
1403 higher-order array and string methods.
1404
1405 Enabled asynchronous remote debugging with d8 (issue 1691).
1406
1407 Stability and performance improvements on all platforms.
1408
1409
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014102012-01-19: Version 3.8.7
1411
1412 Ensure that LRandom restores rsi after call to the C function on x64.
1413 (Chromium issue http://crbug.com/110509)
1414
1415 Fixing include issues on *bsd when building with scons.
1416 (issue 1897)
1417
1418 Provide a switch to specify -fno-strict-aliasing
1419 (issue 1887)
1420
1421 Move WIN32 define from standalone.gypi to common.gypi
1422 (issue 1760)
1423
1424 Fix corner-case in heap size estimation.
1425 (issue 1893)
1426
1427 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1428 (issue 1903)
1429
1430 Performance improvements and bug fixes.
1431
1432
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000014332012-01-16: Version 3.8.6
1434
1435 Add primitive WebGL array support to d8.
1436
1437 Improve heap size estimation (issue 1893).
1438
1439 Hash collision DOS workaround extended from string keys
1440 to numeric keys.
1441
1442 Provide an API for iterating through all external strings referenced
1443 from the JS heap.
1444
1445 Adjust position recorded for call expressions. http://crbug.com/109195
1446
1447 Fix GC crash related to instanceof. http://crbug.com/109448
1448
1449 Performance improvements and bug fixes.
1450
1451
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000014522012-01-05: Version 3.8.5
1453
1454 Fix broken test that assumes that no GC can clear the regexp cache (GC
1455 can happen at any time due to Crankshaft).
1456
1457 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1458
1459 Add netbsd support to gyp build.
1460
1461 Determine page size at runtime on posix platforms.
1462
1463 Ensure that store buffer filtering hash sets are cleared after
1464 StoreBuffer::Filter.
1465
1466 Randomize the seed used for string hashing. This helps guard against
1467 CPU-eating DOS attacks against node.js servers. Based on code from
1468 Bert Belder. This version only solves the issue for those that compile
1469 V8 themselves or those that do not use snapshots. A snapshot-based
1470 precompiled V8 will still have predictable string hash codes.
1471
1472 Implement callback when script finishes running in V8 API.
1473
1474 Improve performance of Math.min and Math.max for the case of two
1475 arguments. (issue 1325)
1476
1477
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000014782012-01-02: Version 3.8.4
1479
1480 Performance improvements for large Smi-only arrays.
1481
1482 Fixed InternalArrays construction. (issue 1878)
1483
1484
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000014852011-12-27: Version 3.8.3
1486
1487 Avoid embedding new space objects into code objects in the lithium gap
1488 resolver. (chromium:108296)
1489
1490 Bug fixes and performance optimizations on all platforms.
1491
1492
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000014932011-12-21: Version 3.8.2
1494
1495 Add max optimization flag to v8 gyp build to ensure V8 is always built
1496 fully optimized in Chrome.
1497
1498 MIPS: Bring MIPS to parity with other platforms.
1499
1500 Optimizations and stability improvements on all platforms.
1501
1502
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015032011-12-19: Version 3.8.1
1504
1505 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1506
1507 Stability improvements on all platforms.
1508
1509
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015102011-12-13: Version 3.8.0
1511
1512 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1513
1514 Sync parser and preparser on do-while and return statements.
1515 (issue 1856)
1516
1517 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1518
1519 Stability and performance improvements on all platforms.
1520
1521
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000015222011-12-01: Version 3.7.12
1523
1524 Increase tick interval for the android platform.
1525
1526 Fix a bug in the register allocator. (chromium:105112)
1527
1528 Fix handling of recompiling code. (chromium:105375, v8:1782)
1529
1530 Start incremental marking on idle notification. (v8:1458)
1531
1532 Build fixes for various platforms.
1533
1534 Various performance improvements.
1535
1536
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000015372011-11-29: Version 3.7.11
1538
1539 Fixed bug when generating padding to ensure space for lazy
1540 deoptimization.
1541 (issue 1846)
1542
1543 Further reduced pause times due to GC.
1544
1545 Stability and performance improvements on all platforms.
1546
1547
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000015482011-11-23: Version 3.7.10
1549
1550 Set maximum length of FixedArray in terms of elements instead an
1551 absolute number of bytes.
1552 (Chromium issue 103103)
1553
1554 Stability and performance improvements on all platforms.
1555
1556
15572011-11-21: Version 3.7.9
1558
1559 Removed exit-time destructors.
1560
1561 Stability and performance improvements on all platforms.
1562
1563
ricow@chromium.org27bf2882011-11-17 08:34:43 +000015642011-11-17: Version 3.7.8
1565
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001566 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001567 function on builtins will not make the original function reappear.
1568
1569 Added NetBSD support for scons build.
1570
1571 Performance improvements on all platforms.
1572
1573
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000015742011-11-14: Version 3.7.7
1575
1576 Fix missing fast property accessors in heap snapshots.
1577 (issue 1818)
1578
1579
danno@chromium.org2c456792011-11-11 12:00:53 +000015802011-11-11: Version 3.7.6
1581
1582 Fixed filtering of store buffer for large object pages.
1583 (issue 1817)
1584
1585 Fixed generated hash function on all platforms.
1586 (issue 1808)
1587
1588 Fixed Heap::Shrink to ensure that it does not free pages that are
1589 still in use.
1590 (Chromium issue 100414)
1591
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001592 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001593
1594
danno@chromium.orgc612e022011-11-10 11:38:15 +000015952011-11-10: Version 3.7.5
1596
1597 Added initial gyp infrastructure for MIPS.
1598
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001599 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001600 collector.
1601
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001602 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001603
1604
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016052011-11-07: Version 3.7.4
1606
1607 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1608
1609 Fix Harmony sets and maps to allow null and undefined as keys
1610 (still hidden behind --harmony flag) (issue 1622).
1611
1612 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1613
1614 Enable VFP instructions for Android.
1615
1616 Fix error handling in Date.prototype.toISOString (issue 1792).
1617
1618 Bug fixes and performance improvements for all platforms.
1619
1620 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1621
1622
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000016232011-10-28: Version 3.7.3
1624
1625 Slight deoptimization as a workaround for issue with jslint: Issue
1626 1789.
1627
1628
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000016292011-10-27: Version 3.7.2
1630
1631 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1632
1633
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000016342011-10-26: Version 3.7.1
1635
1636 Achieved 33% speedup in debug-mode tests.
1637
1638 Removed special casing of calls to RegExp test and exec methods with no
1639 argument. Now matches new JSC behaviour. crbug.com/75740.
1640
1641 Return the empty string on cyclic references in toString (ES5
1642 conformance).
1643
1644 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1645
1646 Made Math.random state per-context instead of per-process (issue 864).
1647
1648 Fixed stack traces to skip native functions.
1649
1650 Make snapshots (new contexts) smaller and faster.
1651
1652 Fixed handling of Function.apply for non-array arguments.
1653
1654 Fixed evaluation order in defineProperties to match FireFox.
1655
1656 Fixed handling of non-object receivers for array builtins,
1657 crbug.com/100702.
1658
1659 Multiple fixes to improve compliance with test262.
1660
1661 Fixed compatibility with older Android releases.
1662
1663 Fixed compilation with gcc-4.5.3.
1664
1665 Improved performance of WriteUtf8, issue 1665.
1666
1667 Made native syntax an early error in the preparser.
1668
1669 Fixed issues 793 and 893 relating to Function.prototype.bind.
1670
1671 Improved let, const, Set and Map support and other Harmony features
1672 (behind the --harmony flag).
1673
1674 Changed evaluation order for > and <= to match ES5 instead of ES3.
1675
1676 Bug fixes and performance improvements on all platforms.
1677
1678
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000016792011-10-13: Version 3.7.0
1680
1681 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1682
1683 Fixed issue 1757 (string slices of external strings).
1684
1685 Fixed issue 1759 (ARM).
1686
1687 Added flag --noclever-optimizations to disable some things that
1688 caused trouble in the past.
1689
1690 Added flag --stress-compaction for testing.
1691
1692 Added flag --harmony to activate all experimental Harmony features.
1693
1694
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000016952011-10-10: Version 3.6.6
1696
1697 Added a GC pause visualization tool.
1698
1699 Added presubmit=no and werror=no flags to Makefile.
1700
1701 ES5/Test262 conformance improvements.
1702
1703 Fixed compilation issues with GCC 4.5.x (issue 1743).
1704
1705 Bug fixes and performance improvements on all platforms.
1706
1707
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017082011-10-05: Version 3.6.5
1709
1710 New incremental garbage collector.
1711
1712 Removed the hard heap size limit (soft heap size limit is still
1713 700/1400Mbytes by default).
1714
1715 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1716
1717 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1718
1719 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1720
1721 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1722
1723 Fixed the MinGW and Windows 2000 builds.
1724
1725 Fixed "Prototype chain is not searched if named property handler does
1726 not set a property" (Issue 1636).
1727
1728 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1729
1730 Disallowed future reserved words as labels in strict mode.
1731
1732 Fixed string split to correctly coerce the separator to a string
1733 (Issue 1711).
1734
1735 API: Added an optional source length field to the Extension
1736 constructor.
1737
1738 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1739 (Issue 1573).
1740
1741 Added "native" target to Makefile for the benefit of Linux distros.
1742
1743 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1744
1745 More work on ES-Harmony proxies. Still hidden behind a flag.
1746
1747 Bug fixes and performance improvements on all platforms.
1748
1749
lrn@chromium.org34e60782011-09-15 07:25:40 +000017502011-09-15: Version 3.6.4
1751
1752 Fixed d8's broken readline history.
1753
1754 Removed the need for code delete events in CPU profiler (Issue 1466).
1755
1756 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1757
1758 Fixing parallel execution in d8 (with -p) and some memory leaks.
1759
1760 Support for precise stepping in functions compiled before debugging was
1761 started (step 1).
1762
1763
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000017642011-09-13: Version 3.6.3
1765
1766 Implemented better support of typed arrays in the d8 shell.
1767
1768 Bug fixes and performance improvements on all platforms.
1769
1770
ricow@chromium.org55ee8072011-09-08 16:33:10 +000017712011-09-08: Version 3.6.2
1772
1773 Added "dependencies" target to top-level Makefile.
1774
1775 Added ability to turn profiler on/off in d8.
1776
1777 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1778
1779 Fixed several crash bugs.
1780
1781
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000017822011-09-07: Version 3.6.1
1783
1784 Fixed a bug in abrupt exit from with or catch inside finally.
1785
1786 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1787 issue 95113).
1788
1789 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1790
1791 Fixed a few clang warnings (which -Werror treated as errors).
1792
1793 Performance improvements on all platforms.
1794
1795
fschneider@chromium.org1805e212011-09-05 10:49:12 +000017962011-09-05: Version 3.6.0
1797
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001798 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001799
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001800 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001801
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001802 Made arguments and caller always be null on native functions
1803 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001804
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001805 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001806
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001807 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001808
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001809 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001810
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001811 Fixed a problem with large heap snapshots in Chrome DevTools
1812 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001813
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001814 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001815
1816
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018172011-08-31: Version 3.5.10
1818
1819 Added dependency of v8_base on WinSocket2 Windows library in
1820 the GYP-build.
1821
1822 Various bugfixes.
1823
1824
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000018252011-08-29: Version 3.5.9
1826
1827 Made FromPropertyDescriptor not trigger inherited setters.
1828
1829 Fixed .gyp files to work on the ARM simulator.
1830
1831 Fixed shared library build warnings for MSVS.
1832
1833
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000018342011-08-24: Version 3.5.8
1835
1836 Added V8EXPORT attributes for v8::Array::CheckCast and
1837 v8::Number::CheckCast.
1838
1839 Made a slight API change enabling opting out from null termination
1840 in String::Write*().
1841
1842 Fixed arm build for gcc-4.6.
1843
1844
rossberg@chromium.org28a37082011-08-22 11:03:23 +000018452011-08-22: Version 3.5.7
1846
1847 Make scanner handle invalid unicode escapes in identifiers correctly.
1848
1849 Make regexp flag parsing stricter.
1850
1851 Fix several memory leaks.
1852
1853
danno@chromium.orgb6451162011-08-17 14:33:23 +000018542011-08-17: Version 3.5.6
1855
1856 Fixed issue that could cause crashes when running with --heap-stats.
1857
1858 Fixed compilation on Linux 2.6.9 and older.
1859
1860 Fixed live-object-list to work with isolates.
1861
1862 Fixed memory leaks in zones and isolates.
1863
1864 Fixed a performance regression for TypedArrays on x64.
1865
1866 Stability improvements on all platforms.
1867
1868
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000018692011-08-15: Version 3.5.5
1870
1871 Fixed bugs involving negative zero and the optimizing compiler.
1872
1873 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1874
1875 Eliminated uses of deprecated ARM instructions.
1876
1877 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1878
1879 Removed restriction on the size of disassembled code that is printed.
1880
1881
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000018822011-08-10: Version 3.5.4
1883
1884 Added a preliminary implementation of ES Harmony weak maps. Weak
1885 maps can be enabled by the flag --harmony-weakmaps.
1886
1887 Introduced a toplevel Makefile to support GYP-based building. GYP
1888 can be obtained from http://gyp.googlecode.com.
1889
1890 Fixed a bug in the length property of functions created by
1891 Function.prototype.bind.
1892
1893 Reduced malloc heap allocation on process startup.
1894
1895 Several important code generation bug fixes.
1896
1897 Performance improvements on all platforms.
1898
1899
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019002011-08-03: Version 3.5.3
1901
1902 MIPS: Port of fix to ClassOf check from ARM.
1903 Patch from Paul Lind <plind44@gmail.com>.
1904
1905 Stopped using mprotect on Cygwin.
1906 Avoided uninitialized member warning on gcc 4.3.4
1907 Both patches by Bert Belder.
1908
1909 Bug fixes and performance improvements on all platforms.
1910
1911
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019122011-08-01: Version 3.5.2
1913
1914 Performance improvements on all platforms.
1915
1916
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019172011-07-28: Version 3.5.1
1918
1919 Fixed setting the readonly flag on the prototype property using the
1920 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1921
1922 Changed the tools/test.py script to use d8 instead of shell for
1923 testing.
1924
1925 Fixed crash in ToBooleanStub when GC happens during invocation.
1926
1927 Enabled automatic unboxing of double arrays.
1928
1929 Performance improvements on all platforms.
1930
1931
ricow@chromium.org9fa09672011-07-25 11:05:35 +000019322011-07-25: Version 3.5.0
1933
1934 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1935 proxies.
1936
1937 Removed logging to memory support.
1938
1939 Bugfixes and performance work.
1940
1941
rossberg@chromium.org717967f2011-07-20 13:44:42 +000019422011-07-20: Version 3.4.14
1943
1944 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1945
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001946 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001947 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001948
1949 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1950
1951
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000019522011-07-18: Version 3.4.13
1953
1954 Improved debugger support to allow inspection of optimized frames (issue
1955 1140).
1956
1957 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1958
1959 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1960
1961 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1962
1963 Simplified HClampToUint8. Patch by Andy Wingo.
1964
1965 Exposed APIs for detecting boxed primitives, native errors. Patch by
1966 Luke Zarko.
1967
1968 Added map check for COW elements to crankshaft array handling code
1969 (issue 1560).
1970
1971 Sample shell and (a light version of) D8 links against a shared library
1972 now.
1973
1974 Fixed bug in array filter and reduce functions (issue 1559).
1975
1976 Avoid TLS load in AstNode constructor.
1977
1978 Introduced a random entropy source which can optionally be provided at
1979 initialization. (Chromium issue 89462).
1980
1981
whesse@chromium.org030d38e2011-07-13 13:23:34 +000019822011-07-13: Version 3.4.12
1983
1984 Added --prof profiling option to d8 shell.
1985
1986 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
1987
1988 Fixed a potential assertion failure in const declarations.
1989
1990 Fixed an assertion failure in descriptor arrays (issue 1526).
1991
1992 Enabled fast thread-local storage by default on supported platforms.
1993
1994 Improved reporting of source position for global variable loads
1995 (issue 1527).
1996
1997
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000019982011-07-11: Version 3.4.11
1999
2000 Fixed MinGW32 build.
2001
2002 Fixed a GC bug with RegExp code flushing.
2003
2004 Implemented Object.defineProperty for proxies.
2005
2006 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2007
2008 Added debugger support for inspecting optimized frames (issue 1140).
2009
2010 Allowed JSObject::PreventExtensions to work for arguments objects.
2011
2012 Bugfixes and performance work.
2013
2014
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020152011-07-06: Version 3.4.10
2016
2017 Fixed debugger not breaking on certain "if" statements (issue 1523).
2018
2019 Fixed assertion failure in runtime profiler when running on IA32
2020 without snapshot (issue 1522).
2021
2022 Fixed ABI for API calls on IA32 (for clang compatibility).
2023
2024 Introduced code flushing of RegExp code to free memory used by
2025 RegExps sooner.
2026
2027 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2028
2029 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2030
2031 Performance improvements on all platforms.
2032
2033
ricow@chromium.org4f693d62011-07-04 14:01:31 +000020342011-07-04: Version 3.4.9
2035
2036 Added support for debugger inspection of locals in optimized frames
2037 (issue 1140).
2038
2039 Fixed SConstruct to pass correct defines to samples/preparser when
2040 building with library=shared.
2041
2042 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2043
2044 Fixed a bug in Object.defineProperty on the arguments object.
2045
2046 Performance improvements on all platforms.
2047
2048
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000020492011-06-29: Version 3.4.8
2050
2051 Ensure 16-byte stack alignment on Solaris (issue 1505).
2052
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002053 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002054 that is not a smi. (issue 1246).
2055
2056
ager@chromium.org04921a82011-06-27 13:21:41 +000020572011-06-27: Version 3.4.7
2058
2059 Fixed 64-bit build on FreeBSD.
2060
2061 Added API to set the property attributes for the prototype
2062 property on functions created from FunctionTemplates.
2063
2064 Bugfixes and performance work.
2065
2066
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000020672011-06-22: Version 3.4.6
2068
2069 Lowered limit on code space for systems with low memory supply.
2070
2071 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2072
2073 Extended setBreakpoint API to accept partial script name (issue 1418).
2074
2075 Made multi-line comments not count when deciding whether the '-->'
2076 comment starter is first on a line. This matches Safari.
2077
2078 Made handling of non-array recievers in Array length setter correct
2079 (issue 1491).
2080
2081 Added ability to heap profiler to iterate over snapshot's node
2082 (issue 1481).
2083
2084
whesse@chromium.org7b260152011-06-20 15:33:18 +000020852011-06-20: Version 3.4.5
2086
2087 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2088 1476, and 1477.
2089
2090 Improved code generation for !0 and !1.
2091
2092 Reduced memory usage for regular expressions with nested qualifiers.
2093 (issue 1472)
2094
2095 Fixed V8 to count line terminators in multi-line comments.
2096 (Chromium issue 86431)
2097
2098 Fixed disassembler=on option for release-mode builds. (issue 1473)
2099
2100 Performance improvements on all platforms.
2101
2102
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021032011-06-15: Version 3.4.4
2104
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002105 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002106
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002107 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002108
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002109 Several GYP-related changes: Added support for building Xcode project
2110 files. Make the ARM simulator build with GYP again. Generate Makefiles
2111 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002112
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002113 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2114 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002115
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002116 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002117
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002118 Handle 'undefined' correctly when === has been specialized for doubles.
2119 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002120
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002121 Corrected the limit of local variables in an optimized function from 64
2122 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002123
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002124 Correctly set ReadOnly flag on indexed properties when using the API Set
2125 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002126
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002127 Give the correct error message when Object.isExtensible is called on a
2128 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002129
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002130 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2131 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002132
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002133 Do not redefine properties unneccesarily in seal and freeze. (issue
2134 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002135
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002136 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002137
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002138 Distinguish keyed loads with a symbol key from fast elements loads,
2139 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002140
2141
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000021422011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002143
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002144 Clear the global thread table when an isolate is disposed
2145 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002146
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002147 Converted time zone name to UTF8 on Windows (issue 1290).
2148
2149 Limited the number of arguments in a function call to 32766
2150 (issue 1413).
2151
2152 Compress sources of JS libraries in addition to the snapshot.
2153
2154 Fixed a bug in Lithium environment iteration.
2155
2156 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002157
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002158
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000021592011-06-06: Version 3.4.2
2160
2161 More work on ES-Harmony proxies. Still hidden behind a flag.
2162
2163 Fixed some crash bugs and improved performance.
2164
2165 Fixed building with gdb debugging support.
2166
2167 Do not install SIGPROF handler until it is needed.
2168
2169 Added DateTimeFormat to i18n API.
2170
2171 Fixed compilation on OpenBSD.
2172
2173 Take the ulimit into account when sizing the heap. OpenBSD users
2174 may still have to increase the default ulimit to run heavy pages in
2175 the browser.
2176
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002177
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000021782011-06-01: Version 3.4.1
2179
2180 Fixed JSON stringify issue with arrays.
2181
2182 Changed calls to JS builtins to be passed undefined when called with
2183 implicit receiver.
2184
2185 Implemented the set trap for Harmony proxies. Proxies still need to
2186 be enabled with the --harmony-proxies flag.
2187
2188
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000021892011-05-30: Version 3.4.0
2190
2191 Changed calls to undefined property setters to not throw (issue 1355).
2192
2193 Made RegExp objects not callable.
2194
2195 Fixed issues on special case large JSON strings in new json parser
2196 (issues http://crbug.com/83877 and http://crbug.com/84186).
2197
2198 Performance improvements on all platforms.
2199
2200
danno@chromium.org40cb8782011-05-25 07:58:50 +000022012011-05-25: Version 3.3.10
2202
2203 Fixed calls of strict mode function with an implicit receiver.
2204
2205 Fixed fast handling of arrays to properly deal with changes to the
2206 Object prototype (issue 1403).
2207
2208 Changed strict mode poison pill to be the same type error function
2209 (issue 1387).
2210
2211 Fixed a debug crash in arguments object handling (issue 1227).
2212
2213 Fixed a bug in deoptimization on x64 (issue 1404).
2214
2215 Performance improvements and bug fixes on all platforms.
2216
2217
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022182011-05-23: Version 3.3.9
2219
2220 Added DateTimeFormat class to experimental i18n API.
2221
2222 Extended preparser to give early errors for some strict mode
2223 restrictions.
2224
2225 Removed legacy execScript function from V8.
2226
2227 Extended isolate API with the ability to add embedder-specific
2228 data to an isolate.
2229
2230 Added basic support for polymorphic loads from JS and external
2231 arrays.
2232
2233 Fixed bug in handling of switch statements in the optimizing
2234 compiler.
2235
2236
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000022372011-05-18: Version 3.3.8
2238
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002239 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002240 handles are independent of all other persistent handles and can be
2241 garbage collected more frequently.
2242
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002243 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002244 with the --harmony-proxies flag.
2245
2246 Performance improvements and bug fixes on all platforms.
2247
2248
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000022492011-05-16: Version 3.3.7
2250
2251 Updated MIPS infrastructure files.
2252
2253 Performance improvements and bug fixes on all platforms.
2254
2255
karlklose@chromium.org83a47282011-05-11 11:54:09 +000022562011-05-11: Version 3.3.6
2257
2258 Updated MIPS infrastructure files.
2259
2260 Added method IsCallable for Object to the API.
2261 Patch by Peter Varga.
2262
2263
lrn@chromium.org1c092762011-05-09 09:42:16 +000022642011-05-09: Version 3.3.5
2265
2266 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2267
2268 Added check that receiver is JSObject on API calls.
2269
2270 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2271 Patch by Peter Varga.
2272
2273 Added CallAsFunction method to the Object class in the API (Issue 1336).
2274 Patch by Peter Varga.
2275
2276 Added per-isolate locking and unlocking.
2277
2278 Fixed bug in x64 >>> operator (Issue 1359).
2279
2280
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000022812011-05-04: Version 3.3.4
2282
2283 Implemented API to disallow code generation from strings for a context
2284 (issue 1258).
2285
2286 Fixed bug with whitespaces in parseInt (issue 955).
2287
2288 Fixed bug with == comparison of Date objects (issue 1356).
2289
2290 Added GYP variables for ARM code generation:
2291 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2292 and v8_use_arm_eabi_hardfloat.
2293
2294
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000022952011-05-02: Version 3.3.3
2296
2297 Added support for generating Visual Studio solution and project files
2298 using GYP.
2299
2300 Implemented support for ARM EABI calling convention variation where
2301 floating-point arguments are passed in registers (hardfloat).
2302
2303 Added Object::HasOwnProperty() to the API.
2304
2305 Added support for compressing startup data to reduce binary size. This
2306 includes build time support and an API for the embedder to decompress
2307 the startup data before initializing V8.
2308
2309 Reduced the profiling hooks overhead from >400% to 25% when using
2310 ll_prof.
2311
2312 Performance improvements and bug fixes on all platforms.
2313
2314
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023152011-04-27: Version 3.3.2
2316
2317 Fixed crash bug on ARM with no VFP3 hardware.
2318
2319 Fixed compilation of V8 without debugger support.
2320
2321 Improved performance on JSLint.
2322
2323 Added support Float64 WebGL arrays.
2324
2325 Fixed crash bug in regexp replace.
2326
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002327
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000023282011-04-20: Version 3.3.1
2329
2330 Reduced V8 binary size by removing virtual functions from hydrogen.
2331
2332 Fixed crash bug on x64.
2333
2334 Performance improvements on ARM and IA32.
2335
2336
danno@chromium.org160a7b02011-04-18 15:51:38 +000023372011-04-18: Version 3.3.0
2338
2339 Fixed bug in floating point rounding in Crankshaft on ARM
2340 (issue 958)
2341
2342 Fixed a number of issues with running without VFPv3 support on ARM
2343 (issue 1315)
2344
2345 Introduced v8Locale.Collator, a partial implementation of Collator
2346 per last ECMAScript meeting + mailing list.
2347
2348 Minor performance improvements and bug fixes.
2349
2350
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000023512011-04-13: Version 3.2.10
2352
2353 Fixed bug in external float arrays on ARM (issue 1323).
2354
2355 Minor performance improvements and bug fixes.
2356
2357
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000023582011-04-11: Version 3.2.9
2359
2360 Removed support for ABI prior to EABI on ARM.
2361
2362 Fixed multiple crash bugs.
2363
2364 Added GCMole to the repository, a simple static analysis tool that
2365 searches for GC-unsafe evaluation order dependent callsites.
2366
2367 Made preparser API be exported in shared libraries.
2368
2369 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2370
2371 Fixed mutable __proto__ property if object is not extensible
2372 (Issue 1309).
2373
2374 Fixed auto suspension of the sampler thread.
2375
2376
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000023772011-04-06: Version 3.2.8
2378
2379 Exposed WebGL typed array constructors in the shell sample.
2380
2381 Performance improvements on all platforms.
2382
2383
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000023842011-04-04: Version 3.2.7
2385
2386 Disabled the original 'classic' V8 code generator. Crankshaft is
2387 now the default on all platforms.
2388
2389 Changed the heap profiler to use more descriptive names.
2390
2391 Performance and stability improvements to isolates on all platforms.
2392
2393
lrn@chromium.org7516f052011-03-30 08:52:27 +000023942011-03-30: Version 3.2.6
2395
2396 Fixed xcode build warning in shell.cc (out of order initialization).
2397
2398 Fixed null-pointer dereference in the compiler when running without
2399 SSE3 support (Chromium issue 77654).
2400
2401 Fixed x64 compilation error due to some dead code. (Issue 1286)
2402
2403 Introduced scons target to build the preparser stand-alone example.
2404
2405 Made FreeBSD build and pass all tests.
2406
2407
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024082011-03-28: Version 3.2.5
2409
lrn@chromium.org7516f052011-03-30 08:52:27 +00002410 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002411
2412 Added Crankshaft support for external arrays.
2413
2414 Fixed two potential crash bugs.
2415
2416
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024172011-03-23: Version 3.2.4
2418
2419 Added isolates which allows several V8 instances in the same process.
2420 This is controlled through the new Isolate class in the API.
2421
2422 Implemented more of EcmaScript 5 strict mode.
2423
2424 Reduced the time it takes to make detailed heap snapshot.
2425
2426 Added a number of commands to the ARM simulator and enhanced the ARM
2427 disassembler.
2428
2429
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000024302011-03-17: Version 3.2.3
2431
2432 Fixed a number of crash bugs.
2433
2434 Fixed Array::New(length) to return an array with a length (issue 1256).
2435
2436 Fixed FreeBSD build.
2437
2438 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2439
2440 Implemented more of EcmaScript 5 strict mode.
2441
2442 Improved Crankshaft performance on all platforms.
2443
2444
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000024452011-03-14: Version 3.2.2
2446
2447 Fixed a number of crash and correctness bugs.
2448
2449 Improved Crankshaft performance on all platforms.
2450
2451 Fixed Crankshaft on Solaris/Illumos.
2452
2453
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000024542011-03-10: Version 3.2.1
2455
2456 Fixed a number of crash bugs.
2457
2458 Improved Crankshaft for x64 and ARM.
2459
2460 Implemented more of EcmaScript 5 strict mode.
2461
2462
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000024632011-03-07: Version 3.2.0
2464
2465 Fixed a number of crash bugs.
2466
2467 Turned on Crankshaft by default on x64 and ARM.
2468
2469 Improved Crankshaft for x64 and ARM.
2470
2471 Implemented more of EcmaScript 5 strict mode.
2472
2473
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000024742011-03-02: Version 3.1.8
2475
2476 Fixed a number of crash bugs.
2477
2478 Improved Crankshaft for x64 and ARM.
2479
2480 Implemented more of EcmaScript 5 strict mode.
2481
2482 Fixed issue with unaligned reads and writes on ARM.
2483
2484 Improved heap profiler support.
2485
2486
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000024872011-02-28: Version 3.1.7
2488
2489 Fixed a number of crash bugs.
2490
2491 Improved Crankshaft for x64 and ARM.
2492
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002493 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002494 arrays (http://crbug.com/73940).
2495
2496 Fixed bug in map space compaction (http://crbug.com/59688).
2497
2498 Added support for direct getter accessors calls on ARM.
2499
2500
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025012011-02-24: Version 3.1.6
2502
2503 Fixed a number of crash bugs.
2504
2505 Added support for Cygwin (issue 64).
2506
2507 Improved Crankshaft for x64 and ARM.
2508
2509 Added Crankshaft support for stores to pixel arrays.
2510
2511 Fixed issue in CPU profiler with Crankshaft.
2512
2513
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025142011-02-16: Version 3.1.5
2515
2516 Change RegExp parsing to disallow /(*)/.
2517
2518 Added GDB JIT support for ARM.
2519
2520 Fixed several crash bugs.
2521
2522 Performance improvements on the IA32 platform.
2523
2524
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000025252011-02-14: Version 3.1.4
2526
2527 Fixed incorrect compare of prototypes of the global object (issue
2528 1082).
2529
2530 Fixed a bug in optimizing calls to global functions (issue 1106).
2531
2532 Made optimized Function.prototype.apply safe for non-JSObject first
2533 arguments (issue 1128).
2534
2535 Fixed an error related to element accessors on Object.prototype and
2536 parser errors (issue 1130).
2537
2538 Fixed a bug in sorting an array with large array indices (issue 1131).
2539
2540 Properly treat exceptions thrown while compiling (issue 1132).
2541
2542 Fixed bug in register requirements for function.apply (issue 1133).
2543
2544 Fixed a representation change bug in the Hydrogen graph construction
2545 (issue 1134).
2546
2547 Fixed the semantics of delete on parameters (issue 1136).
2548
2549 Fixed a optimizer bug related to moving instructions with side effects
2550 (issue 1138).
2551
2552 Added support for the global object in Object.keys (issue 1150).
2553
2554 Fixed incorrect value for Math.LOG10E
2555 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2556
2557 Performance improvements on the IA32 platform.
2558
2559 Implement assignment to undefined reference in ES5 Strict Mode.
2560
2561
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000025622011-02-09: Version 3.1.3
2563
2564 Fixed a bug triggered by functions with huge numbers of declared
2565 arguments.
2566
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002567 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002568
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002569 Fixed issue where Array.prototype.__proto__ had been set to null
2570 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002571
2572 Fixed stability bugs in Crankshaft for x86.
2573
2574
ricow@chromium.org83aa5492011-02-07 12:42:56 +000025752011-02-07: Version 3.1.2
2576
2577 Added better security checks when accessing properties via
2578 Object.getOwnPropertyDescriptor.
2579
2580 Fixed bug in Object.defineProperty and related access bugs (issues
2581 992, 1083 and 1092).
2582
2583 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2584 copyright notice generation for embedders.
2585
2586
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000025872011-02-02: Version 3.1.1
2588
2589 Perform security checks before fetching the value in
2590 Object.getOwnPropertyDescriptor.
2591
2592 Fixed a bug in Array.prototype.splice triggered by passing no
2593 arguments.
2594
2595 Fixed bugs in -0 in arithmetic and in Math.pow.
2596
2597 Fixed bugs in the register allocator and in switching from optimized
2598 to unoptimized code.
2599
2600
26012011-01-31: Version 3.1.0
2602
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002603 Performance improvements on all platforms.
2604
2605
ager@chromium.org378b34e2011-01-28 08:04:38 +000026062011-01-28: Version 3.0.12
2607
2608 Added support for strict mode parameter and object property
2609 validation.
2610
2611 Fixed a couple of crash bugs.
2612
2613
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026142011-01-25: Version 3.0.11
2615
2616 Fixed a bug in deletion of lookup slots that could cause global
2617 variables to be accidentally deleted (http://crbug.com/70066).
2618
2619 Added support for strict mode octal literal verification.
2620
2621 Fixed a couple of crash bugs (issues 1070 and 1071).
2622
2623
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000026242011-01-24: Version 3.0.10
2625
2626 Fixed External::Wrap for 64-bit addresses (issue 1037).
2627
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002628 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002629 code generator (issue 1060).
2630
2631 Introduced partial strict mode support.
2632
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002633 Changed formatting of recursive error messages to match Firefox and
2634 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002635
2636 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002637 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002638 (issue http://crbug.com/50972).
2639
2640 Performance improvements on the IA32 platform.
2641
2642
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000026432011-01-19: Version 3.0.9
2644
2645 Added basic GDB JIT Interface integration.
2646
2647 Make invalid break/continue statements a syntax error instead of a
2648 runtime error.
2649
2650
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026512011-01-17: Version 3.0.8
2652
2653 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002654 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002655
2656 Wrapped external pointers more carefully (issue 1037).
2657
2658 Hardened the implementation of error objects to avoid setters
2659 intercepting the properties set then throwing an error.
2660
2661 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2662
2663 Performance improvements on the IA32 platform.
2664
2665
26662011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002667
2668 Stopped calling inherited setters when creating object literals
2669 (issue 1015).
2670
2671 Changed interpretation of malformed \c? escapes in RegExp to match
2672 JSC.
2673
2674 Enhanced the command-line debugger interface and fixed some minor
2675 bugs in the debugger.
2676
2677 Performance improvements on the IA32 platform.
2678
2679
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026802011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002681
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002682 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002683
2684 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002685 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002686
2687 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002688 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002689
2690 Added use_system_v8 option to gyp (off by default), to make it easier
2691 for Linux distributions to ship with system-provided V8 library.
2692
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002693 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002694
2695 Added labelled thread names to help with debugging (on Linux).
2696
2697
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000026982011-01-03: Version 3.0.5
2699
2700 Fixed a couple of cast errors for gcc-3.4.3.
2701
2702 Performance improvements in GC and IA32 code generator.
2703
2704
whesse@chromium.org023421e2010-12-21 12:19:12 +000027052010-12-21: Version 3.0.4
2706
2707 Added Date::ResetCache() to the API so that the cached values in the
2708 Date object can be reset to allow live DST / timezone changes.
2709
2710 Extended existing support for printing (while debugging) the contents
2711 of objects. Added support for printing objects from release builds.
2712
2713 Fixed V8 issues 989, 1006, and 1007.
2714
2715
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027162010-12-17: Version 3.0.3
2717
2718 Reapplied all changes for version 3.0.1.
2719
2720 Improved debugger protocol for remote debugging.
2721
2722 Added experimental support for using gyp to generate build files
2723 for V8.
2724
2725 Fixed implementation of String::Write in the API (issue 975).
2726
2727
lrn@chromium.org8541d772010-12-15 12:05:09 +000027282010-12-15: Version 3.0.2
2729
2730 Revert version 3.0.1 and patch 3.0.1.1.
2731
2732
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000027332010-12-13: Version 3.0.1
2734
2735 Added support for an experimental internationalization API as an
2736 extension. This extension is disabled by default but can be enabled
2737 when building V8. The ECMAScript internationalization strawman is
2738 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2739
2740 Made RegExp character class parsing stricter. This mirrors a change
2741 to RegExp parsing in WebKit.
2742
2743 Fixed a bug in Object.defineProperty when used to change attributes
2744 of an existing property. It incorrectly set the property value to
2745 undefined (issue 965).
2746
2747 Fixed several different compilation failures on various platforms
2748 caused by the 3.0.0 release.
2749
2750 Optimized Math.pow so it can work on unboxed doubles.
2751
2752 Sped up quoting of JSON strings by removing one traversal of the
2753 string.
2754
2755
kasperl@chromium.orga5551262010-12-07 12:49:48 +000027562010-12-07: Version 3.0.0
2757
2758 Improved performance by (partially) addressing issue 957 on
2759 IA-32. Still needs more work for the other architectures.
2760
2761
ager@chromium.orgbeb25712010-11-29 08:02:25 +000027622010-11-29: Version 2.5.9
2763
2764 Fixed crashes during GC caused by partially initialize heap
2765 objects.
2766
2767 Fixed bug in process sample that caused memory leaks.
2768
2769 Improved performance on ARM by implementing missing stubs and
2770 inlining.
2771
2772 Improved heap profiler support.
2773
2774 Added separate seeding on Windows of the random number generator
2775 used internally by the compiler (issue 936).
2776
2777 Exposed API for getting the name of the function used to construct
2778 an object.
2779
2780 Fixed date parser to handle one and two digit millisecond
2781 values (issue 944).
2782
2783 Fixed number parsing to disallow space between sign and
2784 digits (issue 946).
2785
2786
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000027872010-11-23: Version 2.5.8
2788
2789 Removed dependency on Gay's dtoa.
2790
2791 Improved heap profiler precision and speed.
2792
2793 Reduced overhead of callback invocations on ARM.
2794
2795
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000027962010-11-18: Version 2.5.7
2797
2798 Fixed obscure evaluation order bug (issue 931).
2799
2800 Split the random number state between JavaScript and the private API.
2801
2802 Fixed performance bug causing GCs when generating stack traces on
2803 code from very large scripts.
2804
2805 Fixed bug in parser that allowed (foo):42 as a labelled statement
2806 (issue 918).
2807
2808 Provide more accurate results about used heap size via
2809 GetHeapStatistics.
2810
2811 Allow build-time customization of the max semispace size.
2812
2813 Made String.prototype.split honor limit when separator is empty
2814 (issue 929).
2815
2816 Added missing failure check after expecting an identifier in
2817 preparser (Chromium issue 62639).
2818
2819
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028202010-11-10: Version 2.5.6
2821
2822 Added support for VFP rounding modes to the ARM simulator.
2823
2824 Fixed multiplication overflow bug (issue 927).
2825
2826 Added a limit for the amount of executable memory (issue 925).
2827
2828
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000028292010-11-08: Version 2.5.5
2830
2831 Added more aggressive GC of external objects in near out-of-memory
2832 situations.
2833
2834 Fixed a bug that gave the incorrect result for String.split called
2835 on the empty string (issue 924).
2836
2837
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000028382010-11-03: Version 2.5.4
2839
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002840 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002841
2842
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000028432010-11-01: Version 2.5.3
2844
2845 Fixed a bug that prevents constants from overwriting function values
2846 in object literals (issue 907).
2847
2848 Fixed a bug with reporting of impossible nested calls of DOM functions
2849 (issue http://crbug.com/60753).
2850
2851
lrn@chromium.org303ada72010-10-27 09:33:13 +000028522010-10-27: Version 2.5.2
2853
2854 Improved sampler resolution on Linux.
2855
2856 Allowed forcing the use of a simulator from the build script
2857 independently of the host architecture.
2858
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002859 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002860
2861 Made windows-tick-processor respect D8_PATH.
2862
2863 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2864
2865
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000028662010-10-20: Version 2.5.1
2867
2868 Fixed bug causing spurious out of memory exceptions
2869 (issue http://crbug.com/54580).
2870
2871 Fixed compilation error on Solaris platform (issue 901).
2872
2873 Fixed error in strtod (string to floating point number conversion)
2874 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2875
2876 Adjusted randomized allocations of executable memory to have 64k
2877 granularity (issue http://crbug.com/56036).
2878
2879 Supported profiling using kernel perf_events on linux. Added ll_prof
2880 script to tools and --ll-prof flag to V8.
2881
2882
vegorov@chromium.org42841962010-10-18 11:18:59 +000028832010-10-18: Version 2.5.0
2884
2885 Fixed bug in cache handling of lastIndex on global regexps
2886 (issue http://crbug.com/58740).
2887
2888 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2889 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002890 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002891
2892 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2893
2894
28952010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002896
2897 Fixed a bug in the handling of conditional expressions in test
2898 contexts in compiler for top-level code.
2899
2900 Added "//@ sourceURL" information to the StackTrace API.
2901
2902 Exposed RegExp construction through the API.
2903
2904
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029052010-10-04: Version 2.4.8
2906
2907 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2908 whole snapshot (issue 868).
2909
2910 Performance improvements on all platforms.
2911
2912
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029132010-09-30: Version 2.4.7
2914
2915 Changed the command-line flag --max-new-space-size to be in kB and the
2916 flag --max-old-space-size to be in MB (previously they were in bytes).
2917
2918 Added Debug::CancelDebugBreak to the debugger API.
2919
2920 Fixed a bug in getters for negative numeric property names
2921 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2922
2923 Performance improvements on all platforms.
2924
2925
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000029262010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002927
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002928 Fixed assertion failure related to copy-on-write arrays (issue 876).
2929
2930 Fixed build failure of 64-bit V8 on Windows.
2931
2932 Fixed a bug in RegExp (issue http://crbug.com/52801).
2933
2934 Improved the profiler's coverage to cover more functions (issue 858).
2935
2936 Fixed error in shift operators on 64-bit V8
2937 (issue http://crbug.com/54521).
2938
2939
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000029402010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002941
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002942 Changed the RegExp benchmark to exercise the regexp engine on different
2943 inputs by scrambling the input strings.
2944
2945 Fixed a bug in keyed loads on strings.
2946
2947 Fixed a bug with loading global function prototypes.
2948
2949 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2950
2951 Performance improvements on all platforms.
2952
2953
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000029542010-09-15: Version 2.4.4
2955
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002956 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002957
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002958 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002959
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002960 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002961
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002962 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002963
2964
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000029652010-09-13: Version 2.4.3
2966
2967 Made Date.parse properly handle TZ offsets (issue 857).
2968
2969 Performance improvements on all platforms.
2970
2971
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000029722010-09-08: Version 2.4.2
2973
2974 Fixed GC crash bug.
2975
2976 Fixed stack corruption bug.
2977
2978 Fixed compilation for newer C++ compilers that found Operand(0)
2979 ambiguous.
2980
2981
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000029822010-09-06: Version 2.4.1
2983
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002984 Added the ability for an embedding application to receive a callback
2985 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2986 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002987
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002988 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002989
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002990 Fixed memory overrun crash bug triggered during V8's tick-based
2991 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002992
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002993 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00002994
2995
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000029962010-09-01: Version 2.4.0
2997
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002998 Fixed bug in Object.freeze and Object.seal when Array.prototype or
2999 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003000
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003001 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003002 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003003
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003004 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003005
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003006 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003007
3008
ricow@chromium.org65fae842010-08-25 15:26:24 +000030092010-08-25: Version 2.3.11
3010
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003011 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003012
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003013 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003014 VARIANT_FLAGS that allows specification of sets of flags with which
3015 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003017 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003018
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003019 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003020
3021
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000030222010-08-23: Version 2.3.10
3023
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003024 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003025
3026 Build fixes for unusual compilers.
3027
3028 Track high water mark for RWX memory.
3029
3030 Performance improvements on all platforms.
3031
3032
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000030332010-08-18: Version 2.3.9
3034
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003035 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003036
3037 Removed specialized handling of GCC 4.4 (issue 830).
3038
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003039 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003040 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3041
ricow@chromium.org65fae842010-08-25 15:26:24 +00003042 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003043
3044
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000030452010-08-16: Version 2.3.8
3046
3047 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3048
3049 Fixed issue with incorrect handling of custom valueOf methods on
3050 string wrappers (issue 760).
3051
3052 Fixed compilation for ARMv4 (issue 590).
3053
3054 Improved performance.
3055
3056
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000030572010-08-11: Version 2.3.7
3058
3059 Reduced size of heap snapshots produced by heap profiler (issue 783).
3060
3061 Introduced v8::Value::IsRegExp method.
3062
3063 Fixed CPU profiler crash in start / stop sequence when non-existent
3064 name is passed (issue http://crbug.com/51594).
3065
3066 Introduced new indexed property query callbacks API (issue 816). This
3067 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3068 by default.
3069
3070 Removed support for object literal get/set with number/string
3071 property name.
3072
3073 Fixed handling of JSObject::elements in CalculateNetworkSize
3074 (issue 822).
3075
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003076 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003077
3078
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000030792010-08-09: Version 2.3.6
3080
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003081 RegExp literals create a new object every time they are evaluated
3082 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003083
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003084 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003085
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003086 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003087
3088
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000030892010-08-04: Version 2.3.5
3090
3091 Added support for ES5 property names. Object initialisers and
3092 dot-notation property access now allows keywords. Also allowed
3093 non-identifiers after "get" or "set" in an object initialiser.
3094
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003095 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003096
3097
whesse@chromium.orge90029b2010-08-02 11:52:17 +000030982010-08-02: Version 2.3.4
3099
3100 Fixed problems in implementation of ES5 function.prototype.bind.
3101
3102 Fixed error when using apply with arguments object on ARM (issue 784).
3103
3104 Added setting of global flags to debugger protocol.
3105
3106 Fixed an error affecting cached results of sin and cos (issue 792).
3107
3108 Removed memory leak from a boundary case where V8 is not initialized.
3109
3110 Fixed issue where debugger could set breakpoints outside the body
3111 of a function.
3112
3113 Fixed issue in debugger when using both live edit and step in features.
3114
3115 Added Number-letter (Nl) category to Unicode tables. These characters
3116 can now be used in identifiers.
3117
3118 Fixed an assert failure on X64 (issue 806).
3119
3120 Performance improvements on all platforms.
3121
3122
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000031232010-07-26: Version 2.3.3
3124
3125 Fixed error when building the d8 shell in a fresh checkout.
3126
3127 Implemented Function.prototype.bind (ES5 15.3.4.5).
3128
3129 Fixed an error in inlined stores on ia32.
3130
3131 Fixed an error when setting a breakpoint at the end of a function
3132 that does not end with a newline character.
3133
3134 Performance improvements on all platforms.
3135
3136
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000031372010-07-21: Version 2.3.2
3138
3139 Fixed compiler warnings when building with LLVM.
3140
3141 Fixed a bug with for-in applied to strings (issue 785).
3142
3143 Performance improvements on all platforms.
3144
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003145
ricow@chromium.org4980dff2010-07-19 08:33:45 +000031462010-07-19: Version 2.3.1
3147
3148 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3149
3150 Fixed bug related to code flushing while compiling a lazy
3151 compilable function (issue http://crbug.com/49099).
3152
3153 Performance improvements on all platforms.
3154
3155
ager@chromium.orgb5737492010-07-15 09:29:43 +000031562010-07-15: Version 2.3.0
3157
3158 Added ES5 Object.seal and Object.isSealed.
3159
3160 Added debugger API for scheduling debugger commands from a
3161 separate thread.
3162
3163
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000031642010-07-14: Version 2.2.24
3165
3166 Added API for capturing stack traces for uncaught exceptions.
3167
3168 Fixed crash bug when preparsing from a non-external V8 string
3169 (issue 775).
3170
3171 Fixed JSON.parse bug causing input not to be converted to string
3172 (issue 764).
3173
3174 Added ES5 Object.freeze and Object.isFrozen.
3175
3176 Performance improvements on all platforms.
3177
3178
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000031792010-07-07: Version 2.2.23
3180
3181 API change: Convert Unicode code points outside the basic multilingual
3182 plane to the replacement character. Previous behavior was to silently
3183 truncate the value to 16 bits.
3184
3185 Fixed crash: handle all flat string types in regexp replace.
3186
3187 Prevent invalid pre-parsing data passed in through the API from
3188 crashing V8.
3189
3190 Performance improvements on all platforms.
3191
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003192
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000031932010-07-05: Version 2.2.22
3194
3195 Added ES5 Object.isExtensible and Object.preventExtensions.
3196
3197 Enabled building V8 as a DLL.
3198
3199 Fixed a bug in date code where -0 was not interpreted as 0
3200 (issue 736).
3201
3202 Performance improvements on all platforms.
3203
3204
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032052010-06-30: Version 2.2.21
3206
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003207 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003208
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003209 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003210
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003211 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003212
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003213 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003214
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003215 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003216
3217 Provide actual breakpoints locations in response to setBreakpoint
3218 and listBreakpoints requests.
3219
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003220
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000032212010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003222
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003223 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003224
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003225 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003226
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003227 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003228
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003229 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003230 miscalculated for some inputs.
3231
3232 Performance improvements on all platforms.
3233
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003234
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000032352010-06-23: Version 2.2.19
3236
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003237 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003238 (issue 738).
3239
3240 Added expose-externalize-string flag for testing extensions.
3241
3242 Resolve linker issues with using V8 as a DLL causing a number of
3243 problems with unresolved symbols.
3244
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003245 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003246 defined.
3247
3248 Performance improvements on all platforms.
3249
3250
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000032512010-06-16: Version 2.2.18
3252
3253 Added API functions to retrieve information on indexed properties
3254 managed by the embedding layer. Fixes bug 737.
3255
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003256 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003257
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003258 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003259
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003260 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003261
3262 Incremental performance improvements.
3263
3264
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000032652010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003266
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003267 Improved debugger support for stepping out of functions.
3268
3269 Incremental performance improvements.
3270
3271
32722010-06-09: Version 2.2.16
3273
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003274 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003275 disposal of external string resources to call a virtual Dispose
3276 method on the resource.
3277
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003278 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003279 stepping.
3280
3281 Memory usage improvements on all platforms.
3282
3283
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000032842010-06-07: Version 2.2.15
3285
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003286 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003287
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003288 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003289 some compilers complaint when compiling with -Werror.
3290
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003291 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003292
3293
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000032942010-06-02: Version 2.2.14
3295
3296 Fixed a crash in code generated for String.charCodeAt.
3297
3298 Fixed a compilation issue with some GCC versions (issue 727).
3299
3300 Performance optimizations on x64 and ARM platforms.
3301
3302
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033032010-05-31: Version 2.2.13
3304
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003305 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003306 strings (issue 599).
3307
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003308 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003309
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003310 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003311
3312 Performance improvements on all platforms.
3313
3314
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033152010-05-26: Version 2.2.12
3316
3317 Allowed accessors to be defined on objects rather than just object
3318 templates.
3319
3320 Changed the ScriptData API.
3321
3322
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000033232010-05-21: Version 2.2.11
3324
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003325 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003326
3327 Use 'full compiler' when debugging is active. This should increase
3328 the density of possible break points, making single step more fine
3329 grained. This will only take effect for functions compiled after
3330 debugging has been started, so recompilation of all functions is
3331 required to get the full effect. IA32 and x64 only for now.
3332
3333 Misc. fixes to the Solaris build.
3334
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003335 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003336
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003337 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003338
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003339 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003340
3341 Incremental performance improvements in all backends.
3342
3343
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000033442010-05-17: Version 2.2.10
3345
3346 Performance improvements in the x64 and ARM backends.
3347
3348
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000033492010-05-10: Version 2.2.9
3350
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003351 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003352
3353 Fixed bug with Date.parse returning a non-NaN value when called on a
3354 non date string (issue 696).
3355
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003356 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003357 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003358
3359 C++ API for retrieving JavaScript stack trace information.
3360
3361
ager@chromium.orgac091b72010-05-05 07:34:42 +000033622010-05-05: Version 2.2.8
3363
3364 Performance improvements in the x64 and ARM backends.
3365
3366
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000033672010-05-03: Version 2.2.7
3368
3369 Added support for ES5 date time string format to Date.parse.
3370
3371 Performance improvements in the x64 backend.
3372
3373
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000033742010-04-28: Version 2.2.6
3375
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003376 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003377 (by Ryan Dahl <coldredlemur@gmail.com>).
3378
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003379 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003380
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003381 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003382
3383 Performance improvements on all platforms.
3384
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003385
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000033862010-04-26: Version 2.2.5
3387
3388 Various performance improvements (especially for ARM and x64)
3389
3390 Fixed bug in CPU profiling (http://crbug.com/42137)
3391
3392 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003393
3394 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003395 wrong calculations.
3396
3397 Fixed a bug that may cause a wrong result for shift operations.
3398
3399
34002010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003401
3402 Fixed warnings on arm on newer GCC versions.
3403
3404 Fixed a number of minor bugs.
3405
3406 Performance improvements on all platforms.
3407
3408
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034092010-04-14: Version 2.2.3
3410
3411 Added stack command and mem command to ARM simulator debugger.
3412
3413 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3414
3415 Performance improvements on all platforms.
3416
3417
ager@chromium.org357bf652010-04-12 11:30:10 +000034182010-04-12: Version 2.2.2
3419
3420 Introduced new profiler API.
3421
3422 Fixed random number generator to produce full 32 random bits.
3423
3424
lrn@chromium.org25156de2010-04-06 13:10:27 +000034252010-04-06: Version 2.2.1
3426
3427 Debugger improvements.
3428
3429 Fixed minor bugs.
3430
3431
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000034322010-03-29: Version 2.2.0
3433
3434 Fixed a few minor bugs.
3435
3436 Performance improvements for string operations.
3437
3438
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000034392010-03-26: Version 2.1.10
3440
3441 Fixed scons build issues.
3442
3443 Fixed a couple of minor bugs.
3444
3445
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000034462010-03-25: Version 2.1.9
3447
3448 Added API support for reattaching a global object to a context.
3449
3450 Extended debugger API with access to the internal debugger context.
3451
3452 Fixed Chromium crashes (issues http://crbug.com/39128 and
3453 http://crbug.com/39160)
3454
3455
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000034562010-03-24: Version 2.1.8
3457
3458 Added fine-grained garbage collection callbacks to the API.
3459
3460 Performance improvements on all platforms.
3461
3462
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000034632010-03-22: Version 2.1.7
3464
3465 Fixed issue 650.
3466
3467 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003468
3469 Performance improvements for arithmetic operations.
3470
3471 Performance improvements for string operations.
3472
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003473 Print script name and line number information in stack trace.
3474
3475
34762010-03-17: Version 2.1.6
3477
3478 Performance improvements for arithmetic operations.
3479
3480 Performance improvements for string operations.
3481
3482
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000034832010-03-10: Version 2.1.4
3484
3485 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3486
3487 Performance improvements on all platforms.
3488
3489
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000034902010-03-10: Version 2.1.3
3491
3492 Added API method for context-disposal notifications.
3493
3494 Added API method for accessing elements by integer index.
3495
3496 Added missing implementation of Uint32::Value and Value::IsUint32
3497 API methods.
3498
3499 Added IsExecutionTerminating API method.
3500
3501 Disabled strict aliasing for GCC 4.4.
3502
3503 Fixed string-concatenation bug (issue 636).
3504
3505 Performance improvements on all platforms.
3506
3507
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035082010-02-23: Version 2.1.2
3509
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003510 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003511
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003512 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003513
3514 Performance improvements on all platforms.
3515
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003516
ager@chromium.org5c838252010-02-19 08:53:10 +000035172010-02-19: Version 2.1.1
3518
3519 [ES5] Implemented Object.defineProperty.
3520
3521 Improved profiler support.
3522
3523 Added SetPrototype method in the public V8 API.
3524
3525 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3526 objects in the API.
3527
3528 Performance improvements on all platforms.
3529
3530
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000035312010-02-03: Version 2.1.0
3532
3533 Values are now always wrapped in objects when used as a receiver.
3534 (issue 223).
3535
3536 [ES5] Implemented Object.getOwnPropertyNames.
3537
3538 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3539 JSON grammar.
3540
3541 Improvement of debugger agent (issue 549 and 554).
3542
3543 Fixed problem with skipped stack frame in profiles (issue 553).
3544
3545 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3546 <ry@tinyclouds.org>.
3547
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003548 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003549 integers.
3550
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003551 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003552 functions (isue http://crbug.com/3867).
3553
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003554 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003555
3556 Numerous performance improvements including porting of previous IA-32
3557 optimizations to x64 and ARM architectures.
3558
3559
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000035602010-01-14: Version 2.0.6
3561
3562 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3563 GetOwnProperty, FromPropertyDescriptor.
3564
3565 Fixed Mac x64 build errors.
3566
3567 Improved performance of some math and string operations.
3568
3569 Improved performance of some regexp operations.
3570
3571 Improved performance of context creation.
3572
3573 Improved performance of hash tables.
3574
3575
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000035762009-12-18: Version 2.0.5
3577
3578 Extended to upper limit of map space to allow for 7 times as many map
3579 to be allocated (issue 524).
3580
3581 Improved performance of code using closures.
3582
3583 Improved performance of some binary operations involving doubles.
3584
3585
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000035862009-12-16: Version 2.0.4
3587
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003588 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003589
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003590 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003591
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003592 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003593
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003594 Improved handling of external strings by using a separate table
3595 instead of weak handles. This improves garbage collection
3596 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003597
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003598 Changed code generation for object and array literals in toplevel
3599 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003600
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003601 Fixed a crash bug triggered when garbage collection happened during
3602 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003603
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003604 Fixed crash bug sometimes triggered when local variables shadowed
3605 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003606
3607
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036082009-12-03: Version 2.0.3
3609
3610 Optimized handling and adding of strings, for-in and Array.join.
3611
3612 Heap serialization is now non-destructive.
3613
3614 Improved profiler support with information on time spend in C++
3615 callbacks registered through the API.
3616
3617 Added commands to the debugger protocol for starting/stopping
3618 profiling.
3619
3620 Enabled the non-optimizing compiler for top-level code.
3621
3622 Changed the API to only allow strings to be set as data objects on
3623 Contexts and scripts to avoid potentially keeping global objects
3624 around for too long (issue 528).
3625
3626 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3627
3628 Fixed bugs.
3629
3630
ager@chromium.org01beca72009-11-24 14:29:16 +000036312009-11-24: Version 2.0.2
3632
3633 Improved profiler support.
3634
3635 Fixed bug that broke compilation of d8 with readline support.
3636
3637
ager@chromium.org6141cbe2009-11-20 12:14:52 +000036382009-11-20: Version 2.0.1
3639
3640 Fixed crash bug in String.prototype.replace.
3641
3642 Reverted a change which caused Chromium interactive ui test
3643 failures.
3644
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003645
ager@chromium.orgc4c92722009-11-18 14:12:51 +000036462009-11-18: Version 2.0.0
3647
3648 Added support for VFP on ARM.
3649
3650 Added TryCatch::ReThrow method to the API.
3651
3652 Reduced the size of snapshots and improved the snapshot load time.
3653
3654 Improved heap profiler support.
3655
3656 64-bit version now supported on Windows.
3657
3658 Fixed a number of debugger issues.
3659
3660 Fixed bugs.
3661
3662
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000036632009-10-29: Version 1.3.18
3664
3665 Reverted a change which caused crashes in RegExp replace.
3666
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003667 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003668
3669
ager@chromium.org3811b432009-10-28 14:53:37 +000036702009-10-28: Version 1.3.17
3671
3672 Added API method to get simple heap statistics.
3673
3674 Improved heap profiler support.
3675
3676 Fixed the implementation of the resource constraint API so it
3677 works when using snapshots.
3678
3679 Fixed a number of issues in the Windows 64-bit version.
3680
3681 Optimized calls to API getters.
3682
3683 Added valgrind notification on code modification to the 64-bit version.
3684
3685 Fixed issue where we logged shared library addresses on Windows at
3686 startup and never used them.
3687
3688
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000036892009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003690
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003691 X64: Convert smis to holding 32 bits of payload.
3692
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003693 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003694
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003695 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003696
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003697 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003698 Patch by Jan de Mooij <jandemooij@gmail.com>
3699
3700 Implement ES5 Array.isArray
3701 Patch by Jan de Mooij <jandemooij@gmail.com>
3702
3703 Skip access checks for hidden properties.
3704
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003705 Added String::Concat(Handle<String> left, Handle<String> right) to the
3706 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003707
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003708 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003709
3710
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037112009-10-07: Version 1.3.15
3712
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003713 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003714
3715 Fixed a crash bug happening when starting profiling (issue
3716 http://crbug.com/23768).
3717
3718
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037192009-10-07: Version 1.3.14
3720
3721 Added GetRealNamedProperty to the API to lookup real properties
3722 located on the object or in the prototype chain skipping any
3723 interceptors.
3724
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003725 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003726 stack limit now needs to be set to each thread thich is used with V8.
3727
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003728 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003729
3730 Ensure V8 is initialized before locking and unlocking threads.
3731
3732 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003733 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003734 Crockford from the project.
3735
3736 Added a missing optimization in StringCharAt.
3737
3738 Fixed some flaky socket tests.
3739
3740 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3741 in 64-bit mode.
3742
3743 Fixed memory leaks in the thread management code.
3744
3745 Fixed the result of assignment to a pixel array. The assigned value
3746 is now the result.
3747
3748 Error reporting for invalid left-hand sides in for-in statements, pre-
3749 and postfix count expressions, and assignments now matches the JSC
3750 behavior in Safari 4.
3751
3752 Follow the spec in disallowing function declarations without a name.
3753
3754 Always allocate code objects within a 2 GB range. On x64 architecture
3755 this is used to use near calls (32-bit displacement) in Code objects.
3756
3757 Optimized array construction ported to x64 and ARM architectures.
3758
3759 [ES5] Changed Object.keys to return strings for element indices.
3760
3761
ager@chromium.org68e7ab72009-09-23 09:40:39 +000037622009-09-23: Version 1.3.13
3763
3764 Fixed uninitialized memory problem.
3765
3766 Improved heap profiler support.
3767
3768
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000037692009-09-22: Version 1.3.12
3770
3771 Changed behavior of |function|.toString() on built-in functions to
3772 be compatible with other implementations. Patch by Jan de Mooij.
3773
3774 Added Object::IsDirty in the API.
3775
3776 Optimized array construction; it is now handled purely in native
3777 code.
3778
3779 [ES5] Made properties of the arguments array enumerable.
3780
3781 [ES5] Added test suite adapter for the es5conform test suite.
3782
3783 [ES5] Added Object.keys function.
3784
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003785
ager@chromium.org4af710e2009-09-15 12:20:11 +000037862009-09-15: Version 1.3.11
3787
3788 Fixed crash in error reporting during bootstrapping.
3789
3790 Optimized generated IA32 math code by using SSE2 instructions when
3791 available.
3792
3793 Implemented missing pieces of debugger infrastructure on ARM. The
3794 debugger is now fully functional on ARM.
3795
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003796 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003797
3798
ager@chromium.orga1645e22009-09-09 19:27:10 +000037992009-09-09: Version 1.3.10
3800
3801 Fixed profiler on Mac in 64-bit mode.
3802
3803 Optimized creation of objects from simple constructor functions on
3804 ARM.
3805
3806 Fixed a number of debugger issues.
3807
3808 Reduced the amount of memory consumed by V8.
3809
3810
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038112009-09-02: Version 1.3.9
3812
3813 Optimized stack guard checks on ARM.
3814
3815 Optimized API operations by inlining more in the API.
3816
3817 Optimized creation of objects from simple constructor functions.
3818
3819 Enabled a number of missing optimizations in the 64-bit port.
3820
3821 Implemented native-code support for regular expressions on ARM.
3822
3823 Stopped using the 'sahf' instruction on 64-bit machines that do
3824 not support it.
3825
3826 Fixed a bug in the support for forceful termination of JavaScript
3827 execution.
3828
3829
ager@chromium.org96c75b52009-08-26 09:13:16 +000038302009-08-26: Version 1.3.8
3831
3832 Changed the handling of idle notifications to allow idle
3833 notifications when V8 has not yet been initialized.
3834
3835 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003836
ager@chromium.org96c75b52009-08-26 09:13:16 +00003837
ager@chromium.orgab99eea2009-08-25 07:05:41 +000038382009-08-25: Version 1.3.7
3839
3840 Reduced the size of generated code on ARM platforms by reducing
3841 the size of constant pools.
3842
3843 Changed build files to not include the 'ENV' user environment
3844 variable in the build environment.
3845
3846 Changed the handling of idle notifications.
3847
3848
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000038492009-08-21: Version 1.3.6
3850
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003851 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003852
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003853 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003854 a low memory situation to V8.
3855
3856 Changed the handling of global handles (persistent handles in the API
3857 sense) to avoid issues regarding allocation of new global handles
3858 during weak handle callbacks.
3859
3860 Changed the growth policy of the young space.
3861
3862 Fixed a GC issue introduced in version 1.3.5.
3863
3864
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000038652009-08-19: Version 1.3.5
3866
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003867 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003868
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003869 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003870
3871 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3872
3873 Changed typeof RegExp from 'object' to 'function' for compatibility.
3874 Fixed bug where regexps were not callable across contexts.
3875
3876 Added context independent script compilation to the API.
3877
3878 Added API call to get the stack trace for an exception.
3879
3880 Added API for getting object mirrors.
3881
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003882 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003883 running off a snapshot generated without using SSE3 instructions.
3884
3885 Tweaked the handling of the initial size and growth policy of the heap.
3886
3887 Added native code generation for RegExp to 64-bit version.
3888
3889 Added JavaScript debugger support to 64-bit version.
3890
3891
ager@chromium.orgadd848f2009-08-13 12:44:13 +000038922009-08-13: Version 1.3.4
3893
3894 Added a readline() command to the d8 shell.
3895
3896 Fixed bug in json parsing.
3897
3898 Added idle notification to the API and reduced memory on idle
3899 notifications.
3900
3901
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039022009-08-12: Version 1.3.3
3903
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003904 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003905
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003906 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003907
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003908 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003909
3910 API: added function to find instance of template in prototype
3911 chain. Inlined Object::IsInstanceOf.
3912
3913 Land change to notify valgrind when we modify code on x86.
3914
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003915 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003916
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003917 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003918
3919
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039202009-08-05: Version 1.3.2
3921
3922 Started new compiler infrastructure for two-pass compilation using a
3923 control flow graph constructed from the AST.
3924
3925 Profiler stack sampling for X64.
3926
3927 Safe handling of NaN to Posix platform-dependent time functions.
3928
3929 Added a new profiler control API to unify controlling various aspects
3930 of profiling.
3931
3932 Fixed issue 392.
3933
3934
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000039352009-07-30: Version 1.3.1
3936
3937 Speed improvements to accessors and interceptors.
3938
3939 Added support for capturing stack information on custom errors.
3940
3941 Added support for morphing an object into a pixel array where its
3942 indexed properties are stored in an external byte array. Values written
3943 are always clamped to the 0..255 interval.
3944
3945 Profiler on x64 now handles C/C++ functions from shared libraries.
3946
3947 Changed the debugger to avoid stepping into function.call/apply if the
3948 function is a built-in.
3949
3950 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003951
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003952 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003953
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003954 Optimized the called as constructor check for API calls.
3955
3956
kasperl@chromium.orge959c182009-07-27 08:59:04 +000039572009-07-27: Version 1.3.0
3958
3959 Allowed RegExp objects to be called as functions (issue 132).
3960
3961 Fixed issue where global property cells would escape after
3962 detaching the global object; see http://crbug.com/16276.
3963
3964 Added support for stepping into setters and getters in the
3965 debugger.
3966
3967 Changed the debugger to avoid stopping in its own JavaScript code
3968 and in the code of built-in functions.
3969
3970 Fixed issue 345 by avoiding duplicate escaping labels.
3971
3972 Fixed ARM code generator crash in short-circuited boolean
3973 expressions and added regression tests.
3974
3975 Added an external allocation limit to avoid issues where small V8
3976 objects would hold on to large amounts of external memory without
3977 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003978
3979 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003980
3981
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000039822009-07-13: Version 1.2.14
3983
3984 Added separate paged heap space for global property cells and
3985 avoid updating the write barrier when storing into them.
3986
3987 Improved peep-hole optimization on ARM platforms by not emitting
3988 unnecessary debug information.
3989
3990 Re-enabled ICs for loads and calls that skip a global object
3991 during lookup through the prototype chain.
3992
3993 Allowed access through global proxies to use ICs.
3994
3995 Fixed issue 401.
3996
3997
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000039982009-07-09: Version 1.2.13
3999
4000 Fixed issue 397, issue 398, and issue 399.
4001
4002 Added support for breakpoint groups.
4003
4004 Fixed bugs introduced with the new global object representation.
4005
4006 Fixed a few bugs in the ARM code generator.
4007
4008
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040092009-07-06: Version 1.2.12
4010
4011 Added stack traces collection to Error objects accessible through
4012 the e.stack property.
4013
4014 Changed RegExp parser to use a recursive data structure instead of
4015 stack-based recursion.
4016
4017 Optimized Date object construction and string concatenation.
4018
4019 Improved performance of div, mod, and mul on ARM platforms.
4020
4021
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000040222009-07-02: Version 1.2.11
4023
4024 Improved performance on IA-32 and ARM.
4025
4026 Fixed profiler sampler implementation on Mac OS X.
4027
4028 Changed the representation of global objects to improve
4029 performance of adding a lot of new properties.
4030
4031
ager@chromium.org3e875802009-06-29 08:26:34 +000040322009-06-29: Version 1.2.10
4033
4034 Improved debugger support.
4035
4036 Fixed bug in exception message reporting (issue 390).
4037
4038 Improved overall performance.
4039
4040
ager@chromium.org5aa501c2009-06-23 07:57:28 +000040412009-06-23: Version 1.2.9
4042
4043 Improved math performance on ARM.
4044
4045 Fixed profiler name-inference bug.
4046
4047 Fixed handling of shared libraries in the profiler tick processor
4048 scripts.
4049
4050 Fixed handling of tests that time out in the test scripts.
4051
4052 Fixed compilation on MacOS X version 10.4.
4053
4054 Fixed two bugs in the regular expression engine.
4055
4056 Fixed a bug in the string type inference.
4057
4058 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004059
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004060 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004061
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004062
ager@chromium.orgeadaf222009-06-16 09:43:10 +000040632009-06-16: Version 1.2.8
4064
4065 Optimized math on ARM platforms.
4066
4067 Fixed two crash bugs in the handling of getters and setters.
4068
4069 Improved the debugger support by adding scope chain information.
4070
4071 Improved the profiler support by compressing log data transmitted
4072 to clients.
4073
4074 Improved overall performance.
4075
4076
ager@chromium.orge2902be2009-06-08 12:21:35 +000040772009-06-08: Version 1.2.7
4078
4079 Improved debugger and profiler support.
4080
4081 Reduced compilation time by improving the handling of deferred
4082 code.
4083
4084 Optimized interceptor accesses where the property is on the object
4085 on which the interceptors is attached.
4086
4087 Fixed compilation problem on GCC 4.4 by changing the stack
4088 alignment to 16 bytes.
4089
4090 Fixed handle creation to follow stric aliasing rules.
4091
4092 Fixed compilation on FreeBSD.
4093
4094 Introduced API for forcing the deletion of a property ignoring
4095 interceptors and attributes.
4096
4097
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000040982009-05-29: Version 1.2.6
4099
4100 Added a histogram recording hit rates at different levels of the
4101 compilation cache.
4102
4103 Added stack overflow check for the RegExp analysis phase. Previously a
4104 very long regexp graph could overflow the stack with recursive calls.
4105
4106 Use a dynamic buffer when collecting log events in memory.
4107
4108 Added start/stop events to the profiler log.
4109
4110 Fixed infinite loop which could happen when setting a debug break while
4111 executing a RegExp compiled to native code.
4112
4113 Fixed handling of lastIndexOf called with negative index (issue 351).
4114
4115 Fixed irregular crash in profiler test (issue 358).
4116
4117 Fixed compilation issues with some versions of gcc.
4118
4119
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041202009-05-26: Version 1.2.5
4121
4122 Fixed bug in initial boundary check for Boyer-Moore text
4123 search (issue 349).
4124
4125 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4126 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4127 Craig Schlenter.
4128
4129 Added a script cache to the debugger.
4130
4131 Optimized compilation performance by improving internal data
4132 structures and avoiding expensive property load optimizations for
4133 code that's infrequently executed.
4134
4135 Exposed the calling JavaScript context through the static API
4136 function Context::GetCalling().
4137
4138
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000041392009-05-18: Version 1.2.4
4140
4141 Improved performance of floating point number allocation for ARM
4142 platforms.
4143
4144 Fixed crash when using the instanceof operator on functions with
4145 number values in their prototype chain (issue 341).
4146
4147 Optimized virtual frame operations in the code generator to speed
4148 up compilation time and allocated the frames in the zone.
4149
4150 Made the representation of virtual frames and jump targets in the
4151 code generator much more compact.
4152
4153 Avoided linear search for non-locals in scope code when resolving
4154 variables inside with and eval scopes.
4155
4156 Optimized lexical scanner by dealing with whitespace as part of
4157 the token scanning instead of as a separate step before it.
4158
4159 Changed the scavenging collector so that promoted objects do not
4160 reside in the old generation while their remembered set is being
4161 swept for pointers into the young generation.
4162
4163 Fixed numeric overflow handling when compiling count operations.
4164
4165
ager@chromium.org9085a012009-05-11 19:22:57 +000041662009-05-11: Version 1.2.3
4167
4168 Fixed bug in reporting of out-of-memory situations.
4169
4170 Introduced hidden prototypes on certain builtin prototype objects
4171 such as String.prototype to emulate JSC's behavior of restoring
4172 the original function when deleting functions from those prototype
4173 objects.
4174
4175 Fixed crash bug in the register allocator.
4176
4177
ager@chromium.org5ec48922009-05-05 07:25:34 +000041782009-05-04: Version 1.2.2
4179
4180 Fixed bug in array sorting for sparse arrays (issue 326).
4181
4182 Added support for adding a soname when building a shared library
4183 on Linux (issue 151).
4184
4185 Fixed bug caused by morphing internal ASCII strings to external
4186 two-byte strings. Slices over ASCII strings have to forward ASCII
4187 checks to the underlying buffer string.
4188
4189 Allowed API call-as-function handlers to be called as
4190 constructors.
4191
4192 Fixed a crash bug where an external string was disposed but a
4193 slice of the external string survived as a symbol.
4194
4195
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000041962009-04-27: Version 1.2.1
4197
4198 Added EcmaScript 5 JSON object.
4199
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004200 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004201
4202
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042032009-04-23: Version 1.2.0
4204
4205 Optimized floating-point operations on ARM.
4206
4207 Added a number of extensions to the debugger API.
4208
4209 Changed the enumeration order for unsigned integer keys to always
4210 be numerical order.
4211
4212 Added a "read" extension to the shell sample.
4213
4214 Added support for Array.prototype.reduce and
4215 Array.prototype.reduceRight.
4216
4217 Added an option to the SCons build to control Microsoft Visual C++
4218 link-time code generation.
4219
4220 Fixed a number of bugs (in particular issue 315, issue 316,
4221 issue 317 and issue 318).
4222
4223
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000042242009-04-15: Version 1.1.10
4225
4226 Fixed crash bug that occurred when loading a const variable in the
4227 presence of eval.
4228
4229 Allowed using with and eval in registered extensions in debug mode
4230 by fixing bogus assert.
4231
4232 Fixed the source position for function returns to enable the
4233 debugger to break there.
4234
4235
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000042362009-04-14: Version 1.1.9
4237
4238 Made the stack traversal code in the profiler robust by avoiding
4239 to look into the heap.
4240
4241 Added name inferencing for anonymous functions to facilitate
4242 debugging and profiling.
4243
4244 Re-enabled stats timers in the developer shell (d8).
4245
4246 Fixed issue 303 by avoiding to shortcut cons-symbols.
4247
4248
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000042492009-04-11: Version 1.1.8
4250
4251 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4252
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004253 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004254 the debugger (issue 269).
4255
4256 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4257 are no hidden properties.
4258
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004259 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004260 entries with deleted resources would lead to NPEs when looking
4261 up in the symbol table.
4262
4263
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000042642009-04-07: Version 1.1.7
4265
4266 Added support for easily importing additional environment
4267 variables into the SCons build.
4268
4269 Optimized strict equality checks.
4270
4271 Fixed crash in indexed setters on objects without a corresponding
4272 getter (issue 298).
4273
4274 Re-enabled script compilation cache.
4275
4276
ager@chromium.org8682a592009-04-01 10:47:14 +000042772009-04-01: Version 1.1.6
4278
4279 Reverted an unsafe code generator change.
4280
4281
ager@chromium.org71daaf62009-04-01 07:22:49 +000042822009-04-01: Version 1.1.5
4283
4284 Fixed bug that caused function literals to not be optimized as
4285 much as other functions.
4286
4287 Improved profiler support.
4288
4289 Fixed a crash bug in connection with debugger unloading.
4290
4291 Fixed a crash bug in the code generator caused by losing the
4292 information that a frame element was copied.
4293
4294 Fixed an exception propagation bug that could cause non-null
4295 return values when exceptions were thrown.
4296
4297
ager@chromium.org41826e72009-03-30 13:30:57 +000042982009-03-30: Version 1.1.4
4299
4300 Optimized String.prototype.match.
4301
4302 Improved the stack information in profiles.
4303
4304 Fixed bug in ARM port making it possible to compile the runtime
4305 system for thumb mode again.
4306
4307 Implemented a number of optimizations in the code generator.
4308
4309 Fixed a number of memory leaks in tests.
4310
4311 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004312 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004313
4314
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043152009-03-24: Version 1.1.3
4316
4317 Fixed assertion failures in compilation of loop conditions.
4318
4319 Removed STL dependency from developer shell (d8).
4320
4321 Added infrastructure for protecting the V8 heap from corruption
4322 caused by memory modifications from the outside.
4323
4324
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000043252009-03-24: Version 1.1.2
4326
4327 Improved frame merge code generated by the code generator.
4328
4329 Optimized String.prototype.replace.
4330
4331 Implemented __defineGetter__ and __defineSetter__ for properties
4332 with integer keys on non-array objects.
4333
4334 Improved debugger and profiler support.
4335
4336 Fixed a number of portability issues to allow compilation for
4337 smaller ARM devices.
4338
4339 Exposed object cloning through the API.
4340
4341 Implemented hidden properties. This is used to expose an identity
4342 hash for objects through the API.
4343
4344 Implemented restarting of regular expressions if their input
4345 string changes representation during preemption.
4346
4347 Fixed a code generator bug that could cause assignments in loops
4348 to be ignored if using continue to break out of the loop (issue
4349 284).
4350
4351
ager@chromium.org3a6061e2009-03-12 14:24:36 +000043522009-03-12: Version 1.1.1
4353
4354 Fixed an assertion in the new compiler to take stack overflow
4355 exceptions into account.
4356
4357 Removed exception propagation code that could cause crashes.
4358
4359 Fixed minor bug in debugger line number computations.
4360
4361 8-byte align the C stack on Linux and Windows to speed up floating
4362 point computations.
4363
4364
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000043652009-03-12: Version 1.1.0
4366
4367 Improved code generation infrastructure by doing simple register
4368 allocation and constant folding and propagation.
4369
4370 Optimized regular expression matching by avoiding to create
4371 intermediate string arrays and by flattening nested array
4372 representations of RegExp data.
4373
4374 Traverse a few stack frames when recording profiler samples to
4375 include partial call graphs in the profiling output.
4376
4377 Added support for using OProfile to profile generated code.
4378
4379 Added remote debugging support to the D8 developer shell.
4380
4381 Optimized creation of nested literals like JSON objects.
4382
4383 Fixed a bug in garbage collecting unused maps and turned it on by
4384 default (--collect-maps).
4385
4386 Added support for running tests under Valgrind.
4387
4388
kasperl@chromium.org061ef742009-02-27 12:16:20 +000043892009-02-27: Version 1.0.3
4390
4391 Optimized double-to-integer conversions in bit operations by using
4392 SSE3 instructions if available.
4393
4394 Optimized initialization sequences that store to multiple
4395 properties of the same object.
4396
4397 Changed the D8 debugger frontend to use JSON messages.
4398
4399 Force garbage collections when disposing contexts.
4400
4401 Align code objects at 32-byte boundaries.
4402
4403
ager@chromium.org381abbb2009-02-25 13:23:22 +000044042009-02-25: Version 1.0.2
4405
4406 Improved profiling support by performing simple call stack
4407 sampling for ticks and by fixing a bug in the logging of code
4408 addresses.
4409
4410 Fixed a number of debugger issues.
4411
4412 Optimized code that uses eval.
4413
4414 Fixed a couple of bugs in the regular expression engine.
4415
4416 Reduced the size of generated code for certain regular expressions.
4417
4418 Removed JSCRE completely.
4419
4420 Fixed issue where test could not be run if there was a dot in the
4421 checkout path.
4422
4423
ager@chromium.org6f10e412009-02-13 10:11:16 +000044242009-02-13: Version 1.0.1
4425
4426 Fixed two crash-bugs in irregexp (issue 231 and 233).
4427
4428 Fixed a number of minor bugs (issue 87, 227 and 228).
4429
4430 Added support for morphing strings to external strings on demand
4431 to avoid having to create copies in the embedding code.
4432
4433 Removed experimental support for external symbol callbacks.
4434
4435
iposva@chromium.org245aa852009-02-10 00:49:54 +000044362009-02-09: Version 1.0.0
4437
4438 Fixed crash-bug in the code generation for case independent 16 bit
4439 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004440
iposva@chromium.org245aa852009-02-10 00:49:54 +00004441 Made shells more robust in the presence of string conversion
4442 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004443
iposva@chromium.org245aa852009-02-10 00:49:54 +00004444 Fixed a potential infinite loop when attempting to resolve
4445 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004446
iposva@chromium.org245aa852009-02-10 00:49:54 +00004447 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004448
iposva@chromium.org245aa852009-02-10 00:49:54 +00004449 Reduced binary by stripping unneeded text from JavaScript library and
4450 minifying some JavaScript files.
4451
4452
ager@chromium.orgddb913d2009-01-27 10:01:48 +000044532009-01-27: Version 0.4.9
4454
4455 Enabled new regular expression engine.
4456
4457 Made a number of changes to the debugger protocol.
4458
4459 Fixed a number of bugs in the preemption support.
4460
4461 Added -p option to the developer shell to run files in parallel
4462 using preemption.
4463
4464 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4465 193, 198 and 201).
4466
4467 Fixed a number of bugs in the serialization/deserialization
4468 support for the ARM platform.
4469
4470
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000044712009-01-19: Version 0.4.8.1
4472
4473 Minor patch to debugger support.
4474
4475
ager@chromium.org32912102009-01-16 10:38:43 +000044762009-01-16: Version 0.4.8
4477
4478 Fixed string length bug on ARM (issue 171).
4479
4480 Made most methods in the API const.
4481
4482 Optimized object literals by improving data locality.
4483
4484 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004485 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004486
4487 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004488 eval to behave incorrectly when using accessors (issues 186, 190
4489 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004490
4491
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000044922009-01-06: Version 0.4.7
4493
ager@chromium.org32912102009-01-16 10:38:43 +00004494 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004495
ager@chromium.org32912102009-01-16 10:38:43 +00004496 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004497
ager@chromium.org32912102009-01-16 10:38:43 +00004498 Fixed subtle bug that caused the wrong 'this' to be used when
4499 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004500
ager@chromium.org32912102009-01-16 10:38:43 +00004501 Inline array loads within loops directly in the code instead of
4502 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004503
ager@chromium.org32912102009-01-16 10:38:43 +00004504
ager@chromium.org8bb60582008-12-11 12:02:20 +000045052008-12-11: Version 0.4.6
4506
4507 Fixed exception reporting bug where certain exceptions were
4508 incorrectly reported as uncaught.
4509
4510 Improved the memory allocation strategy used during compilation to
4511 make running out of memory when compiling huge scripts less
4512 likely.
4513
4514 Optimized String.replace by avoiding the construction of certain
4515 sub strings.
4516
4517 Fixed bug in code generation for large switch statements on ARM.
4518
4519 Fixed bug that caused V8 to change the global object template
4520 passed in by the user.
4521
4522 Changed the API for creating object groups used during garbage
4523 collection. Entire object groups are now passed to V8 instead of
4524 individual members of the groups.
4525
ager@chromium.org32912102009-01-16 10:38:43 +00004526
ager@chromium.orga74f0da2008-12-03 16:05:52 +000045272008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004528
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004529 Added experimental API support for allocating V8 symbols as
4530 external strings.
4531
4532 Fixed bugs in debugging support on ARM.
4533
4534 Changed eval implementation to correctly detect whether or not a
4535 call to eval is aliased.
4536
4537 Fixed bug caused by a combination of the compilation cache and
4538 dictionary probing in native code. The bug caused us to sometimes
4539 call functions that had not yet been compiled.
4540
4541 Added platform support for FreeBSD.
4542
4543 Added support for building V8 on Windows with either the shared or
4544 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004545
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004546 Added the v8::jscre namespace around the jscre functions to avoid
4547 link errors (duplicate symbols) when building Google Chrome.
4548
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004549 Added support for calling a JavaScript function with the current
4550 debugger execution context as its argument to the debugger
4551 interface.
4552
4553 Changed the type of names of counters from wchar_t to char.
4554
4555 Changed the Windows system call used to compute daylight savings
4556 time. The system call that we used to use became four times
4557 slower on WinXP SP3.
4558
4559 Added support in the d8 developer shell for memory-mapped counters
4560 and added a stats-viewer tool.
4561
4562 Fixed bug in upper/lower case mappings (issue 149).
4563
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004564
ager@chromium.org3bf7b912008-11-17 09:09:45 +000045652008-11-17: Version 0.4.4
4566
4567 Reduced code size by using shorter instruction encoding when
4568 possible.
4569
4570 Added a --help option to the shell sample and to the d8 shell.
4571
4572 Added visual studio project files for building the ARM simulator.
4573
4574 Fixed a number of ARM simulator issues.
4575
4576 Fixed bug in out-of-memory handling on ARM.
4577
4578 Implemented shell support for passing arguments to a script from
4579 the command line.
4580
4581 Fixed bug in date code that made certain date functions return -0
4582 instead of 0 for dates before the epoch.
4583
4584 Restricted applications of eval so it can only be used in the
4585 context of the associated global object.
4586
4587 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004588
4589
ager@chromium.org870a0b62008-11-04 11:43:05 +000045902008-11-04: Version 0.4.3
4591
4592 Added support for API accessors that prohibit overwriting by
4593 accessors defined in JavaScript code by using __defineGetter__ and
4594 __defineSetter__.
4595
4596 Improved handling of conditionals in test status files.
4597
4598 Introduced access control in propertyIsEnumerable.
4599
4600 Improved performance of some string operations by caching
4601 information about the type of the string between operations.
4602
4603 Fixed bug in fast-case code for switch statements that only have
4604 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004605
ager@chromium.org870a0b62008-11-04 11:43:05 +00004606
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046072008-10-30: Version 0.4.2
4608
4609 Improved performance of Array.prototype.concat by moving the
4610 implementation to C++ (issue 123).
4611
4612 Fixed heap growth policy to avoid growing old space to its maximum
4613 capacity before doing a garbage collection and fixed issue that
4614 would lead to artificial out of memory situations (issue 129).
4615
4616 Fixed Date.prototype.toLocaleDateString to return the date in the
4617 same format as WebKit.
4618
4619 Added missing initialization checks to debugger API.
4620
4621 Added removing of unused maps during GC.
4622
4623
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000046242008-10-28: Version 0.4.1
4625
4626 Added caching of RegExp data in compilation cache.
4627
4628 Added Visual Studio project file for d8 shell.
4629
4630 Fixed function call performance regression introduced in version
4631 0.4.0 when splitting the global object in two parts (issue 120).
4632
4633 Fixed issue 131 by checking for empty handles before throwing and
4634 reporting exceptions.
4635
4636
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000046372008-10-23: Version 0.4.0
4638
4639 Split the global object into two parts: The state holding global
4640 object and the global object proxy.
4641
4642 Fixed bug that affected the value of an assignment to an element
4643 in certain cases (issue 116).
4644
4645 Added GetPropertyNames functionality (issue 33) and extra Date
4646 functions (issue 77) to the API.
4647
4648 Changed WeakReferenceCallback to take a Persistent<Value> instead
4649 of a Persistent<Object> (issue 101).
4650
4651 Fixed issues with message reporting for exceptions in try-finally
4652 blocks (issues 73 and 75).
4653
ager@chromium.org32912102009-01-16 10:38:43 +00004654 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004655
4656 Improved Boyer-Moore implementation for faster indexOf operations.
4657
4658 Added development shell (d8) which includes counters and
4659 completion support.
4660
4661 Fixed problem with the receiver passed to functions called from
4662 eval (issue 124).
4663
4664
ager@chromium.org7c537e22008-10-16 08:43:32 +000046652008-10-16: Version 0.3.5
4666
4667 Improved string hash-code distribution by excluding bit-field bits
4668 from the hash-code.
4669
4670 Changed string search algorithm used in indexOf from KMP to
4671 Boyer-Moore.
4672
4673 Improved the generated code for the instanceof operator.
4674
4675 Improved performance of slow-case string equality checks by
4676 specializing the code based on the string representation.
4677
4678 Improve the handling of out-of-memory situations (issue 70).
4679
4680 Improved performance of strict equality checks.
4681
4682 Improved profiler output to make it easier to see anonymous
4683 functions.
4684
4685 Improved performance of slow-case keyed loads.
4686
4687 Improved property access performance by allocating a number of
4688 properties in the front object.
4689
4690 Changed the toString behavior on the built-in object constructors
4691 to print [native code] instead of the actual source. Some web
4692 applications do not like constructors with complex toString
4693 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004694
ager@chromium.org7c537e22008-10-16 08:43:32 +00004695
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000046962008-10-06: Version 0.3.4
4697
4698 Changed Array.prototype.sort to use quick sort.
4699
4700 Fixed code generation issue where leaving a finally block with
4701 break or continue would accumulate elements on the expression
4702 stack (issue 86).
4703
4704 Made sure that the name accessor on functions returns the expected
4705 names for builtin JavaScript functions and C++ callback functions.
4706
4707 Added fast case code for extending the property storage array of
4708 JavaScript objects.
4709
4710 Ported switch statement optimizations introduced in version 0.3.3
4711 to the ARM code generator.
4712
4713 Allowed GCC to use strict-aliasing rules when compiling.
4714
4715 Improved performance of arguments object allocation by taking care
4716 of arguments adaptor frames in the generated code.
4717
4718 Updated the V8 benchmark suite to version 2.
4719
4720
ager@chromium.org236ad962008-09-25 09:45:57 +000047212008-09-25: Version 0.3.3
4722
4723 Improved handling of relocation information to enable more
4724 peep-hole optimizations.
4725
4726 Optimized switch statements where all labels are constant small
4727 integers.
4728
4729 Optimized String.prototype.indexOf for common cases.
4730
4731 Fixed more build issues (issue 80).
4732
4733 Fixed a couple of profiler issues.
4734
4735 Fixed bug where the body of a function created using the Function
4736 constructor was not allowed to end with a single-line comment
4737 (issue 85).
4738
4739 Improved handling of object literals by canonicalizing object
4740 literal maps. This will allow JSON objects with the same set of
4741 properties to share the same map making inline caching work better
4742 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004743
ager@chromium.org236ad962008-09-25 09:45:57 +00004744
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000047452008-09-17: Version 0.3.2
4746
4747 Generalized the EvalCache into a CompilationCache and enabled it
4748 for scripts too. The current strategy is to retire all entries
4749 whenever a mark-sweep collection is started.
4750
4751 Fixed bug where switch statements containing only a default case
4752 would lead to an unbalanced stack (issue 69).
4753
4754 Fixed bug that made access to the function in a named function
4755 expression impossible in certain situations (issue 24).
4756
4757 Fixed even more build issues.
4758
4759 Optimized calling conventions on ARM. The conventions on ARM and
4760 IA-32 now match.
4761
4762 Removed static initializers for flags and counters.
4763
4764 Improved inline caching behavior for uncommon cases where lazily
4765 loading Date and RegExp code could force certain code paths go
4766 megamorphic.
4767
4768 Removed arguments adaption for builtins written in C++. This
4769 makes Array.prototype.push and Array.prototype.pop slightly
4770 faster.
4771
4772
ager@chromium.org9258b6b2008-09-11 09:11:10 +000047732008-09-11: Version 0.3.1
4774
4775 Fixed a number of build issues.
4776
4777 Fixed problem with missing I-cache flusing on ARM.
4778
4779 Changed space layout in memory management by splitting up
4780 code space into old data space and code space.
4781
4782 Added utf-8 conversion support to the API (issue 57).
4783
4784 Optimized repeated calls to eval with the same strings. These
4785 repeated calls are common in web applications.
4786
4787 Added Xcode project file.
4788
4789 Optimized a couple of Array operation.
4790
4791 Fixed parser bug by checking for end-of-string when parsing break
4792 and continue (issue 35).
4793
4794 Fixed problem where asian characters were not categorized as
4795 letters.
4796
4797 Fixed bug that disallowed calling functions fetched from an array
4798 using a string as an array index (issue 32).
4799
4800 Fixed bug where the internal field count on object templates were
4801 sometimes ignored (issue 54).
4802
4803 Added -f option to the shell sample for compatibility with other
4804 engines (issue 18).
4805
4806 Added source info to TryCatches in the API.
4807
4808 Fixed problem where the seed for the random number generator was
4809 clipped in a double to unsigned int conversion.
4810
4811 Fixed bug where cons string symbols were sometimes converted to
4812 non-symbol flat strings during GC.
4813
4814 Fixed bug in error reporting when attempting to convert null to an
4815 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004816
4817
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048182008-09-04: Version 0.3.0
4819
4820 Added support for running tests on the ARM simulator.
4821
4822 Fixed bug in the 'in' operator where negative indices were not
4823 treated correctly.
4824
4825 Fixed build issues on gcc-4.3.1.
4826
4827 Changed Date.prototype.toLocaleTimeString to not print the
4828 timezone part of the time.
4829
4830 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4831 with user code.
4832
4833
v8.team.kasperl727e9952008-09-02 14:56:44 +000048342008-09-02: Version 0.2.5
4835
4836 Renamed the top level directory 'public' to 'include'.
4837
4838 Added 'env' option to the SCons build scripts to support
4839 overriding the ENV part of the build environment. This is mostly
4840 to support Windows builds in cases where SCons cannot find the
4841 correct paths to the Windows SDK, as these paths cannot be passed
4842 through shell environment variables.
4843
4844 Enabled "Buffer Security Check" on for the Windows SCons build and
4845 added the linker option /OPT:ICF as an optimization.
4846
4847 Added the V8 benchmark suite to the repository.
4848
4849
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000048502008-09-01: Version 0.2.4
4851
4852 Included mjsunit JavaScript test suite and C++ unit tests.
4853
4854 Changed the shell sample to not print the result of executing a
4855 script provided on the command line.
4856
4857 Fixed issue when building samples on Windows using a shared V8
4858 library. Added visibility option on Linux build which makes the
4859 generated library 18% smaller.
4860
4861 Changed build system to accept multiple build modes in one build
4862 and generate separate objects, libraries and executables for each
4863 mode.
4864
4865 Removed deferred negation optimization (a * -b => -(a * b)) since
4866 this visibly changes operand conversion order.
4867
4868 Improved parsing performance by introducing stack guard in
4869 preparsing. Without a stack guard preparsing always bails out
4870 with stack overflow.
4871
4872 Changed shell sample to take flags directly from the command-line.
4873 Added API call that implements this.
4874
4875 Added load, quit and version functions to the shell sample so it's
4876 easier to run benchmarks and tests.
4877
4878 Fixed issue with building samples and cctests on 64-bit machines.
4879
4880 Fixed bug in the runtime system where the prototype chain was not
4881 always searched for a setter when setting a property that does not
4882 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004883
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004884
mads.s.agercbaa0602008-08-14 13:41:48 +000048852008-08-14: Version 0.2.3
4886
4887 Improved performance of garbage collection by moving the
4888 function that updates pointers during compacting collection
4889 into the updating visitor. This gives the compiler a better
4890 chance to inline and avoid a function call per (potential)
4891 pointer.
4892
4893 Extended the shell sample with a --runtime-flags option.
4894
4895 Added Visual Studio project files for the shell.cc and
4896 process.cc samples.
4897
4898
48992008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004900
4901 Improved performance of garbage collection by changing the way
4902 we use the marking stack in the event of stack overflow during
4903 full garbage collection and by changing the way we mark roots.
4904
4905 Cleaned up ARM version by removing top of stack caching and by
4906 introducing push/pop elimination.
4907
4908 Cleaned up the way runtime functions are called to allow
4909 runtime calls with no arguments.
4910
4911 Changed Windows build options to make sure that exceptions are
4912 disabled and that optimization flags are enabled.
4913
4914 Added first version of Visual Studio project files.
4915
4916
mads.s.agercbaa0602008-08-14 13:41:48 +000049172008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004918
4919 Improved performance of unary addition by avoiding runtime calls.
4920
4921 Fixed the handling of '>' and '<=' to use right-to-left conversion
4922 and left-to-right evaluation as specified by ECMA-262.
4923
4924 Fixed a branch elimination bug on the ARM platform where incorrect
4925 code was generated because of overly aggressive branch
4926 elimination.
4927
4928 Improved performance of code that repeatedly assigns the same
4929 function to the same property of different objects with the same
4930 map.
4931
4932 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4933 no longer expects DEBUG to be defined.
4934
4935 Added platform-nullos.cc to serve as the basis for new platform
4936 implementations.
4937
mads.s.ager31e71382008-08-13 09:32:07 +00004938
mads.s.agercbaa0602008-08-14 13:41:48 +000049392008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004940
4941 Changed all text files to have native svn:eol-style.
4942
4943 Added a few samples and support for building them. The samples
4944 include a simple shell that can be used to benchmark and test V8.
4945
4946 Changed V8::GetVersion to return the version as a string.
4947
4948 Added source for lazily loaded scripts to snapshots and made
4949 serialization non-destructive.
4950
4951 Improved ARM support by fixing the write barrier code to use
4952 aligned loads and stores and by removing premature locals
4953 optimization that relied on broken support for callee-saved
4954 registers (removed).
4955
4956 Refactored the code for marking live objects during garbage
4957 collection and the code for allocating objects in paged
4958 spaces. Introduced an abstraction for the map word of a heap-
4959 allocated object and changed the memory allocator to allocate
4960 executable memory only for spaces that may contain code objects.
4961
4962 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4963 they can be used by debugging and logging modules. Added
4964 thread-safe message queues for dealing with debugger events.
4965
4966 Fixed the source code reported by toString for certain builtin
4967 empty functions and made sure that the prototype property of a
4968 function is enumerable.
4969
4970 Improved performance of converting values to condition flags in
4971 generated code.
4972
4973 Merged disassembler-{arch} files.
4974
4975
mads.s.agercbaa0602008-08-14 13:41:48 +000049762008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004977
4978 Added support for storing JavaScript stack traces in a stack
4979 allocated buffer to make it visible in shallow core dumps.
4980 Controlled by the --preallocate-message-memory flag which is
4981 disabled by default.
4982
4983
mads.s.agercbaa0602008-08-14 13:41:48 +000049842008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004985
4986 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
4987 map transitions would count as properties.
4988
4989 Allowed aliased eval invocations by treating them as evals in the
4990 global context. This may change in the future.
4991
4992 Added support for accessing the last entered context through the
4993 API and renamed Context::Current to Context::GetCurrent and
4994 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
4995
4996 Fixed bug in the debugger that would cause the debugger scripts to
4997 be recursively loaded and changed all disabling of interrupts to
4998 be block-structured.
4999
5000 Made snapshot data read-only to allow it to be more easily shared
5001 across multiple users of V8 when linked as a shared library.
5002
5003
mads.s.agercbaa0602008-08-14 13:41:48 +000050042008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005005
5006 Fixed building on Mac OS X by recognizing i386 and friends as
5007 IA-32 platforms.
5008
5009 Added propagation of stack overflow exceptions that occur while
5010 compiling nested functions.
5011
5012 Improved debugger with support for recursive break points and
5013 handling of exceptions that occur in the debugger JavaScript code.
5014
5015 Renamed GetInternal to GetInternalField and SetInternal to
5016 SetInternalField in the API and moved InternalFieldCount and
5017 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5018
5019
mads.s.agercbaa0602008-08-14 13:41:48 +000050202008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005021
5022 Fixed bug in stack overflow check code for IA-32 targets where a
5023 non-tagged value in register eax was pushed to the stack.
5024
5025 Fixed potential quadratic behavior when converting strings to
5026 numbers.
5027
5028 Fixed bug where the return value from Object::SetProperty could
5029 end up being the property holder instead of the written value.
5030
5031 Improved debugger support by allowing nested break points and by
5032 dealing with stack-overflows when compiling functions before
5033 setting break points in them.
5034
5035
mads.s.agercbaa0602008-08-14 13:41:48 +000050362008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005037
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005038 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005039
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005040# Local Variables:
5041# mode:text
5042# End: