blob: 43444b00d0ea67c14f8f548232848c3c38829999 [file] [log] [blame]
danno@chromium.org94b0d6f2013-02-04 13:33:20 +000012013-02-04: Version 3.16.13
2
3 Tagged stubs that rely on instance types as MEGAMORPHIC.
4 (Chromium issue 173974)
5
6 Fixed clearing of dead dependent codes and verifing of weak
7 embedded maps on full GC. (Chromium issue 172488,172489)
8
9 Made the arm port build cleanly with Clang.
10
11 Performance and stability improvements on all platforms.
12
13
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +0000142013-01-31: Version 3.16.12
15
16 Performance and stability improvements on all platforms.
17
18
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +0000192013-01-30: Version 3.16.11
20
21 Put making embedded maps in optimized code weak behind a flag.
22 (Chromium issue 172488,172489)
23
24 Performance and stability improvements on all platforms.
25
26
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000272013-01-25: Version 3.16.10
28
29 Avoid excessive memory usage during redundant phi elimination.
30 (issue 2510)
31
32 Fixed additional spec violations wrt RegExp.lastIndex.
33 (issue 2437)
34
35 Added Isolate parameter to Persistent class.
36 (issue 2487)
37
38 Performance and stability improvements on all platforms.
39
40
yangguo@chromium.org003650e2013-01-24 16:31:08 +0000412013-01-24: Version 3.16.9
42
43 Made embedded maps in optimized code weak.
44 (issue 2073)
45
46 Fixed corner case when JSFunction is evicted from flusher.
47 (Chromium issue 168801)
48
49 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
50 (Chromium issue 171641)
51
52 Performance and stability improvements on all platforms.
53
54
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +0000552013-01-23: Version 3.16.8
56
57 Correctly reset lastIndex in an RegExp object.
58 (Chromium issue 170856)
59
60 Added a workaround for Windows compilation problems related to V8EXPORT.
61 (issue 2507)
62
63 tools/run-tests.py: shlex.split() the value of --command-prefix
64 (Chromium issue 171553)
65
66 Fixed pattern detection for replacing shifts by rotation.
67 (Chromium issue 2499)
68
69 Performance and stability improvements on all platforms.
70
71
yangguo@chromium.org28381b42013-01-21 14:39:38 +0000722013-01-21: Version 3.16.7
73
74 Removed <(library) usage from v8.gyp.
75 (Chromium issue 111541)
76
77 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
78 (Chromium issue 169928)
79
80 Performance and stability improvements on all platforms.
81
82
yangguo@chromium.org46a2a512013-01-18 16:29:40 +0000832013-01-18: Version 3.16.6
84
85 Made the Isolate parameter mandatory in Locker and Unlocker classes.
86 (issue 2487)
87
88 Avoid pointer underflow in CopyCharsUnsigned.
89 (issue 2493)
90
91 Generate shim headers when using system v8.
92 (Chromium issue 165264)
93
94 Fixed arguments materialization for inlined apply().
95 (issue 2489)
96
97 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
98 (Chromium issue 147497)
99
100 Added sanity check to CodeFlusher::AddCandidate.
101 (Chromium issue 169209)
102
103 Performance and stability improvements on all platforms.
104
105
1062013-01-15: Version 3.16.5
107
108 Removed deprecated functions from V8's external API.
109
110 Prepared API for WebKit use of Latin-1.
111
112 Fixed V8 issue 2486.
113
114 Fixed Chromium issue 169723.
115
116 Performance and stability improvements on all platforms.
117
118
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001192013-01-11: Version 3.16.4
120
121 Fixed Chromium issues 168545 and 169209.
122
123 Performance and stability improvements on all platforms.
124
125
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001262013-01-09: Version 3.16.3
127
128 Improved GC performance when moving parts of a FixedArray (issue 2452).
129
130 Enabled readline on d8 while building a shared lib (issue 1781).
131
132 Fixed missing exception check in typed array constructor
133 (Chromium issue 168545).
134
135 Check for read-only-ness when preparing for array sort (issue 2419).
136
137 Performance and stability improvements on all platforms.
138
139
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00001402013-01-04: Version 3.16.2
141
142 Added Makefile options to build for the Raspberry Pi (armv7=0,
143 arm_fpu=vfp2).
144
145 Performance and stability improvements on all platforms.
146
147
ulan@chromium.org4121f232012-12-27 15:57:11 +00001482012-12-27: Version 3.16.1
149
150 Fixed x64 MathMinMax for negative untagged int32 arguments.
151 (Chromium issue 164442)
152
153 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
154 (issue 2458)
155
156 Performance and stability improvements on all platforms.
157
158
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00001592012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000160
161 V8_Fatal now prints C++ stack trace in debug mode.
162
163 Added HTML-based tick processor.
164
165 Continued implementation of Object.observe (V8 issue 2409).
166
167 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
168
169 Fixed Chromium issues 125308, 165637, 166379, 166553.
170
171 Performance and stability improvements on all platforms.
172
173
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00001742012-12-10: Version 3.15.11
175
176 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
177 flags.
178
179 Performance and stability improvements on all platforms.
180
181
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00001822012-12-07: Version 3.15.10
183
184 Enabled optimisation of functions inside eval. (issue 2315)
185
186 Fixed spec violations in methods of Number.prototype. (issue 2443)
187
188 Added GCTracer metrics for a scavenger GC for DOM wrappers.
189
190 Performance and stability improvements on all platforms.
191
192
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00001932012-12-06: Version 3.15.9
194
195 Fixed candidate eviction in code flusher.
196 (Chromium issue 159140)
197
198 Iterate through all arguments for side effects in Math.min/max.
199 (issue 2444)
200
201 Fixed spec violations related to regexp.lastIndex
202 (issue 2437, issue 2438)
203
204 Performance and stability improvements on all platforms.
205
206
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002072012-12-04: Version 3.15.8
208
209 Enforced stack allocation of TryCatch blocks.
210 (issue 2166,chromium:152389)
211
212 Fixed external exceptions in external try-catch handlers.
213 (issue 2166)
214
215 Activated incremental code flushing by default.
216
217 Performance and stability improvements on all platforms.
218
219
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002202012-11-30: Version 3.15.7
221
222 Activated code aging by default.
223
224 Included more information in --prof log.
225
226 Removed eager sweeping for lazy swept spaces. Try to find in
227 SlowAllocateRaw a bounded number of times a big enough memory slot.
228 (issue 2194)
229
230 Performance and stability improvements on all platforms.
231
232
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002332012-11-26: Version 3.15.6
234
235 Ensure double arrays are filled with holes when extended from
236 variations of empty arrays. (Chromium issue 162085)
237
238 Performance and stability improvements on all platforms.
239
240
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00002412012-11-23: Version 3.15.5
242
243 Fixed JSON.stringify for objects with interceptor handlers.
244 (Chromium issue 161028)
245
246 Fixed corner case in x64 compare stubs. (issue 2416)
247
248 Performance and stability improvements on all platforms.
249
250
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00002512012-11-16: Version 3.15.4
252
253 Fixed Array.prototype.join evaluation order. (issue 2263)
254
255 Perform CPU sampling by CPU sampling thread only iff processing thread
256 is not running. (issue 2364)
257
258 When using an Object as a set in Object.getOwnPropertyNames, null out
259 the proto. (issue 2410)
260
261 Disabled EXTRA_CHECKS in Release build.
262
263 Heap explorer: Show representation of strings.
264
265 Removed 'type' and 'arguments' properties from Error object.
266 (issue 2397)
267
268 Added atomics implementation for ThreadSanitizer v2.
269 (Chromium issue 128314)
270
271 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
272
273 Performance and stability improvements on all platforms.
274
275
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00002762012-11-13: Version 3.15.3
277
278 Changed sample shell to send non-JS output (e.g. errors) to stderr
279 instead of stdout.
280
281 Correctly check for stack overflow even when interrupt is pending.
282 (issue 214)
283
284 Collect stack trace on stack overflow. (issue 2394)
285
286 Performance and stability improvements on all platforms.
287
288
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00002892012-11-12: Version 3.15.2
290
291 Function::GetScriptOrigin supplies sourceURL when script name is
292 not available. (Chromium issue 159413)
293
294 Made formatting error message side-effect-free. (issue 2398)
295
296 Fixed length check in JSON.stringify. (Chromium issue 160010)
297
298 ES6: Added support for Set and Map clear method (issue 2400)
299
300 Fixed slack tracking when instance prototype changes.
301 (Chromium issue 157019)
302
303 Fixed disabling of code flusher while marking. (Chromium issue 159140)
304
305 Added a test case for object grouping in a scavenger GC (issue 2077)
306
307 Support shared library build of Android for v8.
308 (Chromium issue 158821)
309
310 ES6: Added support for size to Set and Map (issue 2395)
311
312 Performance and stability improvements on all platforms.
313
314
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003152012-11-06: Version 3.15.1
316
317 Put incremental code flushing behind a flag. (Chromium issue 159140)
318
319 Performance and stability improvements on all platforms.
320
321
danno@chromium.org72204d52012-10-31 10:02:10 +00003222012-10-31: Version 3.15.0
323
324 Loosened aligned code target requirement on ARM (issue 2380)
325
326 Fixed JSON.parse to treat leading zeros correctly.
327 (Chromium issue 158185)
328
329 Performance and stability improvements on all platforms.
330
331
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003322012-10-22: Version 3.14.5
333
334 Killed off the SCons based build.
335
336 Added a faster API for creating v8::Integer objects.
337
338 Speeded up function deoptimization by avoiding quadratic pass over
339 optimized function list. (Chromium issue 155270)
340
341 Always invoke the default Array.sort functions from builtin functions.
342 (issue 2372)
343
344 Reverted recent CPU profiler changes because they broke --prof.
345 (issue 2364)
346
347 Switched code flushing to use different JSFunction field.
348 (issue 1609)
349
350 Performance and stability improvements on all platforms.
351
352
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00003532012-10-15: Version 3.14.4
354
355 Allow evals for debugger even if they are prohibited in the debugee
356 context. (Chromium issue 154733)
357
358 Enabled --verify-heap in release mode (issue 2120)
359
360 Performance and stability improvements on all platforms.
361
362
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00003632012-10-11: Version 3.14.3
364
365 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
366 (Chromium issue 155076).
367
368 Bumped variable limit further to 2^17 (Chromium issue 151625).
369
370 Performance and stability improvements on all platforms.
371
372
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00003732012-10-10: Version 3.14.2
374
375 ARM: allowed VFP3 instructions when hardfloat is enabled.
376 (Chromium issue 152506)
377
378 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
379 (Chromium issue 151749)
380
381 Made GDBJIT interface compile again. (issue 1804)
382
383 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
384 (Chromium issue 143967)
385
386 Made sure that names of temporaries do not clash with real variables.
387 (issue 2322)
388
389 Rejected local module declarations. (Chromium issue 150628)
390
391 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
392
393 Fixed slot recording of code target patches.
394 (Chromium issue 152615,chromium:144230)
395
396 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
397
398 Performance and stability improvements on all platforms.
399
400
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004012012-10-01: Version 3.14.1
402
403 Don't set -m32 flag when compiling with Android ARM compiler.
404 (Chromium issue 143889)
405
406 Restore the descriptor array before returning allocation failure.
407 (Chromium issue 151750)
408
409 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
410 128252).
411
412 Pull more recent gyp in 'make dependencies'.
413
414 Made sure that the generic KeyedStoreIC changes length and element_kind
415 atomically (issue 2346).
416
417 Bumped number of allowed variables per scope to 65535, to address GWT.
418 (Chromium issue 151625)
419
420 Support sourceURL for dynamically inserted scripts (issue 2342).
421
422 Performance and stability improvements on all platforms.
423
424
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004252012-09-20: Version 3.14.0
426
427 Fixed missing slot recording during clearing of CallICs.
428 (Chromium issue 144230)
429
430 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
431 (Chromium issue 150729)
432
433 Fixed minus zero test. (Issue 2133)
434
435 Fixed setting array length to zero for slow elements.
436 (Chromium issue 146910)
437
438 Fixed lost arguments dropping in HLeaveInlined.
439 (Chromium issue 150545)
440
441 Fixed casting error for receiver of interceptors.
442 (Chromium issue 149912)
443
444 Throw a more descriptive exception when blocking 'eval' via CSP.
445 (Chromium issue 140191)
446
447 Fixed debugger's eval when close to stack overflow. (issue 2318)
448
449 Added checks to live edit. (issue 2297)
450
451 Switched on code compaction on incremental GCs.
452
453 Fixed caching of optimized code for OSR. (issue 2326)
454
455 Not mask exception thrown by toString in String::UtfValue etc.
456 (issue 2317)
457
458 Fixed API check for length of external arrays. (Chromium issue 148896)
459
460 Ensure correct enumeration indices in the dict (Chromium issue 148376)
461
462 Correctly initialize regexp global cache. (Chromium issue 148378)
463
464 Fixed arguments object materialization during deopt. (issue 2261)
465
466 Introduced new API to expose external string resource regardless of
467 encoding.
468
469 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
470 --deopt-every-n-times flag is present
471 (Chromium issue 148389)
472
473 Fixed edge case of extension with NULL as source string.
474 (Chromium issue 144649)
475
476 Fixed array index dehoisting. (Chromium issue 141395)
477
478 Performance and stability improvements on all platforms.
479
480
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00004812012-09-11: Version 3.13.7
482
483 Enable/disable LiveEdit using the (C++) debug API.
484
485 Performance and stability improvements on all platforms.
486
487
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00004882012-09-06: Version 3.13.6
489
490 Added validity checking to API functions and calls.
491
492 Disabled accessor inlining (Chromium issue 134609).
493
494 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
495
496 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
497
498 Fixed VS2005 build (issue 2313).
499
500 Activated fixed ES5 readonly semantics by default.
501
502 Added hardfp flag to the Makefile.
503
504 Performance and stability improvements on all platforms.
505
506
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005072012-08-29: Version 3.13.5
508
509 Release stack trace data after firing Error.stack accessor.
510 (issue 2308)
511
512 Added a new API V8::SetJitCodeEventHandler to push code name and
513 location to users such as profilers.
514
515 Allocate block-scoped global bindings to global context.
516
517 Performance and stability improvements on all platforms.
518
519
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005202012-08-28: Version 3.13.4
521
522 Print reason for disabling optimization. Kill --trace-bailout flag.
523
524 Provided option to disable full DEBUG build on Android.
525
526 Introduced global contexts to represent lexical global scope(s).
527
528 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
529
530 Performance and stability improvements on all platforms.
531
532
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005332012-08-21: Version 3.13.3
534
535 Performance and stability improvements on all platforms.
536
537
5382012-08-20: Version 3.13.2
539
540 Performance and stability improvements on all platforms.
541
542
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00005432012-08-16: Version 3.13.1
544
545 Performance and stability improvements on all platforms.
546
547
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00005482012-08-10: Version 3.13.0
549
550 Added histograms for total allocated/live heap size, as well as
551 allocated size and percentage of total for map and cell space.
552
553 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
554 (issue 1645)
555
556 Added checks for interceptors to negative lookup code in Crankshaft.
557 (Chromium issue 140473)
558
559 Made incremental marking clear ICs and type feedback cells.
560
561 Performance and stability improvements on all platforms.
562
563
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00005642012-08-01: Version 3.12.19
565
566 Performance and stability improvements on all platforms.
567
568
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00005692012-07-30: Version 3.12.18
570
571 Forced using bit-pattern for signed zero double. (issue 2239)
572
573 Made sure double to int conversion is correct. (issue 2260)
574
575 Performance and stability improvements on all platforms.
576
577
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00005782012-07-27: Version 3.12.17
579
580 Always set the callee's context when calling a function from optimized
581 code.
582 (Chromium issue 138887)
583
584 Fixed building with GCC 3.x
585 (issue 2016, 2017)
586
587 Improved API calls that return empty handles.
588 (issue 2245)
589
590 Performance and stability improvements on all platforms.
591
592
danno@chromium.org129d3982012-07-25 15:01:47 +00005932012-07-25: Version 3.12.16
594
595 Performance and stability improvements on all platforms.
596
597
yangguo@chromium.org304cc332012-07-24 07:59:48 +00005982012-07-24: Version 3.12.15
599
600 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
601 (issue 2252)
602
603 Added dependency to HLoadKeyed* instructions to prevent invalid
604 hoisting. (Chromium issue 137768)
605
606 Enabled building d8 for Android on Mac.
607
608 Interpret negative hexadecimal literals as NaN.
609 (issue 2240)
610
611 Expose counters in javascript when using --track-gc-object-stats.
612
613 Enabled building and testing V8 on Android IA.
614
615 Added --trace-parse flag to parser.
616
617 Performance and stability improvements on all platforms.
618
619
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006202012-07-18: Version 3.12.14
621
622 Deactivated optimization of packed arrays.
623 (Chromium issue 137768)
624
625 Fixed broken accessor transition.
626 (Chromium issue 137689)
627
628 Performance and stability improvements on all platforms.
629
630
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006312012-07-17: Version 3.12.13
632
633 Fixed missing tagging of stack value in finally block.
634 (Chromium issue 137496)
635
636 Added more support for heap analysis.
637
638 Performance and stability improvements on all platforms.
639
640
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00006412012-07-16: Version 3.12.12
642
643 Added an option to the tickprocessor to specify the directory for lib
644 lookup.
645
646 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
647
648 Fixed transcendental cache on ARM in optimized code (issue 2234).
649
650 New heap inspection tools: counters for object sizes and counts,
651 histograms for external fragmentation.
652
653 Incorporated constness into inferred interfaces (in preparation for
654 handling imports) (issue 1569).
655
656 Performance and stability improvements on all platforms.
657
658
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00006592012-07-12: Version 3.12.11
660
661 Renamed "mips" arch to "mipsel" in the GYP build.
662
663 Fixed computation of call targets on prototypes in Crankshaft.
664 (Chromium issue 125148)
665
666 Removed use of __lookupGetter__ when generating stack trace.
667 (issue 1591)
668
669 Turned on ES 5.2 globals semantics by default.
670 (issue 1991, Chromium issue 80591)
671
672 Synced preparser and parser wrt syntax error in switch..case.
673 (issue 2210)
674
675 Fixed reporting of octal literals in strict mode when preparsing.
676 (issue 2220)
677
678 Fixed inline constructors for Harmony Proxy prototypes.
679 (issue 2225)
680
681 Performance and stability improvements on all platforms.
682
683
danno@chromium.org81cac2b2012-07-10 11:28:27 +00006842012-07-10: Version 3.12.10
685
686 Re-enabled and fixed issue with array bounds check elimination
687 (Chromium issue 132114).
688
689 Fixed Debug::Break crash. (Chromium issue 131642)
690
691 Added optimizing compiler support for JavaScript getters.
692
693 Performance and stability improvements on all platforms.
694
695
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00006962012-07-06: Version 3.12.9
697
698 Correctly advance the scanner when scanning unicode regexp flag.
699 (Chromium issue 136084)
700
701 Fixed unhandlified code calling Harmony Proxy traps.
702 (issue 2219)
703
704 Performance and stability improvements on all platforms.
705
706
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007072012-07-05: Version 3.12.8
708
709 Implemented TypedArray.set and ArrayBuffer.slice in d8.
710
711 Performance and stability improvements on all platforms.
712
713
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007142012-07-03: Version 3.12.7
715
716 Fixed lazy compilation for strict eval scopes.
717 (Chromium issue 135066)
718
719 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
720 (issue 2151)
721
722 Report "hidden properties" in heap profiler for properties case.
723 (issue 2212)
724
725 Activated optimization of packed arrays by default.
726
727 Performance and stability improvements on all platforms.
728
729
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007302012-06-29: Version 3.12.6
731
732 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
733
734 Extended TypedArray support in d8.
735
736
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00007372012-06-28: Version 3.12.5
738
739 Fixed lazy parsing heuristics to respect outer scope.
740 (Chromium issue 135008)
741
742 Allow using test-wrapper-gypbuild.py on Windows when no python
743 interpreter is registered.
744
745 Performance and stability improvements on all platforms.
746
747
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00007482012-06-27: Version 3.12.4
749
750 Removed -fomit-frame-pointer flag from Release builds to make
751 the stack walkable by TCMalloc (Chromium issue 133723).
752
753 Ported r7868 (constant masking) to x64 (issue 1374).
754
755 Expose more detailed memory statistics (issue 2201).
756
757 Fixed Harmony Maps and WeakMaps for undefined values
758 (Chromium issue 132744).
759
760 Correctly throw reference error in strict mode with ICs disabled
761 (issue 2119).
762
763 Performance and stability improvements on all platforms.
764
765
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00007662012-06-25: Version 3.12.3
767
768 Reverted r11835 'Unify promotion and allocation limit computation' due
769 to V8 Splay performance regression on Mac. (Chromium issue 134183)
770
771 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
772
773 Performance and stability improvements on all platforms.
774
775
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00007762012-06-22: Version 3.12.2
777
778 Made near-jump check more strict in LoadNamedFieldPolymorphic on
779 ia32/x64. (Chromium issue 134055)
780
781 Fixed lazy sweeping heuristics to prevent old-space expansion.
782 (issue 2194)
783
784 Performance and stability improvements on all platforms.
785
786
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00007872012-06-21: Version 3.12.1
788
789 Performance and stability improvements on all platforms.
790
791
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00007922012-06-20: Version 3.12.0
793
794 Fixed Chromium issues:
795 115100, 129628, 131994, 132727, 132741, 132742, 133211
796
797 Fixed V8 issues:
798 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
799
800 Added --extra-code flag to mksnapshot to load JS code into the VM
801 before creating the snapshot.
802
803 Support 'restart call frame' command in the debugger.
804
805 Performance and stability improvements on all platforms.
806
807
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008082012-06-13: Version 3.11.10
809
810 Implemented heap profiler memory usage reporting.
811
812 Preserved error message during finally block in try..finally.
813 (Chromium issue 129171)
814
815 Fixed EnsureCanContainElements to properly handle double values.
816 (issue 2170)
817
818 Improved heuristics to keep objects in fast mode with inherited
819 constructors.
820
821 Performance and stability improvements on all platforms.
822
823
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008242012-06-06: Version 3.11.9
825
826 Implemented ES5-conformant semantics for inherited setters and read-only
827 properties. Currently behind --es5_readonly flag, because it breaks
828 WebKit bindings.
829
830 Exposed last seen heap object id via v8 public api.
831
832 Performance and stability improvements on all platforms.
833
834
verwaest@chromium.org37141392012-05-31 13:27:02 +00008352012-05-31: Version 3.11.8
836
837 Avoid overdeep recursion in regexp where a guarded expression with a
838 minimum repetition count is inside another quantifier.
839 (Chromium issue 129926)
840
841 Fixed missing write barrier in store field stub.
842 (issues 2143, 1465, Chromium issue 129355)
843
844 Proxies: Fixed receiver for setters inherited from proxies.
845 Proxies: Fixed ToStringArray function so that it does not reject some
846 keys.
847 (issue 1543)
848
849 Performance and stability improvements on all platforms.
850
851
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00008522012-05-29: Version 3.11.7
853
854 Get better function names in stack traces.
855
856 Performance and stability improvements on all platforms.
857
858
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00008592012-05-24: Version 3.11.6
860
861 Fixed RegExp.prototype.toString for incompatible receivers
862 (issue 1981).
863
864 Performance and stability improvements on all platforms.
865
866
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00008672012-05-23: Version 3.11.5
868
869 Performance and stability improvements on all platforms.
870
871
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00008722012-05-22: Version 3.11.4
873
874 Some cleanup to common.gypi. This fixes some host/target combinations
875 that weren't working in the Make build on Mac.
876
877 Handle EINTR in socket functions and continue incomplete sends.
878 (issue 2098)
879
880 Fixed python deprecations. (issue 1391)
881
882 Made socket send and receive more robust and return 0 on failure.
883 (Chromium issue 15719)
884
885 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
886
887 Set '-m32' option for host and target platforms
888
889 Performance and stability improvements on all platforms.
890
891
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00008922012-05-18: Version 3.11.3
893
894 Disable optimization for functions that have scopes that cannot be
895 reconstructed from the context chain. (issue 2071)
896
897 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
898
899 Correctly check for native error objects. (Chromium issue 2138)
900
901 Performance and stability improvements on all platforms.
902
903
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009042012-05-16: Version 3.11.2
905
906 Revert r11496. (Chromium issue 128146)
907
908 Implement map collection for incremental marking. (issue 1465)
909
910 Add toString method to CallSite (which describes a frame of the
911 stack trace).
912
913
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009142012-05-15: Version 3.11.1
915
916 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
917
918 Fix freebsd build. (V8 issue 2126)
919
920 Performance and stability improvements on all platforms.
921
922
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009232012-05-11: Version 3.11.0
924
925 Fixed compose-discard crasher from r11524 (issue 2123).
926
927 Activated new global semantics by default. Global variables can
928 now shadow properties of the global object (ES5.1 erratum).
929
930 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
931 transitioning (Chromium issue 117409).
932
933 Made Error.prototype.name writable again, as required by the spec and
934 the web (Chromium issue 69187).
935
936 Implemented map collection with incremental marking (issue 1465).
937
938 Regexp: Fixed overflow in min-match-length calculation
939 (Chromium issue 126412).
940
941 MIPS: Fixed illegal instruction use on Loongson in code for
942 Math.random() (issue 2115).
943
944 Fixed crash bug in VisitChoice (Chromium issue 126272).
945
946 Fixed unsigned-Smi check in MappedArgumentsLookup
947 (Chromium issue 126414).
948
949 Fixed LiveEdit for function with no locals (issue 825).
950
951 Fixed register clobbering in LoadIC for interceptors
952 (Chromium issue 125988).
953
954 Implemented clearing of CompareICs (issue 2102).
955
956 Performance and stability improvements on all platforms.
957
958
danno@chromium.org2c26cb12012-05-03 09:06:43 +00009592012-05-03: Version 3.10.8
960
961 Enabled MIPS cross-compilation.
962
963 Ensured reload of elements pointer in StoreFastDoubleElement stub.
964 (Chromium issue 125515)
965
966 Fixed corner cases in truncation behavior when storing to
967 TypedArrays. (issue 2110)
968
969 Fixed failure to properly recognize and report out-of-memory
970 conditions when allocating code space pages. (Chromium issue
971 118625)
972
973 Fixed idle notifications to perform a round of incremental GCs
974 after context disposal. (issue 2107)
975
976 Fixed preparser for try statement. (issue 2109)
977
978 Performance and stability improvements on all platforms.
979
980
danno@chromium.org1044a4d2012-04-30 12:34:39 +00009812012-04-30: Version 3.10.7
982
983 Performance and stability improvements on all platforms.
984
985
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +00009862012-04-26: Version 3.10.6
987
988 Fixed some bugs in accessing details of the last regexp match.
989
990 Fixed source property of empty RegExp objects. (issue 1982)
991
992 Enabled inlining some V8 API functions.
993
994 Performance and stability improvements on all platforms.
995
996
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +00009972012-04-23: Version 3.10.5
998
999 Put new global var semantics behind a flag until WebKit tests are
1000 cleaned up.
1001
1002 Enabled stepping into callback passed to builtins.
1003 (Chromium issue 109564)
1004
1005 Performance and stability improvements on all platforms.
1006
1007
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010082012-04-19: Version 3.10.4
1009
1010 Fixed issues when stressing compaction with WeakMaps.
1011
1012 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1013
1014 Simplify invocation sequence at monomorphic function invocation sites.
1015 (issue 2079)
1016
1017 Performance and stability improvements on all platforms.
1018
1019
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010202012-04-17: Version 3.10.3
1021
1022 Fixed several bugs in heap profiles (including issue 2078).
1023
1024 Throw syntax errors on illegal escape sequences.
1025
1026 Implemented rudimentary module linking (behind --harmony flag)
1027
1028 Implemented ES5 erratum: Global declarations should shadow
1029 inherited properties.
1030
1031 Made handling of const more consistent when combined with 'eval'
1032 and 'with'.
1033
1034 Fixed V8 on MinGW-x64 (issue 2026).
1035
1036 Performance and stability improvements on all platforms.
1037
1038
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000010392012-04-13: Version 3.10.2
1040
1041 Fixed native ARM build (issues 1744, 539)
1042
1043 Return LOOKUP variable instead of CONTEXT for non-context allocated
1044 outer scope parameters (Chromium issue 119609).
1045
1046 Fixed regular and ElementsKind transitions interfering with each other
1047 (Chromium issue 122271).
1048
1049 Improved performance of keyed loads/stores which have a HeapNumber
1050 index (issues 1388, 1295).
1051
1052 Fixed WeakMap processing for evacuation candidates (issue 2060).
1053
1054 Bailout on possible direct eval calls (Chromium issue 122681).
1055
1056 Do not assume that names of function expressions are context-allocated
1057 (issue 2051).
1058
1059 Performance and stability improvements on all platforms.
1060
1061
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000010622012-04-10: Version 3.10.1
1063
1064 Fixed bug with arguments object in inlined functions (issue 2045).
1065
1066 Fixed performance bug with lazy initialization (Chromium issue
1067 118686).
1068
1069 Added suppport for Mac OS X 64bit builds with GYP.
1070 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1071
1072 Fixed bug with hidden properties (issue 2034).
1073
1074 Fixed a performance bug when reloading pages (Chromium issue 117767,
1075 V8 issue 1902).
1076
1077 Fixed bug when optimizing throw in top-level code (issue 2054).
1078
1079 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1080
1081 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1082
1083 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1084
1085 Fixed compilation of V8 using uClibc.
1086
1087 Optimized boot-up memory use.
1088
1089 Optimized regular expressions.
1090
1091
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000010922012-03-30: Version 3.10.0
1093
1094 Fixed store IC writability check in strict mode
1095 (Chromium issue 120099).
1096
1097 Resynchronize timers if the Windows system time was changed.
1098 (Chromium issue 119815)
1099
1100 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1101 hardfp ARM
1102 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1103
1104 Fixed edge case for case independent regexp character classes
1105 (issue 2032).
1106
1107 Reset function info counters after context disposal.
1108 (Chromium issue 117767, V8 issue 1902)
1109
1110 Fixed missing write barrier in CopyObjectToObjectElements.
1111 (Chromium issue 119926)
1112
1113 Fixed missing bounds check in HasElementImpl.
1114 (Chromium issue 119925)
1115
1116 Performance and stability improvements on all platforms.
1117
1118
danno@chromium.org88aa0582012-03-23 15:11:57 +000011192012-03-23: Version 3.9.24
1120
1121 Activated count-based profiler for ARM.
1122
1123 Fixed use of proxies as f.prototype properties. (issue 2021)
1124
1125 Enabled snapshots on MIPS.
1126
1127 Performance and stability improvements on all platforms.
1128
1129
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011302012-03-21: Version 3.9.23
1131
1132 Use correct arguments adaptation environment when inlining function
1133 containing arguments. (Issue 2014)
1134
1135 Performance and stability improvements on all platforms.
1136
1137
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000011382012-03-20: Version 3.9.22
1139
1140 Enabled count-based profiler by default.
1141
1142 Implemented a hash based look-up to speed up address checks
1143 in large object space (issue 853).
1144
1145 Performance and stability improvements on all platforms.
1146
1147
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000011482012-03-19: Version 3.9.21
1149
1150 Fixed push-to-trunk script (and re-push).
1151
1152 Added API call that identifies strings that are guaranteed only to
1153 contain ASCII characters.
1154
1155
11562012-03-19: Version 3.9.20
1157
1158 Fixed declarations escaping global strict eval. (Issue 1624)
1159
1160 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1161
1162 Fixed function declarations overwriting read-only global properties.
1163 (Chromium issue 115452)
1164
1165 Fixed --use-strict flag in combination with --harmony[-scoping].
1166
1167 Debugger: naive implementation of "step into Function.prototype.bind".
1168
1169 Debugger: added ability to set script source from within OnBeforeCompile
1170
1171 Added flag to always call DebugBreak on abort.
1172
1173 Re-enabled constructor inlining and inline === comparison with boolean
1174 constants. (Issue 2009)
1175
1176 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1177
1178 Performance and stability improvements on all platforms.
1179
1180
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000011812012-03-14: Version 3.9.19
1182
1183 Ensure there is a smi check of the receiver for global load and call
1184 ICs (Chromium issue 117794).
1185
1186 Performance and stability improvements on all platforms.
1187
1188
yangguo@chromium.org154ff992012-03-13 08:09:54 +000011892012-03-13: Version 3.9.18
1190
1191 Ensure consistency of Math.sqrt on Intel platforms.
1192
1193 Remove static initializers in v8. (issue 1859)
1194
1195 Add explicit dependency on v8_base in the GYP-based build.
1196
1197 Performance and stability improvements on all platforms.
1198
1199
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012002012-03-12: Version 3.9.17
1201
1202 Fixed VFP detection through compiler defines. (issue 1996)
1203
1204 Add Code-related fields to postmortem metadata.
1205
1206 Performance and stability improvements on all platforms.
1207
1208
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012092012-03-09: Version 3.9.16
1210
1211 Added basic interface inference for modules (behind the --harmony flag).
1212
1213 Added Object.is, Number.isFinite, Number.isNaN.
1214
1215 Updated the Unicode tables to Unicode version 6.1.0.
1216
1217 Performance and stability improvements on all platforms.
1218
1219
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012202012-03-06: Version 3.9.15
1221
1222 Fix the heap profiler crash caused by memory layout changes between
1223 passes.
1224
1225 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1226
1227 Fix double-rounding in strtod for MinGW. (issue 1062)
1228
1229 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1230
1231 Performance and stability improvements on all platforms.
1232
1233
fschneider@chromium.org35814e52012-03-01 15:43:35 +000012342012-03-01: Version 3.9.14
1235
1236 Performance and stability improvements on all platforms.
1237
1238
ulan@chromium.org812308e2012-02-29 15:58:45 +000012392012-02-29: Version 3.9.13
1240
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001241 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001242
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001243 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1244 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001245
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001246 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001247
1248 Performance and stability improvements on all platforms.
1249
1250
ulan@chromium.org967e2702012-02-28 09:49:15 +000012512012-02-28: Version 3.9.12
1252
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001253 Fixed the negative lookup stub to handle deleted entries in a
1254 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001255
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001256 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001257 callback function can resolve the location of a return address on stack
1258 to the location where a return-address rewriting profiler stashed the
1259 original return address.
1260
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001261 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1262 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001263
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001264 Fixed issue 1853: Update breakpoints set with partial file name after
1265 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001266
1267
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000012682012-02-27: Version 3.9.11
1269
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001270 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001271
1272
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000012732012-02-24: Version 3.9.10
1274
1275 Fixed V8 issues 1322, 1772 and 1969.
1276
1277 Conformance improvements.
1278
1279 Performance and stability improvements on all platforms.
1280
1281
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000012822012-02-23: Version 3.9.9
1283
1284 Supported fast case for-in in Crankshaft.
1285
1286 Sped up heap snapshot serialization and dominators construction.
1287
1288 Randomized allocation addresses on windows. (Chromium issue 115151)
1289
1290 Fixed compilation with MinGW-w64. (issue 1943)
1291
1292 Fixed incorrect value of assignments to non-extensible properties.
1293
1294 Fixed a crash bug in generated code on ia32.
1295
1296 Performance and stability improvements on all platforms.
1297
1298
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000012992012-02-21: Version 3.9.8
1300
1301 Fixed memory leak and missing #include in StartupDataDecompressor
1302 (issue 1960).
1303
1304 Renamed static methods to avoid shadowing virtual methods and fix Clang
1305 C++11 compile error.
1306
1307 Fixed sequence of element access in array builtins (issue 1790).
1308
1309 Performance and stability improvements on all platforms.
1310
1311
yangguo@chromium.org56454712012-02-16 15:33:53 +000013122012-02-16: Version 3.9.7
1313
1314 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1315
1316 Fixed GCC-4.7 warnings.
1317
1318 Added Navier-Stokes benchmark.
1319
1320 Performance and stability improvements on all platforms.
1321
1322
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013232012-02-14: Version 3.9.6
1324
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001325 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001326
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001327 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001328
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001329 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001330
1331 Heap Snapshot maximum size limit is too low for really big apps. At the
1332 moment the limit is 256MB. (Chromium issue 113015)
1333
1334 Performance and stability improvements on all platforms.
1335
1336
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000013372012-02-09: Version 3.9.5
1338
1339 Removed unused command line flags.
1340
1341 Performance and stability improvements on all platforms.
1342
1343
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000013442012-02-08: Version 3.9.4
1345
1346 Properly initialize element-transitioning array literals on ARM.
1347 (issue 1930)
1348
1349 Bug fixes on all platforms.
1350
1351
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000013522012-02-07: Version 3.9.3
1353
1354 When rethrowing an exception, print the stack trace of its original
1355 site instead of rethrow site (Chromium issue 60240).
1356
1357 Increased size of small stacks from 32k to 64k to avoid hitting limits
1358 in Chromium (Chromium issue 112843).
1359
1360
rossberg@chromium.org994edf62012-02-06 10:12:55 +000013612012-02-06: Version 3.9.2
1362
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001363 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001364
1365 Heap profiler reports implicit references.
1366
1367 Optionally export metadata with libv8 to enable debuggers to inspect V8
1368 state.
1369
1370
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000013712012-02-02: Version 3.9.1
1372
1373 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1374 (Chromium issue 112315).
1375
1376 Fixed a crash in dev tools (Chromium issue 107996).
1377
1378 Added 'dependencies_traverse': 1 to v8 GYP target.
1379
1380 Performance and stability improvements on all platforms.
1381
1382
danno@chromium.orgfa458e42012-02-01 10:48:36 +000013832012-02-01: Version 3.9.0
1384
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001385 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001386
1387 Stability fixes and performance improvements on all platforms.
1388
1389
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000013902012-01-26: Version 3.8.9
1391
1392 Flush number string cache on GC (issue 1605).
1393
1394 Provide access to function inferred name with
1395 v8::Function::GetInferredName in V8 public API.
1396
1397 Fix building with Clang (issue 1912).
1398
1399 Reduce the space used by the stack for the profiling thread.
1400
1401 Fix misleading documentation of v8::Locker (issue 542).
1402
1403 Introduce readbinary function in d8 to read binary files.
1404
1405 Performance and stability improvements on all platforms.
1406
1407
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014082012-01-23: Version 3.8.8
1409
1410 Limited number of loop iterations in Heap::ReserveSpace
1411 (Chromium issue 99027).
1412
1413 Fixed solaris build (VirtualMemory) (issue 1761).
1414
1415 Fixed strict vs. non-strict handling of function proxies in
1416 higher-order array and string methods.
1417
1418 Enabled asynchronous remote debugging with d8 (issue 1691).
1419
1420 Stability and performance improvements on all platforms.
1421
1422
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014232012-01-19: Version 3.8.7
1424
1425 Ensure that LRandom restores rsi after call to the C function on x64.
1426 (Chromium issue http://crbug.com/110509)
1427
1428 Fixing include issues on *bsd when building with scons.
1429 (issue 1897)
1430
1431 Provide a switch to specify -fno-strict-aliasing
1432 (issue 1887)
1433
1434 Move WIN32 define from standalone.gypi to common.gypi
1435 (issue 1760)
1436
1437 Fix corner-case in heap size estimation.
1438 (issue 1893)
1439
1440 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1441 (issue 1903)
1442
1443 Performance improvements and bug fixes.
1444
1445
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000014462012-01-16: Version 3.8.6
1447
1448 Add primitive WebGL array support to d8.
1449
1450 Improve heap size estimation (issue 1893).
1451
1452 Hash collision DOS workaround extended from string keys
1453 to numeric keys.
1454
1455 Provide an API for iterating through all external strings referenced
1456 from the JS heap.
1457
1458 Adjust position recorded for call expressions. http://crbug.com/109195
1459
1460 Fix GC crash related to instanceof. http://crbug.com/109448
1461
1462 Performance improvements and bug fixes.
1463
1464
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000014652012-01-05: Version 3.8.5
1466
1467 Fix broken test that assumes that no GC can clear the regexp cache (GC
1468 can happen at any time due to Crankshaft).
1469
1470 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1471
1472 Add netbsd support to gyp build.
1473
1474 Determine page size at runtime on posix platforms.
1475
1476 Ensure that store buffer filtering hash sets are cleared after
1477 StoreBuffer::Filter.
1478
1479 Randomize the seed used for string hashing. This helps guard against
1480 CPU-eating DOS attacks against node.js servers. Based on code from
1481 Bert Belder. This version only solves the issue for those that compile
1482 V8 themselves or those that do not use snapshots. A snapshot-based
1483 precompiled V8 will still have predictable string hash codes.
1484
1485 Implement callback when script finishes running in V8 API.
1486
1487 Improve performance of Math.min and Math.max for the case of two
1488 arguments. (issue 1325)
1489
1490
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000014912012-01-02: Version 3.8.4
1492
1493 Performance improvements for large Smi-only arrays.
1494
1495 Fixed InternalArrays construction. (issue 1878)
1496
1497
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000014982011-12-27: Version 3.8.3
1499
1500 Avoid embedding new space objects into code objects in the lithium gap
1501 resolver. (chromium:108296)
1502
1503 Bug fixes and performance optimizations on all platforms.
1504
1505
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015062011-12-21: Version 3.8.2
1507
1508 Add max optimization flag to v8 gyp build to ensure V8 is always built
1509 fully optimized in Chrome.
1510
1511 MIPS: Bring MIPS to parity with other platforms.
1512
1513 Optimizations and stability improvements on all platforms.
1514
1515
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015162011-12-19: Version 3.8.1
1517
1518 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1519
1520 Stability improvements on all platforms.
1521
1522
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015232011-12-13: Version 3.8.0
1524
1525 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1526
1527 Sync parser and preparser on do-while and return statements.
1528 (issue 1856)
1529
1530 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1531
1532 Stability and performance improvements on all platforms.
1533
1534
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000015352011-12-01: Version 3.7.12
1536
1537 Increase tick interval for the android platform.
1538
1539 Fix a bug in the register allocator. (chromium:105112)
1540
1541 Fix handling of recompiling code. (chromium:105375, v8:1782)
1542
1543 Start incremental marking on idle notification. (v8:1458)
1544
1545 Build fixes for various platforms.
1546
1547 Various performance improvements.
1548
1549
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000015502011-11-29: Version 3.7.11
1551
1552 Fixed bug when generating padding to ensure space for lazy
1553 deoptimization.
1554 (issue 1846)
1555
1556 Further reduced pause times due to GC.
1557
1558 Stability and performance improvements on all platforms.
1559
1560
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000015612011-11-23: Version 3.7.10
1562
1563 Set maximum length of FixedArray in terms of elements instead an
1564 absolute number of bytes.
1565 (Chromium issue 103103)
1566
1567 Stability and performance improvements on all platforms.
1568
1569
15702011-11-21: Version 3.7.9
1571
1572 Removed exit-time destructors.
1573
1574 Stability and performance improvements on all platforms.
1575
1576
ricow@chromium.org27bf2882011-11-17 08:34:43 +000015772011-11-17: Version 3.7.8
1578
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001579 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001580 function on builtins will not make the original function reappear.
1581
1582 Added NetBSD support for scons build.
1583
1584 Performance improvements on all platforms.
1585
1586
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000015872011-11-14: Version 3.7.7
1588
1589 Fix missing fast property accessors in heap snapshots.
1590 (issue 1818)
1591
1592
danno@chromium.org2c456792011-11-11 12:00:53 +000015932011-11-11: Version 3.7.6
1594
1595 Fixed filtering of store buffer for large object pages.
1596 (issue 1817)
1597
1598 Fixed generated hash function on all platforms.
1599 (issue 1808)
1600
1601 Fixed Heap::Shrink to ensure that it does not free pages that are
1602 still in use.
1603 (Chromium issue 100414)
1604
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001605 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001606
1607
danno@chromium.orgc612e022011-11-10 11:38:15 +000016082011-11-10: Version 3.7.5
1609
1610 Added initial gyp infrastructure for MIPS.
1611
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001612 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001613 collector.
1614
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001615 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001616
1617
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016182011-11-07: Version 3.7.4
1619
1620 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1621
1622 Fix Harmony sets and maps to allow null and undefined as keys
1623 (still hidden behind --harmony flag) (issue 1622).
1624
1625 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1626
1627 Enable VFP instructions for Android.
1628
1629 Fix error handling in Date.prototype.toISOString (issue 1792).
1630
1631 Bug fixes and performance improvements for all platforms.
1632
1633 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1634
1635
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000016362011-10-28: Version 3.7.3
1637
1638 Slight deoptimization as a workaround for issue with jslint: Issue
1639 1789.
1640
1641
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000016422011-10-27: Version 3.7.2
1643
1644 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1645
1646
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000016472011-10-26: Version 3.7.1
1648
1649 Achieved 33% speedup in debug-mode tests.
1650
1651 Removed special casing of calls to RegExp test and exec methods with no
1652 argument. Now matches new JSC behaviour. crbug.com/75740.
1653
1654 Return the empty string on cyclic references in toString (ES5
1655 conformance).
1656
1657 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1658
1659 Made Math.random state per-context instead of per-process (issue 864).
1660
1661 Fixed stack traces to skip native functions.
1662
1663 Make snapshots (new contexts) smaller and faster.
1664
1665 Fixed handling of Function.apply for non-array arguments.
1666
1667 Fixed evaluation order in defineProperties to match FireFox.
1668
1669 Fixed handling of non-object receivers for array builtins,
1670 crbug.com/100702.
1671
1672 Multiple fixes to improve compliance with test262.
1673
1674 Fixed compatibility with older Android releases.
1675
1676 Fixed compilation with gcc-4.5.3.
1677
1678 Improved performance of WriteUtf8, issue 1665.
1679
1680 Made native syntax an early error in the preparser.
1681
1682 Fixed issues 793 and 893 relating to Function.prototype.bind.
1683
1684 Improved let, const, Set and Map support and other Harmony features
1685 (behind the --harmony flag).
1686
1687 Changed evaluation order for > and <= to match ES5 instead of ES3.
1688
1689 Bug fixes and performance improvements on all platforms.
1690
1691
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000016922011-10-13: Version 3.7.0
1693
1694 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1695
1696 Fixed issue 1757 (string slices of external strings).
1697
1698 Fixed issue 1759 (ARM).
1699
1700 Added flag --noclever-optimizations to disable some things that
1701 caused trouble in the past.
1702
1703 Added flag --stress-compaction for testing.
1704
1705 Added flag --harmony to activate all experimental Harmony features.
1706
1707
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017082011-10-10: Version 3.6.6
1709
1710 Added a GC pause visualization tool.
1711
1712 Added presubmit=no and werror=no flags to Makefile.
1713
1714 ES5/Test262 conformance improvements.
1715
1716 Fixed compilation issues with GCC 4.5.x (issue 1743).
1717
1718 Bug fixes and performance improvements on all platforms.
1719
1720
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017212011-10-05: Version 3.6.5
1722
1723 New incremental garbage collector.
1724
1725 Removed the hard heap size limit (soft heap size limit is still
1726 700/1400Mbytes by default).
1727
1728 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1729
1730 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1731
1732 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1733
1734 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1735
1736 Fixed the MinGW and Windows 2000 builds.
1737
1738 Fixed "Prototype chain is not searched if named property handler does
1739 not set a property" (Issue 1636).
1740
1741 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1742
1743 Disallowed future reserved words as labels in strict mode.
1744
1745 Fixed string split to correctly coerce the separator to a string
1746 (Issue 1711).
1747
1748 API: Added an optional source length field to the Extension
1749 constructor.
1750
1751 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1752 (Issue 1573).
1753
1754 Added "native" target to Makefile for the benefit of Linux distros.
1755
1756 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1757
1758 More work on ES-Harmony proxies. Still hidden behind a flag.
1759
1760 Bug fixes and performance improvements on all platforms.
1761
1762
lrn@chromium.org34e60782011-09-15 07:25:40 +000017632011-09-15: Version 3.6.4
1764
1765 Fixed d8's broken readline history.
1766
1767 Removed the need for code delete events in CPU profiler (Issue 1466).
1768
1769 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1770
1771 Fixing parallel execution in d8 (with -p) and some memory leaks.
1772
1773 Support for precise stepping in functions compiled before debugging was
1774 started (step 1).
1775
1776
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000017772011-09-13: Version 3.6.3
1778
1779 Implemented better support of typed arrays in the d8 shell.
1780
1781 Bug fixes and performance improvements on all platforms.
1782
1783
ricow@chromium.org55ee8072011-09-08 16:33:10 +000017842011-09-08: Version 3.6.2
1785
1786 Added "dependencies" target to top-level Makefile.
1787
1788 Added ability to turn profiler on/off in d8.
1789
1790 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1791
1792 Fixed several crash bugs.
1793
1794
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000017952011-09-07: Version 3.6.1
1796
1797 Fixed a bug in abrupt exit from with or catch inside finally.
1798
1799 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1800 issue 95113).
1801
1802 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1803
1804 Fixed a few clang warnings (which -Werror treated as errors).
1805
1806 Performance improvements on all platforms.
1807
1808
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018092011-09-05: Version 3.6.0
1810
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001811 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001812
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001813 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001814
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001815 Made arguments and caller always be null on native functions
1816 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001817
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001818 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001819
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001820 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001821
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001822 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001823
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001824 Fixed a problem with large heap snapshots in Chrome DevTools
1825 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001826
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001827 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001828
1829
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018302011-08-31: Version 3.5.10
1831
1832 Added dependency of v8_base on WinSocket2 Windows library in
1833 the GYP-build.
1834
1835 Various bugfixes.
1836
1837
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000018382011-08-29: Version 3.5.9
1839
1840 Made FromPropertyDescriptor not trigger inherited setters.
1841
1842 Fixed .gyp files to work on the ARM simulator.
1843
1844 Fixed shared library build warnings for MSVS.
1845
1846
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000018472011-08-24: Version 3.5.8
1848
1849 Added V8EXPORT attributes for v8::Array::CheckCast and
1850 v8::Number::CheckCast.
1851
1852 Made a slight API change enabling opting out from null termination
1853 in String::Write*().
1854
1855 Fixed arm build for gcc-4.6.
1856
1857
rossberg@chromium.org28a37082011-08-22 11:03:23 +000018582011-08-22: Version 3.5.7
1859
1860 Make scanner handle invalid unicode escapes in identifiers correctly.
1861
1862 Make regexp flag parsing stricter.
1863
1864 Fix several memory leaks.
1865
1866
danno@chromium.orgb6451162011-08-17 14:33:23 +000018672011-08-17: Version 3.5.6
1868
1869 Fixed issue that could cause crashes when running with --heap-stats.
1870
1871 Fixed compilation on Linux 2.6.9 and older.
1872
1873 Fixed live-object-list to work with isolates.
1874
1875 Fixed memory leaks in zones and isolates.
1876
1877 Fixed a performance regression for TypedArrays on x64.
1878
1879 Stability improvements on all platforms.
1880
1881
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000018822011-08-15: Version 3.5.5
1883
1884 Fixed bugs involving negative zero and the optimizing compiler.
1885
1886 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1887
1888 Eliminated uses of deprecated ARM instructions.
1889
1890 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1891
1892 Removed restriction on the size of disassembled code that is printed.
1893
1894
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000018952011-08-10: Version 3.5.4
1896
1897 Added a preliminary implementation of ES Harmony weak maps. Weak
1898 maps can be enabled by the flag --harmony-weakmaps.
1899
1900 Introduced a toplevel Makefile to support GYP-based building. GYP
1901 can be obtained from http://gyp.googlecode.com.
1902
1903 Fixed a bug in the length property of functions created by
1904 Function.prototype.bind.
1905
1906 Reduced malloc heap allocation on process startup.
1907
1908 Several important code generation bug fixes.
1909
1910 Performance improvements on all platforms.
1911
1912
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019132011-08-03: Version 3.5.3
1914
1915 MIPS: Port of fix to ClassOf check from ARM.
1916 Patch from Paul Lind <plind44@gmail.com>.
1917
1918 Stopped using mprotect on Cygwin.
1919 Avoided uninitialized member warning on gcc 4.3.4
1920 Both patches by Bert Belder.
1921
1922 Bug fixes and performance improvements on all platforms.
1923
1924
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019252011-08-01: Version 3.5.2
1926
1927 Performance improvements on all platforms.
1928
1929
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019302011-07-28: Version 3.5.1
1931
1932 Fixed setting the readonly flag on the prototype property using the
1933 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1934
1935 Changed the tools/test.py script to use d8 instead of shell for
1936 testing.
1937
1938 Fixed crash in ToBooleanStub when GC happens during invocation.
1939
1940 Enabled automatic unboxing of double arrays.
1941
1942 Performance improvements on all platforms.
1943
1944
ricow@chromium.org9fa09672011-07-25 11:05:35 +000019452011-07-25: Version 3.5.0
1946
1947 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1948 proxies.
1949
1950 Removed logging to memory support.
1951
1952 Bugfixes and performance work.
1953
1954
rossberg@chromium.org717967f2011-07-20 13:44:42 +000019552011-07-20: Version 3.4.14
1956
1957 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1958
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001959 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001960 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001961
1962 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1963
1964
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000019652011-07-18: Version 3.4.13
1966
1967 Improved debugger support to allow inspection of optimized frames (issue
1968 1140).
1969
1970 Fixed a bug in prototype transitions cache clearing introduced by r8165.
1971
1972 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
1973
1974 Fixed a memory leak in sample/shell.cc (dispose semaphores).
1975
1976 Simplified HClampToUint8. Patch by Andy Wingo.
1977
1978 Exposed APIs for detecting boxed primitives, native errors. Patch by
1979 Luke Zarko.
1980
1981 Added map check for COW elements to crankshaft array handling code
1982 (issue 1560).
1983
1984 Sample shell and (a light version of) D8 links against a shared library
1985 now.
1986
1987 Fixed bug in array filter and reduce functions (issue 1559).
1988
1989 Avoid TLS load in AstNode constructor.
1990
1991 Introduced a random entropy source which can optionally be provided at
1992 initialization. (Chromium issue 89462).
1993
1994
whesse@chromium.org030d38e2011-07-13 13:23:34 +000019952011-07-13: Version 3.4.12
1996
1997 Added --prof profiling option to d8 shell.
1998
1999 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2000
2001 Fixed a potential assertion failure in const declarations.
2002
2003 Fixed an assertion failure in descriptor arrays (issue 1526).
2004
2005 Enabled fast thread-local storage by default on supported platforms.
2006
2007 Improved reporting of source position for global variable loads
2008 (issue 1527).
2009
2010
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020112011-07-11: Version 3.4.11
2012
2013 Fixed MinGW32 build.
2014
2015 Fixed a GC bug with RegExp code flushing.
2016
2017 Implemented Object.defineProperty for proxies.
2018
2019 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2020
2021 Added debugger support for inspecting optimized frames (issue 1140).
2022
2023 Allowed JSObject::PreventExtensions to work for arguments objects.
2024
2025 Bugfixes and performance work.
2026
2027
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020282011-07-06: Version 3.4.10
2029
2030 Fixed debugger not breaking on certain "if" statements (issue 1523).
2031
2032 Fixed assertion failure in runtime profiler when running on IA32
2033 without snapshot (issue 1522).
2034
2035 Fixed ABI for API calls on IA32 (for clang compatibility).
2036
2037 Introduced code flushing of RegExp code to free memory used by
2038 RegExps sooner.
2039
2040 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2041
2042 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2043
2044 Performance improvements on all platforms.
2045
2046
ricow@chromium.org4f693d62011-07-04 14:01:31 +000020472011-07-04: Version 3.4.9
2048
2049 Added support for debugger inspection of locals in optimized frames
2050 (issue 1140).
2051
2052 Fixed SConstruct to pass correct defines to samples/preparser when
2053 building with library=shared.
2054
2055 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2056
2057 Fixed a bug in Object.defineProperty on the arguments object.
2058
2059 Performance improvements on all platforms.
2060
2061
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000020622011-06-29: Version 3.4.8
2063
2064 Ensure 16-byte stack alignment on Solaris (issue 1505).
2065
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002066 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002067 that is not a smi. (issue 1246).
2068
2069
ager@chromium.org04921a82011-06-27 13:21:41 +000020702011-06-27: Version 3.4.7
2071
2072 Fixed 64-bit build on FreeBSD.
2073
2074 Added API to set the property attributes for the prototype
2075 property on functions created from FunctionTemplates.
2076
2077 Bugfixes and performance work.
2078
2079
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000020802011-06-22: Version 3.4.6
2081
2082 Lowered limit on code space for systems with low memory supply.
2083
2084 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2085
2086 Extended setBreakpoint API to accept partial script name (issue 1418).
2087
2088 Made multi-line comments not count when deciding whether the '-->'
2089 comment starter is first on a line. This matches Safari.
2090
2091 Made handling of non-array recievers in Array length setter correct
2092 (issue 1491).
2093
2094 Added ability to heap profiler to iterate over snapshot's node
2095 (issue 1481).
2096
2097
whesse@chromium.org7b260152011-06-20 15:33:18 +000020982011-06-20: Version 3.4.5
2099
2100 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2101 1476, and 1477.
2102
2103 Improved code generation for !0 and !1.
2104
2105 Reduced memory usage for regular expressions with nested qualifiers.
2106 (issue 1472)
2107
2108 Fixed V8 to count line terminators in multi-line comments.
2109 (Chromium issue 86431)
2110
2111 Fixed disassembler=on option for release-mode builds. (issue 1473)
2112
2113 Performance improvements on all platforms.
2114
2115
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021162011-06-15: Version 3.4.4
2117
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002118 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002119
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002120 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002121
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002122 Several GYP-related changes: Added support for building Xcode project
2123 files. Make the ARM simulator build with GYP again. Generate Makefiles
2124 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002125
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002126 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2127 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002128
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002129 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002130
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002131 Handle 'undefined' correctly when === has been specialized for doubles.
2132 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002133
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002134 Corrected the limit of local variables in an optimized function from 64
2135 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002136
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002137 Correctly set ReadOnly flag on indexed properties when using the API Set
2138 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002139
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002140 Give the correct error message when Object.isExtensible is called on a
2141 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002142
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002143 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2144 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002145
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002146 Do not redefine properties unneccesarily in seal and freeze. (issue
2147 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002148
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002149 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002150
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002151 Distinguish keyed loads with a symbol key from fast elements loads,
2152 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002153
2154
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000021552011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002156
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002157 Clear the global thread table when an isolate is disposed
2158 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002159
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002160 Converted time zone name to UTF8 on Windows (issue 1290).
2161
2162 Limited the number of arguments in a function call to 32766
2163 (issue 1413).
2164
2165 Compress sources of JS libraries in addition to the snapshot.
2166
2167 Fixed a bug in Lithium environment iteration.
2168
2169 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002170
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002171
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000021722011-06-06: Version 3.4.2
2173
2174 More work on ES-Harmony proxies. Still hidden behind a flag.
2175
2176 Fixed some crash bugs and improved performance.
2177
2178 Fixed building with gdb debugging support.
2179
2180 Do not install SIGPROF handler until it is needed.
2181
2182 Added DateTimeFormat to i18n API.
2183
2184 Fixed compilation on OpenBSD.
2185
2186 Take the ulimit into account when sizing the heap. OpenBSD users
2187 may still have to increase the default ulimit to run heavy pages in
2188 the browser.
2189
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002190
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000021912011-06-01: Version 3.4.1
2192
2193 Fixed JSON stringify issue with arrays.
2194
2195 Changed calls to JS builtins to be passed undefined when called with
2196 implicit receiver.
2197
2198 Implemented the set trap for Harmony proxies. Proxies still need to
2199 be enabled with the --harmony-proxies flag.
2200
2201
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022022011-05-30: Version 3.4.0
2203
2204 Changed calls to undefined property setters to not throw (issue 1355).
2205
2206 Made RegExp objects not callable.
2207
2208 Fixed issues on special case large JSON strings in new json parser
2209 (issues http://crbug.com/83877 and http://crbug.com/84186).
2210
2211 Performance improvements on all platforms.
2212
2213
danno@chromium.org40cb8782011-05-25 07:58:50 +000022142011-05-25: Version 3.3.10
2215
2216 Fixed calls of strict mode function with an implicit receiver.
2217
2218 Fixed fast handling of arrays to properly deal with changes to the
2219 Object prototype (issue 1403).
2220
2221 Changed strict mode poison pill to be the same type error function
2222 (issue 1387).
2223
2224 Fixed a debug crash in arguments object handling (issue 1227).
2225
2226 Fixed a bug in deoptimization on x64 (issue 1404).
2227
2228 Performance improvements and bug fixes on all platforms.
2229
2230
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022312011-05-23: Version 3.3.9
2232
2233 Added DateTimeFormat class to experimental i18n API.
2234
2235 Extended preparser to give early errors for some strict mode
2236 restrictions.
2237
2238 Removed legacy execScript function from V8.
2239
2240 Extended isolate API with the ability to add embedder-specific
2241 data to an isolate.
2242
2243 Added basic support for polymorphic loads from JS and external
2244 arrays.
2245
2246 Fixed bug in handling of switch statements in the optimizing
2247 compiler.
2248
2249
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000022502011-05-18: Version 3.3.8
2251
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002252 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002253 handles are independent of all other persistent handles and can be
2254 garbage collected more frequently.
2255
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002256 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002257 with the --harmony-proxies flag.
2258
2259 Performance improvements and bug fixes on all platforms.
2260
2261
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000022622011-05-16: Version 3.3.7
2263
2264 Updated MIPS infrastructure files.
2265
2266 Performance improvements and bug fixes on all platforms.
2267
2268
karlklose@chromium.org83a47282011-05-11 11:54:09 +000022692011-05-11: Version 3.3.6
2270
2271 Updated MIPS infrastructure files.
2272
2273 Added method IsCallable for Object to the API.
2274 Patch by Peter Varga.
2275
2276
lrn@chromium.org1c092762011-05-09 09:42:16 +000022772011-05-09: Version 3.3.5
2278
2279 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2280
2281 Added check that receiver is JSObject on API calls.
2282
2283 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2284 Patch by Peter Varga.
2285
2286 Added CallAsFunction method to the Object class in the API (Issue 1336).
2287 Patch by Peter Varga.
2288
2289 Added per-isolate locking and unlocking.
2290
2291 Fixed bug in x64 >>> operator (Issue 1359).
2292
2293
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000022942011-05-04: Version 3.3.4
2295
2296 Implemented API to disallow code generation from strings for a context
2297 (issue 1258).
2298
2299 Fixed bug with whitespaces in parseInt (issue 955).
2300
2301 Fixed bug with == comparison of Date objects (issue 1356).
2302
2303 Added GYP variables for ARM code generation:
2304 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2305 and v8_use_arm_eabi_hardfloat.
2306
2307
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023082011-05-02: Version 3.3.3
2309
2310 Added support for generating Visual Studio solution and project files
2311 using GYP.
2312
2313 Implemented support for ARM EABI calling convention variation where
2314 floating-point arguments are passed in registers (hardfloat).
2315
2316 Added Object::HasOwnProperty() to the API.
2317
2318 Added support for compressing startup data to reduce binary size. This
2319 includes build time support and an API for the embedder to decompress
2320 the startup data before initializing V8.
2321
2322 Reduced the profiling hooks overhead from >400% to 25% when using
2323 ll_prof.
2324
2325 Performance improvements and bug fixes on all platforms.
2326
2327
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023282011-04-27: Version 3.3.2
2329
2330 Fixed crash bug on ARM with no VFP3 hardware.
2331
2332 Fixed compilation of V8 without debugger support.
2333
2334 Improved performance on JSLint.
2335
2336 Added support Float64 WebGL arrays.
2337
2338 Fixed crash bug in regexp replace.
2339
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002340
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000023412011-04-20: Version 3.3.1
2342
2343 Reduced V8 binary size by removing virtual functions from hydrogen.
2344
2345 Fixed crash bug on x64.
2346
2347 Performance improvements on ARM and IA32.
2348
2349
danno@chromium.org160a7b02011-04-18 15:51:38 +000023502011-04-18: Version 3.3.0
2351
2352 Fixed bug in floating point rounding in Crankshaft on ARM
2353 (issue 958)
2354
2355 Fixed a number of issues with running without VFPv3 support on ARM
2356 (issue 1315)
2357
2358 Introduced v8Locale.Collator, a partial implementation of Collator
2359 per last ECMAScript meeting + mailing list.
2360
2361 Minor performance improvements and bug fixes.
2362
2363
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000023642011-04-13: Version 3.2.10
2365
2366 Fixed bug in external float arrays on ARM (issue 1323).
2367
2368 Minor performance improvements and bug fixes.
2369
2370
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000023712011-04-11: Version 3.2.9
2372
2373 Removed support for ABI prior to EABI on ARM.
2374
2375 Fixed multiple crash bugs.
2376
2377 Added GCMole to the repository, a simple static analysis tool that
2378 searches for GC-unsafe evaluation order dependent callsites.
2379
2380 Made preparser API be exported in shared libraries.
2381
2382 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2383
2384 Fixed mutable __proto__ property if object is not extensible
2385 (Issue 1309).
2386
2387 Fixed auto suspension of the sampler thread.
2388
2389
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000023902011-04-06: Version 3.2.8
2391
2392 Exposed WebGL typed array constructors in the shell sample.
2393
2394 Performance improvements on all platforms.
2395
2396
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000023972011-04-04: Version 3.2.7
2398
2399 Disabled the original 'classic' V8 code generator. Crankshaft is
2400 now the default on all platforms.
2401
2402 Changed the heap profiler to use more descriptive names.
2403
2404 Performance and stability improvements to isolates on all platforms.
2405
2406
lrn@chromium.org7516f052011-03-30 08:52:27 +000024072011-03-30: Version 3.2.6
2408
2409 Fixed xcode build warning in shell.cc (out of order initialization).
2410
2411 Fixed null-pointer dereference in the compiler when running without
2412 SSE3 support (Chromium issue 77654).
2413
2414 Fixed x64 compilation error due to some dead code. (Issue 1286)
2415
2416 Introduced scons target to build the preparser stand-alone example.
2417
2418 Made FreeBSD build and pass all tests.
2419
2420
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024212011-03-28: Version 3.2.5
2422
lrn@chromium.org7516f052011-03-30 08:52:27 +00002423 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002424
2425 Added Crankshaft support for external arrays.
2426
2427 Fixed two potential crash bugs.
2428
2429
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024302011-03-23: Version 3.2.4
2431
2432 Added isolates which allows several V8 instances in the same process.
2433 This is controlled through the new Isolate class in the API.
2434
2435 Implemented more of EcmaScript 5 strict mode.
2436
2437 Reduced the time it takes to make detailed heap snapshot.
2438
2439 Added a number of commands to the ARM simulator and enhanced the ARM
2440 disassembler.
2441
2442
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000024432011-03-17: Version 3.2.3
2444
2445 Fixed a number of crash bugs.
2446
2447 Fixed Array::New(length) to return an array with a length (issue 1256).
2448
2449 Fixed FreeBSD build.
2450
2451 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2452
2453 Implemented more of EcmaScript 5 strict mode.
2454
2455 Improved Crankshaft performance on all platforms.
2456
2457
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000024582011-03-14: Version 3.2.2
2459
2460 Fixed a number of crash and correctness bugs.
2461
2462 Improved Crankshaft performance on all platforms.
2463
2464 Fixed Crankshaft on Solaris/Illumos.
2465
2466
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000024672011-03-10: Version 3.2.1
2468
2469 Fixed a number of crash bugs.
2470
2471 Improved Crankshaft for x64 and ARM.
2472
2473 Implemented more of EcmaScript 5 strict mode.
2474
2475
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000024762011-03-07: Version 3.2.0
2477
2478 Fixed a number of crash bugs.
2479
2480 Turned on Crankshaft by default on x64 and ARM.
2481
2482 Improved Crankshaft for x64 and ARM.
2483
2484 Implemented more of EcmaScript 5 strict mode.
2485
2486
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000024872011-03-02: Version 3.1.8
2488
2489 Fixed a number of crash bugs.
2490
2491 Improved Crankshaft for x64 and ARM.
2492
2493 Implemented more of EcmaScript 5 strict mode.
2494
2495 Fixed issue with unaligned reads and writes on ARM.
2496
2497 Improved heap profiler support.
2498
2499
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025002011-02-28: Version 3.1.7
2501
2502 Fixed a number of crash bugs.
2503
2504 Improved Crankshaft for x64 and ARM.
2505
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002506 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002507 arrays (http://crbug.com/73940).
2508
2509 Fixed bug in map space compaction (http://crbug.com/59688).
2510
2511 Added support for direct getter accessors calls on ARM.
2512
2513
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025142011-02-24: Version 3.1.6
2515
2516 Fixed a number of crash bugs.
2517
2518 Added support for Cygwin (issue 64).
2519
2520 Improved Crankshaft for x64 and ARM.
2521
2522 Added Crankshaft support for stores to pixel arrays.
2523
2524 Fixed issue in CPU profiler with Crankshaft.
2525
2526
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025272011-02-16: Version 3.1.5
2528
2529 Change RegExp parsing to disallow /(*)/.
2530
2531 Added GDB JIT support for ARM.
2532
2533 Fixed several crash bugs.
2534
2535 Performance improvements on the IA32 platform.
2536
2537
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000025382011-02-14: Version 3.1.4
2539
2540 Fixed incorrect compare of prototypes of the global object (issue
2541 1082).
2542
2543 Fixed a bug in optimizing calls to global functions (issue 1106).
2544
2545 Made optimized Function.prototype.apply safe for non-JSObject first
2546 arguments (issue 1128).
2547
2548 Fixed an error related to element accessors on Object.prototype and
2549 parser errors (issue 1130).
2550
2551 Fixed a bug in sorting an array with large array indices (issue 1131).
2552
2553 Properly treat exceptions thrown while compiling (issue 1132).
2554
2555 Fixed bug in register requirements for function.apply (issue 1133).
2556
2557 Fixed a representation change bug in the Hydrogen graph construction
2558 (issue 1134).
2559
2560 Fixed the semantics of delete on parameters (issue 1136).
2561
2562 Fixed a optimizer bug related to moving instructions with side effects
2563 (issue 1138).
2564
2565 Added support for the global object in Object.keys (issue 1150).
2566
2567 Fixed incorrect value for Math.LOG10E
2568 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2569
2570 Performance improvements on the IA32 platform.
2571
2572 Implement assignment to undefined reference in ES5 Strict Mode.
2573
2574
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000025752011-02-09: Version 3.1.3
2576
2577 Fixed a bug triggered by functions with huge numbers of declared
2578 arguments.
2579
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002580 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002581
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002582 Fixed issue where Array.prototype.__proto__ had been set to null
2583 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002584
2585 Fixed stability bugs in Crankshaft for x86.
2586
2587
ricow@chromium.org83aa5492011-02-07 12:42:56 +000025882011-02-07: Version 3.1.2
2589
2590 Added better security checks when accessing properties via
2591 Object.getOwnPropertyDescriptor.
2592
2593 Fixed bug in Object.defineProperty and related access bugs (issues
2594 992, 1083 and 1092).
2595
2596 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2597 copyright notice generation for embedders.
2598
2599
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026002011-02-02: Version 3.1.1
2601
2602 Perform security checks before fetching the value in
2603 Object.getOwnPropertyDescriptor.
2604
2605 Fixed a bug in Array.prototype.splice triggered by passing no
2606 arguments.
2607
2608 Fixed bugs in -0 in arithmetic and in Math.pow.
2609
2610 Fixed bugs in the register allocator and in switching from optimized
2611 to unoptimized code.
2612
2613
26142011-01-31: Version 3.1.0
2615
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002616 Performance improvements on all platforms.
2617
2618
ager@chromium.org378b34e2011-01-28 08:04:38 +000026192011-01-28: Version 3.0.12
2620
2621 Added support for strict mode parameter and object property
2622 validation.
2623
2624 Fixed a couple of crash bugs.
2625
2626
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026272011-01-25: Version 3.0.11
2628
2629 Fixed a bug in deletion of lookup slots that could cause global
2630 variables to be accidentally deleted (http://crbug.com/70066).
2631
2632 Added support for strict mode octal literal verification.
2633
2634 Fixed a couple of crash bugs (issues 1070 and 1071).
2635
2636
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000026372011-01-24: Version 3.0.10
2638
2639 Fixed External::Wrap for 64-bit addresses (issue 1037).
2640
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002641 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002642 code generator (issue 1060).
2643
2644 Introduced partial strict mode support.
2645
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002646 Changed formatting of recursive error messages to match Firefox and
2647 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002648
2649 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002650 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002651 (issue http://crbug.com/50972).
2652
2653 Performance improvements on the IA32 platform.
2654
2655
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000026562011-01-19: Version 3.0.9
2657
2658 Added basic GDB JIT Interface integration.
2659
2660 Make invalid break/continue statements a syntax error instead of a
2661 runtime error.
2662
2663
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026642011-01-17: Version 3.0.8
2665
2666 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002667 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002668
2669 Wrapped external pointers more carefully (issue 1037).
2670
2671 Hardened the implementation of error objects to avoid setters
2672 intercepting the properties set then throwing an error.
2673
2674 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2675
2676 Performance improvements on the IA32 platform.
2677
2678
26792011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002680
2681 Stopped calling inherited setters when creating object literals
2682 (issue 1015).
2683
2684 Changed interpretation of malformed \c? escapes in RegExp to match
2685 JSC.
2686
2687 Enhanced the command-line debugger interface and fixed some minor
2688 bugs in the debugger.
2689
2690 Performance improvements on the IA32 platform.
2691
2692
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026932011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002694
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002695 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002696
2697 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002698 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002699
2700 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002701 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002702
2703 Added use_system_v8 option to gyp (off by default), to make it easier
2704 for Linux distributions to ship with system-provided V8 library.
2705
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002706 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002707
2708 Added labelled thread names to help with debugging (on Linux).
2709
2710
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027112011-01-03: Version 3.0.5
2712
2713 Fixed a couple of cast errors for gcc-3.4.3.
2714
2715 Performance improvements in GC and IA32 code generator.
2716
2717
whesse@chromium.org023421e2010-12-21 12:19:12 +000027182010-12-21: Version 3.0.4
2719
2720 Added Date::ResetCache() to the API so that the cached values in the
2721 Date object can be reset to allow live DST / timezone changes.
2722
2723 Extended existing support for printing (while debugging) the contents
2724 of objects. Added support for printing objects from release builds.
2725
2726 Fixed V8 issues 989, 1006, and 1007.
2727
2728
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027292010-12-17: Version 3.0.3
2730
2731 Reapplied all changes for version 3.0.1.
2732
2733 Improved debugger protocol for remote debugging.
2734
2735 Added experimental support for using gyp to generate build files
2736 for V8.
2737
2738 Fixed implementation of String::Write in the API (issue 975).
2739
2740
lrn@chromium.org8541d772010-12-15 12:05:09 +000027412010-12-15: Version 3.0.2
2742
2743 Revert version 3.0.1 and patch 3.0.1.1.
2744
2745
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000027462010-12-13: Version 3.0.1
2747
2748 Added support for an experimental internationalization API as an
2749 extension. This extension is disabled by default but can be enabled
2750 when building V8. The ECMAScript internationalization strawman is
2751 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2752
2753 Made RegExp character class parsing stricter. This mirrors a change
2754 to RegExp parsing in WebKit.
2755
2756 Fixed a bug in Object.defineProperty when used to change attributes
2757 of an existing property. It incorrectly set the property value to
2758 undefined (issue 965).
2759
2760 Fixed several different compilation failures on various platforms
2761 caused by the 3.0.0 release.
2762
2763 Optimized Math.pow so it can work on unboxed doubles.
2764
2765 Sped up quoting of JSON strings by removing one traversal of the
2766 string.
2767
2768
kasperl@chromium.orga5551262010-12-07 12:49:48 +000027692010-12-07: Version 3.0.0
2770
2771 Improved performance by (partially) addressing issue 957 on
2772 IA-32. Still needs more work for the other architectures.
2773
2774
ager@chromium.orgbeb25712010-11-29 08:02:25 +000027752010-11-29: Version 2.5.9
2776
2777 Fixed crashes during GC caused by partially initialize heap
2778 objects.
2779
2780 Fixed bug in process sample that caused memory leaks.
2781
2782 Improved performance on ARM by implementing missing stubs and
2783 inlining.
2784
2785 Improved heap profiler support.
2786
2787 Added separate seeding on Windows of the random number generator
2788 used internally by the compiler (issue 936).
2789
2790 Exposed API for getting the name of the function used to construct
2791 an object.
2792
2793 Fixed date parser to handle one and two digit millisecond
2794 values (issue 944).
2795
2796 Fixed number parsing to disallow space between sign and
2797 digits (issue 946).
2798
2799
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028002010-11-23: Version 2.5.8
2801
2802 Removed dependency on Gay's dtoa.
2803
2804 Improved heap profiler precision and speed.
2805
2806 Reduced overhead of callback invocations on ARM.
2807
2808
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028092010-11-18: Version 2.5.7
2810
2811 Fixed obscure evaluation order bug (issue 931).
2812
2813 Split the random number state between JavaScript and the private API.
2814
2815 Fixed performance bug causing GCs when generating stack traces on
2816 code from very large scripts.
2817
2818 Fixed bug in parser that allowed (foo):42 as a labelled statement
2819 (issue 918).
2820
2821 Provide more accurate results about used heap size via
2822 GetHeapStatistics.
2823
2824 Allow build-time customization of the max semispace size.
2825
2826 Made String.prototype.split honor limit when separator is empty
2827 (issue 929).
2828
2829 Added missing failure check after expecting an identifier in
2830 preparser (Chromium issue 62639).
2831
2832
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028332010-11-10: Version 2.5.6
2834
2835 Added support for VFP rounding modes to the ARM simulator.
2836
2837 Fixed multiplication overflow bug (issue 927).
2838
2839 Added a limit for the amount of executable memory (issue 925).
2840
2841
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000028422010-11-08: Version 2.5.5
2843
2844 Added more aggressive GC of external objects in near out-of-memory
2845 situations.
2846
2847 Fixed a bug that gave the incorrect result for String.split called
2848 on the empty string (issue 924).
2849
2850
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000028512010-11-03: Version 2.5.4
2852
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002853 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002854
2855
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000028562010-11-01: Version 2.5.3
2857
2858 Fixed a bug that prevents constants from overwriting function values
2859 in object literals (issue 907).
2860
2861 Fixed a bug with reporting of impossible nested calls of DOM functions
2862 (issue http://crbug.com/60753).
2863
2864
lrn@chromium.org303ada72010-10-27 09:33:13 +000028652010-10-27: Version 2.5.2
2866
2867 Improved sampler resolution on Linux.
2868
2869 Allowed forcing the use of a simulator from the build script
2870 independently of the host architecture.
2871
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002872 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002873
2874 Made windows-tick-processor respect D8_PATH.
2875
2876 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2877
2878
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000028792010-10-20: Version 2.5.1
2880
2881 Fixed bug causing spurious out of memory exceptions
2882 (issue http://crbug.com/54580).
2883
2884 Fixed compilation error on Solaris platform (issue 901).
2885
2886 Fixed error in strtod (string to floating point number conversion)
2887 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2888
2889 Adjusted randomized allocations of executable memory to have 64k
2890 granularity (issue http://crbug.com/56036).
2891
2892 Supported profiling using kernel perf_events on linux. Added ll_prof
2893 script to tools and --ll-prof flag to V8.
2894
2895
vegorov@chromium.org42841962010-10-18 11:18:59 +000028962010-10-18: Version 2.5.0
2897
2898 Fixed bug in cache handling of lastIndex on global regexps
2899 (issue http://crbug.com/58740).
2900
2901 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2902 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002903 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002904
2905 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2906
2907
29082010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002909
2910 Fixed a bug in the handling of conditional expressions in test
2911 contexts in compiler for top-level code.
2912
2913 Added "//@ sourceURL" information to the StackTrace API.
2914
2915 Exposed RegExp construction through the API.
2916
2917
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029182010-10-04: Version 2.4.8
2919
2920 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2921 whole snapshot (issue 868).
2922
2923 Performance improvements on all platforms.
2924
2925
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029262010-09-30: Version 2.4.7
2927
2928 Changed the command-line flag --max-new-space-size to be in kB and the
2929 flag --max-old-space-size to be in MB (previously they were in bytes).
2930
2931 Added Debug::CancelDebugBreak to the debugger API.
2932
2933 Fixed a bug in getters for negative numeric property names
2934 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2935
2936 Performance improvements on all platforms.
2937
2938
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000029392010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002940
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002941 Fixed assertion failure related to copy-on-write arrays (issue 876).
2942
2943 Fixed build failure of 64-bit V8 on Windows.
2944
2945 Fixed a bug in RegExp (issue http://crbug.com/52801).
2946
2947 Improved the profiler's coverage to cover more functions (issue 858).
2948
2949 Fixed error in shift operators on 64-bit V8
2950 (issue http://crbug.com/54521).
2951
2952
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000029532010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002954
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002955 Changed the RegExp benchmark to exercise the regexp engine on different
2956 inputs by scrambling the input strings.
2957
2958 Fixed a bug in keyed loads on strings.
2959
2960 Fixed a bug with loading global function prototypes.
2961
2962 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2963
2964 Performance improvements on all platforms.
2965
2966
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000029672010-09-15: Version 2.4.4
2968
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002969 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002970
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002971 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002972
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002973 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002974
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002975 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002976
2977
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000029782010-09-13: Version 2.4.3
2979
2980 Made Date.parse properly handle TZ offsets (issue 857).
2981
2982 Performance improvements on all platforms.
2983
2984
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000029852010-09-08: Version 2.4.2
2986
2987 Fixed GC crash bug.
2988
2989 Fixed stack corruption bug.
2990
2991 Fixed compilation for newer C++ compilers that found Operand(0)
2992 ambiguous.
2993
2994
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000029952010-09-06: Version 2.4.1
2996
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00002997 Added the ability for an embedding application to receive a callback
2998 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
2999 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003000
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003001 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003002
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003003 Fixed memory overrun crash bug triggered during V8's tick-based
3004 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003005
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003006 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003007
3008
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030092010-09-01: Version 2.4.0
3010
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003011 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3012 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003013
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003014 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003015 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003016
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003017 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003018
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003019 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003020
3021
ricow@chromium.org65fae842010-08-25 15:26:24 +000030222010-08-25: Version 2.3.11
3023
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003024 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003025
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003026 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003027 VARIANT_FLAGS that allows specification of sets of flags with which
3028 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003029
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003030 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003031
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003032 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003033
3034
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000030352010-08-23: Version 2.3.10
3036
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003037 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003038
3039 Build fixes for unusual compilers.
3040
3041 Track high water mark for RWX memory.
3042
3043 Performance improvements on all platforms.
3044
3045
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000030462010-08-18: Version 2.3.9
3047
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003048 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003049
3050 Removed specialized handling of GCC 4.4 (issue 830).
3051
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003052 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003053 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3054
ricow@chromium.org65fae842010-08-25 15:26:24 +00003055 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003056
3057
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000030582010-08-16: Version 2.3.8
3059
3060 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3061
3062 Fixed issue with incorrect handling of custom valueOf methods on
3063 string wrappers (issue 760).
3064
3065 Fixed compilation for ARMv4 (issue 590).
3066
3067 Improved performance.
3068
3069
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000030702010-08-11: Version 2.3.7
3071
3072 Reduced size of heap snapshots produced by heap profiler (issue 783).
3073
3074 Introduced v8::Value::IsRegExp method.
3075
3076 Fixed CPU profiler crash in start / stop sequence when non-existent
3077 name is passed (issue http://crbug.com/51594).
3078
3079 Introduced new indexed property query callbacks API (issue 816). This
3080 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3081 by default.
3082
3083 Removed support for object literal get/set with number/string
3084 property name.
3085
3086 Fixed handling of JSObject::elements in CalculateNetworkSize
3087 (issue 822).
3088
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003089 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003090
3091
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000030922010-08-09: Version 2.3.6
3093
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003094 RegExp literals create a new object every time they are evaluated
3095 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003096
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003097 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003098
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003099 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003100
3101
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031022010-08-04: Version 2.3.5
3103
3104 Added support for ES5 property names. Object initialisers and
3105 dot-notation property access now allows keywords. Also allowed
3106 non-identifiers after "get" or "set" in an object initialiser.
3107
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003108 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003109
3110
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031112010-08-02: Version 2.3.4
3112
3113 Fixed problems in implementation of ES5 function.prototype.bind.
3114
3115 Fixed error when using apply with arguments object on ARM (issue 784).
3116
3117 Added setting of global flags to debugger protocol.
3118
3119 Fixed an error affecting cached results of sin and cos (issue 792).
3120
3121 Removed memory leak from a boundary case where V8 is not initialized.
3122
3123 Fixed issue where debugger could set breakpoints outside the body
3124 of a function.
3125
3126 Fixed issue in debugger when using both live edit and step in features.
3127
3128 Added Number-letter (Nl) category to Unicode tables. These characters
3129 can now be used in identifiers.
3130
3131 Fixed an assert failure on X64 (issue 806).
3132
3133 Performance improvements on all platforms.
3134
3135
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000031362010-07-26: Version 2.3.3
3137
3138 Fixed error when building the d8 shell in a fresh checkout.
3139
3140 Implemented Function.prototype.bind (ES5 15.3.4.5).
3141
3142 Fixed an error in inlined stores on ia32.
3143
3144 Fixed an error when setting a breakpoint at the end of a function
3145 that does not end with a newline character.
3146
3147 Performance improvements on all platforms.
3148
3149
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000031502010-07-21: Version 2.3.2
3151
3152 Fixed compiler warnings when building with LLVM.
3153
3154 Fixed a bug with for-in applied to strings (issue 785).
3155
3156 Performance improvements on all platforms.
3157
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003158
ricow@chromium.org4980dff2010-07-19 08:33:45 +000031592010-07-19: Version 2.3.1
3160
3161 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3162
3163 Fixed bug related to code flushing while compiling a lazy
3164 compilable function (issue http://crbug.com/49099).
3165
3166 Performance improvements on all platforms.
3167
3168
ager@chromium.orgb5737492010-07-15 09:29:43 +000031692010-07-15: Version 2.3.0
3170
3171 Added ES5 Object.seal and Object.isSealed.
3172
3173 Added debugger API for scheduling debugger commands from a
3174 separate thread.
3175
3176
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000031772010-07-14: Version 2.2.24
3178
3179 Added API for capturing stack traces for uncaught exceptions.
3180
3181 Fixed crash bug when preparsing from a non-external V8 string
3182 (issue 775).
3183
3184 Fixed JSON.parse bug causing input not to be converted to string
3185 (issue 764).
3186
3187 Added ES5 Object.freeze and Object.isFrozen.
3188
3189 Performance improvements on all platforms.
3190
3191
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000031922010-07-07: Version 2.2.23
3193
3194 API change: Convert Unicode code points outside the basic multilingual
3195 plane to the replacement character. Previous behavior was to silently
3196 truncate the value to 16 bits.
3197
3198 Fixed crash: handle all flat string types in regexp replace.
3199
3200 Prevent invalid pre-parsing data passed in through the API from
3201 crashing V8.
3202
3203 Performance improvements on all platforms.
3204
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003205
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032062010-07-05: Version 2.2.22
3207
3208 Added ES5 Object.isExtensible and Object.preventExtensions.
3209
3210 Enabled building V8 as a DLL.
3211
3212 Fixed a bug in date code where -0 was not interpreted as 0
3213 (issue 736).
3214
3215 Performance improvements on all platforms.
3216
3217
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032182010-06-30: Version 2.2.21
3219
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003220 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003221
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003222 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003223
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003224 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003225
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003226 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003227
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003228 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003229
3230 Provide actual breakpoints locations in response to setBreakpoint
3231 and listBreakpoints requests.
3232
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003233
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000032342010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003235
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003236 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003237
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003238 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003239
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003240 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003241
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003242 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003243 miscalculated for some inputs.
3244
3245 Performance improvements on all platforms.
3246
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003247
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000032482010-06-23: Version 2.2.19
3249
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003250 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003251 (issue 738).
3252
3253 Added expose-externalize-string flag for testing extensions.
3254
3255 Resolve linker issues with using V8 as a DLL causing a number of
3256 problems with unresolved symbols.
3257
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003258 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003259 defined.
3260
3261 Performance improvements on all platforms.
3262
3263
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000032642010-06-16: Version 2.2.18
3265
3266 Added API functions to retrieve information on indexed properties
3267 managed by the embedding layer. Fixes bug 737.
3268
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003269 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003270
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003271 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003272
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003273 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003274
3275 Incremental performance improvements.
3276
3277
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000032782010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003279
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003280 Improved debugger support for stepping out of functions.
3281
3282 Incremental performance improvements.
3283
3284
32852010-06-09: Version 2.2.16
3286
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003287 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003288 disposal of external string resources to call a virtual Dispose
3289 method on the resource.
3290
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003291 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003292 stepping.
3293
3294 Memory usage improvements on all platforms.
3295
3296
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000032972010-06-07: Version 2.2.15
3298
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003299 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003300
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003301 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003302 some compilers complaint when compiling with -Werror.
3303
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003304 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003305
3306
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033072010-06-02: Version 2.2.14
3308
3309 Fixed a crash in code generated for String.charCodeAt.
3310
3311 Fixed a compilation issue with some GCC versions (issue 727).
3312
3313 Performance optimizations on x64 and ARM platforms.
3314
3315
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033162010-05-31: Version 2.2.13
3317
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003318 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003319 strings (issue 599).
3320
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003321 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003322
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003323 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003324
3325 Performance improvements on all platforms.
3326
3327
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033282010-05-26: Version 2.2.12
3329
3330 Allowed accessors to be defined on objects rather than just object
3331 templates.
3332
3333 Changed the ScriptData API.
3334
3335
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000033362010-05-21: Version 2.2.11
3337
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003338 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003339
3340 Use 'full compiler' when debugging is active. This should increase
3341 the density of possible break points, making single step more fine
3342 grained. This will only take effect for functions compiled after
3343 debugging has been started, so recompilation of all functions is
3344 required to get the full effect. IA32 and x64 only for now.
3345
3346 Misc. fixes to the Solaris build.
3347
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003348 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003349
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003350 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003352 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003353
3354 Incremental performance improvements in all backends.
3355
3356
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000033572010-05-17: Version 2.2.10
3358
3359 Performance improvements in the x64 and ARM backends.
3360
3361
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000033622010-05-10: Version 2.2.9
3363
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003364 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003365
3366 Fixed bug with Date.parse returning a non-NaN value when called on a
3367 non date string (issue 696).
3368
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003369 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003370 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003371
3372 C++ API for retrieving JavaScript stack trace information.
3373
3374
ager@chromium.orgac091b72010-05-05 07:34:42 +000033752010-05-05: Version 2.2.8
3376
3377 Performance improvements in the x64 and ARM backends.
3378
3379
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000033802010-05-03: Version 2.2.7
3381
3382 Added support for ES5 date time string format to Date.parse.
3383
3384 Performance improvements in the x64 backend.
3385
3386
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000033872010-04-28: Version 2.2.6
3388
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003389 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003390 (by Ryan Dahl <coldredlemur@gmail.com>).
3391
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003392 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003393
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003394 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003395
3396 Performance improvements on all platforms.
3397
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003398
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000033992010-04-26: Version 2.2.5
3400
3401 Various performance improvements (especially for ARM and x64)
3402
3403 Fixed bug in CPU profiling (http://crbug.com/42137)
3404
3405 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003406
3407 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003408 wrong calculations.
3409
3410 Fixed a bug that may cause a wrong result for shift operations.
3411
3412
34132010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003414
3415 Fixed warnings on arm on newer GCC versions.
3416
3417 Fixed a number of minor bugs.
3418
3419 Performance improvements on all platforms.
3420
3421
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034222010-04-14: Version 2.2.3
3423
3424 Added stack command and mem command to ARM simulator debugger.
3425
3426 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3427
3428 Performance improvements on all platforms.
3429
3430
ager@chromium.org357bf652010-04-12 11:30:10 +000034312010-04-12: Version 2.2.2
3432
3433 Introduced new profiler API.
3434
3435 Fixed random number generator to produce full 32 random bits.
3436
3437
lrn@chromium.org25156de2010-04-06 13:10:27 +000034382010-04-06: Version 2.2.1
3439
3440 Debugger improvements.
3441
3442 Fixed minor bugs.
3443
3444
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000034452010-03-29: Version 2.2.0
3446
3447 Fixed a few minor bugs.
3448
3449 Performance improvements for string operations.
3450
3451
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000034522010-03-26: Version 2.1.10
3453
3454 Fixed scons build issues.
3455
3456 Fixed a couple of minor bugs.
3457
3458
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000034592010-03-25: Version 2.1.9
3460
3461 Added API support for reattaching a global object to a context.
3462
3463 Extended debugger API with access to the internal debugger context.
3464
3465 Fixed Chromium crashes (issues http://crbug.com/39128 and
3466 http://crbug.com/39160)
3467
3468
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000034692010-03-24: Version 2.1.8
3470
3471 Added fine-grained garbage collection callbacks to the API.
3472
3473 Performance improvements on all platforms.
3474
3475
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000034762010-03-22: Version 2.1.7
3477
3478 Fixed issue 650.
3479
3480 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003481
3482 Performance improvements for arithmetic operations.
3483
3484 Performance improvements for string operations.
3485
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003486 Print script name and line number information in stack trace.
3487
3488
34892010-03-17: Version 2.1.6
3490
3491 Performance improvements for arithmetic operations.
3492
3493 Performance improvements for string operations.
3494
3495
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000034962010-03-10: Version 2.1.4
3497
3498 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3499
3500 Performance improvements on all platforms.
3501
3502
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035032010-03-10: Version 2.1.3
3504
3505 Added API method for context-disposal notifications.
3506
3507 Added API method for accessing elements by integer index.
3508
3509 Added missing implementation of Uint32::Value and Value::IsUint32
3510 API methods.
3511
3512 Added IsExecutionTerminating API method.
3513
3514 Disabled strict aliasing for GCC 4.4.
3515
3516 Fixed string-concatenation bug (issue 636).
3517
3518 Performance improvements on all platforms.
3519
3520
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035212010-02-23: Version 2.1.2
3522
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003523 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003524
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003525 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003526
3527 Performance improvements on all platforms.
3528
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003529
ager@chromium.org5c838252010-02-19 08:53:10 +000035302010-02-19: Version 2.1.1
3531
3532 [ES5] Implemented Object.defineProperty.
3533
3534 Improved profiler support.
3535
3536 Added SetPrototype method in the public V8 API.
3537
3538 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3539 objects in the API.
3540
3541 Performance improvements on all platforms.
3542
3543
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000035442010-02-03: Version 2.1.0
3545
3546 Values are now always wrapped in objects when used as a receiver.
3547 (issue 223).
3548
3549 [ES5] Implemented Object.getOwnPropertyNames.
3550
3551 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3552 JSON grammar.
3553
3554 Improvement of debugger agent (issue 549 and 554).
3555
3556 Fixed problem with skipped stack frame in profiles (issue 553).
3557
3558 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3559 <ry@tinyclouds.org>.
3560
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003561 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003562 integers.
3563
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003564 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003565 functions (isue http://crbug.com/3867).
3566
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003567 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003568
3569 Numerous performance improvements including porting of previous IA-32
3570 optimizations to x64 and ARM architectures.
3571
3572
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000035732010-01-14: Version 2.0.6
3574
3575 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3576 GetOwnProperty, FromPropertyDescriptor.
3577
3578 Fixed Mac x64 build errors.
3579
3580 Improved performance of some math and string operations.
3581
3582 Improved performance of some regexp operations.
3583
3584 Improved performance of context creation.
3585
3586 Improved performance of hash tables.
3587
3588
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000035892009-12-18: Version 2.0.5
3590
3591 Extended to upper limit of map space to allow for 7 times as many map
3592 to be allocated (issue 524).
3593
3594 Improved performance of code using closures.
3595
3596 Improved performance of some binary operations involving doubles.
3597
3598
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000035992009-12-16: Version 2.0.4
3600
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003601 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003602
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003603 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003604
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003605 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003606
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003607 Improved handling of external strings by using a separate table
3608 instead of weak handles. This improves garbage collection
3609 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003610
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003611 Changed code generation for object and array literals in toplevel
3612 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003613
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003614 Fixed a crash bug triggered when garbage collection happened during
3615 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003616
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003617 Fixed crash bug sometimes triggered when local variables shadowed
3618 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003619
3620
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036212009-12-03: Version 2.0.3
3622
3623 Optimized handling and adding of strings, for-in and Array.join.
3624
3625 Heap serialization is now non-destructive.
3626
3627 Improved profiler support with information on time spend in C++
3628 callbacks registered through the API.
3629
3630 Added commands to the debugger protocol for starting/stopping
3631 profiling.
3632
3633 Enabled the non-optimizing compiler for top-level code.
3634
3635 Changed the API to only allow strings to be set as data objects on
3636 Contexts and scripts to avoid potentially keeping global objects
3637 around for too long (issue 528).
3638
3639 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3640
3641 Fixed bugs.
3642
3643
ager@chromium.org01beca72009-11-24 14:29:16 +000036442009-11-24: Version 2.0.2
3645
3646 Improved profiler support.
3647
3648 Fixed bug that broke compilation of d8 with readline support.
3649
3650
ager@chromium.org6141cbe2009-11-20 12:14:52 +000036512009-11-20: Version 2.0.1
3652
3653 Fixed crash bug in String.prototype.replace.
3654
3655 Reverted a change which caused Chromium interactive ui test
3656 failures.
3657
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003658
ager@chromium.orgc4c92722009-11-18 14:12:51 +000036592009-11-18: Version 2.0.0
3660
3661 Added support for VFP on ARM.
3662
3663 Added TryCatch::ReThrow method to the API.
3664
3665 Reduced the size of snapshots and improved the snapshot load time.
3666
3667 Improved heap profiler support.
3668
3669 64-bit version now supported on Windows.
3670
3671 Fixed a number of debugger issues.
3672
3673 Fixed bugs.
3674
3675
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000036762009-10-29: Version 1.3.18
3677
3678 Reverted a change which caused crashes in RegExp replace.
3679
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003680 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003681
3682
ager@chromium.org3811b432009-10-28 14:53:37 +000036832009-10-28: Version 1.3.17
3684
3685 Added API method to get simple heap statistics.
3686
3687 Improved heap profiler support.
3688
3689 Fixed the implementation of the resource constraint API so it
3690 works when using snapshots.
3691
3692 Fixed a number of issues in the Windows 64-bit version.
3693
3694 Optimized calls to API getters.
3695
3696 Added valgrind notification on code modification to the 64-bit version.
3697
3698 Fixed issue where we logged shared library addresses on Windows at
3699 startup and never used them.
3700
3701
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037022009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003703
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003704 X64: Convert smis to holding 32 bits of payload.
3705
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003706 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003707
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003708 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003709
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003710 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003711 Patch by Jan de Mooij <jandemooij@gmail.com>
3712
3713 Implement ES5 Array.isArray
3714 Patch by Jan de Mooij <jandemooij@gmail.com>
3715
3716 Skip access checks for hidden properties.
3717
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003718 Added String::Concat(Handle<String> left, Handle<String> right) to the
3719 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003720
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003721 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003722
3723
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037242009-10-07: Version 1.3.15
3725
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003726 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003727
3728 Fixed a crash bug happening when starting profiling (issue
3729 http://crbug.com/23768).
3730
3731
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037322009-10-07: Version 1.3.14
3733
3734 Added GetRealNamedProperty to the API to lookup real properties
3735 located on the object or in the prototype chain skipping any
3736 interceptors.
3737
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003738 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003739 stack limit now needs to be set to each thread thich is used with V8.
3740
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003741 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003742
3743 Ensure V8 is initialized before locking and unlocking threads.
3744
3745 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003746 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003747 Crockford from the project.
3748
3749 Added a missing optimization in StringCharAt.
3750
3751 Fixed some flaky socket tests.
3752
3753 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3754 in 64-bit mode.
3755
3756 Fixed memory leaks in the thread management code.
3757
3758 Fixed the result of assignment to a pixel array. The assigned value
3759 is now the result.
3760
3761 Error reporting for invalid left-hand sides in for-in statements, pre-
3762 and postfix count expressions, and assignments now matches the JSC
3763 behavior in Safari 4.
3764
3765 Follow the spec in disallowing function declarations without a name.
3766
3767 Always allocate code objects within a 2 GB range. On x64 architecture
3768 this is used to use near calls (32-bit displacement) in Code objects.
3769
3770 Optimized array construction ported to x64 and ARM architectures.
3771
3772 [ES5] Changed Object.keys to return strings for element indices.
3773
3774
ager@chromium.org68e7ab72009-09-23 09:40:39 +000037752009-09-23: Version 1.3.13
3776
3777 Fixed uninitialized memory problem.
3778
3779 Improved heap profiler support.
3780
3781
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000037822009-09-22: Version 1.3.12
3783
3784 Changed behavior of |function|.toString() on built-in functions to
3785 be compatible with other implementations. Patch by Jan de Mooij.
3786
3787 Added Object::IsDirty in the API.
3788
3789 Optimized array construction; it is now handled purely in native
3790 code.
3791
3792 [ES5] Made properties of the arguments array enumerable.
3793
3794 [ES5] Added test suite adapter for the es5conform test suite.
3795
3796 [ES5] Added Object.keys function.
3797
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003798
ager@chromium.org4af710e2009-09-15 12:20:11 +000037992009-09-15: Version 1.3.11
3800
3801 Fixed crash in error reporting during bootstrapping.
3802
3803 Optimized generated IA32 math code by using SSE2 instructions when
3804 available.
3805
3806 Implemented missing pieces of debugger infrastructure on ARM. The
3807 debugger is now fully functional on ARM.
3808
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003809 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003810
3811
ager@chromium.orga1645e22009-09-09 19:27:10 +000038122009-09-09: Version 1.3.10
3813
3814 Fixed profiler on Mac in 64-bit mode.
3815
3816 Optimized creation of objects from simple constructor functions on
3817 ARM.
3818
3819 Fixed a number of debugger issues.
3820
3821 Reduced the amount of memory consumed by V8.
3822
3823
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038242009-09-02: Version 1.3.9
3825
3826 Optimized stack guard checks on ARM.
3827
3828 Optimized API operations by inlining more in the API.
3829
3830 Optimized creation of objects from simple constructor functions.
3831
3832 Enabled a number of missing optimizations in the 64-bit port.
3833
3834 Implemented native-code support for regular expressions on ARM.
3835
3836 Stopped using the 'sahf' instruction on 64-bit machines that do
3837 not support it.
3838
3839 Fixed a bug in the support for forceful termination of JavaScript
3840 execution.
3841
3842
ager@chromium.org96c75b52009-08-26 09:13:16 +000038432009-08-26: Version 1.3.8
3844
3845 Changed the handling of idle notifications to allow idle
3846 notifications when V8 has not yet been initialized.
3847
3848 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003849
ager@chromium.org96c75b52009-08-26 09:13:16 +00003850
ager@chromium.orgab99eea2009-08-25 07:05:41 +000038512009-08-25: Version 1.3.7
3852
3853 Reduced the size of generated code on ARM platforms by reducing
3854 the size of constant pools.
3855
3856 Changed build files to not include the 'ENV' user environment
3857 variable in the build environment.
3858
3859 Changed the handling of idle notifications.
3860
3861
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000038622009-08-21: Version 1.3.6
3863
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003864 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003865
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003866 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003867 a low memory situation to V8.
3868
3869 Changed the handling of global handles (persistent handles in the API
3870 sense) to avoid issues regarding allocation of new global handles
3871 during weak handle callbacks.
3872
3873 Changed the growth policy of the young space.
3874
3875 Fixed a GC issue introduced in version 1.3.5.
3876
3877
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000038782009-08-19: Version 1.3.5
3879
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003880 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003881
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003882 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003883
3884 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3885
3886 Changed typeof RegExp from 'object' to 'function' for compatibility.
3887 Fixed bug where regexps were not callable across contexts.
3888
3889 Added context independent script compilation to the API.
3890
3891 Added API call to get the stack trace for an exception.
3892
3893 Added API for getting object mirrors.
3894
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003895 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003896 running off a snapshot generated without using SSE3 instructions.
3897
3898 Tweaked the handling of the initial size and growth policy of the heap.
3899
3900 Added native code generation for RegExp to 64-bit version.
3901
3902 Added JavaScript debugger support to 64-bit version.
3903
3904
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039052009-08-13: Version 1.3.4
3906
3907 Added a readline() command to the d8 shell.
3908
3909 Fixed bug in json parsing.
3910
3911 Added idle notification to the API and reduced memory on idle
3912 notifications.
3913
3914
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039152009-08-12: Version 1.3.3
3916
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003917 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003918
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003919 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003920
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003921 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003922
3923 API: added function to find instance of template in prototype
3924 chain. Inlined Object::IsInstanceOf.
3925
3926 Land change to notify valgrind when we modify code on x86.
3927
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003928 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003929
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003930 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003931
3932
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039332009-08-05: Version 1.3.2
3934
3935 Started new compiler infrastructure for two-pass compilation using a
3936 control flow graph constructed from the AST.
3937
3938 Profiler stack sampling for X64.
3939
3940 Safe handling of NaN to Posix platform-dependent time functions.
3941
3942 Added a new profiler control API to unify controlling various aspects
3943 of profiling.
3944
3945 Fixed issue 392.
3946
3947
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000039482009-07-30: Version 1.3.1
3949
3950 Speed improvements to accessors and interceptors.
3951
3952 Added support for capturing stack information on custom errors.
3953
3954 Added support for morphing an object into a pixel array where its
3955 indexed properties are stored in an external byte array. Values written
3956 are always clamped to the 0..255 interval.
3957
3958 Profiler on x64 now handles C/C++ functions from shared libraries.
3959
3960 Changed the debugger to avoid stepping into function.call/apply if the
3961 function is a built-in.
3962
3963 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003964
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003965 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003966
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003967 Optimized the called as constructor check for API calls.
3968
3969
kasperl@chromium.orge959c182009-07-27 08:59:04 +000039702009-07-27: Version 1.3.0
3971
3972 Allowed RegExp objects to be called as functions (issue 132).
3973
3974 Fixed issue where global property cells would escape after
3975 detaching the global object; see http://crbug.com/16276.
3976
3977 Added support for stepping into setters and getters in the
3978 debugger.
3979
3980 Changed the debugger to avoid stopping in its own JavaScript code
3981 and in the code of built-in functions.
3982
3983 Fixed issue 345 by avoiding duplicate escaping labels.
3984
3985 Fixed ARM code generator crash in short-circuited boolean
3986 expressions and added regression tests.
3987
3988 Added an external allocation limit to avoid issues where small V8
3989 objects would hold on to large amounts of external memory without
3990 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003991
3992 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00003993
3994
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000039952009-07-13: Version 1.2.14
3996
3997 Added separate paged heap space for global property cells and
3998 avoid updating the write barrier when storing into them.
3999
4000 Improved peep-hole optimization on ARM platforms by not emitting
4001 unnecessary debug information.
4002
4003 Re-enabled ICs for loads and calls that skip a global object
4004 during lookup through the prototype chain.
4005
4006 Allowed access through global proxies to use ICs.
4007
4008 Fixed issue 401.
4009
4010
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040112009-07-09: Version 1.2.13
4012
4013 Fixed issue 397, issue 398, and issue 399.
4014
4015 Added support for breakpoint groups.
4016
4017 Fixed bugs introduced with the new global object representation.
4018
4019 Fixed a few bugs in the ARM code generator.
4020
4021
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040222009-07-06: Version 1.2.12
4023
4024 Added stack traces collection to Error objects accessible through
4025 the e.stack property.
4026
4027 Changed RegExp parser to use a recursive data structure instead of
4028 stack-based recursion.
4029
4030 Optimized Date object construction and string concatenation.
4031
4032 Improved performance of div, mod, and mul on ARM platforms.
4033
4034
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000040352009-07-02: Version 1.2.11
4036
4037 Improved performance on IA-32 and ARM.
4038
4039 Fixed profiler sampler implementation on Mac OS X.
4040
4041 Changed the representation of global objects to improve
4042 performance of adding a lot of new properties.
4043
4044
ager@chromium.org3e875802009-06-29 08:26:34 +000040452009-06-29: Version 1.2.10
4046
4047 Improved debugger support.
4048
4049 Fixed bug in exception message reporting (issue 390).
4050
4051 Improved overall performance.
4052
4053
ager@chromium.org5aa501c2009-06-23 07:57:28 +000040542009-06-23: Version 1.2.9
4055
4056 Improved math performance on ARM.
4057
4058 Fixed profiler name-inference bug.
4059
4060 Fixed handling of shared libraries in the profiler tick processor
4061 scripts.
4062
4063 Fixed handling of tests that time out in the test scripts.
4064
4065 Fixed compilation on MacOS X version 10.4.
4066
4067 Fixed two bugs in the regular expression engine.
4068
4069 Fixed a bug in the string type inference.
4070
4071 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004072
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004073 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004074
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004075
ager@chromium.orgeadaf222009-06-16 09:43:10 +000040762009-06-16: Version 1.2.8
4077
4078 Optimized math on ARM platforms.
4079
4080 Fixed two crash bugs in the handling of getters and setters.
4081
4082 Improved the debugger support by adding scope chain information.
4083
4084 Improved the profiler support by compressing log data transmitted
4085 to clients.
4086
4087 Improved overall performance.
4088
4089
ager@chromium.orge2902be2009-06-08 12:21:35 +000040902009-06-08: Version 1.2.7
4091
4092 Improved debugger and profiler support.
4093
4094 Reduced compilation time by improving the handling of deferred
4095 code.
4096
4097 Optimized interceptor accesses where the property is on the object
4098 on which the interceptors is attached.
4099
4100 Fixed compilation problem on GCC 4.4 by changing the stack
4101 alignment to 16 bytes.
4102
4103 Fixed handle creation to follow stric aliasing rules.
4104
4105 Fixed compilation on FreeBSD.
4106
4107 Introduced API for forcing the deletion of a property ignoring
4108 interceptors and attributes.
4109
4110
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041112009-05-29: Version 1.2.6
4112
4113 Added a histogram recording hit rates at different levels of the
4114 compilation cache.
4115
4116 Added stack overflow check for the RegExp analysis phase. Previously a
4117 very long regexp graph could overflow the stack with recursive calls.
4118
4119 Use a dynamic buffer when collecting log events in memory.
4120
4121 Added start/stop events to the profiler log.
4122
4123 Fixed infinite loop which could happen when setting a debug break while
4124 executing a RegExp compiled to native code.
4125
4126 Fixed handling of lastIndexOf called with negative index (issue 351).
4127
4128 Fixed irregular crash in profiler test (issue 358).
4129
4130 Fixed compilation issues with some versions of gcc.
4131
4132
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041332009-05-26: Version 1.2.5
4134
4135 Fixed bug in initial boundary check for Boyer-Moore text
4136 search (issue 349).
4137
4138 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4139 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4140 Craig Schlenter.
4141
4142 Added a script cache to the debugger.
4143
4144 Optimized compilation performance by improving internal data
4145 structures and avoiding expensive property load optimizations for
4146 code that's infrequently executed.
4147
4148 Exposed the calling JavaScript context through the static API
4149 function Context::GetCalling().
4150
4151
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000041522009-05-18: Version 1.2.4
4153
4154 Improved performance of floating point number allocation for ARM
4155 platforms.
4156
4157 Fixed crash when using the instanceof operator on functions with
4158 number values in their prototype chain (issue 341).
4159
4160 Optimized virtual frame operations in the code generator to speed
4161 up compilation time and allocated the frames in the zone.
4162
4163 Made the representation of virtual frames and jump targets in the
4164 code generator much more compact.
4165
4166 Avoided linear search for non-locals in scope code when resolving
4167 variables inside with and eval scopes.
4168
4169 Optimized lexical scanner by dealing with whitespace as part of
4170 the token scanning instead of as a separate step before it.
4171
4172 Changed the scavenging collector so that promoted objects do not
4173 reside in the old generation while their remembered set is being
4174 swept for pointers into the young generation.
4175
4176 Fixed numeric overflow handling when compiling count operations.
4177
4178
ager@chromium.org9085a012009-05-11 19:22:57 +000041792009-05-11: Version 1.2.3
4180
4181 Fixed bug in reporting of out-of-memory situations.
4182
4183 Introduced hidden prototypes on certain builtin prototype objects
4184 such as String.prototype to emulate JSC's behavior of restoring
4185 the original function when deleting functions from those prototype
4186 objects.
4187
4188 Fixed crash bug in the register allocator.
4189
4190
ager@chromium.org5ec48922009-05-05 07:25:34 +000041912009-05-04: Version 1.2.2
4192
4193 Fixed bug in array sorting for sparse arrays (issue 326).
4194
4195 Added support for adding a soname when building a shared library
4196 on Linux (issue 151).
4197
4198 Fixed bug caused by morphing internal ASCII strings to external
4199 two-byte strings. Slices over ASCII strings have to forward ASCII
4200 checks to the underlying buffer string.
4201
4202 Allowed API call-as-function handlers to be called as
4203 constructors.
4204
4205 Fixed a crash bug where an external string was disposed but a
4206 slice of the external string survived as a symbol.
4207
4208
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042092009-04-27: Version 1.2.1
4210
4211 Added EcmaScript 5 JSON object.
4212
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004213 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004214
4215
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042162009-04-23: Version 1.2.0
4217
4218 Optimized floating-point operations on ARM.
4219
4220 Added a number of extensions to the debugger API.
4221
4222 Changed the enumeration order for unsigned integer keys to always
4223 be numerical order.
4224
4225 Added a "read" extension to the shell sample.
4226
4227 Added support for Array.prototype.reduce and
4228 Array.prototype.reduceRight.
4229
4230 Added an option to the SCons build to control Microsoft Visual C++
4231 link-time code generation.
4232
4233 Fixed a number of bugs (in particular issue 315, issue 316,
4234 issue 317 and issue 318).
4235
4236
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000042372009-04-15: Version 1.1.10
4238
4239 Fixed crash bug that occurred when loading a const variable in the
4240 presence of eval.
4241
4242 Allowed using with and eval in registered extensions in debug mode
4243 by fixing bogus assert.
4244
4245 Fixed the source position for function returns to enable the
4246 debugger to break there.
4247
4248
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000042492009-04-14: Version 1.1.9
4250
4251 Made the stack traversal code in the profiler robust by avoiding
4252 to look into the heap.
4253
4254 Added name inferencing for anonymous functions to facilitate
4255 debugging and profiling.
4256
4257 Re-enabled stats timers in the developer shell (d8).
4258
4259 Fixed issue 303 by avoiding to shortcut cons-symbols.
4260
4261
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000042622009-04-11: Version 1.1.8
4263
4264 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4265
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004266 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004267 the debugger (issue 269).
4268
4269 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4270 are no hidden properties.
4271
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004272 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004273 entries with deleted resources would lead to NPEs when looking
4274 up in the symbol table.
4275
4276
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000042772009-04-07: Version 1.1.7
4278
4279 Added support for easily importing additional environment
4280 variables into the SCons build.
4281
4282 Optimized strict equality checks.
4283
4284 Fixed crash in indexed setters on objects without a corresponding
4285 getter (issue 298).
4286
4287 Re-enabled script compilation cache.
4288
4289
ager@chromium.org8682a592009-04-01 10:47:14 +000042902009-04-01: Version 1.1.6
4291
4292 Reverted an unsafe code generator change.
4293
4294
ager@chromium.org71daaf62009-04-01 07:22:49 +000042952009-04-01: Version 1.1.5
4296
4297 Fixed bug that caused function literals to not be optimized as
4298 much as other functions.
4299
4300 Improved profiler support.
4301
4302 Fixed a crash bug in connection with debugger unloading.
4303
4304 Fixed a crash bug in the code generator caused by losing the
4305 information that a frame element was copied.
4306
4307 Fixed an exception propagation bug that could cause non-null
4308 return values when exceptions were thrown.
4309
4310
ager@chromium.org41826e72009-03-30 13:30:57 +000043112009-03-30: Version 1.1.4
4312
4313 Optimized String.prototype.match.
4314
4315 Improved the stack information in profiles.
4316
4317 Fixed bug in ARM port making it possible to compile the runtime
4318 system for thumb mode again.
4319
4320 Implemented a number of optimizations in the code generator.
4321
4322 Fixed a number of memory leaks in tests.
4323
4324 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004325 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004326
4327
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043282009-03-24: Version 1.1.3
4329
4330 Fixed assertion failures in compilation of loop conditions.
4331
4332 Removed STL dependency from developer shell (d8).
4333
4334 Added infrastructure for protecting the V8 heap from corruption
4335 caused by memory modifications from the outside.
4336
4337
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000043382009-03-24: Version 1.1.2
4339
4340 Improved frame merge code generated by the code generator.
4341
4342 Optimized String.prototype.replace.
4343
4344 Implemented __defineGetter__ and __defineSetter__ for properties
4345 with integer keys on non-array objects.
4346
4347 Improved debugger and profiler support.
4348
4349 Fixed a number of portability issues to allow compilation for
4350 smaller ARM devices.
4351
4352 Exposed object cloning through the API.
4353
4354 Implemented hidden properties. This is used to expose an identity
4355 hash for objects through the API.
4356
4357 Implemented restarting of regular expressions if their input
4358 string changes representation during preemption.
4359
4360 Fixed a code generator bug that could cause assignments in loops
4361 to be ignored if using continue to break out of the loop (issue
4362 284).
4363
4364
ager@chromium.org3a6061e2009-03-12 14:24:36 +000043652009-03-12: Version 1.1.1
4366
4367 Fixed an assertion in the new compiler to take stack overflow
4368 exceptions into account.
4369
4370 Removed exception propagation code that could cause crashes.
4371
4372 Fixed minor bug in debugger line number computations.
4373
4374 8-byte align the C stack on Linux and Windows to speed up floating
4375 point computations.
4376
4377
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000043782009-03-12: Version 1.1.0
4379
4380 Improved code generation infrastructure by doing simple register
4381 allocation and constant folding and propagation.
4382
4383 Optimized regular expression matching by avoiding to create
4384 intermediate string arrays and by flattening nested array
4385 representations of RegExp data.
4386
4387 Traverse a few stack frames when recording profiler samples to
4388 include partial call graphs in the profiling output.
4389
4390 Added support for using OProfile to profile generated code.
4391
4392 Added remote debugging support to the D8 developer shell.
4393
4394 Optimized creation of nested literals like JSON objects.
4395
4396 Fixed a bug in garbage collecting unused maps and turned it on by
4397 default (--collect-maps).
4398
4399 Added support for running tests under Valgrind.
4400
4401
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044022009-02-27: Version 1.0.3
4403
4404 Optimized double-to-integer conversions in bit operations by using
4405 SSE3 instructions if available.
4406
4407 Optimized initialization sequences that store to multiple
4408 properties of the same object.
4409
4410 Changed the D8 debugger frontend to use JSON messages.
4411
4412 Force garbage collections when disposing contexts.
4413
4414 Align code objects at 32-byte boundaries.
4415
4416
ager@chromium.org381abbb2009-02-25 13:23:22 +000044172009-02-25: Version 1.0.2
4418
4419 Improved profiling support by performing simple call stack
4420 sampling for ticks and by fixing a bug in the logging of code
4421 addresses.
4422
4423 Fixed a number of debugger issues.
4424
4425 Optimized code that uses eval.
4426
4427 Fixed a couple of bugs in the regular expression engine.
4428
4429 Reduced the size of generated code for certain regular expressions.
4430
4431 Removed JSCRE completely.
4432
4433 Fixed issue where test could not be run if there was a dot in the
4434 checkout path.
4435
4436
ager@chromium.org6f10e412009-02-13 10:11:16 +000044372009-02-13: Version 1.0.1
4438
4439 Fixed two crash-bugs in irregexp (issue 231 and 233).
4440
4441 Fixed a number of minor bugs (issue 87, 227 and 228).
4442
4443 Added support for morphing strings to external strings on demand
4444 to avoid having to create copies in the embedding code.
4445
4446 Removed experimental support for external symbol callbacks.
4447
4448
iposva@chromium.org245aa852009-02-10 00:49:54 +000044492009-02-09: Version 1.0.0
4450
4451 Fixed crash-bug in the code generation for case independent 16 bit
4452 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004453
iposva@chromium.org245aa852009-02-10 00:49:54 +00004454 Made shells more robust in the presence of string conversion
4455 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004456
iposva@chromium.org245aa852009-02-10 00:49:54 +00004457 Fixed a potential infinite loop when attempting to resolve
4458 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004459
iposva@chromium.org245aa852009-02-10 00:49:54 +00004460 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004461
iposva@chromium.org245aa852009-02-10 00:49:54 +00004462 Reduced binary by stripping unneeded text from JavaScript library and
4463 minifying some JavaScript files.
4464
4465
ager@chromium.orgddb913d2009-01-27 10:01:48 +000044662009-01-27: Version 0.4.9
4467
4468 Enabled new regular expression engine.
4469
4470 Made a number of changes to the debugger protocol.
4471
4472 Fixed a number of bugs in the preemption support.
4473
4474 Added -p option to the developer shell to run files in parallel
4475 using preemption.
4476
4477 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4478 193, 198 and 201).
4479
4480 Fixed a number of bugs in the serialization/deserialization
4481 support for the ARM platform.
4482
4483
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000044842009-01-19: Version 0.4.8.1
4485
4486 Minor patch to debugger support.
4487
4488
ager@chromium.org32912102009-01-16 10:38:43 +000044892009-01-16: Version 0.4.8
4490
4491 Fixed string length bug on ARM (issue 171).
4492
4493 Made most methods in the API const.
4494
4495 Optimized object literals by improving data locality.
4496
4497 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004498 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004499
4500 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004501 eval to behave incorrectly when using accessors (issues 186, 190
4502 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004503
4504
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045052009-01-06: Version 0.4.7
4506
ager@chromium.org32912102009-01-16 10:38:43 +00004507 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004508
ager@chromium.org32912102009-01-16 10:38:43 +00004509 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004510
ager@chromium.org32912102009-01-16 10:38:43 +00004511 Fixed subtle bug that caused the wrong 'this' to be used when
4512 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004513
ager@chromium.org32912102009-01-16 10:38:43 +00004514 Inline array loads within loops directly in the code instead of
4515 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004516
ager@chromium.org32912102009-01-16 10:38:43 +00004517
ager@chromium.org8bb60582008-12-11 12:02:20 +000045182008-12-11: Version 0.4.6
4519
4520 Fixed exception reporting bug where certain exceptions were
4521 incorrectly reported as uncaught.
4522
4523 Improved the memory allocation strategy used during compilation to
4524 make running out of memory when compiling huge scripts less
4525 likely.
4526
4527 Optimized String.replace by avoiding the construction of certain
4528 sub strings.
4529
4530 Fixed bug in code generation for large switch statements on ARM.
4531
4532 Fixed bug that caused V8 to change the global object template
4533 passed in by the user.
4534
4535 Changed the API for creating object groups used during garbage
4536 collection. Entire object groups are now passed to V8 instead of
4537 individual members of the groups.
4538
ager@chromium.org32912102009-01-16 10:38:43 +00004539
ager@chromium.orga74f0da2008-12-03 16:05:52 +000045402008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004541
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004542 Added experimental API support for allocating V8 symbols as
4543 external strings.
4544
4545 Fixed bugs in debugging support on ARM.
4546
4547 Changed eval implementation to correctly detect whether or not a
4548 call to eval is aliased.
4549
4550 Fixed bug caused by a combination of the compilation cache and
4551 dictionary probing in native code. The bug caused us to sometimes
4552 call functions that had not yet been compiled.
4553
4554 Added platform support for FreeBSD.
4555
4556 Added support for building V8 on Windows with either the shared or
4557 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004558
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004559 Added the v8::jscre namespace around the jscre functions to avoid
4560 link errors (duplicate symbols) when building Google Chrome.
4561
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004562 Added support for calling a JavaScript function with the current
4563 debugger execution context as its argument to the debugger
4564 interface.
4565
4566 Changed the type of names of counters from wchar_t to char.
4567
4568 Changed the Windows system call used to compute daylight savings
4569 time. The system call that we used to use became four times
4570 slower on WinXP SP3.
4571
4572 Added support in the d8 developer shell for memory-mapped counters
4573 and added a stats-viewer tool.
4574
4575 Fixed bug in upper/lower case mappings (issue 149).
4576
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004577
ager@chromium.org3bf7b912008-11-17 09:09:45 +000045782008-11-17: Version 0.4.4
4579
4580 Reduced code size by using shorter instruction encoding when
4581 possible.
4582
4583 Added a --help option to the shell sample and to the d8 shell.
4584
4585 Added visual studio project files for building the ARM simulator.
4586
4587 Fixed a number of ARM simulator issues.
4588
4589 Fixed bug in out-of-memory handling on ARM.
4590
4591 Implemented shell support for passing arguments to a script from
4592 the command line.
4593
4594 Fixed bug in date code that made certain date functions return -0
4595 instead of 0 for dates before the epoch.
4596
4597 Restricted applications of eval so it can only be used in the
4598 context of the associated global object.
4599
4600 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004601
4602
ager@chromium.org870a0b62008-11-04 11:43:05 +000046032008-11-04: Version 0.4.3
4604
4605 Added support for API accessors that prohibit overwriting by
4606 accessors defined in JavaScript code by using __defineGetter__ and
4607 __defineSetter__.
4608
4609 Improved handling of conditionals in test status files.
4610
4611 Introduced access control in propertyIsEnumerable.
4612
4613 Improved performance of some string operations by caching
4614 information about the type of the string between operations.
4615
4616 Fixed bug in fast-case code for switch statements that only have
4617 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004618
ager@chromium.org870a0b62008-11-04 11:43:05 +00004619
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046202008-10-30: Version 0.4.2
4621
4622 Improved performance of Array.prototype.concat by moving the
4623 implementation to C++ (issue 123).
4624
4625 Fixed heap growth policy to avoid growing old space to its maximum
4626 capacity before doing a garbage collection and fixed issue that
4627 would lead to artificial out of memory situations (issue 129).
4628
4629 Fixed Date.prototype.toLocaleDateString to return the date in the
4630 same format as WebKit.
4631
4632 Added missing initialization checks to debugger API.
4633
4634 Added removing of unused maps during GC.
4635
4636
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000046372008-10-28: Version 0.4.1
4638
4639 Added caching of RegExp data in compilation cache.
4640
4641 Added Visual Studio project file for d8 shell.
4642
4643 Fixed function call performance regression introduced in version
4644 0.4.0 when splitting the global object in two parts (issue 120).
4645
4646 Fixed issue 131 by checking for empty handles before throwing and
4647 reporting exceptions.
4648
4649
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000046502008-10-23: Version 0.4.0
4651
4652 Split the global object into two parts: The state holding global
4653 object and the global object proxy.
4654
4655 Fixed bug that affected the value of an assignment to an element
4656 in certain cases (issue 116).
4657
4658 Added GetPropertyNames functionality (issue 33) and extra Date
4659 functions (issue 77) to the API.
4660
4661 Changed WeakReferenceCallback to take a Persistent<Value> instead
4662 of a Persistent<Object> (issue 101).
4663
4664 Fixed issues with message reporting for exceptions in try-finally
4665 blocks (issues 73 and 75).
4666
ager@chromium.org32912102009-01-16 10:38:43 +00004667 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004668
4669 Improved Boyer-Moore implementation for faster indexOf operations.
4670
4671 Added development shell (d8) which includes counters and
4672 completion support.
4673
4674 Fixed problem with the receiver passed to functions called from
4675 eval (issue 124).
4676
4677
ager@chromium.org7c537e22008-10-16 08:43:32 +000046782008-10-16: Version 0.3.5
4679
4680 Improved string hash-code distribution by excluding bit-field bits
4681 from the hash-code.
4682
4683 Changed string search algorithm used in indexOf from KMP to
4684 Boyer-Moore.
4685
4686 Improved the generated code for the instanceof operator.
4687
4688 Improved performance of slow-case string equality checks by
4689 specializing the code based on the string representation.
4690
4691 Improve the handling of out-of-memory situations (issue 70).
4692
4693 Improved performance of strict equality checks.
4694
4695 Improved profiler output to make it easier to see anonymous
4696 functions.
4697
4698 Improved performance of slow-case keyed loads.
4699
4700 Improved property access performance by allocating a number of
4701 properties in the front object.
4702
4703 Changed the toString behavior on the built-in object constructors
4704 to print [native code] instead of the actual source. Some web
4705 applications do not like constructors with complex toString
4706 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004707
ager@chromium.org7c537e22008-10-16 08:43:32 +00004708
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047092008-10-06: Version 0.3.4
4710
4711 Changed Array.prototype.sort to use quick sort.
4712
4713 Fixed code generation issue where leaving a finally block with
4714 break or continue would accumulate elements on the expression
4715 stack (issue 86).
4716
4717 Made sure that the name accessor on functions returns the expected
4718 names for builtin JavaScript functions and C++ callback functions.
4719
4720 Added fast case code for extending the property storage array of
4721 JavaScript objects.
4722
4723 Ported switch statement optimizations introduced in version 0.3.3
4724 to the ARM code generator.
4725
4726 Allowed GCC to use strict-aliasing rules when compiling.
4727
4728 Improved performance of arguments object allocation by taking care
4729 of arguments adaptor frames in the generated code.
4730
4731 Updated the V8 benchmark suite to version 2.
4732
4733
ager@chromium.org236ad962008-09-25 09:45:57 +000047342008-09-25: Version 0.3.3
4735
4736 Improved handling of relocation information to enable more
4737 peep-hole optimizations.
4738
4739 Optimized switch statements where all labels are constant small
4740 integers.
4741
4742 Optimized String.prototype.indexOf for common cases.
4743
4744 Fixed more build issues (issue 80).
4745
4746 Fixed a couple of profiler issues.
4747
4748 Fixed bug where the body of a function created using the Function
4749 constructor was not allowed to end with a single-line comment
4750 (issue 85).
4751
4752 Improved handling of object literals by canonicalizing object
4753 literal maps. This will allow JSON objects with the same set of
4754 properties to share the same map making inline caching work better
4755 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004756
ager@chromium.org236ad962008-09-25 09:45:57 +00004757
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000047582008-09-17: Version 0.3.2
4759
4760 Generalized the EvalCache into a CompilationCache and enabled it
4761 for scripts too. The current strategy is to retire all entries
4762 whenever a mark-sweep collection is started.
4763
4764 Fixed bug where switch statements containing only a default case
4765 would lead to an unbalanced stack (issue 69).
4766
4767 Fixed bug that made access to the function in a named function
4768 expression impossible in certain situations (issue 24).
4769
4770 Fixed even more build issues.
4771
4772 Optimized calling conventions on ARM. The conventions on ARM and
4773 IA-32 now match.
4774
4775 Removed static initializers for flags and counters.
4776
4777 Improved inline caching behavior for uncommon cases where lazily
4778 loading Date and RegExp code could force certain code paths go
4779 megamorphic.
4780
4781 Removed arguments adaption for builtins written in C++. This
4782 makes Array.prototype.push and Array.prototype.pop slightly
4783 faster.
4784
4785
ager@chromium.org9258b6b2008-09-11 09:11:10 +000047862008-09-11: Version 0.3.1
4787
4788 Fixed a number of build issues.
4789
4790 Fixed problem with missing I-cache flusing on ARM.
4791
4792 Changed space layout in memory management by splitting up
4793 code space into old data space and code space.
4794
4795 Added utf-8 conversion support to the API (issue 57).
4796
4797 Optimized repeated calls to eval with the same strings. These
4798 repeated calls are common in web applications.
4799
4800 Added Xcode project file.
4801
4802 Optimized a couple of Array operation.
4803
4804 Fixed parser bug by checking for end-of-string when parsing break
4805 and continue (issue 35).
4806
4807 Fixed problem where asian characters were not categorized as
4808 letters.
4809
4810 Fixed bug that disallowed calling functions fetched from an array
4811 using a string as an array index (issue 32).
4812
4813 Fixed bug where the internal field count on object templates were
4814 sometimes ignored (issue 54).
4815
4816 Added -f option to the shell sample for compatibility with other
4817 engines (issue 18).
4818
4819 Added source info to TryCatches in the API.
4820
4821 Fixed problem where the seed for the random number generator was
4822 clipped in a double to unsigned int conversion.
4823
4824 Fixed bug where cons string symbols were sometimes converted to
4825 non-symbol flat strings during GC.
4826
4827 Fixed bug in error reporting when attempting to convert null to an
4828 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004829
4830
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048312008-09-04: Version 0.3.0
4832
4833 Added support for running tests on the ARM simulator.
4834
4835 Fixed bug in the 'in' operator where negative indices were not
4836 treated correctly.
4837
4838 Fixed build issues on gcc-4.3.1.
4839
4840 Changed Date.prototype.toLocaleTimeString to not print the
4841 timezone part of the time.
4842
4843 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4844 with user code.
4845
4846
v8.team.kasperl727e9952008-09-02 14:56:44 +000048472008-09-02: Version 0.2.5
4848
4849 Renamed the top level directory 'public' to 'include'.
4850
4851 Added 'env' option to the SCons build scripts to support
4852 overriding the ENV part of the build environment. This is mostly
4853 to support Windows builds in cases where SCons cannot find the
4854 correct paths to the Windows SDK, as these paths cannot be passed
4855 through shell environment variables.
4856
4857 Enabled "Buffer Security Check" on for the Windows SCons build and
4858 added the linker option /OPT:ICF as an optimization.
4859
4860 Added the V8 benchmark suite to the repository.
4861
4862
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000048632008-09-01: Version 0.2.4
4864
4865 Included mjsunit JavaScript test suite and C++ unit tests.
4866
4867 Changed the shell sample to not print the result of executing a
4868 script provided on the command line.
4869
4870 Fixed issue when building samples on Windows using a shared V8
4871 library. Added visibility option on Linux build which makes the
4872 generated library 18% smaller.
4873
4874 Changed build system to accept multiple build modes in one build
4875 and generate separate objects, libraries and executables for each
4876 mode.
4877
4878 Removed deferred negation optimization (a * -b => -(a * b)) since
4879 this visibly changes operand conversion order.
4880
4881 Improved parsing performance by introducing stack guard in
4882 preparsing. Without a stack guard preparsing always bails out
4883 with stack overflow.
4884
4885 Changed shell sample to take flags directly from the command-line.
4886 Added API call that implements this.
4887
4888 Added load, quit and version functions to the shell sample so it's
4889 easier to run benchmarks and tests.
4890
4891 Fixed issue with building samples and cctests on 64-bit machines.
4892
4893 Fixed bug in the runtime system where the prototype chain was not
4894 always searched for a setter when setting a property that does not
4895 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004896
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004897
mads.s.agercbaa0602008-08-14 13:41:48 +000048982008-08-14: Version 0.2.3
4899
4900 Improved performance of garbage collection by moving the
4901 function that updates pointers during compacting collection
4902 into the updating visitor. This gives the compiler a better
4903 chance to inline and avoid a function call per (potential)
4904 pointer.
4905
4906 Extended the shell sample with a --runtime-flags option.
4907
4908 Added Visual Studio project files for the shell.cc and
4909 process.cc samples.
4910
4911
49122008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004913
4914 Improved performance of garbage collection by changing the way
4915 we use the marking stack in the event of stack overflow during
4916 full garbage collection and by changing the way we mark roots.
4917
4918 Cleaned up ARM version by removing top of stack caching and by
4919 introducing push/pop elimination.
4920
4921 Cleaned up the way runtime functions are called to allow
4922 runtime calls with no arguments.
4923
4924 Changed Windows build options to make sure that exceptions are
4925 disabled and that optimization flags are enabled.
4926
4927 Added first version of Visual Studio project files.
4928
4929
mads.s.agercbaa0602008-08-14 13:41:48 +000049302008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004931
4932 Improved performance of unary addition by avoiding runtime calls.
4933
4934 Fixed the handling of '>' and '<=' to use right-to-left conversion
4935 and left-to-right evaluation as specified by ECMA-262.
4936
4937 Fixed a branch elimination bug on the ARM platform where incorrect
4938 code was generated because of overly aggressive branch
4939 elimination.
4940
4941 Improved performance of code that repeatedly assigns the same
4942 function to the same property of different objects with the same
4943 map.
4944
4945 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4946 no longer expects DEBUG to be defined.
4947
4948 Added platform-nullos.cc to serve as the basis for new platform
4949 implementations.
4950
mads.s.ager31e71382008-08-13 09:32:07 +00004951
mads.s.agercbaa0602008-08-14 13:41:48 +000049522008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004953
4954 Changed all text files to have native svn:eol-style.
4955
4956 Added a few samples and support for building them. The samples
4957 include a simple shell that can be used to benchmark and test V8.
4958
4959 Changed V8::GetVersion to return the version as a string.
4960
4961 Added source for lazily loaded scripts to snapshots and made
4962 serialization non-destructive.
4963
4964 Improved ARM support by fixing the write barrier code to use
4965 aligned loads and stores and by removing premature locals
4966 optimization that relied on broken support for callee-saved
4967 registers (removed).
4968
4969 Refactored the code for marking live objects during garbage
4970 collection and the code for allocating objects in paged
4971 spaces. Introduced an abstraction for the map word of a heap-
4972 allocated object and changed the memory allocator to allocate
4973 executable memory only for spaces that may contain code objects.
4974
4975 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
4976 they can be used by debugging and logging modules. Added
4977 thread-safe message queues for dealing with debugger events.
4978
4979 Fixed the source code reported by toString for certain builtin
4980 empty functions and made sure that the prototype property of a
4981 function is enumerable.
4982
4983 Improved performance of converting values to condition flags in
4984 generated code.
4985
4986 Merged disassembler-{arch} files.
4987
4988
mads.s.agercbaa0602008-08-14 13:41:48 +000049892008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00004990
4991 Added support for storing JavaScript stack traces in a stack
4992 allocated buffer to make it visible in shallow core dumps.
4993 Controlled by the --preallocate-message-memory flag which is
4994 disabled by default.
4995
4996
mads.s.agercbaa0602008-08-14 13:41:48 +000049972008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00004998
4999 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5000 map transitions would count as properties.
5001
5002 Allowed aliased eval invocations by treating them as evals in the
5003 global context. This may change in the future.
5004
5005 Added support for accessing the last entered context through the
5006 API and renamed Context::Current to Context::GetCurrent and
5007 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5008
5009 Fixed bug in the debugger that would cause the debugger scripts to
5010 be recursively loaded and changed all disabling of interrupts to
5011 be block-structured.
5012
5013 Made snapshot data read-only to allow it to be more easily shared
5014 across multiple users of V8 when linked as a shared library.
5015
5016
mads.s.agercbaa0602008-08-14 13:41:48 +000050172008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005018
5019 Fixed building on Mac OS X by recognizing i386 and friends as
5020 IA-32 platforms.
5021
5022 Added propagation of stack overflow exceptions that occur while
5023 compiling nested functions.
5024
5025 Improved debugger with support for recursive break points and
5026 handling of exceptions that occur in the debugger JavaScript code.
5027
5028 Renamed GetInternal to GetInternalField and SetInternal to
5029 SetInternalField in the API and moved InternalFieldCount and
5030 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5031
5032
mads.s.agercbaa0602008-08-14 13:41:48 +000050332008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005034
5035 Fixed bug in stack overflow check code for IA-32 targets where a
5036 non-tagged value in register eax was pushed to the stack.
5037
5038 Fixed potential quadratic behavior when converting strings to
5039 numbers.
5040
5041 Fixed bug where the return value from Object::SetProperty could
5042 end up being the property holder instead of the written value.
5043
5044 Improved debugger support by allowing nested break points and by
5045 dealing with stack-overflows when compiling functions before
5046 setting break points in them.
5047
5048
mads.s.agercbaa0602008-08-14 13:41:48 +000050492008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005050
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005051 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005052
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005053# Local Variables:
5054# mode:text
5055# End: