blob: 907760a575ba26234ab63e07d46be034b1924df7 [file] [log] [blame]
danno@chromium.org41728482013-06-12 22:31:22 +000012013-06-13: Version 3.19.14
2
3 Fixed crashes when calling new Array(a) with a single argument that
4 could result in creating a holey array with a packed elements kind.
5 (Chromium issue 245480)
6
7 Fixed issues in parallel compilation.
8 (Chromium issue 248076)
9
10 Performance and stability improvements on all platforms.
11
12
ulan@chromium.org837a67e2013-06-11 15:39:48 +0000132013-06-11: Version 3.19.13
14
15 Performance and stability improvements on all platforms.
16
17
verwaest@chromium.org8a00e822013-06-10 15:11:22 +0000182013-06-10: Version 3.19.12
19
20 Fixed arguments array access. (Chromium issue 247303)
21
22 Fixed bug in LookupForWrite. (Chromium issue 242332)
23
24 Performance and stability improvements on all platforms.
25
26
danno@chromium.org1fd77d52013-06-07 16:01:45 +0000272013-06-07: Version 3.19.11
28
29 Performance and stability improvements on all platforms.
30
31
ulan@chromium.orgdfe53072013-06-06 14:14:51 +0000322013-06-06: Version 3.19.10
33
34 Performance and stability improvements on all platforms.
35
36
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +0000372013-06-05: Version 3.19.9
38
39 Implemented Load IC support for loading properties from primitive
40 values to avoid perpetual soft deopts. (Chromium issue 242512)
41
42 Implemented Freeing of PerThreadAssertData when possible to avoid
43 memory leak. (Chromium issue 246567)
44
45 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
46
47 Performance and stability improvements on all platforms.
48
49
rossberg@chromium.org79e79022013-06-03 15:43:46 +0000502013-06-03: Version 3.19.8
51
52 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
53
54 Fixed initialization of literal objects. (Chromium issue 245424)
55
56 Fixed function name inferred inside closures. (Chromium issue 224884)
57
58 Performance and stability improvements on all platforms.
59
60
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +0000612013-05-31: Version 3.19.7
62
63 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
64 (issue 2702)
65
66 Made sure IfBuilder::Return clears the current block.
67 (Chromium issue 243868)
68
69 Fixed two CPU profiler tests on ARM and MIPS simulators
70 (issue 2628)
71
72 Fixed idle incremental GC for large objects.
73 (Chromium issue 241815)
74
75 Disabled --optimize-constructed-arrays due to crashes
76 (Chromium issue 244461)
77
78 Performance and stability improvements on all platforms.
79
80
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +0000812013-05-28: Version 3.19.6
82
83 Fixed IfBuilder::Deopt to clear the current block
84 (Chromium issue 243868).
85
86 Performance and stability improvements on all platforms.
87
88
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +0000892013-05-27: Version 3.19.5
90
91 Reset regexp parser flag after scanning ahead for capture groups.
92 (issue 2690)
93
94 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
95 (issue 2628)
96
97 Performance and stability improvements on all platforms.
98
99
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00001002013-05-24: Version 3.19.4
101
102 Fixed edge case in stack trace formatting. (Chromium issue 237617)
103
104 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
105 issue 240032)
106
107 Made Object.freeze fast (issue 1858, Chromium issue 115960)
108
109 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
110 242924)
111
112 Performance and stability improvements on all platforms.
113
114
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00001152013-05-22: Version 3.19.3
116
117 Performance and stability improvements on all platforms.
118
119
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00001202013-05-17: Version 3.19.2
121
122 Fill in one-word-fillers for the unused property fields
123 (Chromium issue 240056).
124
125 Removed use_system_v8 logic from the mainline gyp file
126 (Chromium issue 226860).
127
128 Skip CPU profiler samples where top function's stack frame is not
129 set up properly (issue 2628).
130
131 Performance and stability improvements on all platforms.
132
133
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00001342013-05-14: Version 3.19.1
135
136 Fixed missing hole check for loads from Smi arrays when all uses are
137 changes (Chromium issue 233737)
138
139 Performance and stability improvements on all platforms.
140
141
ulan@chromium.org57ff8812013-05-10 08:16:55 +00001422013-05-10: Version 3.19.0
143
144 Deprecated Context::New which returns Persistent.
145
146 Added Persistent<T>::Reset which disposes the handle and redirects it to
147 point to another object.
148
149 Deprecated WriteAscii and MayContainNonAscii.
150
151 Exposed AssertNoAllocation to API.
152
153 Performance and stability improvements on all platforms.
154
155
danno@chromium.orgf005df62013-04-30 16:36:45 +00001562013-04-30: Version 3.18.5
157
158 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
159
160 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
161 (Chromium issue 235311)
162
163 Change 'Parse error' to three more informative messages.
164 (Chromium issue 2636)
165
166 Performance and stability improvements on all platforms.
167
168
danno@chromium.orgca29dd82013-04-26 11:59:48 +00001692013-04-26: Version 3.18.4
170
171 Added a preliminary API for ES6 ArrayBuffers
172
173 Replaced qsort with std::sort. (Chromium issue 2639)
174
175 Performance and stability improvements on all platforms.
176
177
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00001782013-04-24: Version 3.18.3
179
180 Exposed the GC under a name that is less collision prone than window.gc.
181 (issue 2641)
182
183 Do not emit double values at their use sites. (Chromium issue 234101)
184
185 Added methods to allow resuming execution after calling
186 TerminateExecution(). (issue 2361)
187
188 Performance and stability improvements on all platforms.
189
190
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00001912013-04-22: Version 3.18.2
192
193 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
194 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
195
196 Removed heap snapshot size limit. (Chromium issue 232305)
197
198 Performance and stability improvements on all platforms.
199
200
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00002012013-04-18: Version 3.18.1
202
203 Removed SCons related files and deprecated test suite configurations.
204
205 Improved handling of unary plus (issue 2527).
206
207 Performance and stability improvements on all platforms.
208
209
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00002102013-04-17: Version 3.18.0
211
212 Enabled pretenuring of fast literals in high promotion mode.
213
214 Removed preparser library; link preparser executable against full V8.
215
216 Fixed set-up of intrinsic's 'constructor' properties.
217 (Chromium issue 229445)
218
219 ES6 symbols: extended V8 API to support symbols (issue 2158).
220
221 Removed ARM support for VFP2.
222
223 Made __proto__ a real JavaScript accessor property.
224 (issue 1949 and issue 2606)
225
226 Performance and stability improvements on all platforms.
227
228
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00002292013-04-04: Version 3.17.16
230
231 Stack trace API: poison stack frames below the first strict mode frame.
232 (issue 2564)
233
234 Made Isolate::GetHeapStatistics robust against half-initialized
235 isolates (Chromium issue 2591).
236
237 Finished implementation of ES6 symbols aka. private names (issue 2158).
238
239 Performance and stability improvements on all platforms.
240
241
danno@chromium.orgc99cd482013-03-21 15:26:42 +00002422013-03-21: Version 3.17.15
243
244 Rolled back API changes to maintain compatibility with older
245 3.17.x versions of V8.
246
247 Disable zapping of global handles in release mode.
248
249 Always mark the entire valid prefix of the descriptor array.
250 (Chromium issue 196331)
251
252 Use internal memcpy for CopyWords and when copying code.
253 (Chromium issue 196330)
254
255 Performance and stability improvements on all platforms.
256
257
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00002582013-03-20: Version 3.17.14
259
260 Use internal memcpy when initializing code objects.
261 (Chromium issue 196330)
262
263 Disabled weak embedded maps because of crashes.
264 (Chromium issues 172489, 217858)
265
266 Performance and stability improvements on all platforms.
267
268
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00002692013-03-19: Version 3.17.13
270
271 Turned Flags into a uint32_t typedef (Chromium issue 194749).
272
273 Performance and stability improvements on all platforms.
274
275
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00002762013-03-18: Version 3.17.12
277
278 Unified kMaxArguments with number of bits used to encode it.
279 (Chromium issue 211741)
280
281 Fixed detection of |handle_smi| case in
282 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
283 (Chromium issue 196583)
284
285 Performance and stability improvements on all platforms.
286
287
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00002882013-03-15: Version 3.17.11
289
290 Added a version of the v8::HandleScope constructor with an v8::Isolate
291 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
292 method of v8::Isolate.
293 (issue 2487)
294
295 Fixed two register allocator bugs (off-by-one error/failure
296 propagation). (issue 2576)
297
298 Fixed huge heap snapshot when a heavily shared context has many
299 variables. (Chromium issue 145687)
300
301 Performance and stability improvements on all platforms.
302
303
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00003042013-03-13: Version 3.17.10
305
306 Fixed heap snapshot creation for Harmony collections. (issue 2535)
307
308 Fixed register allocation corner case. (Chromium issue 177883)
309
310 Performance and stability improvements on all platforms.
311
312
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00003132013-03-08: Version 3.17.9
314
315 Restored Function()'s expected string representation. (issue 2470)
316
317 Enabled deprecatations (again). (issue 2487)
318
319 Avoid bool to Oddball conversions by being lazy. (issue 2491)
320
321 Added %p option to --logfile.
322
323 Hardened Function()'s parsing of function literals. (issue 2470)
324
325 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
326
327 Performance and stability improvements on all platforms.
328
329
ulan@chromium.org750145a2013-03-07 15:14:13 +00003302013-03-07: Version 3.17.8
331
332 Added missing license headers. (Chromium issue 98597)
333
334 Inserted missing type cast in JSON.stringify. (issue 2570)
335
336 Reverted "Send SIGPROF signals on the profiler event processor thread"
337 (issue 2571)
338
339 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
340 (issue 2568)
341
342 ES6 symbols: filter symbols form for-in loops and Object.keys.
343 (issue 2158)
344
345 Properly handle misses for StoreArrayLengthStub on ia32 and x64
346 (issue 2566)
347
348 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
349
350 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
351
352 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
353 (issue 2556)
354
355 Enabled zapping of disposed global handles in release mode.
356 (Chromium issue 176056)
357
358 Added workaround for redefinition of __proto__ property. (issue 2565)
359
360 ES6 symbols: Allow symbols as property names. (issue 2158)
361
362 Performance and stability improvements on all platforms.
363
364
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00003652013-03-04: Version 3.17.7
366
367 Limited recursion in regexp compilation by a budget.
368 (Chromium issue 178790)
369
370 ES6 symbols: Implemented Symbol intrinsic and basic functionality
371 (issue 2158)
372
373 Performance and stability improvements on all platforms.
374
375
hpayer@chromium.org8432c912013-02-28 15:55:26 +00003762013-02-28: Version 3.17.6
377
378 Fixed materialization of arguments objects with unknown values.
379 (Chromium issue 163530)
380
381 Set default number of sweeper threads to at most four.
382
383 Performance and stability improvements on all platforms.
384
385
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00003862013-02-27: Version 3.17.5
387
388 Made __proto__ a foreign callback on Object.prototype.
389 (issue 621, issue 1949 and issue 2441)
390
391 Performance and stability improvements on all platforms.
392
393
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00003942013-02-25: Version 3.17.4
395
396 Performance and stability improvements on all platforms.
397
398
ulan@chromium.org2e04b582013-02-21 14:06:02 +00003992013-02-21: Version 3.17.3
400
401 Performance and stability improvements on all platforms.
402
403
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00004042013-02-19: Version 3.17.2
405
406 Removed bogus check for TOP register in deoptimizer.
407 (Chromium issue 176943)
408
409 Made the Isolate parameter mandatory for internal HandleScopes.
410 (issue 2487)
411
412 Fixed f.apply() optimization when declared arguments are mutated.
413 (issue 2539)
414
415 Performance and stability improvements on all platforms.
416
417
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00004182013-02-14: Version 3.17.1
419
420 Performance and stability improvements on all platforms.
421
422
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00004232013-02-13: Version 3.17.0
424
425 Enabled parallel sweeping.
426
427 Don't try to unlink instructions twice during GVN
428 (Chromium issue 175141)
429
430 Fixed code flusher disabling while marking incrementally.
431 (Chromium issue 173458, 168582)
432
433 Don't use TLS for space iterators.
434 (issue 2531)
435
436 Added new GetHeapStatistics API entry and deprecated old one.
437
438 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
439 platform-independent code.
440 (Chromium issue 173907)
441
442 Added --trace-array-abuse to help find OOB accesses.
443
444 Performance and stability improvements on all platforms.
445
446
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00004472013-02-06: Version 3.16.14
448
449 Performance and stability improvements on all platforms.
450
451
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00004522013-02-04: Version 3.16.13
453
454 Tagged stubs that rely on instance types as MEGAMORPHIC.
455 (Chromium issue 173974)
456
457 Fixed clearing of dead dependent codes and verifing of weak
458 embedded maps on full GC. (Chromium issue 172488,172489)
459
460 Made the arm port build cleanly with Clang.
461
462 Performance and stability improvements on all platforms.
463
464
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00004652013-01-31: Version 3.16.12
466
467 Performance and stability improvements on all platforms.
468
469
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00004702013-01-30: Version 3.16.11
471
472 Put making embedded maps in optimized code weak behind a flag.
473 (Chromium issue 172488,172489)
474
475 Performance and stability improvements on all platforms.
476
477
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00004782013-01-25: Version 3.16.10
479
480 Avoid excessive memory usage during redundant phi elimination.
481 (issue 2510)
482
483 Fixed additional spec violations wrt RegExp.lastIndex.
484 (issue 2437)
485
486 Added Isolate parameter to Persistent class.
487 (issue 2487)
488
489 Performance and stability improvements on all platforms.
490
491
yangguo@chromium.org003650e2013-01-24 16:31:08 +00004922013-01-24: Version 3.16.9
493
494 Made embedded maps in optimized code weak.
495 (issue 2073)
496
497 Fixed corner case when JSFunction is evicted from flusher.
498 (Chromium issue 168801)
499
500 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
501 (Chromium issue 171641)
502
503 Performance and stability improvements on all platforms.
504
505
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00005062013-01-23: Version 3.16.8
507
508 Correctly reset lastIndex in an RegExp object.
509 (Chromium issue 170856)
510
511 Added a workaround for Windows compilation problems related to V8EXPORT.
512 (issue 2507)
513
514 tools/run-tests.py: shlex.split() the value of --command-prefix
515 (Chromium issue 171553)
516
517 Fixed pattern detection for replacing shifts by rotation.
518 (Chromium issue 2499)
519
520 Performance and stability improvements on all platforms.
521
522
yangguo@chromium.org28381b42013-01-21 14:39:38 +00005232013-01-21: Version 3.16.7
524
525 Removed <(library) usage from v8.gyp.
526 (Chromium issue 111541)
527
528 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
529 (Chromium issue 169928)
530
531 Performance and stability improvements on all platforms.
532
533
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00005342013-01-18: Version 3.16.6
535
536 Made the Isolate parameter mandatory in Locker and Unlocker classes.
537 (issue 2487)
538
539 Avoid pointer underflow in CopyCharsUnsigned.
540 (issue 2493)
541
542 Generate shim headers when using system v8.
543 (Chromium issue 165264)
544
545 Fixed arguments materialization for inlined apply().
546 (issue 2489)
547
548 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
549 (Chromium issue 147497)
550
551 Added sanity check to CodeFlusher::AddCandidate.
552 (Chromium issue 169209)
553
554 Performance and stability improvements on all platforms.
555
556
5572013-01-15: Version 3.16.5
558
559 Removed deprecated functions from V8's external API.
560
561 Prepared API for WebKit use of Latin-1.
562
563 Fixed V8 issue 2486.
564
565 Fixed Chromium issue 169723.
566
567 Performance and stability improvements on all platforms.
568
569
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00005702013-01-11: Version 3.16.4
571
572 Fixed Chromium issues 168545 and 169209.
573
574 Performance and stability improvements on all platforms.
575
576
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00005772013-01-09: Version 3.16.3
578
579 Improved GC performance when moving parts of a FixedArray (issue 2452).
580
581 Enabled readline on d8 while building a shared lib (issue 1781).
582
583 Fixed missing exception check in typed array constructor
584 (Chromium issue 168545).
585
586 Check for read-only-ness when preparing for array sort (issue 2419).
587
588 Performance and stability improvements on all platforms.
589
590
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +00005912013-01-04: Version 3.16.2
592
593 Added Makefile options to build for the Raspberry Pi (armv7=0,
594 arm_fpu=vfp2).
595
596 Performance and stability improvements on all platforms.
597
598
ulan@chromium.org4121f232012-12-27 15:57:11 +00005992012-12-27: Version 3.16.1
600
601 Fixed x64 MathMinMax for negative untagged int32 arguments.
602 (Chromium issue 164442)
603
604 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
605 (issue 2458)
606
607 Performance and stability improvements on all platforms.
608
609
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +00006102012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +0000611
612 V8_Fatal now prints C++ stack trace in debug mode.
613
614 Added HTML-based tick processor.
615
616 Continued implementation of Object.observe (V8 issue 2409).
617
618 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
619
620 Fixed Chromium issues 125308, 165637, 166379, 166553.
621
622 Performance and stability improvements on all platforms.
623
624
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +00006252012-12-10: Version 3.15.11
626
627 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
628 flags.
629
630 Performance and stability improvements on all platforms.
631
632
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +00006332012-12-07: Version 3.15.10
634
635 Enabled optimisation of functions inside eval. (issue 2315)
636
637 Fixed spec violations in methods of Number.prototype. (issue 2443)
638
639 Added GCTracer metrics for a scavenger GC for DOM wrappers.
640
641 Performance and stability improvements on all platforms.
642
643
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +00006442012-12-06: Version 3.15.9
645
646 Fixed candidate eviction in code flusher.
647 (Chromium issue 159140)
648
649 Iterate through all arguments for side effects in Math.min/max.
650 (issue 2444)
651
652 Fixed spec violations related to regexp.lastIndex
653 (issue 2437, issue 2438)
654
655 Performance and stability improvements on all platforms.
656
657
mmassi@chromium.org49a44672012-12-04 13:52:03 +00006582012-12-04: Version 3.15.8
659
660 Enforced stack allocation of TryCatch blocks.
661 (issue 2166,chromium:152389)
662
663 Fixed external exceptions in external try-catch handlers.
664 (issue 2166)
665
666 Activated incremental code flushing by default.
667
668 Performance and stability improvements on all platforms.
669
670
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +00006712012-11-30: Version 3.15.7
672
673 Activated code aging by default.
674
675 Included more information in --prof log.
676
677 Removed eager sweeping for lazy swept spaces. Try to find in
678 SlowAllocateRaw a bounded number of times a big enough memory slot.
679 (issue 2194)
680
681 Performance and stability improvements on all platforms.
682
683
danno@chromium.org1f34ad32012-11-26 14:53:56 +00006842012-11-26: Version 3.15.6
685
686 Ensure double arrays are filled with holes when extended from
687 variations of empty arrays. (Chromium issue 162085)
688
689 Performance and stability improvements on all platforms.
690
691
ulan@chromium.org8e8d8822012-11-23 14:36:46 +00006922012-11-23: Version 3.15.5
693
694 Fixed JSON.stringify for objects with interceptor handlers.
695 (Chromium issue 161028)
696
697 Fixed corner case in x64 compare stubs. (issue 2416)
698
699 Performance and stability improvements on all platforms.
700
701
yangguo@chromium.orgfb377212012-11-16 14:43:43 +00007022012-11-16: Version 3.15.4
703
704 Fixed Array.prototype.join evaluation order. (issue 2263)
705
706 Perform CPU sampling by CPU sampling thread only iff processing thread
707 is not running. (issue 2364)
708
709 When using an Object as a set in Object.getOwnPropertyNames, null out
710 the proto. (issue 2410)
711
712 Disabled EXTRA_CHECKS in Release build.
713
714 Heap explorer: Show representation of strings.
715
716 Removed 'type' and 'arguments' properties from Error object.
717 (issue 2397)
718
719 Added atomics implementation for ThreadSanitizer v2.
720 (Chromium issue 128314)
721
722 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
723
724 Performance and stability improvements on all platforms.
725
726
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +00007272012-11-13: Version 3.15.3
728
729 Changed sample shell to send non-JS output (e.g. errors) to stderr
730 instead of stdout.
731
732 Correctly check for stack overflow even when interrupt is pending.
733 (issue 214)
734
735 Collect stack trace on stack overflow. (issue 2394)
736
737 Performance and stability improvements on all platforms.
738
739
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +00007402012-11-12: Version 3.15.2
741
742 Function::GetScriptOrigin supplies sourceURL when script name is
743 not available. (Chromium issue 159413)
744
745 Made formatting error message side-effect-free. (issue 2398)
746
747 Fixed length check in JSON.stringify. (Chromium issue 160010)
748
749 ES6: Added support for Set and Map clear method (issue 2400)
750
751 Fixed slack tracking when instance prototype changes.
752 (Chromium issue 157019)
753
754 Fixed disabling of code flusher while marking. (Chromium issue 159140)
755
756 Added a test case for object grouping in a scavenger GC (issue 2077)
757
758 Support shared library build of Android for v8.
759 (Chromium issue 158821)
760
761 ES6: Added support for size to Set and Map (issue 2395)
762
763 Performance and stability improvements on all platforms.
764
765
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +00007662012-11-06: Version 3.15.1
767
768 Put incremental code flushing behind a flag. (Chromium issue 159140)
769
770 Performance and stability improvements on all platforms.
771
772
danno@chromium.org72204d52012-10-31 10:02:10 +00007732012-10-31: Version 3.15.0
774
775 Loosened aligned code target requirement on ARM (issue 2380)
776
777 Fixed JSON.parse to treat leading zeros correctly.
778 (Chromium issue 158185)
779
780 Performance and stability improvements on all platforms.
781
782
rossberg@chromium.org89e18f52012-10-22 13:09:53 +00007832012-10-22: Version 3.14.5
784
785 Killed off the SCons based build.
786
787 Added a faster API for creating v8::Integer objects.
788
789 Speeded up function deoptimization by avoiding quadratic pass over
790 optimized function list. (Chromium issue 155270)
791
792 Always invoke the default Array.sort functions from builtin functions.
793 (issue 2372)
794
795 Reverted recent CPU profiler changes because they broke --prof.
796 (issue 2364)
797
798 Switched code flushing to use different JSFunction field.
799 (issue 1609)
800
801 Performance and stability improvements on all platforms.
802
803
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +00008042012-10-15: Version 3.14.4
805
806 Allow evals for debugger even if they are prohibited in the debugee
807 context. (Chromium issue 154733)
808
809 Enabled --verify-heap in release mode (issue 2120)
810
811 Performance and stability improvements on all platforms.
812
813
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +00008142012-10-11: Version 3.14.3
815
816 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
817 (Chromium issue 155076).
818
819 Bumped variable limit further to 2^17 (Chromium issue 151625).
820
821 Performance and stability improvements on all platforms.
822
823
verwaest@chromium.org33e09c82012-10-10 17:07:22 +00008242012-10-10: Version 3.14.2
825
826 ARM: allowed VFP3 instructions when hardfloat is enabled.
827 (Chromium issue 152506)
828
829 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
830 (Chromium issue 151749)
831
832 Made GDBJIT interface compile again. (issue 1804)
833
834 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
835 (Chromium issue 143967)
836
837 Made sure that names of temporaries do not clash with real variables.
838 (issue 2322)
839
840 Rejected local module declarations. (Chromium issue 150628)
841
842 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
843
844 Fixed slot recording of code target patches.
845 (Chromium issue 152615,chromium:144230)
846
847 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
848
849 Performance and stability improvements on all platforms.
850
851
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +00008522012-10-01: Version 3.14.1
853
854 Don't set -m32 flag when compiling with Android ARM compiler.
855 (Chromium issue 143889)
856
857 Restore the descriptor array before returning allocation failure.
858 (Chromium issue 151750)
859
860 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
861 128252).
862
863 Pull more recent gyp in 'make dependencies'.
864
865 Made sure that the generic KeyedStoreIC changes length and element_kind
866 atomically (issue 2346).
867
868 Bumped number of allowed variables per scope to 65535, to address GWT.
869 (Chromium issue 151625)
870
871 Support sourceURL for dynamically inserted scripts (issue 2342).
872
873 Performance and stability improvements on all platforms.
874
875
ulan@chromium.org56c14af2012-09-20 12:51:09 +00008762012-09-20: Version 3.14.0
877
878 Fixed missing slot recording during clearing of CallICs.
879 (Chromium issue 144230)
880
881 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
882 (Chromium issue 150729)
883
884 Fixed minus zero test. (Issue 2133)
885
886 Fixed setting array length to zero for slow elements.
887 (Chromium issue 146910)
888
889 Fixed lost arguments dropping in HLeaveInlined.
890 (Chromium issue 150545)
891
892 Fixed casting error for receiver of interceptors.
893 (Chromium issue 149912)
894
895 Throw a more descriptive exception when blocking 'eval' via CSP.
896 (Chromium issue 140191)
897
898 Fixed debugger's eval when close to stack overflow. (issue 2318)
899
900 Added checks to live edit. (issue 2297)
901
902 Switched on code compaction on incremental GCs.
903
904 Fixed caching of optimized code for OSR. (issue 2326)
905
906 Not mask exception thrown by toString in String::UtfValue etc.
907 (issue 2317)
908
909 Fixed API check for length of external arrays. (Chromium issue 148896)
910
911 Ensure correct enumeration indices in the dict (Chromium issue 148376)
912
913 Correctly initialize regexp global cache. (Chromium issue 148378)
914
915 Fixed arguments object materialization during deopt. (issue 2261)
916
917 Introduced new API to expose external string resource regardless of
918 encoding.
919
920 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
921 --deopt-every-n-times flag is present
922 (Chromium issue 148389)
923
924 Fixed edge case of extension with NULL as source string.
925 (Chromium issue 144649)
926
927 Fixed array index dehoisting. (Chromium issue 141395)
928
929 Performance and stability improvements on all platforms.
930
931
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +00009322012-09-11: Version 3.13.7
933
934 Enable/disable LiveEdit using the (C++) debug API.
935
936 Performance and stability improvements on all platforms.
937
938
jkummerow@chromium.org78502a92012-09-06 13:50:42 +00009392012-09-06: Version 3.13.6
940
941 Added validity checking to API functions and calls.
942
943 Disabled accessor inlining (Chromium issue 134609).
944
945 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
946
947 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
948
949 Fixed VS2005 build (issue 2313).
950
951 Activated fixed ES5 readonly semantics by default.
952
953 Added hardfp flag to the Makefile.
954
955 Performance and stability improvements on all platforms.
956
957
yangguo@chromium.org355cfd12012-08-29 15:32:24 +00009582012-08-29: Version 3.13.5
959
960 Release stack trace data after firing Error.stack accessor.
961 (issue 2308)
962
963 Added a new API V8::SetJitCodeEventHandler to push code name and
964 location to users such as profilers.
965
966 Allocate block-scoped global bindings to global context.
967
968 Performance and stability improvements on all platforms.
969
970
yangguo@chromium.org46839fb2012-08-28 09:06:19 +00009712012-08-28: Version 3.13.4
972
973 Print reason for disabling optimization. Kill --trace-bailout flag.
974
975 Provided option to disable full DEBUG build on Android.
976
977 Introduced global contexts to represent lexical global scope(s).
978
979 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
980
981 Performance and stability improvements on all platforms.
982
983
yangguo@chromium.org08eb1962012-08-21 11:19:20 +00009842012-08-21: Version 3.13.3
985
986 Performance and stability improvements on all platforms.
987
988
9892012-08-20: Version 3.13.2
990
991 Performance and stability improvements on all platforms.
992
993
verwaest@chromium.orgde64f722012-08-16 15:44:54 +00009942012-08-16: Version 3.13.1
995
996 Performance and stability improvements on all platforms.
997
998
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +00009992012-08-10: Version 3.13.0
1000
1001 Added histograms for total allocated/live heap size, as well as
1002 allocated size and percentage of total for map and cell space.
1003
1004 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1005 (issue 1645)
1006
1007 Added checks for interceptors to negative lookup code in Crankshaft.
1008 (Chromium issue 140473)
1009
1010 Made incremental marking clear ICs and type feedback cells.
1011
1012 Performance and stability improvements on all platforms.
1013
1014
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000010152012-08-01: Version 3.12.19
1016
1017 Performance and stability improvements on all platforms.
1018
1019
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000010202012-07-30: Version 3.12.18
1021
1022 Forced using bit-pattern for signed zero double. (issue 2239)
1023
1024 Made sure double to int conversion is correct. (issue 2260)
1025
1026 Performance and stability improvements on all platforms.
1027
1028
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000010292012-07-27: Version 3.12.17
1030
1031 Always set the callee's context when calling a function from optimized
1032 code.
1033 (Chromium issue 138887)
1034
1035 Fixed building with GCC 3.x
1036 (issue 2016, 2017)
1037
1038 Improved API calls that return empty handles.
1039 (issue 2245)
1040
1041 Performance and stability improvements on all platforms.
1042
1043
danno@chromium.org129d3982012-07-25 15:01:47 +000010442012-07-25: Version 3.12.16
1045
1046 Performance and stability improvements on all platforms.
1047
1048
yangguo@chromium.org304cc332012-07-24 07:59:48 +000010492012-07-24: Version 3.12.15
1050
1051 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1052 (issue 2252)
1053
1054 Added dependency to HLoadKeyed* instructions to prevent invalid
1055 hoisting. (Chromium issue 137768)
1056
1057 Enabled building d8 for Android on Mac.
1058
1059 Interpret negative hexadecimal literals as NaN.
1060 (issue 2240)
1061
1062 Expose counters in javascript when using --track-gc-object-stats.
1063
1064 Enabled building and testing V8 on Android IA.
1065
1066 Added --trace-parse flag to parser.
1067
1068 Performance and stability improvements on all platforms.
1069
1070
verwaest@chromium.org178fb152012-07-18 11:21:48 +000010712012-07-18: Version 3.12.14
1072
1073 Deactivated optimization of packed arrays.
1074 (Chromium issue 137768)
1075
1076 Fixed broken accessor transition.
1077 (Chromium issue 137689)
1078
1079 Performance and stability improvements on all platforms.
1080
1081
verwaest@chromium.org753aee42012-07-17 16:15:42 +000010822012-07-17: Version 3.12.13
1083
1084 Fixed missing tagging of stack value in finally block.
1085 (Chromium issue 137496)
1086
1087 Added more support for heap analysis.
1088
1089 Performance and stability improvements on all platforms.
1090
1091
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000010922012-07-16: Version 3.12.12
1093
1094 Added an option to the tickprocessor to specify the directory for lib
1095 lookup.
1096
1097 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1098
1099 Fixed transcendental cache on ARM in optimized code (issue 2234).
1100
1101 New heap inspection tools: counters for object sizes and counts,
1102 histograms for external fragmentation.
1103
1104 Incorporated constness into inferred interfaces (in preparation for
1105 handling imports) (issue 1569).
1106
1107 Performance and stability improvements on all platforms.
1108
1109
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000011102012-07-12: Version 3.12.11
1111
1112 Renamed "mips" arch to "mipsel" in the GYP build.
1113
1114 Fixed computation of call targets on prototypes in Crankshaft.
1115 (Chromium issue 125148)
1116
1117 Removed use of __lookupGetter__ when generating stack trace.
1118 (issue 1591)
1119
1120 Turned on ES 5.2 globals semantics by default.
1121 (issue 1991, Chromium issue 80591)
1122
1123 Synced preparser and parser wrt syntax error in switch..case.
1124 (issue 2210)
1125
1126 Fixed reporting of octal literals in strict mode when preparsing.
1127 (issue 2220)
1128
1129 Fixed inline constructors for Harmony Proxy prototypes.
1130 (issue 2225)
1131
1132 Performance and stability improvements on all platforms.
1133
1134
danno@chromium.org81cac2b2012-07-10 11:28:27 +000011352012-07-10: Version 3.12.10
1136
1137 Re-enabled and fixed issue with array bounds check elimination
1138 (Chromium issue 132114).
1139
1140 Fixed Debug::Break crash. (Chromium issue 131642)
1141
1142 Added optimizing compiler support for JavaScript getters.
1143
1144 Performance and stability improvements on all platforms.
1145
1146
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000011472012-07-06: Version 3.12.9
1148
1149 Correctly advance the scanner when scanning unicode regexp flag.
1150 (Chromium issue 136084)
1151
1152 Fixed unhandlified code calling Harmony Proxy traps.
1153 (issue 2219)
1154
1155 Performance and stability improvements on all platforms.
1156
1157
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000011582012-07-05: Version 3.12.8
1159
1160 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1161
1162 Performance and stability improvements on all platforms.
1163
1164
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000011652012-07-03: Version 3.12.7
1166
1167 Fixed lazy compilation for strict eval scopes.
1168 (Chromium issue 135066)
1169
1170 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1171 (issue 2151)
1172
1173 Report "hidden properties" in heap profiler for properties case.
1174 (issue 2212)
1175
1176 Activated optimization of packed arrays by default.
1177
1178 Performance and stability improvements on all platforms.
1179
1180
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000011812012-06-29: Version 3.12.6
1182
1183 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1184
1185 Extended TypedArray support in d8.
1186
1187
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000011882012-06-28: Version 3.12.5
1189
1190 Fixed lazy parsing heuristics to respect outer scope.
1191 (Chromium issue 135008)
1192
1193 Allow using test-wrapper-gypbuild.py on Windows when no python
1194 interpreter is registered.
1195
1196 Performance and stability improvements on all platforms.
1197
1198
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000011992012-06-27: Version 3.12.4
1200
1201 Removed -fomit-frame-pointer flag from Release builds to make
1202 the stack walkable by TCMalloc (Chromium issue 133723).
1203
1204 Ported r7868 (constant masking) to x64 (issue 1374).
1205
1206 Expose more detailed memory statistics (issue 2201).
1207
1208 Fixed Harmony Maps and WeakMaps for undefined values
1209 (Chromium issue 132744).
1210
1211 Correctly throw reference error in strict mode with ICs disabled
1212 (issue 2119).
1213
1214 Performance and stability improvements on all platforms.
1215
1216
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000012172012-06-25: Version 3.12.3
1218
1219 Reverted r11835 'Unify promotion and allocation limit computation' due
1220 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1221
1222 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1223
1224 Performance and stability improvements on all platforms.
1225
1226
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000012272012-06-22: Version 3.12.2
1228
1229 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1230 ia32/x64. (Chromium issue 134055)
1231
1232 Fixed lazy sweeping heuristics to prevent old-space expansion.
1233 (issue 2194)
1234
1235 Performance and stability improvements on all platforms.
1236
1237
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000012382012-06-21: Version 3.12.1
1239
1240 Performance and stability improvements on all platforms.
1241
1242
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000012432012-06-20: Version 3.12.0
1244
1245 Fixed Chromium issues:
1246 115100, 129628, 131994, 132727, 132741, 132742, 133211
1247
1248 Fixed V8 issues:
1249 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1250
1251 Added --extra-code flag to mksnapshot to load JS code into the VM
1252 before creating the snapshot.
1253
1254 Support 'restart call frame' command in the debugger.
1255
1256 Performance and stability improvements on all platforms.
1257
1258
mmassi@chromium.org7028c052012-06-13 11:51:58 +000012592012-06-13: Version 3.11.10
1260
1261 Implemented heap profiler memory usage reporting.
1262
1263 Preserved error message during finally block in try..finally.
1264 (Chromium issue 129171)
1265
1266 Fixed EnsureCanContainElements to properly handle double values.
1267 (issue 2170)
1268
1269 Improved heuristics to keep objects in fast mode with inherited
1270 constructors.
1271
1272 Performance and stability improvements on all platforms.
1273
1274
rossberg@chromium.org400388e2012-06-06 09:29:22 +000012752012-06-06: Version 3.11.9
1276
1277 Implemented ES5-conformant semantics for inherited setters and read-only
1278 properties. Currently behind --es5_readonly flag, because it breaks
1279 WebKit bindings.
1280
1281 Exposed last seen heap object id via v8 public api.
1282
1283 Performance and stability improvements on all platforms.
1284
1285
verwaest@chromium.org37141392012-05-31 13:27:02 +000012862012-05-31: Version 3.11.8
1287
1288 Avoid overdeep recursion in regexp where a guarded expression with a
1289 minimum repetition count is inside another quantifier.
1290 (Chromium issue 129926)
1291
1292 Fixed missing write barrier in store field stub.
1293 (issues 2143, 1465, Chromium issue 129355)
1294
1295 Proxies: Fixed receiver for setters inherited from proxies.
1296 Proxies: Fixed ToStringArray function so that it does not reject some
1297 keys.
1298 (issue 1543)
1299
1300 Performance and stability improvements on all platforms.
1301
1302
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000013032012-05-29: Version 3.11.7
1304
1305 Get better function names in stack traces.
1306
1307 Performance and stability improvements on all platforms.
1308
1309
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000013102012-05-24: Version 3.11.6
1311
1312 Fixed RegExp.prototype.toString for incompatible receivers
1313 (issue 1981).
1314
1315 Performance and stability improvements on all platforms.
1316
1317
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000013182012-05-23: Version 3.11.5
1319
1320 Performance and stability improvements on all platforms.
1321
1322
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000013232012-05-22: Version 3.11.4
1324
1325 Some cleanup to common.gypi. This fixes some host/target combinations
1326 that weren't working in the Make build on Mac.
1327
1328 Handle EINTR in socket functions and continue incomplete sends.
1329 (issue 2098)
1330
1331 Fixed python deprecations. (issue 1391)
1332
1333 Made socket send and receive more robust and return 0 on failure.
1334 (Chromium issue 15719)
1335
1336 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1337
1338 Set '-m32' option for host and target platforms
1339
1340 Performance and stability improvements on all platforms.
1341
1342
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000013432012-05-18: Version 3.11.3
1344
1345 Disable optimization for functions that have scopes that cannot be
1346 reconstructed from the context chain. (issue 2071)
1347
1348 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1349
1350 Correctly check for native error objects. (Chromium issue 2138)
1351
1352 Performance and stability improvements on all platforms.
1353
1354
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000013552012-05-16: Version 3.11.2
1356
1357 Revert r11496. (Chromium issue 128146)
1358
1359 Implement map collection for incremental marking. (issue 1465)
1360
1361 Add toString method to CallSite (which describes a frame of the
1362 stack trace).
1363
1364
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000013652012-05-15: Version 3.11.1
1366
1367 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1368
1369 Fix freebsd build. (V8 issue 2126)
1370
1371 Performance and stability improvements on all platforms.
1372
1373
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000013742012-05-11: Version 3.11.0
1375
1376 Fixed compose-discard crasher from r11524 (issue 2123).
1377
1378 Activated new global semantics by default. Global variables can
1379 now shadow properties of the global object (ES5.1 erratum).
1380
1381 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1382 transitioning (Chromium issue 117409).
1383
1384 Made Error.prototype.name writable again, as required by the spec and
1385 the web (Chromium issue 69187).
1386
1387 Implemented map collection with incremental marking (issue 1465).
1388
1389 Regexp: Fixed overflow in min-match-length calculation
1390 (Chromium issue 126412).
1391
1392 MIPS: Fixed illegal instruction use on Loongson in code for
1393 Math.random() (issue 2115).
1394
1395 Fixed crash bug in VisitChoice (Chromium issue 126272).
1396
1397 Fixed unsigned-Smi check in MappedArgumentsLookup
1398 (Chromium issue 126414).
1399
1400 Fixed LiveEdit for function with no locals (issue 825).
1401
1402 Fixed register clobbering in LoadIC for interceptors
1403 (Chromium issue 125988).
1404
1405 Implemented clearing of CompareICs (issue 2102).
1406
1407 Performance and stability improvements on all platforms.
1408
1409
danno@chromium.org2c26cb12012-05-03 09:06:43 +000014102012-05-03: Version 3.10.8
1411
1412 Enabled MIPS cross-compilation.
1413
1414 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1415 (Chromium issue 125515)
1416
1417 Fixed corner cases in truncation behavior when storing to
1418 TypedArrays. (issue 2110)
1419
1420 Fixed failure to properly recognize and report out-of-memory
1421 conditions when allocating code space pages. (Chromium issue
1422 118625)
1423
1424 Fixed idle notifications to perform a round of incremental GCs
1425 after context disposal. (issue 2107)
1426
1427 Fixed preparser for try statement. (issue 2109)
1428
1429 Performance and stability improvements on all platforms.
1430
1431
danno@chromium.org1044a4d2012-04-30 12:34:39 +000014322012-04-30: Version 3.10.7
1433
1434 Performance and stability improvements on all platforms.
1435
1436
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000014372012-04-26: Version 3.10.6
1438
1439 Fixed some bugs in accessing details of the last regexp match.
1440
1441 Fixed source property of empty RegExp objects. (issue 1982)
1442
1443 Enabled inlining some V8 API functions.
1444
1445 Performance and stability improvements on all platforms.
1446
1447
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000014482012-04-23: Version 3.10.5
1449
1450 Put new global var semantics behind a flag until WebKit tests are
1451 cleaned up.
1452
1453 Enabled stepping into callback passed to builtins.
1454 (Chromium issue 109564)
1455
1456 Performance and stability improvements on all platforms.
1457
1458
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000014592012-04-19: Version 3.10.4
1460
1461 Fixed issues when stressing compaction with WeakMaps.
1462
1463 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1464
1465 Simplify invocation sequence at monomorphic function invocation sites.
1466 (issue 2079)
1467
1468 Performance and stability improvements on all platforms.
1469
1470
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000014712012-04-17: Version 3.10.3
1472
1473 Fixed several bugs in heap profiles (including issue 2078).
1474
1475 Throw syntax errors on illegal escape sequences.
1476
1477 Implemented rudimentary module linking (behind --harmony flag)
1478
1479 Implemented ES5 erratum: Global declarations should shadow
1480 inherited properties.
1481
1482 Made handling of const more consistent when combined with 'eval'
1483 and 'with'.
1484
1485 Fixed V8 on MinGW-x64 (issue 2026).
1486
1487 Performance and stability improvements on all platforms.
1488
1489
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000014902012-04-13: Version 3.10.2
1491
1492 Fixed native ARM build (issues 1744, 539)
1493
1494 Return LOOKUP variable instead of CONTEXT for non-context allocated
1495 outer scope parameters (Chromium issue 119609).
1496
1497 Fixed regular and ElementsKind transitions interfering with each other
1498 (Chromium issue 122271).
1499
1500 Improved performance of keyed loads/stores which have a HeapNumber
1501 index (issues 1388, 1295).
1502
1503 Fixed WeakMap processing for evacuation candidates (issue 2060).
1504
1505 Bailout on possible direct eval calls (Chromium issue 122681).
1506
1507 Do not assume that names of function expressions are context-allocated
1508 (issue 2051).
1509
1510 Performance and stability improvements on all platforms.
1511
1512
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000015132012-04-10: Version 3.10.1
1514
1515 Fixed bug with arguments object in inlined functions (issue 2045).
1516
1517 Fixed performance bug with lazy initialization (Chromium issue
1518 118686).
1519
1520 Added suppport for Mac OS X 64bit builds with GYP.
1521 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1522
1523 Fixed bug with hidden properties (issue 2034).
1524
1525 Fixed a performance bug when reloading pages (Chromium issue 117767,
1526 V8 issue 1902).
1527
1528 Fixed bug when optimizing throw in top-level code (issue 2054).
1529
1530 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1531
1532 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1533
1534 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1535
1536 Fixed compilation of V8 using uClibc.
1537
1538 Optimized boot-up memory use.
1539
1540 Optimized regular expressions.
1541
1542
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000015432012-03-30: Version 3.10.0
1544
1545 Fixed store IC writability check in strict mode
1546 (Chromium issue 120099).
1547
1548 Resynchronize timers if the Windows system time was changed.
1549 (Chromium issue 119815)
1550
1551 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1552 hardfp ARM
1553 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1554
1555 Fixed edge case for case independent regexp character classes
1556 (issue 2032).
1557
1558 Reset function info counters after context disposal.
1559 (Chromium issue 117767, V8 issue 1902)
1560
1561 Fixed missing write barrier in CopyObjectToObjectElements.
1562 (Chromium issue 119926)
1563
1564 Fixed missing bounds check in HasElementImpl.
1565 (Chromium issue 119925)
1566
1567 Performance and stability improvements on all platforms.
1568
1569
danno@chromium.org88aa0582012-03-23 15:11:57 +000015702012-03-23: Version 3.9.24
1571
1572 Activated count-based profiler for ARM.
1573
1574 Fixed use of proxies as f.prototype properties. (issue 2021)
1575
1576 Enabled snapshots on MIPS.
1577
1578 Performance and stability improvements on all platforms.
1579
1580
ulan@chromium.org6ff65142012-03-21 09:52:17 +000015812012-03-21: Version 3.9.23
1582
1583 Use correct arguments adaptation environment when inlining function
1584 containing arguments. (Issue 2014)
1585
1586 Performance and stability improvements on all platforms.
1587
1588
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000015892012-03-20: Version 3.9.22
1590
1591 Enabled count-based profiler by default.
1592
1593 Implemented a hash based look-up to speed up address checks
1594 in large object space (issue 853).
1595
1596 Performance and stability improvements on all platforms.
1597
1598
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000015992012-03-19: Version 3.9.21
1600
1601 Fixed push-to-trunk script (and re-push).
1602
1603 Added API call that identifies strings that are guaranteed only to
1604 contain ASCII characters.
1605
1606
16072012-03-19: Version 3.9.20
1608
1609 Fixed declarations escaping global strict eval. (Issue 1624)
1610
1611 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
1612
1613 Fixed function declarations overwriting read-only global properties.
1614 (Chromium issue 115452)
1615
1616 Fixed --use-strict flag in combination with --harmony[-scoping].
1617
1618 Debugger: naive implementation of "step into Function.prototype.bind".
1619
1620 Debugger: added ability to set script source from within OnBeforeCompile
1621
1622 Added flag to always call DebugBreak on abort.
1623
1624 Re-enabled constructor inlining and inline === comparison with boolean
1625 constants. (Issue 2009)
1626
1627 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
1628
1629 Performance and stability improvements on all platforms.
1630
1631
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000016322012-03-14: Version 3.9.19
1633
1634 Ensure there is a smi check of the receiver for global load and call
1635 ICs (Chromium issue 117794).
1636
1637 Performance and stability improvements on all platforms.
1638
1639
yangguo@chromium.org154ff992012-03-13 08:09:54 +000016402012-03-13: Version 3.9.18
1641
1642 Ensure consistency of Math.sqrt on Intel platforms.
1643
1644 Remove static initializers in v8. (issue 1859)
1645
1646 Add explicit dependency on v8_base in the GYP-based build.
1647
1648 Performance and stability improvements on all platforms.
1649
1650
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000016512012-03-12: Version 3.9.17
1652
1653 Fixed VFP detection through compiler defines. (issue 1996)
1654
1655 Add Code-related fields to postmortem metadata.
1656
1657 Performance and stability improvements on all platforms.
1658
1659
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000016602012-03-09: Version 3.9.16
1661
1662 Added basic interface inference for modules (behind the --harmony flag).
1663
1664 Added Object.is, Number.isFinite, Number.isNaN.
1665
1666 Updated the Unicode tables to Unicode version 6.1.0.
1667
1668 Performance and stability improvements on all platforms.
1669
1670
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000016712012-03-06: Version 3.9.15
1672
1673 Fix the heap profiler crash caused by memory layout changes between
1674 passes.
1675
1676 Fix Error.prototype.toString to throw TypeError. (issue 1980)
1677
1678 Fix double-rounding in strtod for MinGW. (issue 1062)
1679
1680 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
1681
1682 Performance and stability improvements on all platforms.
1683
1684
fschneider@chromium.org35814e52012-03-01 15:43:35 +000016852012-03-01: Version 3.9.14
1686
1687 Performance and stability improvements on all platforms.
1688
1689
ulan@chromium.org812308e2012-02-29 15:58:45 +000016902012-02-29: Version 3.9.13
1691
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001692 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001693
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001694 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
1695 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00001696
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001697 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00001698
1699 Performance and stability improvements on all platforms.
1700
1701
ulan@chromium.org967e2702012-02-28 09:49:15 +000017022012-02-28: Version 3.9.12
1703
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001704 Fixed the negative lookup stub to handle deleted entries in a
1705 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00001706
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001707 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00001708 callback function can resolve the location of a return address on stack
1709 to the location where a return-address rewriting profiler stashed the
1710 original return address.
1711
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001712 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
1713 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001714
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001715 Fixed issue 1853: Update breakpoints set with partial file name after
1716 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00001717
1718
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000017192012-02-27: Version 3.9.11
1720
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001721 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00001722
1723
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000017242012-02-24: Version 3.9.10
1725
1726 Fixed V8 issues 1322, 1772 and 1969.
1727
1728 Conformance improvements.
1729
1730 Performance and stability improvements on all platforms.
1731
1732
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000017332012-02-23: Version 3.9.9
1734
1735 Supported fast case for-in in Crankshaft.
1736
1737 Sped up heap snapshot serialization and dominators construction.
1738
1739 Randomized allocation addresses on windows. (Chromium issue 115151)
1740
1741 Fixed compilation with MinGW-w64. (issue 1943)
1742
1743 Fixed incorrect value of assignments to non-extensible properties.
1744
1745 Fixed a crash bug in generated code on ia32.
1746
1747 Performance and stability improvements on all platforms.
1748
1749
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000017502012-02-21: Version 3.9.8
1751
1752 Fixed memory leak and missing #include in StartupDataDecompressor
1753 (issue 1960).
1754
1755 Renamed static methods to avoid shadowing virtual methods and fix Clang
1756 C++11 compile error.
1757
1758 Fixed sequence of element access in array builtins (issue 1790).
1759
1760 Performance and stability improvements on all platforms.
1761
1762
yangguo@chromium.org56454712012-02-16 15:33:53 +000017632012-02-16: Version 3.9.7
1764
1765 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
1766
1767 Fixed GCC-4.7 warnings.
1768
1769 Added Navier-Stokes benchmark.
1770
1771 Performance and stability improvements on all platforms.
1772
1773
ulan@chromium.org65a89c22012-02-14 11:46:07 +000017742012-02-14: Version 3.9.6
1775
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001776 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001777
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001778 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001779
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001780 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00001781
1782 Heap Snapshot maximum size limit is too low for really big apps. At the
1783 moment the limit is 256MB. (Chromium issue 113015)
1784
1785 Performance and stability improvements on all platforms.
1786
1787
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000017882012-02-09: Version 3.9.5
1789
1790 Removed unused command line flags.
1791
1792 Performance and stability improvements on all platforms.
1793
1794
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000017952012-02-08: Version 3.9.4
1796
1797 Properly initialize element-transitioning array literals on ARM.
1798 (issue 1930)
1799
1800 Bug fixes on all platforms.
1801
1802
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000018032012-02-07: Version 3.9.3
1804
1805 When rethrowing an exception, print the stack trace of its original
1806 site instead of rethrow site (Chromium issue 60240).
1807
1808 Increased size of small stacks from 32k to 64k to avoid hitting limits
1809 in Chromium (Chromium issue 112843).
1810
1811
rossberg@chromium.org994edf62012-02-06 10:12:55 +000018122012-02-06: Version 3.9.2
1813
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001814 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00001815
1816 Heap profiler reports implicit references.
1817
1818 Optionally export metadata with libv8 to enable debuggers to inspect V8
1819 state.
1820
1821
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000018222012-02-02: Version 3.9.1
1823
1824 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
1825 (Chromium issue 112315).
1826
1827 Fixed a crash in dev tools (Chromium issue 107996).
1828
1829 Added 'dependencies_traverse': 1 to v8 GYP target.
1830
1831 Performance and stability improvements on all platforms.
1832
1833
danno@chromium.orgfa458e42012-02-01 10:48:36 +000018342012-02-01: Version 3.9.0
1835
fschneider@chromium.org35814e52012-03-01 15:43:35 +00001836 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00001837
1838 Stability fixes and performance improvements on all platforms.
1839
1840
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000018412012-01-26: Version 3.8.9
1842
1843 Flush number string cache on GC (issue 1605).
1844
1845 Provide access to function inferred name with
1846 v8::Function::GetInferredName in V8 public API.
1847
1848 Fix building with Clang (issue 1912).
1849
1850 Reduce the space used by the stack for the profiling thread.
1851
1852 Fix misleading documentation of v8::Locker (issue 542).
1853
1854 Introduce readbinary function in d8 to read binary files.
1855
1856 Performance and stability improvements on all platforms.
1857
1858
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000018592012-01-23: Version 3.8.8
1860
1861 Limited number of loop iterations in Heap::ReserveSpace
1862 (Chromium issue 99027).
1863
1864 Fixed solaris build (VirtualMemory) (issue 1761).
1865
1866 Fixed strict vs. non-strict handling of function proxies in
1867 higher-order array and string methods.
1868
1869 Enabled asynchronous remote debugging with d8 (issue 1691).
1870
1871 Stability and performance improvements on all platforms.
1872
1873
ulan@chromium.org2efb9002012-01-19 15:36:35 +000018742012-01-19: Version 3.8.7
1875
1876 Ensure that LRandom restores rsi after call to the C function on x64.
1877 (Chromium issue http://crbug.com/110509)
1878
1879 Fixing include issues on *bsd when building with scons.
1880 (issue 1897)
1881
1882 Provide a switch to specify -fno-strict-aliasing
1883 (issue 1887)
1884
1885 Move WIN32 define from standalone.gypi to common.gypi
1886 (issue 1760)
1887
1888 Fix corner-case in heap size estimation.
1889 (issue 1893)
1890
1891 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
1892 (issue 1903)
1893
1894 Performance improvements and bug fixes.
1895
1896
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000018972012-01-16: Version 3.8.6
1898
1899 Add primitive WebGL array support to d8.
1900
1901 Improve heap size estimation (issue 1893).
1902
1903 Hash collision DOS workaround extended from string keys
1904 to numeric keys.
1905
1906 Provide an API for iterating through all external strings referenced
1907 from the JS heap.
1908
1909 Adjust position recorded for call expressions. http://crbug.com/109195
1910
1911 Fix GC crash related to instanceof. http://crbug.com/109448
1912
1913 Performance improvements and bug fixes.
1914
1915
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000019162012-01-05: Version 3.8.5
1917
1918 Fix broken test that assumes that no GC can clear the regexp cache (GC
1919 can happen at any time due to Crankshaft).
1920
1921 Fix handling of bogus receivers for Harmony collections. (issue 1884)
1922
1923 Add netbsd support to gyp build.
1924
1925 Determine page size at runtime on posix platforms.
1926
1927 Ensure that store buffer filtering hash sets are cleared after
1928 StoreBuffer::Filter.
1929
1930 Randomize the seed used for string hashing. This helps guard against
1931 CPU-eating DOS attacks against node.js servers. Based on code from
1932 Bert Belder. This version only solves the issue for those that compile
1933 V8 themselves or those that do not use snapshots. A snapshot-based
1934 precompiled V8 will still have predictable string hash codes.
1935
1936 Implement callback when script finishes running in V8 API.
1937
1938 Improve performance of Math.min and Math.max for the case of two
1939 arguments. (issue 1325)
1940
1941
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000019422012-01-02: Version 3.8.4
1943
1944 Performance improvements for large Smi-only arrays.
1945
1946 Fixed InternalArrays construction. (issue 1878)
1947
1948
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000019492011-12-27: Version 3.8.3
1950
1951 Avoid embedding new space objects into code objects in the lithium gap
1952 resolver. (chromium:108296)
1953
1954 Bug fixes and performance optimizations on all platforms.
1955
1956
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000019572011-12-21: Version 3.8.2
1958
1959 Add max optimization flag to v8 gyp build to ensure V8 is always built
1960 fully optimized in Chrome.
1961
1962 MIPS: Bring MIPS to parity with other platforms.
1963
1964 Optimizations and stability improvements on all platforms.
1965
1966
ricow@chromium.org7ad65222011-12-19 12:13:11 +000019672011-12-19: Version 3.8.1
1968
1969 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
1970
1971 Stability improvements on all platforms.
1972
1973
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000019742011-12-13: Version 3.8.0
1975
1976 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
1977
1978 Sync parser and preparser on do-while and return statements.
1979 (issue 1856)
1980
1981 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
1982
1983 Stability and performance improvements on all platforms.
1984
1985
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000019862011-12-01: Version 3.7.12
1987
1988 Increase tick interval for the android platform.
1989
1990 Fix a bug in the register allocator. (chromium:105112)
1991
1992 Fix handling of recompiling code. (chromium:105375, v8:1782)
1993
1994 Start incremental marking on idle notification. (v8:1458)
1995
1996 Build fixes for various platforms.
1997
1998 Various performance improvements.
1999
2000
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000020012011-11-29: Version 3.7.11
2002
2003 Fixed bug when generating padding to ensure space for lazy
2004 deoptimization.
2005 (issue 1846)
2006
2007 Further reduced pause times due to GC.
2008
2009 Stability and performance improvements on all platforms.
2010
2011
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000020122011-11-23: Version 3.7.10
2013
2014 Set maximum length of FixedArray in terms of elements instead an
2015 absolute number of bytes.
2016 (Chromium issue 103103)
2017
2018 Stability and performance improvements on all platforms.
2019
2020
20212011-11-21: Version 3.7.9
2022
2023 Removed exit-time destructors.
2024
2025 Stability and performance improvements on all platforms.
2026
2027
ricow@chromium.org27bf2882011-11-17 08:34:43 +000020282011-11-17: Version 3.7.8
2029
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002030 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002031 function on builtins will not make the original function reappear.
2032
2033 Added NetBSD support for scons build.
2034
2035 Performance improvements on all platforms.
2036
2037
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000020382011-11-14: Version 3.7.7
2039
2040 Fix missing fast property accessors in heap snapshots.
2041 (issue 1818)
2042
2043
danno@chromium.org2c456792011-11-11 12:00:53 +000020442011-11-11: Version 3.7.6
2045
2046 Fixed filtering of store buffer for large object pages.
2047 (issue 1817)
2048
2049 Fixed generated hash function on all platforms.
2050 (issue 1808)
2051
2052 Fixed Heap::Shrink to ensure that it does not free pages that are
2053 still in use.
2054 (Chromium issue 100414)
2055
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002056 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002057
2058
danno@chromium.orgc612e022011-11-10 11:38:15 +000020592011-11-10: Version 3.7.5
2060
2061 Added initial gyp infrastructure for MIPS.
2062
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002063 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002064 collector.
2065
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002066 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002067
2068
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000020692011-11-07: Version 3.7.4
2070
2071 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2072
2073 Fix Harmony sets and maps to allow null and undefined as keys
2074 (still hidden behind --harmony flag) (issue 1622).
2075
2076 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2077
2078 Enable VFP instructions for Android.
2079
2080 Fix error handling in Date.prototype.toISOString (issue 1792).
2081
2082 Bug fixes and performance improvements for all platforms.
2083
2084 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2085
2086
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000020872011-10-28: Version 3.7.3
2088
2089 Slight deoptimization as a workaround for issue with jslint: Issue
2090 1789.
2091
2092
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000020932011-10-27: Version 3.7.2
2094
2095 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2096
2097
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000020982011-10-26: Version 3.7.1
2099
2100 Achieved 33% speedup in debug-mode tests.
2101
2102 Removed special casing of calls to RegExp test and exec methods with no
2103 argument. Now matches new JSC behaviour. crbug.com/75740.
2104
2105 Return the empty string on cyclic references in toString (ES5
2106 conformance).
2107
2108 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2109
2110 Made Math.random state per-context instead of per-process (issue 864).
2111
2112 Fixed stack traces to skip native functions.
2113
2114 Make snapshots (new contexts) smaller and faster.
2115
2116 Fixed handling of Function.apply for non-array arguments.
2117
2118 Fixed evaluation order in defineProperties to match FireFox.
2119
2120 Fixed handling of non-object receivers for array builtins,
2121 crbug.com/100702.
2122
2123 Multiple fixes to improve compliance with test262.
2124
2125 Fixed compatibility with older Android releases.
2126
2127 Fixed compilation with gcc-4.5.3.
2128
2129 Improved performance of WriteUtf8, issue 1665.
2130
2131 Made native syntax an early error in the preparser.
2132
2133 Fixed issues 793 and 893 relating to Function.prototype.bind.
2134
2135 Improved let, const, Set and Map support and other Harmony features
2136 (behind the --harmony flag).
2137
2138 Changed evaluation order for > and <= to match ES5 instead of ES3.
2139
2140 Bug fixes and performance improvements on all platforms.
2141
2142
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000021432011-10-13: Version 3.7.0
2144
2145 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2146
2147 Fixed issue 1757 (string slices of external strings).
2148
2149 Fixed issue 1759 (ARM).
2150
2151 Added flag --noclever-optimizations to disable some things that
2152 caused trouble in the past.
2153
2154 Added flag --stress-compaction for testing.
2155
2156 Added flag --harmony to activate all experimental Harmony features.
2157
2158
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000021592011-10-10: Version 3.6.6
2160
2161 Added a GC pause visualization tool.
2162
2163 Added presubmit=no and werror=no flags to Makefile.
2164
2165 ES5/Test262 conformance improvements.
2166
2167 Fixed compilation issues with GCC 4.5.x (issue 1743).
2168
2169 Bug fixes and performance improvements on all platforms.
2170
2171
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000021722011-10-05: Version 3.6.5
2173
2174 New incremental garbage collector.
2175
2176 Removed the hard heap size limit (soft heap size limit is still
2177 700/1400Mbytes by default).
2178
2179 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2180
2181 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2182
2183 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2184
2185 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2186
2187 Fixed the MinGW and Windows 2000 builds.
2188
2189 Fixed "Prototype chain is not searched if named property handler does
2190 not set a property" (Issue 1636).
2191
2192 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2193
2194 Disallowed future reserved words as labels in strict mode.
2195
2196 Fixed string split to correctly coerce the separator to a string
2197 (Issue 1711).
2198
2199 API: Added an optional source length field to the Extension
2200 constructor.
2201
2202 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2203 (Issue 1573).
2204
2205 Added "native" target to Makefile for the benefit of Linux distros.
2206
2207 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2208
2209 More work on ES-Harmony proxies. Still hidden behind a flag.
2210
2211 Bug fixes and performance improvements on all platforms.
2212
2213
lrn@chromium.org34e60782011-09-15 07:25:40 +000022142011-09-15: Version 3.6.4
2215
2216 Fixed d8's broken readline history.
2217
2218 Removed the need for code delete events in CPU profiler (Issue 1466).
2219
2220 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2221
2222 Fixing parallel execution in d8 (with -p) and some memory leaks.
2223
2224 Support for precise stepping in functions compiled before debugging was
2225 started (step 1).
2226
2227
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000022282011-09-13: Version 3.6.3
2229
2230 Implemented better support of typed arrays in the d8 shell.
2231
2232 Bug fixes and performance improvements on all platforms.
2233
2234
ricow@chromium.org55ee8072011-09-08 16:33:10 +000022352011-09-08: Version 3.6.2
2236
2237 Added "dependencies" target to top-level Makefile.
2238
2239 Added ability to turn profiler on/off in d8.
2240
2241 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2242
2243 Fixed several crash bugs.
2244
2245
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000022462011-09-07: Version 3.6.1
2247
2248 Fixed a bug in abrupt exit from with or catch inside finally.
2249
2250 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2251 issue 95113).
2252
2253 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2254
2255 Fixed a few clang warnings (which -Werror treated as errors).
2256
2257 Performance improvements on all platforms.
2258
2259
fschneider@chromium.org1805e212011-09-05 10:49:12 +000022602011-09-05: Version 3.6.0
2261
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002262 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002263
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002264 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002265
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002266 Made arguments and caller always be null on native functions
2267 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002268
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002269 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002270
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002271 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002272
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002273 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002274
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002275 Fixed a problem with large heap snapshots in Chrome DevTools
2276 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002277
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002278 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002279
2280
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000022812011-08-31: Version 3.5.10
2282
2283 Added dependency of v8_base on WinSocket2 Windows library in
2284 the GYP-build.
2285
2286 Various bugfixes.
2287
2288
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000022892011-08-29: Version 3.5.9
2290
2291 Made FromPropertyDescriptor not trigger inherited setters.
2292
2293 Fixed .gyp files to work on the ARM simulator.
2294
2295 Fixed shared library build warnings for MSVS.
2296
2297
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000022982011-08-24: Version 3.5.8
2299
2300 Added V8EXPORT attributes for v8::Array::CheckCast and
2301 v8::Number::CheckCast.
2302
2303 Made a slight API change enabling opting out from null termination
2304 in String::Write*().
2305
2306 Fixed arm build for gcc-4.6.
2307
2308
rossberg@chromium.org28a37082011-08-22 11:03:23 +000023092011-08-22: Version 3.5.7
2310
2311 Make scanner handle invalid unicode escapes in identifiers correctly.
2312
2313 Make regexp flag parsing stricter.
2314
2315 Fix several memory leaks.
2316
2317
danno@chromium.orgb6451162011-08-17 14:33:23 +000023182011-08-17: Version 3.5.6
2319
2320 Fixed issue that could cause crashes when running with --heap-stats.
2321
2322 Fixed compilation on Linux 2.6.9 and older.
2323
2324 Fixed live-object-list to work with isolates.
2325
2326 Fixed memory leaks in zones and isolates.
2327
2328 Fixed a performance regression for TypedArrays on x64.
2329
2330 Stability improvements on all platforms.
2331
2332
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000023332011-08-15: Version 3.5.5
2334
2335 Fixed bugs involving negative zero and the optimizing compiler.
2336
2337 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2338
2339 Eliminated uses of deprecated ARM instructions.
2340
2341 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2342
2343 Removed restriction on the size of disassembled code that is printed.
2344
2345
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000023462011-08-10: Version 3.5.4
2347
2348 Added a preliminary implementation of ES Harmony weak maps. Weak
2349 maps can be enabled by the flag --harmony-weakmaps.
2350
2351 Introduced a toplevel Makefile to support GYP-based building. GYP
2352 can be obtained from http://gyp.googlecode.com.
2353
2354 Fixed a bug in the length property of functions created by
2355 Function.prototype.bind.
2356
2357 Reduced malloc heap allocation on process startup.
2358
2359 Several important code generation bug fixes.
2360
2361 Performance improvements on all platforms.
2362
2363
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000023642011-08-03: Version 3.5.3
2365
2366 MIPS: Port of fix to ClassOf check from ARM.
2367 Patch from Paul Lind <plind44@gmail.com>.
2368
2369 Stopped using mprotect on Cygwin.
2370 Avoided uninitialized member warning on gcc 4.3.4
2371 Both patches by Bert Belder.
2372
2373 Bug fixes and performance improvements on all platforms.
2374
2375
vegorov@chromium.org7943d462011-08-01 11:41:52 +000023762011-08-01: Version 3.5.2
2377
2378 Performance improvements on all platforms.
2379
2380
ricow@chromium.org2c99e282011-07-28 09:15:17 +000023812011-07-28: Version 3.5.1
2382
2383 Fixed setting the readonly flag on the prototype property using the
2384 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2385
2386 Changed the tools/test.py script to use d8 instead of shell for
2387 testing.
2388
2389 Fixed crash in ToBooleanStub when GC happens during invocation.
2390
2391 Enabled automatic unboxing of double arrays.
2392
2393 Performance improvements on all platforms.
2394
2395
ricow@chromium.org9fa09672011-07-25 11:05:35 +000023962011-07-25: Version 3.5.0
2397
2398 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2399 proxies.
2400
2401 Removed logging to memory support.
2402
2403 Bugfixes and performance work.
2404
2405
rossberg@chromium.org717967f2011-07-20 13:44:42 +000024062011-07-20: Version 3.4.14
2407
2408 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2409
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002410 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002411 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002412
2413 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2414
2415
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000024162011-07-18: Version 3.4.13
2417
2418 Improved debugger support to allow inspection of optimized frames (issue
2419 1140).
2420
2421 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2422
2423 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2424
2425 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2426
2427 Simplified HClampToUint8. Patch by Andy Wingo.
2428
2429 Exposed APIs for detecting boxed primitives, native errors. Patch by
2430 Luke Zarko.
2431
2432 Added map check for COW elements to crankshaft array handling code
2433 (issue 1560).
2434
2435 Sample shell and (a light version of) D8 links against a shared library
2436 now.
2437
2438 Fixed bug in array filter and reduce functions (issue 1559).
2439
2440 Avoid TLS load in AstNode constructor.
2441
2442 Introduced a random entropy source which can optionally be provided at
2443 initialization. (Chromium issue 89462).
2444
2445
whesse@chromium.org030d38e2011-07-13 13:23:34 +000024462011-07-13: Version 3.4.12
2447
2448 Added --prof profiling option to d8 shell.
2449
2450 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2451
2452 Fixed a potential assertion failure in const declarations.
2453
2454 Fixed an assertion failure in descriptor arrays (issue 1526).
2455
2456 Enabled fast thread-local storage by default on supported platforms.
2457
2458 Improved reporting of source position for global variable loads
2459 (issue 1527).
2460
2461
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000024622011-07-11: Version 3.4.11
2463
2464 Fixed MinGW32 build.
2465
2466 Fixed a GC bug with RegExp code flushing.
2467
2468 Implemented Object.defineProperty for proxies.
2469
2470 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2471
2472 Added debugger support for inspecting optimized frames (issue 1140).
2473
2474 Allowed JSObject::PreventExtensions to work for arguments objects.
2475
2476 Bugfixes and performance work.
2477
2478
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000024792011-07-06: Version 3.4.10
2480
2481 Fixed debugger not breaking on certain "if" statements (issue 1523).
2482
2483 Fixed assertion failure in runtime profiler when running on IA32
2484 without snapshot (issue 1522).
2485
2486 Fixed ABI for API calls on IA32 (for clang compatibility).
2487
2488 Introduced code flushing of RegExp code to free memory used by
2489 RegExps sooner.
2490
2491 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2492
2493 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2494
2495 Performance improvements on all platforms.
2496
2497
ricow@chromium.org4f693d62011-07-04 14:01:31 +000024982011-07-04: Version 3.4.9
2499
2500 Added support for debugger inspection of locals in optimized frames
2501 (issue 1140).
2502
2503 Fixed SConstruct to pass correct defines to samples/preparser when
2504 building with library=shared.
2505
2506 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2507
2508 Fixed a bug in Object.defineProperty on the arguments object.
2509
2510 Performance improvements on all platforms.
2511
2512
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000025132011-06-29: Version 3.4.8
2514
2515 Ensure 16-byte stack alignment on Solaris (issue 1505).
2516
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002517 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002518 that is not a smi. (issue 1246).
2519
2520
ager@chromium.org04921a82011-06-27 13:21:41 +000025212011-06-27: Version 3.4.7
2522
2523 Fixed 64-bit build on FreeBSD.
2524
2525 Added API to set the property attributes for the prototype
2526 property on functions created from FunctionTemplates.
2527
2528 Bugfixes and performance work.
2529
2530
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000025312011-06-22: Version 3.4.6
2532
2533 Lowered limit on code space for systems with low memory supply.
2534
2535 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2536
2537 Extended setBreakpoint API to accept partial script name (issue 1418).
2538
2539 Made multi-line comments not count when deciding whether the '-->'
2540 comment starter is first on a line. This matches Safari.
2541
2542 Made handling of non-array recievers in Array length setter correct
2543 (issue 1491).
2544
2545 Added ability to heap profiler to iterate over snapshot's node
2546 (issue 1481).
2547
2548
whesse@chromium.org7b260152011-06-20 15:33:18 +000025492011-06-20: Version 3.4.5
2550
2551 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2552 1476, and 1477.
2553
2554 Improved code generation for !0 and !1.
2555
2556 Reduced memory usage for regular expressions with nested qualifiers.
2557 (issue 1472)
2558
2559 Fixed V8 to count line terminators in multi-line comments.
2560 (Chromium issue 86431)
2561
2562 Fixed disassembler=on option for release-mode builds. (issue 1473)
2563
2564 Performance improvements on all platforms.
2565
2566
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000025672011-06-15: Version 3.4.4
2568
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002569 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002570
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002571 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002572
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002573 Several GYP-related changes: Added support for building Xcode project
2574 files. Make the ARM simulator build with GYP again. Generate Makefiles
2575 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002576
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002577 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2578 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002579
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002580 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002581
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002582 Handle 'undefined' correctly when === has been specialized for doubles.
2583 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002584
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002585 Corrected the limit of local variables in an optimized function from 64
2586 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002587
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002588 Correctly set ReadOnly flag on indexed properties when using the API Set
2589 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002590
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002591 Give the correct error message when Object.isExtensible is called on a
2592 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002593
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002594 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
2595 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002596
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002597 Do not redefine properties unneccesarily in seal and freeze. (issue
2598 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002599
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002600 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002601
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002602 Distinguish keyed loads with a symbol key from fast elements loads,
2603 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002604
2605
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000026062011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002607
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002608 Clear the global thread table when an isolate is disposed
2609 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002610
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00002611 Converted time zone name to UTF8 on Windows (issue 1290).
2612
2613 Limited the number of arguments in a function call to 32766
2614 (issue 1413).
2615
2616 Compress sources of JS libraries in addition to the snapshot.
2617
2618 Fixed a bug in Lithium environment iteration.
2619
2620 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00002621
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002622
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000026232011-06-06: Version 3.4.2
2624
2625 More work on ES-Harmony proxies. Still hidden behind a flag.
2626
2627 Fixed some crash bugs and improved performance.
2628
2629 Fixed building with gdb debugging support.
2630
2631 Do not install SIGPROF handler until it is needed.
2632
2633 Added DateTimeFormat to i18n API.
2634
2635 Fixed compilation on OpenBSD.
2636
2637 Take the ulimit into account when sizing the heap. OpenBSD users
2638 may still have to increase the default ulimit to run heavy pages in
2639 the browser.
2640
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002641
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000026422011-06-01: Version 3.4.1
2643
2644 Fixed JSON stringify issue with arrays.
2645
2646 Changed calls to JS builtins to be passed undefined when called with
2647 implicit receiver.
2648
2649 Implemented the set trap for Harmony proxies. Proxies still need to
2650 be enabled with the --harmony-proxies flag.
2651
2652
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000026532011-05-30: Version 3.4.0
2654
2655 Changed calls to undefined property setters to not throw (issue 1355).
2656
2657 Made RegExp objects not callable.
2658
2659 Fixed issues on special case large JSON strings in new json parser
2660 (issues http://crbug.com/83877 and http://crbug.com/84186).
2661
2662 Performance improvements on all platforms.
2663
2664
danno@chromium.org40cb8782011-05-25 07:58:50 +000026652011-05-25: Version 3.3.10
2666
2667 Fixed calls of strict mode function with an implicit receiver.
2668
2669 Fixed fast handling of arrays to properly deal with changes to the
2670 Object prototype (issue 1403).
2671
2672 Changed strict mode poison pill to be the same type error function
2673 (issue 1387).
2674
2675 Fixed a debug crash in arguments object handling (issue 1227).
2676
2677 Fixed a bug in deoptimization on x64 (issue 1404).
2678
2679 Performance improvements and bug fixes on all platforms.
2680
2681
ager@chromium.orgea91cc52011-05-23 06:06:11 +000026822011-05-23: Version 3.3.9
2683
2684 Added DateTimeFormat class to experimental i18n API.
2685
2686 Extended preparser to give early errors for some strict mode
2687 restrictions.
2688
2689 Removed legacy execScript function from V8.
2690
2691 Extended isolate API with the ability to add embedder-specific
2692 data to an isolate.
2693
2694 Added basic support for polymorphic loads from JS and external
2695 arrays.
2696
2697 Fixed bug in handling of switch statements in the optimizing
2698 compiler.
2699
2700
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000027012011-05-18: Version 3.3.8
2702
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002703 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002704 handles are independent of all other persistent handles and can be
2705 garbage collected more frequently.
2706
ager@chromium.orgea91cc52011-05-23 06:06:11 +00002707 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00002708 with the --harmony-proxies flag.
2709
2710 Performance improvements and bug fixes on all platforms.
2711
2712
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000027132011-05-16: Version 3.3.7
2714
2715 Updated MIPS infrastructure files.
2716
2717 Performance improvements and bug fixes on all platforms.
2718
2719
karlklose@chromium.org83a47282011-05-11 11:54:09 +000027202011-05-11: Version 3.3.6
2721
2722 Updated MIPS infrastructure files.
2723
2724 Added method IsCallable for Object to the API.
2725 Patch by Peter Varga.
2726
2727
lrn@chromium.org1c092762011-05-09 09:42:16 +000027282011-05-09: Version 3.3.5
2729
2730 Fixed build on FreeBSD. Patch by Akinori MUSHA.
2731
2732 Added check that receiver is JSObject on API calls.
2733
2734 Implemented CallAsConstructor method for Object in the API (Issue 1348).
2735 Patch by Peter Varga.
2736
2737 Added CallAsFunction method to the Object class in the API (Issue 1336).
2738 Patch by Peter Varga.
2739
2740 Added per-isolate locking and unlocking.
2741
2742 Fixed bug in x64 >>> operator (Issue 1359).
2743
2744
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000027452011-05-04: Version 3.3.4
2746
2747 Implemented API to disallow code generation from strings for a context
2748 (issue 1258).
2749
2750 Fixed bug with whitespaces in parseInt (issue 955).
2751
2752 Fixed bug with == comparison of Date objects (issue 1356).
2753
2754 Added GYP variables for ARM code generation:
2755 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
2756 and v8_use_arm_eabi_hardfloat.
2757
2758
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000027592011-05-02: Version 3.3.3
2760
2761 Added support for generating Visual Studio solution and project files
2762 using GYP.
2763
2764 Implemented support for ARM EABI calling convention variation where
2765 floating-point arguments are passed in registers (hardfloat).
2766
2767 Added Object::HasOwnProperty() to the API.
2768
2769 Added support for compressing startup data to reduce binary size. This
2770 includes build time support and an API for the embedder to decompress
2771 the startup data before initializing V8.
2772
2773 Reduced the profiling hooks overhead from >400% to 25% when using
2774 ll_prof.
2775
2776 Performance improvements and bug fixes on all platforms.
2777
2778
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000027792011-04-27: Version 3.3.2
2780
2781 Fixed crash bug on ARM with no VFP3 hardware.
2782
2783 Fixed compilation of V8 without debugger support.
2784
2785 Improved performance on JSLint.
2786
2787 Added support Float64 WebGL arrays.
2788
2789 Fixed crash bug in regexp replace.
2790
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00002791
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000027922011-04-20: Version 3.3.1
2793
2794 Reduced V8 binary size by removing virtual functions from hydrogen.
2795
2796 Fixed crash bug on x64.
2797
2798 Performance improvements on ARM and IA32.
2799
2800
danno@chromium.org160a7b02011-04-18 15:51:38 +000028012011-04-18: Version 3.3.0
2802
2803 Fixed bug in floating point rounding in Crankshaft on ARM
2804 (issue 958)
2805
2806 Fixed a number of issues with running without VFPv3 support on ARM
2807 (issue 1315)
2808
2809 Introduced v8Locale.Collator, a partial implementation of Collator
2810 per last ECMAScript meeting + mailing list.
2811
2812 Minor performance improvements and bug fixes.
2813
2814
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000028152011-04-13: Version 3.2.10
2816
2817 Fixed bug in external float arrays on ARM (issue 1323).
2818
2819 Minor performance improvements and bug fixes.
2820
2821
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000028222011-04-11: Version 3.2.9
2823
2824 Removed support for ABI prior to EABI on ARM.
2825
2826 Fixed multiple crash bugs.
2827
2828 Added GCMole to the repository, a simple static analysis tool that
2829 searches for GC-unsafe evaluation order dependent callsites.
2830
2831 Made preparser API be exported in shared libraries.
2832
2833 Fixed multiple issues in EcmaScript 5 strict mode implementation.
2834
2835 Fixed mutable __proto__ property if object is not extensible
2836 (Issue 1309).
2837
2838 Fixed auto suspension of the sampler thread.
2839
2840
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000028412011-04-06: Version 3.2.8
2842
2843 Exposed WebGL typed array constructors in the shell sample.
2844
2845 Performance improvements on all platforms.
2846
2847
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000028482011-04-04: Version 3.2.7
2849
2850 Disabled the original 'classic' V8 code generator. Crankshaft is
2851 now the default on all platforms.
2852
2853 Changed the heap profiler to use more descriptive names.
2854
2855 Performance and stability improvements to isolates on all platforms.
2856
2857
lrn@chromium.org7516f052011-03-30 08:52:27 +000028582011-03-30: Version 3.2.6
2859
2860 Fixed xcode build warning in shell.cc (out of order initialization).
2861
2862 Fixed null-pointer dereference in the compiler when running without
2863 SSE3 support (Chromium issue 77654).
2864
2865 Fixed x64 compilation error due to some dead code. (Issue 1286)
2866
2867 Introduced scons target to build the preparser stand-alone example.
2868
2869 Made FreeBSD build and pass all tests.
2870
2871
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000028722011-03-28: Version 3.2.5
2873
lrn@chromium.org7516f052011-03-30 08:52:27 +00002874 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00002875
2876 Added Crankshaft support for external arrays.
2877
2878 Fixed two potential crash bugs.
2879
2880
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000028812011-03-23: Version 3.2.4
2882
2883 Added isolates which allows several V8 instances in the same process.
2884 This is controlled through the new Isolate class in the API.
2885
2886 Implemented more of EcmaScript 5 strict mode.
2887
2888 Reduced the time it takes to make detailed heap snapshot.
2889
2890 Added a number of commands to the ARM simulator and enhanced the ARM
2891 disassembler.
2892
2893
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000028942011-03-17: Version 3.2.3
2895
2896 Fixed a number of crash bugs.
2897
2898 Fixed Array::New(length) to return an array with a length (issue 1256).
2899
2900 Fixed FreeBSD build.
2901
2902 Changed __defineGetter__ to not throw (matching the behavior of Safari).
2903
2904 Implemented more of EcmaScript 5 strict mode.
2905
2906 Improved Crankshaft performance on all platforms.
2907
2908
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000029092011-03-14: Version 3.2.2
2910
2911 Fixed a number of crash and correctness bugs.
2912
2913 Improved Crankshaft performance on all platforms.
2914
2915 Fixed Crankshaft on Solaris/Illumos.
2916
2917
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000029182011-03-10: Version 3.2.1
2919
2920 Fixed a number of crash bugs.
2921
2922 Improved Crankshaft for x64 and ARM.
2923
2924 Implemented more of EcmaScript 5 strict mode.
2925
2926
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000029272011-03-07: Version 3.2.0
2928
2929 Fixed a number of crash bugs.
2930
2931 Turned on Crankshaft by default on x64 and ARM.
2932
2933 Improved Crankshaft for x64 and ARM.
2934
2935 Implemented more of EcmaScript 5 strict mode.
2936
2937
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000029382011-03-02: Version 3.1.8
2939
2940 Fixed a number of crash bugs.
2941
2942 Improved Crankshaft for x64 and ARM.
2943
2944 Implemented more of EcmaScript 5 strict mode.
2945
2946 Fixed issue with unaligned reads and writes on ARM.
2947
2948 Improved heap profiler support.
2949
2950
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000029512011-02-28: Version 3.1.7
2952
2953 Fixed a number of crash bugs.
2954
2955 Improved Crankshaft for x64 and ARM.
2956
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00002957 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00002958 arrays (http://crbug.com/73940).
2959
2960 Fixed bug in map space compaction (http://crbug.com/59688).
2961
2962 Added support for direct getter accessors calls on ARM.
2963
2964
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000029652011-02-24: Version 3.1.6
2966
2967 Fixed a number of crash bugs.
2968
2969 Added support for Cygwin (issue 64).
2970
2971 Improved Crankshaft for x64 and ARM.
2972
2973 Added Crankshaft support for stores to pixel arrays.
2974
2975 Fixed issue in CPU profiler with Crankshaft.
2976
2977
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000029782011-02-16: Version 3.1.5
2979
2980 Change RegExp parsing to disallow /(*)/.
2981
2982 Added GDB JIT support for ARM.
2983
2984 Fixed several crash bugs.
2985
2986 Performance improvements on the IA32 platform.
2987
2988
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000029892011-02-14: Version 3.1.4
2990
2991 Fixed incorrect compare of prototypes of the global object (issue
2992 1082).
2993
2994 Fixed a bug in optimizing calls to global functions (issue 1106).
2995
2996 Made optimized Function.prototype.apply safe for non-JSObject first
2997 arguments (issue 1128).
2998
2999 Fixed an error related to element accessors on Object.prototype and
3000 parser errors (issue 1130).
3001
3002 Fixed a bug in sorting an array with large array indices (issue 1131).
3003
3004 Properly treat exceptions thrown while compiling (issue 1132).
3005
3006 Fixed bug in register requirements for function.apply (issue 1133).
3007
3008 Fixed a representation change bug in the Hydrogen graph construction
3009 (issue 1134).
3010
3011 Fixed the semantics of delete on parameters (issue 1136).
3012
3013 Fixed a optimizer bug related to moving instructions with side effects
3014 (issue 1138).
3015
3016 Added support for the global object in Object.keys (issue 1150).
3017
3018 Fixed incorrect value for Math.LOG10E
3019 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3020
3021 Performance improvements on the IA32 platform.
3022
3023 Implement assignment to undefined reference in ES5 Strict Mode.
3024
3025
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000030262011-02-09: Version 3.1.3
3027
3028 Fixed a bug triggered by functions with huge numbers of declared
3029 arguments.
3030
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003031 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003032
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003033 Fixed issue where Array.prototype.__proto__ had been set to null
3034 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003035
3036 Fixed stability bugs in Crankshaft for x86.
3037
3038
ricow@chromium.org83aa5492011-02-07 12:42:56 +000030392011-02-07: Version 3.1.2
3040
3041 Added better security checks when accessing properties via
3042 Object.getOwnPropertyDescriptor.
3043
3044 Fixed bug in Object.defineProperty and related access bugs (issues
3045 992, 1083 and 1092).
3046
3047 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3048 copyright notice generation for embedders.
3049
3050
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000030512011-02-02: Version 3.1.1
3052
3053 Perform security checks before fetching the value in
3054 Object.getOwnPropertyDescriptor.
3055
3056 Fixed a bug in Array.prototype.splice triggered by passing no
3057 arguments.
3058
3059 Fixed bugs in -0 in arithmetic and in Math.pow.
3060
3061 Fixed bugs in the register allocator and in switching from optimized
3062 to unoptimized code.
3063
3064
30652011-01-31: Version 3.1.0
3066
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003067 Performance improvements on all platforms.
3068
3069
ager@chromium.org378b34e2011-01-28 08:04:38 +000030702011-01-28: Version 3.0.12
3071
3072 Added support for strict mode parameter and object property
3073 validation.
3074
3075 Fixed a couple of crash bugs.
3076
3077
ager@chromium.org0ee099b2011-01-25 14:06:47 +000030782011-01-25: Version 3.0.11
3079
3080 Fixed a bug in deletion of lookup slots that could cause global
3081 variables to be accidentally deleted (http://crbug.com/70066).
3082
3083 Added support for strict mode octal literal verification.
3084
3085 Fixed a couple of crash bugs (issues 1070 and 1071).
3086
3087
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000030882011-01-24: Version 3.0.10
3089
3090 Fixed External::Wrap for 64-bit addresses (issue 1037).
3091
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003092 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003093 code generator (issue 1060).
3094
3095 Introduced partial strict mode support.
3096
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003097 Changed formatting of recursive error messages to match Firefox and
3098 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003099
3100 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003101 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003102 (issue http://crbug.com/50972).
3103
3104 Performance improvements on the IA32 platform.
3105
3106
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000031072011-01-19: Version 3.0.9
3108
3109 Added basic GDB JIT Interface integration.
3110
3111 Make invalid break/continue statements a syntax error instead of a
3112 runtime error.
3113
3114
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000031152011-01-17: Version 3.0.8
3116
3117 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003118 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003119
3120 Wrapped external pointers more carefully (issue 1037).
3121
3122 Hardened the implementation of error objects to avoid setters
3123 intercepting the properties set then throwing an error.
3124
3125 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3126
3127 Performance improvements on the IA32 platform.
3128
3129
31302011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003131
3132 Stopped calling inherited setters when creating object literals
3133 (issue 1015).
3134
3135 Changed interpretation of malformed \c? escapes in RegExp to match
3136 JSC.
3137
3138 Enhanced the command-line debugger interface and fixed some minor
3139 bugs in the debugger.
3140
3141 Performance improvements on the IA32 platform.
3142
3143
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000031442011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003145
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003146 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003147
3148 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003149 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003150
3151 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003152 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003153
3154 Added use_system_v8 option to gyp (off by default), to make it easier
3155 for Linux distributions to ship with system-provided V8 library.
3156
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003157 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003158
3159 Added labelled thread names to help with debugging (on Linux).
3160
3161
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000031622011-01-03: Version 3.0.5
3163
3164 Fixed a couple of cast errors for gcc-3.4.3.
3165
3166 Performance improvements in GC and IA32 code generator.
3167
3168
whesse@chromium.org023421e2010-12-21 12:19:12 +000031692010-12-21: Version 3.0.4
3170
3171 Added Date::ResetCache() to the API so that the cached values in the
3172 Date object can be reset to allow live DST / timezone changes.
3173
3174 Extended existing support for printing (while debugging) the contents
3175 of objects. Added support for printing objects from release builds.
3176
3177 Fixed V8 issues 989, 1006, and 1007.
3178
3179
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000031802010-12-17: Version 3.0.3
3181
3182 Reapplied all changes for version 3.0.1.
3183
3184 Improved debugger protocol for remote debugging.
3185
3186 Added experimental support for using gyp to generate build files
3187 for V8.
3188
3189 Fixed implementation of String::Write in the API (issue 975).
3190
3191
lrn@chromium.org8541d772010-12-15 12:05:09 +000031922010-12-15: Version 3.0.2
3193
3194 Revert version 3.0.1 and patch 3.0.1.1.
3195
3196
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000031972010-12-13: Version 3.0.1
3198
3199 Added support for an experimental internationalization API as an
3200 extension. This extension is disabled by default but can be enabled
3201 when building V8. The ECMAScript internationalization strawman is
3202 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3203
3204 Made RegExp character class parsing stricter. This mirrors a change
3205 to RegExp parsing in WebKit.
3206
3207 Fixed a bug in Object.defineProperty when used to change attributes
3208 of an existing property. It incorrectly set the property value to
3209 undefined (issue 965).
3210
3211 Fixed several different compilation failures on various platforms
3212 caused by the 3.0.0 release.
3213
3214 Optimized Math.pow so it can work on unboxed doubles.
3215
3216 Sped up quoting of JSON strings by removing one traversal of the
3217 string.
3218
3219
kasperl@chromium.orga5551262010-12-07 12:49:48 +000032202010-12-07: Version 3.0.0
3221
3222 Improved performance by (partially) addressing issue 957 on
3223 IA-32. Still needs more work for the other architectures.
3224
3225
ager@chromium.orgbeb25712010-11-29 08:02:25 +000032262010-11-29: Version 2.5.9
3227
3228 Fixed crashes during GC caused by partially initialize heap
3229 objects.
3230
3231 Fixed bug in process sample that caused memory leaks.
3232
3233 Improved performance on ARM by implementing missing stubs and
3234 inlining.
3235
3236 Improved heap profiler support.
3237
3238 Added separate seeding on Windows of the random number generator
3239 used internally by the compiler (issue 936).
3240
3241 Exposed API for getting the name of the function used to construct
3242 an object.
3243
3244 Fixed date parser to handle one and two digit millisecond
3245 values (issue 944).
3246
3247 Fixed number parsing to disallow space between sign and
3248 digits (issue 946).
3249
3250
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000032512010-11-23: Version 2.5.8
3252
3253 Removed dependency on Gay's dtoa.
3254
3255 Improved heap profiler precision and speed.
3256
3257 Reduced overhead of callback invocations on ARM.
3258
3259
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000032602010-11-18: Version 2.5.7
3261
3262 Fixed obscure evaluation order bug (issue 931).
3263
3264 Split the random number state between JavaScript and the private API.
3265
3266 Fixed performance bug causing GCs when generating stack traces on
3267 code from very large scripts.
3268
3269 Fixed bug in parser that allowed (foo):42 as a labelled statement
3270 (issue 918).
3271
3272 Provide more accurate results about used heap size via
3273 GetHeapStatistics.
3274
3275 Allow build-time customization of the max semispace size.
3276
3277 Made String.prototype.split honor limit when separator is empty
3278 (issue 929).
3279
3280 Added missing failure check after expecting an identifier in
3281 preparser (Chromium issue 62639).
3282
3283
ager@chromium.org01fe7df2010-11-10 11:59:11 +000032842010-11-10: Version 2.5.6
3285
3286 Added support for VFP rounding modes to the ARM simulator.
3287
3288 Fixed multiplication overflow bug (issue 927).
3289
3290 Added a limit for the amount of executable memory (issue 925).
3291
3292
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000032932010-11-08: Version 2.5.5
3294
3295 Added more aggressive GC of external objects in near out-of-memory
3296 situations.
3297
3298 Fixed a bug that gave the incorrect result for String.split called
3299 on the empty string (issue 924).
3300
3301
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000033022010-11-03: Version 2.5.4
3303
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003304 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003305
3306
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000033072010-11-01: Version 2.5.3
3308
3309 Fixed a bug that prevents constants from overwriting function values
3310 in object literals (issue 907).
3311
3312 Fixed a bug with reporting of impossible nested calls of DOM functions
3313 (issue http://crbug.com/60753).
3314
3315
lrn@chromium.org303ada72010-10-27 09:33:13 +000033162010-10-27: Version 2.5.2
3317
3318 Improved sampler resolution on Linux.
3319
3320 Allowed forcing the use of a simulator from the build script
3321 independently of the host architecture.
3322
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003323 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003324
3325 Made windows-tick-processor respect D8_PATH.
3326
3327 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3328
3329
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000033302010-10-20: Version 2.5.1
3331
3332 Fixed bug causing spurious out of memory exceptions
3333 (issue http://crbug.com/54580).
3334
3335 Fixed compilation error on Solaris platform (issue 901).
3336
3337 Fixed error in strtod (string to floating point number conversion)
3338 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3339
3340 Adjusted randomized allocations of executable memory to have 64k
3341 granularity (issue http://crbug.com/56036).
3342
3343 Supported profiling using kernel perf_events on linux. Added ll_prof
3344 script to tools and --ll-prof flag to V8.
3345
3346
vegorov@chromium.org42841962010-10-18 11:18:59 +000033472010-10-18: Version 2.5.0
3348
3349 Fixed bug in cache handling of lastIndex on global regexps
3350 (issue http://crbug.com/58740).
3351
3352 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3353 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003354 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003355
3356 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3357
3358
33592010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003360
3361 Fixed a bug in the handling of conditional expressions in test
3362 contexts in compiler for top-level code.
3363
3364 Added "//@ sourceURL" information to the StackTrace API.
3365
3366 Exposed RegExp construction through the API.
3367
3368
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000033692010-10-04: Version 2.4.8
3370
3371 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3372 whole snapshot (issue 868).
3373
3374 Performance improvements on all platforms.
3375
3376
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000033772010-09-30: Version 2.4.7
3378
3379 Changed the command-line flag --max-new-space-size to be in kB and the
3380 flag --max-old-space-size to be in MB (previously they were in bytes).
3381
3382 Added Debug::CancelDebugBreak to the debugger API.
3383
3384 Fixed a bug in getters for negative numeric property names
3385 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3386
3387 Performance improvements on all platforms.
3388
3389
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000033902010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003391
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003392 Fixed assertion failure related to copy-on-write arrays (issue 876).
3393
3394 Fixed build failure of 64-bit V8 on Windows.
3395
3396 Fixed a bug in RegExp (issue http://crbug.com/52801).
3397
3398 Improved the profiler's coverage to cover more functions (issue 858).
3399
3400 Fixed error in shift operators on 64-bit V8
3401 (issue http://crbug.com/54521).
3402
3403
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000034042010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003405
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003406 Changed the RegExp benchmark to exercise the regexp engine on different
3407 inputs by scrambling the input strings.
3408
3409 Fixed a bug in keyed loads on strings.
3410
3411 Fixed a bug with loading global function prototypes.
3412
3413 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3414
3415 Performance improvements on all platforms.
3416
3417
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000034182010-09-15: Version 2.4.4
3419
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003420 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003421
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003422 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003423
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003424 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003425
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003426 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003427
3428
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000034292010-09-13: Version 2.4.3
3430
3431 Made Date.parse properly handle TZ offsets (issue 857).
3432
3433 Performance improvements on all platforms.
3434
3435
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000034362010-09-08: Version 2.4.2
3437
3438 Fixed GC crash bug.
3439
3440 Fixed stack corruption bug.
3441
3442 Fixed compilation for newer C++ compilers that found Operand(0)
3443 ambiguous.
3444
3445
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000034462010-09-06: Version 2.4.1
3447
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003448 Added the ability for an embedding application to receive a callback
3449 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3450 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003451
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003452 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003453
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003454 Fixed memory overrun crash bug triggered during V8's tick-based
3455 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003456
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003457 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003458
3459
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000034602010-09-01: Version 2.4.0
3461
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003462 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3463 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003464
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003465 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003466 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003467
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003468 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003469
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003470 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003471
3472
ricow@chromium.org65fae842010-08-25 15:26:24 +000034732010-08-25: Version 2.3.11
3474
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003475 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003476
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003477 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003478 VARIANT_FLAGS that allows specification of sets of flags with which
3479 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003480
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003481 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003482
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003483 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003484
3485
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000034862010-08-23: Version 2.3.10
3487
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003488 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003489
3490 Build fixes for unusual compilers.
3491
3492 Track high water mark for RWX memory.
3493
3494 Performance improvements on all platforms.
3495
3496
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000034972010-08-18: Version 2.3.9
3498
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003499 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003500
3501 Removed specialized handling of GCC 4.4 (issue 830).
3502
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003503 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003504 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3505
ricow@chromium.org65fae842010-08-25 15:26:24 +00003506 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003507
3508
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000035092010-08-16: Version 2.3.8
3510
3511 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3512
3513 Fixed issue with incorrect handling of custom valueOf methods on
3514 string wrappers (issue 760).
3515
3516 Fixed compilation for ARMv4 (issue 590).
3517
3518 Improved performance.
3519
3520
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000035212010-08-11: Version 2.3.7
3522
3523 Reduced size of heap snapshots produced by heap profiler (issue 783).
3524
3525 Introduced v8::Value::IsRegExp method.
3526
3527 Fixed CPU profiler crash in start / stop sequence when non-existent
3528 name is passed (issue http://crbug.com/51594).
3529
3530 Introduced new indexed property query callbacks API (issue 816). This
3531 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3532 by default.
3533
3534 Removed support for object literal get/set with number/string
3535 property name.
3536
3537 Fixed handling of JSObject::elements in CalculateNetworkSize
3538 (issue 822).
3539
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003540 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003541
3542
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000035432010-08-09: Version 2.3.6
3544
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003545 RegExp literals create a new object every time they are evaluated
3546 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003547
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003548 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003549
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003550 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003551
3552
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000035532010-08-04: Version 2.3.5
3554
3555 Added support for ES5 property names. Object initialisers and
3556 dot-notation property access now allows keywords. Also allowed
3557 non-identifiers after "get" or "set" in an object initialiser.
3558
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003559 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003560
3561
whesse@chromium.orge90029b2010-08-02 11:52:17 +000035622010-08-02: Version 2.3.4
3563
3564 Fixed problems in implementation of ES5 function.prototype.bind.
3565
3566 Fixed error when using apply with arguments object on ARM (issue 784).
3567
3568 Added setting of global flags to debugger protocol.
3569
3570 Fixed an error affecting cached results of sin and cos (issue 792).
3571
3572 Removed memory leak from a boundary case where V8 is not initialized.
3573
3574 Fixed issue where debugger could set breakpoints outside the body
3575 of a function.
3576
3577 Fixed issue in debugger when using both live edit and step in features.
3578
3579 Added Number-letter (Nl) category to Unicode tables. These characters
3580 can now be used in identifiers.
3581
3582 Fixed an assert failure on X64 (issue 806).
3583
3584 Performance improvements on all platforms.
3585
3586
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000035872010-07-26: Version 2.3.3
3588
3589 Fixed error when building the d8 shell in a fresh checkout.
3590
3591 Implemented Function.prototype.bind (ES5 15.3.4.5).
3592
3593 Fixed an error in inlined stores on ia32.
3594
3595 Fixed an error when setting a breakpoint at the end of a function
3596 that does not end with a newline character.
3597
3598 Performance improvements on all platforms.
3599
3600
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000036012010-07-21: Version 2.3.2
3602
3603 Fixed compiler warnings when building with LLVM.
3604
3605 Fixed a bug with for-in applied to strings (issue 785).
3606
3607 Performance improvements on all platforms.
3608
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00003609
ricow@chromium.org4980dff2010-07-19 08:33:45 +000036102010-07-19: Version 2.3.1
3611
3612 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
3613
3614 Fixed bug related to code flushing while compiling a lazy
3615 compilable function (issue http://crbug.com/49099).
3616
3617 Performance improvements on all platforms.
3618
3619
ager@chromium.orgb5737492010-07-15 09:29:43 +000036202010-07-15: Version 2.3.0
3621
3622 Added ES5 Object.seal and Object.isSealed.
3623
3624 Added debugger API for scheduling debugger commands from a
3625 separate thread.
3626
3627
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000036282010-07-14: Version 2.2.24
3629
3630 Added API for capturing stack traces for uncaught exceptions.
3631
3632 Fixed crash bug when preparsing from a non-external V8 string
3633 (issue 775).
3634
3635 Fixed JSON.parse bug causing input not to be converted to string
3636 (issue 764).
3637
3638 Added ES5 Object.freeze and Object.isFrozen.
3639
3640 Performance improvements on all platforms.
3641
3642
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000036432010-07-07: Version 2.2.23
3644
3645 API change: Convert Unicode code points outside the basic multilingual
3646 plane to the replacement character. Previous behavior was to silently
3647 truncate the value to 16 bits.
3648
3649 Fixed crash: handle all flat string types in regexp replace.
3650
3651 Prevent invalid pre-parsing data passed in through the API from
3652 crashing V8.
3653
3654 Performance improvements on all platforms.
3655
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00003656
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000036572010-07-05: Version 2.2.22
3658
3659 Added ES5 Object.isExtensible and Object.preventExtensions.
3660
3661 Enabled building V8 as a DLL.
3662
3663 Fixed a bug in date code where -0 was not interpreted as 0
3664 (issue 736).
3665
3666 Performance improvements on all platforms.
3667
3668
lrn@chromium.org32d961d2010-06-30 09:09:34 +000036692010-06-30: Version 2.2.21
3670
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003671 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003672
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003673 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003674
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003675 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003676
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003677 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003678
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003679 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00003680
3681 Provide actual breakpoints locations in response to setBreakpoint
3682 and listBreakpoints requests.
3683
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003684
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000036852010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003686
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003687 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003688
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003689 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003690
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003691 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003692
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003693 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00003694 miscalculated for some inputs.
3695
3696 Performance improvements on all platforms.
3697
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003698
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000036992010-06-23: Version 2.2.19
3700
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003701 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003702 (issue 738).
3703
3704 Added expose-externalize-string flag for testing extensions.
3705
3706 Resolve linker issues with using V8 as a DLL causing a number of
3707 problems with unresolved symbols.
3708
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003709 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00003710 defined.
3711
3712 Performance improvements on all platforms.
3713
3714
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000037152010-06-16: Version 2.2.18
3716
3717 Added API functions to retrieve information on indexed properties
3718 managed by the embedding layer. Fixes bug 737.
3719
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003720 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003721
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003722 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003723
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003724 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00003725
3726 Incremental performance improvements.
3727
3728
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000037292010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003730
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00003731 Improved debugger support for stepping out of functions.
3732
3733 Incremental performance improvements.
3734
3735
37362010-06-09: Version 2.2.16
3737
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003738 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003739 disposal of external string resources to call a virtual Dispose
3740 method on the resource.
3741
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00003742 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00003743 stepping.
3744
3745 Memory usage improvements on all platforms.
3746
3747
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000037482010-06-07: Version 2.2.15
3749
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003750 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003751
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003752 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003753 some compilers complaint when compiling with -Werror.
3754
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003755 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00003756
3757
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000037582010-06-02: Version 2.2.14
3759
3760 Fixed a crash in code generated for String.charCodeAt.
3761
3762 Fixed a compilation issue with some GCC versions (issue 727).
3763
3764 Performance optimizations on x64 and ARM platforms.
3765
3766
ricow@chromium.org30ce4112010-05-31 10:38:25 +000037672010-05-31: Version 2.2.13
3768
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003769 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003770 strings (issue 599).
3771
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003772 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003773
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003774 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00003775
3776 Performance improvements on all platforms.
3777
3778
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000037792010-05-26: Version 2.2.12
3780
3781 Allowed accessors to be defined on objects rather than just object
3782 templates.
3783
3784 Changed the ScriptData API.
3785
3786
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000037872010-05-21: Version 2.2.11
3788
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003789 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003790
3791 Use 'full compiler' when debugging is active. This should increase
3792 the density of possible break points, making single step more fine
3793 grained. This will only take effect for functions compiled after
3794 debugging has been started, so recompilation of all functions is
3795 required to get the full effect. IA32 and x64 only for now.
3796
3797 Misc. fixes to the Solaris build.
3798
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003799 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003800
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003801 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003802
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003803 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003804
3805 Incremental performance improvements in all backends.
3806
3807
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000038082010-05-17: Version 2.2.10
3809
3810 Performance improvements in the x64 and ARM backends.
3811
3812
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000038132010-05-10: Version 2.2.9
3814
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003815 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003816
3817 Fixed bug with Date.parse returning a non-NaN value when called on a
3818 non date string (issue 696).
3819
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003820 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00003821 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00003822
3823 C++ API for retrieving JavaScript stack trace information.
3824
3825
ager@chromium.orgac091b72010-05-05 07:34:42 +000038262010-05-05: Version 2.2.8
3827
3828 Performance improvements in the x64 and ARM backends.
3829
3830
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000038312010-05-03: Version 2.2.7
3832
3833 Added support for ES5 date time string format to Date.parse.
3834
3835 Performance improvements in the x64 backend.
3836
3837
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000038382010-04-28: Version 2.2.6
3839
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003840 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003841 (by Ryan Dahl <coldredlemur@gmail.com>).
3842
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003843 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003844
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003845 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003846
3847 Performance improvements on all platforms.
3848
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00003849
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000038502010-04-26: Version 2.2.5
3851
3852 Various performance improvements (especially for ARM and x64)
3853
3854 Fixed bug in CPU profiling (http://crbug.com/42137)
3855
3856 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00003857
3858 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00003859 wrong calculations.
3860
3861 Fixed a bug that may cause a wrong result for shift operations.
3862
3863
38642010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00003865
3866 Fixed warnings on arm on newer GCC versions.
3867
3868 Fixed a number of minor bugs.
3869
3870 Performance improvements on all platforms.
3871
3872
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000038732010-04-14: Version 2.2.3
3874
3875 Added stack command and mem command to ARM simulator debugger.
3876
3877 Fixed scons snapshot and ARM build, and Windows X64 build issues.
3878
3879 Performance improvements on all platforms.
3880
3881
ager@chromium.org357bf652010-04-12 11:30:10 +000038822010-04-12: Version 2.2.2
3883
3884 Introduced new profiler API.
3885
3886 Fixed random number generator to produce full 32 random bits.
3887
3888
lrn@chromium.org25156de2010-04-06 13:10:27 +000038892010-04-06: Version 2.2.1
3890
3891 Debugger improvements.
3892
3893 Fixed minor bugs.
3894
3895
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000038962010-03-29: Version 2.2.0
3897
3898 Fixed a few minor bugs.
3899
3900 Performance improvements for string operations.
3901
3902
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000039032010-03-26: Version 2.1.10
3904
3905 Fixed scons build issues.
3906
3907 Fixed a couple of minor bugs.
3908
3909
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000039102010-03-25: Version 2.1.9
3911
3912 Added API support for reattaching a global object to a context.
3913
3914 Extended debugger API with access to the internal debugger context.
3915
3916 Fixed Chromium crashes (issues http://crbug.com/39128 and
3917 http://crbug.com/39160)
3918
3919
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000039202010-03-24: Version 2.1.8
3921
3922 Added fine-grained garbage collection callbacks to the API.
3923
3924 Performance improvements on all platforms.
3925
3926
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000039272010-03-22: Version 2.1.7
3928
3929 Fixed issue 650.
3930
3931 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00003932
3933 Performance improvements for arithmetic operations.
3934
3935 Performance improvements for string operations.
3936
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00003937 Print script name and line number information in stack trace.
3938
3939
39402010-03-17: Version 2.1.6
3941
3942 Performance improvements for arithmetic operations.
3943
3944 Performance improvements for string operations.
3945
3946
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000039472010-03-10: Version 2.1.4
3948
3949 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
3950
3951 Performance improvements on all platforms.
3952
3953
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000039542010-03-10: Version 2.1.3
3955
3956 Added API method for context-disposal notifications.
3957
3958 Added API method for accessing elements by integer index.
3959
3960 Added missing implementation of Uint32::Value and Value::IsUint32
3961 API methods.
3962
3963 Added IsExecutionTerminating API method.
3964
3965 Disabled strict aliasing for GCC 4.4.
3966
3967 Fixed string-concatenation bug (issue 636).
3968
3969 Performance improvements on all platforms.
3970
3971
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000039722010-02-23: Version 2.1.2
3973
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003974 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003975
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003976 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00003977
3978 Performance improvements on all platforms.
3979
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00003980
ager@chromium.org5c838252010-02-19 08:53:10 +000039812010-02-19: Version 2.1.1
3982
3983 [ES5] Implemented Object.defineProperty.
3984
3985 Improved profiler support.
3986
3987 Added SetPrototype method in the public V8 API.
3988
3989 Added GetScriptOrigin and GetScriptLineNumber methods to Function
3990 objects in the API.
3991
3992 Performance improvements on all platforms.
3993
3994
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000039952010-02-03: Version 2.1.0
3996
3997 Values are now always wrapped in objects when used as a receiver.
3998 (issue 223).
3999
4000 [ES5] Implemented Object.getOwnPropertyNames.
4001
4002 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4003 JSON grammar.
4004
4005 Improvement of debugger agent (issue 549 and 554).
4006
4007 Fixed problem with skipped stack frame in profiles (issue 553).
4008
4009 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4010 <ry@tinyclouds.org>.
4011
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004012 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004013 integers.
4014
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004015 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004016 functions (isue http://crbug.com/3867).
4017
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004018 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004019
4020 Numerous performance improvements including porting of previous IA-32
4021 optimizations to x64 and ARM architectures.
4022
4023
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000040242010-01-14: Version 2.0.6
4025
4026 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4027 GetOwnProperty, FromPropertyDescriptor.
4028
4029 Fixed Mac x64 build errors.
4030
4031 Improved performance of some math and string operations.
4032
4033 Improved performance of some regexp operations.
4034
4035 Improved performance of context creation.
4036
4037 Improved performance of hash tables.
4038
4039
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000040402009-12-18: Version 2.0.5
4041
4042 Extended to upper limit of map space to allow for 7 times as many map
4043 to be allocated (issue 524).
4044
4045 Improved performance of code using closures.
4046
4047 Improved performance of some binary operations involving doubles.
4048
4049
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000040502009-12-16: Version 2.0.4
4051
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004052 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004053
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004054 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004055
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004056 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004057
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004058 Improved handling of external strings by using a separate table
4059 instead of weak handles. This improves garbage collection
4060 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004061
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004062 Changed code generation for object and array literals in toplevel
4063 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004064
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004065 Fixed a crash bug triggered when garbage collection happened during
4066 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004067
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004068 Fixed crash bug sometimes triggered when local variables shadowed
4069 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004070
4071
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000040722009-12-03: Version 2.0.3
4073
4074 Optimized handling and adding of strings, for-in and Array.join.
4075
4076 Heap serialization is now non-destructive.
4077
4078 Improved profiler support with information on time spend in C++
4079 callbacks registered through the API.
4080
4081 Added commands to the debugger protocol for starting/stopping
4082 profiling.
4083
4084 Enabled the non-optimizing compiler for top-level code.
4085
4086 Changed the API to only allow strings to be set as data objects on
4087 Contexts and scripts to avoid potentially keeping global objects
4088 around for too long (issue 528).
4089
4090 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4091
4092 Fixed bugs.
4093
4094
ager@chromium.org01beca72009-11-24 14:29:16 +000040952009-11-24: Version 2.0.2
4096
4097 Improved profiler support.
4098
4099 Fixed bug that broke compilation of d8 with readline support.
4100
4101
ager@chromium.org6141cbe2009-11-20 12:14:52 +000041022009-11-20: Version 2.0.1
4103
4104 Fixed crash bug in String.prototype.replace.
4105
4106 Reverted a change which caused Chromium interactive ui test
4107 failures.
4108
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004109
ager@chromium.orgc4c92722009-11-18 14:12:51 +000041102009-11-18: Version 2.0.0
4111
4112 Added support for VFP on ARM.
4113
4114 Added TryCatch::ReThrow method to the API.
4115
4116 Reduced the size of snapshots and improved the snapshot load time.
4117
4118 Improved heap profiler support.
4119
4120 64-bit version now supported on Windows.
4121
4122 Fixed a number of debugger issues.
4123
4124 Fixed bugs.
4125
4126
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000041272009-10-29: Version 1.3.18
4128
4129 Reverted a change which caused crashes in RegExp replace.
4130
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004131 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004132
4133
ager@chromium.org3811b432009-10-28 14:53:37 +000041342009-10-28: Version 1.3.17
4135
4136 Added API method to get simple heap statistics.
4137
4138 Improved heap profiler support.
4139
4140 Fixed the implementation of the resource constraint API so it
4141 works when using snapshots.
4142
4143 Fixed a number of issues in the Windows 64-bit version.
4144
4145 Optimized calls to API getters.
4146
4147 Added valgrind notification on code modification to the 64-bit version.
4148
4149 Fixed issue where we logged shared library addresses on Windows at
4150 startup and never used them.
4151
4152
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000041532009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004154
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004155 X64: Convert smis to holding 32 bits of payload.
4156
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004157 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004158
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004159 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004160
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004161 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004162 Patch by Jan de Mooij <jandemooij@gmail.com>
4163
4164 Implement ES5 Array.isArray
4165 Patch by Jan de Mooij <jandemooij@gmail.com>
4166
4167 Skip access checks for hidden properties.
4168
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004169 Added String::Concat(Handle<String> left, Handle<String> right) to the
4170 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004171
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004172 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004173
4174
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000041752009-10-07: Version 1.3.15
4176
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004177 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004178
4179 Fixed a crash bug happening when starting profiling (issue
4180 http://crbug.com/23768).
4181
4182
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000041832009-10-07: Version 1.3.14
4184
4185 Added GetRealNamedProperty to the API to lookup real properties
4186 located on the object or in the prototype chain skipping any
4187 interceptors.
4188
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004189 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004190 stack limit now needs to be set to each thread thich is used with V8.
4191
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004192 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004193
4194 Ensure V8 is initialized before locking and unlocking threads.
4195
4196 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004197 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004198 Crockford from the project.
4199
4200 Added a missing optimization in StringCharAt.
4201
4202 Fixed some flaky socket tests.
4203
4204 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4205 in 64-bit mode.
4206
4207 Fixed memory leaks in the thread management code.
4208
4209 Fixed the result of assignment to a pixel array. The assigned value
4210 is now the result.
4211
4212 Error reporting for invalid left-hand sides in for-in statements, pre-
4213 and postfix count expressions, and assignments now matches the JSC
4214 behavior in Safari 4.
4215
4216 Follow the spec in disallowing function declarations without a name.
4217
4218 Always allocate code objects within a 2 GB range. On x64 architecture
4219 this is used to use near calls (32-bit displacement) in Code objects.
4220
4221 Optimized array construction ported to x64 and ARM architectures.
4222
4223 [ES5] Changed Object.keys to return strings for element indices.
4224
4225
ager@chromium.org68e7ab72009-09-23 09:40:39 +000042262009-09-23: Version 1.3.13
4227
4228 Fixed uninitialized memory problem.
4229
4230 Improved heap profiler support.
4231
4232
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000042332009-09-22: Version 1.3.12
4234
4235 Changed behavior of |function|.toString() on built-in functions to
4236 be compatible with other implementations. Patch by Jan de Mooij.
4237
4238 Added Object::IsDirty in the API.
4239
4240 Optimized array construction; it is now handled purely in native
4241 code.
4242
4243 [ES5] Made properties of the arguments array enumerable.
4244
4245 [ES5] Added test suite adapter for the es5conform test suite.
4246
4247 [ES5] Added Object.keys function.
4248
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004249
ager@chromium.org4af710e2009-09-15 12:20:11 +000042502009-09-15: Version 1.3.11
4251
4252 Fixed crash in error reporting during bootstrapping.
4253
4254 Optimized generated IA32 math code by using SSE2 instructions when
4255 available.
4256
4257 Implemented missing pieces of debugger infrastructure on ARM. The
4258 debugger is now fully functional on ARM.
4259
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004260 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004261
4262
ager@chromium.orga1645e22009-09-09 19:27:10 +000042632009-09-09: Version 1.3.10
4264
4265 Fixed profiler on Mac in 64-bit mode.
4266
4267 Optimized creation of objects from simple constructor functions on
4268 ARM.
4269
4270 Fixed a number of debugger issues.
4271
4272 Reduced the amount of memory consumed by V8.
4273
4274
ager@chromium.org18ad94b2009-09-02 08:22:29 +000042752009-09-02: Version 1.3.9
4276
4277 Optimized stack guard checks on ARM.
4278
4279 Optimized API operations by inlining more in the API.
4280
4281 Optimized creation of objects from simple constructor functions.
4282
4283 Enabled a number of missing optimizations in the 64-bit port.
4284
4285 Implemented native-code support for regular expressions on ARM.
4286
4287 Stopped using the 'sahf' instruction on 64-bit machines that do
4288 not support it.
4289
4290 Fixed a bug in the support for forceful termination of JavaScript
4291 execution.
4292
4293
ager@chromium.org96c75b52009-08-26 09:13:16 +000042942009-08-26: Version 1.3.8
4295
4296 Changed the handling of idle notifications to allow idle
4297 notifications when V8 has not yet been initialized.
4298
4299 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004300
ager@chromium.org96c75b52009-08-26 09:13:16 +00004301
ager@chromium.orgab99eea2009-08-25 07:05:41 +000043022009-08-25: Version 1.3.7
4303
4304 Reduced the size of generated code on ARM platforms by reducing
4305 the size of constant pools.
4306
4307 Changed build files to not include the 'ENV' user environment
4308 variable in the build environment.
4309
4310 Changed the handling of idle notifications.
4311
4312
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000043132009-08-21: Version 1.3.6
4314
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004315 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004316
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004317 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004318 a low memory situation to V8.
4319
4320 Changed the handling of global handles (persistent handles in the API
4321 sense) to avoid issues regarding allocation of new global handles
4322 during weak handle callbacks.
4323
4324 Changed the growth policy of the young space.
4325
4326 Fixed a GC issue introduced in version 1.3.5.
4327
4328
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000043292009-08-19: Version 1.3.5
4330
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004331 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004332
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004333 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004334
4335 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4336
4337 Changed typeof RegExp from 'object' to 'function' for compatibility.
4338 Fixed bug where regexps were not callable across contexts.
4339
4340 Added context independent script compilation to the API.
4341
4342 Added API call to get the stack trace for an exception.
4343
4344 Added API for getting object mirrors.
4345
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004346 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004347 running off a snapshot generated without using SSE3 instructions.
4348
4349 Tweaked the handling of the initial size and growth policy of the heap.
4350
4351 Added native code generation for RegExp to 64-bit version.
4352
4353 Added JavaScript debugger support to 64-bit version.
4354
4355
ager@chromium.orgadd848f2009-08-13 12:44:13 +000043562009-08-13: Version 1.3.4
4357
4358 Added a readline() command to the d8 shell.
4359
4360 Fixed bug in json parsing.
4361
4362 Added idle notification to the API and reduced memory on idle
4363 notifications.
4364
4365
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000043662009-08-12: Version 1.3.3
4367
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004368 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004369
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004370 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004371
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004372 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004373
4374 API: added function to find instance of template in prototype
4375 chain. Inlined Object::IsInstanceOf.
4376
4377 Land change to notify valgrind when we modify code on x86.
4378
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004379 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004380
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004381 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004382
4383
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000043842009-08-05: Version 1.3.2
4385
4386 Started new compiler infrastructure for two-pass compilation using a
4387 control flow graph constructed from the AST.
4388
4389 Profiler stack sampling for X64.
4390
4391 Safe handling of NaN to Posix platform-dependent time functions.
4392
4393 Added a new profiler control API to unify controlling various aspects
4394 of profiling.
4395
4396 Fixed issue 392.
4397
4398
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000043992009-07-30: Version 1.3.1
4400
4401 Speed improvements to accessors and interceptors.
4402
4403 Added support for capturing stack information on custom errors.
4404
4405 Added support for morphing an object into a pixel array where its
4406 indexed properties are stored in an external byte array. Values written
4407 are always clamped to the 0..255 interval.
4408
4409 Profiler on x64 now handles C/C++ functions from shared libraries.
4410
4411 Changed the debugger to avoid stepping into function.call/apply if the
4412 function is a built-in.
4413
4414 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004415
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004416 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004417
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004418 Optimized the called as constructor check for API calls.
4419
4420
kasperl@chromium.orge959c182009-07-27 08:59:04 +000044212009-07-27: Version 1.3.0
4422
4423 Allowed RegExp objects to be called as functions (issue 132).
4424
4425 Fixed issue where global property cells would escape after
4426 detaching the global object; see http://crbug.com/16276.
4427
4428 Added support for stepping into setters and getters in the
4429 debugger.
4430
4431 Changed the debugger to avoid stopping in its own JavaScript code
4432 and in the code of built-in functions.
4433
4434 Fixed issue 345 by avoiding duplicate escaping labels.
4435
4436 Fixed ARM code generator crash in short-circuited boolean
4437 expressions and added regression tests.
4438
4439 Added an external allocation limit to avoid issues where small V8
4440 objects would hold on to large amounts of external memory without
4441 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004442
4443 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004444
4445
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000044462009-07-13: Version 1.2.14
4447
4448 Added separate paged heap space for global property cells and
4449 avoid updating the write barrier when storing into them.
4450
4451 Improved peep-hole optimization on ARM platforms by not emitting
4452 unnecessary debug information.
4453
4454 Re-enabled ICs for loads and calls that skip a global object
4455 during lookup through the prototype chain.
4456
4457 Allowed access through global proxies to use ICs.
4458
4459 Fixed issue 401.
4460
4461
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000044622009-07-09: Version 1.2.13
4463
4464 Fixed issue 397, issue 398, and issue 399.
4465
4466 Added support for breakpoint groups.
4467
4468 Fixed bugs introduced with the new global object representation.
4469
4470 Fixed a few bugs in the ARM code generator.
4471
4472
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000044732009-07-06: Version 1.2.12
4474
4475 Added stack traces collection to Error objects accessible through
4476 the e.stack property.
4477
4478 Changed RegExp parser to use a recursive data structure instead of
4479 stack-based recursion.
4480
4481 Optimized Date object construction and string concatenation.
4482
4483 Improved performance of div, mod, and mul on ARM platforms.
4484
4485
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000044862009-07-02: Version 1.2.11
4487
4488 Improved performance on IA-32 and ARM.
4489
4490 Fixed profiler sampler implementation on Mac OS X.
4491
4492 Changed the representation of global objects to improve
4493 performance of adding a lot of new properties.
4494
4495
ager@chromium.org3e875802009-06-29 08:26:34 +000044962009-06-29: Version 1.2.10
4497
4498 Improved debugger support.
4499
4500 Fixed bug in exception message reporting (issue 390).
4501
4502 Improved overall performance.
4503
4504
ager@chromium.org5aa501c2009-06-23 07:57:28 +000045052009-06-23: Version 1.2.9
4506
4507 Improved math performance on ARM.
4508
4509 Fixed profiler name-inference bug.
4510
4511 Fixed handling of shared libraries in the profiler tick processor
4512 scripts.
4513
4514 Fixed handling of tests that time out in the test scripts.
4515
4516 Fixed compilation on MacOS X version 10.4.
4517
4518 Fixed two bugs in the regular expression engine.
4519
4520 Fixed a bug in the string type inference.
4521
4522 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004523
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004524 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004525
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004526
ager@chromium.orgeadaf222009-06-16 09:43:10 +000045272009-06-16: Version 1.2.8
4528
4529 Optimized math on ARM platforms.
4530
4531 Fixed two crash bugs in the handling of getters and setters.
4532
4533 Improved the debugger support by adding scope chain information.
4534
4535 Improved the profiler support by compressing log data transmitted
4536 to clients.
4537
4538 Improved overall performance.
4539
4540
ager@chromium.orge2902be2009-06-08 12:21:35 +000045412009-06-08: Version 1.2.7
4542
4543 Improved debugger and profiler support.
4544
4545 Reduced compilation time by improving the handling of deferred
4546 code.
4547
4548 Optimized interceptor accesses where the property is on the object
4549 on which the interceptors is attached.
4550
4551 Fixed compilation problem on GCC 4.4 by changing the stack
4552 alignment to 16 bytes.
4553
4554 Fixed handle creation to follow stric aliasing rules.
4555
4556 Fixed compilation on FreeBSD.
4557
4558 Introduced API for forcing the deletion of a property ignoring
4559 interceptors and attributes.
4560
4561
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000045622009-05-29: Version 1.2.6
4563
4564 Added a histogram recording hit rates at different levels of the
4565 compilation cache.
4566
4567 Added stack overflow check for the RegExp analysis phase. Previously a
4568 very long regexp graph could overflow the stack with recursive calls.
4569
4570 Use a dynamic buffer when collecting log events in memory.
4571
4572 Added start/stop events to the profiler log.
4573
4574 Fixed infinite loop which could happen when setting a debug break while
4575 executing a RegExp compiled to native code.
4576
4577 Fixed handling of lastIndexOf called with negative index (issue 351).
4578
4579 Fixed irregular crash in profiler test (issue 358).
4580
4581 Fixed compilation issues with some versions of gcc.
4582
4583
kasperl@chromium.org71affb52009-05-26 05:44:31 +000045842009-05-26: Version 1.2.5
4585
4586 Fixed bug in initial boundary check for Boyer-Moore text
4587 search (issue 349).
4588
4589 Fixed compilation issues with MinGW and gcc 4.3+ and added support
4590 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
4591 Craig Schlenter.
4592
4593 Added a script cache to the debugger.
4594
4595 Optimized compilation performance by improving internal data
4596 structures and avoiding expensive property load optimizations for
4597 code that's infrequently executed.
4598
4599 Exposed the calling JavaScript context through the static API
4600 function Context::GetCalling().
4601
4602
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000046032009-05-18: Version 1.2.4
4604
4605 Improved performance of floating point number allocation for ARM
4606 platforms.
4607
4608 Fixed crash when using the instanceof operator on functions with
4609 number values in their prototype chain (issue 341).
4610
4611 Optimized virtual frame operations in the code generator to speed
4612 up compilation time and allocated the frames in the zone.
4613
4614 Made the representation of virtual frames and jump targets in the
4615 code generator much more compact.
4616
4617 Avoided linear search for non-locals in scope code when resolving
4618 variables inside with and eval scopes.
4619
4620 Optimized lexical scanner by dealing with whitespace as part of
4621 the token scanning instead of as a separate step before it.
4622
4623 Changed the scavenging collector so that promoted objects do not
4624 reside in the old generation while their remembered set is being
4625 swept for pointers into the young generation.
4626
4627 Fixed numeric overflow handling when compiling count operations.
4628
4629
ager@chromium.org9085a012009-05-11 19:22:57 +000046302009-05-11: Version 1.2.3
4631
4632 Fixed bug in reporting of out-of-memory situations.
4633
4634 Introduced hidden prototypes on certain builtin prototype objects
4635 such as String.prototype to emulate JSC's behavior of restoring
4636 the original function when deleting functions from those prototype
4637 objects.
4638
4639 Fixed crash bug in the register allocator.
4640
4641
ager@chromium.org5ec48922009-05-05 07:25:34 +000046422009-05-04: Version 1.2.2
4643
4644 Fixed bug in array sorting for sparse arrays (issue 326).
4645
4646 Added support for adding a soname when building a shared library
4647 on Linux (issue 151).
4648
4649 Fixed bug caused by morphing internal ASCII strings to external
4650 two-byte strings. Slices over ASCII strings have to forward ASCII
4651 checks to the underlying buffer string.
4652
4653 Allowed API call-as-function handlers to be called as
4654 constructors.
4655
4656 Fixed a crash bug where an external string was disposed but a
4657 slice of the external string survived as a symbol.
4658
4659
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000046602009-04-27: Version 1.2.1
4661
4662 Added EcmaScript 5 JSON object.
4663
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004664 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00004665
4666
ager@chromium.org65dad4b2009-04-23 08:48:43 +000046672009-04-23: Version 1.2.0
4668
4669 Optimized floating-point operations on ARM.
4670
4671 Added a number of extensions to the debugger API.
4672
4673 Changed the enumeration order for unsigned integer keys to always
4674 be numerical order.
4675
4676 Added a "read" extension to the shell sample.
4677
4678 Added support for Array.prototype.reduce and
4679 Array.prototype.reduceRight.
4680
4681 Added an option to the SCons build to control Microsoft Visual C++
4682 link-time code generation.
4683
4684 Fixed a number of bugs (in particular issue 315, issue 316,
4685 issue 317 and issue 318).
4686
4687
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000046882009-04-15: Version 1.1.10
4689
4690 Fixed crash bug that occurred when loading a const variable in the
4691 presence of eval.
4692
4693 Allowed using with and eval in registered extensions in debug mode
4694 by fixing bogus assert.
4695
4696 Fixed the source position for function returns to enable the
4697 debugger to break there.
4698
4699
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000047002009-04-14: Version 1.1.9
4701
4702 Made the stack traversal code in the profiler robust by avoiding
4703 to look into the heap.
4704
4705 Added name inferencing for anonymous functions to facilitate
4706 debugging and profiling.
4707
4708 Re-enabled stats timers in the developer shell (d8).
4709
4710 Fixed issue 303 by avoiding to shortcut cons-symbols.
4711
4712
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000047132009-04-11: Version 1.1.8
4714
4715 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
4716
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004717 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004718 the debugger (issue 269).
4719
4720 Fixed v8::Object::DeleteHiddenValue to not bail out when there
4721 are no hidden properties.
4722
ager@chromium.org65dad4b2009-04-23 08:48:43 +00004723 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00004724 entries with deleted resources would lead to NPEs when looking
4725 up in the symbol table.
4726
4727
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000047282009-04-07: Version 1.1.7
4729
4730 Added support for easily importing additional environment
4731 variables into the SCons build.
4732
4733 Optimized strict equality checks.
4734
4735 Fixed crash in indexed setters on objects without a corresponding
4736 getter (issue 298).
4737
4738 Re-enabled script compilation cache.
4739
4740
ager@chromium.org8682a592009-04-01 10:47:14 +000047412009-04-01: Version 1.1.6
4742
4743 Reverted an unsafe code generator change.
4744
4745
ager@chromium.org71daaf62009-04-01 07:22:49 +000047462009-04-01: Version 1.1.5
4747
4748 Fixed bug that caused function literals to not be optimized as
4749 much as other functions.
4750
4751 Improved profiler support.
4752
4753 Fixed a crash bug in connection with debugger unloading.
4754
4755 Fixed a crash bug in the code generator caused by losing the
4756 information that a frame element was copied.
4757
4758 Fixed an exception propagation bug that could cause non-null
4759 return values when exceptions were thrown.
4760
4761
ager@chromium.org41826e72009-03-30 13:30:57 +000047622009-03-30: Version 1.1.4
4763
4764 Optimized String.prototype.match.
4765
4766 Improved the stack information in profiles.
4767
4768 Fixed bug in ARM port making it possible to compile the runtime
4769 system for thumb mode again.
4770
4771 Implemented a number of optimizations in the code generator.
4772
4773 Fixed a number of memory leaks in tests.
4774
4775 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00004776 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00004777
4778
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000047792009-03-24: Version 1.1.3
4780
4781 Fixed assertion failures in compilation of loop conditions.
4782
4783 Removed STL dependency from developer shell (d8).
4784
4785 Added infrastructure for protecting the V8 heap from corruption
4786 caused by memory modifications from the outside.
4787
4788
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000047892009-03-24: Version 1.1.2
4790
4791 Improved frame merge code generated by the code generator.
4792
4793 Optimized String.prototype.replace.
4794
4795 Implemented __defineGetter__ and __defineSetter__ for properties
4796 with integer keys on non-array objects.
4797
4798 Improved debugger and profiler support.
4799
4800 Fixed a number of portability issues to allow compilation for
4801 smaller ARM devices.
4802
4803 Exposed object cloning through the API.
4804
4805 Implemented hidden properties. This is used to expose an identity
4806 hash for objects through the API.
4807
4808 Implemented restarting of regular expressions if their input
4809 string changes representation during preemption.
4810
4811 Fixed a code generator bug that could cause assignments in loops
4812 to be ignored if using continue to break out of the loop (issue
4813 284).
4814
4815
ager@chromium.org3a6061e2009-03-12 14:24:36 +000048162009-03-12: Version 1.1.1
4817
4818 Fixed an assertion in the new compiler to take stack overflow
4819 exceptions into account.
4820
4821 Removed exception propagation code that could cause crashes.
4822
4823 Fixed minor bug in debugger line number computations.
4824
4825 8-byte align the C stack on Linux and Windows to speed up floating
4826 point computations.
4827
4828
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000048292009-03-12: Version 1.1.0
4830
4831 Improved code generation infrastructure by doing simple register
4832 allocation and constant folding and propagation.
4833
4834 Optimized regular expression matching by avoiding to create
4835 intermediate string arrays and by flattening nested array
4836 representations of RegExp data.
4837
4838 Traverse a few stack frames when recording profiler samples to
4839 include partial call graphs in the profiling output.
4840
4841 Added support for using OProfile to profile generated code.
4842
4843 Added remote debugging support to the D8 developer shell.
4844
4845 Optimized creation of nested literals like JSON objects.
4846
4847 Fixed a bug in garbage collecting unused maps and turned it on by
4848 default (--collect-maps).
4849
4850 Added support for running tests under Valgrind.
4851
4852
kasperl@chromium.org061ef742009-02-27 12:16:20 +000048532009-02-27: Version 1.0.3
4854
4855 Optimized double-to-integer conversions in bit operations by using
4856 SSE3 instructions if available.
4857
4858 Optimized initialization sequences that store to multiple
4859 properties of the same object.
4860
4861 Changed the D8 debugger frontend to use JSON messages.
4862
4863 Force garbage collections when disposing contexts.
4864
4865 Align code objects at 32-byte boundaries.
4866
4867
ager@chromium.org381abbb2009-02-25 13:23:22 +000048682009-02-25: Version 1.0.2
4869
4870 Improved profiling support by performing simple call stack
4871 sampling for ticks and by fixing a bug in the logging of code
4872 addresses.
4873
4874 Fixed a number of debugger issues.
4875
4876 Optimized code that uses eval.
4877
4878 Fixed a couple of bugs in the regular expression engine.
4879
4880 Reduced the size of generated code for certain regular expressions.
4881
4882 Removed JSCRE completely.
4883
4884 Fixed issue where test could not be run if there was a dot in the
4885 checkout path.
4886
4887
ager@chromium.org6f10e412009-02-13 10:11:16 +000048882009-02-13: Version 1.0.1
4889
4890 Fixed two crash-bugs in irregexp (issue 231 and 233).
4891
4892 Fixed a number of minor bugs (issue 87, 227 and 228).
4893
4894 Added support for morphing strings to external strings on demand
4895 to avoid having to create copies in the embedding code.
4896
4897 Removed experimental support for external symbol callbacks.
4898
4899
iposva@chromium.org245aa852009-02-10 00:49:54 +000049002009-02-09: Version 1.0.0
4901
4902 Fixed crash-bug in the code generation for case independent 16 bit
4903 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004904
iposva@chromium.org245aa852009-02-10 00:49:54 +00004905 Made shells more robust in the presence of string conversion
4906 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004907
iposva@chromium.org245aa852009-02-10 00:49:54 +00004908 Fixed a potential infinite loop when attempting to resolve
4909 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00004910
iposva@chromium.org245aa852009-02-10 00:49:54 +00004911 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00004912
iposva@chromium.org245aa852009-02-10 00:49:54 +00004913 Reduced binary by stripping unneeded text from JavaScript library and
4914 minifying some JavaScript files.
4915
4916
ager@chromium.orgddb913d2009-01-27 10:01:48 +000049172009-01-27: Version 0.4.9
4918
4919 Enabled new regular expression engine.
4920
4921 Made a number of changes to the debugger protocol.
4922
4923 Fixed a number of bugs in the preemption support.
4924
4925 Added -p option to the developer shell to run files in parallel
4926 using preemption.
4927
4928 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
4929 193, 198 and 201).
4930
4931 Fixed a number of bugs in the serialization/deserialization
4932 support for the ARM platform.
4933
4934
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000049352009-01-19: Version 0.4.8.1
4936
4937 Minor patch to debugger support.
4938
4939
ager@chromium.org32912102009-01-16 10:38:43 +000049402009-01-16: Version 0.4.8
4941
4942 Fixed string length bug on ARM (issue 171).
4943
4944 Made most methods in the API const.
4945
4946 Optimized object literals by improving data locality.
4947
4948 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004949 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00004950
4951 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00004952 eval to behave incorrectly when using accessors (issues 186, 190
4953 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00004954
4955
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000049562009-01-06: Version 0.4.7
4957
ager@chromium.org32912102009-01-16 10:38:43 +00004958 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004959
ager@chromium.org32912102009-01-16 10:38:43 +00004960 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004961
ager@chromium.org32912102009-01-16 10:38:43 +00004962 Fixed subtle bug that caused the wrong 'this' to be used when
4963 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004964
ager@chromium.org32912102009-01-16 10:38:43 +00004965 Inline array loads within loops directly in the code instead of
4966 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00004967
ager@chromium.org32912102009-01-16 10:38:43 +00004968
ager@chromium.org8bb60582008-12-11 12:02:20 +000049692008-12-11: Version 0.4.6
4970
4971 Fixed exception reporting bug where certain exceptions were
4972 incorrectly reported as uncaught.
4973
4974 Improved the memory allocation strategy used during compilation to
4975 make running out of memory when compiling huge scripts less
4976 likely.
4977
4978 Optimized String.replace by avoiding the construction of certain
4979 sub strings.
4980
4981 Fixed bug in code generation for large switch statements on ARM.
4982
4983 Fixed bug that caused V8 to change the global object template
4984 passed in by the user.
4985
4986 Changed the API for creating object groups used during garbage
4987 collection. Entire object groups are now passed to V8 instead of
4988 individual members of the groups.
4989
ager@chromium.org32912102009-01-16 10:38:43 +00004990
ager@chromium.orga74f0da2008-12-03 16:05:52 +000049912008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00004992
ager@chromium.orga74f0da2008-12-03 16:05:52 +00004993 Added experimental API support for allocating V8 symbols as
4994 external strings.
4995
4996 Fixed bugs in debugging support on ARM.
4997
4998 Changed eval implementation to correctly detect whether or not a
4999 call to eval is aliased.
5000
5001 Fixed bug caused by a combination of the compilation cache and
5002 dictionary probing in native code. The bug caused us to sometimes
5003 call functions that had not yet been compiled.
5004
5005 Added platform support for FreeBSD.
5006
5007 Added support for building V8 on Windows with either the shared or
5008 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005009
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005010 Added the v8::jscre namespace around the jscre functions to avoid
5011 link errors (duplicate symbols) when building Google Chrome.
5012
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005013 Added support for calling a JavaScript function with the current
5014 debugger execution context as its argument to the debugger
5015 interface.
5016
5017 Changed the type of names of counters from wchar_t to char.
5018
5019 Changed the Windows system call used to compute daylight savings
5020 time. The system call that we used to use became four times
5021 slower on WinXP SP3.
5022
5023 Added support in the d8 developer shell for memory-mapped counters
5024 and added a stats-viewer tool.
5025
5026 Fixed bug in upper/lower case mappings (issue 149).
5027
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005028
ager@chromium.org3bf7b912008-11-17 09:09:45 +000050292008-11-17: Version 0.4.4
5030
5031 Reduced code size by using shorter instruction encoding when
5032 possible.
5033
5034 Added a --help option to the shell sample and to the d8 shell.
5035
5036 Added visual studio project files for building the ARM simulator.
5037
5038 Fixed a number of ARM simulator issues.
5039
5040 Fixed bug in out-of-memory handling on ARM.
5041
5042 Implemented shell support for passing arguments to a script from
5043 the command line.
5044
5045 Fixed bug in date code that made certain date functions return -0
5046 instead of 0 for dates before the epoch.
5047
5048 Restricted applications of eval so it can only be used in the
5049 context of the associated global object.
5050
5051 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005052
5053
ager@chromium.org870a0b62008-11-04 11:43:05 +000050542008-11-04: Version 0.4.3
5055
5056 Added support for API accessors that prohibit overwriting by
5057 accessors defined in JavaScript code by using __defineGetter__ and
5058 __defineSetter__.
5059
5060 Improved handling of conditionals in test status files.
5061
5062 Introduced access control in propertyIsEnumerable.
5063
5064 Improved performance of some string operations by caching
5065 information about the type of the string between operations.
5066
5067 Fixed bug in fast-case code for switch statements that only have
5068 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005069
ager@chromium.org870a0b62008-11-04 11:43:05 +00005070
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000050712008-10-30: Version 0.4.2
5072
5073 Improved performance of Array.prototype.concat by moving the
5074 implementation to C++ (issue 123).
5075
5076 Fixed heap growth policy to avoid growing old space to its maximum
5077 capacity before doing a garbage collection and fixed issue that
5078 would lead to artificial out of memory situations (issue 129).
5079
5080 Fixed Date.prototype.toLocaleDateString to return the date in the
5081 same format as WebKit.
5082
5083 Added missing initialization checks to debugger API.
5084
5085 Added removing of unused maps during GC.
5086
5087
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000050882008-10-28: Version 0.4.1
5089
5090 Added caching of RegExp data in compilation cache.
5091
5092 Added Visual Studio project file for d8 shell.
5093
5094 Fixed function call performance regression introduced in version
5095 0.4.0 when splitting the global object in two parts (issue 120).
5096
5097 Fixed issue 131 by checking for empty handles before throwing and
5098 reporting exceptions.
5099
5100
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000051012008-10-23: Version 0.4.0
5102
5103 Split the global object into two parts: The state holding global
5104 object and the global object proxy.
5105
5106 Fixed bug that affected the value of an assignment to an element
5107 in certain cases (issue 116).
5108
5109 Added GetPropertyNames functionality (issue 33) and extra Date
5110 functions (issue 77) to the API.
5111
5112 Changed WeakReferenceCallback to take a Persistent<Value> instead
5113 of a Persistent<Object> (issue 101).
5114
5115 Fixed issues with message reporting for exceptions in try-finally
5116 blocks (issues 73 and 75).
5117
ager@chromium.org32912102009-01-16 10:38:43 +00005118 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005119
5120 Improved Boyer-Moore implementation for faster indexOf operations.
5121
5122 Added development shell (d8) which includes counters and
5123 completion support.
5124
5125 Fixed problem with the receiver passed to functions called from
5126 eval (issue 124).
5127
5128
ager@chromium.org7c537e22008-10-16 08:43:32 +000051292008-10-16: Version 0.3.5
5130
5131 Improved string hash-code distribution by excluding bit-field bits
5132 from the hash-code.
5133
5134 Changed string search algorithm used in indexOf from KMP to
5135 Boyer-Moore.
5136
5137 Improved the generated code for the instanceof operator.
5138
5139 Improved performance of slow-case string equality checks by
5140 specializing the code based on the string representation.
5141
5142 Improve the handling of out-of-memory situations (issue 70).
5143
5144 Improved performance of strict equality checks.
5145
5146 Improved profiler output to make it easier to see anonymous
5147 functions.
5148
5149 Improved performance of slow-case keyed loads.
5150
5151 Improved property access performance by allocating a number of
5152 properties in the front object.
5153
5154 Changed the toString behavior on the built-in object constructors
5155 to print [native code] instead of the actual source. Some web
5156 applications do not like constructors with complex toString
5157 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005158
ager@chromium.org7c537e22008-10-16 08:43:32 +00005159
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000051602008-10-06: Version 0.3.4
5161
5162 Changed Array.prototype.sort to use quick sort.
5163
5164 Fixed code generation issue where leaving a finally block with
5165 break or continue would accumulate elements on the expression
5166 stack (issue 86).
5167
5168 Made sure that the name accessor on functions returns the expected
5169 names for builtin JavaScript functions and C++ callback functions.
5170
5171 Added fast case code for extending the property storage array of
5172 JavaScript objects.
5173
5174 Ported switch statement optimizations introduced in version 0.3.3
5175 to the ARM code generator.
5176
5177 Allowed GCC to use strict-aliasing rules when compiling.
5178
5179 Improved performance of arguments object allocation by taking care
5180 of arguments adaptor frames in the generated code.
5181
5182 Updated the V8 benchmark suite to version 2.
5183
5184
ager@chromium.org236ad962008-09-25 09:45:57 +000051852008-09-25: Version 0.3.3
5186
5187 Improved handling of relocation information to enable more
5188 peep-hole optimizations.
5189
5190 Optimized switch statements where all labels are constant small
5191 integers.
5192
5193 Optimized String.prototype.indexOf for common cases.
5194
5195 Fixed more build issues (issue 80).
5196
5197 Fixed a couple of profiler issues.
5198
5199 Fixed bug where the body of a function created using the Function
5200 constructor was not allowed to end with a single-line comment
5201 (issue 85).
5202
5203 Improved handling of object literals by canonicalizing object
5204 literal maps. This will allow JSON objects with the same set of
5205 properties to share the same map making inline caching work better
5206 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005207
ager@chromium.org236ad962008-09-25 09:45:57 +00005208
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000052092008-09-17: Version 0.3.2
5210
5211 Generalized the EvalCache into a CompilationCache and enabled it
5212 for scripts too. The current strategy is to retire all entries
5213 whenever a mark-sweep collection is started.
5214
5215 Fixed bug where switch statements containing only a default case
5216 would lead to an unbalanced stack (issue 69).
5217
5218 Fixed bug that made access to the function in a named function
5219 expression impossible in certain situations (issue 24).
5220
5221 Fixed even more build issues.
5222
5223 Optimized calling conventions on ARM. The conventions on ARM and
5224 IA-32 now match.
5225
5226 Removed static initializers for flags and counters.
5227
5228 Improved inline caching behavior for uncommon cases where lazily
5229 loading Date and RegExp code could force certain code paths go
5230 megamorphic.
5231
5232 Removed arguments adaption for builtins written in C++. This
5233 makes Array.prototype.push and Array.prototype.pop slightly
5234 faster.
5235
5236
ager@chromium.org9258b6b2008-09-11 09:11:10 +000052372008-09-11: Version 0.3.1
5238
5239 Fixed a number of build issues.
5240
5241 Fixed problem with missing I-cache flusing on ARM.
5242
5243 Changed space layout in memory management by splitting up
5244 code space into old data space and code space.
5245
5246 Added utf-8 conversion support to the API (issue 57).
5247
5248 Optimized repeated calls to eval with the same strings. These
5249 repeated calls are common in web applications.
5250
5251 Added Xcode project file.
5252
5253 Optimized a couple of Array operation.
5254
5255 Fixed parser bug by checking for end-of-string when parsing break
5256 and continue (issue 35).
5257
5258 Fixed problem where asian characters were not categorized as
5259 letters.
5260
5261 Fixed bug that disallowed calling functions fetched from an array
5262 using a string as an array index (issue 32).
5263
5264 Fixed bug where the internal field count on object templates were
5265 sometimes ignored (issue 54).
5266
5267 Added -f option to the shell sample for compatibility with other
5268 engines (issue 18).
5269
5270 Added source info to TryCatches in the API.
5271
5272 Fixed problem where the seed for the random number generator was
5273 clipped in a double to unsigned int conversion.
5274
5275 Fixed bug where cons string symbols were sometimes converted to
5276 non-symbol flat strings during GC.
5277
5278 Fixed bug in error reporting when attempting to convert null to an
5279 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005280
5281
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000052822008-09-04: Version 0.3.0
5283
5284 Added support for running tests on the ARM simulator.
5285
5286 Fixed bug in the 'in' operator where negative indices were not
5287 treated correctly.
5288
5289 Fixed build issues on gcc-4.3.1.
5290
5291 Changed Date.prototype.toLocaleTimeString to not print the
5292 timezone part of the time.
5293
5294 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5295 with user code.
5296
5297
v8.team.kasperl727e9952008-09-02 14:56:44 +000052982008-09-02: Version 0.2.5
5299
5300 Renamed the top level directory 'public' to 'include'.
5301
5302 Added 'env' option to the SCons build scripts to support
5303 overriding the ENV part of the build environment. This is mostly
5304 to support Windows builds in cases where SCons cannot find the
5305 correct paths to the Windows SDK, as these paths cannot be passed
5306 through shell environment variables.
5307
5308 Enabled "Buffer Security Check" on for the Windows SCons build and
5309 added the linker option /OPT:ICF as an optimization.
5310
5311 Added the V8 benchmark suite to the repository.
5312
5313
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000053142008-09-01: Version 0.2.4
5315
5316 Included mjsunit JavaScript test suite and C++ unit tests.
5317
5318 Changed the shell sample to not print the result of executing a
5319 script provided on the command line.
5320
5321 Fixed issue when building samples on Windows using a shared V8
5322 library. Added visibility option on Linux build which makes the
5323 generated library 18% smaller.
5324
5325 Changed build system to accept multiple build modes in one build
5326 and generate separate objects, libraries and executables for each
5327 mode.
5328
5329 Removed deferred negation optimization (a * -b => -(a * b)) since
5330 this visibly changes operand conversion order.
5331
5332 Improved parsing performance by introducing stack guard in
5333 preparsing. Without a stack guard preparsing always bails out
5334 with stack overflow.
5335
5336 Changed shell sample to take flags directly from the command-line.
5337 Added API call that implements this.
5338
5339 Added load, quit and version functions to the shell sample so it's
5340 easier to run benchmarks and tests.
5341
5342 Fixed issue with building samples and cctests on 64-bit machines.
5343
5344 Fixed bug in the runtime system where the prototype chain was not
5345 always searched for a setter when setting a property that does not
5346 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005347
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005348
mads.s.agercbaa0602008-08-14 13:41:48 +000053492008-08-14: Version 0.2.3
5350
5351 Improved performance of garbage collection by moving the
5352 function that updates pointers during compacting collection
5353 into the updating visitor. This gives the compiler a better
5354 chance to inline and avoid a function call per (potential)
5355 pointer.
5356
5357 Extended the shell sample with a --runtime-flags option.
5358
5359 Added Visual Studio project files for the shell.cc and
5360 process.cc samples.
5361
5362
53632008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005364
5365 Improved performance of garbage collection by changing the way
5366 we use the marking stack in the event of stack overflow during
5367 full garbage collection and by changing the way we mark roots.
5368
5369 Cleaned up ARM version by removing top of stack caching and by
5370 introducing push/pop elimination.
5371
5372 Cleaned up the way runtime functions are called to allow
5373 runtime calls with no arguments.
5374
5375 Changed Windows build options to make sure that exceptions are
5376 disabled and that optimization flags are enabled.
5377
5378 Added first version of Visual Studio project files.
5379
5380
mads.s.agercbaa0602008-08-14 13:41:48 +000053812008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005382
5383 Improved performance of unary addition by avoiding runtime calls.
5384
5385 Fixed the handling of '>' and '<=' to use right-to-left conversion
5386 and left-to-right evaluation as specified by ECMA-262.
5387
5388 Fixed a branch elimination bug on the ARM platform where incorrect
5389 code was generated because of overly aggressive branch
5390 elimination.
5391
5392 Improved performance of code that repeatedly assigns the same
5393 function to the same property of different objects with the same
5394 map.
5395
5396 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5397 no longer expects DEBUG to be defined.
5398
5399 Added platform-nullos.cc to serve as the basis for new platform
5400 implementations.
5401
mads.s.ager31e71382008-08-13 09:32:07 +00005402
mads.s.agercbaa0602008-08-14 13:41:48 +000054032008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005404
5405 Changed all text files to have native svn:eol-style.
5406
5407 Added a few samples and support for building them. The samples
5408 include a simple shell that can be used to benchmark and test V8.
5409
5410 Changed V8::GetVersion to return the version as a string.
5411
5412 Added source for lazily loaded scripts to snapshots and made
5413 serialization non-destructive.
5414
5415 Improved ARM support by fixing the write barrier code to use
5416 aligned loads and stores and by removing premature locals
5417 optimization that relied on broken support for callee-saved
5418 registers (removed).
5419
5420 Refactored the code for marking live objects during garbage
5421 collection and the code for allocating objects in paged
5422 spaces. Introduced an abstraction for the map word of a heap-
5423 allocated object and changed the memory allocator to allocate
5424 executable memory only for spaces that may contain code objects.
5425
5426 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5427 they can be used by debugging and logging modules. Added
5428 thread-safe message queues for dealing with debugger events.
5429
5430 Fixed the source code reported by toString for certain builtin
5431 empty functions and made sure that the prototype property of a
5432 function is enumerable.
5433
5434 Improved performance of converting values to condition flags in
5435 generated code.
5436
5437 Merged disassembler-{arch} files.
5438
5439
mads.s.agercbaa0602008-08-14 13:41:48 +000054402008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005441
5442 Added support for storing JavaScript stack traces in a stack
5443 allocated buffer to make it visible in shallow core dumps.
5444 Controlled by the --preallocate-message-memory flag which is
5445 disabled by default.
5446
5447
mads.s.agercbaa0602008-08-14 13:41:48 +000054482008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005449
5450 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5451 map transitions would count as properties.
5452
5453 Allowed aliased eval invocations by treating them as evals in the
5454 global context. This may change in the future.
5455
5456 Added support for accessing the last entered context through the
5457 API and renamed Context::Current to Context::GetCurrent and
5458 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5459
5460 Fixed bug in the debugger that would cause the debugger scripts to
5461 be recursively loaded and changed all disabling of interrupts to
5462 be block-structured.
5463
5464 Made snapshot data read-only to allow it to be more easily shared
5465 across multiple users of V8 when linked as a shared library.
5466
5467
mads.s.agercbaa0602008-08-14 13:41:48 +000054682008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005469
5470 Fixed building on Mac OS X by recognizing i386 and friends as
5471 IA-32 platforms.
5472
5473 Added propagation of stack overflow exceptions that occur while
5474 compiling nested functions.
5475
5476 Improved debugger with support for recursive break points and
5477 handling of exceptions that occur in the debugger JavaScript code.
5478
5479 Renamed GetInternal to GetInternalField and SetInternal to
5480 SetInternalField in the API and moved InternalFieldCount and
5481 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5482
5483
mads.s.agercbaa0602008-08-14 13:41:48 +000054842008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005485
5486 Fixed bug in stack overflow check code for IA-32 targets where a
5487 non-tagged value in register eax was pushed to the stack.
5488
5489 Fixed potential quadratic behavior when converting strings to
5490 numbers.
5491
5492 Fixed bug where the return value from Object::SetProperty could
5493 end up being the property holder instead of the written value.
5494
5495 Improved debugger support by allowing nested break points and by
5496 dealing with stack-overflows when compiling functions before
5497 setting break points in them.
5498
5499
mads.s.agercbaa0602008-08-14 13:41:48 +000055002008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005501
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005502 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005503
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005504# Local Variables:
5505# mode:text
5506# End: