blob: 0e428027917d90f2868eccf9f6ad766f0a139ade [file] [log] [blame]
ulan@chromium.org2e04b582013-02-21 14:06:02 +000012013-02-21: Version 3.17.3
2
3 Performance and stability improvements on all platforms.
4
5
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +000062013-02-19: Version 3.17.2
7
8 Removed bogus check for TOP register in deoptimizer.
9 (Chromium issue 176943)
10
11 Made the Isolate parameter mandatory for internal HandleScopes.
12 (issue 2487)
13
14 Fixed f.apply() optimization when declared arguments are mutated.
15 (issue 2539)
16
17 Performance and stability improvements on all platforms.
18
19
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +0000202013-02-14: Version 3.17.1
21
22 Performance and stability improvements on all platforms.
23
24
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +0000252013-02-13: Version 3.17.0
26
27 Enabled parallel sweeping.
28
29 Don't try to unlink instructions twice during GVN
30 (Chromium issue 175141)
31
32 Fixed code flusher disabling while marking incrementally.
33 (Chromium issue 173458, 168582)
34
35 Don't use TLS for space iterators.
36 (issue 2531)
37
38 Added new GetHeapStatistics API entry and deprecated old one.
39
40 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
41 platform-independent code.
42 (Chromium issue 173907)
43
44 Added --trace-array-abuse to help find OOB accesses.
45
46 Performance and stability improvements on all platforms.
47
48
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +0000492013-02-06: Version 3.16.14
50
51 Performance and stability improvements on all platforms.
52
53
danno@chromium.org94b0d6f2013-02-04 13:33:20 +0000542013-02-04: Version 3.16.13
55
56 Tagged stubs that rely on instance types as MEGAMORPHIC.
57 (Chromium issue 173974)
58
59 Fixed clearing of dead dependent codes and verifing of weak
60 embedded maps on full GC. (Chromium issue 172488,172489)
61
62 Made the arm port build cleanly with Clang.
63
64 Performance and stability improvements on all platforms.
65
66
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +0000672013-01-31: Version 3.16.12
68
69 Performance and stability improvements on all platforms.
70
71
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +0000722013-01-30: Version 3.16.11
73
74 Put making embedded maps in optimized code weak behind a flag.
75 (Chromium issue 172488,172489)
76
77 Performance and stability improvements on all platforms.
78
79
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000802013-01-25: Version 3.16.10
81
82 Avoid excessive memory usage during redundant phi elimination.
83 (issue 2510)
84
85 Fixed additional spec violations wrt RegExp.lastIndex.
86 (issue 2437)
87
88 Added Isolate parameter to Persistent class.
89 (issue 2487)
90
91 Performance and stability improvements on all platforms.
92
93
yangguo@chromium.org003650e2013-01-24 16:31:08 +0000942013-01-24: Version 3.16.9
95
96 Made embedded maps in optimized code weak.
97 (issue 2073)
98
99 Fixed corner case when JSFunction is evicted from flusher.
100 (Chromium issue 168801)
101
102 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
103 (Chromium issue 171641)
104
105 Performance and stability improvements on all platforms.
106
107
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00001082013-01-23: Version 3.16.8
109
110 Correctly reset lastIndex in an RegExp object.
111 (Chromium issue 170856)
112
113 Added a workaround for Windows compilation problems related to V8EXPORT.
114 (issue 2507)
115
116 tools/run-tests.py: shlex.split() the value of --command-prefix
117 (Chromium issue 171553)
118
119 Fixed pattern detection for replacing shifts by rotation.
120 (Chromium issue 2499)
121
122 Performance and stability improvements on all platforms.
123
124
yangguo@chromium.org28381b42013-01-21 14:39:38 +00001252013-01-21: Version 3.16.7
126
127 Removed <(library) usage from v8.gyp.
128 (Chromium issue 111541)
129
130 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
131 (Chromium issue 169928)
132
133 Performance and stability improvements on all platforms.
134
135
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00001362013-01-18: Version 3.16.6
137
138 Made the Isolate parameter mandatory in Locker and Unlocker classes.
139 (issue 2487)
140
141 Avoid pointer underflow in CopyCharsUnsigned.
142 (issue 2493)
143
144 Generate shim headers when using system v8.
145 (Chromium issue 165264)
146
147 Fixed arguments materialization for inlined apply().
148 (issue 2489)
149
150 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
151 (Chromium issue 147497)
152
153 Added sanity check to CodeFlusher::AddCandidate.
154 (Chromium issue 169209)
155
156 Performance and stability improvements on all platforms.
157
158
1592013-01-15: Version 3.16.5
160
161 Removed deprecated functions from V8's external API.
162
163 Prepared API for WebKit use of Latin-1.
164
165 Fixed V8 issue 2486.
166
167 Fixed Chromium issue 169723.
168
169 Performance and stability improvements on all platforms.
170
171
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001722013-01-11: Version 3.16.4
173
174 Fixed Chromium issues 168545 and 169209.
175
176 Performance and stability improvements on all platforms.
177
178
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001792013-01-09: Version 3.16.3
180
181 Improved GC performance when moving parts of a FixedArray (issue 2452).
182
183 Enabled readline on d8 while building a shared lib (issue 1781).
184
185 Fixed missing exception check in typed array constructor
186 (Chromium issue 168545).
187
188 Check for read-only-ness when preparing for array sort (issue 2419).
189
190 Performance and stability improvements on all platforms.
191
192
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00001932013-01-04: Version 3.16.2
194
195 Added Makefile options to build for the Raspberry Pi (armv7=0,
196 arm_fpu=vfp2).
197
198 Performance and stability improvements on all platforms.
199
200
ulan@chromium.org4121f232012-12-27 15:57:11 +00002012012-12-27: Version 3.16.1
202
203 Fixed x64 MathMinMax for negative untagged int32 arguments.
204 (Chromium issue 164442)
205
206 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
207 (issue 2458)
208
209 Performance and stability improvements on all platforms.
210
211
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00002122012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000213
214 V8_Fatal now prints C++ stack trace in debug mode.
215
216 Added HTML-based tick processor.
217
218 Continued implementation of Object.observe (V8 issue 2409).
219
220 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
221
222 Fixed Chromium issues 125308, 165637, 166379, 166553.
223
224 Performance and stability improvements on all platforms.
225
226
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00002272012-12-10: Version 3.15.11
228
229 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
230 flags.
231
232 Performance and stability improvements on all platforms.
233
234
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00002352012-12-07: Version 3.15.10
236
237 Enabled optimisation of functions inside eval. (issue 2315)
238
239 Fixed spec violations in methods of Number.prototype. (issue 2443)
240
241 Added GCTracer metrics for a scavenger GC for DOM wrappers.
242
243 Performance and stability improvements on all platforms.
244
245
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00002462012-12-06: Version 3.15.9
247
248 Fixed candidate eviction in code flusher.
249 (Chromium issue 159140)
250
251 Iterate through all arguments for side effects in Math.min/max.
252 (issue 2444)
253
254 Fixed spec violations related to regexp.lastIndex
255 (issue 2437, issue 2438)
256
257 Performance and stability improvements on all platforms.
258
259
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002602012-12-04: Version 3.15.8
261
262 Enforced stack allocation of TryCatch blocks.
263 (issue 2166,chromium:152389)
264
265 Fixed external exceptions in external try-catch handlers.
266 (issue 2166)
267
268 Activated incremental code flushing by default.
269
270 Performance and stability improvements on all platforms.
271
272
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002732012-11-30: Version 3.15.7
274
275 Activated code aging by default.
276
277 Included more information in --prof log.
278
279 Removed eager sweeping for lazy swept spaces. Try to find in
280 SlowAllocateRaw a bounded number of times a big enough memory slot.
281 (issue 2194)
282
283 Performance and stability improvements on all platforms.
284
285
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002862012-11-26: Version 3.15.6
287
288 Ensure double arrays are filled with holes when extended from
289 variations of empty arrays. (Chromium issue 162085)
290
291 Performance and stability improvements on all platforms.
292
293
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00002942012-11-23: Version 3.15.5
295
296 Fixed JSON.stringify for objects with interceptor handlers.
297 (Chromium issue 161028)
298
299 Fixed corner case in x64 compare stubs. (issue 2416)
300
301 Performance and stability improvements on all platforms.
302
303
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00003042012-11-16: Version 3.15.4
305
306 Fixed Array.prototype.join evaluation order. (issue 2263)
307
308 Perform CPU sampling by CPU sampling thread only iff processing thread
309 is not running. (issue 2364)
310
311 When using an Object as a set in Object.getOwnPropertyNames, null out
312 the proto. (issue 2410)
313
314 Disabled EXTRA_CHECKS in Release build.
315
316 Heap explorer: Show representation of strings.
317
318 Removed 'type' and 'arguments' properties from Error object.
319 (issue 2397)
320
321 Added atomics implementation for ThreadSanitizer v2.
322 (Chromium issue 128314)
323
324 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
325
326 Performance and stability improvements on all platforms.
327
328
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00003292012-11-13: Version 3.15.3
330
331 Changed sample shell to send non-JS output (e.g. errors) to stderr
332 instead of stdout.
333
334 Correctly check for stack overflow even when interrupt is pending.
335 (issue 214)
336
337 Collect stack trace on stack overflow. (issue 2394)
338
339 Performance and stability improvements on all platforms.
340
341
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00003422012-11-12: Version 3.15.2
343
344 Function::GetScriptOrigin supplies sourceURL when script name is
345 not available. (Chromium issue 159413)
346
347 Made formatting error message side-effect-free. (issue 2398)
348
349 Fixed length check in JSON.stringify. (Chromium issue 160010)
350
351 ES6: Added support for Set and Map clear method (issue 2400)
352
353 Fixed slack tracking when instance prototype changes.
354 (Chromium issue 157019)
355
356 Fixed disabling of code flusher while marking. (Chromium issue 159140)
357
358 Added a test case for object grouping in a scavenger GC (issue 2077)
359
360 Support shared library build of Android for v8.
361 (Chromium issue 158821)
362
363 ES6: Added support for size to Set and Map (issue 2395)
364
365 Performance and stability improvements on all platforms.
366
367
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003682012-11-06: Version 3.15.1
369
370 Put incremental code flushing behind a flag. (Chromium issue 159140)
371
372 Performance and stability improvements on all platforms.
373
374
danno@chromium.org72204d52012-10-31 10:02:10 +00003752012-10-31: Version 3.15.0
376
377 Loosened aligned code target requirement on ARM (issue 2380)
378
379 Fixed JSON.parse to treat leading zeros correctly.
380 (Chromium issue 158185)
381
382 Performance and stability improvements on all platforms.
383
384
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003852012-10-22: Version 3.14.5
386
387 Killed off the SCons based build.
388
389 Added a faster API for creating v8::Integer objects.
390
391 Speeded up function deoptimization by avoiding quadratic pass over
392 optimized function list. (Chromium issue 155270)
393
394 Always invoke the default Array.sort functions from builtin functions.
395 (issue 2372)
396
397 Reverted recent CPU profiler changes because they broke --prof.
398 (issue 2364)
399
400 Switched code flushing to use different JSFunction field.
401 (issue 1609)
402
403 Performance and stability improvements on all platforms.
404
405
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00004062012-10-15: Version 3.14.4
407
408 Allow evals for debugger even if they are prohibited in the debugee
409 context. (Chromium issue 154733)
410
411 Enabled --verify-heap in release mode (issue 2120)
412
413 Performance and stability improvements on all platforms.
414
415
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00004162012-10-11: Version 3.14.3
417
418 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
419 (Chromium issue 155076).
420
421 Bumped variable limit further to 2^17 (Chromium issue 151625).
422
423 Performance and stability improvements on all platforms.
424
425
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00004262012-10-10: Version 3.14.2
427
428 ARM: allowed VFP3 instructions when hardfloat is enabled.
429 (Chromium issue 152506)
430
431 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
432 (Chromium issue 151749)
433
434 Made GDBJIT interface compile again. (issue 1804)
435
436 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
437 (Chromium issue 143967)
438
439 Made sure that names of temporaries do not clash with real variables.
440 (issue 2322)
441
442 Rejected local module declarations. (Chromium issue 150628)
443
444 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
445
446 Fixed slot recording of code target patches.
447 (Chromium issue 152615,chromium:144230)
448
449 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
450
451 Performance and stability improvements on all platforms.
452
453
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004542012-10-01: Version 3.14.1
455
456 Don't set -m32 flag when compiling with Android ARM compiler.
457 (Chromium issue 143889)
458
459 Restore the descriptor array before returning allocation failure.
460 (Chromium issue 151750)
461
462 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
463 128252).
464
465 Pull more recent gyp in 'make dependencies'.
466
467 Made sure that the generic KeyedStoreIC changes length and element_kind
468 atomically (issue 2346).
469
470 Bumped number of allowed variables per scope to 65535, to address GWT.
471 (Chromium issue 151625)
472
473 Support sourceURL for dynamically inserted scripts (issue 2342).
474
475 Performance and stability improvements on all platforms.
476
477
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004782012-09-20: Version 3.14.0
479
480 Fixed missing slot recording during clearing of CallICs.
481 (Chromium issue 144230)
482
483 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
484 (Chromium issue 150729)
485
486 Fixed minus zero test. (Issue 2133)
487
488 Fixed setting array length to zero for slow elements.
489 (Chromium issue 146910)
490
491 Fixed lost arguments dropping in HLeaveInlined.
492 (Chromium issue 150545)
493
494 Fixed casting error for receiver of interceptors.
495 (Chromium issue 149912)
496
497 Throw a more descriptive exception when blocking 'eval' via CSP.
498 (Chromium issue 140191)
499
500 Fixed debugger's eval when close to stack overflow. (issue 2318)
501
502 Added checks to live edit. (issue 2297)
503
504 Switched on code compaction on incremental GCs.
505
506 Fixed caching of optimized code for OSR. (issue 2326)
507
508 Not mask exception thrown by toString in String::UtfValue etc.
509 (issue 2317)
510
511 Fixed API check for length of external arrays. (Chromium issue 148896)
512
513 Ensure correct enumeration indices in the dict (Chromium issue 148376)
514
515 Correctly initialize regexp global cache. (Chromium issue 148378)
516
517 Fixed arguments object materialization during deopt. (issue 2261)
518
519 Introduced new API to expose external string resource regardless of
520 encoding.
521
522 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
523 --deopt-every-n-times flag is present
524 (Chromium issue 148389)
525
526 Fixed edge case of extension with NULL as source string.
527 (Chromium issue 144649)
528
529 Fixed array index dehoisting. (Chromium issue 141395)
530
531 Performance and stability improvements on all platforms.
532
533
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00005342012-09-11: Version 3.13.7
535
536 Enable/disable LiveEdit using the (C++) debug API.
537
538 Performance and stability improvements on all platforms.
539
540
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00005412012-09-06: Version 3.13.6
542
543 Added validity checking to API functions and calls.
544
545 Disabled accessor inlining (Chromium issue 134609).
546
547 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
548
549 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
550
551 Fixed VS2005 build (issue 2313).
552
553 Activated fixed ES5 readonly semantics by default.
554
555 Added hardfp flag to the Makefile.
556
557 Performance and stability improvements on all platforms.
558
559
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005602012-08-29: Version 3.13.5
561
562 Release stack trace data after firing Error.stack accessor.
563 (issue 2308)
564
565 Added a new API V8::SetJitCodeEventHandler to push code name and
566 location to users such as profilers.
567
568 Allocate block-scoped global bindings to global context.
569
570 Performance and stability improvements on all platforms.
571
572
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005732012-08-28: Version 3.13.4
574
575 Print reason for disabling optimization. Kill --trace-bailout flag.
576
577 Provided option to disable full DEBUG build on Android.
578
579 Introduced global contexts to represent lexical global scope(s).
580
581 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
582
583 Performance and stability improvements on all platforms.
584
585
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005862012-08-21: Version 3.13.3
587
588 Performance and stability improvements on all platforms.
589
590
5912012-08-20: Version 3.13.2
592
593 Performance and stability improvements on all platforms.
594
595
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00005962012-08-16: Version 3.13.1
597
598 Performance and stability improvements on all platforms.
599
600
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00006012012-08-10: Version 3.13.0
602
603 Added histograms for total allocated/live heap size, as well as
604 allocated size and percentage of total for map and cell space.
605
606 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
607 (issue 1645)
608
609 Added checks for interceptors to negative lookup code in Crankshaft.
610 (Chromium issue 140473)
611
612 Made incremental marking clear ICs and type feedback cells.
613
614 Performance and stability improvements on all platforms.
615
616
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00006172012-08-01: Version 3.12.19
618
619 Performance and stability improvements on all platforms.
620
621
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00006222012-07-30: Version 3.12.18
623
624 Forced using bit-pattern for signed zero double. (issue 2239)
625
626 Made sure double to int conversion is correct. (issue 2260)
627
628 Performance and stability improvements on all platforms.
629
630
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00006312012-07-27: Version 3.12.17
632
633 Always set the callee's context when calling a function from optimized
634 code.
635 (Chromium issue 138887)
636
637 Fixed building with GCC 3.x
638 (issue 2016, 2017)
639
640 Improved API calls that return empty handles.
641 (issue 2245)
642
643 Performance and stability improvements on all platforms.
644
645
danno@chromium.org129d3982012-07-25 15:01:47 +00006462012-07-25: Version 3.12.16
647
648 Performance and stability improvements on all platforms.
649
650
yangguo@chromium.org304cc332012-07-24 07:59:48 +00006512012-07-24: Version 3.12.15
652
653 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
654 (issue 2252)
655
656 Added dependency to HLoadKeyed* instructions to prevent invalid
657 hoisting. (Chromium issue 137768)
658
659 Enabled building d8 for Android on Mac.
660
661 Interpret negative hexadecimal literals as NaN.
662 (issue 2240)
663
664 Expose counters in javascript when using --track-gc-object-stats.
665
666 Enabled building and testing V8 on Android IA.
667
668 Added --trace-parse flag to parser.
669
670 Performance and stability improvements on all platforms.
671
672
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006732012-07-18: Version 3.12.14
674
675 Deactivated optimization of packed arrays.
676 (Chromium issue 137768)
677
678 Fixed broken accessor transition.
679 (Chromium issue 137689)
680
681 Performance and stability improvements on all platforms.
682
683
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006842012-07-17: Version 3.12.13
685
686 Fixed missing tagging of stack value in finally block.
687 (Chromium issue 137496)
688
689 Added more support for heap analysis.
690
691 Performance and stability improvements on all platforms.
692
693
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00006942012-07-16: Version 3.12.12
695
696 Added an option to the tickprocessor to specify the directory for lib
697 lookup.
698
699 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
700
701 Fixed transcendental cache on ARM in optimized code (issue 2234).
702
703 New heap inspection tools: counters for object sizes and counts,
704 histograms for external fragmentation.
705
706 Incorporated constness into inferred interfaces (in preparation for
707 handling imports) (issue 1569).
708
709 Performance and stability improvements on all platforms.
710
711
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00007122012-07-12: Version 3.12.11
713
714 Renamed "mips" arch to "mipsel" in the GYP build.
715
716 Fixed computation of call targets on prototypes in Crankshaft.
717 (Chromium issue 125148)
718
719 Removed use of __lookupGetter__ when generating stack trace.
720 (issue 1591)
721
722 Turned on ES 5.2 globals semantics by default.
723 (issue 1991, Chromium issue 80591)
724
725 Synced preparser and parser wrt syntax error in switch..case.
726 (issue 2210)
727
728 Fixed reporting of octal literals in strict mode when preparsing.
729 (issue 2220)
730
731 Fixed inline constructors for Harmony Proxy prototypes.
732 (issue 2225)
733
734 Performance and stability improvements on all platforms.
735
736
danno@chromium.org81cac2b2012-07-10 11:28:27 +00007372012-07-10: Version 3.12.10
738
739 Re-enabled and fixed issue with array bounds check elimination
740 (Chromium issue 132114).
741
742 Fixed Debug::Break crash. (Chromium issue 131642)
743
744 Added optimizing compiler support for JavaScript getters.
745
746 Performance and stability improvements on all platforms.
747
748
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00007492012-07-06: Version 3.12.9
750
751 Correctly advance the scanner when scanning unicode regexp flag.
752 (Chromium issue 136084)
753
754 Fixed unhandlified code calling Harmony Proxy traps.
755 (issue 2219)
756
757 Performance and stability improvements on all platforms.
758
759
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007602012-07-05: Version 3.12.8
761
762 Implemented TypedArray.set and ArrayBuffer.slice in d8.
763
764 Performance and stability improvements on all platforms.
765
766
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007672012-07-03: Version 3.12.7
768
769 Fixed lazy compilation for strict eval scopes.
770 (Chromium issue 135066)
771
772 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
773 (issue 2151)
774
775 Report "hidden properties" in heap profiler for properties case.
776 (issue 2212)
777
778 Activated optimization of packed arrays by default.
779
780 Performance and stability improvements on all platforms.
781
782
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007832012-06-29: Version 3.12.6
784
785 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
786
787 Extended TypedArray support in d8.
788
789
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00007902012-06-28: Version 3.12.5
791
792 Fixed lazy parsing heuristics to respect outer scope.
793 (Chromium issue 135008)
794
795 Allow using test-wrapper-gypbuild.py on Windows when no python
796 interpreter is registered.
797
798 Performance and stability improvements on all platforms.
799
800
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00008012012-06-27: Version 3.12.4
802
803 Removed -fomit-frame-pointer flag from Release builds to make
804 the stack walkable by TCMalloc (Chromium issue 133723).
805
806 Ported r7868 (constant masking) to x64 (issue 1374).
807
808 Expose more detailed memory statistics (issue 2201).
809
810 Fixed Harmony Maps and WeakMaps for undefined values
811 (Chromium issue 132744).
812
813 Correctly throw reference error in strict mode with ICs disabled
814 (issue 2119).
815
816 Performance and stability improvements on all platforms.
817
818
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00008192012-06-25: Version 3.12.3
820
821 Reverted r11835 'Unify promotion and allocation limit computation' due
822 to V8 Splay performance regression on Mac. (Chromium issue 134183)
823
824 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
825
826 Performance and stability improvements on all platforms.
827
828
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00008292012-06-22: Version 3.12.2
830
831 Made near-jump check more strict in LoadNamedFieldPolymorphic on
832 ia32/x64. (Chromium issue 134055)
833
834 Fixed lazy sweeping heuristics to prevent old-space expansion.
835 (issue 2194)
836
837 Performance and stability improvements on all platforms.
838
839
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00008402012-06-21: Version 3.12.1
841
842 Performance and stability improvements on all platforms.
843
844
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00008452012-06-20: Version 3.12.0
846
847 Fixed Chromium issues:
848 115100, 129628, 131994, 132727, 132741, 132742, 133211
849
850 Fixed V8 issues:
851 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
852
853 Added --extra-code flag to mksnapshot to load JS code into the VM
854 before creating the snapshot.
855
856 Support 'restart call frame' command in the debugger.
857
858 Performance and stability improvements on all platforms.
859
860
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008612012-06-13: Version 3.11.10
862
863 Implemented heap profiler memory usage reporting.
864
865 Preserved error message during finally block in try..finally.
866 (Chromium issue 129171)
867
868 Fixed EnsureCanContainElements to properly handle double values.
869 (issue 2170)
870
871 Improved heuristics to keep objects in fast mode with inherited
872 constructors.
873
874 Performance and stability improvements on all platforms.
875
876
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008772012-06-06: Version 3.11.9
878
879 Implemented ES5-conformant semantics for inherited setters and read-only
880 properties. Currently behind --es5_readonly flag, because it breaks
881 WebKit bindings.
882
883 Exposed last seen heap object id via v8 public api.
884
885 Performance and stability improvements on all platforms.
886
887
verwaest@chromium.org37141392012-05-31 13:27:02 +00008882012-05-31: Version 3.11.8
889
890 Avoid overdeep recursion in regexp where a guarded expression with a
891 minimum repetition count is inside another quantifier.
892 (Chromium issue 129926)
893
894 Fixed missing write barrier in store field stub.
895 (issues 2143, 1465, Chromium issue 129355)
896
897 Proxies: Fixed receiver for setters inherited from proxies.
898 Proxies: Fixed ToStringArray function so that it does not reject some
899 keys.
900 (issue 1543)
901
902 Performance and stability improvements on all platforms.
903
904
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00009052012-05-29: Version 3.11.7
906
907 Get better function names in stack traces.
908
909 Performance and stability improvements on all platforms.
910
911
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00009122012-05-24: Version 3.11.6
913
914 Fixed RegExp.prototype.toString for incompatible receivers
915 (issue 1981).
916
917 Performance and stability improvements on all platforms.
918
919
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00009202012-05-23: Version 3.11.5
921
922 Performance and stability improvements on all platforms.
923
924
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00009252012-05-22: Version 3.11.4
926
927 Some cleanup to common.gypi. This fixes some host/target combinations
928 that weren't working in the Make build on Mac.
929
930 Handle EINTR in socket functions and continue incomplete sends.
931 (issue 2098)
932
933 Fixed python deprecations. (issue 1391)
934
935 Made socket send and receive more robust and return 0 on failure.
936 (Chromium issue 15719)
937
938 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
939
940 Set '-m32' option for host and target platforms
941
942 Performance and stability improvements on all platforms.
943
944
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00009452012-05-18: Version 3.11.3
946
947 Disable optimization for functions that have scopes that cannot be
948 reconstructed from the context chain. (issue 2071)
949
950 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
951
952 Correctly check for native error objects. (Chromium issue 2138)
953
954 Performance and stability improvements on all platforms.
955
956
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009572012-05-16: Version 3.11.2
958
959 Revert r11496. (Chromium issue 128146)
960
961 Implement map collection for incremental marking. (issue 1465)
962
963 Add toString method to CallSite (which describes a frame of the
964 stack trace).
965
966
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009672012-05-15: Version 3.11.1
968
969 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
970
971 Fix freebsd build. (V8 issue 2126)
972
973 Performance and stability improvements on all platforms.
974
975
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009762012-05-11: Version 3.11.0
977
978 Fixed compose-discard crasher from r11524 (issue 2123).
979
980 Activated new global semantics by default. Global variables can
981 now shadow properties of the global object (ES5.1 erratum).
982
983 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
984 transitioning (Chromium issue 117409).
985
986 Made Error.prototype.name writable again, as required by the spec and
987 the web (Chromium issue 69187).
988
989 Implemented map collection with incremental marking (issue 1465).
990
991 Regexp: Fixed overflow in min-match-length calculation
992 (Chromium issue 126412).
993
994 MIPS: Fixed illegal instruction use on Loongson in code for
995 Math.random() (issue 2115).
996
997 Fixed crash bug in VisitChoice (Chromium issue 126272).
998
999 Fixed unsigned-Smi check in MappedArgumentsLookup
1000 (Chromium issue 126414).
1001
1002 Fixed LiveEdit for function with no locals (issue 825).
1003
1004 Fixed register clobbering in LoadIC for interceptors
1005 (Chromium issue 125988).
1006
1007 Implemented clearing of CompareICs (issue 2102).
1008
1009 Performance and stability improvements on all platforms.
1010
1011
danno@chromium.org2c26cb12012-05-03 09:06:43 +000010122012-05-03: Version 3.10.8
1013
1014 Enabled MIPS cross-compilation.
1015
1016 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1017 (Chromium issue 125515)
1018
1019 Fixed corner cases in truncation behavior when storing to
1020 TypedArrays. (issue 2110)
1021
1022 Fixed failure to properly recognize and report out-of-memory
1023 conditions when allocating code space pages. (Chromium issue
1024 118625)
1025
1026 Fixed idle notifications to perform a round of incremental GCs
1027 after context disposal. (issue 2107)
1028
1029 Fixed preparser for try statement. (issue 2109)
1030
1031 Performance and stability improvements on all platforms.
1032
1033
danno@chromium.org1044a4d2012-04-30 12:34:39 +000010342012-04-30: Version 3.10.7
1035
1036 Performance and stability improvements on all platforms.
1037
1038
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000010392012-04-26: Version 3.10.6
1040
1041 Fixed some bugs in accessing details of the last regexp match.
1042
1043 Fixed source property of empty RegExp objects. (issue 1982)
1044
1045 Enabled inlining some V8 API functions.
1046
1047 Performance and stability improvements on all platforms.
1048
1049
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000010502012-04-23: Version 3.10.5
1051
1052 Put new global var semantics behind a flag until WebKit tests are
1053 cleaned up.
1054
1055 Enabled stepping into callback passed to builtins.
1056 (Chromium issue 109564)
1057
1058 Performance and stability improvements on all platforms.
1059
1060
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010612012-04-19: Version 3.10.4
1062
1063 Fixed issues when stressing compaction with WeakMaps.
1064
1065 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1066
1067 Simplify invocation sequence at monomorphic function invocation sites.
1068 (issue 2079)
1069
1070 Performance and stability improvements on all platforms.
1071
1072
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010732012-04-17: Version 3.10.3
1074
1075 Fixed several bugs in heap profiles (including issue 2078).
1076
1077 Throw syntax errors on illegal escape sequences.
1078
1079 Implemented rudimentary module linking (behind --harmony flag)
1080
1081 Implemented ES5 erratum: Global declarations should shadow
1082 inherited properties.
1083
1084 Made handling of const more consistent when combined with 'eval'
1085 and 'with'.
1086
1087 Fixed V8 on MinGW-x64 (issue 2026).
1088
1089 Performance and stability improvements on all platforms.
1090
1091
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000010922012-04-13: Version 3.10.2
1093
1094 Fixed native ARM build (issues 1744, 539)
1095
1096 Return LOOKUP variable instead of CONTEXT for non-context allocated
1097 outer scope parameters (Chromium issue 119609).
1098
1099 Fixed regular and ElementsKind transitions interfering with each other
1100 (Chromium issue 122271).
1101
1102 Improved performance of keyed loads/stores which have a HeapNumber
1103 index (issues 1388, 1295).
1104
1105 Fixed WeakMap processing for evacuation candidates (issue 2060).
1106
1107 Bailout on possible direct eval calls (Chromium issue 122681).
1108
1109 Do not assume that names of function expressions are context-allocated
1110 (issue 2051).
1111
1112 Performance and stability improvements on all platforms.
1113
1114
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000011152012-04-10: Version 3.10.1
1116
1117 Fixed bug with arguments object in inlined functions (issue 2045).
1118
1119 Fixed performance bug with lazy initialization (Chromium issue
1120 118686).
1121
1122 Added suppport for Mac OS X 64bit builds with GYP.
1123 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1124
1125 Fixed bug with hidden properties (issue 2034).
1126
1127 Fixed a performance bug when reloading pages (Chromium issue 117767,
1128 V8 issue 1902).
1129
1130 Fixed bug when optimizing throw in top-level code (issue 2054).
1131
1132 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1133
1134 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1135
1136 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1137
1138 Fixed compilation of V8 using uClibc.
1139
1140 Optimized boot-up memory use.
1141
1142 Optimized regular expressions.
1143
1144
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000011452012-03-30: Version 3.10.0
1146
1147 Fixed store IC writability check in strict mode
1148 (Chromium issue 120099).
1149
1150 Resynchronize timers if the Windows system time was changed.
1151 (Chromium issue 119815)
1152
1153 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1154 hardfp ARM
1155 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1156
1157 Fixed edge case for case independent regexp character classes
1158 (issue 2032).
1159
1160 Reset function info counters after context disposal.
1161 (Chromium issue 117767, V8 issue 1902)
1162
1163 Fixed missing write barrier in CopyObjectToObjectElements.
1164 (Chromium issue 119926)
1165
1166 Fixed missing bounds check in HasElementImpl.
1167 (Chromium issue 119925)
1168
1169 Performance and stability improvements on all platforms.
1170
1171
danno@chromium.org88aa0582012-03-23 15:11:57 +000011722012-03-23: Version 3.9.24
1173
1174 Activated count-based profiler for ARM.
1175
1176 Fixed use of proxies as f.prototype properties. (issue 2021)
1177
1178 Enabled snapshots on MIPS.
1179
1180 Performance and stability improvements on all platforms.
1181
1182
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011832012-03-21: Version 3.9.23
1184
1185 Use correct arguments adaptation environment when inlining function
1186 containing arguments. (Issue 2014)
1187
1188 Performance and stability improvements on all platforms.
1189
1190
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000011912012-03-20: Version 3.9.22
1192
1193 Enabled count-based profiler by default.
1194
1195 Implemented a hash based look-up to speed up address checks
1196 in large object space (issue 853).
1197
1198 Performance and stability improvements on all platforms.
1199
1200
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000012012012-03-19: Version 3.9.21
1202
1203 Fixed push-to-trunk script (and re-push).
1204
1205 Added API call that identifies strings that are guaranteed only to
1206 contain ASCII characters.
1207
1208
12092012-03-19: Version 3.9.20
1210
1211 Fixed declarations escaping global strict eval. (Issue 1624)
1212
1213 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1214
1215 Fixed function declarations overwriting read-only global properties.
1216 (Chromium issue 115452)
1217
1218 Fixed --use-strict flag in combination with --harmony[-scoping].
1219
1220 Debugger: naive implementation of "step into Function.prototype.bind".
1221
1222 Debugger: added ability to set script source from within OnBeforeCompile
1223
1224 Added flag to always call DebugBreak on abort.
1225
1226 Re-enabled constructor inlining and inline === comparison with boolean
1227 constants. (Issue 2009)
1228
1229 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1230
1231 Performance and stability improvements on all platforms.
1232
1233
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000012342012-03-14: Version 3.9.19
1235
1236 Ensure there is a smi check of the receiver for global load and call
1237 ICs (Chromium issue 117794).
1238
1239 Performance and stability improvements on all platforms.
1240
1241
yangguo@chromium.org154ff992012-03-13 08:09:54 +000012422012-03-13: Version 3.9.18
1243
1244 Ensure consistency of Math.sqrt on Intel platforms.
1245
1246 Remove static initializers in v8. (issue 1859)
1247
1248 Add explicit dependency on v8_base in the GYP-based build.
1249
1250 Performance and stability improvements on all platforms.
1251
1252
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012532012-03-12: Version 3.9.17
1254
1255 Fixed VFP detection through compiler defines. (issue 1996)
1256
1257 Add Code-related fields to postmortem metadata.
1258
1259 Performance and stability improvements on all platforms.
1260
1261
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012622012-03-09: Version 3.9.16
1263
1264 Added basic interface inference for modules (behind the --harmony flag).
1265
1266 Added Object.is, Number.isFinite, Number.isNaN.
1267
1268 Updated the Unicode tables to Unicode version 6.1.0.
1269
1270 Performance and stability improvements on all platforms.
1271
1272
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012732012-03-06: Version 3.9.15
1274
1275 Fix the heap profiler crash caused by memory layout changes between
1276 passes.
1277
1278 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1279
1280 Fix double-rounding in strtod for MinGW. (issue 1062)
1281
1282 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1283
1284 Performance and stability improvements on all platforms.
1285
1286
fschneider@chromium.org35814e52012-03-01 15:43:35 +000012872012-03-01: Version 3.9.14
1288
1289 Performance and stability improvements on all platforms.
1290
1291
ulan@chromium.org812308e2012-02-29 15:58:45 +000012922012-02-29: Version 3.9.13
1293
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001294 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001295
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001296 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1297 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001298
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001299 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001300
1301 Performance and stability improvements on all platforms.
1302
1303
ulan@chromium.org967e2702012-02-28 09:49:15 +000013042012-02-28: Version 3.9.12
1305
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001306 Fixed the negative lookup stub to handle deleted entries in a
1307 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001308
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001309 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001310 callback function can resolve the location of a return address on stack
1311 to the location where a return-address rewriting profiler stashed the
1312 original return address.
1313
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001314 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1315 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001316
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001317 Fixed issue 1853: Update breakpoints set with partial file name after
1318 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001319
1320
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000013212012-02-27: Version 3.9.11
1322
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001323 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001324
1325
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000013262012-02-24: Version 3.9.10
1327
1328 Fixed V8 issues 1322, 1772 and 1969.
1329
1330 Conformance improvements.
1331
1332 Performance and stability improvements on all platforms.
1333
1334
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000013352012-02-23: Version 3.9.9
1336
1337 Supported fast case for-in in Crankshaft.
1338
1339 Sped up heap snapshot serialization and dominators construction.
1340
1341 Randomized allocation addresses on windows. (Chromium issue 115151)
1342
1343 Fixed compilation with MinGW-w64. (issue 1943)
1344
1345 Fixed incorrect value of assignments to non-extensible properties.
1346
1347 Fixed a crash bug in generated code on ia32.
1348
1349 Performance and stability improvements on all platforms.
1350
1351
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000013522012-02-21: Version 3.9.8
1353
1354 Fixed memory leak and missing #include in StartupDataDecompressor
1355 (issue 1960).
1356
1357 Renamed static methods to avoid shadowing virtual methods and fix Clang
1358 C++11 compile error.
1359
1360 Fixed sequence of element access in array builtins (issue 1790).
1361
1362 Performance and stability improvements on all platforms.
1363
1364
yangguo@chromium.org56454712012-02-16 15:33:53 +000013652012-02-16: Version 3.9.7
1366
1367 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1368
1369 Fixed GCC-4.7 warnings.
1370
1371 Added Navier-Stokes benchmark.
1372
1373 Performance and stability improvements on all platforms.
1374
1375
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013762012-02-14: Version 3.9.6
1377
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001378 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001379
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001380 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001381
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001382 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001383
1384 Heap Snapshot maximum size limit is too low for really big apps. At the
1385 moment the limit is 256MB. (Chromium issue 113015)
1386
1387 Performance and stability improvements on all platforms.
1388
1389
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000013902012-02-09: Version 3.9.5
1391
1392 Removed unused command line flags.
1393
1394 Performance and stability improvements on all platforms.
1395
1396
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000013972012-02-08: Version 3.9.4
1398
1399 Properly initialize element-transitioning array literals on ARM.
1400 (issue 1930)
1401
1402 Bug fixes on all platforms.
1403
1404
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000014052012-02-07: Version 3.9.3
1406
1407 When rethrowing an exception, print the stack trace of its original
1408 site instead of rethrow site (Chromium issue 60240).
1409
1410 Increased size of small stacks from 32k to 64k to avoid hitting limits
1411 in Chromium (Chromium issue 112843).
1412
1413
rossberg@chromium.org994edf62012-02-06 10:12:55 +000014142012-02-06: Version 3.9.2
1415
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001416 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001417
1418 Heap profiler reports implicit references.
1419
1420 Optionally export metadata with libv8 to enable debuggers to inspect V8
1421 state.
1422
1423
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000014242012-02-02: Version 3.9.1
1425
1426 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1427 (Chromium issue 112315).
1428
1429 Fixed a crash in dev tools (Chromium issue 107996).
1430
1431 Added 'dependencies_traverse': 1 to v8 GYP target.
1432
1433 Performance and stability improvements on all platforms.
1434
1435
danno@chromium.orgfa458e42012-02-01 10:48:36 +000014362012-02-01: Version 3.9.0
1437
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001438 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001439
1440 Stability fixes and performance improvements on all platforms.
1441
1442
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000014432012-01-26: Version 3.8.9
1444
1445 Flush number string cache on GC (issue 1605).
1446
1447 Provide access to function inferred name with
1448 v8::Function::GetInferredName in V8 public API.
1449
1450 Fix building with Clang (issue 1912).
1451
1452 Reduce the space used by the stack for the profiling thread.
1453
1454 Fix misleading documentation of v8::Locker (issue 542).
1455
1456 Introduce readbinary function in d8 to read binary files.
1457
1458 Performance and stability improvements on all platforms.
1459
1460
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014612012-01-23: Version 3.8.8
1462
1463 Limited number of loop iterations in Heap::ReserveSpace
1464 (Chromium issue 99027).
1465
1466 Fixed solaris build (VirtualMemory) (issue 1761).
1467
1468 Fixed strict vs. non-strict handling of function proxies in
1469 higher-order array and string methods.
1470
1471 Enabled asynchronous remote debugging with d8 (issue 1691).
1472
1473 Stability and performance improvements on all platforms.
1474
1475
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014762012-01-19: Version 3.8.7
1477
1478 Ensure that LRandom restores rsi after call to the C function on x64.
1479 (Chromium issue http://crbug.com/110509)
1480
1481 Fixing include issues on *bsd when building with scons.
1482 (issue 1897)
1483
1484 Provide a switch to specify -fno-strict-aliasing
1485 (issue 1887)
1486
1487 Move WIN32 define from standalone.gypi to common.gypi
1488 (issue 1760)
1489
1490 Fix corner-case in heap size estimation.
1491 (issue 1893)
1492
1493 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1494 (issue 1903)
1495
1496 Performance improvements and bug fixes.
1497
1498
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000014992012-01-16: Version 3.8.6
1500
1501 Add primitive WebGL array support to d8.
1502
1503 Improve heap size estimation (issue 1893).
1504
1505 Hash collision DOS workaround extended from string keys
1506 to numeric keys.
1507
1508 Provide an API for iterating through all external strings referenced
1509 from the JS heap.
1510
1511 Adjust position recorded for call expressions. http://crbug.com/109195
1512
1513 Fix GC crash related to instanceof. http://crbug.com/109448
1514
1515 Performance improvements and bug fixes.
1516
1517
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000015182012-01-05: Version 3.8.5
1519
1520 Fix broken test that assumes that no GC can clear the regexp cache (GC
1521 can happen at any time due to Crankshaft).
1522
1523 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1524
1525 Add netbsd support to gyp build.
1526
1527 Determine page size at runtime on posix platforms.
1528
1529 Ensure that store buffer filtering hash sets are cleared after
1530 StoreBuffer::Filter.
1531
1532 Randomize the seed used for string hashing. This helps guard against
1533 CPU-eating DOS attacks against node.js servers. Based on code from
1534 Bert Belder. This version only solves the issue for those that compile
1535 V8 themselves or those that do not use snapshots. A snapshot-based
1536 precompiled V8 will still have predictable string hash codes.
1537
1538 Implement callback when script finishes running in V8 API.
1539
1540 Improve performance of Math.min and Math.max for the case of two
1541 arguments. (issue 1325)
1542
1543
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000015442012-01-02: Version 3.8.4
1545
1546 Performance improvements for large Smi-only arrays.
1547
1548 Fixed InternalArrays construction. (issue 1878)
1549
1550
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000015512011-12-27: Version 3.8.3
1552
1553 Avoid embedding new space objects into code objects in the lithium gap
1554 resolver. (chromium:108296)
1555
1556 Bug fixes and performance optimizations on all platforms.
1557
1558
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015592011-12-21: Version 3.8.2
1560
1561 Add max optimization flag to v8 gyp build to ensure V8 is always built
1562 fully optimized in Chrome.
1563
1564 MIPS: Bring MIPS to parity with other platforms.
1565
1566 Optimizations and stability improvements on all platforms.
1567
1568
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015692011-12-19: Version 3.8.1
1570
1571 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1572
1573 Stability improvements on all platforms.
1574
1575
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015762011-12-13: Version 3.8.0
1577
1578 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1579
1580 Sync parser and preparser on do-while and return statements.
1581 (issue 1856)
1582
1583 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1584
1585 Stability and performance improvements on all platforms.
1586
1587
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000015882011-12-01: Version 3.7.12
1589
1590 Increase tick interval for the android platform.
1591
1592 Fix a bug in the register allocator. (chromium:105112)
1593
1594 Fix handling of recompiling code. (chromium:105375, v8:1782)
1595
1596 Start incremental marking on idle notification. (v8:1458)
1597
1598 Build fixes for various platforms.
1599
1600 Various performance improvements.
1601
1602
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000016032011-11-29: Version 3.7.11
1604
1605 Fixed bug when generating padding to ensure space for lazy
1606 deoptimization.
1607 (issue 1846)
1608
1609 Further reduced pause times due to GC.
1610
1611 Stability and performance improvements on all platforms.
1612
1613
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000016142011-11-23: Version 3.7.10
1615
1616 Set maximum length of FixedArray in terms of elements instead an
1617 absolute number of bytes.
1618 (Chromium issue 103103)
1619
1620 Stability and performance improvements on all platforms.
1621
1622
16232011-11-21: Version 3.7.9
1624
1625 Removed exit-time destructors.
1626
1627 Stability and performance improvements on all platforms.
1628
1629
ricow@chromium.org27bf2882011-11-17 08:34:43 +000016302011-11-17: Version 3.7.8
1631
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001632 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001633 function on builtins will not make the original function reappear.
1634
1635 Added NetBSD support for scons build.
1636
1637 Performance improvements on all platforms.
1638
1639
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000016402011-11-14: Version 3.7.7
1641
1642 Fix missing fast property accessors in heap snapshots.
1643 (issue 1818)
1644
1645
danno@chromium.org2c456792011-11-11 12:00:53 +000016462011-11-11: Version 3.7.6
1647
1648 Fixed filtering of store buffer for large object pages.
1649 (issue 1817)
1650
1651 Fixed generated hash function on all platforms.
1652 (issue 1808)
1653
1654 Fixed Heap::Shrink to ensure that it does not free pages that are
1655 still in use.
1656 (Chromium issue 100414)
1657
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001658 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001659
1660
danno@chromium.orgc612e022011-11-10 11:38:15 +000016612011-11-10: Version 3.7.5
1662
1663 Added initial gyp infrastructure for MIPS.
1664
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001665 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001666 collector.
1667
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001668 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001669
1670
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016712011-11-07: Version 3.7.4
1672
1673 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1674
1675 Fix Harmony sets and maps to allow null and undefined as keys
1676 (still hidden behind --harmony flag) (issue 1622).
1677
1678 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1679
1680 Enable VFP instructions for Android.
1681
1682 Fix error handling in Date.prototype.toISOString (issue 1792).
1683
1684 Bug fixes and performance improvements for all platforms.
1685
1686 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1687
1688
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000016892011-10-28: Version 3.7.3
1690
1691 Slight deoptimization as a workaround for issue with jslint: Issue
1692 1789.
1693
1694
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000016952011-10-27: Version 3.7.2
1696
1697 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1698
1699
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000017002011-10-26: Version 3.7.1
1701
1702 Achieved 33% speedup in debug-mode tests.
1703
1704 Removed special casing of calls to RegExp test and exec methods with no
1705 argument. Now matches new JSC behaviour. crbug.com/75740.
1706
1707 Return the empty string on cyclic references in toString (ES5
1708 conformance).
1709
1710 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1711
1712 Made Math.random state per-context instead of per-process (issue 864).
1713
1714 Fixed stack traces to skip native functions.
1715
1716 Make snapshots (new contexts) smaller and faster.
1717
1718 Fixed handling of Function.apply for non-array arguments.
1719
1720 Fixed evaluation order in defineProperties to match FireFox.
1721
1722 Fixed handling of non-object receivers for array builtins,
1723 crbug.com/100702.
1724
1725 Multiple fixes to improve compliance with test262.
1726
1727 Fixed compatibility with older Android releases.
1728
1729 Fixed compilation with gcc-4.5.3.
1730
1731 Improved performance of WriteUtf8, issue 1665.
1732
1733 Made native syntax an early error in the preparser.
1734
1735 Fixed issues 793 and 893 relating to Function.prototype.bind.
1736
1737 Improved let, const, Set and Map support and other Harmony features
1738 (behind the --harmony flag).
1739
1740 Changed evaluation order for > and <= to match ES5 instead of ES3.
1741
1742 Bug fixes and performance improvements on all platforms.
1743
1744
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000017452011-10-13: Version 3.7.0
1746
1747 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1748
1749 Fixed issue 1757 (string slices of external strings).
1750
1751 Fixed issue 1759 (ARM).
1752
1753 Added flag --noclever-optimizations to disable some things that
1754 caused trouble in the past.
1755
1756 Added flag --stress-compaction for testing.
1757
1758 Added flag --harmony to activate all experimental Harmony features.
1759
1760
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017612011-10-10: Version 3.6.6
1762
1763 Added a GC pause visualization tool.
1764
1765 Added presubmit=no and werror=no flags to Makefile.
1766
1767 ES5/Test262 conformance improvements.
1768
1769 Fixed compilation issues with GCC 4.5.x (issue 1743).
1770
1771 Bug fixes and performance improvements on all platforms.
1772
1773
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017742011-10-05: Version 3.6.5
1775
1776 New incremental garbage collector.
1777
1778 Removed the hard heap size limit (soft heap size limit is still
1779 700/1400Mbytes by default).
1780
1781 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1782
1783 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1784
1785 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1786
1787 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1788
1789 Fixed the MinGW and Windows 2000 builds.
1790
1791 Fixed "Prototype chain is not searched if named property handler does
1792 not set a property" (Issue 1636).
1793
1794 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1795
1796 Disallowed future reserved words as labels in strict mode.
1797
1798 Fixed string split to correctly coerce the separator to a string
1799 (Issue 1711).
1800
1801 API: Added an optional source length field to the Extension
1802 constructor.
1803
1804 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1805 (Issue 1573).
1806
1807 Added "native" target to Makefile for the benefit of Linux distros.
1808
1809 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1810
1811 More work on ES-Harmony proxies. Still hidden behind a flag.
1812
1813 Bug fixes and performance improvements on all platforms.
1814
1815
lrn@chromium.org34e60782011-09-15 07:25:40 +000018162011-09-15: Version 3.6.4
1817
1818 Fixed d8's broken readline history.
1819
1820 Removed the need for code delete events in CPU profiler (Issue 1466).
1821
1822 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1823
1824 Fixing parallel execution in d8 (with -p) and some memory leaks.
1825
1826 Support for precise stepping in functions compiled before debugging was
1827 started (step 1).
1828
1829
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000018302011-09-13: Version 3.6.3
1831
1832 Implemented better support of typed arrays in the d8 shell.
1833
1834 Bug fixes and performance improvements on all platforms.
1835
1836
ricow@chromium.org55ee8072011-09-08 16:33:10 +000018372011-09-08: Version 3.6.2
1838
1839 Added "dependencies" target to top-level Makefile.
1840
1841 Added ability to turn profiler on/off in d8.
1842
1843 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1844
1845 Fixed several crash bugs.
1846
1847
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000018482011-09-07: Version 3.6.1
1849
1850 Fixed a bug in abrupt exit from with or catch inside finally.
1851
1852 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1853 issue 95113).
1854
1855 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1856
1857 Fixed a few clang warnings (which -Werror treated as errors).
1858
1859 Performance improvements on all platforms.
1860
1861
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018622011-09-05: Version 3.6.0
1863
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001864 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001865
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001866 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001867
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001868 Made arguments and caller always be null on native functions
1869 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001870
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001871 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001872
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001873 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001874
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001875 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001876
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001877 Fixed a problem with large heap snapshots in Chrome DevTools
1878 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001879
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001880 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001881
1882
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018832011-08-31: Version 3.5.10
1884
1885 Added dependency of v8_base on WinSocket2 Windows library in
1886 the GYP-build.
1887
1888 Various bugfixes.
1889
1890
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000018912011-08-29: Version 3.5.9
1892
1893 Made FromPropertyDescriptor not trigger inherited setters.
1894
1895 Fixed .gyp files to work on the ARM simulator.
1896
1897 Fixed shared library build warnings for MSVS.
1898
1899
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000019002011-08-24: Version 3.5.8
1901
1902 Added V8EXPORT attributes for v8::Array::CheckCast and
1903 v8::Number::CheckCast.
1904
1905 Made a slight API change enabling opting out from null termination
1906 in String::Write*().
1907
1908 Fixed arm build for gcc-4.6.
1909
1910
rossberg@chromium.org28a37082011-08-22 11:03:23 +000019112011-08-22: Version 3.5.7
1912
1913 Make scanner handle invalid unicode escapes in identifiers correctly.
1914
1915 Make regexp flag parsing stricter.
1916
1917 Fix several memory leaks.
1918
1919
danno@chromium.orgb6451162011-08-17 14:33:23 +000019202011-08-17: Version 3.5.6
1921
1922 Fixed issue that could cause crashes when running with --heap-stats.
1923
1924 Fixed compilation on Linux 2.6.9 and older.
1925
1926 Fixed live-object-list to work with isolates.
1927
1928 Fixed memory leaks in zones and isolates.
1929
1930 Fixed a performance regression for TypedArrays on x64.
1931
1932 Stability improvements on all platforms.
1933
1934
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000019352011-08-15: Version 3.5.5
1936
1937 Fixed bugs involving negative zero and the optimizing compiler.
1938
1939 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1940
1941 Eliminated uses of deprecated ARM instructions.
1942
1943 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1944
1945 Removed restriction on the size of disassembled code that is printed.
1946
1947
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000019482011-08-10: Version 3.5.4
1949
1950 Added a preliminary implementation of ES Harmony weak maps. Weak
1951 maps can be enabled by the flag --harmony-weakmaps.
1952
1953 Introduced a toplevel Makefile to support GYP-based building. GYP
1954 can be obtained from http://gyp.googlecode.com.
1955
1956 Fixed a bug in the length property of functions created by
1957 Function.prototype.bind.
1958
1959 Reduced malloc heap allocation on process startup.
1960
1961 Several important code generation bug fixes.
1962
1963 Performance improvements on all platforms.
1964
1965
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019662011-08-03: Version 3.5.3
1967
1968 MIPS: Port of fix to ClassOf check from ARM.
1969 Patch from Paul Lind <plind44@gmail.com>.
1970
1971 Stopped using mprotect on Cygwin.
1972 Avoided uninitialized member warning on gcc 4.3.4
1973 Both patches by Bert Belder.
1974
1975 Bug fixes and performance improvements on all platforms.
1976
1977
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019782011-08-01: Version 3.5.2
1979
1980 Performance improvements on all platforms.
1981
1982
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019832011-07-28: Version 3.5.1
1984
1985 Fixed setting the readonly flag on the prototype property using the
1986 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1987
1988 Changed the tools/test.py script to use d8 instead of shell for
1989 testing.
1990
1991 Fixed crash in ToBooleanStub when GC happens during invocation.
1992
1993 Enabled automatic unboxing of double arrays.
1994
1995 Performance improvements on all platforms.
1996
1997
ricow@chromium.org9fa09672011-07-25 11:05:35 +000019982011-07-25: Version 3.5.0
1999
2000 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2001 proxies.
2002
2003 Removed logging to memory support.
2004
2005 Bugfixes and performance work.
2006
2007
rossberg@chromium.org717967f2011-07-20 13:44:42 +000020082011-07-20: Version 3.4.14
2009
2010 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2011
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002012 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002013 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002014
2015 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2016
2017
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000020182011-07-18: Version 3.4.13
2019
2020 Improved debugger support to allow inspection of optimized frames (issue
2021 1140).
2022
2023 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2024
2025 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2026
2027 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2028
2029 Simplified HClampToUint8. Patch by Andy Wingo.
2030
2031 Exposed APIs for detecting boxed primitives, native errors. Patch by
2032 Luke Zarko.
2033
2034 Added map check for COW elements to crankshaft array handling code
2035 (issue 1560).
2036
2037 Sample shell and (a light version of) D8 links against a shared library
2038 now.
2039
2040 Fixed bug in array filter and reduce functions (issue 1559).
2041
2042 Avoid TLS load in AstNode constructor.
2043
2044 Introduced a random entropy source which can optionally be provided at
2045 initialization. (Chromium issue 89462).
2046
2047
whesse@chromium.org030d38e2011-07-13 13:23:34 +000020482011-07-13: Version 3.4.12
2049
2050 Added --prof profiling option to d8 shell.
2051
2052 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2053
2054 Fixed a potential assertion failure in const declarations.
2055
2056 Fixed an assertion failure in descriptor arrays (issue 1526).
2057
2058 Enabled fast thread-local storage by default on supported platforms.
2059
2060 Improved reporting of source position for global variable loads
2061 (issue 1527).
2062
2063
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020642011-07-11: Version 3.4.11
2065
2066 Fixed MinGW32 build.
2067
2068 Fixed a GC bug with RegExp code flushing.
2069
2070 Implemented Object.defineProperty for proxies.
2071
2072 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2073
2074 Added debugger support for inspecting optimized frames (issue 1140).
2075
2076 Allowed JSObject::PreventExtensions to work for arguments objects.
2077
2078 Bugfixes and performance work.
2079
2080
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020812011-07-06: Version 3.4.10
2082
2083 Fixed debugger not breaking on certain "if" statements (issue 1523).
2084
2085 Fixed assertion failure in runtime profiler when running on IA32
2086 without snapshot (issue 1522).
2087
2088 Fixed ABI for API calls on IA32 (for clang compatibility).
2089
2090 Introduced code flushing of RegExp code to free memory used by
2091 RegExps sooner.
2092
2093 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2094
2095 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2096
2097 Performance improvements on all platforms.
2098
2099
ricow@chromium.org4f693d62011-07-04 14:01:31 +000021002011-07-04: Version 3.4.9
2101
2102 Added support for debugger inspection of locals in optimized frames
2103 (issue 1140).
2104
2105 Fixed SConstruct to pass correct defines to samples/preparser when
2106 building with library=shared.
2107
2108 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2109
2110 Fixed a bug in Object.defineProperty on the arguments object.
2111
2112 Performance improvements on all platforms.
2113
2114
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000021152011-06-29: Version 3.4.8
2116
2117 Ensure 16-byte stack alignment on Solaris (issue 1505).
2118
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002119 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002120 that is not a smi. (issue 1246).
2121
2122
ager@chromium.org04921a82011-06-27 13:21:41 +000021232011-06-27: Version 3.4.7
2124
2125 Fixed 64-bit build on FreeBSD.
2126
2127 Added API to set the property attributes for the prototype
2128 property on functions created from FunctionTemplates.
2129
2130 Bugfixes and performance work.
2131
2132
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000021332011-06-22: Version 3.4.6
2134
2135 Lowered limit on code space for systems with low memory supply.
2136
2137 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2138
2139 Extended setBreakpoint API to accept partial script name (issue 1418).
2140
2141 Made multi-line comments not count when deciding whether the '-->'
2142 comment starter is first on a line. This matches Safari.
2143
2144 Made handling of non-array recievers in Array length setter correct
2145 (issue 1491).
2146
2147 Added ability to heap profiler to iterate over snapshot's node
2148 (issue 1481).
2149
2150
whesse@chromium.org7b260152011-06-20 15:33:18 +000021512011-06-20: Version 3.4.5
2152
2153 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2154 1476, and 1477.
2155
2156 Improved code generation for !0 and !1.
2157
2158 Reduced memory usage for regular expressions with nested qualifiers.
2159 (issue 1472)
2160
2161 Fixed V8 to count line terminators in multi-line comments.
2162 (Chromium issue 86431)
2163
2164 Fixed disassembler=on option for release-mode builds. (issue 1473)
2165
2166 Performance improvements on all platforms.
2167
2168
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021692011-06-15: Version 3.4.4
2170
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002171 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002172
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002173 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002174
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002175 Several GYP-related changes: Added support for building Xcode project
2176 files. Make the ARM simulator build with GYP again. Generate Makefiles
2177 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002178
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002179 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2180 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002181
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002182 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002183
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002184 Handle 'undefined' correctly when === has been specialized for doubles.
2185 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002186
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002187 Corrected the limit of local variables in an optimized function from 64
2188 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002189
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002190 Correctly set ReadOnly flag on indexed properties when using the API Set
2191 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002192
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002193 Give the correct error message when Object.isExtensible is called on a
2194 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002195
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002196 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2197 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002198
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002199 Do not redefine properties unneccesarily in seal and freeze. (issue
2200 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002201
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002202 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002203
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002204 Distinguish keyed loads with a symbol key from fast elements loads,
2205 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002206
2207
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000022082011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002209
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002210 Clear the global thread table when an isolate is disposed
2211 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002212
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002213 Converted time zone name to UTF8 on Windows (issue 1290).
2214
2215 Limited the number of arguments in a function call to 32766
2216 (issue 1413).
2217
2218 Compress sources of JS libraries in addition to the snapshot.
2219
2220 Fixed a bug in Lithium environment iteration.
2221
2222 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002223
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002224
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000022252011-06-06: Version 3.4.2
2226
2227 More work on ES-Harmony proxies. Still hidden behind a flag.
2228
2229 Fixed some crash bugs and improved performance.
2230
2231 Fixed building with gdb debugging support.
2232
2233 Do not install SIGPROF handler until it is needed.
2234
2235 Added DateTimeFormat to i18n API.
2236
2237 Fixed compilation on OpenBSD.
2238
2239 Take the ulimit into account when sizing the heap. OpenBSD users
2240 may still have to increase the default ulimit to run heavy pages in
2241 the browser.
2242
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002243
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000022442011-06-01: Version 3.4.1
2245
2246 Fixed JSON stringify issue with arrays.
2247
2248 Changed calls to JS builtins to be passed undefined when called with
2249 implicit receiver.
2250
2251 Implemented the set trap for Harmony proxies. Proxies still need to
2252 be enabled with the --harmony-proxies flag.
2253
2254
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022552011-05-30: Version 3.4.0
2256
2257 Changed calls to undefined property setters to not throw (issue 1355).
2258
2259 Made RegExp objects not callable.
2260
2261 Fixed issues on special case large JSON strings in new json parser
2262 (issues http://crbug.com/83877 and http://crbug.com/84186).
2263
2264 Performance improvements on all platforms.
2265
2266
danno@chromium.org40cb8782011-05-25 07:58:50 +000022672011-05-25: Version 3.3.10
2268
2269 Fixed calls of strict mode function with an implicit receiver.
2270
2271 Fixed fast handling of arrays to properly deal with changes to the
2272 Object prototype (issue 1403).
2273
2274 Changed strict mode poison pill to be the same type error function
2275 (issue 1387).
2276
2277 Fixed a debug crash in arguments object handling (issue 1227).
2278
2279 Fixed a bug in deoptimization on x64 (issue 1404).
2280
2281 Performance improvements and bug fixes on all platforms.
2282
2283
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022842011-05-23: Version 3.3.9
2285
2286 Added DateTimeFormat class to experimental i18n API.
2287
2288 Extended preparser to give early errors for some strict mode
2289 restrictions.
2290
2291 Removed legacy execScript function from V8.
2292
2293 Extended isolate API with the ability to add embedder-specific
2294 data to an isolate.
2295
2296 Added basic support for polymorphic loads from JS and external
2297 arrays.
2298
2299 Fixed bug in handling of switch statements in the optimizing
2300 compiler.
2301
2302
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000023032011-05-18: Version 3.3.8
2304
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002305 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002306 handles are independent of all other persistent handles and can be
2307 garbage collected more frequently.
2308
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002309 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002310 with the --harmony-proxies flag.
2311
2312 Performance improvements and bug fixes on all platforms.
2313
2314
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000023152011-05-16: Version 3.3.7
2316
2317 Updated MIPS infrastructure files.
2318
2319 Performance improvements and bug fixes on all platforms.
2320
2321
karlklose@chromium.org83a47282011-05-11 11:54:09 +000023222011-05-11: Version 3.3.6
2323
2324 Updated MIPS infrastructure files.
2325
2326 Added method IsCallable for Object to the API.
2327 Patch by Peter Varga.
2328
2329
lrn@chromium.org1c092762011-05-09 09:42:16 +000023302011-05-09: Version 3.3.5
2331
2332 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2333
2334 Added check that receiver is JSObject on API calls.
2335
2336 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2337 Patch by Peter Varga.
2338
2339 Added CallAsFunction method to the Object class in the API (Issue 1336).
2340 Patch by Peter Varga.
2341
2342 Added per-isolate locking and unlocking.
2343
2344 Fixed bug in x64 >>> operator (Issue 1359).
2345
2346
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000023472011-05-04: Version 3.3.4
2348
2349 Implemented API to disallow code generation from strings for a context
2350 (issue 1258).
2351
2352 Fixed bug with whitespaces in parseInt (issue 955).
2353
2354 Fixed bug with == comparison of Date objects (issue 1356).
2355
2356 Added GYP variables for ARM code generation:
2357 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2358 and v8_use_arm_eabi_hardfloat.
2359
2360
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023612011-05-02: Version 3.3.3
2362
2363 Added support for generating Visual Studio solution and project files
2364 using GYP.
2365
2366 Implemented support for ARM EABI calling convention variation where
2367 floating-point arguments are passed in registers (hardfloat).
2368
2369 Added Object::HasOwnProperty() to the API.
2370
2371 Added support for compressing startup data to reduce binary size. This
2372 includes build time support and an API for the embedder to decompress
2373 the startup data before initializing V8.
2374
2375 Reduced the profiling hooks overhead from >400% to 25% when using
2376 ll_prof.
2377
2378 Performance improvements and bug fixes on all platforms.
2379
2380
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023812011-04-27: Version 3.3.2
2382
2383 Fixed crash bug on ARM with no VFP3 hardware.
2384
2385 Fixed compilation of V8 without debugger support.
2386
2387 Improved performance on JSLint.
2388
2389 Added support Float64 WebGL arrays.
2390
2391 Fixed crash bug in regexp replace.
2392
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002393
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000023942011-04-20: Version 3.3.1
2395
2396 Reduced V8 binary size by removing virtual functions from hydrogen.
2397
2398 Fixed crash bug on x64.
2399
2400 Performance improvements on ARM and IA32.
2401
2402
danno@chromium.org160a7b02011-04-18 15:51:38 +000024032011-04-18: Version 3.3.0
2404
2405 Fixed bug in floating point rounding in Crankshaft on ARM
2406 (issue 958)
2407
2408 Fixed a number of issues with running without VFPv3 support on ARM
2409 (issue 1315)
2410
2411 Introduced v8Locale.Collator, a partial implementation of Collator
2412 per last ECMAScript meeting + mailing list.
2413
2414 Minor performance improvements and bug fixes.
2415
2416
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000024172011-04-13: Version 3.2.10
2418
2419 Fixed bug in external float arrays on ARM (issue 1323).
2420
2421 Minor performance improvements and bug fixes.
2422
2423
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000024242011-04-11: Version 3.2.9
2425
2426 Removed support for ABI prior to EABI on ARM.
2427
2428 Fixed multiple crash bugs.
2429
2430 Added GCMole to the repository, a simple static analysis tool that
2431 searches for GC-unsafe evaluation order dependent callsites.
2432
2433 Made preparser API be exported in shared libraries.
2434
2435 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2436
2437 Fixed mutable __proto__ property if object is not extensible
2438 (Issue 1309).
2439
2440 Fixed auto suspension of the sampler thread.
2441
2442
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000024432011-04-06: Version 3.2.8
2444
2445 Exposed WebGL typed array constructors in the shell sample.
2446
2447 Performance improvements on all platforms.
2448
2449
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000024502011-04-04: Version 3.2.7
2451
2452 Disabled the original 'classic' V8 code generator. Crankshaft is
2453 now the default on all platforms.
2454
2455 Changed the heap profiler to use more descriptive names.
2456
2457 Performance and stability improvements to isolates on all platforms.
2458
2459
lrn@chromium.org7516f052011-03-30 08:52:27 +000024602011-03-30: Version 3.2.6
2461
2462 Fixed xcode build warning in shell.cc (out of order initialization).
2463
2464 Fixed null-pointer dereference in the compiler when running without
2465 SSE3 support (Chromium issue 77654).
2466
2467 Fixed x64 compilation error due to some dead code. (Issue 1286)
2468
2469 Introduced scons target to build the preparser stand-alone example.
2470
2471 Made FreeBSD build and pass all tests.
2472
2473
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024742011-03-28: Version 3.2.5
2475
lrn@chromium.org7516f052011-03-30 08:52:27 +00002476 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002477
2478 Added Crankshaft support for external arrays.
2479
2480 Fixed two potential crash bugs.
2481
2482
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024832011-03-23: Version 3.2.4
2484
2485 Added isolates which allows several V8 instances in the same process.
2486 This is controlled through the new Isolate class in the API.
2487
2488 Implemented more of EcmaScript 5 strict mode.
2489
2490 Reduced the time it takes to make detailed heap snapshot.
2491
2492 Added a number of commands to the ARM simulator and enhanced the ARM
2493 disassembler.
2494
2495
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000024962011-03-17: Version 3.2.3
2497
2498 Fixed a number of crash bugs.
2499
2500 Fixed Array::New(length) to return an array with a length (issue 1256).
2501
2502 Fixed FreeBSD build.
2503
2504 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2505
2506 Implemented more of EcmaScript 5 strict mode.
2507
2508 Improved Crankshaft performance on all platforms.
2509
2510
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000025112011-03-14: Version 3.2.2
2512
2513 Fixed a number of crash and correctness bugs.
2514
2515 Improved Crankshaft performance on all platforms.
2516
2517 Fixed Crankshaft on Solaris/Illumos.
2518
2519
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000025202011-03-10: Version 3.2.1
2521
2522 Fixed a number of crash bugs.
2523
2524 Improved Crankshaft for x64 and ARM.
2525
2526 Implemented more of EcmaScript 5 strict mode.
2527
2528
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000025292011-03-07: Version 3.2.0
2530
2531 Fixed a number of crash bugs.
2532
2533 Turned on Crankshaft by default on x64 and ARM.
2534
2535 Improved Crankshaft for x64 and ARM.
2536
2537 Implemented more of EcmaScript 5 strict mode.
2538
2539
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000025402011-03-02: Version 3.1.8
2541
2542 Fixed a number of crash bugs.
2543
2544 Improved Crankshaft for x64 and ARM.
2545
2546 Implemented more of EcmaScript 5 strict mode.
2547
2548 Fixed issue with unaligned reads and writes on ARM.
2549
2550 Improved heap profiler support.
2551
2552
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025532011-02-28: Version 3.1.7
2554
2555 Fixed a number of crash bugs.
2556
2557 Improved Crankshaft for x64 and ARM.
2558
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002559 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002560 arrays (http://crbug.com/73940).
2561
2562 Fixed bug in map space compaction (http://crbug.com/59688).
2563
2564 Added support for direct getter accessors calls on ARM.
2565
2566
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025672011-02-24: Version 3.1.6
2568
2569 Fixed a number of crash bugs.
2570
2571 Added support for Cygwin (issue 64).
2572
2573 Improved Crankshaft for x64 and ARM.
2574
2575 Added Crankshaft support for stores to pixel arrays.
2576
2577 Fixed issue in CPU profiler with Crankshaft.
2578
2579
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025802011-02-16: Version 3.1.5
2581
2582 Change RegExp parsing to disallow /(*)/.
2583
2584 Added GDB JIT support for ARM.
2585
2586 Fixed several crash bugs.
2587
2588 Performance improvements on the IA32 platform.
2589
2590
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000025912011-02-14: Version 3.1.4
2592
2593 Fixed incorrect compare of prototypes of the global object (issue
2594 1082).
2595
2596 Fixed a bug in optimizing calls to global functions (issue 1106).
2597
2598 Made optimized Function.prototype.apply safe for non-JSObject first
2599 arguments (issue 1128).
2600
2601 Fixed an error related to element accessors on Object.prototype and
2602 parser errors (issue 1130).
2603
2604 Fixed a bug in sorting an array with large array indices (issue 1131).
2605
2606 Properly treat exceptions thrown while compiling (issue 1132).
2607
2608 Fixed bug in register requirements for function.apply (issue 1133).
2609
2610 Fixed a representation change bug in the Hydrogen graph construction
2611 (issue 1134).
2612
2613 Fixed the semantics of delete on parameters (issue 1136).
2614
2615 Fixed a optimizer bug related to moving instructions with side effects
2616 (issue 1138).
2617
2618 Added support for the global object in Object.keys (issue 1150).
2619
2620 Fixed incorrect value for Math.LOG10E
2621 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2622
2623 Performance improvements on the IA32 platform.
2624
2625 Implement assignment to undefined reference in ES5 Strict Mode.
2626
2627
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000026282011-02-09: Version 3.1.3
2629
2630 Fixed a bug triggered by functions with huge numbers of declared
2631 arguments.
2632
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002633 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002634
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002635 Fixed issue where Array.prototype.__proto__ had been set to null
2636 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002637
2638 Fixed stability bugs in Crankshaft for x86.
2639
2640
ricow@chromium.org83aa5492011-02-07 12:42:56 +000026412011-02-07: Version 3.1.2
2642
2643 Added better security checks when accessing properties via
2644 Object.getOwnPropertyDescriptor.
2645
2646 Fixed bug in Object.defineProperty and related access bugs (issues
2647 992, 1083 and 1092).
2648
2649 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2650 copyright notice generation for embedders.
2651
2652
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026532011-02-02: Version 3.1.1
2654
2655 Perform security checks before fetching the value in
2656 Object.getOwnPropertyDescriptor.
2657
2658 Fixed a bug in Array.prototype.splice triggered by passing no
2659 arguments.
2660
2661 Fixed bugs in -0 in arithmetic and in Math.pow.
2662
2663 Fixed bugs in the register allocator and in switching from optimized
2664 to unoptimized code.
2665
2666
26672011-01-31: Version 3.1.0
2668
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002669 Performance improvements on all platforms.
2670
2671
ager@chromium.org378b34e2011-01-28 08:04:38 +000026722011-01-28: Version 3.0.12
2673
2674 Added support for strict mode parameter and object property
2675 validation.
2676
2677 Fixed a couple of crash bugs.
2678
2679
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026802011-01-25: Version 3.0.11
2681
2682 Fixed a bug in deletion of lookup slots that could cause global
2683 variables to be accidentally deleted (http://crbug.com/70066).
2684
2685 Added support for strict mode octal literal verification.
2686
2687 Fixed a couple of crash bugs (issues 1070 and 1071).
2688
2689
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000026902011-01-24: Version 3.0.10
2691
2692 Fixed External::Wrap for 64-bit addresses (issue 1037).
2693
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002694 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002695 code generator (issue 1060).
2696
2697 Introduced partial strict mode support.
2698
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002699 Changed formatting of recursive error messages to match Firefox and
2700 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002701
2702 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002703 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002704 (issue http://crbug.com/50972).
2705
2706 Performance improvements on the IA32 platform.
2707
2708
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000027092011-01-19: Version 3.0.9
2710
2711 Added basic GDB JIT Interface integration.
2712
2713 Make invalid break/continue statements a syntax error instead of a
2714 runtime error.
2715
2716
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027172011-01-17: Version 3.0.8
2718
2719 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002720 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002721
2722 Wrapped external pointers more carefully (issue 1037).
2723
2724 Hardened the implementation of error objects to avoid setters
2725 intercepting the properties set then throwing an error.
2726
2727 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2728
2729 Performance improvements on the IA32 platform.
2730
2731
27322011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002733
2734 Stopped calling inherited setters when creating object literals
2735 (issue 1015).
2736
2737 Changed interpretation of malformed \c? escapes in RegExp to match
2738 JSC.
2739
2740 Enhanced the command-line debugger interface and fixed some minor
2741 bugs in the debugger.
2742
2743 Performance improvements on the IA32 platform.
2744
2745
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027462011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002747
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002748 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002749
2750 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002751 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002752
2753 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002754 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002755
2756 Added use_system_v8 option to gyp (off by default), to make it easier
2757 for Linux distributions to ship with system-provided V8 library.
2758
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002759 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002760
2761 Added labelled thread names to help with debugging (on Linux).
2762
2763
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027642011-01-03: Version 3.0.5
2765
2766 Fixed a couple of cast errors for gcc-3.4.3.
2767
2768 Performance improvements in GC and IA32 code generator.
2769
2770
whesse@chromium.org023421e2010-12-21 12:19:12 +000027712010-12-21: Version 3.0.4
2772
2773 Added Date::ResetCache() to the API so that the cached values in the
2774 Date object can be reset to allow live DST / timezone changes.
2775
2776 Extended existing support for printing (while debugging) the contents
2777 of objects. Added support for printing objects from release builds.
2778
2779 Fixed V8 issues 989, 1006, and 1007.
2780
2781
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027822010-12-17: Version 3.0.3
2783
2784 Reapplied all changes for version 3.0.1.
2785
2786 Improved debugger protocol for remote debugging.
2787
2788 Added experimental support for using gyp to generate build files
2789 for V8.
2790
2791 Fixed implementation of String::Write in the API (issue 975).
2792
2793
lrn@chromium.org8541d772010-12-15 12:05:09 +000027942010-12-15: Version 3.0.2
2795
2796 Revert version 3.0.1 and patch 3.0.1.1.
2797
2798
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000027992010-12-13: Version 3.0.1
2800
2801 Added support for an experimental internationalization API as an
2802 extension. This extension is disabled by default but can be enabled
2803 when building V8. The ECMAScript internationalization strawman is
2804 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2805
2806 Made RegExp character class parsing stricter. This mirrors a change
2807 to RegExp parsing in WebKit.
2808
2809 Fixed a bug in Object.defineProperty when used to change attributes
2810 of an existing property. It incorrectly set the property value to
2811 undefined (issue 965).
2812
2813 Fixed several different compilation failures on various platforms
2814 caused by the 3.0.0 release.
2815
2816 Optimized Math.pow so it can work on unboxed doubles.
2817
2818 Sped up quoting of JSON strings by removing one traversal of the
2819 string.
2820
2821
kasperl@chromium.orga5551262010-12-07 12:49:48 +000028222010-12-07: Version 3.0.0
2823
2824 Improved performance by (partially) addressing issue 957 on
2825 IA-32. Still needs more work for the other architectures.
2826
2827
ager@chromium.orgbeb25712010-11-29 08:02:25 +000028282010-11-29: Version 2.5.9
2829
2830 Fixed crashes during GC caused by partially initialize heap
2831 objects.
2832
2833 Fixed bug in process sample that caused memory leaks.
2834
2835 Improved performance on ARM by implementing missing stubs and
2836 inlining.
2837
2838 Improved heap profiler support.
2839
2840 Added separate seeding on Windows of the random number generator
2841 used internally by the compiler (issue 936).
2842
2843 Exposed API for getting the name of the function used to construct
2844 an object.
2845
2846 Fixed date parser to handle one and two digit millisecond
2847 values (issue 944).
2848
2849 Fixed number parsing to disallow space between sign and
2850 digits (issue 946).
2851
2852
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028532010-11-23: Version 2.5.8
2854
2855 Removed dependency on Gay's dtoa.
2856
2857 Improved heap profiler precision and speed.
2858
2859 Reduced overhead of callback invocations on ARM.
2860
2861
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028622010-11-18: Version 2.5.7
2863
2864 Fixed obscure evaluation order bug (issue 931).
2865
2866 Split the random number state between JavaScript and the private API.
2867
2868 Fixed performance bug causing GCs when generating stack traces on
2869 code from very large scripts.
2870
2871 Fixed bug in parser that allowed (foo):42 as a labelled statement
2872 (issue 918).
2873
2874 Provide more accurate results about used heap size via
2875 GetHeapStatistics.
2876
2877 Allow build-time customization of the max semispace size.
2878
2879 Made String.prototype.split honor limit when separator is empty
2880 (issue 929).
2881
2882 Added missing failure check after expecting an identifier in
2883 preparser (Chromium issue 62639).
2884
2885
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028862010-11-10: Version 2.5.6
2887
2888 Added support for VFP rounding modes to the ARM simulator.
2889
2890 Fixed multiplication overflow bug (issue 927).
2891
2892 Added a limit for the amount of executable memory (issue 925).
2893
2894
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000028952010-11-08: Version 2.5.5
2896
2897 Added more aggressive GC of external objects in near out-of-memory
2898 situations.
2899
2900 Fixed a bug that gave the incorrect result for String.split called
2901 on the empty string (issue 924).
2902
2903
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000029042010-11-03: Version 2.5.4
2905
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002906 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002907
2908
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000029092010-11-01: Version 2.5.3
2910
2911 Fixed a bug that prevents constants from overwriting function values
2912 in object literals (issue 907).
2913
2914 Fixed a bug with reporting of impossible nested calls of DOM functions
2915 (issue http://crbug.com/60753).
2916
2917
lrn@chromium.org303ada72010-10-27 09:33:13 +000029182010-10-27: Version 2.5.2
2919
2920 Improved sampler resolution on Linux.
2921
2922 Allowed forcing the use of a simulator from the build script
2923 independently of the host architecture.
2924
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002925 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002926
2927 Made windows-tick-processor respect D8_PATH.
2928
2929 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2930
2931
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000029322010-10-20: Version 2.5.1
2933
2934 Fixed bug causing spurious out of memory exceptions
2935 (issue http://crbug.com/54580).
2936
2937 Fixed compilation error on Solaris platform (issue 901).
2938
2939 Fixed error in strtod (string to floating point number conversion)
2940 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2941
2942 Adjusted randomized allocations of executable memory to have 64k
2943 granularity (issue http://crbug.com/56036).
2944
2945 Supported profiling using kernel perf_events on linux. Added ll_prof
2946 script to tools and --ll-prof flag to V8.
2947
2948
vegorov@chromium.org42841962010-10-18 11:18:59 +000029492010-10-18: Version 2.5.0
2950
2951 Fixed bug in cache handling of lastIndex on global regexps
2952 (issue http://crbug.com/58740).
2953
2954 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2955 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002956 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002957
2958 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2959
2960
29612010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002962
2963 Fixed a bug in the handling of conditional expressions in test
2964 contexts in compiler for top-level code.
2965
2966 Added "//@ sourceURL" information to the StackTrace API.
2967
2968 Exposed RegExp construction through the API.
2969
2970
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029712010-10-04: Version 2.4.8
2972
2973 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2974 whole snapshot (issue 868).
2975
2976 Performance improvements on all platforms.
2977
2978
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029792010-09-30: Version 2.4.7
2980
2981 Changed the command-line flag --max-new-space-size to be in kB and the
2982 flag --max-old-space-size to be in MB (previously they were in bytes).
2983
2984 Added Debug::CancelDebugBreak to the debugger API.
2985
2986 Fixed a bug in getters for negative numeric property names
2987 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2988
2989 Performance improvements on all platforms.
2990
2991
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000029922010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002993
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002994 Fixed assertion failure related to copy-on-write arrays (issue 876).
2995
2996 Fixed build failure of 64-bit V8 on Windows.
2997
2998 Fixed a bug in RegExp (issue http://crbug.com/52801).
2999
3000 Improved the profiler's coverage to cover more functions (issue 858).
3001
3002 Fixed error in shift operators on 64-bit V8
3003 (issue http://crbug.com/54521).
3004
3005
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000030062010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003007
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003008 Changed the RegExp benchmark to exercise the regexp engine on different
3009 inputs by scrambling the input strings.
3010
3011 Fixed a bug in keyed loads on strings.
3012
3013 Fixed a bug with loading global function prototypes.
3014
3015 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3016
3017 Performance improvements on all platforms.
3018
3019
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000030202010-09-15: Version 2.4.4
3021
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003022 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003023
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003024 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003025
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003026 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003027
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003028 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003029
3030
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000030312010-09-13: Version 2.4.3
3032
3033 Made Date.parse properly handle TZ offsets (issue 857).
3034
3035 Performance improvements on all platforms.
3036
3037
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000030382010-09-08: Version 2.4.2
3039
3040 Fixed GC crash bug.
3041
3042 Fixed stack corruption bug.
3043
3044 Fixed compilation for newer C++ compilers that found Operand(0)
3045 ambiguous.
3046
3047
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000030482010-09-06: Version 2.4.1
3049
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003050 Added the ability for an embedding application to receive a callback
3051 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3052 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003053
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003054 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003055
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003056 Fixed memory overrun crash bug triggered during V8's tick-based
3057 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003058
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003059 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003060
3061
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030622010-09-01: Version 2.4.0
3063
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003064 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3065 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003066
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003067 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003068 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003069
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003070 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003071
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003072 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003073
3074
ricow@chromium.org65fae842010-08-25 15:26:24 +000030752010-08-25: Version 2.3.11
3076
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003077 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003078
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003079 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003080 VARIANT_FLAGS that allows specification of sets of flags with which
3081 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003082
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003083 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003084
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003085 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003086
3087
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000030882010-08-23: Version 2.3.10
3089
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003090 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003091
3092 Build fixes for unusual compilers.
3093
3094 Track high water mark for RWX memory.
3095
3096 Performance improvements on all platforms.
3097
3098
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000030992010-08-18: Version 2.3.9
3100
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003101 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003102
3103 Removed specialized handling of GCC 4.4 (issue 830).
3104
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003105 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003106 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3107
ricow@chromium.org65fae842010-08-25 15:26:24 +00003108 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003109
3110
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000031112010-08-16: Version 2.3.8
3112
3113 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3114
3115 Fixed issue with incorrect handling of custom valueOf methods on
3116 string wrappers (issue 760).
3117
3118 Fixed compilation for ARMv4 (issue 590).
3119
3120 Improved performance.
3121
3122
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000031232010-08-11: Version 2.3.7
3124
3125 Reduced size of heap snapshots produced by heap profiler (issue 783).
3126
3127 Introduced v8::Value::IsRegExp method.
3128
3129 Fixed CPU profiler crash in start / stop sequence when non-existent
3130 name is passed (issue http://crbug.com/51594).
3131
3132 Introduced new indexed property query callbacks API (issue 816). This
3133 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3134 by default.
3135
3136 Removed support for object literal get/set with number/string
3137 property name.
3138
3139 Fixed handling of JSObject::elements in CalculateNetworkSize
3140 (issue 822).
3141
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003142 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003143
3144
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000031452010-08-09: Version 2.3.6
3146
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003147 RegExp literals create a new object every time they are evaluated
3148 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003149
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003150 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003151
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003152 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003153
3154
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031552010-08-04: Version 2.3.5
3156
3157 Added support for ES5 property names. Object initialisers and
3158 dot-notation property access now allows keywords. Also allowed
3159 non-identifiers after "get" or "set" in an object initialiser.
3160
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003161 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003162
3163
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031642010-08-02: Version 2.3.4
3165
3166 Fixed problems in implementation of ES5 function.prototype.bind.
3167
3168 Fixed error when using apply with arguments object on ARM (issue 784).
3169
3170 Added setting of global flags to debugger protocol.
3171
3172 Fixed an error affecting cached results of sin and cos (issue 792).
3173
3174 Removed memory leak from a boundary case where V8 is not initialized.
3175
3176 Fixed issue where debugger could set breakpoints outside the body
3177 of a function.
3178
3179 Fixed issue in debugger when using both live edit and step in features.
3180
3181 Added Number-letter (Nl) category to Unicode tables. These characters
3182 can now be used in identifiers.
3183
3184 Fixed an assert failure on X64 (issue 806).
3185
3186 Performance improvements on all platforms.
3187
3188
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000031892010-07-26: Version 2.3.3
3190
3191 Fixed error when building the d8 shell in a fresh checkout.
3192
3193 Implemented Function.prototype.bind (ES5 15.3.4.5).
3194
3195 Fixed an error in inlined stores on ia32.
3196
3197 Fixed an error when setting a breakpoint at the end of a function
3198 that does not end with a newline character.
3199
3200 Performance improvements on all platforms.
3201
3202
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000032032010-07-21: Version 2.3.2
3204
3205 Fixed compiler warnings when building with LLVM.
3206
3207 Fixed a bug with for-in applied to strings (issue 785).
3208
3209 Performance improvements on all platforms.
3210
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003211
ricow@chromium.org4980dff2010-07-19 08:33:45 +000032122010-07-19: Version 2.3.1
3213
3214 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3215
3216 Fixed bug related to code flushing while compiling a lazy
3217 compilable function (issue http://crbug.com/49099).
3218
3219 Performance improvements on all platforms.
3220
3221
ager@chromium.orgb5737492010-07-15 09:29:43 +000032222010-07-15: Version 2.3.0
3223
3224 Added ES5 Object.seal and Object.isSealed.
3225
3226 Added debugger API for scheduling debugger commands from a
3227 separate thread.
3228
3229
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000032302010-07-14: Version 2.2.24
3231
3232 Added API for capturing stack traces for uncaught exceptions.
3233
3234 Fixed crash bug when preparsing from a non-external V8 string
3235 (issue 775).
3236
3237 Fixed JSON.parse bug causing input not to be converted to string
3238 (issue 764).
3239
3240 Added ES5 Object.freeze and Object.isFrozen.
3241
3242 Performance improvements on all platforms.
3243
3244
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000032452010-07-07: Version 2.2.23
3246
3247 API change: Convert Unicode code points outside the basic multilingual
3248 plane to the replacement character. Previous behavior was to silently
3249 truncate the value to 16 bits.
3250
3251 Fixed crash: handle all flat string types in regexp replace.
3252
3253 Prevent invalid pre-parsing data passed in through the API from
3254 crashing V8.
3255
3256 Performance improvements on all platforms.
3257
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003258
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032592010-07-05: Version 2.2.22
3260
3261 Added ES5 Object.isExtensible and Object.preventExtensions.
3262
3263 Enabled building V8 as a DLL.
3264
3265 Fixed a bug in date code where -0 was not interpreted as 0
3266 (issue 736).
3267
3268 Performance improvements on all platforms.
3269
3270
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032712010-06-30: Version 2.2.21
3272
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003273 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003274
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003275 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003276
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003277 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003278
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003279 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003280
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003281 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003282
3283 Provide actual breakpoints locations in response to setBreakpoint
3284 and listBreakpoints requests.
3285
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003286
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000032872010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003288
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003289 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003290
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003291 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003292
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003293 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003294
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003295 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003296 miscalculated for some inputs.
3297
3298 Performance improvements on all platforms.
3299
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003300
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000033012010-06-23: Version 2.2.19
3302
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003303 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003304 (issue 738).
3305
3306 Added expose-externalize-string flag for testing extensions.
3307
3308 Resolve linker issues with using V8 as a DLL causing a number of
3309 problems with unresolved symbols.
3310
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003311 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003312 defined.
3313
3314 Performance improvements on all platforms.
3315
3316
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000033172010-06-16: Version 2.2.18
3318
3319 Added API functions to retrieve information on indexed properties
3320 managed by the embedding layer. Fixes bug 737.
3321
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003322 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003323
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003324 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003325
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003326 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003327
3328 Incremental performance improvements.
3329
3330
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000033312010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003332
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003333 Improved debugger support for stepping out of functions.
3334
3335 Incremental performance improvements.
3336
3337
33382010-06-09: Version 2.2.16
3339
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003340 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003341 disposal of external string resources to call a virtual Dispose
3342 method on the resource.
3343
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003344 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003345 stepping.
3346
3347 Memory usage improvements on all platforms.
3348
3349
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000033502010-06-07: Version 2.2.15
3351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003352 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003353
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003354 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003355 some compilers complaint when compiling with -Werror.
3356
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003357 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003358
3359
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033602010-06-02: Version 2.2.14
3361
3362 Fixed a crash in code generated for String.charCodeAt.
3363
3364 Fixed a compilation issue with some GCC versions (issue 727).
3365
3366 Performance optimizations on x64 and ARM platforms.
3367
3368
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033692010-05-31: Version 2.2.13
3370
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003371 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003372 strings (issue 599).
3373
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003374 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003375
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003376 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003377
3378 Performance improvements on all platforms.
3379
3380
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033812010-05-26: Version 2.2.12
3382
3383 Allowed accessors to be defined on objects rather than just object
3384 templates.
3385
3386 Changed the ScriptData API.
3387
3388
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000033892010-05-21: Version 2.2.11
3390
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003391 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003392
3393 Use 'full compiler' when debugging is active. This should increase
3394 the density of possible break points, making single step more fine
3395 grained. This will only take effect for functions compiled after
3396 debugging has been started, so recompilation of all functions is
3397 required to get the full effect. IA32 and x64 only for now.
3398
3399 Misc. fixes to the Solaris build.
3400
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003401 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003402
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003403 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003404
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003405 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003406
3407 Incremental performance improvements in all backends.
3408
3409
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000034102010-05-17: Version 2.2.10
3411
3412 Performance improvements in the x64 and ARM backends.
3413
3414
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000034152010-05-10: Version 2.2.9
3416
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003417 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003418
3419 Fixed bug with Date.parse returning a non-NaN value when called on a
3420 non date string (issue 696).
3421
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003422 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003423 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003424
3425 C++ API for retrieving JavaScript stack trace information.
3426
3427
ager@chromium.orgac091b72010-05-05 07:34:42 +000034282010-05-05: Version 2.2.8
3429
3430 Performance improvements in the x64 and ARM backends.
3431
3432
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000034332010-05-03: Version 2.2.7
3434
3435 Added support for ES5 date time string format to Date.parse.
3436
3437 Performance improvements in the x64 backend.
3438
3439
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000034402010-04-28: Version 2.2.6
3441
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003442 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003443 (by Ryan Dahl <coldredlemur@gmail.com>).
3444
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003445 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003446
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003447 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003448
3449 Performance improvements on all platforms.
3450
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003451
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000034522010-04-26: Version 2.2.5
3453
3454 Various performance improvements (especially for ARM and x64)
3455
3456 Fixed bug in CPU profiling (http://crbug.com/42137)
3457
3458 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003459
3460 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003461 wrong calculations.
3462
3463 Fixed a bug that may cause a wrong result for shift operations.
3464
3465
34662010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003467
3468 Fixed warnings on arm on newer GCC versions.
3469
3470 Fixed a number of minor bugs.
3471
3472 Performance improvements on all platforms.
3473
3474
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034752010-04-14: Version 2.2.3
3476
3477 Added stack command and mem command to ARM simulator debugger.
3478
3479 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3480
3481 Performance improvements on all platforms.
3482
3483
ager@chromium.org357bf652010-04-12 11:30:10 +000034842010-04-12: Version 2.2.2
3485
3486 Introduced new profiler API.
3487
3488 Fixed random number generator to produce full 32 random bits.
3489
3490
lrn@chromium.org25156de2010-04-06 13:10:27 +000034912010-04-06: Version 2.2.1
3492
3493 Debugger improvements.
3494
3495 Fixed minor bugs.
3496
3497
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000034982010-03-29: Version 2.2.0
3499
3500 Fixed a few minor bugs.
3501
3502 Performance improvements for string operations.
3503
3504
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000035052010-03-26: Version 2.1.10
3506
3507 Fixed scons build issues.
3508
3509 Fixed a couple of minor bugs.
3510
3511
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000035122010-03-25: Version 2.1.9
3513
3514 Added API support for reattaching a global object to a context.
3515
3516 Extended debugger API with access to the internal debugger context.
3517
3518 Fixed Chromium crashes (issues http://crbug.com/39128 and
3519 http://crbug.com/39160)
3520
3521
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000035222010-03-24: Version 2.1.8
3523
3524 Added fine-grained garbage collection callbacks to the API.
3525
3526 Performance improvements on all platforms.
3527
3528
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000035292010-03-22: Version 2.1.7
3530
3531 Fixed issue 650.
3532
3533 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003534
3535 Performance improvements for arithmetic operations.
3536
3537 Performance improvements for string operations.
3538
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003539 Print script name and line number information in stack trace.
3540
3541
35422010-03-17: Version 2.1.6
3543
3544 Performance improvements for arithmetic operations.
3545
3546 Performance improvements for string operations.
3547
3548
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000035492010-03-10: Version 2.1.4
3550
3551 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3552
3553 Performance improvements on all platforms.
3554
3555
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035562010-03-10: Version 2.1.3
3557
3558 Added API method for context-disposal notifications.
3559
3560 Added API method for accessing elements by integer index.
3561
3562 Added missing implementation of Uint32::Value and Value::IsUint32
3563 API methods.
3564
3565 Added IsExecutionTerminating API method.
3566
3567 Disabled strict aliasing for GCC 4.4.
3568
3569 Fixed string-concatenation bug (issue 636).
3570
3571 Performance improvements on all platforms.
3572
3573
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035742010-02-23: Version 2.1.2
3575
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003576 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003577
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003578 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003579
3580 Performance improvements on all platforms.
3581
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003582
ager@chromium.org5c838252010-02-19 08:53:10 +000035832010-02-19: Version 2.1.1
3584
3585 [ES5] Implemented Object.defineProperty.
3586
3587 Improved profiler support.
3588
3589 Added SetPrototype method in the public V8 API.
3590
3591 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3592 objects in the API.
3593
3594 Performance improvements on all platforms.
3595
3596
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000035972010-02-03: Version 2.1.0
3598
3599 Values are now always wrapped in objects when used as a receiver.
3600 (issue 223).
3601
3602 [ES5] Implemented Object.getOwnPropertyNames.
3603
3604 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3605 JSON grammar.
3606
3607 Improvement of debugger agent (issue 549 and 554).
3608
3609 Fixed problem with skipped stack frame in profiles (issue 553).
3610
3611 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3612 <ry@tinyclouds.org>.
3613
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003614 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003615 integers.
3616
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003617 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003618 functions (isue http://crbug.com/3867).
3619
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003620 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003621
3622 Numerous performance improvements including porting of previous IA-32
3623 optimizations to x64 and ARM architectures.
3624
3625
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000036262010-01-14: Version 2.0.6
3627
3628 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3629 GetOwnProperty, FromPropertyDescriptor.
3630
3631 Fixed Mac x64 build errors.
3632
3633 Improved performance of some math and string operations.
3634
3635 Improved performance of some regexp operations.
3636
3637 Improved performance of context creation.
3638
3639 Improved performance of hash tables.
3640
3641
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000036422009-12-18: Version 2.0.5
3643
3644 Extended to upper limit of map space to allow for 7 times as many map
3645 to be allocated (issue 524).
3646
3647 Improved performance of code using closures.
3648
3649 Improved performance of some binary operations involving doubles.
3650
3651
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000036522009-12-16: Version 2.0.4
3653
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003654 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003655
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003656 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003657
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003658 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003659
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003660 Improved handling of external strings by using a separate table
3661 instead of weak handles. This improves garbage collection
3662 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003663
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003664 Changed code generation for object and array literals in toplevel
3665 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003666
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003667 Fixed a crash bug triggered when garbage collection happened during
3668 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003669
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003670 Fixed crash bug sometimes triggered when local variables shadowed
3671 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003672
3673
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036742009-12-03: Version 2.0.3
3675
3676 Optimized handling and adding of strings, for-in and Array.join.
3677
3678 Heap serialization is now non-destructive.
3679
3680 Improved profiler support with information on time spend in C++
3681 callbacks registered through the API.
3682
3683 Added commands to the debugger protocol for starting/stopping
3684 profiling.
3685
3686 Enabled the non-optimizing compiler for top-level code.
3687
3688 Changed the API to only allow strings to be set as data objects on
3689 Contexts and scripts to avoid potentially keeping global objects
3690 around for too long (issue 528).
3691
3692 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3693
3694 Fixed bugs.
3695
3696
ager@chromium.org01beca72009-11-24 14:29:16 +000036972009-11-24: Version 2.0.2
3698
3699 Improved profiler support.
3700
3701 Fixed bug that broke compilation of d8 with readline support.
3702
3703
ager@chromium.org6141cbe2009-11-20 12:14:52 +000037042009-11-20: Version 2.0.1
3705
3706 Fixed crash bug in String.prototype.replace.
3707
3708 Reverted a change which caused Chromium interactive ui test
3709 failures.
3710
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003711
ager@chromium.orgc4c92722009-11-18 14:12:51 +000037122009-11-18: Version 2.0.0
3713
3714 Added support for VFP on ARM.
3715
3716 Added TryCatch::ReThrow method to the API.
3717
3718 Reduced the size of snapshots and improved the snapshot load time.
3719
3720 Improved heap profiler support.
3721
3722 64-bit version now supported on Windows.
3723
3724 Fixed a number of debugger issues.
3725
3726 Fixed bugs.
3727
3728
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000037292009-10-29: Version 1.3.18
3730
3731 Reverted a change which caused crashes in RegExp replace.
3732
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003733 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003734
3735
ager@chromium.org3811b432009-10-28 14:53:37 +000037362009-10-28: Version 1.3.17
3737
3738 Added API method to get simple heap statistics.
3739
3740 Improved heap profiler support.
3741
3742 Fixed the implementation of the resource constraint API so it
3743 works when using snapshots.
3744
3745 Fixed a number of issues in the Windows 64-bit version.
3746
3747 Optimized calls to API getters.
3748
3749 Added valgrind notification on code modification to the 64-bit version.
3750
3751 Fixed issue where we logged shared library addresses on Windows at
3752 startup and never used them.
3753
3754
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037552009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003756
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003757 X64: Convert smis to holding 32 bits of payload.
3758
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003759 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003760
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003761 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003762
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003763 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003764 Patch by Jan de Mooij <jandemooij@gmail.com>
3765
3766 Implement ES5 Array.isArray
3767 Patch by Jan de Mooij <jandemooij@gmail.com>
3768
3769 Skip access checks for hidden properties.
3770
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003771 Added String::Concat(Handle<String> left, Handle<String> right) to the
3772 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003773
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003774 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003775
3776
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037772009-10-07: Version 1.3.15
3778
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003779 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003780
3781 Fixed a crash bug happening when starting profiling (issue
3782 http://crbug.com/23768).
3783
3784
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037852009-10-07: Version 1.3.14
3786
3787 Added GetRealNamedProperty to the API to lookup real properties
3788 located on the object or in the prototype chain skipping any
3789 interceptors.
3790
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003791 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003792 stack limit now needs to be set to each thread thich is used with V8.
3793
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003794 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003795
3796 Ensure V8 is initialized before locking and unlocking threads.
3797
3798 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003799 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003800 Crockford from the project.
3801
3802 Added a missing optimization in StringCharAt.
3803
3804 Fixed some flaky socket tests.
3805
3806 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3807 in 64-bit mode.
3808
3809 Fixed memory leaks in the thread management code.
3810
3811 Fixed the result of assignment to a pixel array. The assigned value
3812 is now the result.
3813
3814 Error reporting for invalid left-hand sides in for-in statements, pre-
3815 and postfix count expressions, and assignments now matches the JSC
3816 behavior in Safari 4.
3817
3818 Follow the spec in disallowing function declarations without a name.
3819
3820 Always allocate code objects within a 2 GB range. On x64 architecture
3821 this is used to use near calls (32-bit displacement) in Code objects.
3822
3823 Optimized array construction ported to x64 and ARM architectures.
3824
3825 [ES5] Changed Object.keys to return strings for element indices.
3826
3827
ager@chromium.org68e7ab72009-09-23 09:40:39 +000038282009-09-23: Version 1.3.13
3829
3830 Fixed uninitialized memory problem.
3831
3832 Improved heap profiler support.
3833
3834
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000038352009-09-22: Version 1.3.12
3836
3837 Changed behavior of |function|.toString() on built-in functions to
3838 be compatible with other implementations. Patch by Jan de Mooij.
3839
3840 Added Object::IsDirty in the API.
3841
3842 Optimized array construction; it is now handled purely in native
3843 code.
3844
3845 [ES5] Made properties of the arguments array enumerable.
3846
3847 [ES5] Added test suite adapter for the es5conform test suite.
3848
3849 [ES5] Added Object.keys function.
3850
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003851
ager@chromium.org4af710e2009-09-15 12:20:11 +000038522009-09-15: Version 1.3.11
3853
3854 Fixed crash in error reporting during bootstrapping.
3855
3856 Optimized generated IA32 math code by using SSE2 instructions when
3857 available.
3858
3859 Implemented missing pieces of debugger infrastructure on ARM. The
3860 debugger is now fully functional on ARM.
3861
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003862 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003863
3864
ager@chromium.orga1645e22009-09-09 19:27:10 +000038652009-09-09: Version 1.3.10
3866
3867 Fixed profiler on Mac in 64-bit mode.
3868
3869 Optimized creation of objects from simple constructor functions on
3870 ARM.
3871
3872 Fixed a number of debugger issues.
3873
3874 Reduced the amount of memory consumed by V8.
3875
3876
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038772009-09-02: Version 1.3.9
3878
3879 Optimized stack guard checks on ARM.
3880
3881 Optimized API operations by inlining more in the API.
3882
3883 Optimized creation of objects from simple constructor functions.
3884
3885 Enabled a number of missing optimizations in the 64-bit port.
3886
3887 Implemented native-code support for regular expressions on ARM.
3888
3889 Stopped using the 'sahf' instruction on 64-bit machines that do
3890 not support it.
3891
3892 Fixed a bug in the support for forceful termination of JavaScript
3893 execution.
3894
3895
ager@chromium.org96c75b52009-08-26 09:13:16 +000038962009-08-26: Version 1.3.8
3897
3898 Changed the handling of idle notifications to allow idle
3899 notifications when V8 has not yet been initialized.
3900
3901 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003902
ager@chromium.org96c75b52009-08-26 09:13:16 +00003903
ager@chromium.orgab99eea2009-08-25 07:05:41 +000039042009-08-25: Version 1.3.7
3905
3906 Reduced the size of generated code on ARM platforms by reducing
3907 the size of constant pools.
3908
3909 Changed build files to not include the 'ENV' user environment
3910 variable in the build environment.
3911
3912 Changed the handling of idle notifications.
3913
3914
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000039152009-08-21: Version 1.3.6
3916
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003917 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003918
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003919 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003920 a low memory situation to V8.
3921
3922 Changed the handling of global handles (persistent handles in the API
3923 sense) to avoid issues regarding allocation of new global handles
3924 during weak handle callbacks.
3925
3926 Changed the growth policy of the young space.
3927
3928 Fixed a GC issue introduced in version 1.3.5.
3929
3930
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000039312009-08-19: Version 1.3.5
3932
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003933 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003934
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003935 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003936
3937 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3938
3939 Changed typeof RegExp from 'object' to 'function' for compatibility.
3940 Fixed bug where regexps were not callable across contexts.
3941
3942 Added context independent script compilation to the API.
3943
3944 Added API call to get the stack trace for an exception.
3945
3946 Added API for getting object mirrors.
3947
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003948 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003949 running off a snapshot generated without using SSE3 instructions.
3950
3951 Tweaked the handling of the initial size and growth policy of the heap.
3952
3953 Added native code generation for RegExp to 64-bit version.
3954
3955 Added JavaScript debugger support to 64-bit version.
3956
3957
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039582009-08-13: Version 1.3.4
3959
3960 Added a readline() command to the d8 shell.
3961
3962 Fixed bug in json parsing.
3963
3964 Added idle notification to the API and reduced memory on idle
3965 notifications.
3966
3967
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039682009-08-12: Version 1.3.3
3969
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003970 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003971
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003972 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003973
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003974 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003975
3976 API: added function to find instance of template in prototype
3977 chain. Inlined Object::IsInstanceOf.
3978
3979 Land change to notify valgrind when we modify code on x86.
3980
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003981 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003982
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003983 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003984
3985
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039862009-08-05: Version 1.3.2
3987
3988 Started new compiler infrastructure for two-pass compilation using a
3989 control flow graph constructed from the AST.
3990
3991 Profiler stack sampling for X64.
3992
3993 Safe handling of NaN to Posix platform-dependent time functions.
3994
3995 Added a new profiler control API to unify controlling various aspects
3996 of profiling.
3997
3998 Fixed issue 392.
3999
4000
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000040012009-07-30: Version 1.3.1
4002
4003 Speed improvements to accessors and interceptors.
4004
4005 Added support for capturing stack information on custom errors.
4006
4007 Added support for morphing an object into a pixel array where its
4008 indexed properties are stored in an external byte array. Values written
4009 are always clamped to the 0..255 interval.
4010
4011 Profiler on x64 now handles C/C++ functions from shared libraries.
4012
4013 Changed the debugger to avoid stepping into function.call/apply if the
4014 function is a built-in.
4015
4016 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004017
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004018 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004019
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004020 Optimized the called as constructor check for API calls.
4021
4022
kasperl@chromium.orge959c182009-07-27 08:59:04 +000040232009-07-27: Version 1.3.0
4024
4025 Allowed RegExp objects to be called as functions (issue 132).
4026
4027 Fixed issue where global property cells would escape after
4028 detaching the global object; see http://crbug.com/16276.
4029
4030 Added support for stepping into setters and getters in the
4031 debugger.
4032
4033 Changed the debugger to avoid stopping in its own JavaScript code
4034 and in the code of built-in functions.
4035
4036 Fixed issue 345 by avoiding duplicate escaping labels.
4037
4038 Fixed ARM code generator crash in short-circuited boolean
4039 expressions and added regression tests.
4040
4041 Added an external allocation limit to avoid issues where small V8
4042 objects would hold on to large amounts of external memory without
4043 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004044
4045 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004046
4047
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000040482009-07-13: Version 1.2.14
4049
4050 Added separate paged heap space for global property cells and
4051 avoid updating the write barrier when storing into them.
4052
4053 Improved peep-hole optimization on ARM platforms by not emitting
4054 unnecessary debug information.
4055
4056 Re-enabled ICs for loads and calls that skip a global object
4057 during lookup through the prototype chain.
4058
4059 Allowed access through global proxies to use ICs.
4060
4061 Fixed issue 401.
4062
4063
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040642009-07-09: Version 1.2.13
4065
4066 Fixed issue 397, issue 398, and issue 399.
4067
4068 Added support for breakpoint groups.
4069
4070 Fixed bugs introduced with the new global object representation.
4071
4072 Fixed a few bugs in the ARM code generator.
4073
4074
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040752009-07-06: Version 1.2.12
4076
4077 Added stack traces collection to Error objects accessible through
4078 the e.stack property.
4079
4080 Changed RegExp parser to use a recursive data structure instead of
4081 stack-based recursion.
4082
4083 Optimized Date object construction and string concatenation.
4084
4085 Improved performance of div, mod, and mul on ARM platforms.
4086
4087
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000040882009-07-02: Version 1.2.11
4089
4090 Improved performance on IA-32 and ARM.
4091
4092 Fixed profiler sampler implementation on Mac OS X.
4093
4094 Changed the representation of global objects to improve
4095 performance of adding a lot of new properties.
4096
4097
ager@chromium.org3e875802009-06-29 08:26:34 +000040982009-06-29: Version 1.2.10
4099
4100 Improved debugger support.
4101
4102 Fixed bug in exception message reporting (issue 390).
4103
4104 Improved overall performance.
4105
4106
ager@chromium.org5aa501c2009-06-23 07:57:28 +000041072009-06-23: Version 1.2.9
4108
4109 Improved math performance on ARM.
4110
4111 Fixed profiler name-inference bug.
4112
4113 Fixed handling of shared libraries in the profiler tick processor
4114 scripts.
4115
4116 Fixed handling of tests that time out in the test scripts.
4117
4118 Fixed compilation on MacOS X version 10.4.
4119
4120 Fixed two bugs in the regular expression engine.
4121
4122 Fixed a bug in the string type inference.
4123
4124 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004125
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004126 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004127
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004128
ager@chromium.orgeadaf222009-06-16 09:43:10 +000041292009-06-16: Version 1.2.8
4130
4131 Optimized math on ARM platforms.
4132
4133 Fixed two crash bugs in the handling of getters and setters.
4134
4135 Improved the debugger support by adding scope chain information.
4136
4137 Improved the profiler support by compressing log data transmitted
4138 to clients.
4139
4140 Improved overall performance.
4141
4142
ager@chromium.orge2902be2009-06-08 12:21:35 +000041432009-06-08: Version 1.2.7
4144
4145 Improved debugger and profiler support.
4146
4147 Reduced compilation time by improving the handling of deferred
4148 code.
4149
4150 Optimized interceptor accesses where the property is on the object
4151 on which the interceptors is attached.
4152
4153 Fixed compilation problem on GCC 4.4 by changing the stack
4154 alignment to 16 bytes.
4155
4156 Fixed handle creation to follow stric aliasing rules.
4157
4158 Fixed compilation on FreeBSD.
4159
4160 Introduced API for forcing the deletion of a property ignoring
4161 interceptors and attributes.
4162
4163
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041642009-05-29: Version 1.2.6
4165
4166 Added a histogram recording hit rates at different levels of the
4167 compilation cache.
4168
4169 Added stack overflow check for the RegExp analysis phase. Previously a
4170 very long regexp graph could overflow the stack with recursive calls.
4171
4172 Use a dynamic buffer when collecting log events in memory.
4173
4174 Added start/stop events to the profiler log.
4175
4176 Fixed infinite loop which could happen when setting a debug break while
4177 executing a RegExp compiled to native code.
4178
4179 Fixed handling of lastIndexOf called with negative index (issue 351).
4180
4181 Fixed irregular crash in profiler test (issue 358).
4182
4183 Fixed compilation issues with some versions of gcc.
4184
4185
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041862009-05-26: Version 1.2.5
4187
4188 Fixed bug in initial boundary check for Boyer-Moore text
4189 search (issue 349).
4190
4191 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4192 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4193 Craig Schlenter.
4194
4195 Added a script cache to the debugger.
4196
4197 Optimized compilation performance by improving internal data
4198 structures and avoiding expensive property load optimizations for
4199 code that's infrequently executed.
4200
4201 Exposed the calling JavaScript context through the static API
4202 function Context::GetCalling().
4203
4204
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000042052009-05-18: Version 1.2.4
4206
4207 Improved performance of floating point number allocation for ARM
4208 platforms.
4209
4210 Fixed crash when using the instanceof operator on functions with
4211 number values in their prototype chain (issue 341).
4212
4213 Optimized virtual frame operations in the code generator to speed
4214 up compilation time and allocated the frames in the zone.
4215
4216 Made the representation of virtual frames and jump targets in the
4217 code generator much more compact.
4218
4219 Avoided linear search for non-locals in scope code when resolving
4220 variables inside with and eval scopes.
4221
4222 Optimized lexical scanner by dealing with whitespace as part of
4223 the token scanning instead of as a separate step before it.
4224
4225 Changed the scavenging collector so that promoted objects do not
4226 reside in the old generation while their remembered set is being
4227 swept for pointers into the young generation.
4228
4229 Fixed numeric overflow handling when compiling count operations.
4230
4231
ager@chromium.org9085a012009-05-11 19:22:57 +000042322009-05-11: Version 1.2.3
4233
4234 Fixed bug in reporting of out-of-memory situations.
4235
4236 Introduced hidden prototypes on certain builtin prototype objects
4237 such as String.prototype to emulate JSC's behavior of restoring
4238 the original function when deleting functions from those prototype
4239 objects.
4240
4241 Fixed crash bug in the register allocator.
4242
4243
ager@chromium.org5ec48922009-05-05 07:25:34 +000042442009-05-04: Version 1.2.2
4245
4246 Fixed bug in array sorting for sparse arrays (issue 326).
4247
4248 Added support for adding a soname when building a shared library
4249 on Linux (issue 151).
4250
4251 Fixed bug caused by morphing internal ASCII strings to external
4252 two-byte strings. Slices over ASCII strings have to forward ASCII
4253 checks to the underlying buffer string.
4254
4255 Allowed API call-as-function handlers to be called as
4256 constructors.
4257
4258 Fixed a crash bug where an external string was disposed but a
4259 slice of the external string survived as a symbol.
4260
4261
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042622009-04-27: Version 1.2.1
4263
4264 Added EcmaScript 5 JSON object.
4265
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004266 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004267
4268
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042692009-04-23: Version 1.2.0
4270
4271 Optimized floating-point operations on ARM.
4272
4273 Added a number of extensions to the debugger API.
4274
4275 Changed the enumeration order for unsigned integer keys to always
4276 be numerical order.
4277
4278 Added a "read" extension to the shell sample.
4279
4280 Added support for Array.prototype.reduce and
4281 Array.prototype.reduceRight.
4282
4283 Added an option to the SCons build to control Microsoft Visual C++
4284 link-time code generation.
4285
4286 Fixed a number of bugs (in particular issue 315, issue 316,
4287 issue 317 and issue 318).
4288
4289
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000042902009-04-15: Version 1.1.10
4291
4292 Fixed crash bug that occurred when loading a const variable in the
4293 presence of eval.
4294
4295 Allowed using with and eval in registered extensions in debug mode
4296 by fixing bogus assert.
4297
4298 Fixed the source position for function returns to enable the
4299 debugger to break there.
4300
4301
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000043022009-04-14: Version 1.1.9
4303
4304 Made the stack traversal code in the profiler robust by avoiding
4305 to look into the heap.
4306
4307 Added name inferencing for anonymous functions to facilitate
4308 debugging and profiling.
4309
4310 Re-enabled stats timers in the developer shell (d8).
4311
4312 Fixed issue 303 by avoiding to shortcut cons-symbols.
4313
4314
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000043152009-04-11: Version 1.1.8
4316
4317 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4318
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004319 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004320 the debugger (issue 269).
4321
4322 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4323 are no hidden properties.
4324
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004325 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004326 entries with deleted resources would lead to NPEs when looking
4327 up in the symbol table.
4328
4329
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000043302009-04-07: Version 1.1.7
4331
4332 Added support for easily importing additional environment
4333 variables into the SCons build.
4334
4335 Optimized strict equality checks.
4336
4337 Fixed crash in indexed setters on objects without a corresponding
4338 getter (issue 298).
4339
4340 Re-enabled script compilation cache.
4341
4342
ager@chromium.org8682a592009-04-01 10:47:14 +000043432009-04-01: Version 1.1.6
4344
4345 Reverted an unsafe code generator change.
4346
4347
ager@chromium.org71daaf62009-04-01 07:22:49 +000043482009-04-01: Version 1.1.5
4349
4350 Fixed bug that caused function literals to not be optimized as
4351 much as other functions.
4352
4353 Improved profiler support.
4354
4355 Fixed a crash bug in connection with debugger unloading.
4356
4357 Fixed a crash bug in the code generator caused by losing the
4358 information that a frame element was copied.
4359
4360 Fixed an exception propagation bug that could cause non-null
4361 return values when exceptions were thrown.
4362
4363
ager@chromium.org41826e72009-03-30 13:30:57 +000043642009-03-30: Version 1.1.4
4365
4366 Optimized String.prototype.match.
4367
4368 Improved the stack information in profiles.
4369
4370 Fixed bug in ARM port making it possible to compile the runtime
4371 system for thumb mode again.
4372
4373 Implemented a number of optimizations in the code generator.
4374
4375 Fixed a number of memory leaks in tests.
4376
4377 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004378 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004379
4380
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043812009-03-24: Version 1.1.3
4382
4383 Fixed assertion failures in compilation of loop conditions.
4384
4385 Removed STL dependency from developer shell (d8).
4386
4387 Added infrastructure for protecting the V8 heap from corruption
4388 caused by memory modifications from the outside.
4389
4390
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000043912009-03-24: Version 1.1.2
4392
4393 Improved frame merge code generated by the code generator.
4394
4395 Optimized String.prototype.replace.
4396
4397 Implemented __defineGetter__ and __defineSetter__ for properties
4398 with integer keys on non-array objects.
4399
4400 Improved debugger and profiler support.
4401
4402 Fixed a number of portability issues to allow compilation for
4403 smaller ARM devices.
4404
4405 Exposed object cloning through the API.
4406
4407 Implemented hidden properties. This is used to expose an identity
4408 hash for objects through the API.
4409
4410 Implemented restarting of regular expressions if their input
4411 string changes representation during preemption.
4412
4413 Fixed a code generator bug that could cause assignments in loops
4414 to be ignored if using continue to break out of the loop (issue
4415 284).
4416
4417
ager@chromium.org3a6061e2009-03-12 14:24:36 +000044182009-03-12: Version 1.1.1
4419
4420 Fixed an assertion in the new compiler to take stack overflow
4421 exceptions into account.
4422
4423 Removed exception propagation code that could cause crashes.
4424
4425 Fixed minor bug in debugger line number computations.
4426
4427 8-byte align the C stack on Linux and Windows to speed up floating
4428 point computations.
4429
4430
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000044312009-03-12: Version 1.1.0
4432
4433 Improved code generation infrastructure by doing simple register
4434 allocation and constant folding and propagation.
4435
4436 Optimized regular expression matching by avoiding to create
4437 intermediate string arrays and by flattening nested array
4438 representations of RegExp data.
4439
4440 Traverse a few stack frames when recording profiler samples to
4441 include partial call graphs in the profiling output.
4442
4443 Added support for using OProfile to profile generated code.
4444
4445 Added remote debugging support to the D8 developer shell.
4446
4447 Optimized creation of nested literals like JSON objects.
4448
4449 Fixed a bug in garbage collecting unused maps and turned it on by
4450 default (--collect-maps).
4451
4452 Added support for running tests under Valgrind.
4453
4454
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044552009-02-27: Version 1.0.3
4456
4457 Optimized double-to-integer conversions in bit operations by using
4458 SSE3 instructions if available.
4459
4460 Optimized initialization sequences that store to multiple
4461 properties of the same object.
4462
4463 Changed the D8 debugger frontend to use JSON messages.
4464
4465 Force garbage collections when disposing contexts.
4466
4467 Align code objects at 32-byte boundaries.
4468
4469
ager@chromium.org381abbb2009-02-25 13:23:22 +000044702009-02-25: Version 1.0.2
4471
4472 Improved profiling support by performing simple call stack
4473 sampling for ticks and by fixing a bug in the logging of code
4474 addresses.
4475
4476 Fixed a number of debugger issues.
4477
4478 Optimized code that uses eval.
4479
4480 Fixed a couple of bugs in the regular expression engine.
4481
4482 Reduced the size of generated code for certain regular expressions.
4483
4484 Removed JSCRE completely.
4485
4486 Fixed issue where test could not be run if there was a dot in the
4487 checkout path.
4488
4489
ager@chromium.org6f10e412009-02-13 10:11:16 +000044902009-02-13: Version 1.0.1
4491
4492 Fixed two crash-bugs in irregexp (issue 231 and 233).
4493
4494 Fixed a number of minor bugs (issue 87, 227 and 228).
4495
4496 Added support for morphing strings to external strings on demand
4497 to avoid having to create copies in the embedding code.
4498
4499 Removed experimental support for external symbol callbacks.
4500
4501
iposva@chromium.org245aa852009-02-10 00:49:54 +000045022009-02-09: Version 1.0.0
4503
4504 Fixed crash-bug in the code generation for case independent 16 bit
4505 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004506
iposva@chromium.org245aa852009-02-10 00:49:54 +00004507 Made shells more robust in the presence of string conversion
4508 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004509
iposva@chromium.org245aa852009-02-10 00:49:54 +00004510 Fixed a potential infinite loop when attempting to resolve
4511 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004512
iposva@chromium.org245aa852009-02-10 00:49:54 +00004513 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004514
iposva@chromium.org245aa852009-02-10 00:49:54 +00004515 Reduced binary by stripping unneeded text from JavaScript library and
4516 minifying some JavaScript files.
4517
4518
ager@chromium.orgddb913d2009-01-27 10:01:48 +000045192009-01-27: Version 0.4.9
4520
4521 Enabled new regular expression engine.
4522
4523 Made a number of changes to the debugger protocol.
4524
4525 Fixed a number of bugs in the preemption support.
4526
4527 Added -p option to the developer shell to run files in parallel
4528 using preemption.
4529
4530 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4531 193, 198 and 201).
4532
4533 Fixed a number of bugs in the serialization/deserialization
4534 support for the ARM platform.
4535
4536
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000045372009-01-19: Version 0.4.8.1
4538
4539 Minor patch to debugger support.
4540
4541
ager@chromium.org32912102009-01-16 10:38:43 +000045422009-01-16: Version 0.4.8
4543
4544 Fixed string length bug on ARM (issue 171).
4545
4546 Made most methods in the API const.
4547
4548 Optimized object literals by improving data locality.
4549
4550 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004551 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004552
4553 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004554 eval to behave incorrectly when using accessors (issues 186, 190
4555 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004556
4557
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045582009-01-06: Version 0.4.7
4559
ager@chromium.org32912102009-01-16 10:38:43 +00004560 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004561
ager@chromium.org32912102009-01-16 10:38:43 +00004562 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004563
ager@chromium.org32912102009-01-16 10:38:43 +00004564 Fixed subtle bug that caused the wrong 'this' to be used when
4565 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004566
ager@chromium.org32912102009-01-16 10:38:43 +00004567 Inline array loads within loops directly in the code instead of
4568 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004569
ager@chromium.org32912102009-01-16 10:38:43 +00004570
ager@chromium.org8bb60582008-12-11 12:02:20 +000045712008-12-11: Version 0.4.6
4572
4573 Fixed exception reporting bug where certain exceptions were
4574 incorrectly reported as uncaught.
4575
4576 Improved the memory allocation strategy used during compilation to
4577 make running out of memory when compiling huge scripts less
4578 likely.
4579
4580 Optimized String.replace by avoiding the construction of certain
4581 sub strings.
4582
4583 Fixed bug in code generation for large switch statements on ARM.
4584
4585 Fixed bug that caused V8 to change the global object template
4586 passed in by the user.
4587
4588 Changed the API for creating object groups used during garbage
4589 collection. Entire object groups are now passed to V8 instead of
4590 individual members of the groups.
4591
ager@chromium.org32912102009-01-16 10:38:43 +00004592
ager@chromium.orga74f0da2008-12-03 16:05:52 +000045932008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004594
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004595 Added experimental API support for allocating V8 symbols as
4596 external strings.
4597
4598 Fixed bugs in debugging support on ARM.
4599
4600 Changed eval implementation to correctly detect whether or not a
4601 call to eval is aliased.
4602
4603 Fixed bug caused by a combination of the compilation cache and
4604 dictionary probing in native code. The bug caused us to sometimes
4605 call functions that had not yet been compiled.
4606
4607 Added platform support for FreeBSD.
4608
4609 Added support for building V8 on Windows with either the shared or
4610 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004611
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004612 Added the v8::jscre namespace around the jscre functions to avoid
4613 link errors (duplicate symbols) when building Google Chrome.
4614
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004615 Added support for calling a JavaScript function with the current
4616 debugger execution context as its argument to the debugger
4617 interface.
4618
4619 Changed the type of names of counters from wchar_t to char.
4620
4621 Changed the Windows system call used to compute daylight savings
4622 time. The system call that we used to use became four times
4623 slower on WinXP SP3.
4624
4625 Added support in the d8 developer shell for memory-mapped counters
4626 and added a stats-viewer tool.
4627
4628 Fixed bug in upper/lower case mappings (issue 149).
4629
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004630
ager@chromium.org3bf7b912008-11-17 09:09:45 +000046312008-11-17: Version 0.4.4
4632
4633 Reduced code size by using shorter instruction encoding when
4634 possible.
4635
4636 Added a --help option to the shell sample and to the d8 shell.
4637
4638 Added visual studio project files for building the ARM simulator.
4639
4640 Fixed a number of ARM simulator issues.
4641
4642 Fixed bug in out-of-memory handling on ARM.
4643
4644 Implemented shell support for passing arguments to a script from
4645 the command line.
4646
4647 Fixed bug in date code that made certain date functions return -0
4648 instead of 0 for dates before the epoch.
4649
4650 Restricted applications of eval so it can only be used in the
4651 context of the associated global object.
4652
4653 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004654
4655
ager@chromium.org870a0b62008-11-04 11:43:05 +000046562008-11-04: Version 0.4.3
4657
4658 Added support for API accessors that prohibit overwriting by
4659 accessors defined in JavaScript code by using __defineGetter__ and
4660 __defineSetter__.
4661
4662 Improved handling of conditionals in test status files.
4663
4664 Introduced access control in propertyIsEnumerable.
4665
4666 Improved performance of some string operations by caching
4667 information about the type of the string between operations.
4668
4669 Fixed bug in fast-case code for switch statements that only have
4670 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004671
ager@chromium.org870a0b62008-11-04 11:43:05 +00004672
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046732008-10-30: Version 0.4.2
4674
4675 Improved performance of Array.prototype.concat by moving the
4676 implementation to C++ (issue 123).
4677
4678 Fixed heap growth policy to avoid growing old space to its maximum
4679 capacity before doing a garbage collection and fixed issue that
4680 would lead to artificial out of memory situations (issue 129).
4681
4682 Fixed Date.prototype.toLocaleDateString to return the date in the
4683 same format as WebKit.
4684
4685 Added missing initialization checks to debugger API.
4686
4687 Added removing of unused maps during GC.
4688
4689
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000046902008-10-28: Version 0.4.1
4691
4692 Added caching of RegExp data in compilation cache.
4693
4694 Added Visual Studio project file for d8 shell.
4695
4696 Fixed function call performance regression introduced in version
4697 0.4.0 when splitting the global object in two parts (issue 120).
4698
4699 Fixed issue 131 by checking for empty handles before throwing and
4700 reporting exceptions.
4701
4702
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000047032008-10-23: Version 0.4.0
4704
4705 Split the global object into two parts: The state holding global
4706 object and the global object proxy.
4707
4708 Fixed bug that affected the value of an assignment to an element
4709 in certain cases (issue 116).
4710
4711 Added GetPropertyNames functionality (issue 33) and extra Date
4712 functions (issue 77) to the API.
4713
4714 Changed WeakReferenceCallback to take a Persistent<Value> instead
4715 of a Persistent<Object> (issue 101).
4716
4717 Fixed issues with message reporting for exceptions in try-finally
4718 blocks (issues 73 and 75).
4719
ager@chromium.org32912102009-01-16 10:38:43 +00004720 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004721
4722 Improved Boyer-Moore implementation for faster indexOf operations.
4723
4724 Added development shell (d8) which includes counters and
4725 completion support.
4726
4727 Fixed problem with the receiver passed to functions called from
4728 eval (issue 124).
4729
4730
ager@chromium.org7c537e22008-10-16 08:43:32 +000047312008-10-16: Version 0.3.5
4732
4733 Improved string hash-code distribution by excluding bit-field bits
4734 from the hash-code.
4735
4736 Changed string search algorithm used in indexOf from KMP to
4737 Boyer-Moore.
4738
4739 Improved the generated code for the instanceof operator.
4740
4741 Improved performance of slow-case string equality checks by
4742 specializing the code based on the string representation.
4743
4744 Improve the handling of out-of-memory situations (issue 70).
4745
4746 Improved performance of strict equality checks.
4747
4748 Improved profiler output to make it easier to see anonymous
4749 functions.
4750
4751 Improved performance of slow-case keyed loads.
4752
4753 Improved property access performance by allocating a number of
4754 properties in the front object.
4755
4756 Changed the toString behavior on the built-in object constructors
4757 to print [native code] instead of the actual source. Some web
4758 applications do not like constructors with complex toString
4759 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004760
ager@chromium.org7c537e22008-10-16 08:43:32 +00004761
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047622008-10-06: Version 0.3.4
4763
4764 Changed Array.prototype.sort to use quick sort.
4765
4766 Fixed code generation issue where leaving a finally block with
4767 break or continue would accumulate elements on the expression
4768 stack (issue 86).
4769
4770 Made sure that the name accessor on functions returns the expected
4771 names for builtin JavaScript functions and C++ callback functions.
4772
4773 Added fast case code for extending the property storage array of
4774 JavaScript objects.
4775
4776 Ported switch statement optimizations introduced in version 0.3.3
4777 to the ARM code generator.
4778
4779 Allowed GCC to use strict-aliasing rules when compiling.
4780
4781 Improved performance of arguments object allocation by taking care
4782 of arguments adaptor frames in the generated code.
4783
4784 Updated the V8 benchmark suite to version 2.
4785
4786
ager@chromium.org236ad962008-09-25 09:45:57 +000047872008-09-25: Version 0.3.3
4788
4789 Improved handling of relocation information to enable more
4790 peep-hole optimizations.
4791
4792 Optimized switch statements where all labels are constant small
4793 integers.
4794
4795 Optimized String.prototype.indexOf for common cases.
4796
4797 Fixed more build issues (issue 80).
4798
4799 Fixed a couple of profiler issues.
4800
4801 Fixed bug where the body of a function created using the Function
4802 constructor was not allowed to end with a single-line comment
4803 (issue 85).
4804
4805 Improved handling of object literals by canonicalizing object
4806 literal maps. This will allow JSON objects with the same set of
4807 properties to share the same map making inline caching work better
4808 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004809
ager@chromium.org236ad962008-09-25 09:45:57 +00004810
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000048112008-09-17: Version 0.3.2
4812
4813 Generalized the EvalCache into a CompilationCache and enabled it
4814 for scripts too. The current strategy is to retire all entries
4815 whenever a mark-sweep collection is started.
4816
4817 Fixed bug where switch statements containing only a default case
4818 would lead to an unbalanced stack (issue 69).
4819
4820 Fixed bug that made access to the function in a named function
4821 expression impossible in certain situations (issue 24).
4822
4823 Fixed even more build issues.
4824
4825 Optimized calling conventions on ARM. The conventions on ARM and
4826 IA-32 now match.
4827
4828 Removed static initializers for flags and counters.
4829
4830 Improved inline caching behavior for uncommon cases where lazily
4831 loading Date and RegExp code could force certain code paths go
4832 megamorphic.
4833
4834 Removed arguments adaption for builtins written in C++. This
4835 makes Array.prototype.push and Array.prototype.pop slightly
4836 faster.
4837
4838
ager@chromium.org9258b6b2008-09-11 09:11:10 +000048392008-09-11: Version 0.3.1
4840
4841 Fixed a number of build issues.
4842
4843 Fixed problem with missing I-cache flusing on ARM.
4844
4845 Changed space layout in memory management by splitting up
4846 code space into old data space and code space.
4847
4848 Added utf-8 conversion support to the API (issue 57).
4849
4850 Optimized repeated calls to eval with the same strings. These
4851 repeated calls are common in web applications.
4852
4853 Added Xcode project file.
4854
4855 Optimized a couple of Array operation.
4856
4857 Fixed parser bug by checking for end-of-string when parsing break
4858 and continue (issue 35).
4859
4860 Fixed problem where asian characters were not categorized as
4861 letters.
4862
4863 Fixed bug that disallowed calling functions fetched from an array
4864 using a string as an array index (issue 32).
4865
4866 Fixed bug where the internal field count on object templates were
4867 sometimes ignored (issue 54).
4868
4869 Added -f option to the shell sample for compatibility with other
4870 engines (issue 18).
4871
4872 Added source info to TryCatches in the API.
4873
4874 Fixed problem where the seed for the random number generator was
4875 clipped in a double to unsigned int conversion.
4876
4877 Fixed bug where cons string symbols were sometimes converted to
4878 non-symbol flat strings during GC.
4879
4880 Fixed bug in error reporting when attempting to convert null to an
4881 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004882
4883
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048842008-09-04: Version 0.3.0
4885
4886 Added support for running tests on the ARM simulator.
4887
4888 Fixed bug in the 'in' operator where negative indices were not
4889 treated correctly.
4890
4891 Fixed build issues on gcc-4.3.1.
4892
4893 Changed Date.prototype.toLocaleTimeString to not print the
4894 timezone part of the time.
4895
4896 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4897 with user code.
4898
4899
v8.team.kasperl727e9952008-09-02 14:56:44 +000049002008-09-02: Version 0.2.5
4901
4902 Renamed the top level directory 'public' to 'include'.
4903
4904 Added 'env' option to the SCons build scripts to support
4905 overriding the ENV part of the build environment. This is mostly
4906 to support Windows builds in cases where SCons cannot find the
4907 correct paths to the Windows SDK, as these paths cannot be passed
4908 through shell environment variables.
4909
4910 Enabled "Buffer Security Check" on for the Windows SCons build and
4911 added the linker option /OPT:ICF as an optimization.
4912
4913 Added the V8 benchmark suite to the repository.
4914
4915
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000049162008-09-01: Version 0.2.4
4917
4918 Included mjsunit JavaScript test suite and C++ unit tests.
4919
4920 Changed the shell sample to not print the result of executing a
4921 script provided on the command line.
4922
4923 Fixed issue when building samples on Windows using a shared V8
4924 library. Added visibility option on Linux build which makes the
4925 generated library 18% smaller.
4926
4927 Changed build system to accept multiple build modes in one build
4928 and generate separate objects, libraries and executables for each
4929 mode.
4930
4931 Removed deferred negation optimization (a * -b => -(a * b)) since
4932 this visibly changes operand conversion order.
4933
4934 Improved parsing performance by introducing stack guard in
4935 preparsing. Without a stack guard preparsing always bails out
4936 with stack overflow.
4937
4938 Changed shell sample to take flags directly from the command-line.
4939 Added API call that implements this.
4940
4941 Added load, quit and version functions to the shell sample so it's
4942 easier to run benchmarks and tests.
4943
4944 Fixed issue with building samples and cctests on 64-bit machines.
4945
4946 Fixed bug in the runtime system where the prototype chain was not
4947 always searched for a setter when setting a property that does not
4948 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004949
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004950
mads.s.agercbaa0602008-08-14 13:41:48 +000049512008-08-14: Version 0.2.3
4952
4953 Improved performance of garbage collection by moving the
4954 function that updates pointers during compacting collection
4955 into the updating visitor. This gives the compiler a better
4956 chance to inline and avoid a function call per (potential)
4957 pointer.
4958
4959 Extended the shell sample with a --runtime-flags option.
4960
4961 Added Visual Studio project files for the shell.cc and
4962 process.cc samples.
4963
4964
49652008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004966
4967 Improved performance of garbage collection by changing the way
4968 we use the marking stack in the event of stack overflow during
4969 full garbage collection and by changing the way we mark roots.
4970
4971 Cleaned up ARM version by removing top of stack caching and by
4972 introducing push/pop elimination.
4973
4974 Cleaned up the way runtime functions are called to allow
4975 runtime calls with no arguments.
4976
4977 Changed Windows build options to make sure that exceptions are
4978 disabled and that optimization flags are enabled.
4979
4980 Added first version of Visual Studio project files.
4981
4982
mads.s.agercbaa0602008-08-14 13:41:48 +000049832008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004984
4985 Improved performance of unary addition by avoiding runtime calls.
4986
4987 Fixed the handling of '>' and '<=' to use right-to-left conversion
4988 and left-to-right evaluation as specified by ECMA-262.
4989
4990 Fixed a branch elimination bug on the ARM platform where incorrect
4991 code was generated because of overly aggressive branch
4992 elimination.
4993
4994 Improved performance of code that repeatedly assigns the same
4995 function to the same property of different objects with the same
4996 map.
4997
4998 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4999 no longer expects DEBUG to be defined.
5000
5001 Added platform-nullos.cc to serve as the basis for new platform
5002 implementations.
5003
mads.s.ager31e71382008-08-13 09:32:07 +00005004
mads.s.agercbaa0602008-08-14 13:41:48 +000050052008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005006
5007 Changed all text files to have native svn:eol-style.
5008
5009 Added a few samples and support for building them. The samples
5010 include a simple shell that can be used to benchmark and test V8.
5011
5012 Changed V8::GetVersion to return the version as a string.
5013
5014 Added source for lazily loaded scripts to snapshots and made
5015 serialization non-destructive.
5016
5017 Improved ARM support by fixing the write barrier code to use
5018 aligned loads and stores and by removing premature locals
5019 optimization that relied on broken support for callee-saved
5020 registers (removed).
5021
5022 Refactored the code for marking live objects during garbage
5023 collection and the code for allocating objects in paged
5024 spaces. Introduced an abstraction for the map word of a heap-
5025 allocated object and changed the memory allocator to allocate
5026 executable memory only for spaces that may contain code objects.
5027
5028 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5029 they can be used by debugging and logging modules. Added
5030 thread-safe message queues for dealing with debugger events.
5031
5032 Fixed the source code reported by toString for certain builtin
5033 empty functions and made sure that the prototype property of a
5034 function is enumerable.
5035
5036 Improved performance of converting values to condition flags in
5037 generated code.
5038
5039 Merged disassembler-{arch} files.
5040
5041
mads.s.agercbaa0602008-08-14 13:41:48 +000050422008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005043
5044 Added support for storing JavaScript stack traces in a stack
5045 allocated buffer to make it visible in shallow core dumps.
5046 Controlled by the --preallocate-message-memory flag which is
5047 disabled by default.
5048
5049
mads.s.agercbaa0602008-08-14 13:41:48 +000050502008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005051
5052 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5053 map transitions would count as properties.
5054
5055 Allowed aliased eval invocations by treating them as evals in the
5056 global context. This may change in the future.
5057
5058 Added support for accessing the last entered context through the
5059 API and renamed Context::Current to Context::GetCurrent and
5060 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5061
5062 Fixed bug in the debugger that would cause the debugger scripts to
5063 be recursively loaded and changed all disabling of interrupts to
5064 be block-structured.
5065
5066 Made snapshot data read-only to allow it to be more easily shared
5067 across multiple users of V8 when linked as a shared library.
5068
5069
mads.s.agercbaa0602008-08-14 13:41:48 +000050702008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005071
5072 Fixed building on Mac OS X by recognizing i386 and friends as
5073 IA-32 platforms.
5074
5075 Added propagation of stack overflow exceptions that occur while
5076 compiling nested functions.
5077
5078 Improved debugger with support for recursive break points and
5079 handling of exceptions that occur in the debugger JavaScript code.
5080
5081 Renamed GetInternal to GetInternalField and SetInternal to
5082 SetInternalField in the API and moved InternalFieldCount and
5083 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5084
5085
mads.s.agercbaa0602008-08-14 13:41:48 +000050862008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005087
5088 Fixed bug in stack overflow check code for IA-32 targets where a
5089 non-tagged value in register eax was pushed to the stack.
5090
5091 Fixed potential quadratic behavior when converting strings to
5092 numbers.
5093
5094 Fixed bug where the return value from Object::SetProperty could
5095 end up being the property holder instead of the written value.
5096
5097 Improved debugger support by allowing nested break points and by
5098 dealing with stack-overflows when compiling functions before
5099 setting break points in them.
5100
5101
mads.s.agercbaa0602008-08-14 13:41:48 +000051022008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005103
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005104 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005105
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005106# Local Variables:
5107# mode:text
5108# End: