blob: 39885e7831b2b46f7dbdc3e1463b611092ad6149 [file] [log] [blame]
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +000012013-05-22: Version 3.19.3
2
3 Performance and stability improvements on all platforms.
4
5
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +000062013-05-17: Version 3.19.2
7
8 Fill in one-word-fillers for the unused property fields
9 (Chromium issue 240056).
10
11 Removed use_system_v8 logic from the mainline gyp file
12 (Chromium issue 226860).
13
14 Skip CPU profiler samples where top function's stack frame is not
15 set up properly (issue 2628).
16
17 Performance and stability improvements on all platforms.
18
19
ulan@chromium.org906e2fb2013-05-14 08:14:38 +0000202013-05-14: Version 3.19.1
21
22 Fixed missing hole check for loads from Smi arrays when all uses are
23 changes (Chromium issue 233737)
24
25 Performance and stability improvements on all platforms.
26
27
ulan@chromium.org57ff8812013-05-10 08:16:55 +0000282013-05-10: Version 3.19.0
29
30 Deprecated Context::New which returns Persistent.
31
32 Added Persistent<T>::Reset which disposes the handle and redirects it to
33 point to another object.
34
35 Deprecated WriteAscii and MayContainNonAscii.
36
37 Exposed AssertNoAllocation to API.
38
39 Performance and stability improvements on all platforms.
40
41
danno@chromium.orgf005df62013-04-30 16:36:45 +0000422013-04-30: Version 3.18.5
43
44 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
45
46 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
47 (Chromium issue 235311)
48
49 Change 'Parse error' to three more informative messages.
50 (Chromium issue 2636)
51
52 Performance and stability improvements on all platforms.
53
54
danno@chromium.orgca29dd82013-04-26 11:59:48 +0000552013-04-26: Version 3.18.4
56
57 Added a preliminary API for ES6 ArrayBuffers
58
59 Replaced qsort with std::sort. (Chromium issue 2639)
60
61 Performance and stability improvements on all platforms.
62
63
ulan@chromium.org32d7dba2013-04-24 10:59:06 +0000642013-04-24: Version 3.18.3
65
66 Exposed the GC under a name that is less collision prone than window.gc.
67 (issue 2641)
68
69 Do not emit double values at their use sites. (Chromium issue 234101)
70
71 Added methods to allow resuming execution after calling
72 TerminateExecution(). (issue 2361)
73
74 Performance and stability improvements on all platforms.
75
76
ulan@chromium.org77ca49a2013-04-22 09:43:56 +0000772013-04-22: Version 3.18.2
78
79 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
80 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
81
82 Removed heap snapshot size limit. (Chromium issue 232305)
83
84 Performance and stability improvements on all platforms.
85
86
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +0000872013-04-18: Version 3.18.1
88
89 Removed SCons related files and deprecated test suite configurations.
90
91 Improved handling of unary plus (issue 2527).
92
93 Performance and stability improvements on all platforms.
94
95
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +0000962013-04-17: Version 3.18.0
97
98 Enabled pretenuring of fast literals in high promotion mode.
99
100 Removed preparser library; link preparser executable against full V8.
101
102 Fixed set-up of intrinsic's 'constructor' properties.
103 (Chromium issue 229445)
104
105 ES6 symbols: extended V8 API to support symbols (issue 2158).
106
107 Removed ARM support for VFP2.
108
109 Made __proto__ a real JavaScript accessor property.
110 (issue 1949 and issue 2606)
111
112 Performance and stability improvements on all platforms.
113
114
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00001152013-04-04: Version 3.17.16
116
117 Stack trace API: poison stack frames below the first strict mode frame.
118 (issue 2564)
119
120 Made Isolate::GetHeapStatistics robust against half-initialized
121 isolates (Chromium issue 2591).
122
123 Finished implementation of ES6 symbols aka. private names (issue 2158).
124
125 Performance and stability improvements on all platforms.
126
127
danno@chromium.orgc99cd482013-03-21 15:26:42 +00001282013-03-21: Version 3.17.15
129
130 Rolled back API changes to maintain compatibility with older
131 3.17.x versions of V8.
132
133 Disable zapping of global handles in release mode.
134
135 Always mark the entire valid prefix of the descriptor array.
136 (Chromium issue 196331)
137
138 Use internal memcpy for CopyWords and when copying code.
139 (Chromium issue 196330)
140
141 Performance and stability improvements on all platforms.
142
143
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00001442013-03-20: Version 3.17.14
145
146 Use internal memcpy when initializing code objects.
147 (Chromium issue 196330)
148
149 Disabled weak embedded maps because of crashes.
150 (Chromium issues 172489, 217858)
151
152 Performance and stability improvements on all platforms.
153
154
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00001552013-03-19: Version 3.17.13
156
157 Turned Flags into a uint32_t typedef (Chromium issue 194749).
158
159 Performance and stability improvements on all platforms.
160
161
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00001622013-03-18: Version 3.17.12
163
164 Unified kMaxArguments with number of bits used to encode it.
165 (Chromium issue 211741)
166
167 Fixed detection of |handle_smi| case in
168 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
169 (Chromium issue 196583)
170
171 Performance and stability improvements on all platforms.
172
173
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00001742013-03-15: Version 3.17.11
175
176 Added a version of the v8::HandleScope constructor with an v8::Isolate
177 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
178 method of v8::Isolate.
179 (issue 2487)
180
181 Fixed two register allocator bugs (off-by-one error/failure
182 propagation). (issue 2576)
183
184 Fixed huge heap snapshot when a heavily shared context has many
185 variables. (Chromium issue 145687)
186
187 Performance and stability improvements on all platforms.
188
189
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00001902013-03-13: Version 3.17.10
191
192 Fixed heap snapshot creation for Harmony collections. (issue 2535)
193
194 Fixed register allocation corner case. (Chromium issue 177883)
195
196 Performance and stability improvements on all platforms.
197
198
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00001992013-03-08: Version 3.17.9
200
201 Restored Function()'s expected string representation. (issue 2470)
202
203 Enabled deprecatations (again). (issue 2487)
204
205 Avoid bool to Oddball conversions by being lazy. (issue 2491)
206
207 Added %p option to --logfile.
208
209 Hardened Function()'s parsing of function literals. (issue 2470)
210
211 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
212
213 Performance and stability improvements on all platforms.
214
215
ulan@chromium.org750145a2013-03-07 15:14:13 +00002162013-03-07: Version 3.17.8
217
218 Added missing license headers. (Chromium issue 98597)
219
220 Inserted missing type cast in JSON.stringify. (issue 2570)
221
222 Reverted "Send SIGPROF signals on the profiler event processor thread"
223 (issue 2571)
224
225 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
226 (issue 2568)
227
228 ES6 symbols: filter symbols form for-in loops and Object.keys.
229 (issue 2158)
230
231 Properly handle misses for StoreArrayLengthStub on ia32 and x64
232 (issue 2566)
233
234 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
235
236 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
237
238 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
239 (issue 2556)
240
241 Enabled zapping of disposed global handles in release mode.
242 (Chromium issue 176056)
243
244 Added workaround for redefinition of __proto__ property. (issue 2565)
245
246 ES6 symbols: Allow symbols as property names. (issue 2158)
247
248 Performance and stability improvements on all platforms.
249
250
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00002512013-03-04: Version 3.17.7
252
253 Limited recursion in regexp compilation by a budget.
254 (Chromium issue 178790)
255
256 ES6 symbols: Implemented Symbol intrinsic and basic functionality
257 (issue 2158)
258
259 Performance and stability improvements on all platforms.
260
261
hpayer@chromium.org8432c912013-02-28 15:55:26 +00002622013-02-28: Version 3.17.6
263
264 Fixed materialization of arguments objects with unknown values.
265 (Chromium issue 163530)
266
267 Set default number of sweeper threads to at most four.
268
269 Performance and stability improvements on all platforms.
270
271
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00002722013-02-27: Version 3.17.5
273
274 Made __proto__ a foreign callback on Object.prototype.
275 (issue 621, issue 1949 and issue 2441)
276
277 Performance and stability improvements on all platforms.
278
279
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00002802013-02-25: Version 3.17.4
281
282 Performance and stability improvements on all platforms.
283
284
ulan@chromium.org2e04b582013-02-21 14:06:02 +00002852013-02-21: Version 3.17.3
286
287 Performance and stability improvements on all platforms.
288
289
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00002902013-02-19: Version 3.17.2
291
292 Removed bogus check for TOP register in deoptimizer.
293 (Chromium issue 176943)
294
295 Made the Isolate parameter mandatory for internal HandleScopes.
296 (issue 2487)
297
298 Fixed f.apply() optimization when declared arguments are mutated.
299 (issue 2539)
300
301 Performance and stability improvements on all platforms.
302
303
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00003042013-02-14: Version 3.17.1
305
306 Performance and stability improvements on all platforms.
307
308
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00003092013-02-13: Version 3.17.0
310
311 Enabled parallel sweeping.
312
313 Don't try to unlink instructions twice during GVN
314 (Chromium issue 175141)
315
316 Fixed code flusher disabling while marking incrementally.
317 (Chromium issue 173458, 168582)
318
319 Don't use TLS for space iterators.
320 (issue 2531)
321
322 Added new GetHeapStatistics API entry and deprecated old one.
323
324 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
325 platform-independent code.
326 (Chromium issue 173907)
327
328 Added --trace-array-abuse to help find OOB accesses.
329
330 Performance and stability improvements on all platforms.
331
332
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00003332013-02-06: Version 3.16.14
334
335 Performance and stability improvements on all platforms.
336
337
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00003382013-02-04: Version 3.16.13
339
340 Tagged stubs that rely on instance types as MEGAMORPHIC.
341 (Chromium issue 173974)
342
343 Fixed clearing of dead dependent codes and verifing of weak
344 embedded maps on full GC. (Chromium issue 172488,172489)
345
346 Made the arm port build cleanly with Clang.
347
348 Performance and stability improvements on all platforms.
349
350
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00003512013-01-31: Version 3.16.12
352
353 Performance and stability improvements on all platforms.
354
355
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00003562013-01-30: Version 3.16.11
357
358 Put making embedded maps in optimized code weak behind a flag.
359 (Chromium issue 172488,172489)
360
361 Performance and stability improvements on all platforms.
362
363
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00003642013-01-25: Version 3.16.10
365
366 Avoid excessive memory usage during redundant phi elimination.
367 (issue 2510)
368
369 Fixed additional spec violations wrt RegExp.lastIndex.
370 (issue 2437)
371
372 Added Isolate parameter to Persistent class.
373 (issue 2487)
374
375 Performance and stability improvements on all platforms.
376
377
yangguo@chromium.org003650e2013-01-24 16:31:08 +00003782013-01-24: Version 3.16.9
379
380 Made embedded maps in optimized code weak.
381 (issue 2073)
382
383 Fixed corner case when JSFunction is evicted from flusher.
384 (Chromium issue 168801)
385
386 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
387 (Chromium issue 171641)
388
389 Performance and stability improvements on all platforms.
390
391
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00003922013-01-23: Version 3.16.8
393
394 Correctly reset lastIndex in an RegExp object.
395 (Chromium issue 170856)
396
397 Added a workaround for Windows compilation problems related to V8EXPORT.
398 (issue 2507)
399
400 tools/run-tests.py: shlex.split() the value of --command-prefix
401 (Chromium issue 171553)
402
403 Fixed pattern detection for replacing shifts by rotation.
404 (Chromium issue 2499)
405
406 Performance and stability improvements on all platforms.
407
408
yangguo@chromium.org28381b42013-01-21 14:39:38 +00004092013-01-21: Version 3.16.7
410
411 Removed <(library) usage from v8.gyp.
412 (Chromium issue 111541)
413
414 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
415 (Chromium issue 169928)
416
417 Performance and stability improvements on all platforms.
418
419
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00004202013-01-18: Version 3.16.6
421
422 Made the Isolate parameter mandatory in Locker and Unlocker classes.
423 (issue 2487)
424
425 Avoid pointer underflow in CopyCharsUnsigned.
426 (issue 2493)
427
428 Generate shim headers when using system v8.
429 (Chromium issue 165264)
430
431 Fixed arguments materialization for inlined apply().
432 (issue 2489)
433
434 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
435 (Chromium issue 147497)
436
437 Added sanity check to CodeFlusher::AddCandidate.
438 (Chromium issue 169209)
439
440 Performance and stability improvements on all platforms.
441
442
4432013-01-15: Version 3.16.5
444
445 Removed deprecated functions from V8's external API.
446
447 Prepared API for WebKit use of Latin-1.
448
449 Fixed V8 issue 2486.
450
451 Fixed Chromium issue 169723.
452
453 Performance and stability improvements on all platforms.
454
455
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00004562013-01-11: Version 3.16.4
457
458 Fixed Chromium issues 168545 and 169209.
459
460 Performance and stability improvements on all platforms.
461
462
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00004632013-01-09: Version 3.16.3
464
465 Improved GC performance when moving parts of a FixedArray (issue 2452).
466
467 Enabled readline on d8 while building a shared lib (issue 1781).
468
469 Fixed missing exception check in typed array constructor
470 (Chromium issue 168545).
471
472 Check for read-only-ness when preparing for array sort (issue 2419).
473
474 Performance and stability improvements on all platforms.
475
476
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00004772013-01-04: Version 3.16.2
478
479 Added Makefile options to build for the Raspberry Pi (armv7=0,
480 arm_fpu=vfp2).
481
482 Performance and stability improvements on all platforms.
483
484
ulan@chromium.org4121f232012-12-27 15:57:11 +00004852012-12-27: Version 3.16.1
486
487 Fixed x64 MathMinMax for negative untagged int32 arguments.
488 (Chromium issue 164442)
489
490 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
491 (issue 2458)
492
493 Performance and stability improvements on all platforms.
494
495
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00004962012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000497
498 V8_Fatal now prints C++ stack trace in debug mode.
499
500 Added HTML-based tick processor.
501
502 Continued implementation of Object.observe (V8 issue 2409).
503
504 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
505
506 Fixed Chromium issues 125308, 165637, 166379, 166553.
507
508 Performance and stability improvements on all platforms.
509
510
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00005112012-12-10: Version 3.15.11
512
513 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
514 flags.
515
516 Performance and stability improvements on all platforms.
517
518
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00005192012-12-07: Version 3.15.10
520
521 Enabled optimisation of functions inside eval. (issue 2315)
522
523 Fixed spec violations in methods of Number.prototype. (issue 2443)
524
525 Added GCTracer metrics for a scavenger GC for DOM wrappers.
526
527 Performance and stability improvements on all platforms.
528
529
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00005302012-12-06: Version 3.15.9
531
532 Fixed candidate eviction in code flusher.
533 (Chromium issue 159140)
534
535 Iterate through all arguments for side effects in Math.min/max.
536 (issue 2444)
537
538 Fixed spec violations related to regexp.lastIndex
539 (issue 2437, issue 2438)
540
541 Performance and stability improvements on all platforms.
542
543
mmassi@chromium.org49a44672012-12-04 13:52:03 +00005442012-12-04: Version 3.15.8
545
546 Enforced stack allocation of TryCatch blocks.
547 (issue 2166,chromium:152389)
548
549 Fixed external exceptions in external try-catch handlers.
550 (issue 2166)
551
552 Activated incremental code flushing by default.
553
554 Performance and stability improvements on all platforms.
555
556
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00005572012-11-30: Version 3.15.7
558
559 Activated code aging by default.
560
561 Included more information in --prof log.
562
563 Removed eager sweeping for lazy swept spaces. Try to find in
564 SlowAllocateRaw a bounded number of times a big enough memory slot.
565 (issue 2194)
566
567 Performance and stability improvements on all platforms.
568
569
danno@chromium.org1f34ad32012-11-26 14:53:56 +00005702012-11-26: Version 3.15.6
571
572 Ensure double arrays are filled with holes when extended from
573 variations of empty arrays. (Chromium issue 162085)
574
575 Performance and stability improvements on all platforms.
576
577
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00005782012-11-23: Version 3.15.5
579
580 Fixed JSON.stringify for objects with interceptor handlers.
581 (Chromium issue 161028)
582
583 Fixed corner case in x64 compare stubs. (issue 2416)
584
585 Performance and stability improvements on all platforms.
586
587
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00005882012-11-16: Version 3.15.4
589
590 Fixed Array.prototype.join evaluation order. (issue 2263)
591
592 Perform CPU sampling by CPU sampling thread only iff processing thread
593 is not running. (issue 2364)
594
595 When using an Object as a set in Object.getOwnPropertyNames, null out
596 the proto. (issue 2410)
597
598 Disabled EXTRA_CHECKS in Release build.
599
600 Heap explorer: Show representation of strings.
601
602 Removed 'type' and 'arguments' properties from Error object.
603 (issue 2397)
604
605 Added atomics implementation for ThreadSanitizer v2.
606 (Chromium issue 128314)
607
608 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
609
610 Performance and stability improvements on all platforms.
611
612
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00006132012-11-13: Version 3.15.3
614
615 Changed sample shell to send non-JS output (e.g. errors) to stderr
616 instead of stdout.
617
618 Correctly check for stack overflow even when interrupt is pending.
619 (issue 214)
620
621 Collect stack trace on stack overflow. (issue 2394)
622
623 Performance and stability improvements on all platforms.
624
625
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00006262012-11-12: Version 3.15.2
627
628 Function::GetScriptOrigin supplies sourceURL when script name is
629 not available. (Chromium issue 159413)
630
631 Made formatting error message side-effect-free. (issue 2398)
632
633 Fixed length check in JSON.stringify. (Chromium issue 160010)
634
635 ES6: Added support for Set and Map clear method (issue 2400)
636
637 Fixed slack tracking when instance prototype changes.
638 (Chromium issue 157019)
639
640 Fixed disabling of code flusher while marking. (Chromium issue 159140)
641
642 Added a test case for object grouping in a scavenger GC (issue 2077)
643
644 Support shared library build of Android for v8.
645 (Chromium issue 158821)
646
647 ES6: Added support for size to Set and Map (issue 2395)
648
649 Performance and stability improvements on all platforms.
650
651
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00006522012-11-06: Version 3.15.1
653
654 Put incremental code flushing behind a flag. (Chromium issue 159140)
655
656 Performance and stability improvements on all platforms.
657
658
danno@chromium.org72204d52012-10-31 10:02:10 +00006592012-10-31: Version 3.15.0
660
661 Loosened aligned code target requirement on ARM (issue 2380)
662
663 Fixed JSON.parse to treat leading zeros correctly.
664 (Chromium issue 158185)
665
666 Performance and stability improvements on all platforms.
667
668
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00006692012-10-22: Version 3.14.5
670
671 Killed off the SCons based build.
672
673 Added a faster API for creating v8::Integer objects.
674
675 Speeded up function deoptimization by avoiding quadratic pass over
676 optimized function list. (Chromium issue 155270)
677
678 Always invoke the default Array.sort functions from builtin functions.
679 (issue 2372)
680
681 Reverted recent CPU profiler changes because they broke --prof.
682 (issue 2364)
683
684 Switched code flushing to use different JSFunction field.
685 (issue 1609)
686
687 Performance and stability improvements on all platforms.
688
689
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00006902012-10-15: Version 3.14.4
691
692 Allow evals for debugger even if they are prohibited in the debugee
693 context. (Chromium issue 154733)
694
695 Enabled --verify-heap in release mode (issue 2120)
696
697 Performance and stability improvements on all platforms.
698
699
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00007002012-10-11: Version 3.14.3
701
702 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
703 (Chromium issue 155076).
704
705 Bumped variable limit further to 2^17 (Chromium issue 151625).
706
707 Performance and stability improvements on all platforms.
708
709
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00007102012-10-10: Version 3.14.2
711
712 ARM: allowed VFP3 instructions when hardfloat is enabled.
713 (Chromium issue 152506)
714
715 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
716 (Chromium issue 151749)
717
718 Made GDBJIT interface compile again. (issue 1804)
719
720 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
721 (Chromium issue 143967)
722
723 Made sure that names of temporaries do not clash with real variables.
724 (issue 2322)
725
726 Rejected local module declarations. (Chromium issue 150628)
727
728 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
729
730 Fixed slot recording of code target patches.
731 (Chromium issue 152615,chromium:144230)
732
733 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
734
735 Performance and stability improvements on all platforms.
736
737
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00007382012-10-01: Version 3.14.1
739
740 Don't set -m32 flag when compiling with Android ARM compiler.
741 (Chromium issue 143889)
742
743 Restore the descriptor array before returning allocation failure.
744 (Chromium issue 151750)
745
746 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
747 128252).
748
749 Pull more recent gyp in 'make dependencies'.
750
751 Made sure that the generic KeyedStoreIC changes length and element_kind
752 atomically (issue 2346).
753
754 Bumped number of allowed variables per scope to 65535, to address GWT.
755 (Chromium issue 151625)
756
757 Support sourceURL for dynamically inserted scripts (issue 2342).
758
759 Performance and stability improvements on all platforms.
760
761
ulan@chromium.org56c14af2012-09-20 12:51:09 +00007622012-09-20: Version 3.14.0
763
764 Fixed missing slot recording during clearing of CallICs.
765 (Chromium issue 144230)
766
767 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
768 (Chromium issue 150729)
769
770 Fixed minus zero test. (Issue 2133)
771
772 Fixed setting array length to zero for slow elements.
773 (Chromium issue 146910)
774
775 Fixed lost arguments dropping in HLeaveInlined.
776 (Chromium issue 150545)
777
778 Fixed casting error for receiver of interceptors.
779 (Chromium issue 149912)
780
781 Throw a more descriptive exception when blocking 'eval' via CSP.
782 (Chromium issue 140191)
783
784 Fixed debugger's eval when close to stack overflow. (issue 2318)
785
786 Added checks to live edit. (issue 2297)
787
788 Switched on code compaction on incremental GCs.
789
790 Fixed caching of optimized code for OSR. (issue 2326)
791
792 Not mask exception thrown by toString in String::UtfValue etc.
793 (issue 2317)
794
795 Fixed API check for length of external arrays. (Chromium issue 148896)
796
797 Ensure correct enumeration indices in the dict (Chromium issue 148376)
798
799 Correctly initialize regexp global cache. (Chromium issue 148378)
800
801 Fixed arguments object materialization during deopt. (issue 2261)
802
803 Introduced new API to expose external string resource regardless of
804 encoding.
805
806 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
807 --deopt-every-n-times flag is present
808 (Chromium issue 148389)
809
810 Fixed edge case of extension with NULL as source string.
811 (Chromium issue 144649)
812
813 Fixed array index dehoisting. (Chromium issue 141395)
814
815 Performance and stability improvements on all platforms.
816
817
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00008182012-09-11: Version 3.13.7
819
820 Enable/disable LiveEdit using the (C++) debug API.
821
822 Performance and stability improvements on all platforms.
823
824
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00008252012-09-06: Version 3.13.6
826
827 Added validity checking to API functions and calls.
828
829 Disabled accessor inlining (Chromium issue 134609).
830
831 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
832
833 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
834
835 Fixed VS2005 build (issue 2313).
836
837 Activated fixed ES5 readonly semantics by default.
838
839 Added hardfp flag to the Makefile.
840
841 Performance and stability improvements on all platforms.
842
843
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00008442012-08-29: Version 3.13.5
845
846 Release stack trace data after firing Error.stack accessor.
847 (issue 2308)
848
849 Added a new API V8::SetJitCodeEventHandler to push code name and
850 location to users such as profilers.
851
852 Allocate block-scoped global bindings to global context.
853
854 Performance and stability improvements on all platforms.
855
856
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00008572012-08-28: Version 3.13.4
858
859 Print reason for disabling optimization. Kill --trace-bailout flag.
860
861 Provided option to disable full DEBUG build on Android.
862
863 Introduced global contexts to represent lexical global scope(s).
864
865 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
866
867 Performance and stability improvements on all platforms.
868
869
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00008702012-08-21: Version 3.13.3
871
872 Performance and stability improvements on all platforms.
873
874
8752012-08-20: Version 3.13.2
876
877 Performance and stability improvements on all platforms.
878
879
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00008802012-08-16: Version 3.13.1
881
882 Performance and stability improvements on all platforms.
883
884
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00008852012-08-10: Version 3.13.0
886
887 Added histograms for total allocated/live heap size, as well as
888 allocated size and percentage of total for map and cell space.
889
890 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
891 (issue 1645)
892
893 Added checks for interceptors to negative lookup code in Crankshaft.
894 (Chromium issue 140473)
895
896 Made incremental marking clear ICs and type feedback cells.
897
898 Performance and stability improvements on all platforms.
899
900
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00009012012-08-01: Version 3.12.19
902
903 Performance and stability improvements on all platforms.
904
905
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00009062012-07-30: Version 3.12.18
907
908 Forced using bit-pattern for signed zero double. (issue 2239)
909
910 Made sure double to int conversion is correct. (issue 2260)
911
912 Performance and stability improvements on all platforms.
913
914
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00009152012-07-27: Version 3.12.17
916
917 Always set the callee's context when calling a function from optimized
918 code.
919 (Chromium issue 138887)
920
921 Fixed building with GCC 3.x
922 (issue 2016, 2017)
923
924 Improved API calls that return empty handles.
925 (issue 2245)
926
927 Performance and stability improvements on all platforms.
928
929
danno@chromium.org129d3982012-07-25 15:01:47 +00009302012-07-25: Version 3.12.16
931
932 Performance and stability improvements on all platforms.
933
934
yangguo@chromium.org304cc332012-07-24 07:59:48 +00009352012-07-24: Version 3.12.15
936
937 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
938 (issue 2252)
939
940 Added dependency to HLoadKeyed* instructions to prevent invalid
941 hoisting. (Chromium issue 137768)
942
943 Enabled building d8 for Android on Mac.
944
945 Interpret negative hexadecimal literals as NaN.
946 (issue 2240)
947
948 Expose counters in javascript when using --track-gc-object-stats.
949
950 Enabled building and testing V8 on Android IA.
951
952 Added --trace-parse flag to parser.
953
954 Performance and stability improvements on all platforms.
955
956
verwaest@chromium.org178fb152012-07-18 11:21:48 +00009572012-07-18: Version 3.12.14
958
959 Deactivated optimization of packed arrays.
960 (Chromium issue 137768)
961
962 Fixed broken accessor transition.
963 (Chromium issue 137689)
964
965 Performance and stability improvements on all platforms.
966
967
verwaest@chromium.org753aee42012-07-17 16:15:42 +00009682012-07-17: Version 3.12.13
969
970 Fixed missing tagging of stack value in finally block.
971 (Chromium issue 137496)
972
973 Added more support for heap analysis.
974
975 Performance and stability improvements on all platforms.
976
977
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00009782012-07-16: Version 3.12.12
979
980 Added an option to the tickprocessor to specify the directory for lib
981 lookup.
982
983 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
984
985 Fixed transcendental cache on ARM in optimized code (issue 2234).
986
987 New heap inspection tools: counters for object sizes and counts,
988 histograms for external fragmentation.
989
990 Incorporated constness into inferred interfaces (in preparation for
991 handling imports) (issue 1569).
992
993 Performance and stability improvements on all platforms.
994
995
rossberg@chromium.org657d53b2012-07-12 11:06:03 +00009962012-07-12: Version 3.12.11
997
998 Renamed "mips" arch to "mipsel" in the GYP build.
999
1000 Fixed computation of call targets on prototypes in Crankshaft.
1001 (Chromium issue 125148)
1002
1003 Removed use of __lookupGetter__ when generating stack trace.
1004 (issue 1591)
1005
1006 Turned on ES 5.2 globals semantics by default.
1007 (issue 1991, Chromium issue 80591)
1008
1009 Synced preparser and parser wrt syntax error in switch..case.
1010 (issue 2210)
1011
1012 Fixed reporting of octal literals in strict mode when preparsing.
1013 (issue 2220)
1014
1015 Fixed inline constructors for Harmony Proxy prototypes.
1016 (issue 2225)
1017
1018 Performance and stability improvements on all platforms.
1019
1020
danno@chromium.org81cac2b2012-07-10 11:28:27 +000010212012-07-10: Version 3.12.10
1022
1023 Re-enabled and fixed issue with array bounds check elimination
1024 (Chromium issue 132114).
1025
1026 Fixed Debug::Break crash. (Chromium issue 131642)
1027
1028 Added optimizing compiler support for JavaScript getters.
1029
1030 Performance and stability improvements on all platforms.
1031
1032
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000010332012-07-06: Version 3.12.9
1034
1035 Correctly advance the scanner when scanning unicode regexp flag.
1036 (Chromium issue 136084)
1037
1038 Fixed unhandlified code calling Harmony Proxy traps.
1039 (issue 2219)
1040
1041 Performance and stability improvements on all platforms.
1042
1043
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000010442012-07-05: Version 3.12.8
1045
1046 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1047
1048 Performance and stability improvements on all platforms.
1049
1050
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000010512012-07-03: Version 3.12.7
1052
1053 Fixed lazy compilation for strict eval scopes.
1054 (Chromium issue 135066)
1055
1056 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1057 (issue 2151)
1058
1059 Report "hidden properties" in heap profiler for properties case.
1060 (issue 2212)
1061
1062 Activated optimization of packed arrays by default.
1063
1064 Performance and stability improvements on all platforms.
1065
1066
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000010672012-06-29: Version 3.12.6
1068
1069 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1070
1071 Extended TypedArray support in d8.
1072
1073
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000010742012-06-28: Version 3.12.5
1075
1076 Fixed lazy parsing heuristics to respect outer scope.
1077 (Chromium issue 135008)
1078
1079 Allow using test-wrapper-gypbuild.py on Windows when no python
1080 interpreter is registered.
1081
1082 Performance and stability improvements on all platforms.
1083
1084
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000010852012-06-27: Version 3.12.4
1086
1087 Removed -fomit-frame-pointer flag from Release builds to make
1088 the stack walkable by TCMalloc (Chromium issue 133723).
1089
1090 Ported r7868 (constant masking) to x64 (issue 1374).
1091
1092 Expose more detailed memory statistics (issue 2201).
1093
1094 Fixed Harmony Maps and WeakMaps for undefined values
1095 (Chromium issue 132744).
1096
1097 Correctly throw reference error in strict mode with ICs disabled
1098 (issue 2119).
1099
1100 Performance and stability improvements on all platforms.
1101
1102
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000011032012-06-25: Version 3.12.3
1104
1105 Reverted r11835 'Unify promotion and allocation limit computation' due
1106 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1107
1108 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1109
1110 Performance and stability improvements on all platforms.
1111
1112
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000011132012-06-22: Version 3.12.2
1114
1115 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1116 ia32/x64. (Chromium issue 134055)
1117
1118 Fixed lazy sweeping heuristics to prevent old-space expansion.
1119 (issue 2194)
1120
1121 Performance and stability improvements on all platforms.
1122
1123
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000011242012-06-21: Version 3.12.1
1125
1126 Performance and stability improvements on all platforms.
1127
1128
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000011292012-06-20: Version 3.12.0
1130
1131 Fixed Chromium issues:
1132 115100, 129628, 131994, 132727, 132741, 132742, 133211
1133
1134 Fixed V8 issues:
1135 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1136
1137 Added --extra-code flag to mksnapshot to load JS code into the VM
1138 before creating the snapshot.
1139
1140 Support 'restart call frame' command in the debugger.
1141
1142 Performance and stability improvements on all platforms.
1143
1144
mmassi@chromium.org7028c052012-06-13 11:51:58 +000011452012-06-13: Version 3.11.10
1146
1147 Implemented heap profiler memory usage reporting.
1148
1149 Preserved error message during finally block in try..finally.
1150 (Chromium issue 129171)
1151
1152 Fixed EnsureCanContainElements to properly handle double values.
1153 (issue 2170)
1154
1155 Improved heuristics to keep objects in fast mode with inherited
1156 constructors.
1157
1158 Performance and stability improvements on all platforms.
1159
1160
rossberg@chromium.org400388e2012-06-06 09:29:22 +000011612012-06-06: Version 3.11.9
1162
1163 Implemented ES5-conformant semantics for inherited setters and read-only
1164 properties. Currently behind --es5_readonly flag, because it breaks
1165 WebKit bindings.
1166
1167 Exposed last seen heap object id via v8 public api.
1168
1169 Performance and stability improvements on all platforms.
1170
1171
verwaest@chromium.org37141392012-05-31 13:27:02 +000011722012-05-31: Version 3.11.8
1173
1174 Avoid overdeep recursion in regexp where a guarded expression with a
1175 minimum repetition count is inside another quantifier.
1176 (Chromium issue 129926)
1177
1178 Fixed missing write barrier in store field stub.
1179 (issues 2143, 1465, Chromium issue 129355)
1180
1181 Proxies: Fixed receiver for setters inherited from proxies.
1182 Proxies: Fixed ToStringArray function so that it does not reject some
1183 keys.
1184 (issue 1543)
1185
1186 Performance and stability improvements on all platforms.
1187
1188
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000011892012-05-29: Version 3.11.7
1190
1191 Get better function names in stack traces.
1192
1193 Performance and stability improvements on all platforms.
1194
1195
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000011962012-05-24: Version 3.11.6
1197
1198 Fixed RegExp.prototype.toString for incompatible receivers
1199 (issue 1981).
1200
1201 Performance and stability improvements on all platforms.
1202
1203
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000012042012-05-23: Version 3.11.5
1205
1206 Performance and stability improvements on all platforms.
1207
1208
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000012092012-05-22: Version 3.11.4
1210
1211 Some cleanup to common.gypi. This fixes some host/target combinations
1212 that weren't working in the Make build on Mac.
1213
1214 Handle EINTR in socket functions and continue incomplete sends.
1215 (issue 2098)
1216
1217 Fixed python deprecations. (issue 1391)
1218
1219 Made socket send and receive more robust and return 0 on failure.
1220 (Chromium issue 15719)
1221
1222 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1223
1224 Set '-m32' option for host and target platforms
1225
1226 Performance and stability improvements on all platforms.
1227
1228
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000012292012-05-18: Version 3.11.3
1230
1231 Disable optimization for functions that have scopes that cannot be
1232 reconstructed from the context chain. (issue 2071)
1233
1234 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1235
1236 Correctly check for native error objects. (Chromium issue 2138)
1237
1238 Performance and stability improvements on all platforms.
1239
1240
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000012412012-05-16: Version 3.11.2
1242
1243 Revert r11496. (Chromium issue 128146)
1244
1245 Implement map collection for incremental marking. (issue 1465)
1246
1247 Add toString method to CallSite (which describes a frame of the
1248 stack trace).
1249
1250
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000012512012-05-15: Version 3.11.1
1252
1253 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1254
1255 Fix freebsd build. (V8 issue 2126)
1256
1257 Performance and stability improvements on all platforms.
1258
1259
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000012602012-05-11: Version 3.11.0
1261
1262 Fixed compose-discard crasher from r11524 (issue 2123).
1263
1264 Activated new global semantics by default. Global variables can
1265 now shadow properties of the global object (ES5.1 erratum).
1266
1267 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1268 transitioning (Chromium issue 117409).
1269
1270 Made Error.prototype.name writable again, as required by the spec and
1271 the web (Chromium issue 69187).
1272
1273 Implemented map collection with incremental marking (issue 1465).
1274
1275 Regexp: Fixed overflow in min-match-length calculation
1276 (Chromium issue 126412).
1277
1278 MIPS: Fixed illegal instruction use on Loongson in code for
1279 Math.random() (issue 2115).
1280
1281 Fixed crash bug in VisitChoice (Chromium issue 126272).
1282
1283 Fixed unsigned-Smi check in MappedArgumentsLookup
1284 (Chromium issue 126414).
1285
1286 Fixed LiveEdit for function with no locals (issue 825).
1287
1288 Fixed register clobbering in LoadIC for interceptors
1289 (Chromium issue 125988).
1290
1291 Implemented clearing of CompareICs (issue 2102).
1292
1293 Performance and stability improvements on all platforms.
1294
1295
danno@chromium.org2c26cb12012-05-03 09:06:43 +000012962012-05-03: Version 3.10.8
1297
1298 Enabled MIPS cross-compilation.
1299
1300 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1301 (Chromium issue 125515)
1302
1303 Fixed corner cases in truncation behavior when storing to
1304 TypedArrays. (issue 2110)
1305
1306 Fixed failure to properly recognize and report out-of-memory
1307 conditions when allocating code space pages. (Chromium issue
1308 118625)
1309
1310 Fixed idle notifications to perform a round of incremental GCs
1311 after context disposal. (issue 2107)
1312
1313 Fixed preparser for try statement. (issue 2109)
1314
1315 Performance and stability improvements on all platforms.
1316
1317
danno@chromium.org1044a4d2012-04-30 12:34:39 +000013182012-04-30: Version 3.10.7
1319
1320 Performance and stability improvements on all platforms.
1321
1322
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000013232012-04-26: Version 3.10.6
1324
1325 Fixed some bugs in accessing details of the last regexp match.
1326
1327 Fixed source property of empty RegExp objects. (issue 1982)
1328
1329 Enabled inlining some V8 API functions.
1330
1331 Performance and stability improvements on all platforms.
1332
1333
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000013342012-04-23: Version 3.10.5
1335
1336 Put new global var semantics behind a flag until WebKit tests are
1337 cleaned up.
1338
1339 Enabled stepping into callback passed to builtins.
1340 (Chromium issue 109564)
1341
1342 Performance and stability improvements on all platforms.
1343
1344
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000013452012-04-19: Version 3.10.4
1346
1347 Fixed issues when stressing compaction with WeakMaps.
1348
1349 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1350
1351 Simplify invocation sequence at monomorphic function invocation sites.
1352 (issue 2079)
1353
1354 Performance and stability improvements on all platforms.
1355
1356
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000013572012-04-17: Version 3.10.3
1358
1359 Fixed several bugs in heap profiles (including issue 2078).
1360
1361 Throw syntax errors on illegal escape sequences.
1362
1363 Implemented rudimentary module linking (behind --harmony flag)
1364
1365 Implemented ES5 erratum: Global declarations should shadow
1366 inherited properties.
1367
1368 Made handling of const more consistent when combined with 'eval'
1369 and 'with'.
1370
1371 Fixed V8 on MinGW-x64 (issue 2026).
1372
1373 Performance and stability improvements on all platforms.
1374
1375
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000013762012-04-13: Version 3.10.2
1377
1378 Fixed native ARM build (issues 1744, 539)
1379
1380 Return LOOKUP variable instead of CONTEXT for non-context allocated
1381 outer scope parameters (Chromium issue 119609).
1382
1383 Fixed regular and ElementsKind transitions interfering with each other
1384 (Chromium issue 122271).
1385
1386 Improved performance of keyed loads/stores which have a HeapNumber
1387 index (issues 1388, 1295).
1388
1389 Fixed WeakMap processing for evacuation candidates (issue 2060).
1390
1391 Bailout on possible direct eval calls (Chromium issue 122681).
1392
1393 Do not assume that names of function expressions are context-allocated
1394 (issue 2051).
1395
1396 Performance and stability improvements on all platforms.
1397
1398
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000013992012-04-10: Version 3.10.1
1400
1401 Fixed bug with arguments object in inlined functions (issue 2045).
1402
1403 Fixed performance bug with lazy initialization (Chromium issue
1404 118686).
1405
1406 Added suppport for Mac OS X 64bit builds with GYP.
1407 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1408
1409 Fixed bug with hidden properties (issue 2034).
1410
1411 Fixed a performance bug when reloading pages (Chromium issue 117767,
1412 V8 issue 1902).
1413
1414 Fixed bug when optimizing throw in top-level code (issue 2054).
1415
1416 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1417
1418 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1419
1420 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1421
1422 Fixed compilation of V8 using uClibc.
1423
1424 Optimized boot-up memory use.
1425
1426 Optimized regular expressions.
1427
1428
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000014292012-03-30: Version 3.10.0
1430
1431 Fixed store IC writability check in strict mode
1432 (Chromium issue 120099).
1433
1434 Resynchronize timers if the Windows system time was changed.
1435 (Chromium issue 119815)
1436
1437 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1438 hardfp ARM
1439 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1440
1441 Fixed edge case for case independent regexp character classes
1442 (issue 2032).
1443
1444 Reset function info counters after context disposal.
1445 (Chromium issue 117767, V8 issue 1902)
1446
1447 Fixed missing write barrier in CopyObjectToObjectElements.
1448 (Chromium issue 119926)
1449
1450 Fixed missing bounds check in HasElementImpl.
1451 (Chromium issue 119925)
1452
1453 Performance and stability improvements on all platforms.
1454
1455
danno@chromium.org88aa0582012-03-23 15:11:57 +000014562012-03-23: Version 3.9.24
1457
1458 Activated count-based profiler for ARM.
1459
1460 Fixed use of proxies as f.prototype properties. (issue 2021)
1461
1462 Enabled snapshots on MIPS.
1463
1464 Performance and stability improvements on all platforms.
1465
1466
ulan@chromium.org6ff65142012-03-21 09:52:17 +000014672012-03-21: Version 3.9.23
1468
1469 Use correct arguments adaptation environment when inlining function
1470 containing arguments. (Issue 2014)
1471
1472 Performance and stability improvements on all platforms.
1473
1474
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000014752012-03-20: Version 3.9.22
1476
1477 Enabled count-based profiler by default.
1478
1479 Implemented a hash based look-up to speed up address checks
1480 in large object space (issue 853).
1481
1482 Performance and stability improvements on all platforms.
1483
1484
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000014852012-03-19: Version 3.9.21
1486
1487 Fixed push-to-trunk script (and re-push).
1488
1489 Added API call that identifies strings that are guaranteed only to
1490 contain ASCII characters.
1491
1492
14932012-03-19: Version 3.9.20
1494
1495 Fixed declarations escaping global strict eval. (Issue 1624)
1496
1497 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1498
1499 Fixed function declarations overwriting read-only global properties.
1500 (Chromium issue 115452)
1501
1502 Fixed --use-strict flag in combination with --harmony[-scoping].
1503
1504 Debugger: naive implementation of "step into Function.prototype.bind".
1505
1506 Debugger: added ability to set script source from within OnBeforeCompile
1507
1508 Added flag to always call DebugBreak on abort.
1509
1510 Re-enabled constructor inlining and inline === comparison with boolean
1511 constants. (Issue 2009)
1512
1513 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1514
1515 Performance and stability improvements on all platforms.
1516
1517
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000015182012-03-14: Version 3.9.19
1519
1520 Ensure there is a smi check of the receiver for global load and call
1521 ICs (Chromium issue 117794).
1522
1523 Performance and stability improvements on all platforms.
1524
1525
yangguo@chromium.org154ff992012-03-13 08:09:54 +000015262012-03-13: Version 3.9.18
1527
1528 Ensure consistency of Math.sqrt on Intel platforms.
1529
1530 Remove static initializers in v8. (issue 1859)
1531
1532 Add explicit dependency on v8_base in the GYP-based build.
1533
1534 Performance and stability improvements on all platforms.
1535
1536
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000015372012-03-12: Version 3.9.17
1538
1539 Fixed VFP detection through compiler defines. (issue 1996)
1540
1541 Add Code-related fields to postmortem metadata.
1542
1543 Performance and stability improvements on all platforms.
1544
1545
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000015462012-03-09: Version 3.9.16
1547
1548 Added basic interface inference for modules (behind the --harmony flag).
1549
1550 Added Object.is, Number.isFinite, Number.isNaN.
1551
1552 Updated the Unicode tables to Unicode version 6.1.0.
1553
1554 Performance and stability improvements on all platforms.
1555
1556
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000015572012-03-06: Version 3.9.15
1558
1559 Fix the heap profiler crash caused by memory layout changes between
1560 passes.
1561
1562 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1563
1564 Fix double-rounding in strtod for MinGW. (issue 1062)
1565
1566 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1567
1568 Performance and stability improvements on all platforms.
1569
1570
fschneider@chromium.org35814e52012-03-01 15:43:35 +000015712012-03-01: Version 3.9.14
1572
1573 Performance and stability improvements on all platforms.
1574
1575
ulan@chromium.org812308e2012-02-29 15:58:45 +000015762012-02-29: Version 3.9.13
1577
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001578 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001579
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001580 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1581 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001582
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001583 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001584
1585 Performance and stability improvements on all platforms.
1586
1587
ulan@chromium.org967e2702012-02-28 09:49:15 +000015882012-02-28: Version 3.9.12
1589
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001590 Fixed the negative lookup stub to handle deleted entries in a
1591 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001592
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001593 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001594 callback function can resolve the location of a return address on stack
1595 to the location where a return-address rewriting profiler stashed the
1596 original return address.
1597
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001598 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1599 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001600
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001601 Fixed issue 1853: Update breakpoints set with partial file name after
1602 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001603
1604
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000016052012-02-27: Version 3.9.11
1606
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001607 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001608
1609
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000016102012-02-24: Version 3.9.10
1611
1612 Fixed V8 issues 1322, 1772 and 1969.
1613
1614 Conformance improvements.
1615
1616 Performance and stability improvements on all platforms.
1617
1618
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000016192012-02-23: Version 3.9.9
1620
1621 Supported fast case for-in in Crankshaft.
1622
1623 Sped up heap snapshot serialization and dominators construction.
1624
1625 Randomized allocation addresses on windows. (Chromium issue 115151)
1626
1627 Fixed compilation with MinGW-w64. (issue 1943)
1628
1629 Fixed incorrect value of assignments to non-extensible properties.
1630
1631 Fixed a crash bug in generated code on ia32.
1632
1633 Performance and stability improvements on all platforms.
1634
1635
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000016362012-02-21: Version 3.9.8
1637
1638 Fixed memory leak and missing #include in StartupDataDecompressor
1639 (issue 1960).
1640
1641 Renamed static methods to avoid shadowing virtual methods and fix Clang
1642 C++11 compile error.
1643
1644 Fixed sequence of element access in array builtins (issue 1790).
1645
1646 Performance and stability improvements on all platforms.
1647
1648
yangguo@chromium.org56454712012-02-16 15:33:53 +000016492012-02-16: Version 3.9.7
1650
1651 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1652
1653 Fixed GCC-4.7 warnings.
1654
1655 Added Navier-Stokes benchmark.
1656
1657 Performance and stability improvements on all platforms.
1658
1659
ulan@chromium.org65a89c22012-02-14 11:46:07 +000016602012-02-14: Version 3.9.6
1661
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001662 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001663
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001664 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001665
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001666 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001667
1668 Heap Snapshot maximum size limit is too low for really big apps. At the
1669 moment the limit is 256MB. (Chromium issue 113015)
1670
1671 Performance and stability improvements on all platforms.
1672
1673
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000016742012-02-09: Version 3.9.5
1675
1676 Removed unused command line flags.
1677
1678 Performance and stability improvements on all platforms.
1679
1680
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000016812012-02-08: Version 3.9.4
1682
1683 Properly initialize element-transitioning array literals on ARM.
1684 (issue 1930)
1685
1686 Bug fixes on all platforms.
1687
1688
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000016892012-02-07: Version 3.9.3
1690
1691 When rethrowing an exception, print the stack trace of its original
1692 site instead of rethrow site (Chromium issue 60240).
1693
1694 Increased size of small stacks from 32k to 64k to avoid hitting limits
1695 in Chromium (Chromium issue 112843).
1696
1697
rossberg@chromium.org994edf62012-02-06 10:12:55 +000016982012-02-06: Version 3.9.2
1699
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001700 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001701
1702 Heap profiler reports implicit references.
1703
1704 Optionally export metadata with libv8 to enable debuggers to inspect V8
1705 state.
1706
1707
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000017082012-02-02: Version 3.9.1
1709
1710 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1711 (Chromium issue 112315).
1712
1713 Fixed a crash in dev tools (Chromium issue 107996).
1714
1715 Added 'dependencies_traverse': 1 to v8 GYP target.
1716
1717 Performance and stability improvements on all platforms.
1718
1719
danno@chromium.orgfa458e42012-02-01 10:48:36 +000017202012-02-01: Version 3.9.0
1721
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001722 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001723
1724 Stability fixes and performance improvements on all platforms.
1725
1726
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000017272012-01-26: Version 3.8.9
1728
1729 Flush number string cache on GC (issue 1605).
1730
1731 Provide access to function inferred name with
1732 v8::Function::GetInferredName in V8 public API.
1733
1734 Fix building with Clang (issue 1912).
1735
1736 Reduce the space used by the stack for the profiling thread.
1737
1738 Fix misleading documentation of v8::Locker (issue 542).
1739
1740 Introduce readbinary function in d8 to read binary files.
1741
1742 Performance and stability improvements on all platforms.
1743
1744
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000017452012-01-23: Version 3.8.8
1746
1747 Limited number of loop iterations in Heap::ReserveSpace
1748 (Chromium issue 99027).
1749
1750 Fixed solaris build (VirtualMemory) (issue 1761).
1751
1752 Fixed strict vs. non-strict handling of function proxies in
1753 higher-order array and string methods.
1754
1755 Enabled asynchronous remote debugging with d8 (issue 1691).
1756
1757 Stability and performance improvements on all platforms.
1758
1759
ulan@chromium.org2efb9002012-01-19 15:36:35 +000017602012-01-19: Version 3.8.7
1761
1762 Ensure that LRandom restores rsi after call to the C function on x64.
1763 (Chromium issue http://crbug.com/110509)
1764
1765 Fixing include issues on *bsd when building with scons.
1766 (issue 1897)
1767
1768 Provide a switch to specify -fno-strict-aliasing
1769 (issue 1887)
1770
1771 Move WIN32 define from standalone.gypi to common.gypi
1772 (issue 1760)
1773
1774 Fix corner-case in heap size estimation.
1775 (issue 1893)
1776
1777 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1778 (issue 1903)
1779
1780 Performance improvements and bug fixes.
1781
1782
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000017832012-01-16: Version 3.8.6
1784
1785 Add primitive WebGL array support to d8.
1786
1787 Improve heap size estimation (issue 1893).
1788
1789 Hash collision DOS workaround extended from string keys
1790 to numeric keys.
1791
1792 Provide an API for iterating through all external strings referenced
1793 from the JS heap.
1794
1795 Adjust position recorded for call expressions. http://crbug.com/109195
1796
1797 Fix GC crash related to instanceof. http://crbug.com/109448
1798
1799 Performance improvements and bug fixes.
1800
1801
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000018022012-01-05: Version 3.8.5
1803
1804 Fix broken test that assumes that no GC can clear the regexp cache (GC
1805 can happen at any time due to Crankshaft).
1806
1807 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1808
1809 Add netbsd support to gyp build.
1810
1811 Determine page size at runtime on posix platforms.
1812
1813 Ensure that store buffer filtering hash sets are cleared after
1814 StoreBuffer::Filter.
1815
1816 Randomize the seed used for string hashing. This helps guard against
1817 CPU-eating DOS attacks against node.js servers. Based on code from
1818 Bert Belder. This version only solves the issue for those that compile
1819 V8 themselves or those that do not use snapshots. A snapshot-based
1820 precompiled V8 will still have predictable string hash codes.
1821
1822 Implement callback when script finishes running in V8 API.
1823
1824 Improve performance of Math.min and Math.max for the case of two
1825 arguments. (issue 1325)
1826
1827
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000018282012-01-02: Version 3.8.4
1829
1830 Performance improvements for large Smi-only arrays.
1831
1832 Fixed InternalArrays construction. (issue 1878)
1833
1834
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000018352011-12-27: Version 3.8.3
1836
1837 Avoid embedding new space objects into code objects in the lithium gap
1838 resolver. (chromium:108296)
1839
1840 Bug fixes and performance optimizations on all platforms.
1841
1842
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000018432011-12-21: Version 3.8.2
1844
1845 Add max optimization flag to v8 gyp build to ensure V8 is always built
1846 fully optimized in Chrome.
1847
1848 MIPS: Bring MIPS to parity with other platforms.
1849
1850 Optimizations and stability improvements on all platforms.
1851
1852
ricow@chromium.org7ad65222011-12-19 12:13:11 +000018532011-12-19: Version 3.8.1
1854
1855 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1856
1857 Stability improvements on all platforms.
1858
1859
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000018602011-12-13: Version 3.8.0
1861
1862 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1863
1864 Sync parser and preparser on do-while and return statements.
1865 (issue 1856)
1866
1867 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1868
1869 Stability and performance improvements on all platforms.
1870
1871
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000018722011-12-01: Version 3.7.12
1873
1874 Increase tick interval for the android platform.
1875
1876 Fix a bug in the register allocator. (chromium:105112)
1877
1878 Fix handling of recompiling code. (chromium:105375, v8:1782)
1879
1880 Start incremental marking on idle notification. (v8:1458)
1881
1882 Build fixes for various platforms.
1883
1884 Various performance improvements.
1885
1886
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000018872011-11-29: Version 3.7.11
1888
1889 Fixed bug when generating padding to ensure space for lazy
1890 deoptimization.
1891 (issue 1846)
1892
1893 Further reduced pause times due to GC.
1894
1895 Stability and performance improvements on all platforms.
1896
1897
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000018982011-11-23: Version 3.7.10
1899
1900 Set maximum length of FixedArray in terms of elements instead an
1901 absolute number of bytes.
1902 (Chromium issue 103103)
1903
1904 Stability and performance improvements on all platforms.
1905
1906
19072011-11-21: Version 3.7.9
1908
1909 Removed exit-time destructors.
1910
1911 Stability and performance improvements on all platforms.
1912
1913
ricow@chromium.org27bf2882011-11-17 08:34:43 +000019142011-11-17: Version 3.7.8
1915
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001916 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001917 function on builtins will not make the original function reappear.
1918
1919 Added NetBSD support for scons build.
1920
1921 Performance improvements on all platforms.
1922
1923
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000019242011-11-14: Version 3.7.7
1925
1926 Fix missing fast property accessors in heap snapshots.
1927 (issue 1818)
1928
1929
danno@chromium.org2c456792011-11-11 12:00:53 +000019302011-11-11: Version 3.7.6
1931
1932 Fixed filtering of store buffer for large object pages.
1933 (issue 1817)
1934
1935 Fixed generated hash function on all platforms.
1936 (issue 1808)
1937
1938 Fixed Heap::Shrink to ensure that it does not free pages that are
1939 still in use.
1940 (Chromium issue 100414)
1941
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001942 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001943
1944
danno@chromium.orgc612e022011-11-10 11:38:15 +000019452011-11-10: Version 3.7.5
1946
1947 Added initial gyp infrastructure for MIPS.
1948
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001949 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001950 collector.
1951
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001952 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001953
1954
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000019552011-11-07: Version 3.7.4
1956
1957 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1958
1959 Fix Harmony sets and maps to allow null and undefined as keys
1960 (still hidden behind --harmony flag) (issue 1622).
1961
1962 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1963
1964 Enable VFP instructions for Android.
1965
1966 Fix error handling in Date.prototype.toISOString (issue 1792).
1967
1968 Bug fixes and performance improvements for all platforms.
1969
1970 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1971
1972
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000019732011-10-28: Version 3.7.3
1974
1975 Slight deoptimization as a workaround for issue with jslint: Issue
1976 1789.
1977
1978
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000019792011-10-27: Version 3.7.2
1980
1981 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1982
1983
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000019842011-10-26: Version 3.7.1
1985
1986 Achieved 33% speedup in debug-mode tests.
1987
1988 Removed special casing of calls to RegExp test and exec methods with no
1989 argument. Now matches new JSC behaviour. crbug.com/75740.
1990
1991 Return the empty string on cyclic references in toString (ES5
1992 conformance).
1993
1994 Fixed bug triggered by JSBeautifier. crbug.com/100409.
1995
1996 Made Math.random state per-context instead of per-process (issue 864).
1997
1998 Fixed stack traces to skip native functions.
1999
2000 Make snapshots (new contexts) smaller and faster.
2001
2002 Fixed handling of Function.apply for non-array arguments.
2003
2004 Fixed evaluation order in defineProperties to match FireFox.
2005
2006 Fixed handling of non-object receivers for array builtins,
2007 crbug.com/100702.
2008
2009 Multiple fixes to improve compliance with test262.
2010
2011 Fixed compatibility with older Android releases.
2012
2013 Fixed compilation with gcc-4.5.3.
2014
2015 Improved performance of WriteUtf8, issue 1665.
2016
2017 Made native syntax an early error in the preparser.
2018
2019 Fixed issues 793 and 893 relating to Function.prototype.bind.
2020
2021 Improved let, const, Set and Map support and other Harmony features
2022 (behind the --harmony flag).
2023
2024 Changed evaluation order for > and <= to match ES5 instead of ES3.
2025
2026 Bug fixes and performance improvements on all platforms.
2027
2028
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000020292011-10-13: Version 3.7.0
2030
2031 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2032
2033 Fixed issue 1757 (string slices of external strings).
2034
2035 Fixed issue 1759 (ARM).
2036
2037 Added flag --noclever-optimizations to disable some things that
2038 caused trouble in the past.
2039
2040 Added flag --stress-compaction for testing.
2041
2042 Added flag --harmony to activate all experimental Harmony features.
2043
2044
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000020452011-10-10: Version 3.6.6
2046
2047 Added a GC pause visualization tool.
2048
2049 Added presubmit=no and werror=no flags to Makefile.
2050
2051 ES5/Test262 conformance improvements.
2052
2053 Fixed compilation issues with GCC 4.5.x (issue 1743).
2054
2055 Bug fixes and performance improvements on all platforms.
2056
2057
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000020582011-10-05: Version 3.6.5
2059
2060 New incremental garbage collector.
2061
2062 Removed the hard heap size limit (soft heap size limit is still
2063 700/1400Mbytes by default).
2064
2065 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2066
2067 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2068
2069 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2070
2071 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2072
2073 Fixed the MinGW and Windows 2000 builds.
2074
2075 Fixed "Prototype chain is not searched if named property handler does
2076 not set a property" (Issue 1636).
2077
2078 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2079
2080 Disallowed future reserved words as labels in strict mode.
2081
2082 Fixed string split to correctly coerce the separator to a string
2083 (Issue 1711).
2084
2085 API: Added an optional source length field to the Extension
2086 constructor.
2087
2088 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2089 (Issue 1573).
2090
2091 Added "native" target to Makefile for the benefit of Linux distros.
2092
2093 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2094
2095 More work on ES-Harmony proxies. Still hidden behind a flag.
2096
2097 Bug fixes and performance improvements on all platforms.
2098
2099
lrn@chromium.org34e60782011-09-15 07:25:40 +000021002011-09-15: Version 3.6.4
2101
2102 Fixed d8's broken readline history.
2103
2104 Removed the need for code delete events in CPU profiler (Issue 1466).
2105
2106 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2107
2108 Fixing parallel execution in d8 (with -p) and some memory leaks.
2109
2110 Support for precise stepping in functions compiled before debugging was
2111 started (step 1).
2112
2113
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000021142011-09-13: Version 3.6.3
2115
2116 Implemented better support of typed arrays in the d8 shell.
2117
2118 Bug fixes and performance improvements on all platforms.
2119
2120
ricow@chromium.org55ee8072011-09-08 16:33:10 +000021212011-09-08: Version 3.6.2
2122
2123 Added "dependencies" target to top-level Makefile.
2124
2125 Added ability to turn profiler on/off in d8.
2126
2127 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2128
2129 Fixed several crash bugs.
2130
2131
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000021322011-09-07: Version 3.6.1
2133
2134 Fixed a bug in abrupt exit from with or catch inside finally.
2135
2136 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2137 issue 95113).
2138
2139 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2140
2141 Fixed a few clang warnings (which -Werror treated as errors).
2142
2143 Performance improvements on all platforms.
2144
2145
fschneider@chromium.org1805e212011-09-05 10:49:12 +000021462011-09-05: Version 3.6.0
2147
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002148 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002149
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002150 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002151
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002152 Made arguments and caller always be null on native functions
2153 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002154
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002155 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002156
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002157 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002158
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002159 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002160
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002161 Fixed a problem with large heap snapshots in Chrome DevTools
2162 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002163
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002164 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002165
2166
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000021672011-08-31: Version 3.5.10
2168
2169 Added dependency of v8_base on WinSocket2 Windows library in
2170 the GYP-build.
2171
2172 Various bugfixes.
2173
2174
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000021752011-08-29: Version 3.5.9
2176
2177 Made FromPropertyDescriptor not trigger inherited setters.
2178
2179 Fixed .gyp files to work on the ARM simulator.
2180
2181 Fixed shared library build warnings for MSVS.
2182
2183
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000021842011-08-24: Version 3.5.8
2185
2186 Added V8EXPORT attributes for v8::Array::CheckCast and
2187 v8::Number::CheckCast.
2188
2189 Made a slight API change enabling opting out from null termination
2190 in String::Write*().
2191
2192 Fixed arm build for gcc-4.6.
2193
2194
rossberg@chromium.org28a37082011-08-22 11:03:23 +000021952011-08-22: Version 3.5.7
2196
2197 Make scanner handle invalid unicode escapes in identifiers correctly.
2198
2199 Make regexp flag parsing stricter.
2200
2201 Fix several memory leaks.
2202
2203
danno@chromium.orgb6451162011-08-17 14:33:23 +000022042011-08-17: Version 3.5.6
2205
2206 Fixed issue that could cause crashes when running with --heap-stats.
2207
2208 Fixed compilation on Linux 2.6.9 and older.
2209
2210 Fixed live-object-list to work with isolates.
2211
2212 Fixed memory leaks in zones and isolates.
2213
2214 Fixed a performance regression for TypedArrays on x64.
2215
2216 Stability improvements on all platforms.
2217
2218
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000022192011-08-15: Version 3.5.5
2220
2221 Fixed bugs involving negative zero and the optimizing compiler.
2222
2223 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2224
2225 Eliminated uses of deprecated ARM instructions.
2226
2227 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2228
2229 Removed restriction on the size of disassembled code that is printed.
2230
2231
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000022322011-08-10: Version 3.5.4
2233
2234 Added a preliminary implementation of ES Harmony weak maps. Weak
2235 maps can be enabled by the flag --harmony-weakmaps.
2236
2237 Introduced a toplevel Makefile to support GYP-based building. GYP
2238 can be obtained from http://gyp.googlecode.com.
2239
2240 Fixed a bug in the length property of functions created by
2241 Function.prototype.bind.
2242
2243 Reduced malloc heap allocation on process startup.
2244
2245 Several important code generation bug fixes.
2246
2247 Performance improvements on all platforms.
2248
2249
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000022502011-08-03: Version 3.5.3
2251
2252 MIPS: Port of fix to ClassOf check from ARM.
2253 Patch from Paul Lind <plind44@gmail.com>.
2254
2255 Stopped using mprotect on Cygwin.
2256 Avoided uninitialized member warning on gcc 4.3.4
2257 Both patches by Bert Belder.
2258
2259 Bug fixes and performance improvements on all platforms.
2260
2261
vegorov@chromium.org7943d462011-08-01 11:41:52 +000022622011-08-01: Version 3.5.2
2263
2264 Performance improvements on all platforms.
2265
2266
ricow@chromium.org2c99e282011-07-28 09:15:17 +000022672011-07-28: Version 3.5.1
2268
2269 Fixed setting the readonly flag on the prototype property using the
2270 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2271
2272 Changed the tools/test.py script to use d8 instead of shell for
2273 testing.
2274
2275 Fixed crash in ToBooleanStub when GC happens during invocation.
2276
2277 Enabled automatic unboxing of double arrays.
2278
2279 Performance improvements on all platforms.
2280
2281
ricow@chromium.org9fa09672011-07-25 11:05:35 +000022822011-07-25: Version 3.5.0
2283
2284 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2285 proxies.
2286
2287 Removed logging to memory support.
2288
2289 Bugfixes and performance work.
2290
2291
rossberg@chromium.org717967f2011-07-20 13:44:42 +000022922011-07-20: Version 3.4.14
2293
2294 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2295
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002296 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002297 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002298
2299 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2300
2301
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000023022011-07-18: Version 3.4.13
2303
2304 Improved debugger support to allow inspection of optimized frames (issue
2305 1140).
2306
2307 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2308
2309 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2310
2311 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2312
2313 Simplified HClampToUint8. Patch by Andy Wingo.
2314
2315 Exposed APIs for detecting boxed primitives, native errors. Patch by
2316 Luke Zarko.
2317
2318 Added map check for COW elements to crankshaft array handling code
2319 (issue 1560).
2320
2321 Sample shell and (a light version of) D8 links against a shared library
2322 now.
2323
2324 Fixed bug in array filter and reduce functions (issue 1559).
2325
2326 Avoid TLS load in AstNode constructor.
2327
2328 Introduced a random entropy source which can optionally be provided at
2329 initialization. (Chromium issue 89462).
2330
2331
whesse@chromium.org030d38e2011-07-13 13:23:34 +000023322011-07-13: Version 3.4.12
2333
2334 Added --prof profiling option to d8 shell.
2335
2336 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2337
2338 Fixed a potential assertion failure in const declarations.
2339
2340 Fixed an assertion failure in descriptor arrays (issue 1526).
2341
2342 Enabled fast thread-local storage by default on supported platforms.
2343
2344 Improved reporting of source position for global variable loads
2345 (issue 1527).
2346
2347
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000023482011-07-11: Version 3.4.11
2349
2350 Fixed MinGW32 build.
2351
2352 Fixed a GC bug with RegExp code flushing.
2353
2354 Implemented Object.defineProperty for proxies.
2355
2356 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2357
2358 Added debugger support for inspecting optimized frames (issue 1140).
2359
2360 Allowed JSObject::PreventExtensions to work for arguments objects.
2361
2362 Bugfixes and performance work.
2363
2364
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000023652011-07-06: Version 3.4.10
2366
2367 Fixed debugger not breaking on certain "if" statements (issue 1523).
2368
2369 Fixed assertion failure in runtime profiler when running on IA32
2370 without snapshot (issue 1522).
2371
2372 Fixed ABI for API calls on IA32 (for clang compatibility).
2373
2374 Introduced code flushing of RegExp code to free memory used by
2375 RegExps sooner.
2376
2377 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2378
2379 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2380
2381 Performance improvements on all platforms.
2382
2383
ricow@chromium.org4f693d62011-07-04 14:01:31 +000023842011-07-04: Version 3.4.9
2385
2386 Added support for debugger inspection of locals in optimized frames
2387 (issue 1140).
2388
2389 Fixed SConstruct to pass correct defines to samples/preparser when
2390 building with library=shared.
2391
2392 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2393
2394 Fixed a bug in Object.defineProperty on the arguments object.
2395
2396 Performance improvements on all platforms.
2397
2398
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000023992011-06-29: Version 3.4.8
2400
2401 Ensure 16-byte stack alignment on Solaris (issue 1505).
2402
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002403 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002404 that is not a smi. (issue 1246).
2405
2406
ager@chromium.org04921a82011-06-27 13:21:41 +000024072011-06-27: Version 3.4.7
2408
2409 Fixed 64-bit build on FreeBSD.
2410
2411 Added API to set the property attributes for the prototype
2412 property on functions created from FunctionTemplates.
2413
2414 Bugfixes and performance work.
2415
2416
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000024172011-06-22: Version 3.4.6
2418
2419 Lowered limit on code space for systems with low memory supply.
2420
2421 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2422
2423 Extended setBreakpoint API to accept partial script name (issue 1418).
2424
2425 Made multi-line comments not count when deciding whether the '-->'
2426 comment starter is first on a line. This matches Safari.
2427
2428 Made handling of non-array recievers in Array length setter correct
2429 (issue 1491).
2430
2431 Added ability to heap profiler to iterate over snapshot's node
2432 (issue 1481).
2433
2434
whesse@chromium.org7b260152011-06-20 15:33:18 +000024352011-06-20: Version 3.4.5
2436
2437 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2438 1476, and 1477.
2439
2440 Improved code generation for !0 and !1.
2441
2442 Reduced memory usage for regular expressions with nested qualifiers.
2443 (issue 1472)
2444
2445 Fixed V8 to count line terminators in multi-line comments.
2446 (Chromium issue 86431)
2447
2448 Fixed disassembler=on option for release-mode builds. (issue 1473)
2449
2450 Performance improvements on all platforms.
2451
2452
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000024532011-06-15: Version 3.4.4
2454
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002455 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002456
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002457 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002458
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002459 Several GYP-related changes: Added support for building Xcode project
2460 files. Make the ARM simulator build with GYP again. Generate Makefiles
2461 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002462
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002463 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2464 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002465
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002466 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002467
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002468 Handle 'undefined' correctly when === has been specialized for doubles.
2469 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002470
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002471 Corrected the limit of local variables in an optimized function from 64
2472 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002473
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002474 Correctly set ReadOnly flag on indexed properties when using the API Set
2475 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002476
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002477 Give the correct error message when Object.isExtensible is called on a
2478 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002479
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002480 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2481 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002482
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002483 Do not redefine properties unneccesarily in seal and freeze. (issue
2484 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002485
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002486 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002487
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002488 Distinguish keyed loads with a symbol key from fast elements loads,
2489 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002490
2491
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000024922011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002493
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002494 Clear the global thread table when an isolate is disposed
2495 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002496
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002497 Converted time zone name to UTF8 on Windows (issue 1290).
2498
2499 Limited the number of arguments in a function call to 32766
2500 (issue 1413).
2501
2502 Compress sources of JS libraries in addition to the snapshot.
2503
2504 Fixed a bug in Lithium environment iteration.
2505
2506 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002507
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002508
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000025092011-06-06: Version 3.4.2
2510
2511 More work on ES-Harmony proxies. Still hidden behind a flag.
2512
2513 Fixed some crash bugs and improved performance.
2514
2515 Fixed building with gdb debugging support.
2516
2517 Do not install SIGPROF handler until it is needed.
2518
2519 Added DateTimeFormat to i18n API.
2520
2521 Fixed compilation on OpenBSD.
2522
2523 Take the ulimit into account when sizing the heap. OpenBSD users
2524 may still have to increase the default ulimit to run heavy pages in
2525 the browser.
2526
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002527
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000025282011-06-01: Version 3.4.1
2529
2530 Fixed JSON stringify issue with arrays.
2531
2532 Changed calls to JS builtins to be passed undefined when called with
2533 implicit receiver.
2534
2535 Implemented the set trap for Harmony proxies. Proxies still need to
2536 be enabled with the --harmony-proxies flag.
2537
2538
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000025392011-05-30: Version 3.4.0
2540
2541 Changed calls to undefined property setters to not throw (issue 1355).
2542
2543 Made RegExp objects not callable.
2544
2545 Fixed issues on special case large JSON strings in new json parser
2546 (issues http://crbug.com/83877 and http://crbug.com/84186).
2547
2548 Performance improvements on all platforms.
2549
2550
danno@chromium.org40cb8782011-05-25 07:58:50 +000025512011-05-25: Version 3.3.10
2552
2553 Fixed calls of strict mode function with an implicit receiver.
2554
2555 Fixed fast handling of arrays to properly deal with changes to the
2556 Object prototype (issue 1403).
2557
2558 Changed strict mode poison pill to be the same type error function
2559 (issue 1387).
2560
2561 Fixed a debug crash in arguments object handling (issue 1227).
2562
2563 Fixed a bug in deoptimization on x64 (issue 1404).
2564
2565 Performance improvements and bug fixes on all platforms.
2566
2567
ager@chromium.orgea91cc52011-05-23 06:06:11 +000025682011-05-23: Version 3.3.9
2569
2570 Added DateTimeFormat class to experimental i18n API.
2571
2572 Extended preparser to give early errors for some strict mode
2573 restrictions.
2574
2575 Removed legacy execScript function from V8.
2576
2577 Extended isolate API with the ability to add embedder-specific
2578 data to an isolate.
2579
2580 Added basic support for polymorphic loads from JS and external
2581 arrays.
2582
2583 Fixed bug in handling of switch statements in the optimizing
2584 compiler.
2585
2586
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000025872011-05-18: Version 3.3.8
2588
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002589 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002590 handles are independent of all other persistent handles and can be
2591 garbage collected more frequently.
2592
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002593 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002594 with the --harmony-proxies flag.
2595
2596 Performance improvements and bug fixes on all platforms.
2597
2598
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000025992011-05-16: Version 3.3.7
2600
2601 Updated MIPS infrastructure files.
2602
2603 Performance improvements and bug fixes on all platforms.
2604
2605
karlklose@chromium.org83a47282011-05-11 11:54:09 +000026062011-05-11: Version 3.3.6
2607
2608 Updated MIPS infrastructure files.
2609
2610 Added method IsCallable for Object to the API.
2611 Patch by Peter Varga.
2612
2613
lrn@chromium.org1c092762011-05-09 09:42:16 +000026142011-05-09: Version 3.3.5
2615
2616 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2617
2618 Added check that receiver is JSObject on API calls.
2619
2620 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2621 Patch by Peter Varga.
2622
2623 Added CallAsFunction method to the Object class in the API (Issue 1336).
2624 Patch by Peter Varga.
2625
2626 Added per-isolate locking and unlocking.
2627
2628 Fixed bug in x64 >>> operator (Issue 1359).
2629
2630
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000026312011-05-04: Version 3.3.4
2632
2633 Implemented API to disallow code generation from strings for a context
2634 (issue 1258).
2635
2636 Fixed bug with whitespaces in parseInt (issue 955).
2637
2638 Fixed bug with == comparison of Date objects (issue 1356).
2639
2640 Added GYP variables for ARM code generation:
2641 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2642 and v8_use_arm_eabi_hardfloat.
2643
2644
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000026452011-05-02: Version 3.3.3
2646
2647 Added support for generating Visual Studio solution and project files
2648 using GYP.
2649
2650 Implemented support for ARM EABI calling convention variation where
2651 floating-point arguments are passed in registers (hardfloat).
2652
2653 Added Object::HasOwnProperty() to the API.
2654
2655 Added support for compressing startup data to reduce binary size. This
2656 includes build time support and an API for the embedder to decompress
2657 the startup data before initializing V8.
2658
2659 Reduced the profiling hooks overhead from >400% to 25% when using
2660 ll_prof.
2661
2662 Performance improvements and bug fixes on all platforms.
2663
2664
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000026652011-04-27: Version 3.3.2
2666
2667 Fixed crash bug on ARM with no VFP3 hardware.
2668
2669 Fixed compilation of V8 without debugger support.
2670
2671 Improved performance on JSLint.
2672
2673 Added support Float64 WebGL arrays.
2674
2675 Fixed crash bug in regexp replace.
2676
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002677
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000026782011-04-20: Version 3.3.1
2679
2680 Reduced V8 binary size by removing virtual functions from hydrogen.
2681
2682 Fixed crash bug on x64.
2683
2684 Performance improvements on ARM and IA32.
2685
2686
danno@chromium.org160a7b02011-04-18 15:51:38 +000026872011-04-18: Version 3.3.0
2688
2689 Fixed bug in floating point rounding in Crankshaft on ARM
2690 (issue 958)
2691
2692 Fixed a number of issues with running without VFPv3 support on ARM
2693 (issue 1315)
2694
2695 Introduced v8Locale.Collator, a partial implementation of Collator
2696 per last ECMAScript meeting + mailing list.
2697
2698 Minor performance improvements and bug fixes.
2699
2700
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000027012011-04-13: Version 3.2.10
2702
2703 Fixed bug in external float arrays on ARM (issue 1323).
2704
2705 Minor performance improvements and bug fixes.
2706
2707
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000027082011-04-11: Version 3.2.9
2709
2710 Removed support for ABI prior to EABI on ARM.
2711
2712 Fixed multiple crash bugs.
2713
2714 Added GCMole to the repository, a simple static analysis tool that
2715 searches for GC-unsafe evaluation order dependent callsites.
2716
2717 Made preparser API be exported in shared libraries.
2718
2719 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2720
2721 Fixed mutable __proto__ property if object is not extensible
2722 (Issue 1309).
2723
2724 Fixed auto suspension of the sampler thread.
2725
2726
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000027272011-04-06: Version 3.2.8
2728
2729 Exposed WebGL typed array constructors in the shell sample.
2730
2731 Performance improvements on all platforms.
2732
2733
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000027342011-04-04: Version 3.2.7
2735
2736 Disabled the original 'classic' V8 code generator. Crankshaft is
2737 now the default on all platforms.
2738
2739 Changed the heap profiler to use more descriptive names.
2740
2741 Performance and stability improvements to isolates on all platforms.
2742
2743
lrn@chromium.org7516f052011-03-30 08:52:27 +000027442011-03-30: Version 3.2.6
2745
2746 Fixed xcode build warning in shell.cc (out of order initialization).
2747
2748 Fixed null-pointer dereference in the compiler when running without
2749 SSE3 support (Chromium issue 77654).
2750
2751 Fixed x64 compilation error due to some dead code. (Issue 1286)
2752
2753 Introduced scons target to build the preparser stand-alone example.
2754
2755 Made FreeBSD build and pass all tests.
2756
2757
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000027582011-03-28: Version 3.2.5
2759
lrn@chromium.org7516f052011-03-30 08:52:27 +00002760 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002761
2762 Added Crankshaft support for external arrays.
2763
2764 Fixed two potential crash bugs.
2765
2766
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000027672011-03-23: Version 3.2.4
2768
2769 Added isolates which allows several V8 instances in the same process.
2770 This is controlled through the new Isolate class in the API.
2771
2772 Implemented more of EcmaScript 5 strict mode.
2773
2774 Reduced the time it takes to make detailed heap snapshot.
2775
2776 Added a number of commands to the ARM simulator and enhanced the ARM
2777 disassembler.
2778
2779
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000027802011-03-17: Version 3.2.3
2781
2782 Fixed a number of crash bugs.
2783
2784 Fixed Array::New(length) to return an array with a length (issue 1256).
2785
2786 Fixed FreeBSD build.
2787
2788 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2789
2790 Implemented more of EcmaScript 5 strict mode.
2791
2792 Improved Crankshaft performance on all platforms.
2793
2794
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000027952011-03-14: Version 3.2.2
2796
2797 Fixed a number of crash and correctness bugs.
2798
2799 Improved Crankshaft performance on all platforms.
2800
2801 Fixed Crankshaft on Solaris/Illumos.
2802
2803
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000028042011-03-10: Version 3.2.1
2805
2806 Fixed a number of crash bugs.
2807
2808 Improved Crankshaft for x64 and ARM.
2809
2810 Implemented more of EcmaScript 5 strict mode.
2811
2812
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000028132011-03-07: Version 3.2.0
2814
2815 Fixed a number of crash bugs.
2816
2817 Turned on Crankshaft by default on x64 and ARM.
2818
2819 Improved Crankshaft for x64 and ARM.
2820
2821 Implemented more of EcmaScript 5 strict mode.
2822
2823
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000028242011-03-02: Version 3.1.8
2825
2826 Fixed a number of crash bugs.
2827
2828 Improved Crankshaft for x64 and ARM.
2829
2830 Implemented more of EcmaScript 5 strict mode.
2831
2832 Fixed issue with unaligned reads and writes on ARM.
2833
2834 Improved heap profiler support.
2835
2836
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000028372011-02-28: Version 3.1.7
2838
2839 Fixed a number of crash bugs.
2840
2841 Improved Crankshaft for x64 and ARM.
2842
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002843 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002844 arrays (http://crbug.com/73940).
2845
2846 Fixed bug in map space compaction (http://crbug.com/59688).
2847
2848 Added support for direct getter accessors calls on ARM.
2849
2850
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000028512011-02-24: Version 3.1.6
2852
2853 Fixed a number of crash bugs.
2854
2855 Added support for Cygwin (issue 64).
2856
2857 Improved Crankshaft for x64 and ARM.
2858
2859 Added Crankshaft support for stores to pixel arrays.
2860
2861 Fixed issue in CPU profiler with Crankshaft.
2862
2863
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000028642011-02-16: Version 3.1.5
2865
2866 Change RegExp parsing to disallow /(*)/.
2867
2868 Added GDB JIT support for ARM.
2869
2870 Fixed several crash bugs.
2871
2872 Performance improvements on the IA32 platform.
2873
2874
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000028752011-02-14: Version 3.1.4
2876
2877 Fixed incorrect compare of prototypes of the global object (issue
2878 1082).
2879
2880 Fixed a bug in optimizing calls to global functions (issue 1106).
2881
2882 Made optimized Function.prototype.apply safe for non-JSObject first
2883 arguments (issue 1128).
2884
2885 Fixed an error related to element accessors on Object.prototype and
2886 parser errors (issue 1130).
2887
2888 Fixed a bug in sorting an array with large array indices (issue 1131).
2889
2890 Properly treat exceptions thrown while compiling (issue 1132).
2891
2892 Fixed bug in register requirements for function.apply (issue 1133).
2893
2894 Fixed a representation change bug in the Hydrogen graph construction
2895 (issue 1134).
2896
2897 Fixed the semantics of delete on parameters (issue 1136).
2898
2899 Fixed a optimizer bug related to moving instructions with side effects
2900 (issue 1138).
2901
2902 Added support for the global object in Object.keys (issue 1150).
2903
2904 Fixed incorrect value for Math.LOG10E
2905 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2906
2907 Performance improvements on the IA32 platform.
2908
2909 Implement assignment to undefined reference in ES5 Strict Mode.
2910
2911
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000029122011-02-09: Version 3.1.3
2913
2914 Fixed a bug triggered by functions with huge numbers of declared
2915 arguments.
2916
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002917 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002918
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002919 Fixed issue where Array.prototype.__proto__ had been set to null
2920 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002921
2922 Fixed stability bugs in Crankshaft for x86.
2923
2924
ricow@chromium.org83aa5492011-02-07 12:42:56 +000029252011-02-07: Version 3.1.2
2926
2927 Added better security checks when accessing properties via
2928 Object.getOwnPropertyDescriptor.
2929
2930 Fixed bug in Object.defineProperty and related access bugs (issues
2931 992, 1083 and 1092).
2932
2933 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2934 copyright notice generation for embedders.
2935
2936
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000029372011-02-02: Version 3.1.1
2938
2939 Perform security checks before fetching the value in
2940 Object.getOwnPropertyDescriptor.
2941
2942 Fixed a bug in Array.prototype.splice triggered by passing no
2943 arguments.
2944
2945 Fixed bugs in -0 in arithmetic and in Math.pow.
2946
2947 Fixed bugs in the register allocator and in switching from optimized
2948 to unoptimized code.
2949
2950
29512011-01-31: Version 3.1.0
2952
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002953 Performance improvements on all platforms.
2954
2955
ager@chromium.org378b34e2011-01-28 08:04:38 +000029562011-01-28: Version 3.0.12
2957
2958 Added support for strict mode parameter and object property
2959 validation.
2960
2961 Fixed a couple of crash bugs.
2962
2963
ager@chromium.org0ee099b2011-01-25 14:06:47 +000029642011-01-25: Version 3.0.11
2965
2966 Fixed a bug in deletion of lookup slots that could cause global
2967 variables to be accidentally deleted (http://crbug.com/70066).
2968
2969 Added support for strict mode octal literal verification.
2970
2971 Fixed a couple of crash bugs (issues 1070 and 1071).
2972
2973
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000029742011-01-24: Version 3.0.10
2975
2976 Fixed External::Wrap for 64-bit addresses (issue 1037).
2977
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002978 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002979 code generator (issue 1060).
2980
2981 Introduced partial strict mode support.
2982
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002983 Changed formatting of recursive error messages to match Firefox and
2984 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002985
2986 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002987 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002988 (issue http://crbug.com/50972).
2989
2990 Performance improvements on the IA32 platform.
2991
2992
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000029932011-01-19: Version 3.0.9
2994
2995 Added basic GDB JIT Interface integration.
2996
2997 Make invalid break/continue statements a syntax error instead of a
2998 runtime error.
2999
3000
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000030012011-01-17: Version 3.0.8
3002
3003 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003004 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003005
3006 Wrapped external pointers more carefully (issue 1037).
3007
3008 Hardened the implementation of error objects to avoid setters
3009 intercepting the properties set then throwing an error.
3010
3011 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3012
3013 Performance improvements on the IA32 platform.
3014
3015
30162011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003017
3018 Stopped calling inherited setters when creating object literals
3019 (issue 1015).
3020
3021 Changed interpretation of malformed \c? escapes in RegExp to match
3022 JSC.
3023
3024 Enhanced the command-line debugger interface and fixed some minor
3025 bugs in the debugger.
3026
3027 Performance improvements on the IA32 platform.
3028
3029
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000030302011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003031
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003032 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003033
3034 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003035 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003036
3037 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003038 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003039
3040 Added use_system_v8 option to gyp (off by default), to make it easier
3041 for Linux distributions to ship with system-provided V8 library.
3042
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003043 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003044
3045 Added labelled thread names to help with debugging (on Linux).
3046
3047
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000030482011-01-03: Version 3.0.5
3049
3050 Fixed a couple of cast errors for gcc-3.4.3.
3051
3052 Performance improvements in GC and IA32 code generator.
3053
3054
whesse@chromium.org023421e2010-12-21 12:19:12 +000030552010-12-21: Version 3.0.4
3056
3057 Added Date::ResetCache() to the API so that the cached values in the
3058 Date object can be reset to allow live DST / timezone changes.
3059
3060 Extended existing support for printing (while debugging) the contents
3061 of objects. Added support for printing objects from release builds.
3062
3063 Fixed V8 issues 989, 1006, and 1007.
3064
3065
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000030662010-12-17: Version 3.0.3
3067
3068 Reapplied all changes for version 3.0.1.
3069
3070 Improved debugger protocol for remote debugging.
3071
3072 Added experimental support for using gyp to generate build files
3073 for V8.
3074
3075 Fixed implementation of String::Write in the API (issue 975).
3076
3077
lrn@chromium.org8541d772010-12-15 12:05:09 +000030782010-12-15: Version 3.0.2
3079
3080 Revert version 3.0.1 and patch 3.0.1.1.
3081
3082
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000030832010-12-13: Version 3.0.1
3084
3085 Added support for an experimental internationalization API as an
3086 extension. This extension is disabled by default but can be enabled
3087 when building V8. The ECMAScript internationalization strawman is
3088 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3089
3090 Made RegExp character class parsing stricter. This mirrors a change
3091 to RegExp parsing in WebKit.
3092
3093 Fixed a bug in Object.defineProperty when used to change attributes
3094 of an existing property. It incorrectly set the property value to
3095 undefined (issue 965).
3096
3097 Fixed several different compilation failures on various platforms
3098 caused by the 3.0.0 release.
3099
3100 Optimized Math.pow so it can work on unboxed doubles.
3101
3102 Sped up quoting of JSON strings by removing one traversal of the
3103 string.
3104
3105
kasperl@chromium.orga5551262010-12-07 12:49:48 +000031062010-12-07: Version 3.0.0
3107
3108 Improved performance by (partially) addressing issue 957 on
3109 IA-32. Still needs more work for the other architectures.
3110
3111
ager@chromium.orgbeb25712010-11-29 08:02:25 +000031122010-11-29: Version 2.5.9
3113
3114 Fixed crashes during GC caused by partially initialize heap
3115 objects.
3116
3117 Fixed bug in process sample that caused memory leaks.
3118
3119 Improved performance on ARM by implementing missing stubs and
3120 inlining.
3121
3122 Improved heap profiler support.
3123
3124 Added separate seeding on Windows of the random number generator
3125 used internally by the compiler (issue 936).
3126
3127 Exposed API for getting the name of the function used to construct
3128 an object.
3129
3130 Fixed date parser to handle one and two digit millisecond
3131 values (issue 944).
3132
3133 Fixed number parsing to disallow space between sign and
3134 digits (issue 946).
3135
3136
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000031372010-11-23: Version 2.5.8
3138
3139 Removed dependency on Gay's dtoa.
3140
3141 Improved heap profiler precision and speed.
3142
3143 Reduced overhead of callback invocations on ARM.
3144
3145
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000031462010-11-18: Version 2.5.7
3147
3148 Fixed obscure evaluation order bug (issue 931).
3149
3150 Split the random number state between JavaScript and the private API.
3151
3152 Fixed performance bug causing GCs when generating stack traces on
3153 code from very large scripts.
3154
3155 Fixed bug in parser that allowed (foo):42 as a labelled statement
3156 (issue 918).
3157
3158 Provide more accurate results about used heap size via
3159 GetHeapStatistics.
3160
3161 Allow build-time customization of the max semispace size.
3162
3163 Made String.prototype.split honor limit when separator is empty
3164 (issue 929).
3165
3166 Added missing failure check after expecting an identifier in
3167 preparser (Chromium issue 62639).
3168
3169
ager@chromium.org01fe7df2010-11-10 11:59:11 +000031702010-11-10: Version 2.5.6
3171
3172 Added support for VFP rounding modes to the ARM simulator.
3173
3174 Fixed multiplication overflow bug (issue 927).
3175
3176 Added a limit for the amount of executable memory (issue 925).
3177
3178
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000031792010-11-08: Version 2.5.5
3180
3181 Added more aggressive GC of external objects in near out-of-memory
3182 situations.
3183
3184 Fixed a bug that gave the incorrect result for String.split called
3185 on the empty string (issue 924).
3186
3187
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000031882010-11-03: Version 2.5.4
3189
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003190 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003191
3192
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000031932010-11-01: Version 2.5.3
3194
3195 Fixed a bug that prevents constants from overwriting function values
3196 in object literals (issue 907).
3197
3198 Fixed a bug with reporting of impossible nested calls of DOM functions
3199 (issue http://crbug.com/60753).
3200
3201
lrn@chromium.org303ada72010-10-27 09:33:13 +000032022010-10-27: Version 2.5.2
3203
3204 Improved sampler resolution on Linux.
3205
3206 Allowed forcing the use of a simulator from the build script
3207 independently of the host architecture.
3208
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003209 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003210
3211 Made windows-tick-processor respect D8_PATH.
3212
3213 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3214
3215
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000032162010-10-20: Version 2.5.1
3217
3218 Fixed bug causing spurious out of memory exceptions
3219 (issue http://crbug.com/54580).
3220
3221 Fixed compilation error on Solaris platform (issue 901).
3222
3223 Fixed error in strtod (string to floating point number conversion)
3224 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3225
3226 Adjusted randomized allocations of executable memory to have 64k
3227 granularity (issue http://crbug.com/56036).
3228
3229 Supported profiling using kernel perf_events on linux. Added ll_prof
3230 script to tools and --ll-prof flag to V8.
3231
3232
vegorov@chromium.org42841962010-10-18 11:18:59 +000032332010-10-18: Version 2.5.0
3234
3235 Fixed bug in cache handling of lastIndex on global regexps
3236 (issue http://crbug.com/58740).
3237
3238 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3239 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003240 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003241
3242 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3243
3244
32452010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003246
3247 Fixed a bug in the handling of conditional expressions in test
3248 contexts in compiler for top-level code.
3249
3250 Added "//@ sourceURL" information to the StackTrace API.
3251
3252 Exposed RegExp construction through the API.
3253
3254
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000032552010-10-04: Version 2.4.8
3256
3257 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3258 whole snapshot (issue 868).
3259
3260 Performance improvements on all platforms.
3261
3262
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000032632010-09-30: Version 2.4.7
3264
3265 Changed the command-line flag --max-new-space-size to be in kB and the
3266 flag --max-old-space-size to be in MB (previously they were in bytes).
3267
3268 Added Debug::CancelDebugBreak to the debugger API.
3269
3270 Fixed a bug in getters for negative numeric property names
3271 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3272
3273 Performance improvements on all platforms.
3274
3275
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000032762010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003277
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003278 Fixed assertion failure related to copy-on-write arrays (issue 876).
3279
3280 Fixed build failure of 64-bit V8 on Windows.
3281
3282 Fixed a bug in RegExp (issue http://crbug.com/52801).
3283
3284 Improved the profiler's coverage to cover more functions (issue 858).
3285
3286 Fixed error in shift operators on 64-bit V8
3287 (issue http://crbug.com/54521).
3288
3289
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000032902010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003291
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003292 Changed the RegExp benchmark to exercise the regexp engine on different
3293 inputs by scrambling the input strings.
3294
3295 Fixed a bug in keyed loads on strings.
3296
3297 Fixed a bug with loading global function prototypes.
3298
3299 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3300
3301 Performance improvements on all platforms.
3302
3303
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000033042010-09-15: Version 2.4.4
3305
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003306 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003307
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003308 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003309
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003310 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003311
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003312 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003313
3314
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000033152010-09-13: Version 2.4.3
3316
3317 Made Date.parse properly handle TZ offsets (issue 857).
3318
3319 Performance improvements on all platforms.
3320
3321
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000033222010-09-08: Version 2.4.2
3323
3324 Fixed GC crash bug.
3325
3326 Fixed stack corruption bug.
3327
3328 Fixed compilation for newer C++ compilers that found Operand(0)
3329 ambiguous.
3330
3331
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000033322010-09-06: Version 2.4.1
3333
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003334 Added the ability for an embedding application to receive a callback
3335 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3336 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003337
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003338 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003339
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003340 Fixed memory overrun crash bug triggered during V8's tick-based
3341 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003342
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003343 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003344
3345
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000033462010-09-01: Version 2.4.0
3347
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003348 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3349 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003350
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003351 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003352 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003353
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003354 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003355
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003356 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003357
3358
ricow@chromium.org65fae842010-08-25 15:26:24 +000033592010-08-25: Version 2.3.11
3360
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003361 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003362
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003363 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003364 VARIANT_FLAGS that allows specification of sets of flags with which
3365 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003366
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003367 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003368
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003369 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003370
3371
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000033722010-08-23: Version 2.3.10
3373
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003374 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003375
3376 Build fixes for unusual compilers.
3377
3378 Track high water mark for RWX memory.
3379
3380 Performance improvements on all platforms.
3381
3382
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000033832010-08-18: Version 2.3.9
3384
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003385 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003386
3387 Removed specialized handling of GCC 4.4 (issue 830).
3388
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003389 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003390 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3391
ricow@chromium.org65fae842010-08-25 15:26:24 +00003392 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003393
3394
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000033952010-08-16: Version 2.3.8
3396
3397 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3398
3399 Fixed issue with incorrect handling of custom valueOf methods on
3400 string wrappers (issue 760).
3401
3402 Fixed compilation for ARMv4 (issue 590).
3403
3404 Improved performance.
3405
3406
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000034072010-08-11: Version 2.3.7
3408
3409 Reduced size of heap snapshots produced by heap profiler (issue 783).
3410
3411 Introduced v8::Value::IsRegExp method.
3412
3413 Fixed CPU profiler crash in start / stop sequence when non-existent
3414 name is passed (issue http://crbug.com/51594).
3415
3416 Introduced new indexed property query callbacks API (issue 816). This
3417 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3418 by default.
3419
3420 Removed support for object literal get/set with number/string
3421 property name.
3422
3423 Fixed handling of JSObject::elements in CalculateNetworkSize
3424 (issue 822).
3425
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003426 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003427
3428
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000034292010-08-09: Version 2.3.6
3430
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003431 RegExp literals create a new object every time they are evaluated
3432 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003433
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003434 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003435
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003436 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003437
3438
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000034392010-08-04: Version 2.3.5
3440
3441 Added support for ES5 property names. Object initialisers and
3442 dot-notation property access now allows keywords. Also allowed
3443 non-identifiers after "get" or "set" in an object initialiser.
3444
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003445 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003446
3447
whesse@chromium.orge90029b2010-08-02 11:52:17 +000034482010-08-02: Version 2.3.4
3449
3450 Fixed problems in implementation of ES5 function.prototype.bind.
3451
3452 Fixed error when using apply with arguments object on ARM (issue 784).
3453
3454 Added setting of global flags to debugger protocol.
3455
3456 Fixed an error affecting cached results of sin and cos (issue 792).
3457
3458 Removed memory leak from a boundary case where V8 is not initialized.
3459
3460 Fixed issue where debugger could set breakpoints outside the body
3461 of a function.
3462
3463 Fixed issue in debugger when using both live edit and step in features.
3464
3465 Added Number-letter (Nl) category to Unicode tables. These characters
3466 can now be used in identifiers.
3467
3468 Fixed an assert failure on X64 (issue 806).
3469
3470 Performance improvements on all platforms.
3471
3472
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000034732010-07-26: Version 2.3.3
3474
3475 Fixed error when building the d8 shell in a fresh checkout.
3476
3477 Implemented Function.prototype.bind (ES5 15.3.4.5).
3478
3479 Fixed an error in inlined stores on ia32.
3480
3481 Fixed an error when setting a breakpoint at the end of a function
3482 that does not end with a newline character.
3483
3484 Performance improvements on all platforms.
3485
3486
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000034872010-07-21: Version 2.3.2
3488
3489 Fixed compiler warnings when building with LLVM.
3490
3491 Fixed a bug with for-in applied to strings (issue 785).
3492
3493 Performance improvements on all platforms.
3494
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003495
ricow@chromium.org4980dff2010-07-19 08:33:45 +000034962010-07-19: Version 2.3.1
3497
3498 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3499
3500 Fixed bug related to code flushing while compiling a lazy
3501 compilable function (issue http://crbug.com/49099).
3502
3503 Performance improvements on all platforms.
3504
3505
ager@chromium.orgb5737492010-07-15 09:29:43 +000035062010-07-15: Version 2.3.0
3507
3508 Added ES5 Object.seal and Object.isSealed.
3509
3510 Added debugger API for scheduling debugger commands from a
3511 separate thread.
3512
3513
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000035142010-07-14: Version 2.2.24
3515
3516 Added API for capturing stack traces for uncaught exceptions.
3517
3518 Fixed crash bug when preparsing from a non-external V8 string
3519 (issue 775).
3520
3521 Fixed JSON.parse bug causing input not to be converted to string
3522 (issue 764).
3523
3524 Added ES5 Object.freeze and Object.isFrozen.
3525
3526 Performance improvements on all platforms.
3527
3528
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000035292010-07-07: Version 2.2.23
3530
3531 API change: Convert Unicode code points outside the basic multilingual
3532 plane to the replacement character. Previous behavior was to silently
3533 truncate the value to 16 bits.
3534
3535 Fixed crash: handle all flat string types in regexp replace.
3536
3537 Prevent invalid pre-parsing data passed in through the API from
3538 crashing V8.
3539
3540 Performance improvements on all platforms.
3541
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003542
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000035432010-07-05: Version 2.2.22
3544
3545 Added ES5 Object.isExtensible and Object.preventExtensions.
3546
3547 Enabled building V8 as a DLL.
3548
3549 Fixed a bug in date code where -0 was not interpreted as 0
3550 (issue 736).
3551
3552 Performance improvements on all platforms.
3553
3554
lrn@chromium.org32d961d2010-06-30 09:09:34 +000035552010-06-30: Version 2.2.21
3556
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003557 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003558
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003559 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003560
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003561 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003562
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003563 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003564
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003565 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003566
3567 Provide actual breakpoints locations in response to setBreakpoint
3568 and listBreakpoints requests.
3569
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003570
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000035712010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003572
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003573 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003574
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003575 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003576
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003577 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003578
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003579 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003580 miscalculated for some inputs.
3581
3582 Performance improvements on all platforms.
3583
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003584
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000035852010-06-23: Version 2.2.19
3586
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003587 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003588 (issue 738).
3589
3590 Added expose-externalize-string flag for testing extensions.
3591
3592 Resolve linker issues with using V8 as a DLL causing a number of
3593 problems with unresolved symbols.
3594
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003595 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003596 defined.
3597
3598 Performance improvements on all platforms.
3599
3600
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000036012010-06-16: Version 2.2.18
3602
3603 Added API functions to retrieve information on indexed properties
3604 managed by the embedding layer. Fixes bug 737.
3605
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003606 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003607
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003608 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003609
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003610 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003611
3612 Incremental performance improvements.
3613
3614
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000036152010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003616
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003617 Improved debugger support for stepping out of functions.
3618
3619 Incremental performance improvements.
3620
3621
36222010-06-09: Version 2.2.16
3623
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003624 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003625 disposal of external string resources to call a virtual Dispose
3626 method on the resource.
3627
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003628 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003629 stepping.
3630
3631 Memory usage improvements on all platforms.
3632
3633
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000036342010-06-07: Version 2.2.15
3635
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003636 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003637
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003638 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003639 some compilers complaint when compiling with -Werror.
3640
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003641 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003642
3643
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000036442010-06-02: Version 2.2.14
3645
3646 Fixed a crash in code generated for String.charCodeAt.
3647
3648 Fixed a compilation issue with some GCC versions (issue 727).
3649
3650 Performance optimizations on x64 and ARM platforms.
3651
3652
ricow@chromium.org30ce4112010-05-31 10:38:25 +000036532010-05-31: Version 2.2.13
3654
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003655 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003656 strings (issue 599).
3657
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003658 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003659
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003660 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003661
3662 Performance improvements on all platforms.
3663
3664
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000036652010-05-26: Version 2.2.12
3666
3667 Allowed accessors to be defined on objects rather than just object
3668 templates.
3669
3670 Changed the ScriptData API.
3671
3672
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000036732010-05-21: Version 2.2.11
3674
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003675 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003676
3677 Use 'full compiler' when debugging is active. This should increase
3678 the density of possible break points, making single step more fine
3679 grained. This will only take effect for functions compiled after
3680 debugging has been started, so recompilation of all functions is
3681 required to get the full effect. IA32 and x64 only for now.
3682
3683 Misc. fixes to the Solaris build.
3684
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003685 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003686
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003687 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003688
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003689 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003690
3691 Incremental performance improvements in all backends.
3692
3693
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000036942010-05-17: Version 2.2.10
3695
3696 Performance improvements in the x64 and ARM backends.
3697
3698
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000036992010-05-10: Version 2.2.9
3700
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003701 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003702
3703 Fixed bug with Date.parse returning a non-NaN value when called on a
3704 non date string (issue 696).
3705
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003706 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003707 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003708
3709 C++ API for retrieving JavaScript stack trace information.
3710
3711
ager@chromium.orgac091b72010-05-05 07:34:42 +000037122010-05-05: Version 2.2.8
3713
3714 Performance improvements in the x64 and ARM backends.
3715
3716
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000037172010-05-03: Version 2.2.7
3718
3719 Added support for ES5 date time string format to Date.parse.
3720
3721 Performance improvements in the x64 backend.
3722
3723
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000037242010-04-28: Version 2.2.6
3725
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003726 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003727 (by Ryan Dahl <coldredlemur@gmail.com>).
3728
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003729 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003730
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003731 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003732
3733 Performance improvements on all platforms.
3734
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003735
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000037362010-04-26: Version 2.2.5
3737
3738 Various performance improvements (especially for ARM and x64)
3739
3740 Fixed bug in CPU profiling (http://crbug.com/42137)
3741
3742 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003743
3744 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003745 wrong calculations.
3746
3747 Fixed a bug that may cause a wrong result for shift operations.
3748
3749
37502010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003751
3752 Fixed warnings on arm on newer GCC versions.
3753
3754 Fixed a number of minor bugs.
3755
3756 Performance improvements on all platforms.
3757
3758
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000037592010-04-14: Version 2.2.3
3760
3761 Added stack command and mem command to ARM simulator debugger.
3762
3763 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3764
3765 Performance improvements on all platforms.
3766
3767
ager@chromium.org357bf652010-04-12 11:30:10 +000037682010-04-12: Version 2.2.2
3769
3770 Introduced new profiler API.
3771
3772 Fixed random number generator to produce full 32 random bits.
3773
3774
lrn@chromium.org25156de2010-04-06 13:10:27 +000037752010-04-06: Version 2.2.1
3776
3777 Debugger improvements.
3778
3779 Fixed minor bugs.
3780
3781
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000037822010-03-29: Version 2.2.0
3783
3784 Fixed a few minor bugs.
3785
3786 Performance improvements for string operations.
3787
3788
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000037892010-03-26: Version 2.1.10
3790
3791 Fixed scons build issues.
3792
3793 Fixed a couple of minor bugs.
3794
3795
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000037962010-03-25: Version 2.1.9
3797
3798 Added API support for reattaching a global object to a context.
3799
3800 Extended debugger API with access to the internal debugger context.
3801
3802 Fixed Chromium crashes (issues http://crbug.com/39128 and
3803 http://crbug.com/39160)
3804
3805
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000038062010-03-24: Version 2.1.8
3807
3808 Added fine-grained garbage collection callbacks to the API.
3809
3810 Performance improvements on all platforms.
3811
3812
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000038132010-03-22: Version 2.1.7
3814
3815 Fixed issue 650.
3816
3817 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003818
3819 Performance improvements for arithmetic operations.
3820
3821 Performance improvements for string operations.
3822
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003823 Print script name and line number information in stack trace.
3824
3825
38262010-03-17: Version 2.1.6
3827
3828 Performance improvements for arithmetic operations.
3829
3830 Performance improvements for string operations.
3831
3832
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000038332010-03-10: Version 2.1.4
3834
3835 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3836
3837 Performance improvements on all platforms.
3838
3839
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000038402010-03-10: Version 2.1.3
3841
3842 Added API method for context-disposal notifications.
3843
3844 Added API method for accessing elements by integer index.
3845
3846 Added missing implementation of Uint32::Value and Value::IsUint32
3847 API methods.
3848
3849 Added IsExecutionTerminating API method.
3850
3851 Disabled strict aliasing for GCC 4.4.
3852
3853 Fixed string-concatenation bug (issue 636).
3854
3855 Performance improvements on all platforms.
3856
3857
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000038582010-02-23: Version 2.1.2
3859
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003860 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003861
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003862 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003863
3864 Performance improvements on all platforms.
3865
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003866
ager@chromium.org5c838252010-02-19 08:53:10 +000038672010-02-19: Version 2.1.1
3868
3869 [ES5] Implemented Object.defineProperty.
3870
3871 Improved profiler support.
3872
3873 Added SetPrototype method in the public V8 API.
3874
3875 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3876 objects in the API.
3877
3878 Performance improvements on all platforms.
3879
3880
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000038812010-02-03: Version 2.1.0
3882
3883 Values are now always wrapped in objects when used as a receiver.
3884 (issue 223).
3885
3886 [ES5] Implemented Object.getOwnPropertyNames.
3887
3888 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3889 JSON grammar.
3890
3891 Improvement of debugger agent (issue 549 and 554).
3892
3893 Fixed problem with skipped stack frame in profiles (issue 553).
3894
3895 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3896 <ry@tinyclouds.org>.
3897
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003898 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003899 integers.
3900
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003901 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003902 functions (isue http://crbug.com/3867).
3903
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003904 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003905
3906 Numerous performance improvements including porting of previous IA-32
3907 optimizations to x64 and ARM architectures.
3908
3909
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000039102010-01-14: Version 2.0.6
3911
3912 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3913 GetOwnProperty, FromPropertyDescriptor.
3914
3915 Fixed Mac x64 build errors.
3916
3917 Improved performance of some math and string operations.
3918
3919 Improved performance of some regexp operations.
3920
3921 Improved performance of context creation.
3922
3923 Improved performance of hash tables.
3924
3925
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000039262009-12-18: Version 2.0.5
3927
3928 Extended to upper limit of map space to allow for 7 times as many map
3929 to be allocated (issue 524).
3930
3931 Improved performance of code using closures.
3932
3933 Improved performance of some binary operations involving doubles.
3934
3935
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000039362009-12-16: Version 2.0.4
3937
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003938 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003939
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003940 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003941
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003942 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003943
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003944 Improved handling of external strings by using a separate table
3945 instead of weak handles. This improves garbage collection
3946 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003947
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003948 Changed code generation for object and array literals in toplevel
3949 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003950
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003951 Fixed a crash bug triggered when garbage collection happened during
3952 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003953
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003954 Fixed crash bug sometimes triggered when local variables shadowed
3955 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003956
3957
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000039582009-12-03: Version 2.0.3
3959
3960 Optimized handling and adding of strings, for-in and Array.join.
3961
3962 Heap serialization is now non-destructive.
3963
3964 Improved profiler support with information on time spend in C++
3965 callbacks registered through the API.
3966
3967 Added commands to the debugger protocol for starting/stopping
3968 profiling.
3969
3970 Enabled the non-optimizing compiler for top-level code.
3971
3972 Changed the API to only allow strings to be set as data objects on
3973 Contexts and scripts to avoid potentially keeping global objects
3974 around for too long (issue 528).
3975
3976 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3977
3978 Fixed bugs.
3979
3980
ager@chromium.org01beca72009-11-24 14:29:16 +000039812009-11-24: Version 2.0.2
3982
3983 Improved profiler support.
3984
3985 Fixed bug that broke compilation of d8 with readline support.
3986
3987
ager@chromium.org6141cbe2009-11-20 12:14:52 +000039882009-11-20: Version 2.0.1
3989
3990 Fixed crash bug in String.prototype.replace.
3991
3992 Reverted a change which caused Chromium interactive ui test
3993 failures.
3994
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003995
ager@chromium.orgc4c92722009-11-18 14:12:51 +000039962009-11-18: Version 2.0.0
3997
3998 Added support for VFP on ARM.
3999
4000 Added TryCatch::ReThrow method to the API.
4001
4002 Reduced the size of snapshots and improved the snapshot load time.
4003
4004 Improved heap profiler support.
4005
4006 64-bit version now supported on Windows.
4007
4008 Fixed a number of debugger issues.
4009
4010 Fixed bugs.
4011
4012
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000040132009-10-29: Version 1.3.18
4014
4015 Reverted a change which caused crashes in RegExp replace.
4016
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004017 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004018
4019
ager@chromium.org3811b432009-10-28 14:53:37 +000040202009-10-28: Version 1.3.17
4021
4022 Added API method to get simple heap statistics.
4023
4024 Improved heap profiler support.
4025
4026 Fixed the implementation of the resource constraint API so it
4027 works when using snapshots.
4028
4029 Fixed a number of issues in the Windows 64-bit version.
4030
4031 Optimized calls to API getters.
4032
4033 Added valgrind notification on code modification to the 64-bit version.
4034
4035 Fixed issue where we logged shared library addresses on Windows at
4036 startup and never used them.
4037
4038
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000040392009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004040
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004041 X64: Convert smis to holding 32 bits of payload.
4042
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004043 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004044
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004045 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004046
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004047 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004048 Patch by Jan de Mooij <jandemooij@gmail.com>
4049
4050 Implement ES5 Array.isArray
4051 Patch by Jan de Mooij <jandemooij@gmail.com>
4052
4053 Skip access checks for hidden properties.
4054
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004055 Added String::Concat(Handle<String> left, Handle<String> right) to the
4056 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004057
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004058 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004059
4060
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000040612009-10-07: Version 1.3.15
4062
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004063 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004064
4065 Fixed a crash bug happening when starting profiling (issue
4066 http://crbug.com/23768).
4067
4068
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000040692009-10-07: Version 1.3.14
4070
4071 Added GetRealNamedProperty to the API to lookup real properties
4072 located on the object or in the prototype chain skipping any
4073 interceptors.
4074
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004075 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004076 stack limit now needs to be set to each thread thich is used with V8.
4077
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004078 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004079
4080 Ensure V8 is initialized before locking and unlocking threads.
4081
4082 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004083 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004084 Crockford from the project.
4085
4086 Added a missing optimization in StringCharAt.
4087
4088 Fixed some flaky socket tests.
4089
4090 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4091 in 64-bit mode.
4092
4093 Fixed memory leaks in the thread management code.
4094
4095 Fixed the result of assignment to a pixel array. The assigned value
4096 is now the result.
4097
4098 Error reporting for invalid left-hand sides in for-in statements, pre-
4099 and postfix count expressions, and assignments now matches the JSC
4100 behavior in Safari 4.
4101
4102 Follow the spec in disallowing function declarations without a name.
4103
4104 Always allocate code objects within a 2 GB range. On x64 architecture
4105 this is used to use near calls (32-bit displacement) in Code objects.
4106
4107 Optimized array construction ported to x64 and ARM architectures.
4108
4109 [ES5] Changed Object.keys to return strings for element indices.
4110
4111
ager@chromium.org68e7ab72009-09-23 09:40:39 +000041122009-09-23: Version 1.3.13
4113
4114 Fixed uninitialized memory problem.
4115
4116 Improved heap profiler support.
4117
4118
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000041192009-09-22: Version 1.3.12
4120
4121 Changed behavior of |function|.toString() on built-in functions to
4122 be compatible with other implementations. Patch by Jan de Mooij.
4123
4124 Added Object::IsDirty in the API.
4125
4126 Optimized array construction; it is now handled purely in native
4127 code.
4128
4129 [ES5] Made properties of the arguments array enumerable.
4130
4131 [ES5] Added test suite adapter for the es5conform test suite.
4132
4133 [ES5] Added Object.keys function.
4134
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004135
ager@chromium.org4af710e2009-09-15 12:20:11 +000041362009-09-15: Version 1.3.11
4137
4138 Fixed crash in error reporting during bootstrapping.
4139
4140 Optimized generated IA32 math code by using SSE2 instructions when
4141 available.
4142
4143 Implemented missing pieces of debugger infrastructure on ARM. The
4144 debugger is now fully functional on ARM.
4145
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004146 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004147
4148
ager@chromium.orga1645e22009-09-09 19:27:10 +000041492009-09-09: Version 1.3.10
4150
4151 Fixed profiler on Mac in 64-bit mode.
4152
4153 Optimized creation of objects from simple constructor functions on
4154 ARM.
4155
4156 Fixed a number of debugger issues.
4157
4158 Reduced the amount of memory consumed by V8.
4159
4160
ager@chromium.org18ad94b2009-09-02 08:22:29 +000041612009-09-02: Version 1.3.9
4162
4163 Optimized stack guard checks on ARM.
4164
4165 Optimized API operations by inlining more in the API.
4166
4167 Optimized creation of objects from simple constructor functions.
4168
4169 Enabled a number of missing optimizations in the 64-bit port.
4170
4171 Implemented native-code support for regular expressions on ARM.
4172
4173 Stopped using the 'sahf' instruction on 64-bit machines that do
4174 not support it.
4175
4176 Fixed a bug in the support for forceful termination of JavaScript
4177 execution.
4178
4179
ager@chromium.org96c75b52009-08-26 09:13:16 +000041802009-08-26: Version 1.3.8
4181
4182 Changed the handling of idle notifications to allow idle
4183 notifications when V8 has not yet been initialized.
4184
4185 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004186
ager@chromium.org96c75b52009-08-26 09:13:16 +00004187
ager@chromium.orgab99eea2009-08-25 07:05:41 +000041882009-08-25: Version 1.3.7
4189
4190 Reduced the size of generated code on ARM platforms by reducing
4191 the size of constant pools.
4192
4193 Changed build files to not include the 'ENV' user environment
4194 variable in the build environment.
4195
4196 Changed the handling of idle notifications.
4197
4198
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000041992009-08-21: Version 1.3.6
4200
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004201 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004202
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004203 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004204 a low memory situation to V8.
4205
4206 Changed the handling of global handles (persistent handles in the API
4207 sense) to avoid issues regarding allocation of new global handles
4208 during weak handle callbacks.
4209
4210 Changed the growth policy of the young space.
4211
4212 Fixed a GC issue introduced in version 1.3.5.
4213
4214
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000042152009-08-19: Version 1.3.5
4216
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004217 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004218
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004219 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004220
4221 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4222
4223 Changed typeof RegExp from 'object' to 'function' for compatibility.
4224 Fixed bug where regexps were not callable across contexts.
4225
4226 Added context independent script compilation to the API.
4227
4228 Added API call to get the stack trace for an exception.
4229
4230 Added API for getting object mirrors.
4231
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004232 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004233 running off a snapshot generated without using SSE3 instructions.
4234
4235 Tweaked the handling of the initial size and growth policy of the heap.
4236
4237 Added native code generation for RegExp to 64-bit version.
4238
4239 Added JavaScript debugger support to 64-bit version.
4240
4241
ager@chromium.orgadd848f2009-08-13 12:44:13 +000042422009-08-13: Version 1.3.4
4243
4244 Added a readline() command to the d8 shell.
4245
4246 Fixed bug in json parsing.
4247
4248 Added idle notification to the API and reduced memory on idle
4249 notifications.
4250
4251
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000042522009-08-12: Version 1.3.3
4253
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004254 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004255
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004256 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004257
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004258 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004259
4260 API: added function to find instance of template in prototype
4261 chain. Inlined Object::IsInstanceOf.
4262
4263 Land change to notify valgrind when we modify code on x86.
4264
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004265 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004266
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004267 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004268
4269
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000042702009-08-05: Version 1.3.2
4271
4272 Started new compiler infrastructure for two-pass compilation using a
4273 control flow graph constructed from the AST.
4274
4275 Profiler stack sampling for X64.
4276
4277 Safe handling of NaN to Posix platform-dependent time functions.
4278
4279 Added a new profiler control API to unify controlling various aspects
4280 of profiling.
4281
4282 Fixed issue 392.
4283
4284
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000042852009-07-30: Version 1.3.1
4286
4287 Speed improvements to accessors and interceptors.
4288
4289 Added support for capturing stack information on custom errors.
4290
4291 Added support for morphing an object into a pixel array where its
4292 indexed properties are stored in an external byte array. Values written
4293 are always clamped to the 0..255 interval.
4294
4295 Profiler on x64 now handles C/C++ functions from shared libraries.
4296
4297 Changed the debugger to avoid stepping into function.call/apply if the
4298 function is a built-in.
4299
4300 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004301
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004302 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004303
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004304 Optimized the called as constructor check for API calls.
4305
4306
kasperl@chromium.orge959c182009-07-27 08:59:04 +000043072009-07-27: Version 1.3.0
4308
4309 Allowed RegExp objects to be called as functions (issue 132).
4310
4311 Fixed issue where global property cells would escape after
4312 detaching the global object; see http://crbug.com/16276.
4313
4314 Added support for stepping into setters and getters in the
4315 debugger.
4316
4317 Changed the debugger to avoid stopping in its own JavaScript code
4318 and in the code of built-in functions.
4319
4320 Fixed issue 345 by avoiding duplicate escaping labels.
4321
4322 Fixed ARM code generator crash in short-circuited boolean
4323 expressions and added regression tests.
4324
4325 Added an external allocation limit to avoid issues where small V8
4326 objects would hold on to large amounts of external memory without
4327 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004328
4329 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004330
4331
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000043322009-07-13: Version 1.2.14
4333
4334 Added separate paged heap space for global property cells and
4335 avoid updating the write barrier when storing into them.
4336
4337 Improved peep-hole optimization on ARM platforms by not emitting
4338 unnecessary debug information.
4339
4340 Re-enabled ICs for loads and calls that skip a global object
4341 during lookup through the prototype chain.
4342
4343 Allowed access through global proxies to use ICs.
4344
4345 Fixed issue 401.
4346
4347
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000043482009-07-09: Version 1.2.13
4349
4350 Fixed issue 397, issue 398, and issue 399.
4351
4352 Added support for breakpoint groups.
4353
4354 Fixed bugs introduced with the new global object representation.
4355
4356 Fixed a few bugs in the ARM code generator.
4357
4358
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000043592009-07-06: Version 1.2.12
4360
4361 Added stack traces collection to Error objects accessible through
4362 the e.stack property.
4363
4364 Changed RegExp parser to use a recursive data structure instead of
4365 stack-based recursion.
4366
4367 Optimized Date object construction and string concatenation.
4368
4369 Improved performance of div, mod, and mul on ARM platforms.
4370
4371
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000043722009-07-02: Version 1.2.11
4373
4374 Improved performance on IA-32 and ARM.
4375
4376 Fixed profiler sampler implementation on Mac OS X.
4377
4378 Changed the representation of global objects to improve
4379 performance of adding a lot of new properties.
4380
4381
ager@chromium.org3e875802009-06-29 08:26:34 +000043822009-06-29: Version 1.2.10
4383
4384 Improved debugger support.
4385
4386 Fixed bug in exception message reporting (issue 390).
4387
4388 Improved overall performance.
4389
4390
ager@chromium.org5aa501c2009-06-23 07:57:28 +000043912009-06-23: Version 1.2.9
4392
4393 Improved math performance on ARM.
4394
4395 Fixed profiler name-inference bug.
4396
4397 Fixed handling of shared libraries in the profiler tick processor
4398 scripts.
4399
4400 Fixed handling of tests that time out in the test scripts.
4401
4402 Fixed compilation on MacOS X version 10.4.
4403
4404 Fixed two bugs in the regular expression engine.
4405
4406 Fixed a bug in the string type inference.
4407
4408 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004409
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004410 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004411
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004412
ager@chromium.orgeadaf222009-06-16 09:43:10 +000044132009-06-16: Version 1.2.8
4414
4415 Optimized math on ARM platforms.
4416
4417 Fixed two crash bugs in the handling of getters and setters.
4418
4419 Improved the debugger support by adding scope chain information.
4420
4421 Improved the profiler support by compressing log data transmitted
4422 to clients.
4423
4424 Improved overall performance.
4425
4426
ager@chromium.orge2902be2009-06-08 12:21:35 +000044272009-06-08: Version 1.2.7
4428
4429 Improved debugger and profiler support.
4430
4431 Reduced compilation time by improving the handling of deferred
4432 code.
4433
4434 Optimized interceptor accesses where the property is on the object
4435 on which the interceptors is attached.
4436
4437 Fixed compilation problem on GCC 4.4 by changing the stack
4438 alignment to 16 bytes.
4439
4440 Fixed handle creation to follow stric aliasing rules.
4441
4442 Fixed compilation on FreeBSD.
4443
4444 Introduced API for forcing the deletion of a property ignoring
4445 interceptors and attributes.
4446
4447
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000044482009-05-29: Version 1.2.6
4449
4450 Added a histogram recording hit rates at different levels of the
4451 compilation cache.
4452
4453 Added stack overflow check for the RegExp analysis phase. Previously a
4454 very long regexp graph could overflow the stack with recursive calls.
4455
4456 Use a dynamic buffer when collecting log events in memory.
4457
4458 Added start/stop events to the profiler log.
4459
4460 Fixed infinite loop which could happen when setting a debug break while
4461 executing a RegExp compiled to native code.
4462
4463 Fixed handling of lastIndexOf called with negative index (issue 351).
4464
4465 Fixed irregular crash in profiler test (issue 358).
4466
4467 Fixed compilation issues with some versions of gcc.
4468
4469
kasperl@chromium.org71affb52009-05-26 05:44:31 +000044702009-05-26: Version 1.2.5
4471
4472 Fixed bug in initial boundary check for Boyer-Moore text
4473 search (issue 349).
4474
4475 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4476 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4477 Craig Schlenter.
4478
4479 Added a script cache to the debugger.
4480
4481 Optimized compilation performance by improving internal data
4482 structures and avoiding expensive property load optimizations for
4483 code that's infrequently executed.
4484
4485 Exposed the calling JavaScript context through the static API
4486 function Context::GetCalling().
4487
4488
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000044892009-05-18: Version 1.2.4
4490
4491 Improved performance of floating point number allocation for ARM
4492 platforms.
4493
4494 Fixed crash when using the instanceof operator on functions with
4495 number values in their prototype chain (issue 341).
4496
4497 Optimized virtual frame operations in the code generator to speed
4498 up compilation time and allocated the frames in the zone.
4499
4500 Made the representation of virtual frames and jump targets in the
4501 code generator much more compact.
4502
4503 Avoided linear search for non-locals in scope code when resolving
4504 variables inside with and eval scopes.
4505
4506 Optimized lexical scanner by dealing with whitespace as part of
4507 the token scanning instead of as a separate step before it.
4508
4509 Changed the scavenging collector so that promoted objects do not
4510 reside in the old generation while their remembered set is being
4511 swept for pointers into the young generation.
4512
4513 Fixed numeric overflow handling when compiling count operations.
4514
4515
ager@chromium.org9085a012009-05-11 19:22:57 +000045162009-05-11: Version 1.2.3
4517
4518 Fixed bug in reporting of out-of-memory situations.
4519
4520 Introduced hidden prototypes on certain builtin prototype objects
4521 such as String.prototype to emulate JSC's behavior of restoring
4522 the original function when deleting functions from those prototype
4523 objects.
4524
4525 Fixed crash bug in the register allocator.
4526
4527
ager@chromium.org5ec48922009-05-05 07:25:34 +000045282009-05-04: Version 1.2.2
4529
4530 Fixed bug in array sorting for sparse arrays (issue 326).
4531
4532 Added support for adding a soname when building a shared library
4533 on Linux (issue 151).
4534
4535 Fixed bug caused by morphing internal ASCII strings to external
4536 two-byte strings. Slices over ASCII strings have to forward ASCII
4537 checks to the underlying buffer string.
4538
4539 Allowed API call-as-function handlers to be called as
4540 constructors.
4541
4542 Fixed a crash bug where an external string was disposed but a
4543 slice of the external string survived as a symbol.
4544
4545
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000045462009-04-27: Version 1.2.1
4547
4548 Added EcmaScript 5 JSON object.
4549
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004550 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004551
4552
ager@chromium.org65dad4b2009-04-23 08:48:43 +000045532009-04-23: Version 1.2.0
4554
4555 Optimized floating-point operations on ARM.
4556
4557 Added a number of extensions to the debugger API.
4558
4559 Changed the enumeration order for unsigned integer keys to always
4560 be numerical order.
4561
4562 Added a "read" extension to the shell sample.
4563
4564 Added support for Array.prototype.reduce and
4565 Array.prototype.reduceRight.
4566
4567 Added an option to the SCons build to control Microsoft Visual C++
4568 link-time code generation.
4569
4570 Fixed a number of bugs (in particular issue 315, issue 316,
4571 issue 317 and issue 318).
4572
4573
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000045742009-04-15: Version 1.1.10
4575
4576 Fixed crash bug that occurred when loading a const variable in the
4577 presence of eval.
4578
4579 Allowed using with and eval in registered extensions in debug mode
4580 by fixing bogus assert.
4581
4582 Fixed the source position for function returns to enable the
4583 debugger to break there.
4584
4585
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000045862009-04-14: Version 1.1.9
4587
4588 Made the stack traversal code in the profiler robust by avoiding
4589 to look into the heap.
4590
4591 Added name inferencing for anonymous functions to facilitate
4592 debugging and profiling.
4593
4594 Re-enabled stats timers in the developer shell (d8).
4595
4596 Fixed issue 303 by avoiding to shortcut cons-symbols.
4597
4598
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000045992009-04-11: Version 1.1.8
4600
4601 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4602
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004603 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004604 the debugger (issue 269).
4605
4606 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4607 are no hidden properties.
4608
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004609 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004610 entries with deleted resources would lead to NPEs when looking
4611 up in the symbol table.
4612
4613
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000046142009-04-07: Version 1.1.7
4615
4616 Added support for easily importing additional environment
4617 variables into the SCons build.
4618
4619 Optimized strict equality checks.
4620
4621 Fixed crash in indexed setters on objects without a corresponding
4622 getter (issue 298).
4623
4624 Re-enabled script compilation cache.
4625
4626
ager@chromium.org8682a592009-04-01 10:47:14 +000046272009-04-01: Version 1.1.6
4628
4629 Reverted an unsafe code generator change.
4630
4631
ager@chromium.org71daaf62009-04-01 07:22:49 +000046322009-04-01: Version 1.1.5
4633
4634 Fixed bug that caused function literals to not be optimized as
4635 much as other functions.
4636
4637 Improved profiler support.
4638
4639 Fixed a crash bug in connection with debugger unloading.
4640
4641 Fixed a crash bug in the code generator caused by losing the
4642 information that a frame element was copied.
4643
4644 Fixed an exception propagation bug that could cause non-null
4645 return values when exceptions were thrown.
4646
4647
ager@chromium.org41826e72009-03-30 13:30:57 +000046482009-03-30: Version 1.1.4
4649
4650 Optimized String.prototype.match.
4651
4652 Improved the stack information in profiles.
4653
4654 Fixed bug in ARM port making it possible to compile the runtime
4655 system for thumb mode again.
4656
4657 Implemented a number of optimizations in the code generator.
4658
4659 Fixed a number of memory leaks in tests.
4660
4661 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004662 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004663
4664
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000046652009-03-24: Version 1.1.3
4666
4667 Fixed assertion failures in compilation of loop conditions.
4668
4669 Removed STL dependency from developer shell (d8).
4670
4671 Added infrastructure for protecting the V8 heap from corruption
4672 caused by memory modifications from the outside.
4673
4674
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000046752009-03-24: Version 1.1.2
4676
4677 Improved frame merge code generated by the code generator.
4678
4679 Optimized String.prototype.replace.
4680
4681 Implemented __defineGetter__ and __defineSetter__ for properties
4682 with integer keys on non-array objects.
4683
4684 Improved debugger and profiler support.
4685
4686 Fixed a number of portability issues to allow compilation for
4687 smaller ARM devices.
4688
4689 Exposed object cloning through the API.
4690
4691 Implemented hidden properties. This is used to expose an identity
4692 hash for objects through the API.
4693
4694 Implemented restarting of regular expressions if their input
4695 string changes representation during preemption.
4696
4697 Fixed a code generator bug that could cause assignments in loops
4698 to be ignored if using continue to break out of the loop (issue
4699 284).
4700
4701
ager@chromium.org3a6061e2009-03-12 14:24:36 +000047022009-03-12: Version 1.1.1
4703
4704 Fixed an assertion in the new compiler to take stack overflow
4705 exceptions into account.
4706
4707 Removed exception propagation code that could cause crashes.
4708
4709 Fixed minor bug in debugger line number computations.
4710
4711 8-byte align the C stack on Linux and Windows to speed up floating
4712 point computations.
4713
4714
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000047152009-03-12: Version 1.1.0
4716
4717 Improved code generation infrastructure by doing simple register
4718 allocation and constant folding and propagation.
4719
4720 Optimized regular expression matching by avoiding to create
4721 intermediate string arrays and by flattening nested array
4722 representations of RegExp data.
4723
4724 Traverse a few stack frames when recording profiler samples to
4725 include partial call graphs in the profiling output.
4726
4727 Added support for using OProfile to profile generated code.
4728
4729 Added remote debugging support to the D8 developer shell.
4730
4731 Optimized creation of nested literals like JSON objects.
4732
4733 Fixed a bug in garbage collecting unused maps and turned it on by
4734 default (--collect-maps).
4735
4736 Added support for running tests under Valgrind.
4737
4738
kasperl@chromium.org061ef742009-02-27 12:16:20 +000047392009-02-27: Version 1.0.3
4740
4741 Optimized double-to-integer conversions in bit operations by using
4742 SSE3 instructions if available.
4743
4744 Optimized initialization sequences that store to multiple
4745 properties of the same object.
4746
4747 Changed the D8 debugger frontend to use JSON messages.
4748
4749 Force garbage collections when disposing contexts.
4750
4751 Align code objects at 32-byte boundaries.
4752
4753
ager@chromium.org381abbb2009-02-25 13:23:22 +000047542009-02-25: Version 1.0.2
4755
4756 Improved profiling support by performing simple call stack
4757 sampling for ticks and by fixing a bug in the logging of code
4758 addresses.
4759
4760 Fixed a number of debugger issues.
4761
4762 Optimized code that uses eval.
4763
4764 Fixed a couple of bugs in the regular expression engine.
4765
4766 Reduced the size of generated code for certain regular expressions.
4767
4768 Removed JSCRE completely.
4769
4770 Fixed issue where test could not be run if there was a dot in the
4771 checkout path.
4772
4773
ager@chromium.org6f10e412009-02-13 10:11:16 +000047742009-02-13: Version 1.0.1
4775
4776 Fixed two crash-bugs in irregexp (issue 231 and 233).
4777
4778 Fixed a number of minor bugs (issue 87, 227 and 228).
4779
4780 Added support for morphing strings to external strings on demand
4781 to avoid having to create copies in the embedding code.
4782
4783 Removed experimental support for external symbol callbacks.
4784
4785
iposva@chromium.org245aa852009-02-10 00:49:54 +000047862009-02-09: Version 1.0.0
4787
4788 Fixed crash-bug in the code generation for case independent 16 bit
4789 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004790
iposva@chromium.org245aa852009-02-10 00:49:54 +00004791 Made shells more robust in the presence of string conversion
4792 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004793
iposva@chromium.org245aa852009-02-10 00:49:54 +00004794 Fixed a potential infinite loop when attempting to resolve
4795 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004796
iposva@chromium.org245aa852009-02-10 00:49:54 +00004797 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004798
iposva@chromium.org245aa852009-02-10 00:49:54 +00004799 Reduced binary by stripping unneeded text from JavaScript library and
4800 minifying some JavaScript files.
4801
4802
ager@chromium.orgddb913d2009-01-27 10:01:48 +000048032009-01-27: Version 0.4.9
4804
4805 Enabled new regular expression engine.
4806
4807 Made a number of changes to the debugger protocol.
4808
4809 Fixed a number of bugs in the preemption support.
4810
4811 Added -p option to the developer shell to run files in parallel
4812 using preemption.
4813
4814 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4815 193, 198 and 201).
4816
4817 Fixed a number of bugs in the serialization/deserialization
4818 support for the ARM platform.
4819
4820
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000048212009-01-19: Version 0.4.8.1
4822
4823 Minor patch to debugger support.
4824
4825
ager@chromium.org32912102009-01-16 10:38:43 +000048262009-01-16: Version 0.4.8
4827
4828 Fixed string length bug on ARM (issue 171).
4829
4830 Made most methods in the API const.
4831
4832 Optimized object literals by improving data locality.
4833
4834 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004835 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004836
4837 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004838 eval to behave incorrectly when using accessors (issues 186, 190
4839 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004840
4841
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000048422009-01-06: Version 0.4.7
4843
ager@chromium.org32912102009-01-16 10:38:43 +00004844 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004845
ager@chromium.org32912102009-01-16 10:38:43 +00004846 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004847
ager@chromium.org32912102009-01-16 10:38:43 +00004848 Fixed subtle bug that caused the wrong 'this' to be used when
4849 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004850
ager@chromium.org32912102009-01-16 10:38:43 +00004851 Inline array loads within loops directly in the code instead of
4852 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004853
ager@chromium.org32912102009-01-16 10:38:43 +00004854
ager@chromium.org8bb60582008-12-11 12:02:20 +000048552008-12-11: Version 0.4.6
4856
4857 Fixed exception reporting bug where certain exceptions were
4858 incorrectly reported as uncaught.
4859
4860 Improved the memory allocation strategy used during compilation to
4861 make running out of memory when compiling huge scripts less
4862 likely.
4863
4864 Optimized String.replace by avoiding the construction of certain
4865 sub strings.
4866
4867 Fixed bug in code generation for large switch statements on ARM.
4868
4869 Fixed bug that caused V8 to change the global object template
4870 passed in by the user.
4871
4872 Changed the API for creating object groups used during garbage
4873 collection. Entire object groups are now passed to V8 instead of
4874 individual members of the groups.
4875
ager@chromium.org32912102009-01-16 10:38:43 +00004876
ager@chromium.orga74f0da2008-12-03 16:05:52 +000048772008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004878
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004879 Added experimental API support for allocating V8 symbols as
4880 external strings.
4881
4882 Fixed bugs in debugging support on ARM.
4883
4884 Changed eval implementation to correctly detect whether or not a
4885 call to eval is aliased.
4886
4887 Fixed bug caused by a combination of the compilation cache and
4888 dictionary probing in native code. The bug caused us to sometimes
4889 call functions that had not yet been compiled.
4890
4891 Added platform support for FreeBSD.
4892
4893 Added support for building V8 on Windows with either the shared or
4894 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004895
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004896 Added the v8::jscre namespace around the jscre functions to avoid
4897 link errors (duplicate symbols) when building Google Chrome.
4898
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004899 Added support for calling a JavaScript function with the current
4900 debugger execution context as its argument to the debugger
4901 interface.
4902
4903 Changed the type of names of counters from wchar_t to char.
4904
4905 Changed the Windows system call used to compute daylight savings
4906 time. The system call that we used to use became four times
4907 slower on WinXP SP3.
4908
4909 Added support in the d8 developer shell for memory-mapped counters
4910 and added a stats-viewer tool.
4911
4912 Fixed bug in upper/lower case mappings (issue 149).
4913
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004914
ager@chromium.org3bf7b912008-11-17 09:09:45 +000049152008-11-17: Version 0.4.4
4916
4917 Reduced code size by using shorter instruction encoding when
4918 possible.
4919
4920 Added a --help option to the shell sample and to the d8 shell.
4921
4922 Added visual studio project files for building the ARM simulator.
4923
4924 Fixed a number of ARM simulator issues.
4925
4926 Fixed bug in out-of-memory handling on ARM.
4927
4928 Implemented shell support for passing arguments to a script from
4929 the command line.
4930
4931 Fixed bug in date code that made certain date functions return -0
4932 instead of 0 for dates before the epoch.
4933
4934 Restricted applications of eval so it can only be used in the
4935 context of the associated global object.
4936
4937 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004938
4939
ager@chromium.org870a0b62008-11-04 11:43:05 +000049402008-11-04: Version 0.4.3
4941
4942 Added support for API accessors that prohibit overwriting by
4943 accessors defined in JavaScript code by using __defineGetter__ and
4944 __defineSetter__.
4945
4946 Improved handling of conditionals in test status files.
4947
4948 Introduced access control in propertyIsEnumerable.
4949
4950 Improved performance of some string operations by caching
4951 information about the type of the string between operations.
4952
4953 Fixed bug in fast-case code for switch statements that only have
4954 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004955
ager@chromium.org870a0b62008-11-04 11:43:05 +00004956
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000049572008-10-30: Version 0.4.2
4958
4959 Improved performance of Array.prototype.concat by moving the
4960 implementation to C++ (issue 123).
4961
4962 Fixed heap growth policy to avoid growing old space to its maximum
4963 capacity before doing a garbage collection and fixed issue that
4964 would lead to artificial out of memory situations (issue 129).
4965
4966 Fixed Date.prototype.toLocaleDateString to return the date in the
4967 same format as WebKit.
4968
4969 Added missing initialization checks to debugger API.
4970
4971 Added removing of unused maps during GC.
4972
4973
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000049742008-10-28: Version 0.4.1
4975
4976 Added caching of RegExp data in compilation cache.
4977
4978 Added Visual Studio project file for d8 shell.
4979
4980 Fixed function call performance regression introduced in version
4981 0.4.0 when splitting the global object in two parts (issue 120).
4982
4983 Fixed issue 131 by checking for empty handles before throwing and
4984 reporting exceptions.
4985
4986
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000049872008-10-23: Version 0.4.0
4988
4989 Split the global object into two parts: The state holding global
4990 object and the global object proxy.
4991
4992 Fixed bug that affected the value of an assignment to an element
4993 in certain cases (issue 116).
4994
4995 Added GetPropertyNames functionality (issue 33) and extra Date
4996 functions (issue 77) to the API.
4997
4998 Changed WeakReferenceCallback to take a Persistent<Value> instead
4999 of a Persistent<Object> (issue 101).
5000
5001 Fixed issues with message reporting for exceptions in try-finally
5002 blocks (issues 73 and 75).
5003
ager@chromium.org32912102009-01-16 10:38:43 +00005004 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005005
5006 Improved Boyer-Moore implementation for faster indexOf operations.
5007
5008 Added development shell (d8) which includes counters and
5009 completion support.
5010
5011 Fixed problem with the receiver passed to functions called from
5012 eval (issue 124).
5013
5014
ager@chromium.org7c537e22008-10-16 08:43:32 +000050152008-10-16: Version 0.3.5
5016
5017 Improved string hash-code distribution by excluding bit-field bits
5018 from the hash-code.
5019
5020 Changed string search algorithm used in indexOf from KMP to
5021 Boyer-Moore.
5022
5023 Improved the generated code for the instanceof operator.
5024
5025 Improved performance of slow-case string equality checks by
5026 specializing the code based on the string representation.
5027
5028 Improve the handling of out-of-memory situations (issue 70).
5029
5030 Improved performance of strict equality checks.
5031
5032 Improved profiler output to make it easier to see anonymous
5033 functions.
5034
5035 Improved performance of slow-case keyed loads.
5036
5037 Improved property access performance by allocating a number of
5038 properties in the front object.
5039
5040 Changed the toString behavior on the built-in object constructors
5041 to print [native code] instead of the actual source. Some web
5042 applications do not like constructors with complex toString
5043 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005044
ager@chromium.org7c537e22008-10-16 08:43:32 +00005045
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000050462008-10-06: Version 0.3.4
5047
5048 Changed Array.prototype.sort to use quick sort.
5049
5050 Fixed code generation issue where leaving a finally block with
5051 break or continue would accumulate elements on the expression
5052 stack (issue 86).
5053
5054 Made sure that the name accessor on functions returns the expected
5055 names for builtin JavaScript functions and C++ callback functions.
5056
5057 Added fast case code for extending the property storage array of
5058 JavaScript objects.
5059
5060 Ported switch statement optimizations introduced in version 0.3.3
5061 to the ARM code generator.
5062
5063 Allowed GCC to use strict-aliasing rules when compiling.
5064
5065 Improved performance of arguments object allocation by taking care
5066 of arguments adaptor frames in the generated code.
5067
5068 Updated the V8 benchmark suite to version 2.
5069
5070
ager@chromium.org236ad962008-09-25 09:45:57 +000050712008-09-25: Version 0.3.3
5072
5073 Improved handling of relocation information to enable more
5074 peep-hole optimizations.
5075
5076 Optimized switch statements where all labels are constant small
5077 integers.
5078
5079 Optimized String.prototype.indexOf for common cases.
5080
5081 Fixed more build issues (issue 80).
5082
5083 Fixed a couple of profiler issues.
5084
5085 Fixed bug where the body of a function created using the Function
5086 constructor was not allowed to end with a single-line comment
5087 (issue 85).
5088
5089 Improved handling of object literals by canonicalizing object
5090 literal maps. This will allow JSON objects with the same set of
5091 properties to share the same map making inline caching work better
5092 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005093
ager@chromium.org236ad962008-09-25 09:45:57 +00005094
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000050952008-09-17: Version 0.3.2
5096
5097 Generalized the EvalCache into a CompilationCache and enabled it
5098 for scripts too. The current strategy is to retire all entries
5099 whenever a mark-sweep collection is started.
5100
5101 Fixed bug where switch statements containing only a default case
5102 would lead to an unbalanced stack (issue 69).
5103
5104 Fixed bug that made access to the function in a named function
5105 expression impossible in certain situations (issue 24).
5106
5107 Fixed even more build issues.
5108
5109 Optimized calling conventions on ARM. The conventions on ARM and
5110 IA-32 now match.
5111
5112 Removed static initializers for flags and counters.
5113
5114 Improved inline caching behavior for uncommon cases where lazily
5115 loading Date and RegExp code could force certain code paths go
5116 megamorphic.
5117
5118 Removed arguments adaption for builtins written in C++. This
5119 makes Array.prototype.push and Array.prototype.pop slightly
5120 faster.
5121
5122
ager@chromium.org9258b6b2008-09-11 09:11:10 +000051232008-09-11: Version 0.3.1
5124
5125 Fixed a number of build issues.
5126
5127 Fixed problem with missing I-cache flusing on ARM.
5128
5129 Changed space layout in memory management by splitting up
5130 code space into old data space and code space.
5131
5132 Added utf-8 conversion support to the API (issue 57).
5133
5134 Optimized repeated calls to eval with the same strings. These
5135 repeated calls are common in web applications.
5136
5137 Added Xcode project file.
5138
5139 Optimized a couple of Array operation.
5140
5141 Fixed parser bug by checking for end-of-string when parsing break
5142 and continue (issue 35).
5143
5144 Fixed problem where asian characters were not categorized as
5145 letters.
5146
5147 Fixed bug that disallowed calling functions fetched from an array
5148 using a string as an array index (issue 32).
5149
5150 Fixed bug where the internal field count on object templates were
5151 sometimes ignored (issue 54).
5152
5153 Added -f option to the shell sample for compatibility with other
5154 engines (issue 18).
5155
5156 Added source info to TryCatches in the API.
5157
5158 Fixed problem where the seed for the random number generator was
5159 clipped in a double to unsigned int conversion.
5160
5161 Fixed bug where cons string symbols were sometimes converted to
5162 non-symbol flat strings during GC.
5163
5164 Fixed bug in error reporting when attempting to convert null to an
5165 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005166
5167
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000051682008-09-04: Version 0.3.0
5169
5170 Added support for running tests on the ARM simulator.
5171
5172 Fixed bug in the 'in' operator where negative indices were not
5173 treated correctly.
5174
5175 Fixed build issues on gcc-4.3.1.
5176
5177 Changed Date.prototype.toLocaleTimeString to not print the
5178 timezone part of the time.
5179
5180 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5181 with user code.
5182
5183
v8.team.kasperl727e9952008-09-02 14:56:44 +000051842008-09-02: Version 0.2.5
5185
5186 Renamed the top level directory 'public' to 'include'.
5187
5188 Added 'env' option to the SCons build scripts to support
5189 overriding the ENV part of the build environment. This is mostly
5190 to support Windows builds in cases where SCons cannot find the
5191 correct paths to the Windows SDK, as these paths cannot be passed
5192 through shell environment variables.
5193
5194 Enabled "Buffer Security Check" on for the Windows SCons build and
5195 added the linker option /OPT:ICF as an optimization.
5196
5197 Added the V8 benchmark suite to the repository.
5198
5199
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000052002008-09-01: Version 0.2.4
5201
5202 Included mjsunit JavaScript test suite and C++ unit tests.
5203
5204 Changed the shell sample to not print the result of executing a
5205 script provided on the command line.
5206
5207 Fixed issue when building samples on Windows using a shared V8
5208 library. Added visibility option on Linux build which makes the
5209 generated library 18% smaller.
5210
5211 Changed build system to accept multiple build modes in one build
5212 and generate separate objects, libraries and executables for each
5213 mode.
5214
5215 Removed deferred negation optimization (a * -b => -(a * b)) since
5216 this visibly changes operand conversion order.
5217
5218 Improved parsing performance by introducing stack guard in
5219 preparsing. Without a stack guard preparsing always bails out
5220 with stack overflow.
5221
5222 Changed shell sample to take flags directly from the command-line.
5223 Added API call that implements this.
5224
5225 Added load, quit and version functions to the shell sample so it's
5226 easier to run benchmarks and tests.
5227
5228 Fixed issue with building samples and cctests on 64-bit machines.
5229
5230 Fixed bug in the runtime system where the prototype chain was not
5231 always searched for a setter when setting a property that does not
5232 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005233
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005234
mads.s.agercbaa0602008-08-14 13:41:48 +000052352008-08-14: Version 0.2.3
5236
5237 Improved performance of garbage collection by moving the
5238 function that updates pointers during compacting collection
5239 into the updating visitor. This gives the compiler a better
5240 chance to inline and avoid a function call per (potential)
5241 pointer.
5242
5243 Extended the shell sample with a --runtime-flags option.
5244
5245 Added Visual Studio project files for the shell.cc and
5246 process.cc samples.
5247
5248
52492008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005250
5251 Improved performance of garbage collection by changing the way
5252 we use the marking stack in the event of stack overflow during
5253 full garbage collection and by changing the way we mark roots.
5254
5255 Cleaned up ARM version by removing top of stack caching and by
5256 introducing push/pop elimination.
5257
5258 Cleaned up the way runtime functions are called to allow
5259 runtime calls with no arguments.
5260
5261 Changed Windows build options to make sure that exceptions are
5262 disabled and that optimization flags are enabled.
5263
5264 Added first version of Visual Studio project files.
5265
5266
mads.s.agercbaa0602008-08-14 13:41:48 +000052672008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005268
5269 Improved performance of unary addition by avoiding runtime calls.
5270
5271 Fixed the handling of '>' and '<=' to use right-to-left conversion
5272 and left-to-right evaluation as specified by ECMA-262.
5273
5274 Fixed a branch elimination bug on the ARM platform where incorrect
5275 code was generated because of overly aggressive branch
5276 elimination.
5277
5278 Improved performance of code that repeatedly assigns the same
5279 function to the same property of different objects with the same
5280 map.
5281
5282 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5283 no longer expects DEBUG to be defined.
5284
5285 Added platform-nullos.cc to serve as the basis for new platform
5286 implementations.
5287
mads.s.ager31e71382008-08-13 09:32:07 +00005288
mads.s.agercbaa0602008-08-14 13:41:48 +000052892008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005290
5291 Changed all text files to have native svn:eol-style.
5292
5293 Added a few samples and support for building them. The samples
5294 include a simple shell that can be used to benchmark and test V8.
5295
5296 Changed V8::GetVersion to return the version as a string.
5297
5298 Added source for lazily loaded scripts to snapshots and made
5299 serialization non-destructive.
5300
5301 Improved ARM support by fixing the write barrier code to use
5302 aligned loads and stores and by removing premature locals
5303 optimization that relied on broken support for callee-saved
5304 registers (removed).
5305
5306 Refactored the code for marking live objects during garbage
5307 collection and the code for allocating objects in paged
5308 spaces. Introduced an abstraction for the map word of a heap-
5309 allocated object and changed the memory allocator to allocate
5310 executable memory only for spaces that may contain code objects.
5311
5312 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5313 they can be used by debugging and logging modules. Added
5314 thread-safe message queues for dealing with debugger events.
5315
5316 Fixed the source code reported by toString for certain builtin
5317 empty functions and made sure that the prototype property of a
5318 function is enumerable.
5319
5320 Improved performance of converting values to condition flags in
5321 generated code.
5322
5323 Merged disassembler-{arch} files.
5324
5325
mads.s.agercbaa0602008-08-14 13:41:48 +000053262008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005327
5328 Added support for storing JavaScript stack traces in a stack
5329 allocated buffer to make it visible in shallow core dumps.
5330 Controlled by the --preallocate-message-memory flag which is
5331 disabled by default.
5332
5333
mads.s.agercbaa0602008-08-14 13:41:48 +000053342008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005335
5336 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5337 map transitions would count as properties.
5338
5339 Allowed aliased eval invocations by treating them as evals in the
5340 global context. This may change in the future.
5341
5342 Added support for accessing the last entered context through the
5343 API and renamed Context::Current to Context::GetCurrent and
5344 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5345
5346 Fixed bug in the debugger that would cause the debugger scripts to
5347 be recursively loaded and changed all disabling of interrupts to
5348 be block-structured.
5349
5350 Made snapshot data read-only to allow it to be more easily shared
5351 across multiple users of V8 when linked as a shared library.
5352
5353
mads.s.agercbaa0602008-08-14 13:41:48 +000053542008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005355
5356 Fixed building on Mac OS X by recognizing i386 and friends as
5357 IA-32 platforms.
5358
5359 Added propagation of stack overflow exceptions that occur while
5360 compiling nested functions.
5361
5362 Improved debugger with support for recursive break points and
5363 handling of exceptions that occur in the debugger JavaScript code.
5364
5365 Renamed GetInternal to GetInternalField and SetInternal to
5366 SetInternalField in the API and moved InternalFieldCount and
5367 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5368
5369
mads.s.agercbaa0602008-08-14 13:41:48 +000053702008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005371
5372 Fixed bug in stack overflow check code for IA-32 targets where a
5373 non-tagged value in register eax was pushed to the stack.
5374
5375 Fixed potential quadratic behavior when converting strings to
5376 numbers.
5377
5378 Fixed bug where the return value from Object::SetProperty could
5379 end up being the property holder instead of the written value.
5380
5381 Improved debugger support by allowing nested break points and by
5382 dealing with stack-overflows when compiling functions before
5383 setting break points in them.
5384
5385
mads.s.agercbaa0602008-08-14 13:41:48 +000053862008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005387
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005388 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005389
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005390# Local Variables:
5391# mode:text
5392# End: