blob: ed82848b48f4472a9f3756929670842a0299756d [file] [log] [blame]
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +000012013-05-24: Version 3.19.4
2
3 Fixed edge case in stack trace formatting. (Chromium issue 237617)
4
5 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
6 issue 240032)
7
8 Made Object.freeze fast (issue 1858, Chromium issue 115960)
9
10 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
11 242924)
12
13 Performance and stability improvements on all platforms.
14
15
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +0000162013-05-22: Version 3.19.3
17
18 Performance and stability improvements on all platforms.
19
20
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +0000212013-05-17: Version 3.19.2
22
23 Fill in one-word-fillers for the unused property fields
24 (Chromium issue 240056).
25
26 Removed use_system_v8 logic from the mainline gyp file
27 (Chromium issue 226860).
28
29 Skip CPU profiler samples where top function's stack frame is not
30 set up properly (issue 2628).
31
32 Performance and stability improvements on all platforms.
33
34
ulan@chromium.org906e2fb2013-05-14 08:14:38 +0000352013-05-14: Version 3.19.1
36
37 Fixed missing hole check for loads from Smi arrays when all uses are
38 changes (Chromium issue 233737)
39
40 Performance and stability improvements on all platforms.
41
42
ulan@chromium.org57ff8812013-05-10 08:16:55 +0000432013-05-10: Version 3.19.0
44
45 Deprecated Context::New which returns Persistent.
46
47 Added Persistent<T>::Reset which disposes the handle and redirects it to
48 point to another object.
49
50 Deprecated WriteAscii and MayContainNonAscii.
51
52 Exposed AssertNoAllocation to API.
53
54 Performance and stability improvements on all platforms.
55
56
danno@chromium.orgf005df62013-04-30 16:36:45 +0000572013-04-30: Version 3.18.5
58
59 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
60
61 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
62 (Chromium issue 235311)
63
64 Change 'Parse error' to three more informative messages.
65 (Chromium issue 2636)
66
67 Performance and stability improvements on all platforms.
68
69
danno@chromium.orgca29dd82013-04-26 11:59:48 +0000702013-04-26: Version 3.18.4
71
72 Added a preliminary API for ES6 ArrayBuffers
73
74 Replaced qsort with std::sort. (Chromium issue 2639)
75
76 Performance and stability improvements on all platforms.
77
78
ulan@chromium.org32d7dba2013-04-24 10:59:06 +0000792013-04-24: Version 3.18.3
80
81 Exposed the GC under a name that is less collision prone than window.gc.
82 (issue 2641)
83
84 Do not emit double values at their use sites. (Chromium issue 234101)
85
86 Added methods to allow resuming execution after calling
87 TerminateExecution(). (issue 2361)
88
89 Performance and stability improvements on all platforms.
90
91
ulan@chromium.org77ca49a2013-04-22 09:43:56 +0000922013-04-22: Version 3.18.2
93
94 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
95 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
96
97 Removed heap snapshot size limit. (Chromium issue 232305)
98
99 Performance and stability improvements on all platforms.
100
101
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00001022013-04-18: Version 3.18.1
103
104 Removed SCons related files and deprecated test suite configurations.
105
106 Improved handling of unary plus (issue 2527).
107
108 Performance and stability improvements on all platforms.
109
110
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00001112013-04-17: Version 3.18.0
112
113 Enabled pretenuring of fast literals in high promotion mode.
114
115 Removed preparser library; link preparser executable against full V8.
116
117 Fixed set-up of intrinsic's 'constructor' properties.
118 (Chromium issue 229445)
119
120 ES6 symbols: extended V8 API to support symbols (issue 2158).
121
122 Removed ARM support for VFP2.
123
124 Made __proto__ a real JavaScript accessor property.
125 (issue 1949 and issue 2606)
126
127 Performance and stability improvements on all platforms.
128
129
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00001302013-04-04: Version 3.17.16
131
132 Stack trace API: poison stack frames below the first strict mode frame.
133 (issue 2564)
134
135 Made Isolate::GetHeapStatistics robust against half-initialized
136 isolates (Chromium issue 2591).
137
138 Finished implementation of ES6 symbols aka. private names (issue 2158).
139
140 Performance and stability improvements on all platforms.
141
142
danno@chromium.orgc99cd482013-03-21 15:26:42 +00001432013-03-21: Version 3.17.15
144
145 Rolled back API changes to maintain compatibility with older
146 3.17.x versions of V8.
147
148 Disable zapping of global handles in release mode.
149
150 Always mark the entire valid prefix of the descriptor array.
151 (Chromium issue 196331)
152
153 Use internal memcpy for CopyWords and when copying code.
154 (Chromium issue 196330)
155
156 Performance and stability improvements on all platforms.
157
158
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00001592013-03-20: Version 3.17.14
160
161 Use internal memcpy when initializing code objects.
162 (Chromium issue 196330)
163
164 Disabled weak embedded maps because of crashes.
165 (Chromium issues 172489, 217858)
166
167 Performance and stability improvements on all platforms.
168
169
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00001702013-03-19: Version 3.17.13
171
172 Turned Flags into a uint32_t typedef (Chromium issue 194749).
173
174 Performance and stability improvements on all platforms.
175
176
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00001772013-03-18: Version 3.17.12
178
179 Unified kMaxArguments with number of bits used to encode it.
180 (Chromium issue 211741)
181
182 Fixed detection of |handle_smi| case in
183 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
184 (Chromium issue 196583)
185
186 Performance and stability improvements on all platforms.
187
188
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00001892013-03-15: Version 3.17.11
190
191 Added a version of the v8::HandleScope constructor with an v8::Isolate
192 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
193 method of v8::Isolate.
194 (issue 2487)
195
196 Fixed two register allocator bugs (off-by-one error/failure
197 propagation). (issue 2576)
198
199 Fixed huge heap snapshot when a heavily shared context has many
200 variables. (Chromium issue 145687)
201
202 Performance and stability improvements on all platforms.
203
204
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00002052013-03-13: Version 3.17.10
206
207 Fixed heap snapshot creation for Harmony collections. (issue 2535)
208
209 Fixed register allocation corner case. (Chromium issue 177883)
210
211 Performance and stability improvements on all platforms.
212
213
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00002142013-03-08: Version 3.17.9
215
216 Restored Function()'s expected string representation. (issue 2470)
217
218 Enabled deprecatations (again). (issue 2487)
219
220 Avoid bool to Oddball conversions by being lazy. (issue 2491)
221
222 Added %p option to --logfile.
223
224 Hardened Function()'s parsing of function literals. (issue 2470)
225
226 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
227
228 Performance and stability improvements on all platforms.
229
230
ulan@chromium.org750145a2013-03-07 15:14:13 +00002312013-03-07: Version 3.17.8
232
233 Added missing license headers. (Chromium issue 98597)
234
235 Inserted missing type cast in JSON.stringify. (issue 2570)
236
237 Reverted "Send SIGPROF signals on the profiler event processor thread"
238 (issue 2571)
239
240 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
241 (issue 2568)
242
243 ES6 symbols: filter symbols form for-in loops and Object.keys.
244 (issue 2158)
245
246 Properly handle misses for StoreArrayLengthStub on ia32 and x64
247 (issue 2566)
248
249 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
250
251 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
252
253 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
254 (issue 2556)
255
256 Enabled zapping of disposed global handles in release mode.
257 (Chromium issue 176056)
258
259 Added workaround for redefinition of __proto__ property. (issue 2565)
260
261 ES6 symbols: Allow symbols as property names. (issue 2158)
262
263 Performance and stability improvements on all platforms.
264
265
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00002662013-03-04: Version 3.17.7
267
268 Limited recursion in regexp compilation by a budget.
269 (Chromium issue 178790)
270
271 ES6 symbols: Implemented Symbol intrinsic and basic functionality
272 (issue 2158)
273
274 Performance and stability improvements on all platforms.
275
276
hpayer@chromium.org8432c912013-02-28 15:55:26 +00002772013-02-28: Version 3.17.6
278
279 Fixed materialization of arguments objects with unknown values.
280 (Chromium issue 163530)
281
282 Set default number of sweeper threads to at most four.
283
284 Performance and stability improvements on all platforms.
285
286
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00002872013-02-27: Version 3.17.5
288
289 Made __proto__ a foreign callback on Object.prototype.
290 (issue 621, issue 1949 and issue 2441)
291
292 Performance and stability improvements on all platforms.
293
294
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00002952013-02-25: Version 3.17.4
296
297 Performance and stability improvements on all platforms.
298
299
ulan@chromium.org2e04b582013-02-21 14:06:02 +00003002013-02-21: Version 3.17.3
301
302 Performance and stability improvements on all platforms.
303
304
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00003052013-02-19: Version 3.17.2
306
307 Removed bogus check for TOP register in deoptimizer.
308 (Chromium issue 176943)
309
310 Made the Isolate parameter mandatory for internal HandleScopes.
311 (issue 2487)
312
313 Fixed f.apply() optimization when declared arguments are mutated.
314 (issue 2539)
315
316 Performance and stability improvements on all platforms.
317
318
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00003192013-02-14: Version 3.17.1
320
321 Performance and stability improvements on all platforms.
322
323
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00003242013-02-13: Version 3.17.0
325
326 Enabled parallel sweeping.
327
328 Don't try to unlink instructions twice during GVN
329 (Chromium issue 175141)
330
331 Fixed code flusher disabling while marking incrementally.
332 (Chromium issue 173458, 168582)
333
334 Don't use TLS for space iterators.
335 (issue 2531)
336
337 Added new GetHeapStatistics API entry and deprecated old one.
338
339 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
340 platform-independent code.
341 (Chromium issue 173907)
342
343 Added --trace-array-abuse to help find OOB accesses.
344
345 Performance and stability improvements on all platforms.
346
347
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00003482013-02-06: Version 3.16.14
349
350 Performance and stability improvements on all platforms.
351
352
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00003532013-02-04: Version 3.16.13
354
355 Tagged stubs that rely on instance types as MEGAMORPHIC.
356 (Chromium issue 173974)
357
358 Fixed clearing of dead dependent codes and verifing of weak
359 embedded maps on full GC. (Chromium issue 172488,172489)
360
361 Made the arm port build cleanly with Clang.
362
363 Performance and stability improvements on all platforms.
364
365
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00003662013-01-31: Version 3.16.12
367
368 Performance and stability improvements on all platforms.
369
370
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00003712013-01-30: Version 3.16.11
372
373 Put making embedded maps in optimized code weak behind a flag.
374 (Chromium issue 172488,172489)
375
376 Performance and stability improvements on all platforms.
377
378
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00003792013-01-25: Version 3.16.10
380
381 Avoid excessive memory usage during redundant phi elimination.
382 (issue 2510)
383
384 Fixed additional spec violations wrt RegExp.lastIndex.
385 (issue 2437)
386
387 Added Isolate parameter to Persistent class.
388 (issue 2487)
389
390 Performance and stability improvements on all platforms.
391
392
yangguo@chromium.org003650e2013-01-24 16:31:08 +00003932013-01-24: Version 3.16.9
394
395 Made embedded maps in optimized code weak.
396 (issue 2073)
397
398 Fixed corner case when JSFunction is evicted from flusher.
399 (Chromium issue 168801)
400
401 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
402 (Chromium issue 171641)
403
404 Performance and stability improvements on all platforms.
405
406
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00004072013-01-23: Version 3.16.8
408
409 Correctly reset lastIndex in an RegExp object.
410 (Chromium issue 170856)
411
412 Added a workaround for Windows compilation problems related to V8EXPORT.
413 (issue 2507)
414
415 tools/run-tests.py: shlex.split() the value of --command-prefix
416 (Chromium issue 171553)
417
418 Fixed pattern detection for replacing shifts by rotation.
419 (Chromium issue 2499)
420
421 Performance and stability improvements on all platforms.
422
423
yangguo@chromium.org28381b42013-01-21 14:39:38 +00004242013-01-21: Version 3.16.7
425
426 Removed <(library) usage from v8.gyp.
427 (Chromium issue 111541)
428
429 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
430 (Chromium issue 169928)
431
432 Performance and stability improvements on all platforms.
433
434
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00004352013-01-18: Version 3.16.6
436
437 Made the Isolate parameter mandatory in Locker and Unlocker classes.
438 (issue 2487)
439
440 Avoid pointer underflow in CopyCharsUnsigned.
441 (issue 2493)
442
443 Generate shim headers when using system v8.
444 (Chromium issue 165264)
445
446 Fixed arguments materialization for inlined apply().
447 (issue 2489)
448
449 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
450 (Chromium issue 147497)
451
452 Added sanity check to CodeFlusher::AddCandidate.
453 (Chromium issue 169209)
454
455 Performance and stability improvements on all platforms.
456
457
4582013-01-15: Version 3.16.5
459
460 Removed deprecated functions from V8's external API.
461
462 Prepared API for WebKit use of Latin-1.
463
464 Fixed V8 issue 2486.
465
466 Fixed Chromium issue 169723.
467
468 Performance and stability improvements on all platforms.
469
470
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00004712013-01-11: Version 3.16.4
472
473 Fixed Chromium issues 168545 and 169209.
474
475 Performance and stability improvements on all platforms.
476
477
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00004782013-01-09: Version 3.16.3
479
480 Improved GC performance when moving parts of a FixedArray (issue 2452).
481
482 Enabled readline on d8 while building a shared lib (issue 1781).
483
484 Fixed missing exception check in typed array constructor
485 (Chromium issue 168545).
486
487 Check for read-only-ness when preparing for array sort (issue 2419).
488
489 Performance and stability improvements on all platforms.
490
491
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00004922013-01-04: Version 3.16.2
493
494 Added Makefile options to build for the Raspberry Pi (armv7=0,
495 arm_fpu=vfp2).
496
497 Performance and stability improvements on all platforms.
498
499
ulan@chromium.org4121f232012-12-27 15:57:11 +00005002012-12-27: Version 3.16.1
501
502 Fixed x64 MathMinMax for negative untagged int32 arguments.
503 (Chromium issue 164442)
504
505 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
506 (issue 2458)
507
508 Performance and stability improvements on all platforms.
509
510
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00005112012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000512
513 V8_Fatal now prints C++ stack trace in debug mode.
514
515 Added HTML-based tick processor.
516
517 Continued implementation of Object.observe (V8 issue 2409).
518
519 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
520
521 Fixed Chromium issues 125308, 165637, 166379, 166553.
522
523 Performance and stability improvements on all platforms.
524
525
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00005262012-12-10: Version 3.15.11
527
528 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
529 flags.
530
531 Performance and stability improvements on all platforms.
532
533
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00005342012-12-07: Version 3.15.10
535
536 Enabled optimisation of functions inside eval. (issue 2315)
537
538 Fixed spec violations in methods of Number.prototype. (issue 2443)
539
540 Added GCTracer metrics for a scavenger GC for DOM wrappers.
541
542 Performance and stability improvements on all platforms.
543
544
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00005452012-12-06: Version 3.15.9
546
547 Fixed candidate eviction in code flusher.
548 (Chromium issue 159140)
549
550 Iterate through all arguments for side effects in Math.min/max.
551 (issue 2444)
552
553 Fixed spec violations related to regexp.lastIndex
554 (issue 2437, issue 2438)
555
556 Performance and stability improvements on all platforms.
557
558
mmassi@chromium.org49a44672012-12-04 13:52:03 +00005592012-12-04: Version 3.15.8
560
561 Enforced stack allocation of TryCatch blocks.
562 (issue 2166,chromium:152389)
563
564 Fixed external exceptions in external try-catch handlers.
565 (issue 2166)
566
567 Activated incremental code flushing by default.
568
569 Performance and stability improvements on all platforms.
570
571
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00005722012-11-30: Version 3.15.7
573
574 Activated code aging by default.
575
576 Included more information in --prof log.
577
578 Removed eager sweeping for lazy swept spaces. Try to find in
579 SlowAllocateRaw a bounded number of times a big enough memory slot.
580 (issue 2194)
581
582 Performance and stability improvements on all platforms.
583
584
danno@chromium.org1f34ad32012-11-26 14:53:56 +00005852012-11-26: Version 3.15.6
586
587 Ensure double arrays are filled with holes when extended from
588 variations of empty arrays. (Chromium issue 162085)
589
590 Performance and stability improvements on all platforms.
591
592
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00005932012-11-23: Version 3.15.5
594
595 Fixed JSON.stringify for objects with interceptor handlers.
596 (Chromium issue 161028)
597
598 Fixed corner case in x64 compare stubs. (issue 2416)
599
600 Performance and stability improvements on all platforms.
601
602
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00006032012-11-16: Version 3.15.4
604
605 Fixed Array.prototype.join evaluation order. (issue 2263)
606
607 Perform CPU sampling by CPU sampling thread only iff processing thread
608 is not running. (issue 2364)
609
610 When using an Object as a set in Object.getOwnPropertyNames, null out
611 the proto. (issue 2410)
612
613 Disabled EXTRA_CHECKS in Release build.
614
615 Heap explorer: Show representation of strings.
616
617 Removed 'type' and 'arguments' properties from Error object.
618 (issue 2397)
619
620 Added atomics implementation for ThreadSanitizer v2.
621 (Chromium issue 128314)
622
623 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
624
625 Performance and stability improvements on all platforms.
626
627
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00006282012-11-13: Version 3.15.3
629
630 Changed sample shell to send non-JS output (e.g. errors) to stderr
631 instead of stdout.
632
633 Correctly check for stack overflow even when interrupt is pending.
634 (issue 214)
635
636 Collect stack trace on stack overflow. (issue 2394)
637
638 Performance and stability improvements on all platforms.
639
640
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00006412012-11-12: Version 3.15.2
642
643 Function::GetScriptOrigin supplies sourceURL when script name is
644 not available. (Chromium issue 159413)
645
646 Made formatting error message side-effect-free. (issue 2398)
647
648 Fixed length check in JSON.stringify. (Chromium issue 160010)
649
650 ES6: Added support for Set and Map clear method (issue 2400)
651
652 Fixed slack tracking when instance prototype changes.
653 (Chromium issue 157019)
654
655 Fixed disabling of code flusher while marking. (Chromium issue 159140)
656
657 Added a test case for object grouping in a scavenger GC (issue 2077)
658
659 Support shared library build of Android for v8.
660 (Chromium issue 158821)
661
662 ES6: Added support for size to Set and Map (issue 2395)
663
664 Performance and stability improvements on all platforms.
665
666
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00006672012-11-06: Version 3.15.1
668
669 Put incremental code flushing behind a flag. (Chromium issue 159140)
670
671 Performance and stability improvements on all platforms.
672
673
danno@chromium.org72204d52012-10-31 10:02:10 +00006742012-10-31: Version 3.15.0
675
676 Loosened aligned code target requirement on ARM (issue 2380)
677
678 Fixed JSON.parse to treat leading zeros correctly.
679 (Chromium issue 158185)
680
681 Performance and stability improvements on all platforms.
682
683
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00006842012-10-22: Version 3.14.5
685
686 Killed off the SCons based build.
687
688 Added a faster API for creating v8::Integer objects.
689
690 Speeded up function deoptimization by avoiding quadratic pass over
691 optimized function list. (Chromium issue 155270)
692
693 Always invoke the default Array.sort functions from builtin functions.
694 (issue 2372)
695
696 Reverted recent CPU profiler changes because they broke --prof.
697 (issue 2364)
698
699 Switched code flushing to use different JSFunction field.
700 (issue 1609)
701
702 Performance and stability improvements on all platforms.
703
704
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00007052012-10-15: Version 3.14.4
706
707 Allow evals for debugger even if they are prohibited in the debugee
708 context. (Chromium issue 154733)
709
710 Enabled --verify-heap in release mode (issue 2120)
711
712 Performance and stability improvements on all platforms.
713
714
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00007152012-10-11: Version 3.14.3
716
717 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
718 (Chromium issue 155076).
719
720 Bumped variable limit further to 2^17 (Chromium issue 151625).
721
722 Performance and stability improvements on all platforms.
723
724
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00007252012-10-10: Version 3.14.2
726
727 ARM: allowed VFP3 instructions when hardfloat is enabled.
728 (Chromium issue 152506)
729
730 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
731 (Chromium issue 151749)
732
733 Made GDBJIT interface compile again. (issue 1804)
734
735 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
736 (Chromium issue 143967)
737
738 Made sure that names of temporaries do not clash with real variables.
739 (issue 2322)
740
741 Rejected local module declarations. (Chromium issue 150628)
742
743 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
744
745 Fixed slot recording of code target patches.
746 (Chromium issue 152615,chromium:144230)
747
748 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
749
750 Performance and stability improvements on all platforms.
751
752
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00007532012-10-01: Version 3.14.1
754
755 Don't set -m32 flag when compiling with Android ARM compiler.
756 (Chromium issue 143889)
757
758 Restore the descriptor array before returning allocation failure.
759 (Chromium issue 151750)
760
761 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
762 128252).
763
764 Pull more recent gyp in 'make dependencies'.
765
766 Made sure that the generic KeyedStoreIC changes length and element_kind
767 atomically (issue 2346).
768
769 Bumped number of allowed variables per scope to 65535, to address GWT.
770 (Chromium issue 151625)
771
772 Support sourceURL for dynamically inserted scripts (issue 2342).
773
774 Performance and stability improvements on all platforms.
775
776
ulan@chromium.org56c14af2012-09-20 12:51:09 +00007772012-09-20: Version 3.14.0
778
779 Fixed missing slot recording during clearing of CallICs.
780 (Chromium issue 144230)
781
782 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
783 (Chromium issue 150729)
784
785 Fixed minus zero test. (Issue 2133)
786
787 Fixed setting array length to zero for slow elements.
788 (Chromium issue 146910)
789
790 Fixed lost arguments dropping in HLeaveInlined.
791 (Chromium issue 150545)
792
793 Fixed casting error for receiver of interceptors.
794 (Chromium issue 149912)
795
796 Throw a more descriptive exception when blocking 'eval' via CSP.
797 (Chromium issue 140191)
798
799 Fixed debugger's eval when close to stack overflow. (issue 2318)
800
801 Added checks to live edit. (issue 2297)
802
803 Switched on code compaction on incremental GCs.
804
805 Fixed caching of optimized code for OSR. (issue 2326)
806
807 Not mask exception thrown by toString in String::UtfValue etc.
808 (issue 2317)
809
810 Fixed API check for length of external arrays. (Chromium issue 148896)
811
812 Ensure correct enumeration indices in the dict (Chromium issue 148376)
813
814 Correctly initialize regexp global cache. (Chromium issue 148378)
815
816 Fixed arguments object materialization during deopt. (issue 2261)
817
818 Introduced new API to expose external string resource regardless of
819 encoding.
820
821 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
822 --deopt-every-n-times flag is present
823 (Chromium issue 148389)
824
825 Fixed edge case of extension with NULL as source string.
826 (Chromium issue 144649)
827
828 Fixed array index dehoisting. (Chromium issue 141395)
829
830 Performance and stability improvements on all platforms.
831
832
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00008332012-09-11: Version 3.13.7
834
835 Enable/disable LiveEdit using the (C++) debug API.
836
837 Performance and stability improvements on all platforms.
838
839
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00008402012-09-06: Version 3.13.6
841
842 Added validity checking to API functions and calls.
843
844 Disabled accessor inlining (Chromium issue 134609).
845
846 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
847
848 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
849
850 Fixed VS2005 build (issue 2313).
851
852 Activated fixed ES5 readonly semantics by default.
853
854 Added hardfp flag to the Makefile.
855
856 Performance and stability improvements on all platforms.
857
858
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00008592012-08-29: Version 3.13.5
860
861 Release stack trace data after firing Error.stack accessor.
862 (issue 2308)
863
864 Added a new API V8::SetJitCodeEventHandler to push code name and
865 location to users such as profilers.
866
867 Allocate block-scoped global bindings to global context.
868
869 Performance and stability improvements on all platforms.
870
871
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00008722012-08-28: Version 3.13.4
873
874 Print reason for disabling optimization. Kill --trace-bailout flag.
875
876 Provided option to disable full DEBUG build on Android.
877
878 Introduced global contexts to represent lexical global scope(s).
879
880 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
881
882 Performance and stability improvements on all platforms.
883
884
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00008852012-08-21: Version 3.13.3
886
887 Performance and stability improvements on all platforms.
888
889
8902012-08-20: Version 3.13.2
891
892 Performance and stability improvements on all platforms.
893
894
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00008952012-08-16: Version 3.13.1
896
897 Performance and stability improvements on all platforms.
898
899
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00009002012-08-10: Version 3.13.0
901
902 Added histograms for total allocated/live heap size, as well as
903 allocated size and percentage of total for map and cell space.
904
905 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
906 (issue 1645)
907
908 Added checks for interceptors to negative lookup code in Crankshaft.
909 (Chromium issue 140473)
910
911 Made incremental marking clear ICs and type feedback cells.
912
913 Performance and stability improvements on all platforms.
914
915
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +00009162012-08-01: Version 3.12.19
917
918 Performance and stability improvements on all platforms.
919
920
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +00009212012-07-30: Version 3.12.18
922
923 Forced using bit-pattern for signed zero double. (issue 2239)
924
925 Made sure double to int conversion is correct. (issue 2260)
926
927 Performance and stability improvements on all platforms.
928
929
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +00009302012-07-27: Version 3.12.17
931
932 Always set the callee's context when calling a function from optimized
933 code.
934 (Chromium issue 138887)
935
936 Fixed building with GCC 3.x
937 (issue 2016, 2017)
938
939 Improved API calls that return empty handles.
940 (issue 2245)
941
942 Performance and stability improvements on all platforms.
943
944
danno@chromium.org129d3982012-07-25 15:01:47 +00009452012-07-25: Version 3.12.16
946
947 Performance and stability improvements on all platforms.
948
949
yangguo@chromium.org304cc332012-07-24 07:59:48 +00009502012-07-24: Version 3.12.15
951
952 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
953 (issue 2252)
954
955 Added dependency to HLoadKeyed* instructions to prevent invalid
956 hoisting. (Chromium issue 137768)
957
958 Enabled building d8 for Android on Mac.
959
960 Interpret negative hexadecimal literals as NaN.
961 (issue 2240)
962
963 Expose counters in javascript when using --track-gc-object-stats.
964
965 Enabled building and testing V8 on Android IA.
966
967 Added --trace-parse flag to parser.
968
969 Performance and stability improvements on all platforms.
970
971
verwaest@chromium.org178fb152012-07-18 11:21:48 +00009722012-07-18: Version 3.12.14
973
974 Deactivated optimization of packed arrays.
975 (Chromium issue 137768)
976
977 Fixed broken accessor transition.
978 (Chromium issue 137689)
979
980 Performance and stability improvements on all platforms.
981
982
verwaest@chromium.org753aee42012-07-17 16:15:42 +00009832012-07-17: Version 3.12.13
984
985 Fixed missing tagging of stack value in finally block.
986 (Chromium issue 137496)
987
988 Added more support for heap analysis.
989
990 Performance and stability improvements on all platforms.
991
992
jkummerow@chromium.org28583c92012-07-16 11:31:55 +00009932012-07-16: Version 3.12.12
994
995 Added an option to the tickprocessor to specify the directory for lib
996 lookup.
997
998 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
999
1000 Fixed transcendental cache on ARM in optimized code (issue 2234).
1001
1002 New heap inspection tools: counters for object sizes and counts,
1003 histograms for external fragmentation.
1004
1005 Incorporated constness into inferred interfaces (in preparation for
1006 handling imports) (issue 1569).
1007
1008 Performance and stability improvements on all platforms.
1009
1010
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000010112012-07-12: Version 3.12.11
1012
1013 Renamed "mips" arch to "mipsel" in the GYP build.
1014
1015 Fixed computation of call targets on prototypes in Crankshaft.
1016 (Chromium issue 125148)
1017
1018 Removed use of __lookupGetter__ when generating stack trace.
1019 (issue 1591)
1020
1021 Turned on ES 5.2 globals semantics by default.
1022 (issue 1991, Chromium issue 80591)
1023
1024 Synced preparser and parser wrt syntax error in switch..case.
1025 (issue 2210)
1026
1027 Fixed reporting of octal literals in strict mode when preparsing.
1028 (issue 2220)
1029
1030 Fixed inline constructors for Harmony Proxy prototypes.
1031 (issue 2225)
1032
1033 Performance and stability improvements on all platforms.
1034
1035
danno@chromium.org81cac2b2012-07-10 11:28:27 +000010362012-07-10: Version 3.12.10
1037
1038 Re-enabled and fixed issue with array bounds check elimination
1039 (Chromium issue 132114).
1040
1041 Fixed Debug::Break crash. (Chromium issue 131642)
1042
1043 Added optimizing compiler support for JavaScript getters.
1044
1045 Performance and stability improvements on all platforms.
1046
1047
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000010482012-07-06: Version 3.12.9
1049
1050 Correctly advance the scanner when scanning unicode regexp flag.
1051 (Chromium issue 136084)
1052
1053 Fixed unhandlified code calling Harmony Proxy traps.
1054 (issue 2219)
1055
1056 Performance and stability improvements on all platforms.
1057
1058
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000010592012-07-05: Version 3.12.8
1060
1061 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1062
1063 Performance and stability improvements on all platforms.
1064
1065
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000010662012-07-03: Version 3.12.7
1067
1068 Fixed lazy compilation for strict eval scopes.
1069 (Chromium issue 135066)
1070
1071 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1072 (issue 2151)
1073
1074 Report "hidden properties" in heap profiler for properties case.
1075 (issue 2212)
1076
1077 Activated optimization of packed arrays by default.
1078
1079 Performance and stability improvements on all platforms.
1080
1081
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000010822012-06-29: Version 3.12.6
1083
1084 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1085
1086 Extended TypedArray support in d8.
1087
1088
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000010892012-06-28: Version 3.12.5
1090
1091 Fixed lazy parsing heuristics to respect outer scope.
1092 (Chromium issue 135008)
1093
1094 Allow using test-wrapper-gypbuild.py on Windows when no python
1095 interpreter is registered.
1096
1097 Performance and stability improvements on all platforms.
1098
1099
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000011002012-06-27: Version 3.12.4
1101
1102 Removed -fomit-frame-pointer flag from Release builds to make
1103 the stack walkable by TCMalloc (Chromium issue 133723).
1104
1105 Ported r7868 (constant masking) to x64 (issue 1374).
1106
1107 Expose more detailed memory statistics (issue 2201).
1108
1109 Fixed Harmony Maps and WeakMaps for undefined values
1110 (Chromium issue 132744).
1111
1112 Correctly throw reference error in strict mode with ICs disabled
1113 (issue 2119).
1114
1115 Performance and stability improvements on all platforms.
1116
1117
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000011182012-06-25: Version 3.12.3
1119
1120 Reverted r11835 'Unify promotion and allocation limit computation' due
1121 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1122
1123 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1124
1125 Performance and stability improvements on all platforms.
1126
1127
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000011282012-06-22: Version 3.12.2
1129
1130 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1131 ia32/x64. (Chromium issue 134055)
1132
1133 Fixed lazy sweeping heuristics to prevent old-space expansion.
1134 (issue 2194)
1135
1136 Performance and stability improvements on all platforms.
1137
1138
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000011392012-06-21: Version 3.12.1
1140
1141 Performance and stability improvements on all platforms.
1142
1143
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000011442012-06-20: Version 3.12.0
1145
1146 Fixed Chromium issues:
1147 115100, 129628, 131994, 132727, 132741, 132742, 133211
1148
1149 Fixed V8 issues:
1150 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1151
1152 Added --extra-code flag to mksnapshot to load JS code into the VM
1153 before creating the snapshot.
1154
1155 Support 'restart call frame' command in the debugger.
1156
1157 Performance and stability improvements on all platforms.
1158
1159
mmassi@chromium.org7028c052012-06-13 11:51:58 +000011602012-06-13: Version 3.11.10
1161
1162 Implemented heap profiler memory usage reporting.
1163
1164 Preserved error message during finally block in try..finally.
1165 (Chromium issue 129171)
1166
1167 Fixed EnsureCanContainElements to properly handle double values.
1168 (issue 2170)
1169
1170 Improved heuristics to keep objects in fast mode with inherited
1171 constructors.
1172
1173 Performance and stability improvements on all platforms.
1174
1175
rossberg@chromium.org400388e2012-06-06 09:29:22 +000011762012-06-06: Version 3.11.9
1177
1178 Implemented ES5-conformant semantics for inherited setters and read-only
1179 properties. Currently behind --es5_readonly flag, because it breaks
1180 WebKit bindings.
1181
1182 Exposed last seen heap object id via v8 public api.
1183
1184 Performance and stability improvements on all platforms.
1185
1186
verwaest@chromium.org37141392012-05-31 13:27:02 +000011872012-05-31: Version 3.11.8
1188
1189 Avoid overdeep recursion in regexp where a guarded expression with a
1190 minimum repetition count is inside another quantifier.
1191 (Chromium issue 129926)
1192
1193 Fixed missing write barrier in store field stub.
1194 (issues 2143, 1465, Chromium issue 129355)
1195
1196 Proxies: Fixed receiver for setters inherited from proxies.
1197 Proxies: Fixed ToStringArray function so that it does not reject some
1198 keys.
1199 (issue 1543)
1200
1201 Performance and stability improvements on all platforms.
1202
1203
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000012042012-05-29: Version 3.11.7
1205
1206 Get better function names in stack traces.
1207
1208 Performance and stability improvements on all platforms.
1209
1210
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000012112012-05-24: Version 3.11.6
1212
1213 Fixed RegExp.prototype.toString for incompatible receivers
1214 (issue 1981).
1215
1216 Performance and stability improvements on all platforms.
1217
1218
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000012192012-05-23: Version 3.11.5
1220
1221 Performance and stability improvements on all platforms.
1222
1223
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000012242012-05-22: Version 3.11.4
1225
1226 Some cleanup to common.gypi. This fixes some host/target combinations
1227 that weren't working in the Make build on Mac.
1228
1229 Handle EINTR in socket functions and continue incomplete sends.
1230 (issue 2098)
1231
1232 Fixed python deprecations. (issue 1391)
1233
1234 Made socket send and receive more robust and return 0 on failure.
1235 (Chromium issue 15719)
1236
1237 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1238
1239 Set '-m32' option for host and target platforms
1240
1241 Performance and stability improvements on all platforms.
1242
1243
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000012442012-05-18: Version 3.11.3
1245
1246 Disable optimization for functions that have scopes that cannot be
1247 reconstructed from the context chain. (issue 2071)
1248
1249 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1250
1251 Correctly check for native error objects. (Chromium issue 2138)
1252
1253 Performance and stability improvements on all platforms.
1254
1255
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000012562012-05-16: Version 3.11.2
1257
1258 Revert r11496. (Chromium issue 128146)
1259
1260 Implement map collection for incremental marking. (issue 1465)
1261
1262 Add toString method to CallSite (which describes a frame of the
1263 stack trace).
1264
1265
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000012662012-05-15: Version 3.11.1
1267
1268 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1269
1270 Fix freebsd build. (V8 issue 2126)
1271
1272 Performance and stability improvements on all platforms.
1273
1274
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000012752012-05-11: Version 3.11.0
1276
1277 Fixed compose-discard crasher from r11524 (issue 2123).
1278
1279 Activated new global semantics by default. Global variables can
1280 now shadow properties of the global object (ES5.1 erratum).
1281
1282 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1283 transitioning (Chromium issue 117409).
1284
1285 Made Error.prototype.name writable again, as required by the spec and
1286 the web (Chromium issue 69187).
1287
1288 Implemented map collection with incremental marking (issue 1465).
1289
1290 Regexp: Fixed overflow in min-match-length calculation
1291 (Chromium issue 126412).
1292
1293 MIPS: Fixed illegal instruction use on Loongson in code for
1294 Math.random() (issue 2115).
1295
1296 Fixed crash bug in VisitChoice (Chromium issue 126272).
1297
1298 Fixed unsigned-Smi check in MappedArgumentsLookup
1299 (Chromium issue 126414).
1300
1301 Fixed LiveEdit for function with no locals (issue 825).
1302
1303 Fixed register clobbering in LoadIC for interceptors
1304 (Chromium issue 125988).
1305
1306 Implemented clearing of CompareICs (issue 2102).
1307
1308 Performance and stability improvements on all platforms.
1309
1310
danno@chromium.org2c26cb12012-05-03 09:06:43 +000013112012-05-03: Version 3.10.8
1312
1313 Enabled MIPS cross-compilation.
1314
1315 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1316 (Chromium issue 125515)
1317
1318 Fixed corner cases in truncation behavior when storing to
1319 TypedArrays. (issue 2110)
1320
1321 Fixed failure to properly recognize and report out-of-memory
1322 conditions when allocating code space pages. (Chromium issue
1323 118625)
1324
1325 Fixed idle notifications to perform a round of incremental GCs
1326 after context disposal. (issue 2107)
1327
1328 Fixed preparser for try statement. (issue 2109)
1329
1330 Performance and stability improvements on all platforms.
1331
1332
danno@chromium.org1044a4d2012-04-30 12:34:39 +000013332012-04-30: Version 3.10.7
1334
1335 Performance and stability improvements on all platforms.
1336
1337
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000013382012-04-26: Version 3.10.6
1339
1340 Fixed some bugs in accessing details of the last regexp match.
1341
1342 Fixed source property of empty RegExp objects. (issue 1982)
1343
1344 Enabled inlining some V8 API functions.
1345
1346 Performance and stability improvements on all platforms.
1347
1348
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000013492012-04-23: Version 3.10.5
1350
1351 Put new global var semantics behind a flag until WebKit tests are
1352 cleaned up.
1353
1354 Enabled stepping into callback passed to builtins.
1355 (Chromium issue 109564)
1356
1357 Performance and stability improvements on all platforms.
1358
1359
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000013602012-04-19: Version 3.10.4
1361
1362 Fixed issues when stressing compaction with WeakMaps.
1363
1364 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1365
1366 Simplify invocation sequence at monomorphic function invocation sites.
1367 (issue 2079)
1368
1369 Performance and stability improvements on all platforms.
1370
1371
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000013722012-04-17: Version 3.10.3
1373
1374 Fixed several bugs in heap profiles (including issue 2078).
1375
1376 Throw syntax errors on illegal escape sequences.
1377
1378 Implemented rudimentary module linking (behind --harmony flag)
1379
1380 Implemented ES5 erratum: Global declarations should shadow
1381 inherited properties.
1382
1383 Made handling of const more consistent when combined with 'eval'
1384 and 'with'.
1385
1386 Fixed V8 on MinGW-x64 (issue 2026).
1387
1388 Performance and stability improvements on all platforms.
1389
1390
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000013912012-04-13: Version 3.10.2
1392
1393 Fixed native ARM build (issues 1744, 539)
1394
1395 Return LOOKUP variable instead of CONTEXT for non-context allocated
1396 outer scope parameters (Chromium issue 119609).
1397
1398 Fixed regular and ElementsKind transitions interfering with each other
1399 (Chromium issue 122271).
1400
1401 Improved performance of keyed loads/stores which have a HeapNumber
1402 index (issues 1388, 1295).
1403
1404 Fixed WeakMap processing for evacuation candidates (issue 2060).
1405
1406 Bailout on possible direct eval calls (Chromium issue 122681).
1407
1408 Do not assume that names of function expressions are context-allocated
1409 (issue 2051).
1410
1411 Performance and stability improvements on all platforms.
1412
1413
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000014142012-04-10: Version 3.10.1
1415
1416 Fixed bug with arguments object in inlined functions (issue 2045).
1417
1418 Fixed performance bug with lazy initialization (Chromium issue
1419 118686).
1420
1421 Added suppport for Mac OS X 64bit builds with GYP.
1422 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1423
1424 Fixed bug with hidden properties (issue 2034).
1425
1426 Fixed a performance bug when reloading pages (Chromium issue 117767,
1427 V8 issue 1902).
1428
1429 Fixed bug when optimizing throw in top-level code (issue 2054).
1430
1431 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1432
1433 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1434
1435 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1436
1437 Fixed compilation of V8 using uClibc.
1438
1439 Optimized boot-up memory use.
1440
1441 Optimized regular expressions.
1442
1443
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000014442012-03-30: Version 3.10.0
1445
1446 Fixed store IC writability check in strict mode
1447 (Chromium issue 120099).
1448
1449 Resynchronize timers if the Windows system time was changed.
1450 (Chromium issue 119815)
1451
1452 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1453 hardfp ARM
1454 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1455
1456 Fixed edge case for case independent regexp character classes
1457 (issue 2032).
1458
1459 Reset function info counters after context disposal.
1460 (Chromium issue 117767, V8 issue 1902)
1461
1462 Fixed missing write barrier in CopyObjectToObjectElements.
1463 (Chromium issue 119926)
1464
1465 Fixed missing bounds check in HasElementImpl.
1466 (Chromium issue 119925)
1467
1468 Performance and stability improvements on all platforms.
1469
1470
danno@chromium.org88aa0582012-03-23 15:11:57 +000014712012-03-23: Version 3.9.24
1472
1473 Activated count-based profiler for ARM.
1474
1475 Fixed use of proxies as f.prototype properties. (issue 2021)
1476
1477 Enabled snapshots on MIPS.
1478
1479 Performance and stability improvements on all platforms.
1480
1481
ulan@chromium.org6ff65142012-03-21 09:52:17 +000014822012-03-21: Version 3.9.23
1483
1484 Use correct arguments adaptation environment when inlining function
1485 containing arguments. (Issue 2014)
1486
1487 Performance and stability improvements on all platforms.
1488
1489
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000014902012-03-20: Version 3.9.22
1491
1492 Enabled count-based profiler by default.
1493
1494 Implemented a hash based look-up to speed up address checks
1495 in large object space (issue 853).
1496
1497 Performance and stability improvements on all platforms.
1498
1499
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000015002012-03-19: Version 3.9.21
1501
1502 Fixed push-to-trunk script (and re-push).
1503
1504 Added API call that identifies strings that are guaranteed only to
1505 contain ASCII characters.
1506
1507
15082012-03-19: Version 3.9.20
1509
1510 Fixed declarations escaping global strict eval. (Issue 1624)
1511
1512 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1513
1514 Fixed function declarations overwriting read-only global properties.
1515 (Chromium issue 115452)
1516
1517 Fixed --use-strict flag in combination with --harmony[-scoping].
1518
1519 Debugger: naive implementation of "step into Function.prototype.bind".
1520
1521 Debugger: added ability to set script source from within OnBeforeCompile
1522
1523 Added flag to always call DebugBreak on abort.
1524
1525 Re-enabled constructor inlining and inline === comparison with boolean
1526 constants. (Issue 2009)
1527
1528 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1529
1530 Performance and stability improvements on all platforms.
1531
1532
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000015332012-03-14: Version 3.9.19
1534
1535 Ensure there is a smi check of the receiver for global load and call
1536 ICs (Chromium issue 117794).
1537
1538 Performance and stability improvements on all platforms.
1539
1540
yangguo@chromium.org154ff992012-03-13 08:09:54 +000015412012-03-13: Version 3.9.18
1542
1543 Ensure consistency of Math.sqrt on Intel platforms.
1544
1545 Remove static initializers in v8. (issue 1859)
1546
1547 Add explicit dependency on v8_base in the GYP-based build.
1548
1549 Performance and stability improvements on all platforms.
1550
1551
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000015522012-03-12: Version 3.9.17
1553
1554 Fixed VFP detection through compiler defines. (issue 1996)
1555
1556 Add Code-related fields to postmortem metadata.
1557
1558 Performance and stability improvements on all platforms.
1559
1560
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000015612012-03-09: Version 3.9.16
1562
1563 Added basic interface inference for modules (behind the --harmony flag).
1564
1565 Added Object.is, Number.isFinite, Number.isNaN.
1566
1567 Updated the Unicode tables to Unicode version 6.1.0.
1568
1569 Performance and stability improvements on all platforms.
1570
1571
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000015722012-03-06: Version 3.9.15
1573
1574 Fix the heap profiler crash caused by memory layout changes between
1575 passes.
1576
1577 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1578
1579 Fix double-rounding in strtod for MinGW. (issue 1062)
1580
1581 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1582
1583 Performance and stability improvements on all platforms.
1584
1585
fschneider@chromium.org35814e52012-03-01 15:43:35 +000015862012-03-01: Version 3.9.14
1587
1588 Performance and stability improvements on all platforms.
1589
1590
ulan@chromium.org812308e2012-02-29 15:58:45 +000015912012-02-29: Version 3.9.13
1592
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001593 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001594
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001595 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1596 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001597
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001598 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001599
1600 Performance and stability improvements on all platforms.
1601
1602
ulan@chromium.org967e2702012-02-28 09:49:15 +000016032012-02-28: Version 3.9.12
1604
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001605 Fixed the negative lookup stub to handle deleted entries in a
1606 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001607
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001608 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001609 callback function can resolve the location of a return address on stack
1610 to the location where a return-address rewriting profiler stashed the
1611 original return address.
1612
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001613 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1614 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001615
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001616 Fixed issue 1853: Update breakpoints set with partial file name after
1617 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001618
1619
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000016202012-02-27: Version 3.9.11
1621
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001622 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001623
1624
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000016252012-02-24: Version 3.9.10
1626
1627 Fixed V8 issues 1322, 1772 and 1969.
1628
1629 Conformance improvements.
1630
1631 Performance and stability improvements on all platforms.
1632
1633
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000016342012-02-23: Version 3.9.9
1635
1636 Supported fast case for-in in Crankshaft.
1637
1638 Sped up heap snapshot serialization and dominators construction.
1639
1640 Randomized allocation addresses on windows. (Chromium issue 115151)
1641
1642 Fixed compilation with MinGW-w64. (issue 1943)
1643
1644 Fixed incorrect value of assignments to non-extensible properties.
1645
1646 Fixed a crash bug in generated code on ia32.
1647
1648 Performance and stability improvements on all platforms.
1649
1650
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000016512012-02-21: Version 3.9.8
1652
1653 Fixed memory leak and missing #include in StartupDataDecompressor
1654 (issue 1960).
1655
1656 Renamed static methods to avoid shadowing virtual methods and fix Clang
1657 C++11 compile error.
1658
1659 Fixed sequence of element access in array builtins (issue 1790).
1660
1661 Performance and stability improvements on all platforms.
1662
1663
yangguo@chromium.org56454712012-02-16 15:33:53 +000016642012-02-16: Version 3.9.7
1665
1666 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1667
1668 Fixed GCC-4.7 warnings.
1669
1670 Added Navier-Stokes benchmark.
1671
1672 Performance and stability improvements on all platforms.
1673
1674
ulan@chromium.org65a89c22012-02-14 11:46:07 +000016752012-02-14: Version 3.9.6
1676
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001677 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001678
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001679 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001680
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001681 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001682
1683 Heap Snapshot maximum size limit is too low for really big apps. At the
1684 moment the limit is 256MB. (Chromium issue 113015)
1685
1686 Performance and stability improvements on all platforms.
1687
1688
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000016892012-02-09: Version 3.9.5
1690
1691 Removed unused command line flags.
1692
1693 Performance and stability improvements on all platforms.
1694
1695
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000016962012-02-08: Version 3.9.4
1697
1698 Properly initialize element-transitioning array literals on ARM.
1699 (issue 1930)
1700
1701 Bug fixes on all platforms.
1702
1703
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000017042012-02-07: Version 3.9.3
1705
1706 When rethrowing an exception, print the stack trace of its original
1707 site instead of rethrow site (Chromium issue 60240).
1708
1709 Increased size of small stacks from 32k to 64k to avoid hitting limits
1710 in Chromium (Chromium issue 112843).
1711
1712
rossberg@chromium.org994edf62012-02-06 10:12:55 +000017132012-02-06: Version 3.9.2
1714
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001715 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001716
1717 Heap profiler reports implicit references.
1718
1719 Optionally export metadata with libv8 to enable debuggers to inspect V8
1720 state.
1721
1722
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000017232012-02-02: Version 3.9.1
1724
1725 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1726 (Chromium issue 112315).
1727
1728 Fixed a crash in dev tools (Chromium issue 107996).
1729
1730 Added 'dependencies_traverse': 1 to v8 GYP target.
1731
1732 Performance and stability improvements on all platforms.
1733
1734
danno@chromium.orgfa458e42012-02-01 10:48:36 +000017352012-02-01: Version 3.9.0
1736
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001737 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001738
1739 Stability fixes and performance improvements on all platforms.
1740
1741
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000017422012-01-26: Version 3.8.9
1743
1744 Flush number string cache on GC (issue 1605).
1745
1746 Provide access to function inferred name with
1747 v8::Function::GetInferredName in V8 public API.
1748
1749 Fix building with Clang (issue 1912).
1750
1751 Reduce the space used by the stack for the profiling thread.
1752
1753 Fix misleading documentation of v8::Locker (issue 542).
1754
1755 Introduce readbinary function in d8 to read binary files.
1756
1757 Performance and stability improvements on all platforms.
1758
1759
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000017602012-01-23: Version 3.8.8
1761
1762 Limited number of loop iterations in Heap::ReserveSpace
1763 (Chromium issue 99027).
1764
1765 Fixed solaris build (VirtualMemory) (issue 1761).
1766
1767 Fixed strict vs. non-strict handling of function proxies in
1768 higher-order array and string methods.
1769
1770 Enabled asynchronous remote debugging with d8 (issue 1691).
1771
1772 Stability and performance improvements on all platforms.
1773
1774
ulan@chromium.org2efb9002012-01-19 15:36:35 +000017752012-01-19: Version 3.8.7
1776
1777 Ensure that LRandom restores rsi after call to the C function on x64.
1778 (Chromium issue http://crbug.com/110509)
1779
1780 Fixing include issues on *bsd when building with scons.
1781 (issue 1897)
1782
1783 Provide a switch to specify -fno-strict-aliasing
1784 (issue 1887)
1785
1786 Move WIN32 define from standalone.gypi to common.gypi
1787 (issue 1760)
1788
1789 Fix corner-case in heap size estimation.
1790 (issue 1893)
1791
1792 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1793 (issue 1903)
1794
1795 Performance improvements and bug fixes.
1796
1797
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000017982012-01-16: Version 3.8.6
1799
1800 Add primitive WebGL array support to d8.
1801
1802 Improve heap size estimation (issue 1893).
1803
1804 Hash collision DOS workaround extended from string keys
1805 to numeric keys.
1806
1807 Provide an API for iterating through all external strings referenced
1808 from the JS heap.
1809
1810 Adjust position recorded for call expressions. http://crbug.com/109195
1811
1812 Fix GC crash related to instanceof. http://crbug.com/109448
1813
1814 Performance improvements and bug fixes.
1815
1816
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000018172012-01-05: Version 3.8.5
1818
1819 Fix broken test that assumes that no GC can clear the regexp cache (GC
1820 can happen at any time due to Crankshaft).
1821
1822 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1823
1824 Add netbsd support to gyp build.
1825
1826 Determine page size at runtime on posix platforms.
1827
1828 Ensure that store buffer filtering hash sets are cleared after
1829 StoreBuffer::Filter.
1830
1831 Randomize the seed used for string hashing. This helps guard against
1832 CPU-eating DOS attacks against node.js servers. Based on code from
1833 Bert Belder. This version only solves the issue for those that compile
1834 V8 themselves or those that do not use snapshots. A snapshot-based
1835 precompiled V8 will still have predictable string hash codes.
1836
1837 Implement callback when script finishes running in V8 API.
1838
1839 Improve performance of Math.min and Math.max for the case of two
1840 arguments. (issue 1325)
1841
1842
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000018432012-01-02: Version 3.8.4
1844
1845 Performance improvements for large Smi-only arrays.
1846
1847 Fixed InternalArrays construction. (issue 1878)
1848
1849
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000018502011-12-27: Version 3.8.3
1851
1852 Avoid embedding new space objects into code objects in the lithium gap
1853 resolver. (chromium:108296)
1854
1855 Bug fixes and performance optimizations on all platforms.
1856
1857
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000018582011-12-21: Version 3.8.2
1859
1860 Add max optimization flag to v8 gyp build to ensure V8 is always built
1861 fully optimized in Chrome.
1862
1863 MIPS: Bring MIPS to parity with other platforms.
1864
1865 Optimizations and stability improvements on all platforms.
1866
1867
ricow@chromium.org7ad65222011-12-19 12:13:11 +000018682011-12-19: Version 3.8.1
1869
1870 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1871
1872 Stability improvements on all platforms.
1873
1874
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000018752011-12-13: Version 3.8.0
1876
1877 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1878
1879 Sync parser and preparser on do-while and return statements.
1880 (issue 1856)
1881
1882 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1883
1884 Stability and performance improvements on all platforms.
1885
1886
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000018872011-12-01: Version 3.7.12
1888
1889 Increase tick interval for the android platform.
1890
1891 Fix a bug in the register allocator. (chromium:105112)
1892
1893 Fix handling of recompiling code. (chromium:105375, v8:1782)
1894
1895 Start incremental marking on idle notification. (v8:1458)
1896
1897 Build fixes for various platforms.
1898
1899 Various performance improvements.
1900
1901
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000019022011-11-29: Version 3.7.11
1903
1904 Fixed bug when generating padding to ensure space for lazy
1905 deoptimization.
1906 (issue 1846)
1907
1908 Further reduced pause times due to GC.
1909
1910 Stability and performance improvements on all platforms.
1911
1912
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000019132011-11-23: Version 3.7.10
1914
1915 Set maximum length of FixedArray in terms of elements instead an
1916 absolute number of bytes.
1917 (Chromium issue 103103)
1918
1919 Stability and performance improvements on all platforms.
1920
1921
19222011-11-21: Version 3.7.9
1923
1924 Removed exit-time destructors.
1925
1926 Stability and performance improvements on all platforms.
1927
1928
ricow@chromium.org27bf2882011-11-17 08:34:43 +000019292011-11-17: Version 3.7.8
1930
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00001931 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00001932 function on builtins will not make the original function reappear.
1933
1934 Added NetBSD support for scons build.
1935
1936 Performance improvements on all platforms.
1937
1938
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000019392011-11-14: Version 3.7.7
1940
1941 Fix missing fast property accessors in heap snapshots.
1942 (issue 1818)
1943
1944
danno@chromium.org2c456792011-11-11 12:00:53 +000019452011-11-11: Version 3.7.6
1946
1947 Fixed filtering of store buffer for large object pages.
1948 (issue 1817)
1949
1950 Fixed generated hash function on all platforms.
1951 (issue 1808)
1952
1953 Fixed Heap::Shrink to ensure that it does not free pages that are
1954 still in use.
1955 (Chromium issue 100414)
1956
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001957 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00001958
1959
danno@chromium.orgc612e022011-11-10 11:38:15 +000019602011-11-10: Version 3.7.5
1961
1962 Added initial gyp infrastructure for MIPS.
1963
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001964 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00001965 collector.
1966
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00001967 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00001968
1969
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000019702011-11-07: Version 3.7.4
1971
1972 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
1973
1974 Fix Harmony sets and maps to allow null and undefined as keys
1975 (still hidden behind --harmony flag) (issue 1622).
1976
1977 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
1978
1979 Enable VFP instructions for Android.
1980
1981 Fix error handling in Date.prototype.toISOString (issue 1792).
1982
1983 Bug fixes and performance improvements for all platforms.
1984
1985 Not officially supported but noteworthy: Crankshaft for MIPS :-)
1986
1987
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000019882011-10-28: Version 3.7.3
1989
1990 Slight deoptimization as a workaround for issue with jslint: Issue
1991 1789.
1992
1993
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000019942011-10-27: Version 3.7.2
1995
1996 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
1997
1998
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000019992011-10-26: Version 3.7.1
2000
2001 Achieved 33% speedup in debug-mode tests.
2002
2003 Removed special casing of calls to RegExp test and exec methods with no
2004 argument. Now matches new JSC behaviour. crbug.com/75740.
2005
2006 Return the empty string on cyclic references in toString (ES5
2007 conformance).
2008
2009 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2010
2011 Made Math.random state per-context instead of per-process (issue 864).
2012
2013 Fixed stack traces to skip native functions.
2014
2015 Make snapshots (new contexts) smaller and faster.
2016
2017 Fixed handling of Function.apply for non-array arguments.
2018
2019 Fixed evaluation order in defineProperties to match FireFox.
2020
2021 Fixed handling of non-object receivers for array builtins,
2022 crbug.com/100702.
2023
2024 Multiple fixes to improve compliance with test262.
2025
2026 Fixed compatibility with older Android releases.
2027
2028 Fixed compilation with gcc-4.5.3.
2029
2030 Improved performance of WriteUtf8, issue 1665.
2031
2032 Made native syntax an early error in the preparser.
2033
2034 Fixed issues 793 and 893 relating to Function.prototype.bind.
2035
2036 Improved let, const, Set and Map support and other Harmony features
2037 (behind the --harmony flag).
2038
2039 Changed evaluation order for > and <= to match ES5 instead of ES3.
2040
2041 Bug fixes and performance improvements on all platforms.
2042
2043
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000020442011-10-13: Version 3.7.0
2045
2046 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2047
2048 Fixed issue 1757 (string slices of external strings).
2049
2050 Fixed issue 1759 (ARM).
2051
2052 Added flag --noclever-optimizations to disable some things that
2053 caused trouble in the past.
2054
2055 Added flag --stress-compaction for testing.
2056
2057 Added flag --harmony to activate all experimental Harmony features.
2058
2059
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000020602011-10-10: Version 3.6.6
2061
2062 Added a GC pause visualization tool.
2063
2064 Added presubmit=no and werror=no flags to Makefile.
2065
2066 ES5/Test262 conformance improvements.
2067
2068 Fixed compilation issues with GCC 4.5.x (issue 1743).
2069
2070 Bug fixes and performance improvements on all platforms.
2071
2072
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000020732011-10-05: Version 3.6.5
2074
2075 New incremental garbage collector.
2076
2077 Removed the hard heap size limit (soft heap size limit is still
2078 700/1400Mbytes by default).
2079
2080 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2081
2082 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2083
2084 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2085
2086 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2087
2088 Fixed the MinGW and Windows 2000 builds.
2089
2090 Fixed "Prototype chain is not searched if named property handler does
2091 not set a property" (Issue 1636).
2092
2093 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2094
2095 Disallowed future reserved words as labels in strict mode.
2096
2097 Fixed string split to correctly coerce the separator to a string
2098 (Issue 1711).
2099
2100 API: Added an optional source length field to the Extension
2101 constructor.
2102
2103 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2104 (Issue 1573).
2105
2106 Added "native" target to Makefile for the benefit of Linux distros.
2107
2108 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2109
2110 More work on ES-Harmony proxies. Still hidden behind a flag.
2111
2112 Bug fixes and performance improvements on all platforms.
2113
2114
lrn@chromium.org34e60782011-09-15 07:25:40 +000021152011-09-15: Version 3.6.4
2116
2117 Fixed d8's broken readline history.
2118
2119 Removed the need for code delete events in CPU profiler (Issue 1466).
2120
2121 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2122
2123 Fixing parallel execution in d8 (with -p) and some memory leaks.
2124
2125 Support for precise stepping in functions compiled before debugging was
2126 started (step 1).
2127
2128
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000021292011-09-13: Version 3.6.3
2130
2131 Implemented better support of typed arrays in the d8 shell.
2132
2133 Bug fixes and performance improvements on all platforms.
2134
2135
ricow@chromium.org55ee8072011-09-08 16:33:10 +000021362011-09-08: Version 3.6.2
2137
2138 Added "dependencies" target to top-level Makefile.
2139
2140 Added ability to turn profiler on/off in d8.
2141
2142 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2143
2144 Fixed several crash bugs.
2145
2146
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000021472011-09-07: Version 3.6.1
2148
2149 Fixed a bug in abrupt exit from with or catch inside finally.
2150
2151 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2152 issue 95113).
2153
2154 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2155
2156 Fixed a few clang warnings (which -Werror treated as errors).
2157
2158 Performance improvements on all platforms.
2159
2160
fschneider@chromium.org1805e212011-09-05 10:49:12 +000021612011-09-05: Version 3.6.0
2162
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002163 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002164
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002165 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002166
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002167 Made arguments and caller always be null on native functions
2168 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002169
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002170 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002171
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002172 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002173
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002174 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002175
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002176 Fixed a problem with large heap snapshots in Chrome DevTools
2177 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002178
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002179 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002180
2181
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000021822011-08-31: Version 3.5.10
2183
2184 Added dependency of v8_base on WinSocket2 Windows library in
2185 the GYP-build.
2186
2187 Various bugfixes.
2188
2189
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000021902011-08-29: Version 3.5.9
2191
2192 Made FromPropertyDescriptor not trigger inherited setters.
2193
2194 Fixed .gyp files to work on the ARM simulator.
2195
2196 Fixed shared library build warnings for MSVS.
2197
2198
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000021992011-08-24: Version 3.5.8
2200
2201 Added V8EXPORT attributes for v8::Array::CheckCast and
2202 v8::Number::CheckCast.
2203
2204 Made a slight API change enabling opting out from null termination
2205 in String::Write*().
2206
2207 Fixed arm build for gcc-4.6.
2208
2209
rossberg@chromium.org28a37082011-08-22 11:03:23 +000022102011-08-22: Version 3.5.7
2211
2212 Make scanner handle invalid unicode escapes in identifiers correctly.
2213
2214 Make regexp flag parsing stricter.
2215
2216 Fix several memory leaks.
2217
2218
danno@chromium.orgb6451162011-08-17 14:33:23 +000022192011-08-17: Version 3.5.6
2220
2221 Fixed issue that could cause crashes when running with --heap-stats.
2222
2223 Fixed compilation on Linux 2.6.9 and older.
2224
2225 Fixed live-object-list to work with isolates.
2226
2227 Fixed memory leaks in zones and isolates.
2228
2229 Fixed a performance regression for TypedArrays on x64.
2230
2231 Stability improvements on all platforms.
2232
2233
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000022342011-08-15: Version 3.5.5
2235
2236 Fixed bugs involving negative zero and the optimizing compiler.
2237
2238 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2239
2240 Eliminated uses of deprecated ARM instructions.
2241
2242 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2243
2244 Removed restriction on the size of disassembled code that is printed.
2245
2246
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000022472011-08-10: Version 3.5.4
2248
2249 Added a preliminary implementation of ES Harmony weak maps. Weak
2250 maps can be enabled by the flag --harmony-weakmaps.
2251
2252 Introduced a toplevel Makefile to support GYP-based building. GYP
2253 can be obtained from http://gyp.googlecode.com.
2254
2255 Fixed a bug in the length property of functions created by
2256 Function.prototype.bind.
2257
2258 Reduced malloc heap allocation on process startup.
2259
2260 Several important code generation bug fixes.
2261
2262 Performance improvements on all platforms.
2263
2264
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000022652011-08-03: Version 3.5.3
2266
2267 MIPS: Port of fix to ClassOf check from ARM.
2268 Patch from Paul Lind <plind44@gmail.com>.
2269
2270 Stopped using mprotect on Cygwin.
2271 Avoided uninitialized member warning on gcc 4.3.4
2272 Both patches by Bert Belder.
2273
2274 Bug fixes and performance improvements on all platforms.
2275
2276
vegorov@chromium.org7943d462011-08-01 11:41:52 +000022772011-08-01: Version 3.5.2
2278
2279 Performance improvements on all platforms.
2280
2281
ricow@chromium.org2c99e282011-07-28 09:15:17 +000022822011-07-28: Version 3.5.1
2283
2284 Fixed setting the readonly flag on the prototype property using the
2285 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2286
2287 Changed the tools/test.py script to use d8 instead of shell for
2288 testing.
2289
2290 Fixed crash in ToBooleanStub when GC happens during invocation.
2291
2292 Enabled automatic unboxing of double arrays.
2293
2294 Performance improvements on all platforms.
2295
2296
ricow@chromium.org9fa09672011-07-25 11:05:35 +000022972011-07-25: Version 3.5.0
2298
2299 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2300 proxies.
2301
2302 Removed logging to memory support.
2303
2304 Bugfixes and performance work.
2305
2306
rossberg@chromium.org717967f2011-07-20 13:44:42 +000023072011-07-20: Version 3.4.14
2308
2309 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2310
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002311 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002312 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002313
2314 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2315
2316
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000023172011-07-18: Version 3.4.13
2318
2319 Improved debugger support to allow inspection of optimized frames (issue
2320 1140).
2321
2322 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2323
2324 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2325
2326 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2327
2328 Simplified HClampToUint8. Patch by Andy Wingo.
2329
2330 Exposed APIs for detecting boxed primitives, native errors. Patch by
2331 Luke Zarko.
2332
2333 Added map check for COW elements to crankshaft array handling code
2334 (issue 1560).
2335
2336 Sample shell and (a light version of) D8 links against a shared library
2337 now.
2338
2339 Fixed bug in array filter and reduce functions (issue 1559).
2340
2341 Avoid TLS load in AstNode constructor.
2342
2343 Introduced a random entropy source which can optionally be provided at
2344 initialization. (Chromium issue 89462).
2345
2346
whesse@chromium.org030d38e2011-07-13 13:23:34 +000023472011-07-13: Version 3.4.12
2348
2349 Added --prof profiling option to d8 shell.
2350
2351 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2352
2353 Fixed a potential assertion failure in const declarations.
2354
2355 Fixed an assertion failure in descriptor arrays (issue 1526).
2356
2357 Enabled fast thread-local storage by default on supported platforms.
2358
2359 Improved reporting of source position for global variable loads
2360 (issue 1527).
2361
2362
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000023632011-07-11: Version 3.4.11
2364
2365 Fixed MinGW32 build.
2366
2367 Fixed a GC bug with RegExp code flushing.
2368
2369 Implemented Object.defineProperty for proxies.
2370
2371 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2372
2373 Added debugger support for inspecting optimized frames (issue 1140).
2374
2375 Allowed JSObject::PreventExtensions to work for arguments objects.
2376
2377 Bugfixes and performance work.
2378
2379
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000023802011-07-06: Version 3.4.10
2381
2382 Fixed debugger not breaking on certain "if" statements (issue 1523).
2383
2384 Fixed assertion failure in runtime profiler when running on IA32
2385 without snapshot (issue 1522).
2386
2387 Fixed ABI for API calls on IA32 (for clang compatibility).
2388
2389 Introduced code flushing of RegExp code to free memory used by
2390 RegExps sooner.
2391
2392 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2393
2394 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2395
2396 Performance improvements on all platforms.
2397
2398
ricow@chromium.org4f693d62011-07-04 14:01:31 +000023992011-07-04: Version 3.4.9
2400
2401 Added support for debugger inspection of locals in optimized frames
2402 (issue 1140).
2403
2404 Fixed SConstruct to pass correct defines to samples/preparser when
2405 building with library=shared.
2406
2407 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2408
2409 Fixed a bug in Object.defineProperty on the arguments object.
2410
2411 Performance improvements on all platforms.
2412
2413
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000024142011-06-29: Version 3.4.8
2415
2416 Ensure 16-byte stack alignment on Solaris (issue 1505).
2417
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002418 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002419 that is not a smi. (issue 1246).
2420
2421
ager@chromium.org04921a82011-06-27 13:21:41 +000024222011-06-27: Version 3.4.7
2423
2424 Fixed 64-bit build on FreeBSD.
2425
2426 Added API to set the property attributes for the prototype
2427 property on functions created from FunctionTemplates.
2428
2429 Bugfixes and performance work.
2430
2431
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000024322011-06-22: Version 3.4.6
2433
2434 Lowered limit on code space for systems with low memory supply.
2435
2436 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2437
2438 Extended setBreakpoint API to accept partial script name (issue 1418).
2439
2440 Made multi-line comments not count when deciding whether the '-->'
2441 comment starter is first on a line. This matches Safari.
2442
2443 Made handling of non-array recievers in Array length setter correct
2444 (issue 1491).
2445
2446 Added ability to heap profiler to iterate over snapshot's node
2447 (issue 1481).
2448
2449
whesse@chromium.org7b260152011-06-20 15:33:18 +000024502011-06-20: Version 3.4.5
2451
2452 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2453 1476, and 1477.
2454
2455 Improved code generation for !0 and !1.
2456
2457 Reduced memory usage for regular expressions with nested qualifiers.
2458 (issue 1472)
2459
2460 Fixed V8 to count line terminators in multi-line comments.
2461 (Chromium issue 86431)
2462
2463 Fixed disassembler=on option for release-mode builds. (issue 1473)
2464
2465 Performance improvements on all platforms.
2466
2467
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000024682011-06-15: Version 3.4.4
2469
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002470 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002471
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002472 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002473
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002474 Several GYP-related changes: Added support for building Xcode project
2475 files. Make the ARM simulator build with GYP again. Generate Makefiles
2476 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002477
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002478 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2479 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002480
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002481 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002482
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002483 Handle 'undefined' correctly when === has been specialized for doubles.
2484 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002485
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002486 Corrected the limit of local variables in an optimized function from 64
2487 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002488
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002489 Correctly set ReadOnly flag on indexed properties when using the API Set
2490 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002491
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002492 Give the correct error message when Object.isExtensible is called on a
2493 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002494
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002495 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2496 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002497
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002498 Do not redefine properties unneccesarily in seal and freeze. (issue
2499 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002500
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002501 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002502
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002503 Distinguish keyed loads with a symbol key from fast elements loads,
2504 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002505
2506
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000025072011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002508
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002509 Clear the global thread table when an isolate is disposed
2510 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002511
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002512 Converted time zone name to UTF8 on Windows (issue 1290).
2513
2514 Limited the number of arguments in a function call to 32766
2515 (issue 1413).
2516
2517 Compress sources of JS libraries in addition to the snapshot.
2518
2519 Fixed a bug in Lithium environment iteration.
2520
2521 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002522
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002523
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000025242011-06-06: Version 3.4.2
2525
2526 More work on ES-Harmony proxies. Still hidden behind a flag.
2527
2528 Fixed some crash bugs and improved performance.
2529
2530 Fixed building with gdb debugging support.
2531
2532 Do not install SIGPROF handler until it is needed.
2533
2534 Added DateTimeFormat to i18n API.
2535
2536 Fixed compilation on OpenBSD.
2537
2538 Take the ulimit into account when sizing the heap. OpenBSD users
2539 may still have to increase the default ulimit to run heavy pages in
2540 the browser.
2541
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002542
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000025432011-06-01: Version 3.4.1
2544
2545 Fixed JSON stringify issue with arrays.
2546
2547 Changed calls to JS builtins to be passed undefined when called with
2548 implicit receiver.
2549
2550 Implemented the set trap for Harmony proxies. Proxies still need to
2551 be enabled with the --harmony-proxies flag.
2552
2553
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000025542011-05-30: Version 3.4.0
2555
2556 Changed calls to undefined property setters to not throw (issue 1355).
2557
2558 Made RegExp objects not callable.
2559
2560 Fixed issues on special case large JSON strings in new json parser
2561 (issues http://crbug.com/83877 and http://crbug.com/84186).
2562
2563 Performance improvements on all platforms.
2564
2565
danno@chromium.org40cb8782011-05-25 07:58:50 +000025662011-05-25: Version 3.3.10
2567
2568 Fixed calls of strict mode function with an implicit receiver.
2569
2570 Fixed fast handling of arrays to properly deal with changes to the
2571 Object prototype (issue 1403).
2572
2573 Changed strict mode poison pill to be the same type error function
2574 (issue 1387).
2575
2576 Fixed a debug crash in arguments object handling (issue 1227).
2577
2578 Fixed a bug in deoptimization on x64 (issue 1404).
2579
2580 Performance improvements and bug fixes on all platforms.
2581
2582
ager@chromium.orgea91cc52011-05-23 06:06:11 +000025832011-05-23: Version 3.3.9
2584
2585 Added DateTimeFormat class to experimental i18n API.
2586
2587 Extended preparser to give early errors for some strict mode
2588 restrictions.
2589
2590 Removed legacy execScript function from V8.
2591
2592 Extended isolate API with the ability to add embedder-specific
2593 data to an isolate.
2594
2595 Added basic support for polymorphic loads from JS and external
2596 arrays.
2597
2598 Fixed bug in handling of switch statements in the optimizing
2599 compiler.
2600
2601
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000026022011-05-18: Version 3.3.8
2603
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002604 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002605 handles are independent of all other persistent handles and can be
2606 garbage collected more frequently.
2607
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002608 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002609 with the --harmony-proxies flag.
2610
2611 Performance improvements and bug fixes on all platforms.
2612
2613
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000026142011-05-16: Version 3.3.7
2615
2616 Updated MIPS infrastructure files.
2617
2618 Performance improvements and bug fixes on all platforms.
2619
2620
karlklose@chromium.org83a47282011-05-11 11:54:09 +000026212011-05-11: Version 3.3.6
2622
2623 Updated MIPS infrastructure files.
2624
2625 Added method IsCallable for Object to the API.
2626 Patch by Peter Varga.
2627
2628
lrn@chromium.org1c092762011-05-09 09:42:16 +000026292011-05-09: Version 3.3.5
2630
2631 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2632
2633 Added check that receiver is JSObject on API calls.
2634
2635 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2636 Patch by Peter Varga.
2637
2638 Added CallAsFunction method to the Object class in the API (Issue 1336).
2639 Patch by Peter Varga.
2640
2641 Added per-isolate locking and unlocking.
2642
2643 Fixed bug in x64 >>> operator (Issue 1359).
2644
2645
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000026462011-05-04: Version 3.3.4
2647
2648 Implemented API to disallow code generation from strings for a context
2649 (issue 1258).
2650
2651 Fixed bug with whitespaces in parseInt (issue 955).
2652
2653 Fixed bug with == comparison of Date objects (issue 1356).
2654
2655 Added GYP variables for ARM code generation:
2656 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2657 and v8_use_arm_eabi_hardfloat.
2658
2659
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000026602011-05-02: Version 3.3.3
2661
2662 Added support for generating Visual Studio solution and project files
2663 using GYP.
2664
2665 Implemented support for ARM EABI calling convention variation where
2666 floating-point arguments are passed in registers (hardfloat).
2667
2668 Added Object::HasOwnProperty() to the API.
2669
2670 Added support for compressing startup data to reduce binary size. This
2671 includes build time support and an API for the embedder to decompress
2672 the startup data before initializing V8.
2673
2674 Reduced the profiling hooks overhead from >400% to 25% when using
2675 ll_prof.
2676
2677 Performance improvements and bug fixes on all platforms.
2678
2679
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000026802011-04-27: Version 3.3.2
2681
2682 Fixed crash bug on ARM with no VFP3 hardware.
2683
2684 Fixed compilation of V8 without debugger support.
2685
2686 Improved performance on JSLint.
2687
2688 Added support Float64 WebGL arrays.
2689
2690 Fixed crash bug in regexp replace.
2691
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002692
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000026932011-04-20: Version 3.3.1
2694
2695 Reduced V8 binary size by removing virtual functions from hydrogen.
2696
2697 Fixed crash bug on x64.
2698
2699 Performance improvements on ARM and IA32.
2700
2701
danno@chromium.org160a7b02011-04-18 15:51:38 +000027022011-04-18: Version 3.3.0
2703
2704 Fixed bug in floating point rounding in Crankshaft on ARM
2705 (issue 958)
2706
2707 Fixed a number of issues with running without VFPv3 support on ARM
2708 (issue 1315)
2709
2710 Introduced v8Locale.Collator, a partial implementation of Collator
2711 per last ECMAScript meeting + mailing list.
2712
2713 Minor performance improvements and bug fixes.
2714
2715
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000027162011-04-13: Version 3.2.10
2717
2718 Fixed bug in external float arrays on ARM (issue 1323).
2719
2720 Minor performance improvements and bug fixes.
2721
2722
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000027232011-04-11: Version 3.2.9
2724
2725 Removed support for ABI prior to EABI on ARM.
2726
2727 Fixed multiple crash bugs.
2728
2729 Added GCMole to the repository, a simple static analysis tool that
2730 searches for GC-unsafe evaluation order dependent callsites.
2731
2732 Made preparser API be exported in shared libraries.
2733
2734 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2735
2736 Fixed mutable __proto__ property if object is not extensible
2737 (Issue 1309).
2738
2739 Fixed auto suspension of the sampler thread.
2740
2741
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000027422011-04-06: Version 3.2.8
2743
2744 Exposed WebGL typed array constructors in the shell sample.
2745
2746 Performance improvements on all platforms.
2747
2748
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000027492011-04-04: Version 3.2.7
2750
2751 Disabled the original 'classic' V8 code generator. Crankshaft is
2752 now the default on all platforms.
2753
2754 Changed the heap profiler to use more descriptive names.
2755
2756 Performance and stability improvements to isolates on all platforms.
2757
2758
lrn@chromium.org7516f052011-03-30 08:52:27 +000027592011-03-30: Version 3.2.6
2760
2761 Fixed xcode build warning in shell.cc (out of order initialization).
2762
2763 Fixed null-pointer dereference in the compiler when running without
2764 SSE3 support (Chromium issue 77654).
2765
2766 Fixed x64 compilation error due to some dead code. (Issue 1286)
2767
2768 Introduced scons target to build the preparser stand-alone example.
2769
2770 Made FreeBSD build and pass all tests.
2771
2772
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000027732011-03-28: Version 3.2.5
2774
lrn@chromium.org7516f052011-03-30 08:52:27 +00002775 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002776
2777 Added Crankshaft support for external arrays.
2778
2779 Fixed two potential crash bugs.
2780
2781
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000027822011-03-23: Version 3.2.4
2783
2784 Added isolates which allows several V8 instances in the same process.
2785 This is controlled through the new Isolate class in the API.
2786
2787 Implemented more of EcmaScript 5 strict mode.
2788
2789 Reduced the time it takes to make detailed heap snapshot.
2790
2791 Added a number of commands to the ARM simulator and enhanced the ARM
2792 disassembler.
2793
2794
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000027952011-03-17: Version 3.2.3
2796
2797 Fixed a number of crash bugs.
2798
2799 Fixed Array::New(length) to return an array with a length (issue 1256).
2800
2801 Fixed FreeBSD build.
2802
2803 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2804
2805 Implemented more of EcmaScript 5 strict mode.
2806
2807 Improved Crankshaft performance on all platforms.
2808
2809
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000028102011-03-14: Version 3.2.2
2811
2812 Fixed a number of crash and correctness bugs.
2813
2814 Improved Crankshaft performance on all platforms.
2815
2816 Fixed Crankshaft on Solaris/Illumos.
2817
2818
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000028192011-03-10: Version 3.2.1
2820
2821 Fixed a number of crash bugs.
2822
2823 Improved Crankshaft for x64 and ARM.
2824
2825 Implemented more of EcmaScript 5 strict mode.
2826
2827
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000028282011-03-07: Version 3.2.0
2829
2830 Fixed a number of crash bugs.
2831
2832 Turned on Crankshaft by default on x64 and ARM.
2833
2834 Improved Crankshaft for x64 and ARM.
2835
2836 Implemented more of EcmaScript 5 strict mode.
2837
2838
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000028392011-03-02: Version 3.1.8
2840
2841 Fixed a number of crash bugs.
2842
2843 Improved Crankshaft for x64 and ARM.
2844
2845 Implemented more of EcmaScript 5 strict mode.
2846
2847 Fixed issue with unaligned reads and writes on ARM.
2848
2849 Improved heap profiler support.
2850
2851
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000028522011-02-28: Version 3.1.7
2853
2854 Fixed a number of crash bugs.
2855
2856 Improved Crankshaft for x64 and ARM.
2857
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002858 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002859 arrays (http://crbug.com/73940).
2860
2861 Fixed bug in map space compaction (http://crbug.com/59688).
2862
2863 Added support for direct getter accessors calls on ARM.
2864
2865
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000028662011-02-24: Version 3.1.6
2867
2868 Fixed a number of crash bugs.
2869
2870 Added support for Cygwin (issue 64).
2871
2872 Improved Crankshaft for x64 and ARM.
2873
2874 Added Crankshaft support for stores to pixel arrays.
2875
2876 Fixed issue in CPU profiler with Crankshaft.
2877
2878
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000028792011-02-16: Version 3.1.5
2880
2881 Change RegExp parsing to disallow /(*)/.
2882
2883 Added GDB JIT support for ARM.
2884
2885 Fixed several crash bugs.
2886
2887 Performance improvements on the IA32 platform.
2888
2889
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000028902011-02-14: Version 3.1.4
2891
2892 Fixed incorrect compare of prototypes of the global object (issue
2893 1082).
2894
2895 Fixed a bug in optimizing calls to global functions (issue 1106).
2896
2897 Made optimized Function.prototype.apply safe for non-JSObject first
2898 arguments (issue 1128).
2899
2900 Fixed an error related to element accessors on Object.prototype and
2901 parser errors (issue 1130).
2902
2903 Fixed a bug in sorting an array with large array indices (issue 1131).
2904
2905 Properly treat exceptions thrown while compiling (issue 1132).
2906
2907 Fixed bug in register requirements for function.apply (issue 1133).
2908
2909 Fixed a representation change bug in the Hydrogen graph construction
2910 (issue 1134).
2911
2912 Fixed the semantics of delete on parameters (issue 1136).
2913
2914 Fixed a optimizer bug related to moving instructions with side effects
2915 (issue 1138).
2916
2917 Added support for the global object in Object.keys (issue 1150).
2918
2919 Fixed incorrect value for Math.LOG10E
2920 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
2921
2922 Performance improvements on the IA32 platform.
2923
2924 Implement assignment to undefined reference in ES5 Strict Mode.
2925
2926
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000029272011-02-09: Version 3.1.3
2928
2929 Fixed a bug triggered by functions with huge numbers of declared
2930 arguments.
2931
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002932 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002933
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002934 Fixed issue where Array.prototype.__proto__ had been set to null
2935 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00002936
2937 Fixed stability bugs in Crankshaft for x86.
2938
2939
ricow@chromium.org83aa5492011-02-07 12:42:56 +000029402011-02-07: Version 3.1.2
2941
2942 Added better security checks when accessing properties via
2943 Object.getOwnPropertyDescriptor.
2944
2945 Fixed bug in Object.defineProperty and related access bugs (issues
2946 992, 1083 and 1092).
2947
2948 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
2949 copyright notice generation for embedders.
2950
2951
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000029522011-02-02: Version 3.1.1
2953
2954 Perform security checks before fetching the value in
2955 Object.getOwnPropertyDescriptor.
2956
2957 Fixed a bug in Array.prototype.splice triggered by passing no
2958 arguments.
2959
2960 Fixed bugs in -0 in arithmetic and in Math.pow.
2961
2962 Fixed bugs in the register allocator and in switching from optimized
2963 to unoptimized code.
2964
2965
29662011-01-31: Version 3.1.0
2967
whesse@chromium.org7a392b32011-01-31 11:30:36 +00002968 Performance improvements on all platforms.
2969
2970
ager@chromium.org378b34e2011-01-28 08:04:38 +000029712011-01-28: Version 3.0.12
2972
2973 Added support for strict mode parameter and object property
2974 validation.
2975
2976 Fixed a couple of crash bugs.
2977
2978
ager@chromium.org0ee099b2011-01-25 14:06:47 +000029792011-01-25: Version 3.0.11
2980
2981 Fixed a bug in deletion of lookup slots that could cause global
2982 variables to be accidentally deleted (http://crbug.com/70066).
2983
2984 Added support for strict mode octal literal verification.
2985
2986 Fixed a couple of crash bugs (issues 1070 and 1071).
2987
2988
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000029892011-01-24: Version 3.0.10
2990
2991 Fixed External::Wrap for 64-bit addresses (issue 1037).
2992
ager@chromium.org0ee099b2011-01-25 14:06:47 +00002993 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00002994 code generator (issue 1060).
2995
2996 Introduced partial strict mode support.
2997
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00002998 Changed formatting of recursive error messages to match Firefox and
2999 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003000
3001 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003002 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003003 (issue http://crbug.com/50972).
3004
3005 Performance improvements on the IA32 platform.
3006
3007
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000030082011-01-19: Version 3.0.9
3009
3010 Added basic GDB JIT Interface integration.
3011
3012 Make invalid break/continue statements a syntax error instead of a
3013 runtime error.
3014
3015
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000030162011-01-17: Version 3.0.8
3017
3018 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003019 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003020
3021 Wrapped external pointers more carefully (issue 1037).
3022
3023 Hardened the implementation of error objects to avoid setters
3024 intercepting the properties set then throwing an error.
3025
3026 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3027
3028 Performance improvements on the IA32 platform.
3029
3030
30312011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003032
3033 Stopped calling inherited setters when creating object literals
3034 (issue 1015).
3035
3036 Changed interpretation of malformed \c? escapes in RegExp to match
3037 JSC.
3038
3039 Enhanced the command-line debugger interface and fixed some minor
3040 bugs in the debugger.
3041
3042 Performance improvements on the IA32 platform.
3043
3044
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000030452011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003046
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003047 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003048
3049 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003050 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003051
3052 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003053 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003054
3055 Added use_system_v8 option to gyp (off by default), to make it easier
3056 for Linux distributions to ship with system-provided V8 library.
3057
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003058 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003059
3060 Added labelled thread names to help with debugging (on Linux).
3061
3062
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000030632011-01-03: Version 3.0.5
3064
3065 Fixed a couple of cast errors for gcc-3.4.3.
3066
3067 Performance improvements in GC and IA32 code generator.
3068
3069
whesse@chromium.org023421e2010-12-21 12:19:12 +000030702010-12-21: Version 3.0.4
3071
3072 Added Date::ResetCache() to the API so that the cached values in the
3073 Date object can be reset to allow live DST / timezone changes.
3074
3075 Extended existing support for printing (while debugging) the contents
3076 of objects. Added support for printing objects from release builds.
3077
3078 Fixed V8 issues 989, 1006, and 1007.
3079
3080
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000030812010-12-17: Version 3.0.3
3082
3083 Reapplied all changes for version 3.0.1.
3084
3085 Improved debugger protocol for remote debugging.
3086
3087 Added experimental support for using gyp to generate build files
3088 for V8.
3089
3090 Fixed implementation of String::Write in the API (issue 975).
3091
3092
lrn@chromium.org8541d772010-12-15 12:05:09 +000030932010-12-15: Version 3.0.2
3094
3095 Revert version 3.0.1 and patch 3.0.1.1.
3096
3097
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000030982010-12-13: Version 3.0.1
3099
3100 Added support for an experimental internationalization API as an
3101 extension. This extension is disabled by default but can be enabled
3102 when building V8. The ECMAScript internationalization strawman is
3103 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3104
3105 Made RegExp character class parsing stricter. This mirrors a change
3106 to RegExp parsing in WebKit.
3107
3108 Fixed a bug in Object.defineProperty when used to change attributes
3109 of an existing property. It incorrectly set the property value to
3110 undefined (issue 965).
3111
3112 Fixed several different compilation failures on various platforms
3113 caused by the 3.0.0 release.
3114
3115 Optimized Math.pow so it can work on unboxed doubles.
3116
3117 Sped up quoting of JSON strings by removing one traversal of the
3118 string.
3119
3120
kasperl@chromium.orga5551262010-12-07 12:49:48 +000031212010-12-07: Version 3.0.0
3122
3123 Improved performance by (partially) addressing issue 957 on
3124 IA-32. Still needs more work for the other architectures.
3125
3126
ager@chromium.orgbeb25712010-11-29 08:02:25 +000031272010-11-29: Version 2.5.9
3128
3129 Fixed crashes during GC caused by partially initialize heap
3130 objects.
3131
3132 Fixed bug in process sample that caused memory leaks.
3133
3134 Improved performance on ARM by implementing missing stubs and
3135 inlining.
3136
3137 Improved heap profiler support.
3138
3139 Added separate seeding on Windows of the random number generator
3140 used internally by the compiler (issue 936).
3141
3142 Exposed API for getting the name of the function used to construct
3143 an object.
3144
3145 Fixed date parser to handle one and two digit millisecond
3146 values (issue 944).
3147
3148 Fixed number parsing to disallow space between sign and
3149 digits (issue 946).
3150
3151
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000031522010-11-23: Version 2.5.8
3153
3154 Removed dependency on Gay's dtoa.
3155
3156 Improved heap profiler precision and speed.
3157
3158 Reduced overhead of callback invocations on ARM.
3159
3160
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000031612010-11-18: Version 2.5.7
3162
3163 Fixed obscure evaluation order bug (issue 931).
3164
3165 Split the random number state between JavaScript and the private API.
3166
3167 Fixed performance bug causing GCs when generating stack traces on
3168 code from very large scripts.
3169
3170 Fixed bug in parser that allowed (foo):42 as a labelled statement
3171 (issue 918).
3172
3173 Provide more accurate results about used heap size via
3174 GetHeapStatistics.
3175
3176 Allow build-time customization of the max semispace size.
3177
3178 Made String.prototype.split honor limit when separator is empty
3179 (issue 929).
3180
3181 Added missing failure check after expecting an identifier in
3182 preparser (Chromium issue 62639).
3183
3184
ager@chromium.org01fe7df2010-11-10 11:59:11 +000031852010-11-10: Version 2.5.6
3186
3187 Added support for VFP rounding modes to the ARM simulator.
3188
3189 Fixed multiplication overflow bug (issue 927).
3190
3191 Added a limit for the amount of executable memory (issue 925).
3192
3193
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000031942010-11-08: Version 2.5.5
3195
3196 Added more aggressive GC of external objects in near out-of-memory
3197 situations.
3198
3199 Fixed a bug that gave the incorrect result for String.split called
3200 on the empty string (issue 924).
3201
3202
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000032032010-11-03: Version 2.5.4
3204
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003205 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003206
3207
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000032082010-11-01: Version 2.5.3
3209
3210 Fixed a bug that prevents constants from overwriting function values
3211 in object literals (issue 907).
3212
3213 Fixed a bug with reporting of impossible nested calls of DOM functions
3214 (issue http://crbug.com/60753).
3215
3216
lrn@chromium.org303ada72010-10-27 09:33:13 +000032172010-10-27: Version 2.5.2
3218
3219 Improved sampler resolution on Linux.
3220
3221 Allowed forcing the use of a simulator from the build script
3222 independently of the host architecture.
3223
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003224 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003225
3226 Made windows-tick-processor respect D8_PATH.
3227
3228 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3229
3230
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000032312010-10-20: Version 2.5.1
3232
3233 Fixed bug causing spurious out of memory exceptions
3234 (issue http://crbug.com/54580).
3235
3236 Fixed compilation error on Solaris platform (issue 901).
3237
3238 Fixed error in strtod (string to floating point number conversion)
3239 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3240
3241 Adjusted randomized allocations of executable memory to have 64k
3242 granularity (issue http://crbug.com/56036).
3243
3244 Supported profiling using kernel perf_events on linux. Added ll_prof
3245 script to tools and --ll-prof flag to V8.
3246
3247
vegorov@chromium.org42841962010-10-18 11:18:59 +000032482010-10-18: Version 2.5.0
3249
3250 Fixed bug in cache handling of lastIndex on global regexps
3251 (issue http://crbug.com/58740).
3252
3253 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3254 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003255 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003256
3257 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3258
3259
32602010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003261
3262 Fixed a bug in the handling of conditional expressions in test
3263 contexts in compiler for top-level code.
3264
3265 Added "//@ sourceURL" information to the StackTrace API.
3266
3267 Exposed RegExp construction through the API.
3268
3269
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000032702010-10-04: Version 2.4.8
3271
3272 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3273 whole snapshot (issue 868).
3274
3275 Performance improvements on all platforms.
3276
3277
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000032782010-09-30: Version 2.4.7
3279
3280 Changed the command-line flag --max-new-space-size to be in kB and the
3281 flag --max-old-space-size to be in MB (previously they were in bytes).
3282
3283 Added Debug::CancelDebugBreak to the debugger API.
3284
3285 Fixed a bug in getters for negative numeric property names
3286 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3287
3288 Performance improvements on all platforms.
3289
3290
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000032912010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003292
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003293 Fixed assertion failure related to copy-on-write arrays (issue 876).
3294
3295 Fixed build failure of 64-bit V8 on Windows.
3296
3297 Fixed a bug in RegExp (issue http://crbug.com/52801).
3298
3299 Improved the profiler's coverage to cover more functions (issue 858).
3300
3301 Fixed error in shift operators on 64-bit V8
3302 (issue http://crbug.com/54521).
3303
3304
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000033052010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003306
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003307 Changed the RegExp benchmark to exercise the regexp engine on different
3308 inputs by scrambling the input strings.
3309
3310 Fixed a bug in keyed loads on strings.
3311
3312 Fixed a bug with loading global function prototypes.
3313
3314 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3315
3316 Performance improvements on all platforms.
3317
3318
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000033192010-09-15: Version 2.4.4
3320
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003321 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003322
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003323 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003324
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003325 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003326
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003327 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003328
3329
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000033302010-09-13: Version 2.4.3
3331
3332 Made Date.parse properly handle TZ offsets (issue 857).
3333
3334 Performance improvements on all platforms.
3335
3336
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000033372010-09-08: Version 2.4.2
3338
3339 Fixed GC crash bug.
3340
3341 Fixed stack corruption bug.
3342
3343 Fixed compilation for newer C++ compilers that found Operand(0)
3344 ambiguous.
3345
3346
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000033472010-09-06: Version 2.4.1
3348
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003349 Added the ability for an embedding application to receive a callback
3350 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3351 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003352
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003353 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003354
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003355 Fixed memory overrun crash bug triggered during V8's tick-based
3356 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003357
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003358 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003359
3360
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000033612010-09-01: Version 2.4.0
3362
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003363 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3364 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003365
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003366 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003367 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003368
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003369 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003370
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003371 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003372
3373
ricow@chromium.org65fae842010-08-25 15:26:24 +000033742010-08-25: Version 2.3.11
3375
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003376 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003377
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003378 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003379 VARIANT_FLAGS that allows specification of sets of flags with which
3380 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003381
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003382 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003383
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003384 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003385
3386
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000033872010-08-23: Version 2.3.10
3388
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003389 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003390
3391 Build fixes for unusual compilers.
3392
3393 Track high water mark for RWX memory.
3394
3395 Performance improvements on all platforms.
3396
3397
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000033982010-08-18: Version 2.3.9
3399
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003400 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003401
3402 Removed specialized handling of GCC 4.4 (issue 830).
3403
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003404 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003405 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3406
ricow@chromium.org65fae842010-08-25 15:26:24 +00003407 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003408
3409
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000034102010-08-16: Version 2.3.8
3411
3412 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3413
3414 Fixed issue with incorrect handling of custom valueOf methods on
3415 string wrappers (issue 760).
3416
3417 Fixed compilation for ARMv4 (issue 590).
3418
3419 Improved performance.
3420
3421
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000034222010-08-11: Version 2.3.7
3423
3424 Reduced size of heap snapshots produced by heap profiler (issue 783).
3425
3426 Introduced v8::Value::IsRegExp method.
3427
3428 Fixed CPU profiler crash in start / stop sequence when non-existent
3429 name is passed (issue http://crbug.com/51594).
3430
3431 Introduced new indexed property query callbacks API (issue 816). This
3432 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3433 by default.
3434
3435 Removed support for object literal get/set with number/string
3436 property name.
3437
3438 Fixed handling of JSObject::elements in CalculateNetworkSize
3439 (issue 822).
3440
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003441 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003442
3443
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000034442010-08-09: Version 2.3.6
3445
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003446 RegExp literals create a new object every time they are evaluated
3447 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003448
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003449 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003450
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003451 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003452
3453
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000034542010-08-04: Version 2.3.5
3455
3456 Added support for ES5 property names. Object initialisers and
3457 dot-notation property access now allows keywords. Also allowed
3458 non-identifiers after "get" or "set" in an object initialiser.
3459
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003460 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003461
3462
whesse@chromium.orge90029b2010-08-02 11:52:17 +000034632010-08-02: Version 2.3.4
3464
3465 Fixed problems in implementation of ES5 function.prototype.bind.
3466
3467 Fixed error when using apply with arguments object on ARM (issue 784).
3468
3469 Added setting of global flags to debugger protocol.
3470
3471 Fixed an error affecting cached results of sin and cos (issue 792).
3472
3473 Removed memory leak from a boundary case where V8 is not initialized.
3474
3475 Fixed issue where debugger could set breakpoints outside the body
3476 of a function.
3477
3478 Fixed issue in debugger when using both live edit and step in features.
3479
3480 Added Number-letter (Nl) category to Unicode tables. These characters
3481 can now be used in identifiers.
3482
3483 Fixed an assert failure on X64 (issue 806).
3484
3485 Performance improvements on all platforms.
3486
3487
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000034882010-07-26: Version 2.3.3
3489
3490 Fixed error when building the d8 shell in a fresh checkout.
3491
3492 Implemented Function.prototype.bind (ES5 15.3.4.5).
3493
3494 Fixed an error in inlined stores on ia32.
3495
3496 Fixed an error when setting a breakpoint at the end of a function
3497 that does not end with a newline character.
3498
3499 Performance improvements on all platforms.
3500
3501
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000035022010-07-21: Version 2.3.2
3503
3504 Fixed compiler warnings when building with LLVM.
3505
3506 Fixed a bug with for-in applied to strings (issue 785).
3507
3508 Performance improvements on all platforms.
3509
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003510
ricow@chromium.org4980dff2010-07-19 08:33:45 +000035112010-07-19: Version 2.3.1
3512
3513 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3514
3515 Fixed bug related to code flushing while compiling a lazy
3516 compilable function (issue http://crbug.com/49099).
3517
3518 Performance improvements on all platforms.
3519
3520
ager@chromium.orgb5737492010-07-15 09:29:43 +000035212010-07-15: Version 2.3.0
3522
3523 Added ES5 Object.seal and Object.isSealed.
3524
3525 Added debugger API for scheduling debugger commands from a
3526 separate thread.
3527
3528
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000035292010-07-14: Version 2.2.24
3530
3531 Added API for capturing stack traces for uncaught exceptions.
3532
3533 Fixed crash bug when preparsing from a non-external V8 string
3534 (issue 775).
3535
3536 Fixed JSON.parse bug causing input not to be converted to string
3537 (issue 764).
3538
3539 Added ES5 Object.freeze and Object.isFrozen.
3540
3541 Performance improvements on all platforms.
3542
3543
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000035442010-07-07: Version 2.2.23
3545
3546 API change: Convert Unicode code points outside the basic multilingual
3547 plane to the replacement character. Previous behavior was to silently
3548 truncate the value to 16 bits.
3549
3550 Fixed crash: handle all flat string types in regexp replace.
3551
3552 Prevent invalid pre-parsing data passed in through the API from
3553 crashing V8.
3554
3555 Performance improvements on all platforms.
3556
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003557
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000035582010-07-05: Version 2.2.22
3559
3560 Added ES5 Object.isExtensible and Object.preventExtensions.
3561
3562 Enabled building V8 as a DLL.
3563
3564 Fixed a bug in date code where -0 was not interpreted as 0
3565 (issue 736).
3566
3567 Performance improvements on all platforms.
3568
3569
lrn@chromium.org32d961d2010-06-30 09:09:34 +000035702010-06-30: Version 2.2.21
3571
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003572 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003573
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003574 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003575
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003576 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003577
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003578 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003579
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003580 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003581
3582 Provide actual breakpoints locations in response to setBreakpoint
3583 and listBreakpoints requests.
3584
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003585
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000035862010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003587
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003588 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003589
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003590 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003591
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003592 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003593
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003594 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003595 miscalculated for some inputs.
3596
3597 Performance improvements on all platforms.
3598
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003599
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000036002010-06-23: Version 2.2.19
3601
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003602 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003603 (issue 738).
3604
3605 Added expose-externalize-string flag for testing extensions.
3606
3607 Resolve linker issues with using V8 as a DLL causing a number of
3608 problems with unresolved symbols.
3609
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003610 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003611 defined.
3612
3613 Performance improvements on all platforms.
3614
3615
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000036162010-06-16: Version 2.2.18
3617
3618 Added API functions to retrieve information on indexed properties
3619 managed by the embedding layer. Fixes bug 737.
3620
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003621 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003622
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003623 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003624
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003625 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003626
3627 Incremental performance improvements.
3628
3629
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000036302010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003631
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003632 Improved debugger support for stepping out of functions.
3633
3634 Incremental performance improvements.
3635
3636
36372010-06-09: Version 2.2.16
3638
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003639 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003640 disposal of external string resources to call a virtual Dispose
3641 method on the resource.
3642
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003643 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003644 stepping.
3645
3646 Memory usage improvements on all platforms.
3647
3648
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000036492010-06-07: Version 2.2.15
3650
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003651 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003652
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003653 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003654 some compilers complaint when compiling with -Werror.
3655
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003656 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003657
3658
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000036592010-06-02: Version 2.2.14
3660
3661 Fixed a crash in code generated for String.charCodeAt.
3662
3663 Fixed a compilation issue with some GCC versions (issue 727).
3664
3665 Performance optimizations on x64 and ARM platforms.
3666
3667
ricow@chromium.org30ce4112010-05-31 10:38:25 +000036682010-05-31: Version 2.2.13
3669
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003670 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003671 strings (issue 599).
3672
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003673 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003674
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003675 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003676
3677 Performance improvements on all platforms.
3678
3679
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000036802010-05-26: Version 2.2.12
3681
3682 Allowed accessors to be defined on objects rather than just object
3683 templates.
3684
3685 Changed the ScriptData API.
3686
3687
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000036882010-05-21: Version 2.2.11
3689
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003690 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003691
3692 Use 'full compiler' when debugging is active. This should increase
3693 the density of possible break points, making single step more fine
3694 grained. This will only take effect for functions compiled after
3695 debugging has been started, so recompilation of all functions is
3696 required to get the full effect. IA32 and x64 only for now.
3697
3698 Misc. fixes to the Solaris build.
3699
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003700 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003701
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003702 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003703
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003704 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003705
3706 Incremental performance improvements in all backends.
3707
3708
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000037092010-05-17: Version 2.2.10
3710
3711 Performance improvements in the x64 and ARM backends.
3712
3713
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000037142010-05-10: Version 2.2.9
3715
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003716 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003717
3718 Fixed bug with Date.parse returning a non-NaN value when called on a
3719 non date string (issue 696).
3720
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003721 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003722 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003723
3724 C++ API for retrieving JavaScript stack trace information.
3725
3726
ager@chromium.orgac091b72010-05-05 07:34:42 +000037272010-05-05: Version 2.2.8
3728
3729 Performance improvements in the x64 and ARM backends.
3730
3731
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000037322010-05-03: Version 2.2.7
3733
3734 Added support for ES5 date time string format to Date.parse.
3735
3736 Performance improvements in the x64 backend.
3737
3738
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000037392010-04-28: Version 2.2.6
3740
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003741 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003742 (by Ryan Dahl <coldredlemur@gmail.com>).
3743
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003744 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003745
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003746 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003747
3748 Performance improvements on all platforms.
3749
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003750
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000037512010-04-26: Version 2.2.5
3752
3753 Various performance improvements (especially for ARM and x64)
3754
3755 Fixed bug in CPU profiling (http://crbug.com/42137)
3756
3757 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003758
3759 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003760 wrong calculations.
3761
3762 Fixed a bug that may cause a wrong result for shift operations.
3763
3764
37652010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003766
3767 Fixed warnings on arm on newer GCC versions.
3768
3769 Fixed a number of minor bugs.
3770
3771 Performance improvements on all platforms.
3772
3773
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000037742010-04-14: Version 2.2.3
3775
3776 Added stack command and mem command to ARM simulator debugger.
3777
3778 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3779
3780 Performance improvements on all platforms.
3781
3782
ager@chromium.org357bf652010-04-12 11:30:10 +000037832010-04-12: Version 2.2.2
3784
3785 Introduced new profiler API.
3786
3787 Fixed random number generator to produce full 32 random bits.
3788
3789
lrn@chromium.org25156de2010-04-06 13:10:27 +000037902010-04-06: Version 2.2.1
3791
3792 Debugger improvements.
3793
3794 Fixed minor bugs.
3795
3796
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000037972010-03-29: Version 2.2.0
3798
3799 Fixed a few minor bugs.
3800
3801 Performance improvements for string operations.
3802
3803
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000038042010-03-26: Version 2.1.10
3805
3806 Fixed scons build issues.
3807
3808 Fixed a couple of minor bugs.
3809
3810
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000038112010-03-25: Version 2.1.9
3812
3813 Added API support for reattaching a global object to a context.
3814
3815 Extended debugger API with access to the internal debugger context.
3816
3817 Fixed Chromium crashes (issues http://crbug.com/39128 and
3818 http://crbug.com/39160)
3819
3820
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000038212010-03-24: Version 2.1.8
3822
3823 Added fine-grained garbage collection callbacks to the API.
3824
3825 Performance improvements on all platforms.
3826
3827
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000038282010-03-22: Version 2.1.7
3829
3830 Fixed issue 650.
3831
3832 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003833
3834 Performance improvements for arithmetic operations.
3835
3836 Performance improvements for string operations.
3837
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003838 Print script name and line number information in stack trace.
3839
3840
38412010-03-17: Version 2.1.6
3842
3843 Performance improvements for arithmetic operations.
3844
3845 Performance improvements for string operations.
3846
3847
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000038482010-03-10: Version 2.1.4
3849
3850 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3851
3852 Performance improvements on all platforms.
3853
3854
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000038552010-03-10: Version 2.1.3
3856
3857 Added API method for context-disposal notifications.
3858
3859 Added API method for accessing elements by integer index.
3860
3861 Added missing implementation of Uint32::Value and Value::IsUint32
3862 API methods.
3863
3864 Added IsExecutionTerminating API method.
3865
3866 Disabled strict aliasing for GCC 4.4.
3867
3868 Fixed string-concatenation bug (issue 636).
3869
3870 Performance improvements on all platforms.
3871
3872
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000038732010-02-23: Version 2.1.2
3874
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003875 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003876
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003877 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003878
3879 Performance improvements on all platforms.
3880
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003881
ager@chromium.org5c838252010-02-19 08:53:10 +000038822010-02-19: Version 2.1.1
3883
3884 [ES5] Implemented Object.defineProperty.
3885
3886 Improved profiler support.
3887
3888 Added SetPrototype method in the public V8 API.
3889
3890 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3891 objects in the API.
3892
3893 Performance improvements on all platforms.
3894
3895
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000038962010-02-03: Version 2.1.0
3897
3898 Values are now always wrapped in objects when used as a receiver.
3899 (issue 223).
3900
3901 [ES5] Implemented Object.getOwnPropertyNames.
3902
3903 [ES5] Restrict JSON.parse to only accept strings that conforms to the
3904 JSON grammar.
3905
3906 Improvement of debugger agent (issue 549 and 554).
3907
3908 Fixed problem with skipped stack frame in profiles (issue 553).
3909
3910 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
3911 <ry@tinyclouds.org>.
3912
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003913 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003914 integers.
3915
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003916 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003917 functions (isue http://crbug.com/3867).
3918
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003919 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00003920
3921 Numerous performance improvements including porting of previous IA-32
3922 optimizations to x64 and ARM architectures.
3923
3924
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000039252010-01-14: Version 2.0.6
3926
3927 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
3928 GetOwnProperty, FromPropertyDescriptor.
3929
3930 Fixed Mac x64 build errors.
3931
3932 Improved performance of some math and string operations.
3933
3934 Improved performance of some regexp operations.
3935
3936 Improved performance of context creation.
3937
3938 Improved performance of hash tables.
3939
3940
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000039412009-12-18: Version 2.0.5
3942
3943 Extended to upper limit of map space to allow for 7 times as many map
3944 to be allocated (issue 524).
3945
3946 Improved performance of code using closures.
3947
3948 Improved performance of some binary operations involving doubles.
3949
3950
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000039512009-12-16: Version 2.0.4
3952
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003953 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003954
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003955 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003956
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003957 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003958
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003959 Improved handling of external strings by using a separate table
3960 instead of weak handles. This improves garbage collection
3961 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003962
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003963 Changed code generation for object and array literals in toplevel
3964 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003965
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003966 Fixed a crash bug triggered when garbage collection happened during
3967 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003968
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00003969 Fixed crash bug sometimes triggered when local variables shadowed
3970 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00003971
3972
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000039732009-12-03: Version 2.0.3
3974
3975 Optimized handling and adding of strings, for-in and Array.join.
3976
3977 Heap serialization is now non-destructive.
3978
3979 Improved profiler support with information on time spend in C++
3980 callbacks registered through the API.
3981
3982 Added commands to the debugger protocol for starting/stopping
3983 profiling.
3984
3985 Enabled the non-optimizing compiler for top-level code.
3986
3987 Changed the API to only allow strings to be set as data objects on
3988 Contexts and scripts to avoid potentially keeping global objects
3989 around for too long (issue 528).
3990
3991 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
3992
3993 Fixed bugs.
3994
3995
ager@chromium.org01beca72009-11-24 14:29:16 +000039962009-11-24: Version 2.0.2
3997
3998 Improved profiler support.
3999
4000 Fixed bug that broke compilation of d8 with readline support.
4001
4002
ager@chromium.org6141cbe2009-11-20 12:14:52 +000040032009-11-20: Version 2.0.1
4004
4005 Fixed crash bug in String.prototype.replace.
4006
4007 Reverted a change which caused Chromium interactive ui test
4008 failures.
4009
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004010
ager@chromium.orgc4c92722009-11-18 14:12:51 +000040112009-11-18: Version 2.0.0
4012
4013 Added support for VFP on ARM.
4014
4015 Added TryCatch::ReThrow method to the API.
4016
4017 Reduced the size of snapshots and improved the snapshot load time.
4018
4019 Improved heap profiler support.
4020
4021 64-bit version now supported on Windows.
4022
4023 Fixed a number of debugger issues.
4024
4025 Fixed bugs.
4026
4027
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000040282009-10-29: Version 1.3.18
4029
4030 Reverted a change which caused crashes in RegExp replace.
4031
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004032 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004033
4034
ager@chromium.org3811b432009-10-28 14:53:37 +000040352009-10-28: Version 1.3.17
4036
4037 Added API method to get simple heap statistics.
4038
4039 Improved heap profiler support.
4040
4041 Fixed the implementation of the resource constraint API so it
4042 works when using snapshots.
4043
4044 Fixed a number of issues in the Windows 64-bit version.
4045
4046 Optimized calls to API getters.
4047
4048 Added valgrind notification on code modification to the 64-bit version.
4049
4050 Fixed issue where we logged shared library addresses on Windows at
4051 startup and never used them.
4052
4053
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000040542009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004055
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004056 X64: Convert smis to holding 32 bits of payload.
4057
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004058 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004059
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004060 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004061
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004062 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004063 Patch by Jan de Mooij <jandemooij@gmail.com>
4064
4065 Implement ES5 Array.isArray
4066 Patch by Jan de Mooij <jandemooij@gmail.com>
4067
4068 Skip access checks for hidden properties.
4069
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004070 Added String::Concat(Handle<String> left, Handle<String> right) to the
4071 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004072
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004073 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004074
4075
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000040762009-10-07: Version 1.3.15
4077
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004078 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004079
4080 Fixed a crash bug happening when starting profiling (issue
4081 http://crbug.com/23768).
4082
4083
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000040842009-10-07: Version 1.3.14
4085
4086 Added GetRealNamedProperty to the API to lookup real properties
4087 located on the object or in the prototype chain skipping any
4088 interceptors.
4089
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004090 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004091 stack limit now needs to be set to each thread thich is used with V8.
4092
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004093 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004094
4095 Ensure V8 is initialized before locking and unlocking threads.
4096
4097 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004098 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004099 Crockford from the project.
4100
4101 Added a missing optimization in StringCharAt.
4102
4103 Fixed some flaky socket tests.
4104
4105 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4106 in 64-bit mode.
4107
4108 Fixed memory leaks in the thread management code.
4109
4110 Fixed the result of assignment to a pixel array. The assigned value
4111 is now the result.
4112
4113 Error reporting for invalid left-hand sides in for-in statements, pre-
4114 and postfix count expressions, and assignments now matches the JSC
4115 behavior in Safari 4.
4116
4117 Follow the spec in disallowing function declarations without a name.
4118
4119 Always allocate code objects within a 2 GB range. On x64 architecture
4120 this is used to use near calls (32-bit displacement) in Code objects.
4121
4122 Optimized array construction ported to x64 and ARM architectures.
4123
4124 [ES5] Changed Object.keys to return strings for element indices.
4125
4126
ager@chromium.org68e7ab72009-09-23 09:40:39 +000041272009-09-23: Version 1.3.13
4128
4129 Fixed uninitialized memory problem.
4130
4131 Improved heap profiler support.
4132
4133
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000041342009-09-22: Version 1.3.12
4135
4136 Changed behavior of |function|.toString() on built-in functions to
4137 be compatible with other implementations. Patch by Jan de Mooij.
4138
4139 Added Object::IsDirty in the API.
4140
4141 Optimized array construction; it is now handled purely in native
4142 code.
4143
4144 [ES5] Made properties of the arguments array enumerable.
4145
4146 [ES5] Added test suite adapter for the es5conform test suite.
4147
4148 [ES5] Added Object.keys function.
4149
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004150
ager@chromium.org4af710e2009-09-15 12:20:11 +000041512009-09-15: Version 1.3.11
4152
4153 Fixed crash in error reporting during bootstrapping.
4154
4155 Optimized generated IA32 math code by using SSE2 instructions when
4156 available.
4157
4158 Implemented missing pieces of debugger infrastructure on ARM. The
4159 debugger is now fully functional on ARM.
4160
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004161 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004162
4163
ager@chromium.orga1645e22009-09-09 19:27:10 +000041642009-09-09: Version 1.3.10
4165
4166 Fixed profiler on Mac in 64-bit mode.
4167
4168 Optimized creation of objects from simple constructor functions on
4169 ARM.
4170
4171 Fixed a number of debugger issues.
4172
4173 Reduced the amount of memory consumed by V8.
4174
4175
ager@chromium.org18ad94b2009-09-02 08:22:29 +000041762009-09-02: Version 1.3.9
4177
4178 Optimized stack guard checks on ARM.
4179
4180 Optimized API operations by inlining more in the API.
4181
4182 Optimized creation of objects from simple constructor functions.
4183
4184 Enabled a number of missing optimizations in the 64-bit port.
4185
4186 Implemented native-code support for regular expressions on ARM.
4187
4188 Stopped using the 'sahf' instruction on 64-bit machines that do
4189 not support it.
4190
4191 Fixed a bug in the support for forceful termination of JavaScript
4192 execution.
4193
4194
ager@chromium.org96c75b52009-08-26 09:13:16 +000041952009-08-26: Version 1.3.8
4196
4197 Changed the handling of idle notifications to allow idle
4198 notifications when V8 has not yet been initialized.
4199
4200 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004201
ager@chromium.org96c75b52009-08-26 09:13:16 +00004202
ager@chromium.orgab99eea2009-08-25 07:05:41 +000042032009-08-25: Version 1.3.7
4204
4205 Reduced the size of generated code on ARM platforms by reducing
4206 the size of constant pools.
4207
4208 Changed build files to not include the 'ENV' user environment
4209 variable in the build environment.
4210
4211 Changed the handling of idle notifications.
4212
4213
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000042142009-08-21: Version 1.3.6
4215
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004216 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004217
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004218 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004219 a low memory situation to V8.
4220
4221 Changed the handling of global handles (persistent handles in the API
4222 sense) to avoid issues regarding allocation of new global handles
4223 during weak handle callbacks.
4224
4225 Changed the growth policy of the young space.
4226
4227 Fixed a GC issue introduced in version 1.3.5.
4228
4229
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000042302009-08-19: Version 1.3.5
4231
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004232 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004233
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004234 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004235
4236 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4237
4238 Changed typeof RegExp from 'object' to 'function' for compatibility.
4239 Fixed bug where regexps were not callable across contexts.
4240
4241 Added context independent script compilation to the API.
4242
4243 Added API call to get the stack trace for an exception.
4244
4245 Added API for getting object mirrors.
4246
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004247 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004248 running off a snapshot generated without using SSE3 instructions.
4249
4250 Tweaked the handling of the initial size and growth policy of the heap.
4251
4252 Added native code generation for RegExp to 64-bit version.
4253
4254 Added JavaScript debugger support to 64-bit version.
4255
4256
ager@chromium.orgadd848f2009-08-13 12:44:13 +000042572009-08-13: Version 1.3.4
4258
4259 Added a readline() command to the d8 shell.
4260
4261 Fixed bug in json parsing.
4262
4263 Added idle notification to the API and reduced memory on idle
4264 notifications.
4265
4266
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000042672009-08-12: Version 1.3.3
4268
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004269 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004270
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004271 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004272
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004273 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004274
4275 API: added function to find instance of template in prototype
4276 chain. Inlined Object::IsInstanceOf.
4277
4278 Land change to notify valgrind when we modify code on x86.
4279
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004280 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004281
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004282 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004283
4284
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000042852009-08-05: Version 1.3.2
4286
4287 Started new compiler infrastructure for two-pass compilation using a
4288 control flow graph constructed from the AST.
4289
4290 Profiler stack sampling for X64.
4291
4292 Safe handling of NaN to Posix platform-dependent time functions.
4293
4294 Added a new profiler control API to unify controlling various aspects
4295 of profiling.
4296
4297 Fixed issue 392.
4298
4299
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000043002009-07-30: Version 1.3.1
4301
4302 Speed improvements to accessors and interceptors.
4303
4304 Added support for capturing stack information on custom errors.
4305
4306 Added support for morphing an object into a pixel array where its
4307 indexed properties are stored in an external byte array. Values written
4308 are always clamped to the 0..255 interval.
4309
4310 Profiler on x64 now handles C/C++ functions from shared libraries.
4311
4312 Changed the debugger to avoid stepping into function.call/apply if the
4313 function is a built-in.
4314
4315 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004316
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004317 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004318
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004319 Optimized the called as constructor check for API calls.
4320
4321
kasperl@chromium.orge959c182009-07-27 08:59:04 +000043222009-07-27: Version 1.3.0
4323
4324 Allowed RegExp objects to be called as functions (issue 132).
4325
4326 Fixed issue where global property cells would escape after
4327 detaching the global object; see http://crbug.com/16276.
4328
4329 Added support for stepping into setters and getters in the
4330 debugger.
4331
4332 Changed the debugger to avoid stopping in its own JavaScript code
4333 and in the code of built-in functions.
4334
4335 Fixed issue 345 by avoiding duplicate escaping labels.
4336
4337 Fixed ARM code generator crash in short-circuited boolean
4338 expressions and added regression tests.
4339
4340 Added an external allocation limit to avoid issues where small V8
4341 objects would hold on to large amounts of external memory without
4342 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004343
4344 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004345
4346
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000043472009-07-13: Version 1.2.14
4348
4349 Added separate paged heap space for global property cells and
4350 avoid updating the write barrier when storing into them.
4351
4352 Improved peep-hole optimization on ARM platforms by not emitting
4353 unnecessary debug information.
4354
4355 Re-enabled ICs for loads and calls that skip a global object
4356 during lookup through the prototype chain.
4357
4358 Allowed access through global proxies to use ICs.
4359
4360 Fixed issue 401.
4361
4362
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000043632009-07-09: Version 1.2.13
4364
4365 Fixed issue 397, issue 398, and issue 399.
4366
4367 Added support for breakpoint groups.
4368
4369 Fixed bugs introduced with the new global object representation.
4370
4371 Fixed a few bugs in the ARM code generator.
4372
4373
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000043742009-07-06: Version 1.2.12
4375
4376 Added stack traces collection to Error objects accessible through
4377 the e.stack property.
4378
4379 Changed RegExp parser to use a recursive data structure instead of
4380 stack-based recursion.
4381
4382 Optimized Date object construction and string concatenation.
4383
4384 Improved performance of div, mod, and mul on ARM platforms.
4385
4386
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000043872009-07-02: Version 1.2.11
4388
4389 Improved performance on IA-32 and ARM.
4390
4391 Fixed profiler sampler implementation on Mac OS X.
4392
4393 Changed the representation of global objects to improve
4394 performance of adding a lot of new properties.
4395
4396
ager@chromium.org3e875802009-06-29 08:26:34 +000043972009-06-29: Version 1.2.10
4398
4399 Improved debugger support.
4400
4401 Fixed bug in exception message reporting (issue 390).
4402
4403 Improved overall performance.
4404
4405
ager@chromium.org5aa501c2009-06-23 07:57:28 +000044062009-06-23: Version 1.2.9
4407
4408 Improved math performance on ARM.
4409
4410 Fixed profiler name-inference bug.
4411
4412 Fixed handling of shared libraries in the profiler tick processor
4413 scripts.
4414
4415 Fixed handling of tests that time out in the test scripts.
4416
4417 Fixed compilation on MacOS X version 10.4.
4418
4419 Fixed two bugs in the regular expression engine.
4420
4421 Fixed a bug in the string type inference.
4422
4423 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004424
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004425 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004426
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004427
ager@chromium.orgeadaf222009-06-16 09:43:10 +000044282009-06-16: Version 1.2.8
4429
4430 Optimized math on ARM platforms.
4431
4432 Fixed two crash bugs in the handling of getters and setters.
4433
4434 Improved the debugger support by adding scope chain information.
4435
4436 Improved the profiler support by compressing log data transmitted
4437 to clients.
4438
4439 Improved overall performance.
4440
4441
ager@chromium.orge2902be2009-06-08 12:21:35 +000044422009-06-08: Version 1.2.7
4443
4444 Improved debugger and profiler support.
4445
4446 Reduced compilation time by improving the handling of deferred
4447 code.
4448
4449 Optimized interceptor accesses where the property is on the object
4450 on which the interceptors is attached.
4451
4452 Fixed compilation problem on GCC 4.4 by changing the stack
4453 alignment to 16 bytes.
4454
4455 Fixed handle creation to follow stric aliasing rules.
4456
4457 Fixed compilation on FreeBSD.
4458
4459 Introduced API for forcing the deletion of a property ignoring
4460 interceptors and attributes.
4461
4462
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000044632009-05-29: Version 1.2.6
4464
4465 Added a histogram recording hit rates at different levels of the
4466 compilation cache.
4467
4468 Added stack overflow check for the RegExp analysis phase. Previously a
4469 very long regexp graph could overflow the stack with recursive calls.
4470
4471 Use a dynamic buffer when collecting log events in memory.
4472
4473 Added start/stop events to the profiler log.
4474
4475 Fixed infinite loop which could happen when setting a debug break while
4476 executing a RegExp compiled to native code.
4477
4478 Fixed handling of lastIndexOf called with negative index (issue 351).
4479
4480 Fixed irregular crash in profiler test (issue 358).
4481
4482 Fixed compilation issues with some versions of gcc.
4483
4484
kasperl@chromium.org71affb52009-05-26 05:44:31 +000044852009-05-26: Version 1.2.5
4486
4487 Fixed bug in initial boundary check for Boyer-Moore text
4488 search (issue 349).
4489
4490 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4491 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4492 Craig Schlenter.
4493
4494 Added a script cache to the debugger.
4495
4496 Optimized compilation performance by improving internal data
4497 structures and avoiding expensive property load optimizations for
4498 code that's infrequently executed.
4499
4500 Exposed the calling JavaScript context through the static API
4501 function Context::GetCalling().
4502
4503
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000045042009-05-18: Version 1.2.4
4505
4506 Improved performance of floating point number allocation for ARM
4507 platforms.
4508
4509 Fixed crash when using the instanceof operator on functions with
4510 number values in their prototype chain (issue 341).
4511
4512 Optimized virtual frame operations in the code generator to speed
4513 up compilation time and allocated the frames in the zone.
4514
4515 Made the representation of virtual frames and jump targets in the
4516 code generator much more compact.
4517
4518 Avoided linear search for non-locals in scope code when resolving
4519 variables inside with and eval scopes.
4520
4521 Optimized lexical scanner by dealing with whitespace as part of
4522 the token scanning instead of as a separate step before it.
4523
4524 Changed the scavenging collector so that promoted objects do not
4525 reside in the old generation while their remembered set is being
4526 swept for pointers into the young generation.
4527
4528 Fixed numeric overflow handling when compiling count operations.
4529
4530
ager@chromium.org9085a012009-05-11 19:22:57 +000045312009-05-11: Version 1.2.3
4532
4533 Fixed bug in reporting of out-of-memory situations.
4534
4535 Introduced hidden prototypes on certain builtin prototype objects
4536 such as String.prototype to emulate JSC's behavior of restoring
4537 the original function when deleting functions from those prototype
4538 objects.
4539
4540 Fixed crash bug in the register allocator.
4541
4542
ager@chromium.org5ec48922009-05-05 07:25:34 +000045432009-05-04: Version 1.2.2
4544
4545 Fixed bug in array sorting for sparse arrays (issue 326).
4546
4547 Added support for adding a soname when building a shared library
4548 on Linux (issue 151).
4549
4550 Fixed bug caused by morphing internal ASCII strings to external
4551 two-byte strings. Slices over ASCII strings have to forward ASCII
4552 checks to the underlying buffer string.
4553
4554 Allowed API call-as-function handlers to be called as
4555 constructors.
4556
4557 Fixed a crash bug where an external string was disposed but a
4558 slice of the external string survived as a symbol.
4559
4560
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000045612009-04-27: Version 1.2.1
4562
4563 Added EcmaScript 5 JSON object.
4564
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004565 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004566
4567
ager@chromium.org65dad4b2009-04-23 08:48:43 +000045682009-04-23: Version 1.2.0
4569
4570 Optimized floating-point operations on ARM.
4571
4572 Added a number of extensions to the debugger API.
4573
4574 Changed the enumeration order for unsigned integer keys to always
4575 be numerical order.
4576
4577 Added a "read" extension to the shell sample.
4578
4579 Added support for Array.prototype.reduce and
4580 Array.prototype.reduceRight.
4581
4582 Added an option to the SCons build to control Microsoft Visual C++
4583 link-time code generation.
4584
4585 Fixed a number of bugs (in particular issue 315, issue 316,
4586 issue 317 and issue 318).
4587
4588
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000045892009-04-15: Version 1.1.10
4590
4591 Fixed crash bug that occurred when loading a const variable in the
4592 presence of eval.
4593
4594 Allowed using with and eval in registered extensions in debug mode
4595 by fixing bogus assert.
4596
4597 Fixed the source position for function returns to enable the
4598 debugger to break there.
4599
4600
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000046012009-04-14: Version 1.1.9
4602
4603 Made the stack traversal code in the profiler robust by avoiding
4604 to look into the heap.
4605
4606 Added name inferencing for anonymous functions to facilitate
4607 debugging and profiling.
4608
4609 Re-enabled stats timers in the developer shell (d8).
4610
4611 Fixed issue 303 by avoiding to shortcut cons-symbols.
4612
4613
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000046142009-04-11: Version 1.1.8
4615
4616 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4617
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004618 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004619 the debugger (issue 269).
4620
4621 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4622 are no hidden properties.
4623
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004624 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004625 entries with deleted resources would lead to NPEs when looking
4626 up in the symbol table.
4627
4628
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000046292009-04-07: Version 1.1.7
4630
4631 Added support for easily importing additional environment
4632 variables into the SCons build.
4633
4634 Optimized strict equality checks.
4635
4636 Fixed crash in indexed setters on objects without a corresponding
4637 getter (issue 298).
4638
4639 Re-enabled script compilation cache.
4640
4641
ager@chromium.org8682a592009-04-01 10:47:14 +000046422009-04-01: Version 1.1.6
4643
4644 Reverted an unsafe code generator change.
4645
4646
ager@chromium.org71daaf62009-04-01 07:22:49 +000046472009-04-01: Version 1.1.5
4648
4649 Fixed bug that caused function literals to not be optimized as
4650 much as other functions.
4651
4652 Improved profiler support.
4653
4654 Fixed a crash bug in connection with debugger unloading.
4655
4656 Fixed a crash bug in the code generator caused by losing the
4657 information that a frame element was copied.
4658
4659 Fixed an exception propagation bug that could cause non-null
4660 return values when exceptions were thrown.
4661
4662
ager@chromium.org41826e72009-03-30 13:30:57 +000046632009-03-30: Version 1.1.4
4664
4665 Optimized String.prototype.match.
4666
4667 Improved the stack information in profiles.
4668
4669 Fixed bug in ARM port making it possible to compile the runtime
4670 system for thumb mode again.
4671
4672 Implemented a number of optimizations in the code generator.
4673
4674 Fixed a number of memory leaks in tests.
4675
4676 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004677 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004678
4679
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000046802009-03-24: Version 1.1.3
4681
4682 Fixed assertion failures in compilation of loop conditions.
4683
4684 Removed STL dependency from developer shell (d8).
4685
4686 Added infrastructure for protecting the V8 heap from corruption
4687 caused by memory modifications from the outside.
4688
4689
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000046902009-03-24: Version 1.1.2
4691
4692 Improved frame merge code generated by the code generator.
4693
4694 Optimized String.prototype.replace.
4695
4696 Implemented __defineGetter__ and __defineSetter__ for properties
4697 with integer keys on non-array objects.
4698
4699 Improved debugger and profiler support.
4700
4701 Fixed a number of portability issues to allow compilation for
4702 smaller ARM devices.
4703
4704 Exposed object cloning through the API.
4705
4706 Implemented hidden properties. This is used to expose an identity
4707 hash for objects through the API.
4708
4709 Implemented restarting of regular expressions if their input
4710 string changes representation during preemption.
4711
4712 Fixed a code generator bug that could cause assignments in loops
4713 to be ignored if using continue to break out of the loop (issue
4714 284).
4715
4716
ager@chromium.org3a6061e2009-03-12 14:24:36 +000047172009-03-12: Version 1.1.1
4718
4719 Fixed an assertion in the new compiler to take stack overflow
4720 exceptions into account.
4721
4722 Removed exception propagation code that could cause crashes.
4723
4724 Fixed minor bug in debugger line number computations.
4725
4726 8-byte align the C stack on Linux and Windows to speed up floating
4727 point computations.
4728
4729
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000047302009-03-12: Version 1.1.0
4731
4732 Improved code generation infrastructure by doing simple register
4733 allocation and constant folding and propagation.
4734
4735 Optimized regular expression matching by avoiding to create
4736 intermediate string arrays and by flattening nested array
4737 representations of RegExp data.
4738
4739 Traverse a few stack frames when recording profiler samples to
4740 include partial call graphs in the profiling output.
4741
4742 Added support for using OProfile to profile generated code.
4743
4744 Added remote debugging support to the D8 developer shell.
4745
4746 Optimized creation of nested literals like JSON objects.
4747
4748 Fixed a bug in garbage collecting unused maps and turned it on by
4749 default (--collect-maps).
4750
4751 Added support for running tests under Valgrind.
4752
4753
kasperl@chromium.org061ef742009-02-27 12:16:20 +000047542009-02-27: Version 1.0.3
4755
4756 Optimized double-to-integer conversions in bit operations by using
4757 SSE3 instructions if available.
4758
4759 Optimized initialization sequences that store to multiple
4760 properties of the same object.
4761
4762 Changed the D8 debugger frontend to use JSON messages.
4763
4764 Force garbage collections when disposing contexts.
4765
4766 Align code objects at 32-byte boundaries.
4767
4768
ager@chromium.org381abbb2009-02-25 13:23:22 +000047692009-02-25: Version 1.0.2
4770
4771 Improved profiling support by performing simple call stack
4772 sampling for ticks and by fixing a bug in the logging of code
4773 addresses.
4774
4775 Fixed a number of debugger issues.
4776
4777 Optimized code that uses eval.
4778
4779 Fixed a couple of bugs in the regular expression engine.
4780
4781 Reduced the size of generated code for certain regular expressions.
4782
4783 Removed JSCRE completely.
4784
4785 Fixed issue where test could not be run if there was a dot in the
4786 checkout path.
4787
4788
ager@chromium.org6f10e412009-02-13 10:11:16 +000047892009-02-13: Version 1.0.1
4790
4791 Fixed two crash-bugs in irregexp (issue 231 and 233).
4792
4793 Fixed a number of minor bugs (issue 87, 227 and 228).
4794
4795 Added support for morphing strings to external strings on demand
4796 to avoid having to create copies in the embedding code.
4797
4798 Removed experimental support for external symbol callbacks.
4799
4800
iposva@chromium.org245aa852009-02-10 00:49:54 +000048012009-02-09: Version 1.0.0
4802
4803 Fixed crash-bug in the code generation for case independent 16 bit
4804 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004805
iposva@chromium.org245aa852009-02-10 00:49:54 +00004806 Made shells more robust in the presence of string conversion
4807 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004808
iposva@chromium.org245aa852009-02-10 00:49:54 +00004809 Fixed a potential infinite loop when attempting to resolve
4810 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004811
iposva@chromium.org245aa852009-02-10 00:49:54 +00004812 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004813
iposva@chromium.org245aa852009-02-10 00:49:54 +00004814 Reduced binary by stripping unneeded text from JavaScript library and
4815 minifying some JavaScript files.
4816
4817
ager@chromium.orgddb913d2009-01-27 10:01:48 +000048182009-01-27: Version 0.4.9
4819
4820 Enabled new regular expression engine.
4821
4822 Made a number of changes to the debugger protocol.
4823
4824 Fixed a number of bugs in the preemption support.
4825
4826 Added -p option to the developer shell to run files in parallel
4827 using preemption.
4828
4829 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4830 193, 198 and 201).
4831
4832 Fixed a number of bugs in the serialization/deserialization
4833 support for the ARM platform.
4834
4835
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000048362009-01-19: Version 0.4.8.1
4837
4838 Minor patch to debugger support.
4839
4840
ager@chromium.org32912102009-01-16 10:38:43 +000048412009-01-16: Version 0.4.8
4842
4843 Fixed string length bug on ARM (issue 171).
4844
4845 Made most methods in the API const.
4846
4847 Optimized object literals by improving data locality.
4848
4849 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004850 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004851
4852 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004853 eval to behave incorrectly when using accessors (issues 186, 190
4854 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004855
4856
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000048572009-01-06: Version 0.4.7
4858
ager@chromium.org32912102009-01-16 10:38:43 +00004859 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004860
ager@chromium.org32912102009-01-16 10:38:43 +00004861 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004862
ager@chromium.org32912102009-01-16 10:38:43 +00004863 Fixed subtle bug that caused the wrong 'this' to be used when
4864 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004865
ager@chromium.org32912102009-01-16 10:38:43 +00004866 Inline array loads within loops directly in the code instead of
4867 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004868
ager@chromium.org32912102009-01-16 10:38:43 +00004869
ager@chromium.org8bb60582008-12-11 12:02:20 +000048702008-12-11: Version 0.4.6
4871
4872 Fixed exception reporting bug where certain exceptions were
4873 incorrectly reported as uncaught.
4874
4875 Improved the memory allocation strategy used during compilation to
4876 make running out of memory when compiling huge scripts less
4877 likely.
4878
4879 Optimized String.replace by avoiding the construction of certain
4880 sub strings.
4881
4882 Fixed bug in code generation for large switch statements on ARM.
4883
4884 Fixed bug that caused V8 to change the global object template
4885 passed in by the user.
4886
4887 Changed the API for creating object groups used during garbage
4888 collection. Entire object groups are now passed to V8 instead of
4889 individual members of the groups.
4890
ager@chromium.org32912102009-01-16 10:38:43 +00004891
ager@chromium.orga74f0da2008-12-03 16:05:52 +000048922008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004893
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004894 Added experimental API support for allocating V8 symbols as
4895 external strings.
4896
4897 Fixed bugs in debugging support on ARM.
4898
4899 Changed eval implementation to correctly detect whether or not a
4900 call to eval is aliased.
4901
4902 Fixed bug caused by a combination of the compilation cache and
4903 dictionary probing in native code. The bug caused us to sometimes
4904 call functions that had not yet been compiled.
4905
4906 Added platform support for FreeBSD.
4907
4908 Added support for building V8 on Windows with either the shared or
4909 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00004910
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004911 Added the v8::jscre namespace around the jscre functions to avoid
4912 link errors (duplicate symbols) when building Google Chrome.
4913
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004914 Added support for calling a JavaScript function with the current
4915 debugger execution context as its argument to the debugger
4916 interface.
4917
4918 Changed the type of names of counters from wchar_t to char.
4919
4920 Changed the Windows system call used to compute daylight savings
4921 time. The system call that we used to use became four times
4922 slower on WinXP SP3.
4923
4924 Added support in the d8 developer shell for memory-mapped counters
4925 and added a stats-viewer tool.
4926
4927 Fixed bug in upper/lower case mappings (issue 149).
4928
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004929
ager@chromium.org3bf7b912008-11-17 09:09:45 +000049302008-11-17: Version 0.4.4
4931
4932 Reduced code size by using shorter instruction encoding when
4933 possible.
4934
4935 Added a --help option to the shell sample and to the d8 shell.
4936
4937 Added visual studio project files for building the ARM simulator.
4938
4939 Fixed a number of ARM simulator issues.
4940
4941 Fixed bug in out-of-memory handling on ARM.
4942
4943 Implemented shell support for passing arguments to a script from
4944 the command line.
4945
4946 Fixed bug in date code that made certain date functions return -0
4947 instead of 0 for dates before the epoch.
4948
4949 Restricted applications of eval so it can only be used in the
4950 context of the associated global object.
4951
4952 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00004953
4954
ager@chromium.org870a0b62008-11-04 11:43:05 +000049552008-11-04: Version 0.4.3
4956
4957 Added support for API accessors that prohibit overwriting by
4958 accessors defined in JavaScript code by using __defineGetter__ and
4959 __defineSetter__.
4960
4961 Improved handling of conditionals in test status files.
4962
4963 Introduced access control in propertyIsEnumerable.
4964
4965 Improved performance of some string operations by caching
4966 information about the type of the string between operations.
4967
4968 Fixed bug in fast-case code for switch statements that only have
4969 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00004970
ager@chromium.org870a0b62008-11-04 11:43:05 +00004971
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000049722008-10-30: Version 0.4.2
4973
4974 Improved performance of Array.prototype.concat by moving the
4975 implementation to C++ (issue 123).
4976
4977 Fixed heap growth policy to avoid growing old space to its maximum
4978 capacity before doing a garbage collection and fixed issue that
4979 would lead to artificial out of memory situations (issue 129).
4980
4981 Fixed Date.prototype.toLocaleDateString to return the date in the
4982 same format as WebKit.
4983
4984 Added missing initialization checks to debugger API.
4985
4986 Added removing of unused maps during GC.
4987
4988
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000049892008-10-28: Version 0.4.1
4990
4991 Added caching of RegExp data in compilation cache.
4992
4993 Added Visual Studio project file for d8 shell.
4994
4995 Fixed function call performance regression introduced in version
4996 0.4.0 when splitting the global object in two parts (issue 120).
4997
4998 Fixed issue 131 by checking for empty handles before throwing and
4999 reporting exceptions.
5000
5001
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000050022008-10-23: Version 0.4.0
5003
5004 Split the global object into two parts: The state holding global
5005 object and the global object proxy.
5006
5007 Fixed bug that affected the value of an assignment to an element
5008 in certain cases (issue 116).
5009
5010 Added GetPropertyNames functionality (issue 33) and extra Date
5011 functions (issue 77) to the API.
5012
5013 Changed WeakReferenceCallback to take a Persistent<Value> instead
5014 of a Persistent<Object> (issue 101).
5015
5016 Fixed issues with message reporting for exceptions in try-finally
5017 blocks (issues 73 and 75).
5018
ager@chromium.org32912102009-01-16 10:38:43 +00005019 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005020
5021 Improved Boyer-Moore implementation for faster indexOf operations.
5022
5023 Added development shell (d8) which includes counters and
5024 completion support.
5025
5026 Fixed problem with the receiver passed to functions called from
5027 eval (issue 124).
5028
5029
ager@chromium.org7c537e22008-10-16 08:43:32 +000050302008-10-16: Version 0.3.5
5031
5032 Improved string hash-code distribution by excluding bit-field bits
5033 from the hash-code.
5034
5035 Changed string search algorithm used in indexOf from KMP to
5036 Boyer-Moore.
5037
5038 Improved the generated code for the instanceof operator.
5039
5040 Improved performance of slow-case string equality checks by
5041 specializing the code based on the string representation.
5042
5043 Improve the handling of out-of-memory situations (issue 70).
5044
5045 Improved performance of strict equality checks.
5046
5047 Improved profiler output to make it easier to see anonymous
5048 functions.
5049
5050 Improved performance of slow-case keyed loads.
5051
5052 Improved property access performance by allocating a number of
5053 properties in the front object.
5054
5055 Changed the toString behavior on the built-in object constructors
5056 to print [native code] instead of the actual source. Some web
5057 applications do not like constructors with complex toString
5058 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005059
ager@chromium.org7c537e22008-10-16 08:43:32 +00005060
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000050612008-10-06: Version 0.3.4
5062
5063 Changed Array.prototype.sort to use quick sort.
5064
5065 Fixed code generation issue where leaving a finally block with
5066 break or continue would accumulate elements on the expression
5067 stack (issue 86).
5068
5069 Made sure that the name accessor on functions returns the expected
5070 names for builtin JavaScript functions and C++ callback functions.
5071
5072 Added fast case code for extending the property storage array of
5073 JavaScript objects.
5074
5075 Ported switch statement optimizations introduced in version 0.3.3
5076 to the ARM code generator.
5077
5078 Allowed GCC to use strict-aliasing rules when compiling.
5079
5080 Improved performance of arguments object allocation by taking care
5081 of arguments adaptor frames in the generated code.
5082
5083 Updated the V8 benchmark suite to version 2.
5084
5085
ager@chromium.org236ad962008-09-25 09:45:57 +000050862008-09-25: Version 0.3.3
5087
5088 Improved handling of relocation information to enable more
5089 peep-hole optimizations.
5090
5091 Optimized switch statements where all labels are constant small
5092 integers.
5093
5094 Optimized String.prototype.indexOf for common cases.
5095
5096 Fixed more build issues (issue 80).
5097
5098 Fixed a couple of profiler issues.
5099
5100 Fixed bug where the body of a function created using the Function
5101 constructor was not allowed to end with a single-line comment
5102 (issue 85).
5103
5104 Improved handling of object literals by canonicalizing object
5105 literal maps. This will allow JSON objects with the same set of
5106 properties to share the same map making inline caching work better
5107 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005108
ager@chromium.org236ad962008-09-25 09:45:57 +00005109
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000051102008-09-17: Version 0.3.2
5111
5112 Generalized the EvalCache into a CompilationCache and enabled it
5113 for scripts too. The current strategy is to retire all entries
5114 whenever a mark-sweep collection is started.
5115
5116 Fixed bug where switch statements containing only a default case
5117 would lead to an unbalanced stack (issue 69).
5118
5119 Fixed bug that made access to the function in a named function
5120 expression impossible in certain situations (issue 24).
5121
5122 Fixed even more build issues.
5123
5124 Optimized calling conventions on ARM. The conventions on ARM and
5125 IA-32 now match.
5126
5127 Removed static initializers for flags and counters.
5128
5129 Improved inline caching behavior for uncommon cases where lazily
5130 loading Date and RegExp code could force certain code paths go
5131 megamorphic.
5132
5133 Removed arguments adaption for builtins written in C++. This
5134 makes Array.prototype.push and Array.prototype.pop slightly
5135 faster.
5136
5137
ager@chromium.org9258b6b2008-09-11 09:11:10 +000051382008-09-11: Version 0.3.1
5139
5140 Fixed a number of build issues.
5141
5142 Fixed problem with missing I-cache flusing on ARM.
5143
5144 Changed space layout in memory management by splitting up
5145 code space into old data space and code space.
5146
5147 Added utf-8 conversion support to the API (issue 57).
5148
5149 Optimized repeated calls to eval with the same strings. These
5150 repeated calls are common in web applications.
5151
5152 Added Xcode project file.
5153
5154 Optimized a couple of Array operation.
5155
5156 Fixed parser bug by checking for end-of-string when parsing break
5157 and continue (issue 35).
5158
5159 Fixed problem where asian characters were not categorized as
5160 letters.
5161
5162 Fixed bug that disallowed calling functions fetched from an array
5163 using a string as an array index (issue 32).
5164
5165 Fixed bug where the internal field count on object templates were
5166 sometimes ignored (issue 54).
5167
5168 Added -f option to the shell sample for compatibility with other
5169 engines (issue 18).
5170
5171 Added source info to TryCatches in the API.
5172
5173 Fixed problem where the seed for the random number generator was
5174 clipped in a double to unsigned int conversion.
5175
5176 Fixed bug where cons string symbols were sometimes converted to
5177 non-symbol flat strings during GC.
5178
5179 Fixed bug in error reporting when attempting to convert null to an
5180 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005181
5182
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000051832008-09-04: Version 0.3.0
5184
5185 Added support for running tests on the ARM simulator.
5186
5187 Fixed bug in the 'in' operator where negative indices were not
5188 treated correctly.
5189
5190 Fixed build issues on gcc-4.3.1.
5191
5192 Changed Date.prototype.toLocaleTimeString to not print the
5193 timezone part of the time.
5194
5195 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5196 with user code.
5197
5198
v8.team.kasperl727e9952008-09-02 14:56:44 +000051992008-09-02: Version 0.2.5
5200
5201 Renamed the top level directory 'public' to 'include'.
5202
5203 Added 'env' option to the SCons build scripts to support
5204 overriding the ENV part of the build environment. This is mostly
5205 to support Windows builds in cases where SCons cannot find the
5206 correct paths to the Windows SDK, as these paths cannot be passed
5207 through shell environment variables.
5208
5209 Enabled "Buffer Security Check" on for the Windows SCons build and
5210 added the linker option /OPT:ICF as an optimization.
5211
5212 Added the V8 benchmark suite to the repository.
5213
5214
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000052152008-09-01: Version 0.2.4
5216
5217 Included mjsunit JavaScript test suite and C++ unit tests.
5218
5219 Changed the shell sample to not print the result of executing a
5220 script provided on the command line.
5221
5222 Fixed issue when building samples on Windows using a shared V8
5223 library. Added visibility option on Linux build which makes the
5224 generated library 18% smaller.
5225
5226 Changed build system to accept multiple build modes in one build
5227 and generate separate objects, libraries and executables for each
5228 mode.
5229
5230 Removed deferred negation optimization (a * -b => -(a * b)) since
5231 this visibly changes operand conversion order.
5232
5233 Improved parsing performance by introducing stack guard in
5234 preparsing. Without a stack guard preparsing always bails out
5235 with stack overflow.
5236
5237 Changed shell sample to take flags directly from the command-line.
5238 Added API call that implements this.
5239
5240 Added load, quit and version functions to the shell sample so it's
5241 easier to run benchmarks and tests.
5242
5243 Fixed issue with building samples and cctests on 64-bit machines.
5244
5245 Fixed bug in the runtime system where the prototype chain was not
5246 always searched for a setter when setting a property that does not
5247 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005248
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005249
mads.s.agercbaa0602008-08-14 13:41:48 +000052502008-08-14: Version 0.2.3
5251
5252 Improved performance of garbage collection by moving the
5253 function that updates pointers during compacting collection
5254 into the updating visitor. This gives the compiler a better
5255 chance to inline and avoid a function call per (potential)
5256 pointer.
5257
5258 Extended the shell sample with a --runtime-flags option.
5259
5260 Added Visual Studio project files for the shell.cc and
5261 process.cc samples.
5262
5263
52642008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005265
5266 Improved performance of garbage collection by changing the way
5267 we use the marking stack in the event of stack overflow during
5268 full garbage collection and by changing the way we mark roots.
5269
5270 Cleaned up ARM version by removing top of stack caching and by
5271 introducing push/pop elimination.
5272
5273 Cleaned up the way runtime functions are called to allow
5274 runtime calls with no arguments.
5275
5276 Changed Windows build options to make sure that exceptions are
5277 disabled and that optimization flags are enabled.
5278
5279 Added first version of Visual Studio project files.
5280
5281
mads.s.agercbaa0602008-08-14 13:41:48 +000052822008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005283
5284 Improved performance of unary addition by avoiding runtime calls.
5285
5286 Fixed the handling of '>' and '<=' to use right-to-left conversion
5287 and left-to-right evaluation as specified by ECMA-262.
5288
5289 Fixed a branch elimination bug on the ARM platform where incorrect
5290 code was generated because of overly aggressive branch
5291 elimination.
5292
5293 Improved performance of code that repeatedly assigns the same
5294 function to the same property of different objects with the same
5295 map.
5296
5297 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5298 no longer expects DEBUG to be defined.
5299
5300 Added platform-nullos.cc to serve as the basis for new platform
5301 implementations.
5302
mads.s.ager31e71382008-08-13 09:32:07 +00005303
mads.s.agercbaa0602008-08-14 13:41:48 +000053042008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005305
5306 Changed all text files to have native svn:eol-style.
5307
5308 Added a few samples and support for building them. The samples
5309 include a simple shell that can be used to benchmark and test V8.
5310
5311 Changed V8::GetVersion to return the version as a string.
5312
5313 Added source for lazily loaded scripts to snapshots and made
5314 serialization non-destructive.
5315
5316 Improved ARM support by fixing the write barrier code to use
5317 aligned loads and stores and by removing premature locals
5318 optimization that relied on broken support for callee-saved
5319 registers (removed).
5320
5321 Refactored the code for marking live objects during garbage
5322 collection and the code for allocating objects in paged
5323 spaces. Introduced an abstraction for the map word of a heap-
5324 allocated object and changed the memory allocator to allocate
5325 executable memory only for spaces that may contain code objects.
5326
5327 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5328 they can be used by debugging and logging modules. Added
5329 thread-safe message queues for dealing with debugger events.
5330
5331 Fixed the source code reported by toString for certain builtin
5332 empty functions and made sure that the prototype property of a
5333 function is enumerable.
5334
5335 Improved performance of converting values to condition flags in
5336 generated code.
5337
5338 Merged disassembler-{arch} files.
5339
5340
mads.s.agercbaa0602008-08-14 13:41:48 +000053412008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005342
5343 Added support for storing JavaScript stack traces in a stack
5344 allocated buffer to make it visible in shallow core dumps.
5345 Controlled by the --preallocate-message-memory flag which is
5346 disabled by default.
5347
5348
mads.s.agercbaa0602008-08-14 13:41:48 +000053492008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005350
5351 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5352 map transitions would count as properties.
5353
5354 Allowed aliased eval invocations by treating them as evals in the
5355 global context. This may change in the future.
5356
5357 Added support for accessing the last entered context through the
5358 API and renamed Context::Current to Context::GetCurrent and
5359 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5360
5361 Fixed bug in the debugger that would cause the debugger scripts to
5362 be recursively loaded and changed all disabling of interrupts to
5363 be block-structured.
5364
5365 Made snapshot data read-only to allow it to be more easily shared
5366 across multiple users of V8 when linked as a shared library.
5367
5368
mads.s.agercbaa0602008-08-14 13:41:48 +000053692008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005370
5371 Fixed building on Mac OS X by recognizing i386 and friends as
5372 IA-32 platforms.
5373
5374 Added propagation of stack overflow exceptions that occur while
5375 compiling nested functions.
5376
5377 Improved debugger with support for recursive break points and
5378 handling of exceptions that occur in the debugger JavaScript code.
5379
5380 Renamed GetInternal to GetInternalField and SetInternal to
5381 SetInternalField in the API and moved InternalFieldCount and
5382 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5383
5384
mads.s.agercbaa0602008-08-14 13:41:48 +000053852008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005386
5387 Fixed bug in stack overflow check code for IA-32 targets where a
5388 non-tagged value in register eax was pushed to the stack.
5389
5390 Fixed potential quadratic behavior when converting strings to
5391 numbers.
5392
5393 Fixed bug where the return value from Object::SetProperty could
5394 end up being the property holder instead of the written value.
5395
5396 Improved debugger support by allowing nested break points and by
5397 dealing with stack-overflows when compiling functions before
5398 setting break points in them.
5399
5400
mads.s.agercbaa0602008-08-14 13:41:48 +000054012008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005402
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005403 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005404
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005405# Local Variables:
5406# mode:text
5407# End: