blob: 9859c69a9e507e0e08677147d8b3126e5d470a8f [file] [log] [blame]
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +000012013-02-13: Version 3.17.0
2
3 Enabled parallel sweeping.
4
5 Don't try to unlink instructions twice during GVN
6 (Chromium issue 175141)
7
8 Fixed code flusher disabling while marking incrementally.
9 (Chromium issue 173458, 168582)
10
11 Don't use TLS for space iterators.
12 (issue 2531)
13
14 Added new GetHeapStatistics API entry and deprecated old one.
15
16 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
17 platform-independent code.
18 (Chromium issue 173907)
19
20 Added --trace-array-abuse to help find OOB accesses.
21
22 Performance and stability improvements on all platforms.
23
24
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +0000252013-02-06: Version 3.16.14
26
27 Performance and stability improvements on all platforms.
28
29
danno@chromium.org94b0d6f2013-02-04 13:33:20 +0000302013-02-04: Version 3.16.13
31
32 Tagged stubs that rely on instance types as MEGAMORPHIC.
33 (Chromium issue 173974)
34
35 Fixed clearing of dead dependent codes and verifing of weak
36 embedded maps on full GC. (Chromium issue 172488,172489)
37
38 Made the arm port build cleanly with Clang.
39
40 Performance and stability improvements on all platforms.
41
42
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +0000432013-01-31: Version 3.16.12
44
45 Performance and stability improvements on all platforms.
46
47
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +0000482013-01-30: Version 3.16.11
49
50 Put making embedded maps in optimized code weak behind a flag.
51 (Chromium issue 172488,172489)
52
53 Performance and stability improvements on all platforms.
54
55
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +0000562013-01-25: Version 3.16.10
57
58 Avoid excessive memory usage during redundant phi elimination.
59 (issue 2510)
60
61 Fixed additional spec violations wrt RegExp.lastIndex.
62 (issue 2437)
63
64 Added Isolate parameter to Persistent class.
65 (issue 2487)
66
67 Performance and stability improvements on all platforms.
68
69
yangguo@chromium.org003650e2013-01-24 16:31:08 +0000702013-01-24: Version 3.16.9
71
72 Made embedded maps in optimized code weak.
73 (issue 2073)
74
75 Fixed corner case when JSFunction is evicted from flusher.
76 (Chromium issue 168801)
77
78 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
79 (Chromium issue 171641)
80
81 Performance and stability improvements on all platforms.
82
83
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +0000842013-01-23: Version 3.16.8
85
86 Correctly reset lastIndex in an RegExp object.
87 (Chromium issue 170856)
88
89 Added a workaround for Windows compilation problems related to V8EXPORT.
90 (issue 2507)
91
92 tools/run-tests.py: shlex.split() the value of --command-prefix
93 (Chromium issue 171553)
94
95 Fixed pattern detection for replacing shifts by rotation.
96 (Chromium issue 2499)
97
98 Performance and stability improvements on all platforms.
99
100
yangguo@chromium.org28381b42013-01-21 14:39:38 +00001012013-01-21: Version 3.16.7
102
103 Removed <(library) usage from v8.gyp.
104 (Chromium issue 111541)
105
106 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
107 (Chromium issue 169928)
108
109 Performance and stability improvements on all platforms.
110
111
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00001122013-01-18: Version 3.16.6
113
114 Made the Isolate parameter mandatory in Locker and Unlocker classes.
115 (issue 2487)
116
117 Avoid pointer underflow in CopyCharsUnsigned.
118 (issue 2493)
119
120 Generate shim headers when using system v8.
121 (Chromium issue 165264)
122
123 Fixed arguments materialization for inlined apply().
124 (issue 2489)
125
126 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
127 (Chromium issue 147497)
128
129 Added sanity check to CodeFlusher::AddCandidate.
130 (Chromium issue 169209)
131
132 Performance and stability improvements on all platforms.
133
134
1352013-01-15: Version 3.16.5
136
137 Removed deprecated functions from V8's external API.
138
139 Prepared API for WebKit use of Latin-1.
140
141 Fixed V8 issue 2486.
142
143 Fixed Chromium issue 169723.
144
145 Performance and stability improvements on all platforms.
146
147
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00001482013-01-11: Version 3.16.4
149
150 Fixed Chromium issues 168545 and 169209.
151
152 Performance and stability improvements on all platforms.
153
154
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00001552013-01-09: Version 3.16.3
156
157 Improved GC performance when moving parts of a FixedArray (issue 2452).
158
159 Enabled readline on d8 while building a shared lib (issue 1781).
160
161 Fixed missing exception check in typed array constructor
162 (Chromium issue 168545).
163
164 Check for read-only-ness when preparing for array sort (issue 2419).
165
166 Performance and stability improvements on all platforms.
167
168
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00001692013-01-04: Version 3.16.2
170
171 Added Makefile options to build for the Raspberry Pi (armv7=0,
172 arm_fpu=vfp2).
173
174 Performance and stability improvements on all platforms.
175
176
ulan@chromium.org4121f232012-12-27 15:57:11 +00001772012-12-27: Version 3.16.1
178
179 Fixed x64 MathMinMax for negative untagged int32 arguments.
180 (Chromium issue 164442)
181
182 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
183 (issue 2458)
184
185 Performance and stability improvements on all platforms.
186
187
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00001882012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000189
190 V8_Fatal now prints C++ stack trace in debug mode.
191
192 Added HTML-based tick processor.
193
194 Continued implementation of Object.observe (V8 issue 2409).
195
196 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
197
198 Fixed Chromium issues 125308, 165637, 166379, 166553.
199
200 Performance and stability improvements on all platforms.
201
202
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00002032012-12-10: Version 3.15.11
204
205 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
206 flags.
207
208 Performance and stability improvements on all platforms.
209
210
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00002112012-12-07: Version 3.15.10
212
213 Enabled optimisation of functions inside eval. (issue 2315)
214
215 Fixed spec violations in methods of Number.prototype. (issue 2443)
216
217 Added GCTracer metrics for a scavenger GC for DOM wrappers.
218
219 Performance and stability improvements on all platforms.
220
221
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00002222012-12-06: Version 3.15.9
223
224 Fixed candidate eviction in code flusher.
225 (Chromium issue 159140)
226
227 Iterate through all arguments for side effects in Math.min/max.
228 (issue 2444)
229
230 Fixed spec violations related to regexp.lastIndex
231 (issue 2437, issue 2438)
232
233 Performance and stability improvements on all platforms.
234
235
mmassi@chromium.org49a44672012-12-04 13:52:03 +00002362012-12-04: Version 3.15.8
237
238 Enforced stack allocation of TryCatch blocks.
239 (issue 2166,chromium:152389)
240
241 Fixed external exceptions in external try-catch handlers.
242 (issue 2166)
243
244 Activated incremental code flushing by default.
245
246 Performance and stability improvements on all platforms.
247
248
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00002492012-11-30: Version 3.15.7
250
251 Activated code aging by default.
252
253 Included more information in --prof log.
254
255 Removed eager sweeping for lazy swept spaces. Try to find in
256 SlowAllocateRaw a bounded number of times a big enough memory slot.
257 (issue 2194)
258
259 Performance and stability improvements on all platforms.
260
261
danno@chromium.org1f34ad32012-11-26 14:53:56 +00002622012-11-26: Version 3.15.6
263
264 Ensure double arrays are filled with holes when extended from
265 variations of empty arrays. (Chromium issue 162085)
266
267 Performance and stability improvements on all platforms.
268
269
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00002702012-11-23: Version 3.15.5
271
272 Fixed JSON.stringify for objects with interceptor handlers.
273 (Chromium issue 161028)
274
275 Fixed corner case in x64 compare stubs. (issue 2416)
276
277 Performance and stability improvements on all platforms.
278
279
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00002802012-11-16: Version 3.15.4
281
282 Fixed Array.prototype.join evaluation order. (issue 2263)
283
284 Perform CPU sampling by CPU sampling thread only iff processing thread
285 is not running. (issue 2364)
286
287 When using an Object as a set in Object.getOwnPropertyNames, null out
288 the proto. (issue 2410)
289
290 Disabled EXTRA_CHECKS in Release build.
291
292 Heap explorer: Show representation of strings.
293
294 Removed 'type' and 'arguments' properties from Error object.
295 (issue 2397)
296
297 Added atomics implementation for ThreadSanitizer v2.
298 (Chromium issue 128314)
299
300 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
301
302 Performance and stability improvements on all platforms.
303
304
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00003052012-11-13: Version 3.15.3
306
307 Changed sample shell to send non-JS output (e.g. errors) to stderr
308 instead of stdout.
309
310 Correctly check for stack overflow even when interrupt is pending.
311 (issue 214)
312
313 Collect stack trace on stack overflow. (issue 2394)
314
315 Performance and stability improvements on all platforms.
316
317
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00003182012-11-12: Version 3.15.2
319
320 Function::GetScriptOrigin supplies sourceURL when script name is
321 not available. (Chromium issue 159413)
322
323 Made formatting error message side-effect-free. (issue 2398)
324
325 Fixed length check in JSON.stringify. (Chromium issue 160010)
326
327 ES6: Added support for Set and Map clear method (issue 2400)
328
329 Fixed slack tracking when instance prototype changes.
330 (Chromium issue 157019)
331
332 Fixed disabling of code flusher while marking. (Chromium issue 159140)
333
334 Added a test case for object grouping in a scavenger GC (issue 2077)
335
336 Support shared library build of Android for v8.
337 (Chromium issue 158821)
338
339 ES6: Added support for size to Set and Map (issue 2395)
340
341 Performance and stability improvements on all platforms.
342
343
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00003442012-11-06: Version 3.15.1
345
346 Put incremental code flushing behind a flag. (Chromium issue 159140)
347
348 Performance and stability improvements on all platforms.
349
350
danno@chromium.org72204d52012-10-31 10:02:10 +00003512012-10-31: Version 3.15.0
352
353 Loosened aligned code target requirement on ARM (issue 2380)
354
355 Fixed JSON.parse to treat leading zeros correctly.
356 (Chromium issue 158185)
357
358 Performance and stability improvements on all platforms.
359
360
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00003612012-10-22: Version 3.14.5
362
363 Killed off the SCons based build.
364
365 Added a faster API for creating v8::Integer objects.
366
367 Speeded up function deoptimization by avoiding quadratic pass over
368 optimized function list. (Chromium issue 155270)
369
370 Always invoke the default Array.sort functions from builtin functions.
371 (issue 2372)
372
373 Reverted recent CPU profiler changes because they broke --prof.
374 (issue 2364)
375
376 Switched code flushing to use different JSFunction field.
377 (issue 1609)
378
379 Performance and stability improvements on all platforms.
380
381
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00003822012-10-15: Version 3.14.4
383
384 Allow evals for debugger even if they are prohibited in the debugee
385 context. (Chromium issue 154733)
386
387 Enabled --verify-heap in release mode (issue 2120)
388
389 Performance and stability improvements on all platforms.
390
391
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00003922012-10-11: Version 3.14.3
393
394 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
395 (Chromium issue 155076).
396
397 Bumped variable limit further to 2^17 (Chromium issue 151625).
398
399 Performance and stability improvements on all platforms.
400
401
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00004022012-10-10: Version 3.14.2
403
404 ARM: allowed VFP3 instructions when hardfloat is enabled.
405 (Chromium issue 152506)
406
407 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
408 (Chromium issue 151749)
409
410 Made GDBJIT interface compile again. (issue 1804)
411
412 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
413 (Chromium issue 143967)
414
415 Made sure that names of temporaries do not clash with real variables.
416 (issue 2322)
417
418 Rejected local module declarations. (Chromium issue 150628)
419
420 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
421
422 Fixed slot recording of code target patches.
423 (Chromium issue 152615,chromium:144230)
424
425 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
426
427 Performance and stability improvements on all platforms.
428
429
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00004302012-10-01: Version 3.14.1
431
432 Don't set -m32 flag when compiling with Android ARM compiler.
433 (Chromium issue 143889)
434
435 Restore the descriptor array before returning allocation failure.
436 (Chromium issue 151750)
437
438 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
439 128252).
440
441 Pull more recent gyp in 'make dependencies'.
442
443 Made sure that the generic KeyedStoreIC changes length and element_kind
444 atomically (issue 2346).
445
446 Bumped number of allowed variables per scope to 65535, to address GWT.
447 (Chromium issue 151625)
448
449 Support sourceURL for dynamically inserted scripts (issue 2342).
450
451 Performance and stability improvements on all platforms.
452
453
ulan@chromium.org56c14af2012-09-20 12:51:09 +00004542012-09-20: Version 3.14.0
455
456 Fixed missing slot recording during clearing of CallICs.
457 (Chromium issue 144230)
458
459 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
460 (Chromium issue 150729)
461
462 Fixed minus zero test. (Issue 2133)
463
464 Fixed setting array length to zero for slow elements.
465 (Chromium issue 146910)
466
467 Fixed lost arguments dropping in HLeaveInlined.
468 (Chromium issue 150545)
469
470 Fixed casting error for receiver of interceptors.
471 (Chromium issue 149912)
472
473 Throw a more descriptive exception when blocking 'eval' via CSP.
474 (Chromium issue 140191)
475
476 Fixed debugger's eval when close to stack overflow. (issue 2318)
477
478 Added checks to live edit. (issue 2297)
479
480 Switched on code compaction on incremental GCs.
481
482 Fixed caching of optimized code for OSR. (issue 2326)
483
484 Not mask exception thrown by toString in String::UtfValue etc.
485 (issue 2317)
486
487 Fixed API check for length of external arrays. (Chromium issue 148896)
488
489 Ensure correct enumeration indices in the dict (Chromium issue 148376)
490
491 Correctly initialize regexp global cache. (Chromium issue 148378)
492
493 Fixed arguments object materialization during deopt. (issue 2261)
494
495 Introduced new API to expose external string resource regardless of
496 encoding.
497
498 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
499 --deopt-every-n-times flag is present
500 (Chromium issue 148389)
501
502 Fixed edge case of extension with NULL as source string.
503 (Chromium issue 144649)
504
505 Fixed array index dehoisting. (Chromium issue 141395)
506
507 Performance and stability improvements on all platforms.
508
509
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00005102012-09-11: Version 3.13.7
511
512 Enable/disable LiveEdit using the (C++) debug API.
513
514 Performance and stability improvements on all platforms.
515
516
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00005172012-09-06: Version 3.13.6
518
519 Added validity checking to API functions and calls.
520
521 Disabled accessor inlining (Chromium issue 134609).
522
523 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
524
525 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
526
527 Fixed VS2005 build (issue 2313).
528
529 Activated fixed ES5 readonly semantics by default.
530
531 Added hardfp flag to the Makefile.
532
533 Performance and stability improvements on all platforms.
534
535
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00005362012-08-29: Version 3.13.5
537
538 Release stack trace data after firing Error.stack accessor.
539 (issue 2308)
540
541 Added a new API V8::SetJitCodeEventHandler to push code name and
542 location to users such as profilers.
543
544 Allocate block-scoped global bindings to global context.
545
546 Performance and stability improvements on all platforms.
547
548
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00005492012-08-28: Version 3.13.4
550
551 Print reason for disabling optimization. Kill --trace-bailout flag.
552
553 Provided option to disable full DEBUG build on Android.
554
555 Introduced global contexts to represent lexical global scope(s).
556
557 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
558
559 Performance and stability improvements on all platforms.
560
561
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00005622012-08-21: Version 3.13.3
563
564 Performance and stability improvements on all platforms.
565
566
5672012-08-20: Version 3.13.2
568
569 Performance and stability improvements on all platforms.
570
571
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00005722012-08-16: Version 3.13.1
573
574 Performance and stability improvements on all platforms.
575
576
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00005772012-08-10: Version 3.13.0
578
579 Added histograms for total allocated/live heap size, as well as
580 allocated size and percentage of total for map and cell space.
581
582 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
583 (issue 1645)
584
585 Added checks for interceptors to negative lookup code in Crankshaft.
586 (Chromium issue 140473)
587
588 Made incremental marking clear ICs and type feedback cells.
589
590 Performance and stability improvements on all platforms.
591
592
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00005932012-08-01: Version 3.12.19
594
595 Performance and stability improvements on all platforms.
596
597
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00005982012-07-30: Version 3.12.18
599
600 Forced using bit-pattern for signed zero double. (issue 2239)
601
602 Made sure double to int conversion is correct. (issue 2260)
603
604 Performance and stability improvements on all platforms.
605
606
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00006072012-07-27: Version 3.12.17
608
609 Always set the callee's context when calling a function from optimized
610 code.
611 (Chromium issue 138887)
612
613 Fixed building with GCC 3.x
614 (issue 2016, 2017)
615
616 Improved API calls that return empty handles.
617 (issue 2245)
618
619 Performance and stability improvements on all platforms.
620
621
danno@chromium.org129d3982012-07-25 15:01:47 +00006222012-07-25: Version 3.12.16
623
624 Performance and stability improvements on all platforms.
625
626
yangguo@chromium.org304cc332012-07-24 07:59:48 +00006272012-07-24: Version 3.12.15
628
629 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
630 (issue 2252)
631
632 Added dependency to HLoadKeyed* instructions to prevent invalid
633 hoisting. (Chromium issue 137768)
634
635 Enabled building d8 for Android on Mac.
636
637 Interpret negative hexadecimal literals as NaN.
638 (issue 2240)
639
640 Expose counters in javascript when using --track-gc-object-stats.
641
642 Enabled building and testing V8 on Android IA.
643
644 Added --trace-parse flag to parser.
645
646 Performance and stability improvements on all platforms.
647
648
verwaest@chromium.org178fb152012-07-18 11:21:48 +00006492012-07-18: Version 3.12.14
650
651 Deactivated optimization of packed arrays.
652 (Chromium issue 137768)
653
654 Fixed broken accessor transition.
655 (Chromium issue 137689)
656
657 Performance and stability improvements on all platforms.
658
659
verwaest@chromium.org753aee42012-07-17 16:15:42 +00006602012-07-17: Version 3.12.13
661
662 Fixed missing tagging of stack value in finally block.
663 (Chromium issue 137496)
664
665 Added more support for heap analysis.
666
667 Performance and stability improvements on all platforms.
668
669
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00006702012-07-16: Version 3.12.12
671
672 Added an option to the tickprocessor to specify the directory for lib
673 lookup.
674
675 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
676
677 Fixed transcendental cache on ARM in optimized code (issue 2234).
678
679 New heap inspection tools: counters for object sizes and counts,
680 histograms for external fragmentation.
681
682 Incorporated constness into inferred interfaces (in preparation for
683 handling imports) (issue 1569).
684
685 Performance and stability improvements on all platforms.
686
687
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00006882012-07-12: Version 3.12.11
689
690 Renamed "mips" arch to "mipsel" in the GYP build.
691
692 Fixed computation of call targets on prototypes in Crankshaft.
693 (Chromium issue 125148)
694
695 Removed use of __lookupGetter__ when generating stack trace.
696 (issue 1591)
697
698 Turned on ES 5.2 globals semantics by default.
699 (issue 1991, Chromium issue 80591)
700
701 Synced preparser and parser wrt syntax error in switch..case.
702 (issue 2210)
703
704 Fixed reporting of octal literals in strict mode when preparsing.
705 (issue 2220)
706
707 Fixed inline constructors for Harmony Proxy prototypes.
708 (issue 2225)
709
710 Performance and stability improvements on all platforms.
711
712
danno@chromium.org81cac2b2012-07-10 11:28:27 +00007132012-07-10: Version 3.12.10
714
715 Re-enabled and fixed issue with array bounds check elimination
716 (Chromium issue 132114).
717
718 Fixed Debug::Break crash. (Chromium issue 131642)
719
720 Added optimizing compiler support for JavaScript getters.
721
722 Performance and stability improvements on all platforms.
723
724
yangguo@chromium.org99aa4902012-07-06 16:21:55 +00007252012-07-06: Version 3.12.9
726
727 Correctly advance the scanner when scanning unicode regexp flag.
728 (Chromium issue 136084)
729
730 Fixed unhandlified code calling Harmony Proxy traps.
731 (issue 2219)
732
733 Performance and stability improvements on all platforms.
734
735
svenpanne@chromium.org619781a2012-07-05 08:22:44 +00007362012-07-05: Version 3.12.8
737
738 Implemented TypedArray.set and ArrayBuffer.slice in d8.
739
740 Performance and stability improvements on all platforms.
741
742
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +00007432012-07-03: Version 3.12.7
744
745 Fixed lazy compilation for strict eval scopes.
746 (Chromium issue 135066)
747
748 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
749 (issue 2151)
750
751 Report "hidden properties" in heap profiler for properties case.
752 (issue 2212)
753
754 Activated optimization of packed arrays by default.
755
756 Performance and stability improvements on all platforms.
757
758
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +00007592012-06-29: Version 3.12.6
760
761 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
762
763 Extended TypedArray support in d8.
764
765
yangguo@chromium.org9c741c82012-06-28 15:04:22 +00007662012-06-28: Version 3.12.5
767
768 Fixed lazy parsing heuristics to respect outer scope.
769 (Chromium issue 135008)
770
771 Allow using test-wrapper-gypbuild.py on Windows when no python
772 interpreter is registered.
773
774 Performance and stability improvements on all platforms.
775
776
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +00007772012-06-27: Version 3.12.4
778
779 Removed -fomit-frame-pointer flag from Release builds to make
780 the stack walkable by TCMalloc (Chromium issue 133723).
781
782 Ported r7868 (constant masking) to x64 (issue 1374).
783
784 Expose more detailed memory statistics (issue 2201).
785
786 Fixed Harmony Maps and WeakMaps for undefined values
787 (Chromium issue 132744).
788
789 Correctly throw reference error in strict mode with ICs disabled
790 (issue 2119).
791
792 Performance and stability improvements on all platforms.
793
794
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +00007952012-06-25: Version 3.12.3
796
797 Reverted r11835 'Unify promotion and allocation limit computation' due
798 to V8 Splay performance regression on Mac. (Chromium issue 134183)
799
800 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
801
802 Performance and stability improvements on all platforms.
803
804
yangguo@chromium.orgde0db002012-06-22 13:44:28 +00008052012-06-22: Version 3.12.2
806
807 Made near-jump check more strict in LoadNamedFieldPolymorphic on
808 ia32/x64. (Chromium issue 134055)
809
810 Fixed lazy sweeping heuristics to prevent old-space expansion.
811 (issue 2194)
812
813 Performance and stability improvements on all platforms.
814
815
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +00008162012-06-21: Version 3.12.1
817
818 Performance and stability improvements on all platforms.
819
820
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +00008212012-06-20: Version 3.12.0
822
823 Fixed Chromium issues:
824 115100, 129628, 131994, 132727, 132741, 132742, 133211
825
826 Fixed V8 issues:
827 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
828
829 Added --extra-code flag to mksnapshot to load JS code into the VM
830 before creating the snapshot.
831
832 Support 'restart call frame' command in the debugger.
833
834 Performance and stability improvements on all platforms.
835
836
mmassi@chromium.org7028c052012-06-13 11:51:58 +00008372012-06-13: Version 3.11.10
838
839 Implemented heap profiler memory usage reporting.
840
841 Preserved error message during finally block in try..finally.
842 (Chromium issue 129171)
843
844 Fixed EnsureCanContainElements to properly handle double values.
845 (issue 2170)
846
847 Improved heuristics to keep objects in fast mode with inherited
848 constructors.
849
850 Performance and stability improvements on all platforms.
851
852
rossberg@chromium.org400388e2012-06-06 09:29:22 +00008532012-06-06: Version 3.11.9
854
855 Implemented ES5-conformant semantics for inherited setters and read-only
856 properties. Currently behind --es5_readonly flag, because it breaks
857 WebKit bindings.
858
859 Exposed last seen heap object id via v8 public api.
860
861 Performance and stability improvements on all platforms.
862
863
verwaest@chromium.org37141392012-05-31 13:27:02 +00008642012-05-31: Version 3.11.8
865
866 Avoid overdeep recursion in regexp where a guarded expression with a
867 minimum repetition count is inside another quantifier.
868 (Chromium issue 129926)
869
870 Fixed missing write barrier in store field stub.
871 (issues 2143, 1465, Chromium issue 129355)
872
873 Proxies: Fixed receiver for setters inherited from proxies.
874 Proxies: Fixed ToStringArray function so that it does not reject some
875 keys.
876 (issue 1543)
877
878 Performance and stability improvements on all platforms.
879
880
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +00008812012-05-29: Version 3.11.7
882
883 Get better function names in stack traces.
884
885 Performance and stability improvements on all platforms.
886
887
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +00008882012-05-24: Version 3.11.6
889
890 Fixed RegExp.prototype.toString for incompatible receivers
891 (issue 1981).
892
893 Performance and stability improvements on all platforms.
894
895
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +00008962012-05-23: Version 3.11.5
897
898 Performance and stability improvements on all platforms.
899
900
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +00009012012-05-22: Version 3.11.4
902
903 Some cleanup to common.gypi. This fixes some host/target combinations
904 that weren't working in the Make build on Mac.
905
906 Handle EINTR in socket functions and continue incomplete sends.
907 (issue 2098)
908
909 Fixed python deprecations. (issue 1391)
910
911 Made socket send and receive more robust and return 0 on failure.
912 (Chromium issue 15719)
913
914 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
915
916 Set '-m32' option for host and target platforms
917
918 Performance and stability improvements on all platforms.
919
920
ulan@chromium.orgd6899c32012-05-18 14:12:25 +00009212012-05-18: Version 3.11.3
922
923 Disable optimization for functions that have scopes that cannot be
924 reconstructed from the context chain. (issue 2071)
925
926 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
927
928 Correctly check for native error objects. (Chromium issue 2138)
929
930 Performance and stability improvements on all platforms.
931
932
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +00009332012-05-16: Version 3.11.2
934
935 Revert r11496. (Chromium issue 128146)
936
937 Implement map collection for incremental marking. (issue 1465)
938
939 Add toString method to CallSite (which describes a frame of the
940 stack trace).
941
942
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +00009432012-05-15: Version 3.11.1
944
945 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
946
947 Fix freebsd build. (V8 issue 2126)
948
949 Performance and stability improvements on all platforms.
950
951
jkummerow@chromium.org212d9642012-05-11 15:02:09 +00009522012-05-11: Version 3.11.0
953
954 Fixed compose-discard crasher from r11524 (issue 2123).
955
956 Activated new global semantics by default. Global variables can
957 now shadow properties of the global object (ES5.1 erratum).
958
959 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
960 transitioning (Chromium issue 117409).
961
962 Made Error.prototype.name writable again, as required by the spec and
963 the web (Chromium issue 69187).
964
965 Implemented map collection with incremental marking (issue 1465).
966
967 Regexp: Fixed overflow in min-match-length calculation
968 (Chromium issue 126412).
969
970 MIPS: Fixed illegal instruction use on Loongson in code for
971 Math.random() (issue 2115).
972
973 Fixed crash bug in VisitChoice (Chromium issue 126272).
974
975 Fixed unsigned-Smi check in MappedArgumentsLookup
976 (Chromium issue 126414).
977
978 Fixed LiveEdit for function with no locals (issue 825).
979
980 Fixed register clobbering in LoadIC for interceptors
981 (Chromium issue 125988).
982
983 Implemented clearing of CompareICs (issue 2102).
984
985 Performance and stability improvements on all platforms.
986
987
danno@chromium.org2c26cb12012-05-03 09:06:43 +00009882012-05-03: Version 3.10.8
989
990 Enabled MIPS cross-compilation.
991
992 Ensured reload of elements pointer in StoreFastDoubleElement stub.
993 (Chromium issue 125515)
994
995 Fixed corner cases in truncation behavior when storing to
996 TypedArrays. (issue 2110)
997
998 Fixed failure to properly recognize and report out-of-memory
999 conditions when allocating code space pages. (Chromium issue
1000 118625)
1001
1002 Fixed idle notifications to perform a round of incremental GCs
1003 after context disposal. (issue 2107)
1004
1005 Fixed preparser for try statement. (issue 2109)
1006
1007 Performance and stability improvements on all platforms.
1008
1009
danno@chromium.org1044a4d2012-04-30 12:34:39 +000010102012-04-30: Version 3.10.7
1011
1012 Performance and stability improvements on all platforms.
1013
1014
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000010152012-04-26: Version 3.10.6
1016
1017 Fixed some bugs in accessing details of the last regexp match.
1018
1019 Fixed source property of empty RegExp objects. (issue 1982)
1020
1021 Enabled inlining some V8 API functions.
1022
1023 Performance and stability improvements on all platforms.
1024
1025
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000010262012-04-23: Version 3.10.5
1027
1028 Put new global var semantics behind a flag until WebKit tests are
1029 cleaned up.
1030
1031 Enabled stepping into callback passed to builtins.
1032 (Chromium issue 109564)
1033
1034 Performance and stability improvements on all platforms.
1035
1036
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000010372012-04-19: Version 3.10.4
1038
1039 Fixed issues when stressing compaction with WeakMaps.
1040
1041 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1042
1043 Simplify invocation sequence at monomorphic function invocation sites.
1044 (issue 2079)
1045
1046 Performance and stability improvements on all platforms.
1047
1048
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000010492012-04-17: Version 3.10.3
1050
1051 Fixed several bugs in heap profiles (including issue 2078).
1052
1053 Throw syntax errors on illegal escape sequences.
1054
1055 Implemented rudimentary module linking (behind --harmony flag)
1056
1057 Implemented ES5 erratum: Global declarations should shadow
1058 inherited properties.
1059
1060 Made handling of const more consistent when combined with 'eval'
1061 and 'with'.
1062
1063 Fixed V8 on MinGW-x64 (issue 2026).
1064
1065 Performance and stability improvements on all platforms.
1066
1067
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000010682012-04-13: Version 3.10.2
1069
1070 Fixed native ARM build (issues 1744, 539)
1071
1072 Return LOOKUP variable instead of CONTEXT for non-context allocated
1073 outer scope parameters (Chromium issue 119609).
1074
1075 Fixed regular and ElementsKind transitions interfering with each other
1076 (Chromium issue 122271).
1077
1078 Improved performance of keyed loads/stores which have a HeapNumber
1079 index (issues 1388, 1295).
1080
1081 Fixed WeakMap processing for evacuation candidates (issue 2060).
1082
1083 Bailout on possible direct eval calls (Chromium issue 122681).
1084
1085 Do not assume that names of function expressions are context-allocated
1086 (issue 2051).
1087
1088 Performance and stability improvements on all platforms.
1089
1090
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000010912012-04-10: Version 3.10.1
1092
1093 Fixed bug with arguments object in inlined functions (issue 2045).
1094
1095 Fixed performance bug with lazy initialization (Chromium issue
1096 118686).
1097
1098 Added suppport for Mac OS X 64bit builds with GYP.
1099 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1100
1101 Fixed bug with hidden properties (issue 2034).
1102
1103 Fixed a performance bug when reloading pages (Chromium issue 117767,
1104 V8 issue 1902).
1105
1106 Fixed bug when optimizing throw in top-level code (issue 2054).
1107
1108 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1109
1110 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1111
1112 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1113
1114 Fixed compilation of V8 using uClibc.
1115
1116 Optimized boot-up memory use.
1117
1118 Optimized regular expressions.
1119
1120
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000011212012-03-30: Version 3.10.0
1122
1123 Fixed store IC writability check in strict mode
1124 (Chromium issue 120099).
1125
1126 Resynchronize timers if the Windows system time was changed.
1127 (Chromium issue 119815)
1128
1129 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1130 hardfp ARM
1131 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1132
1133 Fixed edge case for case independent regexp character classes
1134 (issue 2032).
1135
1136 Reset function info counters after context disposal.
1137 (Chromium issue 117767, V8 issue 1902)
1138
1139 Fixed missing write barrier in CopyObjectToObjectElements.
1140 (Chromium issue 119926)
1141
1142 Fixed missing bounds check in HasElementImpl.
1143 (Chromium issue 119925)
1144
1145 Performance and stability improvements on all platforms.
1146
1147
danno@chromium.org88aa0582012-03-23 15:11:57 +000011482012-03-23: Version 3.9.24
1149
1150 Activated count-based profiler for ARM.
1151
1152 Fixed use of proxies as f.prototype properties. (issue 2021)
1153
1154 Enabled snapshots on MIPS.
1155
1156 Performance and stability improvements on all platforms.
1157
1158
ulan@chromium.org6ff65142012-03-21 09:52:17 +000011592012-03-21: Version 3.9.23
1160
1161 Use correct arguments adaptation environment when inlining function
1162 containing arguments. (Issue 2014)
1163
1164 Performance and stability improvements on all platforms.
1165
1166
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000011672012-03-20: Version 3.9.22
1168
1169 Enabled count-based profiler by default.
1170
1171 Implemented a hash based look-up to speed up address checks
1172 in large object space (issue 853).
1173
1174 Performance and stability improvements on all platforms.
1175
1176
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000011772012-03-19: Version 3.9.21
1178
1179 Fixed push-to-trunk script (and re-push).
1180
1181 Added API call that identifies strings that are guaranteed only to
1182 contain ASCII characters.
1183
1184
11852012-03-19: Version 3.9.20
1186
1187 Fixed declarations escaping global strict eval. (Issue 1624)
1188
1189 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1190
1191 Fixed function declarations overwriting read-only global properties.
1192 (Chromium issue 115452)
1193
1194 Fixed --use-strict flag in combination with --harmony[-scoping].
1195
1196 Debugger: naive implementation of "step into Function.prototype.bind".
1197
1198 Debugger: added ability to set script source from within OnBeforeCompile
1199
1200 Added flag to always call DebugBreak on abort.
1201
1202 Re-enabled constructor inlining and inline === comparison with boolean
1203 constants. (Issue 2009)
1204
1205 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1206
1207 Performance and stability improvements on all platforms.
1208
1209
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000012102012-03-14: Version 3.9.19
1211
1212 Ensure there is a smi check of the receiver for global load and call
1213 ICs (Chromium issue 117794).
1214
1215 Performance and stability improvements on all platforms.
1216
1217
yangguo@chromium.org154ff992012-03-13 08:09:54 +000012182012-03-13: Version 3.9.18
1219
1220 Ensure consistency of Math.sqrt on Intel platforms.
1221
1222 Remove static initializers in v8. (issue 1859)
1223
1224 Add explicit dependency on v8_base in the GYP-based build.
1225
1226 Performance and stability improvements on all platforms.
1227
1228
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000012292012-03-12: Version 3.9.17
1230
1231 Fixed VFP detection through compiler defines. (issue 1996)
1232
1233 Add Code-related fields to postmortem metadata.
1234
1235 Performance and stability improvements on all platforms.
1236
1237
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000012382012-03-09: Version 3.9.16
1239
1240 Added basic interface inference for modules (behind the --harmony flag).
1241
1242 Added Object.is, Number.isFinite, Number.isNaN.
1243
1244 Updated the Unicode tables to Unicode version 6.1.0.
1245
1246 Performance and stability improvements on all platforms.
1247
1248
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000012492012-03-06: Version 3.9.15
1250
1251 Fix the heap profiler crash caused by memory layout changes between
1252 passes.
1253
1254 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1255
1256 Fix double-rounding in strtod for MinGW. (issue 1062)
1257
1258 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1259
1260 Performance and stability improvements on all platforms.
1261
1262
fschneider@chromium.org35814e52012-03-01 15:43:35 +000012632012-03-01: Version 3.9.14
1264
1265 Performance and stability improvements on all platforms.
1266
1267
ulan@chromium.org812308e2012-02-29 15:58:45 +000012682012-02-29: Version 3.9.13
1269
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001270 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001271
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001272 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1273 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001274
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001275 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001276
1277 Performance and stability improvements on all platforms.
1278
1279
ulan@chromium.org967e2702012-02-28 09:49:15 +000012802012-02-28: Version 3.9.12
1281
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001282 Fixed the negative lookup stub to handle deleted entries in a
1283 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001284
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001285 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001286 callback function can resolve the location of a return address on stack
1287 to the location where a return-address rewriting profiler stashed the
1288 original return address.
1289
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001290 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1291 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001292
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001293 Fixed issue 1853: Update breakpoints set with partial file name after
1294 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001295
1296
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000012972012-02-27: Version 3.9.11
1298
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001299 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001300
1301
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000013022012-02-24: Version 3.9.10
1303
1304 Fixed V8 issues 1322, 1772 and 1969.
1305
1306 Conformance improvements.
1307
1308 Performance and stability improvements on all platforms.
1309
1310
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000013112012-02-23: Version 3.9.9
1312
1313 Supported fast case for-in in Crankshaft.
1314
1315 Sped up heap snapshot serialization and dominators construction.
1316
1317 Randomized allocation addresses on windows. (Chromium issue 115151)
1318
1319 Fixed compilation with MinGW-w64. (issue 1943)
1320
1321 Fixed incorrect value of assignments to non-extensible properties.
1322
1323 Fixed a crash bug in generated code on ia32.
1324
1325 Performance and stability improvements on all platforms.
1326
1327
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000013282012-02-21: Version 3.9.8
1329
1330 Fixed memory leak and missing #include in StartupDataDecompressor
1331 (issue 1960).
1332
1333 Renamed static methods to avoid shadowing virtual methods and fix Clang
1334 C++11 compile error.
1335
1336 Fixed sequence of element access in array builtins (issue 1790).
1337
1338 Performance and stability improvements on all platforms.
1339
1340
yangguo@chromium.org56454712012-02-16 15:33:53 +000013412012-02-16: Version 3.9.7
1342
1343 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1344
1345 Fixed GCC-4.7 warnings.
1346
1347 Added Navier-Stokes benchmark.
1348
1349 Performance and stability improvements on all platforms.
1350
1351
ulan@chromium.org65a89c22012-02-14 11:46:07 +000013522012-02-14: Version 3.9.6
1353
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001354 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001355
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001356 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001357
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001358 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001359
1360 Heap Snapshot maximum size limit is too low for really big apps. At the
1361 moment the limit is 256MB. (Chromium issue 113015)
1362
1363 Performance and stability improvements on all platforms.
1364
1365
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000013662012-02-09: Version 3.9.5
1367
1368 Removed unused command line flags.
1369
1370 Performance and stability improvements on all platforms.
1371
1372
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000013732012-02-08: Version 3.9.4
1374
1375 Properly initialize element-transitioning array literals on ARM.
1376 (issue 1930)
1377
1378 Bug fixes on all platforms.
1379
1380
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000013812012-02-07: Version 3.9.3
1382
1383 When rethrowing an exception, print the stack trace of its original
1384 site instead of rethrow site (Chromium issue 60240).
1385
1386 Increased size of small stacks from 32k to 64k to avoid hitting limits
1387 in Chromium (Chromium issue 112843).
1388
1389
rossberg@chromium.org994edf62012-02-06 10:12:55 +000013902012-02-06: Version 3.9.2
1391
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001392 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001393
1394 Heap profiler reports implicit references.
1395
1396 Optionally export metadata with libv8 to enable debuggers to inspect V8
1397 state.
1398
1399
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000014002012-02-02: Version 3.9.1
1401
1402 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1403 (Chromium issue 112315).
1404
1405 Fixed a crash in dev tools (Chromium issue 107996).
1406
1407 Added 'dependencies_traverse': 1 to v8 GYP target.
1408
1409 Performance and stability improvements on all platforms.
1410
1411
danno@chromium.orgfa458e42012-02-01 10:48:36 +000014122012-02-01: Version 3.9.0
1413
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001414 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001415
1416 Stability fixes and performance improvements on all platforms.
1417
1418
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000014192012-01-26: Version 3.8.9
1420
1421 Flush number string cache on GC (issue 1605).
1422
1423 Provide access to function inferred name with
1424 v8::Function::GetInferredName in V8 public API.
1425
1426 Fix building with Clang (issue 1912).
1427
1428 Reduce the space used by the stack for the profiling thread.
1429
1430 Fix misleading documentation of v8::Locker (issue 542).
1431
1432 Introduce readbinary function in d8 to read binary files.
1433
1434 Performance and stability improvements on all platforms.
1435
1436
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000014372012-01-23: Version 3.8.8
1438
1439 Limited number of loop iterations in Heap::ReserveSpace
1440 (Chromium issue 99027).
1441
1442 Fixed solaris build (VirtualMemory) (issue 1761).
1443
1444 Fixed strict vs. non-strict handling of function proxies in
1445 higher-order array and string methods.
1446
1447 Enabled asynchronous remote debugging with d8 (issue 1691).
1448
1449 Stability and performance improvements on all platforms.
1450
1451
ulan@chromium.org2efb9002012-01-19 15:36:35 +000014522012-01-19: Version 3.8.7
1453
1454 Ensure that LRandom restores rsi after call to the C function on x64.
1455 (Chromium issue http://crbug.com/110509)
1456
1457 Fixing include issues on *bsd when building with scons.
1458 (issue 1897)
1459
1460 Provide a switch to specify -fno-strict-aliasing
1461 (issue 1887)
1462
1463 Move WIN32 define from standalone.gypi to common.gypi
1464 (issue 1760)
1465
1466 Fix corner-case in heap size estimation.
1467 (issue 1893)
1468
1469 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1470 (issue 1903)
1471
1472 Performance improvements and bug fixes.
1473
1474
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000014752012-01-16: Version 3.8.6
1476
1477 Add primitive WebGL array support to d8.
1478
1479 Improve heap size estimation (issue 1893).
1480
1481 Hash collision DOS workaround extended from string keys
1482 to numeric keys.
1483
1484 Provide an API for iterating through all external strings referenced
1485 from the JS heap.
1486
1487 Adjust position recorded for call expressions. http://crbug.com/109195
1488
1489 Fix GC crash related to instanceof. http://crbug.com/109448
1490
1491 Performance improvements and bug fixes.
1492
1493
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000014942012-01-05: Version 3.8.5
1495
1496 Fix broken test that assumes that no GC can clear the regexp cache (GC
1497 can happen at any time due to Crankshaft).
1498
1499 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1500
1501 Add netbsd support to gyp build.
1502
1503 Determine page size at runtime on posix platforms.
1504
1505 Ensure that store buffer filtering hash sets are cleared after
1506 StoreBuffer::Filter.
1507
1508 Randomize the seed used for string hashing. This helps guard against
1509 CPU-eating DOS attacks against node.js servers. Based on code from
1510 Bert Belder. This version only solves the issue for those that compile
1511 V8 themselves or those that do not use snapshots. A snapshot-based
1512 precompiled V8 will still have predictable string hash codes.
1513
1514 Implement callback when script finishes running in V8 API.
1515
1516 Improve performance of Math.min and Math.max for the case of two
1517 arguments. (issue 1325)
1518
1519
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000015202012-01-02: Version 3.8.4
1521
1522 Performance improvements for large Smi-only arrays.
1523
1524 Fixed InternalArrays construction. (issue 1878)
1525
1526
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000015272011-12-27: Version 3.8.3
1528
1529 Avoid embedding new space objects into code objects in the lithium gap
1530 resolver. (chromium:108296)
1531
1532 Bug fixes and performance optimizations on all platforms.
1533
1534
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000015352011-12-21: Version 3.8.2
1536
1537 Add max optimization flag to v8 gyp build to ensure V8 is always built
1538 fully optimized in Chrome.
1539
1540 MIPS: Bring MIPS to parity with other platforms.
1541
1542 Optimizations and stability improvements on all platforms.
1543
1544
ricow@chromium.org7ad65222011-12-19 12:13:11 +000015452011-12-19: Version 3.8.1
1546
1547 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1548
1549 Stability improvements on all platforms.
1550
1551
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000015522011-12-13: Version 3.8.0
1553
1554 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1555
1556 Sync parser and preparser on do-while and return statements.
1557 (issue 1856)
1558
1559 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1560
1561 Stability and performance improvements on all platforms.
1562
1563
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000015642011-12-01: Version 3.7.12
1565
1566 Increase tick interval for the android platform.
1567
1568 Fix a bug in the register allocator. (chromium:105112)
1569
1570 Fix handling of recompiling code. (chromium:105375, v8:1782)
1571
1572 Start incremental marking on idle notification. (v8:1458)
1573
1574 Build fixes for various platforms.
1575
1576 Various performance improvements.
1577
1578
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000015792011-11-29: Version 3.7.11
1580
1581 Fixed bug when generating padding to ensure space for lazy
1582 deoptimization.
1583 (issue 1846)
1584
1585 Further reduced pause times due to GC.
1586
1587 Stability and performance improvements on all platforms.
1588
1589
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000015902011-11-23: Version 3.7.10
1591
1592 Set maximum length of FixedArray in terms of elements instead an
1593 absolute number of bytes.
1594 (Chromium issue 103103)
1595
1596 Stability and performance improvements on all platforms.
1597
1598
15992011-11-21: Version 3.7.9
1600
1601 Removed exit-time destructors.
1602
1603 Stability and performance improvements on all platforms.
1604
1605
ricow@chromium.org27bf2882011-11-17 08:34:43 +000016062011-11-17: Version 3.7.8
1607
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001608 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001609 function on builtins will not make the original function reappear.
1610
1611 Added NetBSD support for scons build.
1612
1613 Performance improvements on all platforms.
1614
1615
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000016162011-11-14: Version 3.7.7
1617
1618 Fix missing fast property accessors in heap snapshots.
1619 (issue 1818)
1620
1621
danno@chromium.org2c456792011-11-11 12:00:53 +000016222011-11-11: Version 3.7.6
1623
1624 Fixed filtering of store buffer for large object pages.
1625 (issue 1817)
1626
1627 Fixed generated hash function on all platforms.
1628 (issue 1808)
1629
1630 Fixed Heap::Shrink to ensure that it does not free pages that are
1631 still in use.
1632 (Chromium issue 100414)
1633
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001634 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001635
1636
danno@chromium.orgc612e022011-11-10 11:38:15 +000016372011-11-10: Version 3.7.5
1638
1639 Added initial gyp infrastructure for MIPS.
1640
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001641 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001642 collector.
1643
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001644 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001645
1646
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000016472011-11-07: Version 3.7.4
1648
1649 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1650
1651 Fix Harmony sets and maps to allow null and undefined as keys
1652 (still hidden behind --harmony flag) (issue 1622).
1653
1654 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1655
1656 Enable VFP instructions for Android.
1657
1658 Fix error handling in Date.prototype.toISOString (issue 1792).
1659
1660 Bug fixes and performance improvements for all platforms.
1661
1662 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1663
1664
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000016652011-10-28: Version 3.7.3
1666
1667 Slight deoptimization as a workaround for issue with jslint: Issue
1668 1789.
1669
1670
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000016712011-10-27: Version 3.7.2
1672
1673 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1674
1675
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000016762011-10-26: Version 3.7.1
1677
1678 Achieved 33% speedup in debug-mode tests.
1679
1680 Removed special casing of calls to RegExp test and exec methods with no
1681 argument. Now matches new JSC behaviour. crbug.com/75740.
1682
1683 Return the empty string on cyclic references in toString (ES5
1684 conformance).
1685
1686 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1687
1688 Made Math.random state per-context instead of per-process (issue 864).
1689
1690 Fixed stack traces to skip native functions.
1691
1692 Make snapshots (new contexts) smaller and faster.
1693
1694 Fixed handling of Function.apply for non-array arguments.
1695
1696 Fixed evaluation order in defineProperties to match FireFox.
1697
1698 Fixed handling of non-object receivers for array builtins,
1699 crbug.com/100702.
1700
1701 Multiple fixes to improve compliance with test262.
1702
1703 Fixed compatibility with older Android releases.
1704
1705 Fixed compilation with gcc-4.5.3.
1706
1707 Improved performance of WriteUtf8, issue 1665.
1708
1709 Made native syntax an early error in the preparser.
1710
1711 Fixed issues 793 and 893 relating to Function.prototype.bind.
1712
1713 Improved let, const, Set and Map support and other Harmony features
1714 (behind the --harmony flag).
1715
1716 Changed evaluation order for > and <= to match ES5 instead of ES3.
1717
1718 Bug fixes and performance improvements on all platforms.
1719
1720
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000017212011-10-13: Version 3.7.0
1722
1723 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
1724
1725 Fixed issue 1757 (string slices of external strings).
1726
1727 Fixed issue 1759 (ARM).
1728
1729 Added flag --noclever-optimizations to disable some things that
1730 caused trouble in the past.
1731
1732 Added flag --stress-compaction for testing.
1733
1734 Added flag --harmony to activate all experimental Harmony features.
1735
1736
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000017372011-10-10: Version 3.6.6
1738
1739 Added a GC pause visualization tool.
1740
1741 Added presubmit=no and werror=no flags to Makefile.
1742
1743 ES5/Test262 conformance improvements.
1744
1745 Fixed compilation issues with GCC 4.5.x (issue 1743).
1746
1747 Bug fixes and performance improvements on all platforms.
1748
1749
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000017502011-10-05: Version 3.6.5
1751
1752 New incremental garbage collector.
1753
1754 Removed the hard heap size limit (soft heap size limit is still
1755 700/1400Mbytes by default).
1756
1757 Implemented ES5 generic Array.prototype.toString (Issue 1361).
1758
1759 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
1760
1761 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
1762
1763 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
1764
1765 Fixed the MinGW and Windows 2000 builds.
1766
1767 Fixed "Prototype chain is not searched if named property handler does
1768 not set a property" (Issue 1636).
1769
1770 Made the RegExp.prototype object be a RegExp object (Issue 1217).
1771
1772 Disallowed future reserved words as labels in strict mode.
1773
1774 Fixed string split to correctly coerce the separator to a string
1775 (Issue 1711).
1776
1777 API: Added an optional source length field to the Extension
1778 constructor.
1779
1780 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
1781 (Issue 1573).
1782
1783 Added "native" target to Makefile for the benefit of Linux distros.
1784
1785 Fixed: debugger stops stepping outside evaluate (Issue 1639).
1786
1787 More work on ES-Harmony proxies. Still hidden behind a flag.
1788
1789 Bug fixes and performance improvements on all platforms.
1790
1791
lrn@chromium.org34e60782011-09-15 07:25:40 +000017922011-09-15: Version 3.6.4
1793
1794 Fixed d8's broken readline history.
1795
1796 Removed the need for code delete events in CPU profiler (Issue 1466).
1797
1798 Fixed debugger stepping next with trycatch recursion (Issue 1639).
1799
1800 Fixing parallel execution in d8 (with -p) and some memory leaks.
1801
1802 Support for precise stepping in functions compiled before debugging was
1803 started (step 1).
1804
1805
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000018062011-09-13: Version 3.6.3
1807
1808 Implemented better support of typed arrays in the d8 shell.
1809
1810 Bug fixes and performance improvements on all platforms.
1811
1812
ricow@chromium.org55ee8072011-09-08 16:33:10 +000018132011-09-08: Version 3.6.2
1814
1815 Added "dependencies" target to top-level Makefile.
1816
1817 Added ability to turn profiler on/off in d8.
1818
1819 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
1820
1821 Fixed several crash bugs.
1822
1823
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000018242011-09-07: Version 3.6.1
1825
1826 Fixed a bug in abrupt exit from with or catch inside finally.
1827
1828 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
1829 issue 95113).
1830
1831 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
1832
1833 Fixed a few clang warnings (which -Werror treated as errors).
1834
1835 Performance improvements on all platforms.
1836
1837
fschneider@chromium.org1805e212011-09-05 10:49:12 +000018382011-09-05: Version 3.6.0
1839
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001840 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001841
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001842 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001843
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001844 Made arguments and caller always be null on native functions
1845 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001846
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001847 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001848
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001849 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001850
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001851 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001852
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001853 Fixed a problem with large heap snapshots in Chrome DevTools
1854 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001855
ricow@chromium.org55ee8072011-09-08 16:33:10 +00001856 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00001857
1858
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000018592011-08-31: Version 3.5.10
1860
1861 Added dependency of v8_base on WinSocket2 Windows library in
1862 the GYP-build.
1863
1864 Various bugfixes.
1865
1866
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000018672011-08-29: Version 3.5.9
1868
1869 Made FromPropertyDescriptor not trigger inherited setters.
1870
1871 Fixed .gyp files to work on the ARM simulator.
1872
1873 Fixed shared library build warnings for MSVS.
1874
1875
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000018762011-08-24: Version 3.5.8
1877
1878 Added V8EXPORT attributes for v8::Array::CheckCast and
1879 v8::Number::CheckCast.
1880
1881 Made a slight API change enabling opting out from null termination
1882 in String::Write*().
1883
1884 Fixed arm build for gcc-4.6.
1885
1886
rossberg@chromium.org28a37082011-08-22 11:03:23 +000018872011-08-22: Version 3.5.7
1888
1889 Make scanner handle invalid unicode escapes in identifiers correctly.
1890
1891 Make regexp flag parsing stricter.
1892
1893 Fix several memory leaks.
1894
1895
danno@chromium.orgb6451162011-08-17 14:33:23 +000018962011-08-17: Version 3.5.6
1897
1898 Fixed issue that could cause crashes when running with --heap-stats.
1899
1900 Fixed compilation on Linux 2.6.9 and older.
1901
1902 Fixed live-object-list to work with isolates.
1903
1904 Fixed memory leaks in zones and isolates.
1905
1906 Fixed a performance regression for TypedArrays on x64.
1907
1908 Stability improvements on all platforms.
1909
1910
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000019112011-08-15: Version 3.5.5
1912
1913 Fixed bugs involving negative zero and the optimizing compiler.
1914
1915 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
1916
1917 Eliminated uses of deprecated ARM instructions.
1918
1919 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
1920
1921 Removed restriction on the size of disassembled code that is printed.
1922
1923
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000019242011-08-10: Version 3.5.4
1925
1926 Added a preliminary implementation of ES Harmony weak maps. Weak
1927 maps can be enabled by the flag --harmony-weakmaps.
1928
1929 Introduced a toplevel Makefile to support GYP-based building. GYP
1930 can be obtained from http://gyp.googlecode.com.
1931
1932 Fixed a bug in the length property of functions created by
1933 Function.prototype.bind.
1934
1935 Reduced malloc heap allocation on process startup.
1936
1937 Several important code generation bug fixes.
1938
1939 Performance improvements on all platforms.
1940
1941
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000019422011-08-03: Version 3.5.3
1943
1944 MIPS: Port of fix to ClassOf check from ARM.
1945 Patch from Paul Lind <plind44@gmail.com>.
1946
1947 Stopped using mprotect on Cygwin.
1948 Avoided uninitialized member warning on gcc 4.3.4
1949 Both patches by Bert Belder.
1950
1951 Bug fixes and performance improvements on all platforms.
1952
1953
vegorov@chromium.org7943d462011-08-01 11:41:52 +000019542011-08-01: Version 3.5.2
1955
1956 Performance improvements on all platforms.
1957
1958
ricow@chromium.org2c99e282011-07-28 09:15:17 +000019592011-07-28: Version 3.5.1
1960
1961 Fixed setting the readonly flag on the prototype property using the
1962 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
1963
1964 Changed the tools/test.py script to use d8 instead of shell for
1965 testing.
1966
1967 Fixed crash in ToBooleanStub when GC happens during invocation.
1968
1969 Enabled automatic unboxing of double arrays.
1970
1971 Performance improvements on all platforms.
1972
1973
ricow@chromium.org9fa09672011-07-25 11:05:35 +000019742011-07-25: Version 3.5.0
1975
1976 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
1977 proxies.
1978
1979 Removed logging to memory support.
1980
1981 Bugfixes and performance work.
1982
1983
rossberg@chromium.org717967f2011-07-20 13:44:42 +000019842011-07-20: Version 3.4.14
1985
1986 Fix the debugger for strict-mode functions. (Chromium issue 89236)
1987
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001988 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00001989 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00001990
1991 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
1992
1993
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000019942011-07-18: Version 3.4.13
1995
1996 Improved debugger support to allow inspection of optimized frames (issue
1997 1140).
1998
1999 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2000
2001 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2002
2003 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2004
2005 Simplified HClampToUint8. Patch by Andy Wingo.
2006
2007 Exposed APIs for detecting boxed primitives, native errors. Patch by
2008 Luke Zarko.
2009
2010 Added map check for COW elements to crankshaft array handling code
2011 (issue 1560).
2012
2013 Sample shell and (a light version of) D8 links against a shared library
2014 now.
2015
2016 Fixed bug in array filter and reduce functions (issue 1559).
2017
2018 Avoid TLS load in AstNode constructor.
2019
2020 Introduced a random entropy source which can optionally be provided at
2021 initialization. (Chromium issue 89462).
2022
2023
whesse@chromium.org030d38e2011-07-13 13:23:34 +000020242011-07-13: Version 3.4.12
2025
2026 Added --prof profiling option to d8 shell.
2027
2028 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2029
2030 Fixed a potential assertion failure in const declarations.
2031
2032 Fixed an assertion failure in descriptor arrays (issue 1526).
2033
2034 Enabled fast thread-local storage by default on supported platforms.
2035
2036 Improved reporting of source position for global variable loads
2037 (issue 1527).
2038
2039
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000020402011-07-11: Version 3.4.11
2041
2042 Fixed MinGW32 build.
2043
2044 Fixed a GC bug with RegExp code flushing.
2045
2046 Implemented Object.defineProperty for proxies.
2047
2048 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2049
2050 Added debugger support for inspecting optimized frames (issue 1140).
2051
2052 Allowed JSObject::PreventExtensions to work for arguments objects.
2053
2054 Bugfixes and performance work.
2055
2056
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000020572011-07-06: Version 3.4.10
2058
2059 Fixed debugger not breaking on certain "if" statements (issue 1523).
2060
2061 Fixed assertion failure in runtime profiler when running on IA32
2062 without snapshot (issue 1522).
2063
2064 Fixed ABI for API calls on IA32 (for clang compatibility).
2065
2066 Introduced code flushing of RegExp code to free memory used by
2067 RegExps sooner.
2068
2069 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2070
2071 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2072
2073 Performance improvements on all platforms.
2074
2075
ricow@chromium.org4f693d62011-07-04 14:01:31 +000020762011-07-04: Version 3.4.9
2077
2078 Added support for debugger inspection of locals in optimized frames
2079 (issue 1140).
2080
2081 Fixed SConstruct to pass correct defines to samples/preparser when
2082 building with library=shared.
2083
2084 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2085
2086 Fixed a bug in Object.defineProperty on the arguments object.
2087
2088 Performance improvements on all platforms.
2089
2090
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000020912011-06-29: Version 3.4.8
2092
2093 Ensure 16-byte stack alignment on Solaris (issue 1505).
2094
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002095 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002096 that is not a smi. (issue 1246).
2097
2098
ager@chromium.org04921a82011-06-27 13:21:41 +000020992011-06-27: Version 3.4.7
2100
2101 Fixed 64-bit build on FreeBSD.
2102
2103 Added API to set the property attributes for the prototype
2104 property on functions created from FunctionTemplates.
2105
2106 Bugfixes and performance work.
2107
2108
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000021092011-06-22: Version 3.4.6
2110
2111 Lowered limit on code space for systems with low memory supply.
2112
2113 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2114
2115 Extended setBreakpoint API to accept partial script name (issue 1418).
2116
2117 Made multi-line comments not count when deciding whether the '-->'
2118 comment starter is first on a line. This matches Safari.
2119
2120 Made handling of non-array recievers in Array length setter correct
2121 (issue 1491).
2122
2123 Added ability to heap profiler to iterate over snapshot's node
2124 (issue 1481).
2125
2126
whesse@chromium.org7b260152011-06-20 15:33:18 +000021272011-06-20: Version 3.4.5
2128
2129 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2130 1476, and 1477.
2131
2132 Improved code generation for !0 and !1.
2133
2134 Reduced memory usage for regular expressions with nested qualifiers.
2135 (issue 1472)
2136
2137 Fixed V8 to count line terminators in multi-line comments.
2138 (Chromium issue 86431)
2139
2140 Fixed disassembler=on option for release-mode builds. (issue 1473)
2141
2142 Performance improvements on all platforms.
2143
2144
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000021452011-06-15: Version 3.4.4
2146
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002147 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002148
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002149 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002150
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002151 Several GYP-related changes: Added support for building Xcode project
2152 files. Make the ARM simulator build with GYP again. Generate Makefiles
2153 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002154
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002155 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2156 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002157
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002158 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002159
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002160 Handle 'undefined' correctly when === has been specialized for doubles.
2161 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002162
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002163 Corrected the limit of local variables in an optimized function from 64
2164 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002165
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002166 Correctly set ReadOnly flag on indexed properties when using the API Set
2167 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002168
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002169 Give the correct error message when Object.isExtensible is called on a
2170 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002171
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002172 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2173 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002174
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002175 Do not redefine properties unneccesarily in seal and freeze. (issue
2176 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002177
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002178 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002179
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002180 Distinguish keyed loads with a symbol key from fast elements loads,
2181 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002182
2183
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000021842011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002185
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002186 Clear the global thread table when an isolate is disposed
2187 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002188
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002189 Converted time zone name to UTF8 on Windows (issue 1290).
2190
2191 Limited the number of arguments in a function call to 32766
2192 (issue 1413).
2193
2194 Compress sources of JS libraries in addition to the snapshot.
2195
2196 Fixed a bug in Lithium environment iteration.
2197
2198 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002199
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002200
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000022012011-06-06: Version 3.4.2
2202
2203 More work on ES-Harmony proxies. Still hidden behind a flag.
2204
2205 Fixed some crash bugs and improved performance.
2206
2207 Fixed building with gdb debugging support.
2208
2209 Do not install SIGPROF handler until it is needed.
2210
2211 Added DateTimeFormat to i18n API.
2212
2213 Fixed compilation on OpenBSD.
2214
2215 Take the ulimit into account when sizing the heap. OpenBSD users
2216 may still have to increase the default ulimit to run heavy pages in
2217 the browser.
2218
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002219
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000022202011-06-01: Version 3.4.1
2221
2222 Fixed JSON stringify issue with arrays.
2223
2224 Changed calls to JS builtins to be passed undefined when called with
2225 implicit receiver.
2226
2227 Implemented the set trap for Harmony proxies. Proxies still need to
2228 be enabled with the --harmony-proxies flag.
2229
2230
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000022312011-05-30: Version 3.4.0
2232
2233 Changed calls to undefined property setters to not throw (issue 1355).
2234
2235 Made RegExp objects not callable.
2236
2237 Fixed issues on special case large JSON strings in new json parser
2238 (issues http://crbug.com/83877 and http://crbug.com/84186).
2239
2240 Performance improvements on all platforms.
2241
2242
danno@chromium.org40cb8782011-05-25 07:58:50 +000022432011-05-25: Version 3.3.10
2244
2245 Fixed calls of strict mode function with an implicit receiver.
2246
2247 Fixed fast handling of arrays to properly deal with changes to the
2248 Object prototype (issue 1403).
2249
2250 Changed strict mode poison pill to be the same type error function
2251 (issue 1387).
2252
2253 Fixed a debug crash in arguments object handling (issue 1227).
2254
2255 Fixed a bug in deoptimization on x64 (issue 1404).
2256
2257 Performance improvements and bug fixes on all platforms.
2258
2259
ager@chromium.orgea91cc52011-05-23 06:06:11 +000022602011-05-23: Version 3.3.9
2261
2262 Added DateTimeFormat class to experimental i18n API.
2263
2264 Extended preparser to give early errors for some strict mode
2265 restrictions.
2266
2267 Removed legacy execScript function from V8.
2268
2269 Extended isolate API with the ability to add embedder-specific
2270 data to an isolate.
2271
2272 Added basic support for polymorphic loads from JS and external
2273 arrays.
2274
2275 Fixed bug in handling of switch statements in the optimizing
2276 compiler.
2277
2278
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000022792011-05-18: Version 3.3.8
2280
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002281 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002282 handles are independent of all other persistent handles and can be
2283 garbage collected more frequently.
2284
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002285 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002286 with the --harmony-proxies flag.
2287
2288 Performance improvements and bug fixes on all platforms.
2289
2290
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000022912011-05-16: Version 3.3.7
2292
2293 Updated MIPS infrastructure files.
2294
2295 Performance improvements and bug fixes on all platforms.
2296
2297
karlklose@chromium.org83a47282011-05-11 11:54:09 +000022982011-05-11: Version 3.3.6
2299
2300 Updated MIPS infrastructure files.
2301
2302 Added method IsCallable for Object to the API.
2303 Patch by Peter Varga.
2304
2305
lrn@chromium.org1c092762011-05-09 09:42:16 +000023062011-05-09: Version 3.3.5
2307
2308 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2309
2310 Added check that receiver is JSObject on API calls.
2311
2312 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2313 Patch by Peter Varga.
2314
2315 Added CallAsFunction method to the Object class in the API (Issue 1336).
2316 Patch by Peter Varga.
2317
2318 Added per-isolate locking and unlocking.
2319
2320 Fixed bug in x64 >>> operator (Issue 1359).
2321
2322
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000023232011-05-04: Version 3.3.4
2324
2325 Implemented API to disallow code generation from strings for a context
2326 (issue 1258).
2327
2328 Fixed bug with whitespaces in parseInt (issue 955).
2329
2330 Fixed bug with == comparison of Date objects (issue 1356).
2331
2332 Added GYP variables for ARM code generation:
2333 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2334 and v8_use_arm_eabi_hardfloat.
2335
2336
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000023372011-05-02: Version 3.3.3
2338
2339 Added support for generating Visual Studio solution and project files
2340 using GYP.
2341
2342 Implemented support for ARM EABI calling convention variation where
2343 floating-point arguments are passed in registers (hardfloat).
2344
2345 Added Object::HasOwnProperty() to the API.
2346
2347 Added support for compressing startup data to reduce binary size. This
2348 includes build time support and an API for the embedder to decompress
2349 the startup data before initializing V8.
2350
2351 Reduced the profiling hooks overhead from >400% to 25% when using
2352 ll_prof.
2353
2354 Performance improvements and bug fixes on all platforms.
2355
2356
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000023572011-04-27: Version 3.3.2
2358
2359 Fixed crash bug on ARM with no VFP3 hardware.
2360
2361 Fixed compilation of V8 without debugger support.
2362
2363 Improved performance on JSLint.
2364
2365 Added support Float64 WebGL arrays.
2366
2367 Fixed crash bug in regexp replace.
2368
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002369
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000023702011-04-20: Version 3.3.1
2371
2372 Reduced V8 binary size by removing virtual functions from hydrogen.
2373
2374 Fixed crash bug on x64.
2375
2376 Performance improvements on ARM and IA32.
2377
2378
danno@chromium.org160a7b02011-04-18 15:51:38 +000023792011-04-18: Version 3.3.0
2380
2381 Fixed bug in floating point rounding in Crankshaft on ARM
2382 (issue 958)
2383
2384 Fixed a number of issues with running without VFPv3 support on ARM
2385 (issue 1315)
2386
2387 Introduced v8Locale.Collator, a partial implementation of Collator
2388 per last ECMAScript meeting + mailing list.
2389
2390 Minor performance improvements and bug fixes.
2391
2392
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000023932011-04-13: Version 3.2.10
2394
2395 Fixed bug in external float arrays on ARM (issue 1323).
2396
2397 Minor performance improvements and bug fixes.
2398
2399
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000024002011-04-11: Version 3.2.9
2401
2402 Removed support for ABI prior to EABI on ARM.
2403
2404 Fixed multiple crash bugs.
2405
2406 Added GCMole to the repository, a simple static analysis tool that
2407 searches for GC-unsafe evaluation order dependent callsites.
2408
2409 Made preparser API be exported in shared libraries.
2410
2411 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2412
2413 Fixed mutable __proto__ property if object is not extensible
2414 (Issue 1309).
2415
2416 Fixed auto suspension of the sampler thread.
2417
2418
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000024192011-04-06: Version 3.2.8
2420
2421 Exposed WebGL typed array constructors in the shell sample.
2422
2423 Performance improvements on all platforms.
2424
2425
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000024262011-04-04: Version 3.2.7
2427
2428 Disabled the original 'classic' V8 code generator. Crankshaft is
2429 now the default on all platforms.
2430
2431 Changed the heap profiler to use more descriptive names.
2432
2433 Performance and stability improvements to isolates on all platforms.
2434
2435
lrn@chromium.org7516f052011-03-30 08:52:27 +000024362011-03-30: Version 3.2.6
2437
2438 Fixed xcode build warning in shell.cc (out of order initialization).
2439
2440 Fixed null-pointer dereference in the compiler when running without
2441 SSE3 support (Chromium issue 77654).
2442
2443 Fixed x64 compilation error due to some dead code. (Issue 1286)
2444
2445 Introduced scons target to build the preparser stand-alone example.
2446
2447 Made FreeBSD build and pass all tests.
2448
2449
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000024502011-03-28: Version 3.2.5
2451
lrn@chromium.org7516f052011-03-30 08:52:27 +00002452 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002453
2454 Added Crankshaft support for external arrays.
2455
2456 Fixed two potential crash bugs.
2457
2458
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000024592011-03-23: Version 3.2.4
2460
2461 Added isolates which allows several V8 instances in the same process.
2462 This is controlled through the new Isolate class in the API.
2463
2464 Implemented more of EcmaScript 5 strict mode.
2465
2466 Reduced the time it takes to make detailed heap snapshot.
2467
2468 Added a number of commands to the ARM simulator and enhanced the ARM
2469 disassembler.
2470
2471
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000024722011-03-17: Version 3.2.3
2473
2474 Fixed a number of crash bugs.
2475
2476 Fixed Array::New(length) to return an array with a length (issue 1256).
2477
2478 Fixed FreeBSD build.
2479
2480 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2481
2482 Implemented more of EcmaScript 5 strict mode.
2483
2484 Improved Crankshaft performance on all platforms.
2485
2486
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000024872011-03-14: Version 3.2.2
2488
2489 Fixed a number of crash and correctness bugs.
2490
2491 Improved Crankshaft performance on all platforms.
2492
2493 Fixed Crankshaft on Solaris/Illumos.
2494
2495
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000024962011-03-10: Version 3.2.1
2497
2498 Fixed a number of crash bugs.
2499
2500 Improved Crankshaft for x64 and ARM.
2501
2502 Implemented more of EcmaScript 5 strict mode.
2503
2504
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000025052011-03-07: Version 3.2.0
2506
2507 Fixed a number of crash bugs.
2508
2509 Turned on Crankshaft by default on x64 and ARM.
2510
2511 Improved Crankshaft for x64 and ARM.
2512
2513 Implemented more of EcmaScript 5 strict mode.
2514
2515
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000025162011-03-02: Version 3.1.8
2517
2518 Fixed a number of crash bugs.
2519
2520 Improved Crankshaft for x64 and ARM.
2521
2522 Implemented more of EcmaScript 5 strict mode.
2523
2524 Fixed issue with unaligned reads and writes on ARM.
2525
2526 Improved heap profiler support.
2527
2528
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000025292011-02-28: Version 3.1.7
2530
2531 Fixed a number of crash bugs.
2532
2533 Improved Crankshaft for x64 and ARM.
2534
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002535 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002536 arrays (http://crbug.com/73940).
2537
2538 Fixed bug in map space compaction (http://crbug.com/59688).
2539
2540 Added support for direct getter accessors calls on ARM.
2541
2542
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000025432011-02-24: Version 3.1.6
2544
2545 Fixed a number of crash bugs.
2546
2547 Added support for Cygwin (issue 64).
2548
2549 Improved Crankshaft for x64 and ARM.
2550
2551 Added Crankshaft support for stores to pixel arrays.
2552
2553 Fixed issue in CPU profiler with Crankshaft.
2554
2555
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000025562011-02-16: Version 3.1.5
2557
2558 Change RegExp parsing to disallow /(*)/.
2559
2560 Added GDB JIT support for ARM.
2561
2562 Fixed several crash bugs.
2563
2564 Performance improvements on the IA32 platform.
2565
2566
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000025672011-02-14: Version 3.1.4
2568
2569 Fixed incorrect compare of prototypes of the global object (issue
2570 1082).
2571
2572 Fixed a bug in optimizing calls to global functions (issue 1106).
2573
2574 Made optimized Function.prototype.apply safe for non-JSObject first
2575 arguments (issue 1128).
2576
2577 Fixed an error related to element accessors on Object.prototype and
2578 parser errors (issue 1130).
2579
2580 Fixed a bug in sorting an array with large array indices (issue 1131).
2581
2582 Properly treat exceptions thrown while compiling (issue 1132).
2583
2584 Fixed bug in register requirements for function.apply (issue 1133).
2585
2586 Fixed a representation change bug in the Hydrogen graph construction
2587 (issue 1134).
2588
2589 Fixed the semantics of delete on parameters (issue 1136).
2590
2591 Fixed a optimizer bug related to moving instructions with side effects
2592 (issue 1138).
2593
2594 Added support for the global object in Object.keys (issue 1150).
2595
2596 Fixed incorrect value for Math.LOG10E
2597 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2598
2599 Performance improvements on the IA32 platform.
2600
2601 Implement assignment to undefined reference in ES5 Strict Mode.
2602
2603
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000026042011-02-09: Version 3.1.3
2605
2606 Fixed a bug triggered by functions with huge numbers of declared
2607 arguments.
2608
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002609 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002610
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002611 Fixed issue where Array.prototype.__proto__ had been set to null
2612 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002613
2614 Fixed stability bugs in Crankshaft for x86.
2615
2616
ricow@chromium.org83aa5492011-02-07 12:42:56 +000026172011-02-07: Version 3.1.2
2618
2619 Added better security checks when accessing properties via
2620 Object.getOwnPropertyDescriptor.
2621
2622 Fixed bug in Object.defineProperty and related access bugs (issues
2623 992, 1083 and 1092).
2624
2625 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2626 copyright notice generation for embedders.
2627
2628
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000026292011-02-02: Version 3.1.1
2630
2631 Perform security checks before fetching the value in
2632 Object.getOwnPropertyDescriptor.
2633
2634 Fixed a bug in Array.prototype.splice triggered by passing no
2635 arguments.
2636
2637 Fixed bugs in -0 in arithmetic and in Math.pow.
2638
2639 Fixed bugs in the register allocator and in switching from optimized
2640 to unoptimized code.
2641
2642
26432011-01-31: Version 3.1.0
2644
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002645 Performance improvements on all platforms.
2646
2647
ager@chromium.org378b34e2011-01-28 08:04:38 +000026482011-01-28: Version 3.0.12
2649
2650 Added support for strict mode parameter and object property
2651 validation.
2652
2653 Fixed a couple of crash bugs.
2654
2655
ager@chromium.org0ee099b2011-01-25 14:06:47 +000026562011-01-25: Version 3.0.11
2657
2658 Fixed a bug in deletion of lookup slots that could cause global
2659 variables to be accidentally deleted (http://crbug.com/70066).
2660
2661 Added support for strict mode octal literal verification.
2662
2663 Fixed a couple of crash bugs (issues 1070 and 1071).
2664
2665
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000026662011-01-24: Version 3.0.10
2667
2668 Fixed External::Wrap for 64-bit addresses (issue 1037).
2669
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002670 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002671 code generator (issue 1060).
2672
2673 Introduced partial strict mode support.
2674
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002675 Changed formatting of recursive error messages to match Firefox and
2676 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002677
2678 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002679 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002680 (issue http://crbug.com/50972).
2681
2682 Performance improvements on the IA32 platform.
2683
2684
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000026852011-01-19: Version 3.0.9
2686
2687 Added basic GDB JIT Interface integration.
2688
2689 Make invalid break/continue statements a syntax error instead of a
2690 runtime error.
2691
2692
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000026932011-01-17: Version 3.0.8
2694
2695 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00002696 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00002697
2698 Wrapped external pointers more carefully (issue 1037).
2699
2700 Hardened the implementation of error objects to avoid setters
2701 intercepting the properties set then throwing an error.
2702
2703 Avoided trashing the FPSCR when calculating Math.floor on ARM.
2704
2705 Performance improvements on the IA32 platform.
2706
2707
27082011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002709
2710 Stopped calling inherited setters when creating object literals
2711 (issue 1015).
2712
2713 Changed interpretation of malformed \c? escapes in RegExp to match
2714 JSC.
2715
2716 Enhanced the command-line debugger interface and fixed some minor
2717 bugs in the debugger.
2718
2719 Performance improvements on the IA32 platform.
2720
2721
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000027222011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002723
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002724 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002725
2726 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002727 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002728
2729 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002730 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002731
2732 Added use_system_v8 option to gyp (off by default), to make it easier
2733 for Linux distributions to ship with system-provided V8 library.
2734
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002735 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00002736
2737 Added labelled thread names to help with debugging (on Linux).
2738
2739
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000027402011-01-03: Version 3.0.5
2741
2742 Fixed a couple of cast errors for gcc-3.4.3.
2743
2744 Performance improvements in GC and IA32 code generator.
2745
2746
whesse@chromium.org023421e2010-12-21 12:19:12 +000027472010-12-21: Version 3.0.4
2748
2749 Added Date::ResetCache() to the API so that the cached values in the
2750 Date object can be reset to allow live DST / timezone changes.
2751
2752 Extended existing support for printing (while debugging) the contents
2753 of objects. Added support for printing objects from release builds.
2754
2755 Fixed V8 issues 989, 1006, and 1007.
2756
2757
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000027582010-12-17: Version 3.0.3
2759
2760 Reapplied all changes for version 3.0.1.
2761
2762 Improved debugger protocol for remote debugging.
2763
2764 Added experimental support for using gyp to generate build files
2765 for V8.
2766
2767 Fixed implementation of String::Write in the API (issue 975).
2768
2769
lrn@chromium.org8541d772010-12-15 12:05:09 +000027702010-12-15: Version 3.0.2
2771
2772 Revert version 3.0.1 and patch 3.0.1.1.
2773
2774
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000027752010-12-13: Version 3.0.1
2776
2777 Added support for an experimental internationalization API as an
2778 extension. This extension is disabled by default but can be enabled
2779 when building V8. The ECMAScript internationalization strawman is
2780 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
2781
2782 Made RegExp character class parsing stricter. This mirrors a change
2783 to RegExp parsing in WebKit.
2784
2785 Fixed a bug in Object.defineProperty when used to change attributes
2786 of an existing property. It incorrectly set the property value to
2787 undefined (issue 965).
2788
2789 Fixed several different compilation failures on various platforms
2790 caused by the 3.0.0 release.
2791
2792 Optimized Math.pow so it can work on unboxed doubles.
2793
2794 Sped up quoting of JSON strings by removing one traversal of the
2795 string.
2796
2797
kasperl@chromium.orga5551262010-12-07 12:49:48 +000027982010-12-07: Version 3.0.0
2799
2800 Improved performance by (partially) addressing issue 957 on
2801 IA-32. Still needs more work for the other architectures.
2802
2803
ager@chromium.orgbeb25712010-11-29 08:02:25 +000028042010-11-29: Version 2.5.9
2805
2806 Fixed crashes during GC caused by partially initialize heap
2807 objects.
2808
2809 Fixed bug in process sample that caused memory leaks.
2810
2811 Improved performance on ARM by implementing missing stubs and
2812 inlining.
2813
2814 Improved heap profiler support.
2815
2816 Added separate seeding on Windows of the random number generator
2817 used internally by the compiler (issue 936).
2818
2819 Exposed API for getting the name of the function used to construct
2820 an object.
2821
2822 Fixed date parser to handle one and two digit millisecond
2823 values (issue 944).
2824
2825 Fixed number parsing to disallow space between sign and
2826 digits (issue 946).
2827
2828
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000028292010-11-23: Version 2.5.8
2830
2831 Removed dependency on Gay's dtoa.
2832
2833 Improved heap profiler precision and speed.
2834
2835 Reduced overhead of callback invocations on ARM.
2836
2837
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000028382010-11-18: Version 2.5.7
2839
2840 Fixed obscure evaluation order bug (issue 931).
2841
2842 Split the random number state between JavaScript and the private API.
2843
2844 Fixed performance bug causing GCs when generating stack traces on
2845 code from very large scripts.
2846
2847 Fixed bug in parser that allowed (foo):42 as a labelled statement
2848 (issue 918).
2849
2850 Provide more accurate results about used heap size via
2851 GetHeapStatistics.
2852
2853 Allow build-time customization of the max semispace size.
2854
2855 Made String.prototype.split honor limit when separator is empty
2856 (issue 929).
2857
2858 Added missing failure check after expecting an identifier in
2859 preparser (Chromium issue 62639).
2860
2861
ager@chromium.org01fe7df2010-11-10 11:59:11 +000028622010-11-10: Version 2.5.6
2863
2864 Added support for VFP rounding modes to the ARM simulator.
2865
2866 Fixed multiplication overflow bug (issue 927).
2867
2868 Added a limit for the amount of executable memory (issue 925).
2869
2870
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000028712010-11-08: Version 2.5.5
2872
2873 Added more aggressive GC of external objects in near out-of-memory
2874 situations.
2875
2876 Fixed a bug that gave the incorrect result for String.split called
2877 on the empty string (issue 924).
2878
2879
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000028802010-11-03: Version 2.5.4
2881
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00002882 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00002883
2884
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000028852010-11-01: Version 2.5.3
2886
2887 Fixed a bug that prevents constants from overwriting function values
2888 in object literals (issue 907).
2889
2890 Fixed a bug with reporting of impossible nested calls of DOM functions
2891 (issue http://crbug.com/60753).
2892
2893
lrn@chromium.org303ada72010-10-27 09:33:13 +000028942010-10-27: Version 2.5.2
2895
2896 Improved sampler resolution on Linux.
2897
2898 Allowed forcing the use of a simulator from the build script
2899 independently of the host architecture.
2900
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00002901 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00002902
2903 Made windows-tick-processor respect D8_PATH.
2904
2905 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
2906
2907
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000029082010-10-20: Version 2.5.1
2909
2910 Fixed bug causing spurious out of memory exceptions
2911 (issue http://crbug.com/54580).
2912
2913 Fixed compilation error on Solaris platform (issue 901).
2914
2915 Fixed error in strtod (string to floating point number conversion)
2916 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
2917
2918 Adjusted randomized allocations of executable memory to have 64k
2919 granularity (issue http://crbug.com/56036).
2920
2921 Supported profiling using kernel perf_events on linux. Added ll_prof
2922 script to tools and --ll-prof flag to V8.
2923
2924
vegorov@chromium.org42841962010-10-18 11:18:59 +000029252010-10-18: Version 2.5.0
2926
2927 Fixed bug in cache handling of lastIndex on global regexps
2928 (issue http://crbug.com/58740).
2929
2930 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
2931 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00002932 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00002933
2934 Fixed compilation error on ARM with gcc 4.4 (issue 894).
2935
2936
29372010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00002938
2939 Fixed a bug in the handling of conditional expressions in test
2940 contexts in compiler for top-level code.
2941
2942 Added "//@ sourceURL" information to the StackTrace API.
2943
2944 Exposed RegExp construction through the API.
2945
2946
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000029472010-10-04: Version 2.4.8
2948
2949 Fixed a bug in ResumeProfilerEx causing it to not always write out the
2950 whole snapshot (issue 868).
2951
2952 Performance improvements on all platforms.
2953
2954
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000029552010-09-30: Version 2.4.7
2956
2957 Changed the command-line flag --max-new-space-size to be in kB and the
2958 flag --max-old-space-size to be in MB (previously they were in bytes).
2959
2960 Added Debug::CancelDebugBreak to the debugger API.
2961
2962 Fixed a bug in getters for negative numeric property names
2963 (https://bugs.webkit.org/show_bug.cgi?id=46689).
2964
2965 Performance improvements on all platforms.
2966
2967
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000029682010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002969
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00002970 Fixed assertion failure related to copy-on-write arrays (issue 876).
2971
2972 Fixed build failure of 64-bit V8 on Windows.
2973
2974 Fixed a bug in RegExp (issue http://crbug.com/52801).
2975
2976 Improved the profiler's coverage to cover more functions (issue 858).
2977
2978 Fixed error in shift operators on 64-bit V8
2979 (issue http://crbug.com/54521).
2980
2981
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000029822010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00002983
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002984 Changed the RegExp benchmark to exercise the regexp engine on different
2985 inputs by scrambling the input strings.
2986
2987 Fixed a bug in keyed loads on strings.
2988
2989 Fixed a bug with loading global function prototypes.
2990
2991 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
2992
2993 Performance improvements on all platforms.
2994
2995
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000029962010-09-15: Version 2.4.4
2997
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00002998 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00002999
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003000 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003001
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003002 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003003
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003004 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003005
3006
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000030072010-09-13: Version 2.4.3
3008
3009 Made Date.parse properly handle TZ offsets (issue 857).
3010
3011 Performance improvements on all platforms.
3012
3013
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000030142010-09-08: Version 2.4.2
3015
3016 Fixed GC crash bug.
3017
3018 Fixed stack corruption bug.
3019
3020 Fixed compilation for newer C++ compilers that found Operand(0)
3021 ambiguous.
3022
3023
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000030242010-09-06: Version 2.4.1
3025
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003026 Added the ability for an embedding application to receive a callback
3027 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3028 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003029
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003030 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003031
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003032 Fixed memory overrun crash bug triggered during V8's tick-based
3033 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003034
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003035 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003036
3037
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000030382010-09-01: Version 2.4.0
3039
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003040 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3041 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003042
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003043 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003044 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003045
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003046 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003047
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003048 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003049
3050
ricow@chromium.org65fae842010-08-25 15:26:24 +000030512010-08-25: Version 2.3.11
3052
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003053 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003054
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003055 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003056 VARIANT_FLAGS that allows specification of sets of flags with which
3057 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003058
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003059 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003060
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003061 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003062
3063
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000030642010-08-23: Version 2.3.10
3065
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003066 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003067
3068 Build fixes for unusual compilers.
3069
3070 Track high water mark for RWX memory.
3071
3072 Performance improvements on all platforms.
3073
3074
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000030752010-08-18: Version 2.3.9
3076
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003077 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003078
3079 Removed specialized handling of GCC 4.4 (issue 830).
3080
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003081 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003082 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3083
ricow@chromium.org65fae842010-08-25 15:26:24 +00003084 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003085
3086
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000030872010-08-16: Version 2.3.8
3088
3089 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3090
3091 Fixed issue with incorrect handling of custom valueOf methods on
3092 string wrappers (issue 760).
3093
3094 Fixed compilation for ARMv4 (issue 590).
3095
3096 Improved performance.
3097
3098
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000030992010-08-11: Version 2.3.7
3100
3101 Reduced size of heap snapshots produced by heap profiler (issue 783).
3102
3103 Introduced v8::Value::IsRegExp method.
3104
3105 Fixed CPU profiler crash in start / stop sequence when non-existent
3106 name is passed (issue http://crbug.com/51594).
3107
3108 Introduced new indexed property query callbacks API (issue 816). This
3109 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3110 by default.
3111
3112 Removed support for object literal get/set with number/string
3113 property name.
3114
3115 Fixed handling of JSObject::elements in CalculateNetworkSize
3116 (issue 822).
3117
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003118 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003119
3120
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000031212010-08-09: Version 2.3.6
3122
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003123 RegExp literals create a new object every time they are evaluated
3124 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003125
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003126 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003127
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003128 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003129
3130
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000031312010-08-04: Version 2.3.5
3132
3133 Added support for ES5 property names. Object initialisers and
3134 dot-notation property access now allows keywords. Also allowed
3135 non-identifiers after "get" or "set" in an object initialiser.
3136
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003137 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003138
3139
whesse@chromium.orge90029b2010-08-02 11:52:17 +000031402010-08-02: Version 2.3.4
3141
3142 Fixed problems in implementation of ES5 function.prototype.bind.
3143
3144 Fixed error when using apply with arguments object on ARM (issue 784).
3145
3146 Added setting of global flags to debugger protocol.
3147
3148 Fixed an error affecting cached results of sin and cos (issue 792).
3149
3150 Removed memory leak from a boundary case where V8 is not initialized.
3151
3152 Fixed issue where debugger could set breakpoints outside the body
3153 of a function.
3154
3155 Fixed issue in debugger when using both live edit and step in features.
3156
3157 Added Number-letter (Nl) category to Unicode tables. These characters
3158 can now be used in identifiers.
3159
3160 Fixed an assert failure on X64 (issue 806).
3161
3162 Performance improvements on all platforms.
3163
3164
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000031652010-07-26: Version 2.3.3
3166
3167 Fixed error when building the d8 shell in a fresh checkout.
3168
3169 Implemented Function.prototype.bind (ES5 15.3.4.5).
3170
3171 Fixed an error in inlined stores on ia32.
3172
3173 Fixed an error when setting a breakpoint at the end of a function
3174 that does not end with a newline character.
3175
3176 Performance improvements on all platforms.
3177
3178
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000031792010-07-21: Version 2.3.2
3180
3181 Fixed compiler warnings when building with LLVM.
3182
3183 Fixed a bug with for-in applied to strings (issue 785).
3184
3185 Performance improvements on all platforms.
3186
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003187
ricow@chromium.org4980dff2010-07-19 08:33:45 +000031882010-07-19: Version 2.3.1
3189
3190 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3191
3192 Fixed bug related to code flushing while compiling a lazy
3193 compilable function (issue http://crbug.com/49099).
3194
3195 Performance improvements on all platforms.
3196
3197
ager@chromium.orgb5737492010-07-15 09:29:43 +000031982010-07-15: Version 2.3.0
3199
3200 Added ES5 Object.seal and Object.isSealed.
3201
3202 Added debugger API for scheduling debugger commands from a
3203 separate thread.
3204
3205
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000032062010-07-14: Version 2.2.24
3207
3208 Added API for capturing stack traces for uncaught exceptions.
3209
3210 Fixed crash bug when preparsing from a non-external V8 string
3211 (issue 775).
3212
3213 Fixed JSON.parse bug causing input not to be converted to string
3214 (issue 764).
3215
3216 Added ES5 Object.freeze and Object.isFrozen.
3217
3218 Performance improvements on all platforms.
3219
3220
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000032212010-07-07: Version 2.2.23
3222
3223 API change: Convert Unicode code points outside the basic multilingual
3224 plane to the replacement character. Previous behavior was to silently
3225 truncate the value to 16 bits.
3226
3227 Fixed crash: handle all flat string types in regexp replace.
3228
3229 Prevent invalid pre-parsing data passed in through the API from
3230 crashing V8.
3231
3232 Performance improvements on all platforms.
3233
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003234
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000032352010-07-05: Version 2.2.22
3236
3237 Added ES5 Object.isExtensible and Object.preventExtensions.
3238
3239 Enabled building V8 as a DLL.
3240
3241 Fixed a bug in date code where -0 was not interpreted as 0
3242 (issue 736).
3243
3244 Performance improvements on all platforms.
3245
3246
lrn@chromium.org32d961d2010-06-30 09:09:34 +000032472010-06-30: Version 2.2.21
3248
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003249 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003250
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003251 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003252
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003253 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003254
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003255 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003256
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003257 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003258
3259 Provide actual breakpoints locations in response to setBreakpoint
3260 and listBreakpoints requests.
3261
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003262
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000032632010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003264
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003265 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003266
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003267 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003268
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003269 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003270
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003271 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003272 miscalculated for some inputs.
3273
3274 Performance improvements on all platforms.
3275
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003276
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000032772010-06-23: Version 2.2.19
3278
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003279 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003280 (issue 738).
3281
3282 Added expose-externalize-string flag for testing extensions.
3283
3284 Resolve linker issues with using V8 as a DLL causing a number of
3285 problems with unresolved symbols.
3286
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003287 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003288 defined.
3289
3290 Performance improvements on all platforms.
3291
3292
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000032932010-06-16: Version 2.2.18
3294
3295 Added API functions to retrieve information on indexed properties
3296 managed by the embedding layer. Fixes bug 737.
3297
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003298 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003299
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003300 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003301
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003302 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003303
3304 Incremental performance improvements.
3305
3306
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000033072010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003308
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003309 Improved debugger support for stepping out of functions.
3310
3311 Incremental performance improvements.
3312
3313
33142010-06-09: Version 2.2.16
3315
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003316 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003317 disposal of external string resources to call a virtual Dispose
3318 method on the resource.
3319
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003320 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003321 stepping.
3322
3323 Memory usage improvements on all platforms.
3324
3325
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000033262010-06-07: Version 2.2.15
3327
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003328 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003329
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003330 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003331 some compilers complaint when compiling with -Werror.
3332
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003333 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003334
3335
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000033362010-06-02: Version 2.2.14
3337
3338 Fixed a crash in code generated for String.charCodeAt.
3339
3340 Fixed a compilation issue with some GCC versions (issue 727).
3341
3342 Performance optimizations on x64 and ARM platforms.
3343
3344
ricow@chromium.org30ce4112010-05-31 10:38:25 +000033452010-05-31: Version 2.2.13
3346
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003347 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003348 strings (issue 599).
3349
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003350 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003352 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003353
3354 Performance improvements on all platforms.
3355
3356
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000033572010-05-26: Version 2.2.12
3358
3359 Allowed accessors to be defined on objects rather than just object
3360 templates.
3361
3362 Changed the ScriptData API.
3363
3364
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000033652010-05-21: Version 2.2.11
3366
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003367 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003368
3369 Use 'full compiler' when debugging is active. This should increase
3370 the density of possible break points, making single step more fine
3371 grained. This will only take effect for functions compiled after
3372 debugging has been started, so recompilation of all functions is
3373 required to get the full effect. IA32 and x64 only for now.
3374
3375 Misc. fixes to the Solaris build.
3376
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003377 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003378
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003379 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003380
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003381 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003382
3383 Incremental performance improvements in all backends.
3384
3385
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000033862010-05-17: Version 2.2.10
3387
3388 Performance improvements in the x64 and ARM backends.
3389
3390
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000033912010-05-10: Version 2.2.9
3392
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003393 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003394
3395 Fixed bug with Date.parse returning a non-NaN value when called on a
3396 non date string (issue 696).
3397
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003398 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003399 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003400
3401 C++ API for retrieving JavaScript stack trace information.
3402
3403
ager@chromium.orgac091b72010-05-05 07:34:42 +000034042010-05-05: Version 2.2.8
3405
3406 Performance improvements in the x64 and ARM backends.
3407
3408
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000034092010-05-03: Version 2.2.7
3410
3411 Added support for ES5 date time string format to Date.parse.
3412
3413 Performance improvements in the x64 backend.
3414
3415
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000034162010-04-28: Version 2.2.6
3417
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003418 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003419 (by Ryan Dahl <coldredlemur@gmail.com>).
3420
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003421 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003422
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003423 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003424
3425 Performance improvements on all platforms.
3426
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003427
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000034282010-04-26: Version 2.2.5
3429
3430 Various performance improvements (especially for ARM and x64)
3431
3432 Fixed bug in CPU profiling (http://crbug.com/42137)
3433
3434 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003435
3436 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003437 wrong calculations.
3438
3439 Fixed a bug that may cause a wrong result for shift operations.
3440
3441
34422010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003443
3444 Fixed warnings on arm on newer GCC versions.
3445
3446 Fixed a number of minor bugs.
3447
3448 Performance improvements on all platforms.
3449
3450
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000034512010-04-14: Version 2.2.3
3452
3453 Added stack command and mem command to ARM simulator debugger.
3454
3455 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3456
3457 Performance improvements on all platforms.
3458
3459
ager@chromium.org357bf652010-04-12 11:30:10 +000034602010-04-12: Version 2.2.2
3461
3462 Introduced new profiler API.
3463
3464 Fixed random number generator to produce full 32 random bits.
3465
3466
lrn@chromium.org25156de2010-04-06 13:10:27 +000034672010-04-06: Version 2.2.1
3468
3469 Debugger improvements.
3470
3471 Fixed minor bugs.
3472
3473
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000034742010-03-29: Version 2.2.0
3475
3476 Fixed a few minor bugs.
3477
3478 Performance improvements for string operations.
3479
3480
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000034812010-03-26: Version 2.1.10
3482
3483 Fixed scons build issues.
3484
3485 Fixed a couple of minor bugs.
3486
3487
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000034882010-03-25: Version 2.1.9
3489
3490 Added API support for reattaching a global object to a context.
3491
3492 Extended debugger API with access to the internal debugger context.
3493
3494 Fixed Chromium crashes (issues http://crbug.com/39128 and
3495 http://crbug.com/39160)
3496
3497
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000034982010-03-24: Version 2.1.8
3499
3500 Added fine-grained garbage collection callbacks to the API.
3501
3502 Performance improvements on all platforms.
3503
3504
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000035052010-03-22: Version 2.1.7
3506
3507 Fixed issue 650.
3508
3509 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003510
3511 Performance improvements for arithmetic operations.
3512
3513 Performance improvements for string operations.
3514
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003515 Print script name and line number information in stack trace.
3516
3517
35182010-03-17: Version 2.1.6
3519
3520 Performance improvements for arithmetic operations.
3521
3522 Performance improvements for string operations.
3523
3524
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000035252010-03-10: Version 2.1.4
3526
3527 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3528
3529 Performance improvements on all platforms.
3530
3531
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000035322010-03-10: Version 2.1.3
3533
3534 Added API method for context-disposal notifications.
3535
3536 Added API method for accessing elements by integer index.
3537
3538 Added missing implementation of Uint32::Value and Value::IsUint32
3539 API methods.
3540
3541 Added IsExecutionTerminating API method.
3542
3543 Disabled strict aliasing for GCC 4.4.
3544
3545 Fixed string-concatenation bug (issue 636).
3546
3547 Performance improvements on all platforms.
3548
3549
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000035502010-02-23: Version 2.1.2
3551
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003552 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003553
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003554 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003555
3556 Performance improvements on all platforms.
3557
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003558
ager@chromium.org5c838252010-02-19 08:53:10 +000035592010-02-19: Version 2.1.1
3560
3561 [ES5] Implemented Object.defineProperty.
3562
3563 Improved profiler support.
3564
3565 Added SetPrototype method in the public V8 API.
3566
3567 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3568 objects in the API.
3569
3570 Performance improvements on all platforms.
3571
3572
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000035732010-02-03: Version 2.1.0
3574
3575 Values are now always wrapped in objects when used as a receiver.
3576 (issue 223).
3577
3578 [ES5] Implemented Object.getOwnPropertyNames.
3579
3580 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3581 JSON grammar.
3582
3583 Improvement of debugger agent (issue 549 and 554).
3584
3585 Fixed problem with skipped stack frame in profiles (issue 553).
3586
3587 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3588 <ry@tinyclouds.org>.
3589
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003590 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003591 integers.
3592
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003593 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003594 functions (isue http://crbug.com/3867).
3595
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003596 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003597
3598 Numerous performance improvements including porting of previous IA-32
3599 optimizations to x64 and ARM architectures.
3600
3601
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000036022010-01-14: Version 2.0.6
3603
3604 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3605 GetOwnProperty, FromPropertyDescriptor.
3606
3607 Fixed Mac x64 build errors.
3608
3609 Improved performance of some math and string operations.
3610
3611 Improved performance of some regexp operations.
3612
3613 Improved performance of context creation.
3614
3615 Improved performance of hash tables.
3616
3617
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000036182009-12-18: Version 2.0.5
3619
3620 Extended to upper limit of map space to allow for 7 times as many map
3621 to be allocated (issue 524).
3622
3623 Improved performance of code using closures.
3624
3625 Improved performance of some binary operations involving doubles.
3626
3627
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000036282009-12-16: Version 2.0.4
3629
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003630 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003631
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003632 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003633
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003634 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003635
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003636 Improved handling of external strings by using a separate table
3637 instead of weak handles. This improves garbage collection
3638 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003639
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003640 Changed code generation for object and array literals in toplevel
3641 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003642
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003643 Fixed a crash bug triggered when garbage collection happened during
3644 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003645
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003646 Fixed crash bug sometimes triggered when local variables shadowed
3647 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003648
3649
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000036502009-12-03: Version 2.0.3
3651
3652 Optimized handling and adding of strings, for-in and Array.join.
3653
3654 Heap serialization is now non-destructive.
3655
3656 Improved profiler support with information on time spend in C++
3657 callbacks registered through the API.
3658
3659 Added commands to the debugger protocol for starting/stopping
3660 profiling.
3661
3662 Enabled the non-optimizing compiler for top-level code.
3663
3664 Changed the API to only allow strings to be set as data objects on
3665 Contexts and scripts to avoid potentially keeping global objects
3666 around for too long (issue 528).
3667
3668 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3669
3670 Fixed bugs.
3671
3672
ager@chromium.org01beca72009-11-24 14:29:16 +000036732009-11-24: Version 2.0.2
3674
3675 Improved profiler support.
3676
3677 Fixed bug that broke compilation of d8 with readline support.
3678
3679
ager@chromium.org6141cbe2009-11-20 12:14:52 +000036802009-11-20: Version 2.0.1
3681
3682 Fixed crash bug in String.prototype.replace.
3683
3684 Reverted a change which caused Chromium interactive ui test
3685 failures.
3686
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003687
ager@chromium.orgc4c92722009-11-18 14:12:51 +000036882009-11-18: Version 2.0.0
3689
3690 Added support for VFP on ARM.
3691
3692 Added TryCatch::ReThrow method to the API.
3693
3694 Reduced the size of snapshots and improved the snapshot load time.
3695
3696 Improved heap profiler support.
3697
3698 64-bit version now supported on Windows.
3699
3700 Fixed a number of debugger issues.
3701
3702 Fixed bugs.
3703
3704
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000037052009-10-29: Version 1.3.18
3706
3707 Reverted a change which caused crashes in RegExp replace.
3708
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00003709 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00003710
3711
ager@chromium.org3811b432009-10-28 14:53:37 +000037122009-10-28: Version 1.3.17
3713
3714 Added API method to get simple heap statistics.
3715
3716 Improved heap profiler support.
3717
3718 Fixed the implementation of the resource constraint API so it
3719 works when using snapshots.
3720
3721 Fixed a number of issues in the Windows 64-bit version.
3722
3723 Optimized calls to API getters.
3724
3725 Added valgrind notification on code modification to the 64-bit version.
3726
3727 Fixed issue where we logged shared library addresses on Windows at
3728 startup and never used them.
3729
3730
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000037312009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003732
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003733 X64: Convert smis to holding 32 bits of payload.
3734
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003735 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003736
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003737 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003738
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003739 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003740 Patch by Jan de Mooij <jandemooij@gmail.com>
3741
3742 Implement ES5 Array.isArray
3743 Patch by Jan de Mooij <jandemooij@gmail.com>
3744
3745 Skip access checks for hidden properties.
3746
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003747 Added String::Concat(Handle<String> left, Handle<String> right) to the
3748 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003749
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003750 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00003751
3752
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000037532009-10-07: Version 1.3.15
3754
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003755 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00003756
3757 Fixed a crash bug happening when starting profiling (issue
3758 http://crbug.com/23768).
3759
3760
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000037612009-10-07: Version 1.3.14
3762
3763 Added GetRealNamedProperty to the API to lookup real properties
3764 located on the object or in the prototype chain skipping any
3765 interceptors.
3766
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003767 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003768 stack limit now needs to be set to each thread thich is used with V8.
3769
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003770 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003771
3772 Ensure V8 is initialized before locking and unlocking threads.
3773
3774 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00003775 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00003776 Crockford from the project.
3777
3778 Added a missing optimization in StringCharAt.
3779
3780 Fixed some flaky socket tests.
3781
3782 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
3783 in 64-bit mode.
3784
3785 Fixed memory leaks in the thread management code.
3786
3787 Fixed the result of assignment to a pixel array. The assigned value
3788 is now the result.
3789
3790 Error reporting for invalid left-hand sides in for-in statements, pre-
3791 and postfix count expressions, and assignments now matches the JSC
3792 behavior in Safari 4.
3793
3794 Follow the spec in disallowing function declarations without a name.
3795
3796 Always allocate code objects within a 2 GB range. On x64 architecture
3797 this is used to use near calls (32-bit displacement) in Code objects.
3798
3799 Optimized array construction ported to x64 and ARM architectures.
3800
3801 [ES5] Changed Object.keys to return strings for element indices.
3802
3803
ager@chromium.org68e7ab72009-09-23 09:40:39 +000038042009-09-23: Version 1.3.13
3805
3806 Fixed uninitialized memory problem.
3807
3808 Improved heap profiler support.
3809
3810
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000038112009-09-22: Version 1.3.12
3812
3813 Changed behavior of |function|.toString() on built-in functions to
3814 be compatible with other implementations. Patch by Jan de Mooij.
3815
3816 Added Object::IsDirty in the API.
3817
3818 Optimized array construction; it is now handled purely in native
3819 code.
3820
3821 [ES5] Made properties of the arguments array enumerable.
3822
3823 [ES5] Added test suite adapter for the es5conform test suite.
3824
3825 [ES5] Added Object.keys function.
3826
ager@chromium.org68e7ab72009-09-23 09:40:39 +00003827
ager@chromium.org4af710e2009-09-15 12:20:11 +000038282009-09-15: Version 1.3.11
3829
3830 Fixed crash in error reporting during bootstrapping.
3831
3832 Optimized generated IA32 math code by using SSE2 instructions when
3833 available.
3834
3835 Implemented missing pieces of debugger infrastructure on ARM. The
3836 debugger is now fully functional on ARM.
3837
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003838 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00003839
3840
ager@chromium.orga1645e22009-09-09 19:27:10 +000038412009-09-09: Version 1.3.10
3842
3843 Fixed profiler on Mac in 64-bit mode.
3844
3845 Optimized creation of objects from simple constructor functions on
3846 ARM.
3847
3848 Fixed a number of debugger issues.
3849
3850 Reduced the amount of memory consumed by V8.
3851
3852
ager@chromium.org18ad94b2009-09-02 08:22:29 +000038532009-09-02: Version 1.3.9
3854
3855 Optimized stack guard checks on ARM.
3856
3857 Optimized API operations by inlining more in the API.
3858
3859 Optimized creation of objects from simple constructor functions.
3860
3861 Enabled a number of missing optimizations in the 64-bit port.
3862
3863 Implemented native-code support for regular expressions on ARM.
3864
3865 Stopped using the 'sahf' instruction on 64-bit machines that do
3866 not support it.
3867
3868 Fixed a bug in the support for forceful termination of JavaScript
3869 execution.
3870
3871
ager@chromium.org96c75b52009-08-26 09:13:16 +000038722009-08-26: Version 1.3.8
3873
3874 Changed the handling of idle notifications to allow idle
3875 notifications when V8 has not yet been initialized.
3876
3877 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003878
ager@chromium.org96c75b52009-08-26 09:13:16 +00003879
ager@chromium.orgab99eea2009-08-25 07:05:41 +000038802009-08-25: Version 1.3.7
3881
3882 Reduced the size of generated code on ARM platforms by reducing
3883 the size of constant pools.
3884
3885 Changed build files to not include the 'ENV' user environment
3886 variable in the build environment.
3887
3888 Changed the handling of idle notifications.
3889
3890
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000038912009-08-21: Version 1.3.6
3892
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003893 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003894
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003895 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00003896 a low memory situation to V8.
3897
3898 Changed the handling of global handles (persistent handles in the API
3899 sense) to avoid issues regarding allocation of new global handles
3900 during weak handle callbacks.
3901
3902 Changed the growth policy of the young space.
3903
3904 Fixed a GC issue introduced in version 1.3.5.
3905
3906
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000039072009-08-19: Version 1.3.5
3908
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003909 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003910
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003911 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003912
3913 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
3914
3915 Changed typeof RegExp from 'object' to 'function' for compatibility.
3916 Fixed bug where regexps were not callable across contexts.
3917
3918 Added context independent script compilation to the API.
3919
3920 Added API call to get the stack trace for an exception.
3921
3922 Added API for getting object mirrors.
3923
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003924 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00003925 running off a snapshot generated without using SSE3 instructions.
3926
3927 Tweaked the handling of the initial size and growth policy of the heap.
3928
3929 Added native code generation for RegExp to 64-bit version.
3930
3931 Added JavaScript debugger support to 64-bit version.
3932
3933
ager@chromium.orgadd848f2009-08-13 12:44:13 +000039342009-08-13: Version 1.3.4
3935
3936 Added a readline() command to the d8 shell.
3937
3938 Fixed bug in json parsing.
3939
3940 Added idle notification to the API and reduced memory on idle
3941 notifications.
3942
3943
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000039442009-08-12: Version 1.3.3
3945
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003946 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003947
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003948 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003949
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003950 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003951
3952 API: added function to find instance of template in prototype
3953 chain. Inlined Object::IsInstanceOf.
3954
3955 Land change to notify valgrind when we modify code on x86.
3956
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003957 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003958
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003959 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00003960
3961
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000039622009-08-05: Version 1.3.2
3963
3964 Started new compiler infrastructure for two-pass compilation using a
3965 control flow graph constructed from the AST.
3966
3967 Profiler stack sampling for X64.
3968
3969 Safe handling of NaN to Posix platform-dependent time functions.
3970
3971 Added a new profiler control API to unify controlling various aspects
3972 of profiling.
3973
3974 Fixed issue 392.
3975
3976
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000039772009-07-30: Version 1.3.1
3978
3979 Speed improvements to accessors and interceptors.
3980
3981 Added support for capturing stack information on custom errors.
3982
3983 Added support for morphing an object into a pixel array where its
3984 indexed properties are stored in an external byte array. Values written
3985 are always clamped to the 0..255 interval.
3986
3987 Profiler on x64 now handles C/C++ functions from shared libraries.
3988
3989 Changed the debugger to avoid stepping into function.call/apply if the
3990 function is a built-in.
3991
3992 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003993
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003994 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003995
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00003996 Optimized the called as constructor check for API calls.
3997
3998
kasperl@chromium.orge959c182009-07-27 08:59:04 +000039992009-07-27: Version 1.3.0
4000
4001 Allowed RegExp objects to be called as functions (issue 132).
4002
4003 Fixed issue where global property cells would escape after
4004 detaching the global object; see http://crbug.com/16276.
4005
4006 Added support for stepping into setters and getters in the
4007 debugger.
4008
4009 Changed the debugger to avoid stopping in its own JavaScript code
4010 and in the code of built-in functions.
4011
4012 Fixed issue 345 by avoiding duplicate escaping labels.
4013
4014 Fixed ARM code generator crash in short-circuited boolean
4015 expressions and added regression tests.
4016
4017 Added an external allocation limit to avoid issues where small V8
4018 objects would hold on to large amounts of external memory without
4019 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004020
4021 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004022
4023
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000040242009-07-13: Version 1.2.14
4025
4026 Added separate paged heap space for global property cells and
4027 avoid updating the write barrier when storing into them.
4028
4029 Improved peep-hole optimization on ARM platforms by not emitting
4030 unnecessary debug information.
4031
4032 Re-enabled ICs for loads and calls that skip a global object
4033 during lookup through the prototype chain.
4034
4035 Allowed access through global proxies to use ICs.
4036
4037 Fixed issue 401.
4038
4039
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000040402009-07-09: Version 1.2.13
4041
4042 Fixed issue 397, issue 398, and issue 399.
4043
4044 Added support for breakpoint groups.
4045
4046 Fixed bugs introduced with the new global object representation.
4047
4048 Fixed a few bugs in the ARM code generator.
4049
4050
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000040512009-07-06: Version 1.2.12
4052
4053 Added stack traces collection to Error objects accessible through
4054 the e.stack property.
4055
4056 Changed RegExp parser to use a recursive data structure instead of
4057 stack-based recursion.
4058
4059 Optimized Date object construction and string concatenation.
4060
4061 Improved performance of div, mod, and mul on ARM platforms.
4062
4063
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000040642009-07-02: Version 1.2.11
4065
4066 Improved performance on IA-32 and ARM.
4067
4068 Fixed profiler sampler implementation on Mac OS X.
4069
4070 Changed the representation of global objects to improve
4071 performance of adding a lot of new properties.
4072
4073
ager@chromium.org3e875802009-06-29 08:26:34 +000040742009-06-29: Version 1.2.10
4075
4076 Improved debugger support.
4077
4078 Fixed bug in exception message reporting (issue 390).
4079
4080 Improved overall performance.
4081
4082
ager@chromium.org5aa501c2009-06-23 07:57:28 +000040832009-06-23: Version 1.2.9
4084
4085 Improved math performance on ARM.
4086
4087 Fixed profiler name-inference bug.
4088
4089 Fixed handling of shared libraries in the profiler tick processor
4090 scripts.
4091
4092 Fixed handling of tests that time out in the test scripts.
4093
4094 Fixed compilation on MacOS X version 10.4.
4095
4096 Fixed two bugs in the regular expression engine.
4097
4098 Fixed a bug in the string type inference.
4099
4100 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004101
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004102 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004103
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004104
ager@chromium.orgeadaf222009-06-16 09:43:10 +000041052009-06-16: Version 1.2.8
4106
4107 Optimized math on ARM platforms.
4108
4109 Fixed two crash bugs in the handling of getters and setters.
4110
4111 Improved the debugger support by adding scope chain information.
4112
4113 Improved the profiler support by compressing log data transmitted
4114 to clients.
4115
4116 Improved overall performance.
4117
4118
ager@chromium.orge2902be2009-06-08 12:21:35 +000041192009-06-08: Version 1.2.7
4120
4121 Improved debugger and profiler support.
4122
4123 Reduced compilation time by improving the handling of deferred
4124 code.
4125
4126 Optimized interceptor accesses where the property is on the object
4127 on which the interceptors is attached.
4128
4129 Fixed compilation problem on GCC 4.4 by changing the stack
4130 alignment to 16 bytes.
4131
4132 Fixed handle creation to follow stric aliasing rules.
4133
4134 Fixed compilation on FreeBSD.
4135
4136 Introduced API for forcing the deletion of a property ignoring
4137 interceptors and attributes.
4138
4139
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000041402009-05-29: Version 1.2.6
4141
4142 Added a histogram recording hit rates at different levels of the
4143 compilation cache.
4144
4145 Added stack overflow check for the RegExp analysis phase. Previously a
4146 very long regexp graph could overflow the stack with recursive calls.
4147
4148 Use a dynamic buffer when collecting log events in memory.
4149
4150 Added start/stop events to the profiler log.
4151
4152 Fixed infinite loop which could happen when setting a debug break while
4153 executing a RegExp compiled to native code.
4154
4155 Fixed handling of lastIndexOf called with negative index (issue 351).
4156
4157 Fixed irregular crash in profiler test (issue 358).
4158
4159 Fixed compilation issues with some versions of gcc.
4160
4161
kasperl@chromium.org71affb52009-05-26 05:44:31 +000041622009-05-26: Version 1.2.5
4163
4164 Fixed bug in initial boundary check for Boyer-Moore text
4165 search (issue 349).
4166
4167 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4168 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4169 Craig Schlenter.
4170
4171 Added a script cache to the debugger.
4172
4173 Optimized compilation performance by improving internal data
4174 structures and avoiding expensive property load optimizations for
4175 code that's infrequently executed.
4176
4177 Exposed the calling JavaScript context through the static API
4178 function Context::GetCalling().
4179
4180
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000041812009-05-18: Version 1.2.4
4182
4183 Improved performance of floating point number allocation for ARM
4184 platforms.
4185
4186 Fixed crash when using the instanceof operator on functions with
4187 number values in their prototype chain (issue 341).
4188
4189 Optimized virtual frame operations in the code generator to speed
4190 up compilation time and allocated the frames in the zone.
4191
4192 Made the representation of virtual frames and jump targets in the
4193 code generator much more compact.
4194
4195 Avoided linear search for non-locals in scope code when resolving
4196 variables inside with and eval scopes.
4197
4198 Optimized lexical scanner by dealing with whitespace as part of
4199 the token scanning instead of as a separate step before it.
4200
4201 Changed the scavenging collector so that promoted objects do not
4202 reside in the old generation while their remembered set is being
4203 swept for pointers into the young generation.
4204
4205 Fixed numeric overflow handling when compiling count operations.
4206
4207
ager@chromium.org9085a012009-05-11 19:22:57 +000042082009-05-11: Version 1.2.3
4209
4210 Fixed bug in reporting of out-of-memory situations.
4211
4212 Introduced hidden prototypes on certain builtin prototype objects
4213 such as String.prototype to emulate JSC's behavior of restoring
4214 the original function when deleting functions from those prototype
4215 objects.
4216
4217 Fixed crash bug in the register allocator.
4218
4219
ager@chromium.org5ec48922009-05-05 07:25:34 +000042202009-05-04: Version 1.2.2
4221
4222 Fixed bug in array sorting for sparse arrays (issue 326).
4223
4224 Added support for adding a soname when building a shared library
4225 on Linux (issue 151).
4226
4227 Fixed bug caused by morphing internal ASCII strings to external
4228 two-byte strings. Slices over ASCII strings have to forward ASCII
4229 checks to the underlying buffer string.
4230
4231 Allowed API call-as-function handlers to be called as
4232 constructors.
4233
4234 Fixed a crash bug where an external string was disposed but a
4235 slice of the external string survived as a symbol.
4236
4237
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000042382009-04-27: Version 1.2.1
4239
4240 Added EcmaScript 5 JSON object.
4241
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004242 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004243
4244
ager@chromium.org65dad4b2009-04-23 08:48:43 +000042452009-04-23: Version 1.2.0
4246
4247 Optimized floating-point operations on ARM.
4248
4249 Added a number of extensions to the debugger API.
4250
4251 Changed the enumeration order for unsigned integer keys to always
4252 be numerical order.
4253
4254 Added a "read" extension to the shell sample.
4255
4256 Added support for Array.prototype.reduce and
4257 Array.prototype.reduceRight.
4258
4259 Added an option to the SCons build to control Microsoft Visual C++
4260 link-time code generation.
4261
4262 Fixed a number of bugs (in particular issue 315, issue 316,
4263 issue 317 and issue 318).
4264
4265
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000042662009-04-15: Version 1.1.10
4267
4268 Fixed crash bug that occurred when loading a const variable in the
4269 presence of eval.
4270
4271 Allowed using with and eval in registered extensions in debug mode
4272 by fixing bogus assert.
4273
4274 Fixed the source position for function returns to enable the
4275 debugger to break there.
4276
4277
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000042782009-04-14: Version 1.1.9
4279
4280 Made the stack traversal code in the profiler robust by avoiding
4281 to look into the heap.
4282
4283 Added name inferencing for anonymous functions to facilitate
4284 debugging and profiling.
4285
4286 Re-enabled stats timers in the developer shell (d8).
4287
4288 Fixed issue 303 by avoiding to shortcut cons-symbols.
4289
4290
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000042912009-04-11: Version 1.1.8
4292
4293 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4294
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004295 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004296 the debugger (issue 269).
4297
4298 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4299 are no hidden properties.
4300
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004301 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004302 entries with deleted resources would lead to NPEs when looking
4303 up in the symbol table.
4304
4305
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000043062009-04-07: Version 1.1.7
4307
4308 Added support for easily importing additional environment
4309 variables into the SCons build.
4310
4311 Optimized strict equality checks.
4312
4313 Fixed crash in indexed setters on objects without a corresponding
4314 getter (issue 298).
4315
4316 Re-enabled script compilation cache.
4317
4318
ager@chromium.org8682a592009-04-01 10:47:14 +000043192009-04-01: Version 1.1.6
4320
4321 Reverted an unsafe code generator change.
4322
4323
ager@chromium.org71daaf62009-04-01 07:22:49 +000043242009-04-01: Version 1.1.5
4325
4326 Fixed bug that caused function literals to not be optimized as
4327 much as other functions.
4328
4329 Improved profiler support.
4330
4331 Fixed a crash bug in connection with debugger unloading.
4332
4333 Fixed a crash bug in the code generator caused by losing the
4334 information that a frame element was copied.
4335
4336 Fixed an exception propagation bug that could cause non-null
4337 return values when exceptions were thrown.
4338
4339
ager@chromium.org41826e72009-03-30 13:30:57 +000043402009-03-30: Version 1.1.4
4341
4342 Optimized String.prototype.match.
4343
4344 Improved the stack information in profiles.
4345
4346 Fixed bug in ARM port making it possible to compile the runtime
4347 system for thumb mode again.
4348
4349 Implemented a number of optimizations in the code generator.
4350
4351 Fixed a number of memory leaks in tests.
4352
4353 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004354 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004355
4356
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000043572009-03-24: Version 1.1.3
4358
4359 Fixed assertion failures in compilation of loop conditions.
4360
4361 Removed STL dependency from developer shell (d8).
4362
4363 Added infrastructure for protecting the V8 heap from corruption
4364 caused by memory modifications from the outside.
4365
4366
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000043672009-03-24: Version 1.1.2
4368
4369 Improved frame merge code generated by the code generator.
4370
4371 Optimized String.prototype.replace.
4372
4373 Implemented __defineGetter__ and __defineSetter__ for properties
4374 with integer keys on non-array objects.
4375
4376 Improved debugger and profiler support.
4377
4378 Fixed a number of portability issues to allow compilation for
4379 smaller ARM devices.
4380
4381 Exposed object cloning through the API.
4382
4383 Implemented hidden properties. This is used to expose an identity
4384 hash for objects through the API.
4385
4386 Implemented restarting of regular expressions if their input
4387 string changes representation during preemption.
4388
4389 Fixed a code generator bug that could cause assignments in loops
4390 to be ignored if using continue to break out of the loop (issue
4391 284).
4392
4393
ager@chromium.org3a6061e2009-03-12 14:24:36 +000043942009-03-12: Version 1.1.1
4395
4396 Fixed an assertion in the new compiler to take stack overflow
4397 exceptions into account.
4398
4399 Removed exception propagation code that could cause crashes.
4400
4401 Fixed minor bug in debugger line number computations.
4402
4403 8-byte align the C stack on Linux and Windows to speed up floating
4404 point computations.
4405
4406
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000044072009-03-12: Version 1.1.0
4408
4409 Improved code generation infrastructure by doing simple register
4410 allocation and constant folding and propagation.
4411
4412 Optimized regular expression matching by avoiding to create
4413 intermediate string arrays and by flattening nested array
4414 representations of RegExp data.
4415
4416 Traverse a few stack frames when recording profiler samples to
4417 include partial call graphs in the profiling output.
4418
4419 Added support for using OProfile to profile generated code.
4420
4421 Added remote debugging support to the D8 developer shell.
4422
4423 Optimized creation of nested literals like JSON objects.
4424
4425 Fixed a bug in garbage collecting unused maps and turned it on by
4426 default (--collect-maps).
4427
4428 Added support for running tests under Valgrind.
4429
4430
kasperl@chromium.org061ef742009-02-27 12:16:20 +000044312009-02-27: Version 1.0.3
4432
4433 Optimized double-to-integer conversions in bit operations by using
4434 SSE3 instructions if available.
4435
4436 Optimized initialization sequences that store to multiple
4437 properties of the same object.
4438
4439 Changed the D8 debugger frontend to use JSON messages.
4440
4441 Force garbage collections when disposing contexts.
4442
4443 Align code objects at 32-byte boundaries.
4444
4445
ager@chromium.org381abbb2009-02-25 13:23:22 +000044462009-02-25: Version 1.0.2
4447
4448 Improved profiling support by performing simple call stack
4449 sampling for ticks and by fixing a bug in the logging of code
4450 addresses.
4451
4452 Fixed a number of debugger issues.
4453
4454 Optimized code that uses eval.
4455
4456 Fixed a couple of bugs in the regular expression engine.
4457
4458 Reduced the size of generated code for certain regular expressions.
4459
4460 Removed JSCRE completely.
4461
4462 Fixed issue where test could not be run if there was a dot in the
4463 checkout path.
4464
4465
ager@chromium.org6f10e412009-02-13 10:11:16 +000044662009-02-13: Version 1.0.1
4467
4468 Fixed two crash-bugs in irregexp (issue 231 and 233).
4469
4470 Fixed a number of minor bugs (issue 87, 227 and 228).
4471
4472 Added support for morphing strings to external strings on demand
4473 to avoid having to create copies in the embedding code.
4474
4475 Removed experimental support for external symbol callbacks.
4476
4477
iposva@chromium.org245aa852009-02-10 00:49:54 +000044782009-02-09: Version 1.0.0
4479
4480 Fixed crash-bug in the code generation for case independent 16 bit
4481 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004482
iposva@chromium.org245aa852009-02-10 00:49:54 +00004483 Made shells more robust in the presence of string conversion
4484 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004485
iposva@chromium.org245aa852009-02-10 00:49:54 +00004486 Fixed a potential infinite loop when attempting to resolve
4487 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004488
iposva@chromium.org245aa852009-02-10 00:49:54 +00004489 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004490
iposva@chromium.org245aa852009-02-10 00:49:54 +00004491 Reduced binary by stripping unneeded text from JavaScript library and
4492 minifying some JavaScript files.
4493
4494
ager@chromium.orgddb913d2009-01-27 10:01:48 +000044952009-01-27: Version 0.4.9
4496
4497 Enabled new regular expression engine.
4498
4499 Made a number of changes to the debugger protocol.
4500
4501 Fixed a number of bugs in the preemption support.
4502
4503 Added -p option to the developer shell to run files in parallel
4504 using preemption.
4505
4506 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4507 193, 198 and 201).
4508
4509 Fixed a number of bugs in the serialization/deserialization
4510 support for the ARM platform.
4511
4512
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000045132009-01-19: Version 0.4.8.1
4514
4515 Minor patch to debugger support.
4516
4517
ager@chromium.org32912102009-01-16 10:38:43 +000045182009-01-16: Version 0.4.8
4519
4520 Fixed string length bug on ARM (issue 171).
4521
4522 Made most methods in the API const.
4523
4524 Optimized object literals by improving data locality.
4525
4526 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004527 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004528
4529 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004530 eval to behave incorrectly when using accessors (issues 186, 190
4531 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004532
4533
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000045342009-01-06: Version 0.4.7
4535
ager@chromium.org32912102009-01-16 10:38:43 +00004536 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004537
ager@chromium.org32912102009-01-16 10:38:43 +00004538 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004539
ager@chromium.org32912102009-01-16 10:38:43 +00004540 Fixed subtle bug that caused the wrong 'this' to be used when
4541 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004542
ager@chromium.org32912102009-01-16 10:38:43 +00004543 Inline array loads within loops directly in the code instead of
4544 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004545
ager@chromium.org32912102009-01-16 10:38:43 +00004546
ager@chromium.org8bb60582008-12-11 12:02:20 +000045472008-12-11: Version 0.4.6
4548
4549 Fixed exception reporting bug where certain exceptions were
4550 incorrectly reported as uncaught.
4551
4552 Improved the memory allocation strategy used during compilation to
4553 make running out of memory when compiling huge scripts less
4554 likely.
4555
4556 Optimized String.replace by avoiding the construction of certain
4557 sub strings.
4558
4559 Fixed bug in code generation for large switch statements on ARM.
4560
4561 Fixed bug that caused V8 to change the global object template
4562 passed in by the user.
4563
4564 Changed the API for creating object groups used during garbage
4565 collection. Entire object groups are now passed to V8 instead of
4566 individual members of the groups.
4567
ager@chromium.org32912102009-01-16 10:38:43 +00004568
ager@chromium.orga74f0da2008-12-03 16:05:52 +000045692008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004570
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004571 Added experimental API support for allocating V8 symbols as
4572 external strings.
4573
4574 Fixed bugs in debugging support on ARM.
4575
4576 Changed eval implementation to correctly detect whether or not a
4577 call to eval is aliased.
4578
4579 Fixed bug caused by a combination of the compilation cache and
4580 dictionary probing in native code. The bug caused us to sometimes
4581 call functions that had not yet been compiled.
4582
4583 Added platform support for FreeBSD.
4584
4585 Added support for building V8 on Windows with either the shared or
4586 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004587
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004588 Added the v8::jscre namespace around the jscre functions to avoid
4589 link errors (duplicate symbols) when building Google Chrome.
4590
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004591 Added support for calling a JavaScript function with the current
4592 debugger execution context as its argument to the debugger
4593 interface.
4594
4595 Changed the type of names of counters from wchar_t to char.
4596
4597 Changed the Windows system call used to compute daylight savings
4598 time. The system call that we used to use became four times
4599 slower on WinXP SP3.
4600
4601 Added support in the d8 developer shell for memory-mapped counters
4602 and added a stats-viewer tool.
4603
4604 Fixed bug in upper/lower case mappings (issue 149).
4605
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004606
ager@chromium.org3bf7b912008-11-17 09:09:45 +000046072008-11-17: Version 0.4.4
4608
4609 Reduced code size by using shorter instruction encoding when
4610 possible.
4611
4612 Added a --help option to the shell sample and to the d8 shell.
4613
4614 Added visual studio project files for building the ARM simulator.
4615
4616 Fixed a number of ARM simulator issues.
4617
4618 Fixed bug in out-of-memory handling on ARM.
4619
4620 Implemented shell support for passing arguments to a script from
4621 the command line.
4622
4623 Fixed bug in date code that made certain date functions return -0
4624 instead of 0 for dates before the epoch.
4625
4626 Restricted applications of eval so it can only be used in the
4627 context of the associated global object.
4628
4629 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004630
4631
ager@chromium.org870a0b62008-11-04 11:43:05 +000046322008-11-04: Version 0.4.3
4633
4634 Added support for API accessors that prohibit overwriting by
4635 accessors defined in JavaScript code by using __defineGetter__ and
4636 __defineSetter__.
4637
4638 Improved handling of conditionals in test status files.
4639
4640 Introduced access control in propertyIsEnumerable.
4641
4642 Improved performance of some string operations by caching
4643 information about the type of the string between operations.
4644
4645 Fixed bug in fast-case code for switch statements that only have
4646 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004647
ager@chromium.org870a0b62008-11-04 11:43:05 +00004648
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000046492008-10-30: Version 0.4.2
4650
4651 Improved performance of Array.prototype.concat by moving the
4652 implementation to C++ (issue 123).
4653
4654 Fixed heap growth policy to avoid growing old space to its maximum
4655 capacity before doing a garbage collection and fixed issue that
4656 would lead to artificial out of memory situations (issue 129).
4657
4658 Fixed Date.prototype.toLocaleDateString to return the date in the
4659 same format as WebKit.
4660
4661 Added missing initialization checks to debugger API.
4662
4663 Added removing of unused maps during GC.
4664
4665
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000046662008-10-28: Version 0.4.1
4667
4668 Added caching of RegExp data in compilation cache.
4669
4670 Added Visual Studio project file for d8 shell.
4671
4672 Fixed function call performance regression introduced in version
4673 0.4.0 when splitting the global object in two parts (issue 120).
4674
4675 Fixed issue 131 by checking for empty handles before throwing and
4676 reporting exceptions.
4677
4678
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000046792008-10-23: Version 0.4.0
4680
4681 Split the global object into two parts: The state holding global
4682 object and the global object proxy.
4683
4684 Fixed bug that affected the value of an assignment to an element
4685 in certain cases (issue 116).
4686
4687 Added GetPropertyNames functionality (issue 33) and extra Date
4688 functions (issue 77) to the API.
4689
4690 Changed WeakReferenceCallback to take a Persistent<Value> instead
4691 of a Persistent<Object> (issue 101).
4692
4693 Fixed issues with message reporting for exceptions in try-finally
4694 blocks (issues 73 and 75).
4695
ager@chromium.org32912102009-01-16 10:38:43 +00004696 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00004697
4698 Improved Boyer-Moore implementation for faster indexOf operations.
4699
4700 Added development shell (d8) which includes counters and
4701 completion support.
4702
4703 Fixed problem with the receiver passed to functions called from
4704 eval (issue 124).
4705
4706
ager@chromium.org7c537e22008-10-16 08:43:32 +000047072008-10-16: Version 0.3.5
4708
4709 Improved string hash-code distribution by excluding bit-field bits
4710 from the hash-code.
4711
4712 Changed string search algorithm used in indexOf from KMP to
4713 Boyer-Moore.
4714
4715 Improved the generated code for the instanceof operator.
4716
4717 Improved performance of slow-case string equality checks by
4718 specializing the code based on the string representation.
4719
4720 Improve the handling of out-of-memory situations (issue 70).
4721
4722 Improved performance of strict equality checks.
4723
4724 Improved profiler output to make it easier to see anonymous
4725 functions.
4726
4727 Improved performance of slow-case keyed loads.
4728
4729 Improved property access performance by allocating a number of
4730 properties in the front object.
4731
4732 Changed the toString behavior on the built-in object constructors
4733 to print [native code] instead of the actual source. Some web
4734 applications do not like constructors with complex toString
4735 results.
ager@chromium.org32912102009-01-16 10:38:43 +00004736
ager@chromium.org7c537e22008-10-16 08:43:32 +00004737
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000047382008-10-06: Version 0.3.4
4739
4740 Changed Array.prototype.sort to use quick sort.
4741
4742 Fixed code generation issue where leaving a finally block with
4743 break or continue would accumulate elements on the expression
4744 stack (issue 86).
4745
4746 Made sure that the name accessor on functions returns the expected
4747 names for builtin JavaScript functions and C++ callback functions.
4748
4749 Added fast case code for extending the property storage array of
4750 JavaScript objects.
4751
4752 Ported switch statement optimizations introduced in version 0.3.3
4753 to the ARM code generator.
4754
4755 Allowed GCC to use strict-aliasing rules when compiling.
4756
4757 Improved performance of arguments object allocation by taking care
4758 of arguments adaptor frames in the generated code.
4759
4760 Updated the V8 benchmark suite to version 2.
4761
4762
ager@chromium.org236ad962008-09-25 09:45:57 +000047632008-09-25: Version 0.3.3
4764
4765 Improved handling of relocation information to enable more
4766 peep-hole optimizations.
4767
4768 Optimized switch statements where all labels are constant small
4769 integers.
4770
4771 Optimized String.prototype.indexOf for common cases.
4772
4773 Fixed more build issues (issue 80).
4774
4775 Fixed a couple of profiler issues.
4776
4777 Fixed bug where the body of a function created using the Function
4778 constructor was not allowed to end with a single-line comment
4779 (issue 85).
4780
4781 Improved handling of object literals by canonicalizing object
4782 literal maps. This will allow JSON objects with the same set of
4783 properties to share the same map making inline caching work better
4784 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00004785
ager@chromium.org236ad962008-09-25 09:45:57 +00004786
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000047872008-09-17: Version 0.3.2
4788
4789 Generalized the EvalCache into a CompilationCache and enabled it
4790 for scripts too. The current strategy is to retire all entries
4791 whenever a mark-sweep collection is started.
4792
4793 Fixed bug where switch statements containing only a default case
4794 would lead to an unbalanced stack (issue 69).
4795
4796 Fixed bug that made access to the function in a named function
4797 expression impossible in certain situations (issue 24).
4798
4799 Fixed even more build issues.
4800
4801 Optimized calling conventions on ARM. The conventions on ARM and
4802 IA-32 now match.
4803
4804 Removed static initializers for flags and counters.
4805
4806 Improved inline caching behavior for uncommon cases where lazily
4807 loading Date and RegExp code could force certain code paths go
4808 megamorphic.
4809
4810 Removed arguments adaption for builtins written in C++. This
4811 makes Array.prototype.push and Array.prototype.pop slightly
4812 faster.
4813
4814
ager@chromium.org9258b6b2008-09-11 09:11:10 +000048152008-09-11: Version 0.3.1
4816
4817 Fixed a number of build issues.
4818
4819 Fixed problem with missing I-cache flusing on ARM.
4820
4821 Changed space layout in memory management by splitting up
4822 code space into old data space and code space.
4823
4824 Added utf-8 conversion support to the API (issue 57).
4825
4826 Optimized repeated calls to eval with the same strings. These
4827 repeated calls are common in web applications.
4828
4829 Added Xcode project file.
4830
4831 Optimized a couple of Array operation.
4832
4833 Fixed parser bug by checking for end-of-string when parsing break
4834 and continue (issue 35).
4835
4836 Fixed problem where asian characters were not categorized as
4837 letters.
4838
4839 Fixed bug that disallowed calling functions fetched from an array
4840 using a string as an array index (issue 32).
4841
4842 Fixed bug where the internal field count on object templates were
4843 sometimes ignored (issue 54).
4844
4845 Added -f option to the shell sample for compatibility with other
4846 engines (issue 18).
4847
4848 Added source info to TryCatches in the API.
4849
4850 Fixed problem where the seed for the random number generator was
4851 clipped in a double to unsigned int conversion.
4852
4853 Fixed bug where cons string symbols were sometimes converted to
4854 non-symbol flat strings during GC.
4855
4856 Fixed bug in error reporting when attempting to convert null to an
4857 object.
ager@chromium.org32912102009-01-16 10:38:43 +00004858
4859
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000048602008-09-04: Version 0.3.0
4861
4862 Added support for running tests on the ARM simulator.
4863
4864 Fixed bug in the 'in' operator where negative indices were not
4865 treated correctly.
4866
4867 Fixed build issues on gcc-4.3.1.
4868
4869 Changed Date.prototype.toLocaleTimeString to not print the
4870 timezone part of the time.
4871
4872 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
4873 with user code.
4874
4875
v8.team.kasperl727e9952008-09-02 14:56:44 +000048762008-09-02: Version 0.2.5
4877
4878 Renamed the top level directory 'public' to 'include'.
4879
4880 Added 'env' option to the SCons build scripts to support
4881 overriding the ENV part of the build environment. This is mostly
4882 to support Windows builds in cases where SCons cannot find the
4883 correct paths to the Windows SDK, as these paths cannot be passed
4884 through shell environment variables.
4885
4886 Enabled "Buffer Security Check" on for the Windows SCons build and
4887 added the linker option /OPT:ICF as an optimization.
4888
4889 Added the V8 benchmark suite to the repository.
4890
4891
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000048922008-09-01: Version 0.2.4
4893
4894 Included mjsunit JavaScript test suite and C++ unit tests.
4895
4896 Changed the shell sample to not print the result of executing a
4897 script provided on the command line.
4898
4899 Fixed issue when building samples on Windows using a shared V8
4900 library. Added visibility option on Linux build which makes the
4901 generated library 18% smaller.
4902
4903 Changed build system to accept multiple build modes in one build
4904 and generate separate objects, libraries and executables for each
4905 mode.
4906
4907 Removed deferred negation optimization (a * -b => -(a * b)) since
4908 this visibly changes operand conversion order.
4909
4910 Improved parsing performance by introducing stack guard in
4911 preparsing. Without a stack guard preparsing always bails out
4912 with stack overflow.
4913
4914 Changed shell sample to take flags directly from the command-line.
4915 Added API call that implements this.
4916
4917 Added load, quit and version functions to the shell sample so it's
4918 easier to run benchmarks and tests.
4919
4920 Fixed issue with building samples and cctests on 64-bit machines.
4921
4922 Fixed bug in the runtime system where the prototype chain was not
4923 always searched for a setter when setting a property that does not
4924 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00004925
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00004926
mads.s.agercbaa0602008-08-14 13:41:48 +000049272008-08-14: Version 0.2.3
4928
4929 Improved performance of garbage collection by moving the
4930 function that updates pointers during compacting collection
4931 into the updating visitor. This gives the compiler a better
4932 chance to inline and avoid a function call per (potential)
4933 pointer.
4934
4935 Extended the shell sample with a --runtime-flags option.
4936
4937 Added Visual Studio project files for the shell.cc and
4938 process.cc samples.
4939
4940
49412008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00004942
4943 Improved performance of garbage collection by changing the way
4944 we use the marking stack in the event of stack overflow during
4945 full garbage collection and by changing the way we mark roots.
4946
4947 Cleaned up ARM version by removing top of stack caching and by
4948 introducing push/pop elimination.
4949
4950 Cleaned up the way runtime functions are called to allow
4951 runtime calls with no arguments.
4952
4953 Changed Windows build options to make sure that exceptions are
4954 disabled and that optimization flags are enabled.
4955
4956 Added first version of Visual Studio project files.
4957
4958
mads.s.agercbaa0602008-08-14 13:41:48 +000049592008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00004960
4961 Improved performance of unary addition by avoiding runtime calls.
4962
4963 Fixed the handling of '>' and '<=' to use right-to-left conversion
4964 and left-to-right evaluation as specified by ECMA-262.
4965
4966 Fixed a branch elimination bug on the ARM platform where incorrect
4967 code was generated because of overly aggressive branch
4968 elimination.
4969
4970 Improved performance of code that repeatedly assigns the same
4971 function to the same property of different objects with the same
4972 map.
4973
4974 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
4975 no longer expects DEBUG to be defined.
4976
4977 Added platform-nullos.cc to serve as the basis for new platform
4978 implementations.
4979
mads.s.ager31e71382008-08-13 09:32:07 +00004980
mads.s.agercbaa0602008-08-14 13:41:48 +000049812008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00004982
4983 Changed all text files to have native svn:eol-style.
4984
4985 Added a few samples and support for building them. The samples
4986 include a simple shell that can be used to benchmark and test V8.
4987
4988 Changed V8::GetVersion to return the version as a string.
4989
4990 Added source for lazily loaded scripts to snapshots and made
4991 serialization non-destructive.
4992
4993 Improved ARM support by fixing the write barrier code to use
4994 aligned loads and stores and by removing premature locals
4995 optimization that relied on broken support for callee-saved
4996 registers (removed).
4997
4998 Refactored the code for marking live objects during garbage
4999 collection and the code for allocating objects in paged
5000 spaces. Introduced an abstraction for the map word of a heap-
5001 allocated object and changed the memory allocator to allocate
5002 executable memory only for spaces that may contain code objects.
5003
5004 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5005 they can be used by debugging and logging modules. Added
5006 thread-safe message queues for dealing with debugger events.
5007
5008 Fixed the source code reported by toString for certain builtin
5009 empty functions and made sure that the prototype property of a
5010 function is enumerable.
5011
5012 Improved performance of converting values to condition flags in
5013 generated code.
5014
5015 Merged disassembler-{arch} files.
5016
5017
mads.s.agercbaa0602008-08-14 13:41:48 +000050182008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005019
5020 Added support for storing JavaScript stack traces in a stack
5021 allocated buffer to make it visible in shallow core dumps.
5022 Controlled by the --preallocate-message-memory flag which is
5023 disabled by default.
5024
5025
mads.s.agercbaa0602008-08-14 13:41:48 +000050262008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005027
5028 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5029 map transitions would count as properties.
5030
5031 Allowed aliased eval invocations by treating them as evals in the
5032 global context. This may change in the future.
5033
5034 Added support for accessing the last entered context through the
5035 API and renamed Context::Current to Context::GetCurrent and
5036 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5037
5038 Fixed bug in the debugger that would cause the debugger scripts to
5039 be recursively loaded and changed all disabling of interrupts to
5040 be block-structured.
5041
5042 Made snapshot data read-only to allow it to be more easily shared
5043 across multiple users of V8 when linked as a shared library.
5044
5045
mads.s.agercbaa0602008-08-14 13:41:48 +000050462008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005047
5048 Fixed building on Mac OS X by recognizing i386 and friends as
5049 IA-32 platforms.
5050
5051 Added propagation of stack overflow exceptions that occur while
5052 compiling nested functions.
5053
5054 Improved debugger with support for recursive break points and
5055 handling of exceptions that occur in the debugger JavaScript code.
5056
5057 Renamed GetInternal to GetInternalField and SetInternal to
5058 SetInternalField in the API and moved InternalFieldCount and
5059 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5060
5061
mads.s.agercbaa0602008-08-14 13:41:48 +000050622008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005063
5064 Fixed bug in stack overflow check code for IA-32 targets where a
5065 non-tagged value in register eax was pushed to the stack.
5066
5067 Fixed potential quadratic behavior when converting strings to
5068 numbers.
5069
5070 Fixed bug where the return value from Object::SetProperty could
5071 end up being the property holder instead of the written value.
5072
5073 Improved debugger support by allowing nested break points and by
5074 dealing with stack-overflows when compiling functions before
5075 setting break points in them.
5076
5077
mads.s.agercbaa0602008-08-14 13:41:48 +000050782008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005079
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005080 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005081
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005082# Local Variables:
5083# mode:text
5084# End: