blob: 27ff5d973f406317b2b232067cbe2f36f29954ab [file] [log] [blame]
dslomov@chromium.orge97852d2013-09-12 09:02:59 +000012013-09-12: Version 3.21.14
2
3 Added access check for observed objects.
4 (V8 issue 2778)
5
6 Cleaned up v8::ArrayBuffer::Allocator interface.
7 (V8 issue 2823)
8
9 Performance and stability improvements on all platforms.
10
hpayer@chromium.orgc5d49712013-09-11 08:25:48 +0000112013-09-11: Version 3.21.13
12
13 Added a ResourceConstraint for the embedder to specify that V8 is
14 running on a memory constrained device.
15 (Chromium issue 280984)
16
17 Removed HandleScope default ctor.
18 (Chromium issue 236173)
19
20 Enabled escape analysis for Hydrogen.
21
22 Correctly stringified mixed encoding indirect strings.
23 (Chromium issue 287476)
24
25 Performance and stability improvements on all platforms.
26
27
dslomov@chromium.org639bac02013-09-09 11:58:54 +0000282013-09-09: Version 3.21.12
29
30 Fixed bitwise negation on x64.
31 (Chromium issue 285355)
32
33 Dropped GetCurrentThreadId() and TerminateExecution(int) from
34 the external API.
35
36 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
37 (Chromium issue 284998)
38
39 Added check if timeout has expired after processing each sample.
40 (issue 2814,v8:2871)
41
42 Removed obsolete global V8::has_been_fooed flags.
43 (issue 2744)
44
45 Performance and stability improvements on all platforms.
46
47
jkummerow@chromium.org2c9426b2013-09-05 16:31:13 +0000482013-09-05: Version 3.21.11
49
50 Performance and stability improvements on all platforms.
51
52
jkummerow@chromium.org3d00d0a2013-09-04 13:57:32 +0000532013-09-04: Version 3.21.10
54
55 Fixed Eternal::IsEmpty logic (issue 2870).
56
57 Performance and stability improvements on all platforms.
58
59
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +0000602013-09-03: Version 3.21.9
61
62 Deprecated Persistent functions which were marked to be deprecated.
63
64 Allowed uncacheable identifiers to go generic (issue 2867).
65
66 Performance and stability improvements on all platforms.
67
68
jkummerow@chromium.org8fa5bd92013-09-02 11:45:09 +0000692013-09-02: Version 3.21.8
70
71 Added scriptId to StackTrace frames (issue 2865).
72
73 Performance and stability improvements on all platforms.
74
75
jkummerow@chromium.orgdc94e192013-08-30 11:35:42 +0000762013-08-30: Version 3.21.7
77
78 Fixed casts of eternal handles.
79
80 Turned on global handle zapping.
81
82 Always visit branches during HGraph building (Chromium issue 280333).
83
84 Profiler changes: removed deprecated API, support higher sampling
85 rate on Windows.
86
87 Performance and stability improvements on all platforms.
88
89
mstarzinger@chromium.org1f410f92013-08-29 08:13:16 +0000902013-08-29: Version 3.21.6
91
92 Fixed inlined 'throw' statements interfering with live range
93 computation. (issue 2843)
94
95 Performance and stability improvements on all platforms.
96
97
verwaest@chromium.org662436e2013-08-28 08:41:27 +0000982013-08-28: Version 3.21.5
99
100 Fixed compilation with recent MinGW64 versions. (issue 2300)
101
102 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
103
104 Performance and stability improvements on all platforms.
105
106
jkummerow@chromium.org1e8da742013-08-26 17:13:35 +00001072013-08-26: Version 3.21.4
108
109 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
110
111 Use signals for cpu profiling on Mac OS X (issue 2814).
112
113 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
114
115 Added support for higher CPU profiler sampling rate on posix systems
116 (issue 2814).
117
118 Worked around 'inlining failed' build error with older GCC 4.x releases.
119
120 Added source map support to tick processor.
121
122 Stability improvements on all platforms.
123
124
rossberg@chromium.org92597162013-08-23 13:28:00 +00001252013-08-23: Version 3.21.3
126
127 Temporarily disabled optimization for StringWrappers to use native
128 valueOf. (issue 2855)
129
130 Fixed crash on function declarations in eval inside non-trivial local
131 scope. (issue 2594)
132
133 Rewrote SamplingCircularQueue. (issue 2814)
134
135 Fixed hidden properties on object with frozen prototype. (issue 2829)
136
137 Fix deoptimization bug. (Chromium issue 274164)
138
139 Stability improvements on all platforms.
140
141
verwaest@chromium.orgec6855e2013-08-22 12:26:58 +00001422013-08-22: Version 3.21.2
143
144 Stability improvements on all platforms.
145
146
verwaest@chromium.org32cb9b22013-08-21 11:18:12 +00001472013-08-21: Version 3.21.1
148
149 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
150 (Chromium issue 270527)
151
152 Replaced OS::MemCopy with memcpy in typed array initialization.
153 (Chromium issue 270642)
154
155 Moved i18n break iterator C++ code to runtime (issue 2745)
156
157 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
158 (Chromium issue 263515)
159
160 Fixed register misuse in Allocate() on ARM. (issue 2851)
161
162 Fixed empty handle dereference in Runtime_InternalNumberFormat.
163 (Chromium issue 275467)
164
165 Performance and stability improvements on all platforms.
166
167
rossberg@chromium.orgebeba022013-08-19 09:36:44 +00001682013-08-19: Version 3.21.0
169
170 Fixed GC-related crasher (Chromium issue 274438)
171
172 Reverted making Intl non-enumerable.
173
174 Performance and stability improvements on all platforms.
175
176
danno@chromium.orgc00ec2b2013-08-14 17:13:49 +00001772013-08-14: Version 3.20.17
178
179 Fixed Math.round/floor that had bogus Smi representation
180 (Chromium issue 272564)
181
182 Performance and stability improvements on all platforms.
183
184
danno@chromium.org59400602013-08-13 17:09:37 +00001852013-08-13: Version 3.20.16
186
187 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
188
189 Fixed gcmole bugs in i18n code (issue 2745)
190
191 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
192 set (issue 2827)
193
194 Made sure polymorphic element access creates non-replaying
195 phis. (issue 2815)
196
197 Allowed HPhis to have an invalid merge index. (issue 2815)
198
199 Fixed smi-based math floor. (Chromium issue 270268)
200
201 Deprecated self and total time getters and total sample count
202 getter on CpuProfileNode. (Chromium issue 267595)
203
204 Fixed Object.freeze, Object.observe wrt CountOperation and
205 CompoundAssignment. (issue 2774,2779)
206
207 Performance and stability improvements on all platforms.
208
209
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00002102013-08-07: Version 3.20.15
danno@chromium.org59400602013-08-13 17:09:37 +0000211
212 Exposed eternal handle api.
213
214 Bugfix to solve issues with enabling V8 typed arrays in Blink.
215
216 Fixed Array index dehoisting. (Chromium issue 264203)
217
218 Updated Array Iterator to use numeric indexes (issue 2818)
219
220 Return start/end profiling time in microseconds instead of milliseconds
221 (issue 2824)
222
223 Performance and stability improvements on all platforms.
224
225
2262013-08-06: Version 3.20.14
227
228 Added new Harmony methods to Array.prototype object.
229 (issue 2776,v8:2777)
230
231 Performance and stability improvements on all platforms.
232
233
danno@chromium.orgd3c42102013-08-01 16:58:23 +00002342013-08-01: Version 3.20.12
235
236 Removed buggy ToNumber truncation (partial fix for issue 2813)
237
238 Calling Map etc without new should throw TypeError (issue 2819)
239
240 Fixed a crash for large code objects on ARM (Chromium issue 2736)
241
242 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
243 (Chromium issue 265894)
244
245 Added new Harmony methods to String.prototype object.
246 (issue 2796,v8:2797,v8:2798,v8:2799)
247
248 Performance and stability improvements on all platforms.
249
250
2512013-07-30: Version 3.20.11
252
253 Performance and stability improvements on all platforms.
254
255
2562013-07-29: Version 3.20.10
257
258 Performance and stability improvements on all platforms.
259
260
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +00002612013-07-26: Version 3.20.9
262
263 Check that ExternalString objects get aligned resources.
264
265 Fixed JSArray-specific length lookup in polymorphic array handling
266 (Chromium issues 263276, 263905).
267
268 Performance and stability improvements on all platforms.
269
270
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +00002712013-07-24: Version 3.20.8
272
273 Deprecated v8::V8::Pause/ResumeProfiler.
274
275 Fixed Chromium issues 247688, 258519 and 260203.
276
277 Performance and stability improvements on all platforms.
278
279
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +00002802013-07-22: Version 3.20.7
281
282 Deprecated some debugger methods.
283
284 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
285
286 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
287
288 Fixed type feedback in presence of negative lookups
289 (Chromium issue 252797).
290
291 Do not materialize context-allocated values for debug-evaluate
292 (Chromium issue 259300).
293
294 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
295 (Chromium issue 260345).
296
297 Performance and stability improvements on all platforms.
298
299
jkummerow@chromium.org10480472013-07-17 08:22:15 +00003002013-07-17: Version 3.20.6
301
302 Try to remove invalidated stubs before falling back to checking the
303 constant state (Chromium issue 260585).
304
305 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
306
307 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
308
309 Use internal array as API function cache (Chromium issue 260106).
310
311 Fixed possible stack overflow in range analysis
312 (Chromium issue 259452).
313
314 Performance and stability improvements on all platforms.
315
316
danno@chromium.org169691d2013-07-15 08:01:13 +00003172013-07-15: Version 3.20.5
318
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000319 Ensured that the length of frozen arrays is immutable
320 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000321
322 Performance and stability improvements on all platforms.
323
324
danno@chromium.orgbee51992013-07-10 14:57:15 +00003252013-07-10: Version 3.20.4
326
327 Fixed garbage-collection issue that causes a crash on ARM
328 (Chromium issue 254570)
329
330 Performance and stability improvements on all platforms.
331
332
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00003332013-07-08: Version 3.20.3
334
335 Performance and stability improvements on all platforms.
336
337
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00003382013-07-05: Version 3.20.2
339
340 Remove deprecated heap profiler methods from V8 public API
341
342 Mark i18n functions as native and set proper names
343 (issue 2745)
344
345 Correctly report stack trace when current function is FunctionApply
346 builtin (Chromium issue 252097)
347
348 Enable GDBJIT interface for standalone by default.
349
350 Fix debuggersupport=off build. (issue 2754)
351
352 Introduce -m64 flag for making x64 when the default gcc compiler is for
353 X32
354
355 Performance and stability improvements on all platforms.
356
357
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00003582013-07-02: Version 3.20.1
359
360 Implemented WeakMap.prototype.clear function. (issue 2753)
361
362 Ensure CheckInitialized is present independent of define.
363 (Chromium issue 255779)
364
365 Performance and stability improvements on all platforms.
366
367
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00003682013-06-28: Version 3.20.0
369
370 Migrated several tests from blink to V8 repository.
371
372 Allowed users of the V8 API to distinguish between unset and undefined
373 HiddenValues (issue 2746).
374
375 Deprecated old style callbacks in the V8 API.
376
377 Turned on parallel recompilation.
378
379 Performance and stability improvements on all platforms.
380
381
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00003822013-06-18: Version 3.19.18
383
384 Fixed read-only attribute of Function.length in strict mode.
385 (issue 2705)
386
387 Fixed Runtime_SetProperty to properly handle OOM failures
388 (Chromium issue 249873)
389
390 Emit deprecated check for constant function transitions.
391 (Chromium issue 250609)
392
393 Made MathFloorOfDiv optimization trigger more often
394 (Issue 2205)
395
396 Make more GCs in idle notification handler.
397 (Chromium issue 241815)
398
399 Increased default type info threshold.
400 (Issue 2730)
401
402 Performance and stability improvements on all platforms.
403
404
4052013-06-14: Version 3.19.16
406
407 Performance and stability improvements on all platforms.
408
409
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00004102013-06-13: Version 3.19.15
411
412 Performance and stability improvements on all platforms.
413
414
danno@chromium.org41728482013-06-12 22:31:22 +00004152013-06-13: Version 3.19.14
416
417 Fixed crashes when calling new Array(a) with a single argument that
418 could result in creating a holey array with a packed elements kind.
419 (Chromium issue 245480)
420
421 Fixed issues in parallel compilation.
422 (Chromium issue 248076)
423
424 Performance and stability improvements on all platforms.
425
426
ulan@chromium.org837a67e2013-06-11 15:39:48 +00004272013-06-11: Version 3.19.13
428
429 Performance and stability improvements on all platforms.
430
431
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00004322013-06-10: Version 3.19.12
433
434 Fixed arguments array access. (Chromium issue 247303)
435
436 Fixed bug in LookupForWrite. (Chromium issue 242332)
437
438 Performance and stability improvements on all platforms.
439
440
danno@chromium.org1fd77d52013-06-07 16:01:45 +00004412013-06-07: Version 3.19.11
442
443 Performance and stability improvements on all platforms.
444
445
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00004462013-06-06: Version 3.19.10
447
448 Performance and stability improvements on all platforms.
449
450
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00004512013-06-05: Version 3.19.9
452
453 Implemented Load IC support for loading properties from primitive
454 values to avoid perpetual soft deopts. (Chromium issue 242512)
455
456 Implemented Freeing of PerThreadAssertData when possible to avoid
457 memory leak. (Chromium issue 246567)
458
459 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
460
461 Performance and stability improvements on all platforms.
462
463
rossberg@chromium.org79e79022013-06-03 15:43:46 +00004642013-06-03: Version 3.19.8
465
466 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
467
468 Fixed initialization of literal objects. (Chromium issue 245424)
469
470 Fixed function name inferred inside closures. (Chromium issue 224884)
471
472 Performance and stability improvements on all platforms.
473
474
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +00004752013-05-31: Version 3.19.7
476
477 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
478 (issue 2702)
479
480 Made sure IfBuilder::Return clears the current block.
481 (Chromium issue 243868)
482
483 Fixed two CPU profiler tests on ARM and MIPS simulators
484 (issue 2628)
485
486 Fixed idle incremental GC for large objects.
487 (Chromium issue 241815)
488
489 Disabled --optimize-constructed-arrays due to crashes
490 (Chromium issue 244461)
491
492 Performance and stability improvements on all platforms.
493
494
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +00004952013-05-28: Version 3.19.6
496
497 Fixed IfBuilder::Deopt to clear the current block
498 (Chromium issue 243868).
499
500 Performance and stability improvements on all platforms.
501
502
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +00005032013-05-27: Version 3.19.5
504
505 Reset regexp parser flag after scanning ahead for capture groups.
506 (issue 2690)
507
508 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
509 (issue 2628)
510
511 Performance and stability improvements on all platforms.
512
513
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00005142013-05-24: Version 3.19.4
515
516 Fixed edge case in stack trace formatting. (Chromium issue 237617)
517
518 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
519 issue 240032)
520
521 Made Object.freeze fast (issue 1858, Chromium issue 115960)
522
523 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
524 242924)
525
526 Performance and stability improvements on all platforms.
527
528
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00005292013-05-22: Version 3.19.3
530
531 Performance and stability improvements on all platforms.
532
533
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00005342013-05-17: Version 3.19.2
535
536 Fill in one-word-fillers for the unused property fields
537 (Chromium issue 240056).
538
539 Removed use_system_v8 logic from the mainline gyp file
540 (Chromium issue 226860).
541
542 Skip CPU profiler samples where top function's stack frame is not
543 set up properly (issue 2628).
544
545 Performance and stability improvements on all platforms.
546
547
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00005482013-05-14: Version 3.19.1
549
550 Fixed missing hole check for loads from Smi arrays when all uses are
551 changes (Chromium issue 233737)
552
553 Performance and stability improvements on all platforms.
554
555
ulan@chromium.org57ff8812013-05-10 08:16:55 +00005562013-05-10: Version 3.19.0
557
558 Deprecated Context::New which returns Persistent.
559
560 Added Persistent<T>::Reset which disposes the handle and redirects it to
561 point to another object.
562
563 Deprecated WriteAscii and MayContainNonAscii.
564
565 Exposed AssertNoAllocation to API.
566
567 Performance and stability improvements on all platforms.
568
569
danno@chromium.orgf005df62013-04-30 16:36:45 +00005702013-04-30: Version 3.18.5
571
572 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
573
574 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
575 (Chromium issue 235311)
576
577 Change 'Parse error' to three more informative messages.
578 (Chromium issue 2636)
579
580 Performance and stability improvements on all platforms.
581
582
danno@chromium.orgca29dd82013-04-26 11:59:48 +00005832013-04-26: Version 3.18.4
584
585 Added a preliminary API for ES6 ArrayBuffers
586
587 Replaced qsort with std::sort. (Chromium issue 2639)
588
589 Performance and stability improvements on all platforms.
590
591
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00005922013-04-24: Version 3.18.3
593
594 Exposed the GC under a name that is less collision prone than window.gc.
595 (issue 2641)
596
597 Do not emit double values at their use sites. (Chromium issue 234101)
598
599 Added methods to allow resuming execution after calling
600 TerminateExecution(). (issue 2361)
601
602 Performance and stability improvements on all platforms.
603
604
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00006052013-04-22: Version 3.18.2
606
607 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
608 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
609
610 Removed heap snapshot size limit. (Chromium issue 232305)
611
612 Performance and stability improvements on all platforms.
613
614
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00006152013-04-18: Version 3.18.1
616
617 Removed SCons related files and deprecated test suite configurations.
618
619 Improved handling of unary plus (issue 2527).
620
621 Performance and stability improvements on all platforms.
622
623
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00006242013-04-17: Version 3.18.0
625
626 Enabled pretenuring of fast literals in high promotion mode.
627
628 Removed preparser library; link preparser executable against full V8.
629
630 Fixed set-up of intrinsic's 'constructor' properties.
631 (Chromium issue 229445)
632
633 ES6 symbols: extended V8 API to support symbols (issue 2158).
634
635 Removed ARM support for VFP2.
636
637 Made __proto__ a real JavaScript accessor property.
638 (issue 1949 and issue 2606)
639
640 Performance and stability improvements on all platforms.
641
642
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00006432013-04-04: Version 3.17.16
644
645 Stack trace API: poison stack frames below the first strict mode frame.
646 (issue 2564)
647
648 Made Isolate::GetHeapStatistics robust against half-initialized
649 isolates (Chromium issue 2591).
650
651 Finished implementation of ES6 symbols aka. private names (issue 2158).
652
653 Performance and stability improvements on all platforms.
654
655
danno@chromium.orgc99cd482013-03-21 15:26:42 +00006562013-03-21: Version 3.17.15
657
658 Rolled back API changes to maintain compatibility with older
659 3.17.x versions of V8.
660
661 Disable zapping of global handles in release mode.
662
663 Always mark the entire valid prefix of the descriptor array.
664 (Chromium issue 196331)
665
666 Use internal memcpy for CopyWords and when copying code.
667 (Chromium issue 196330)
668
669 Performance and stability improvements on all platforms.
670
671
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00006722013-03-20: Version 3.17.14
673
674 Use internal memcpy when initializing code objects.
675 (Chromium issue 196330)
676
677 Disabled weak embedded maps because of crashes.
678 (Chromium issues 172489, 217858)
679
680 Performance and stability improvements on all platforms.
681
682
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00006832013-03-19: Version 3.17.13
684
685 Turned Flags into a uint32_t typedef (Chromium issue 194749).
686
687 Performance and stability improvements on all platforms.
688
689
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00006902013-03-18: Version 3.17.12
691
692 Unified kMaxArguments with number of bits used to encode it.
693 (Chromium issue 211741)
694
695 Fixed detection of |handle_smi| case in
696 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
697 (Chromium issue 196583)
698
699 Performance and stability improvements on all platforms.
700
701
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00007022013-03-15: Version 3.17.11
703
704 Added a version of the v8::HandleScope constructor with an v8::Isolate
705 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
706 method of v8::Isolate.
707 (issue 2487)
708
709 Fixed two register allocator bugs (off-by-one error/failure
710 propagation). (issue 2576)
711
712 Fixed huge heap snapshot when a heavily shared context has many
713 variables. (Chromium issue 145687)
714
715 Performance and stability improvements on all platforms.
716
717
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00007182013-03-13: Version 3.17.10
719
720 Fixed heap snapshot creation for Harmony collections. (issue 2535)
721
722 Fixed register allocation corner case. (Chromium issue 177883)
723
724 Performance and stability improvements on all platforms.
725
726
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00007272013-03-08: Version 3.17.9
728
729 Restored Function()'s expected string representation. (issue 2470)
730
731 Enabled deprecatations (again). (issue 2487)
732
733 Avoid bool to Oddball conversions by being lazy. (issue 2491)
734
735 Added %p option to --logfile.
736
737 Hardened Function()'s parsing of function literals. (issue 2470)
738
739 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
740
741 Performance and stability improvements on all platforms.
742
743
ulan@chromium.org750145a2013-03-07 15:14:13 +00007442013-03-07: Version 3.17.8
745
746 Added missing license headers. (Chromium issue 98597)
747
748 Inserted missing type cast in JSON.stringify. (issue 2570)
749
750 Reverted "Send SIGPROF signals on the profiler event processor thread"
751 (issue 2571)
752
753 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
754 (issue 2568)
755
756 ES6 symbols: filter symbols form for-in loops and Object.keys.
757 (issue 2158)
758
759 Properly handle misses for StoreArrayLengthStub on ia32 and x64
760 (issue 2566)
761
762 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
763
764 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
765
766 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
767 (issue 2556)
768
769 Enabled zapping of disposed global handles in release mode.
770 (Chromium issue 176056)
771
772 Added workaround for redefinition of __proto__ property. (issue 2565)
773
774 ES6 symbols: Allow symbols as property names. (issue 2158)
775
776 Performance and stability improvements on all platforms.
777
778
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00007792013-03-04: Version 3.17.7
780
781 Limited recursion in regexp compilation by a budget.
782 (Chromium issue 178790)
783
784 ES6 symbols: Implemented Symbol intrinsic and basic functionality
785 (issue 2158)
786
787 Performance and stability improvements on all platforms.
788
789
hpayer@chromium.org8432c912013-02-28 15:55:26 +00007902013-02-28: Version 3.17.6
791
792 Fixed materialization of arguments objects with unknown values.
793 (Chromium issue 163530)
794
795 Set default number of sweeper threads to at most four.
796
797 Performance and stability improvements on all platforms.
798
799
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00008002013-02-27: Version 3.17.5
801
802 Made __proto__ a foreign callback on Object.prototype.
803 (issue 621, issue 1949 and issue 2441)
804
805 Performance and stability improvements on all platforms.
806
807
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00008082013-02-25: Version 3.17.4
809
810 Performance and stability improvements on all platforms.
811
812
ulan@chromium.org2e04b582013-02-21 14:06:02 +00008132013-02-21: Version 3.17.3
814
815 Performance and stability improvements on all platforms.
816
817
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00008182013-02-19: Version 3.17.2
819
820 Removed bogus check for TOP register in deoptimizer.
821 (Chromium issue 176943)
822
823 Made the Isolate parameter mandatory for internal HandleScopes.
824 (issue 2487)
825
826 Fixed f.apply() optimization when declared arguments are mutated.
827 (issue 2539)
828
829 Performance and stability improvements on all platforms.
830
831
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00008322013-02-14: Version 3.17.1
833
834 Performance and stability improvements on all platforms.
835
836
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00008372013-02-13: Version 3.17.0
838
839 Enabled parallel sweeping.
840
841 Don't try to unlink instructions twice during GVN
842 (Chromium issue 175141)
843
844 Fixed code flusher disabling while marking incrementally.
845 (Chromium issue 173458, 168582)
846
847 Don't use TLS for space iterators.
848 (issue 2531)
849
850 Added new GetHeapStatistics API entry and deprecated old one.
851
852 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
853 platform-independent code.
854 (Chromium issue 173907)
855
856 Added --trace-array-abuse to help find OOB accesses.
857
858 Performance and stability improvements on all platforms.
859
860
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00008612013-02-06: Version 3.16.14
862
863 Performance and stability improvements on all platforms.
864
865
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00008662013-02-04: Version 3.16.13
867
868 Tagged stubs that rely on instance types as MEGAMORPHIC.
869 (Chromium issue 173974)
870
871 Fixed clearing of dead dependent codes and verifing of weak
872 embedded maps on full GC. (Chromium issue 172488,172489)
873
874 Made the arm port build cleanly with Clang.
875
876 Performance and stability improvements on all platforms.
877
878
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00008792013-01-31: Version 3.16.12
880
881 Performance and stability improvements on all platforms.
882
883
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00008842013-01-30: Version 3.16.11
885
886 Put making embedded maps in optimized code weak behind a flag.
887 (Chromium issue 172488,172489)
888
889 Performance and stability improvements on all platforms.
890
891
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00008922013-01-25: Version 3.16.10
893
894 Avoid excessive memory usage during redundant phi elimination.
895 (issue 2510)
896
897 Fixed additional spec violations wrt RegExp.lastIndex.
898 (issue 2437)
899
900 Added Isolate parameter to Persistent class.
901 (issue 2487)
902
903 Performance and stability improvements on all platforms.
904
905
yangguo@chromium.org003650e2013-01-24 16:31:08 +00009062013-01-24: Version 3.16.9
907
908 Made embedded maps in optimized code weak.
909 (issue 2073)
910
911 Fixed corner case when JSFunction is evicted from flusher.
912 (Chromium issue 168801)
913
914 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
915 (Chromium issue 171641)
916
917 Performance and stability improvements on all platforms.
918
919
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +00009202013-01-23: Version 3.16.8
921
922 Correctly reset lastIndex in an RegExp object.
923 (Chromium issue 170856)
924
925 Added a workaround for Windows compilation problems related to V8EXPORT.
926 (issue 2507)
927
928 tools/run-tests.py: shlex.split() the value of --command-prefix
929 (Chromium issue 171553)
930
931 Fixed pattern detection for replacing shifts by rotation.
932 (Chromium issue 2499)
933
934 Performance and stability improvements on all platforms.
935
936
yangguo@chromium.org28381b42013-01-21 14:39:38 +00009372013-01-21: Version 3.16.7
938
939 Removed <(library) usage from v8.gyp.
940 (Chromium issue 111541)
941
942 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
943 (Chromium issue 169928)
944
945 Performance and stability improvements on all platforms.
946
947
yangguo@chromium.org46a2a512013-01-18 16:29:40 +00009482013-01-18: Version 3.16.6
949
950 Made the Isolate parameter mandatory in Locker and Unlocker classes.
951 (issue 2487)
952
953 Avoid pointer underflow in CopyCharsUnsigned.
954 (issue 2493)
955
956 Generate shim headers when using system v8.
957 (Chromium issue 165264)
958
959 Fixed arguments materialization for inlined apply().
960 (issue 2489)
961
962 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
963 (Chromium issue 147497)
964
965 Added sanity check to CodeFlusher::AddCandidate.
966 (Chromium issue 169209)
967
968 Performance and stability improvements on all platforms.
969
970
9712013-01-15: Version 3.16.5
972
973 Removed deprecated functions from V8's external API.
974
975 Prepared API for WebKit use of Latin-1.
976
977 Fixed V8 issue 2486.
978
979 Fixed Chromium issue 169723.
980
981 Performance and stability improvements on all platforms.
982
983
yangguo@chromium.org9768bf12013-01-11 14:51:07 +00009842013-01-11: Version 3.16.4
985
986 Fixed Chromium issues 168545 and 169209.
987
988 Performance and stability improvements on all platforms.
989
990
jkummerow@chromium.org59297c72013-01-09 16:32:23 +00009912013-01-09: Version 3.16.3
992
993 Improved GC performance when moving parts of a FixedArray (issue 2452).
994
995 Enabled readline on d8 while building a shared lib (issue 1781).
996
997 Fixed missing exception check in typed array constructor
998 (Chromium issue 168545).
999
1000 Check for read-only-ness when preparing for array sort (issue 2419).
1001
1002 Performance and stability improvements on all platforms.
1003
1004
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +000010052013-01-04: Version 3.16.2
1006
1007 Added Makefile options to build for the Raspberry Pi (armv7=0,
1008 arm_fpu=vfp2).
1009
1010 Performance and stability improvements on all platforms.
1011
1012
ulan@chromium.org4121f232012-12-27 15:57:11 +000010132012-12-27: Version 3.16.1
1014
1015 Fixed x64 MathMinMax for negative untagged int32 arguments.
1016 (Chromium issue 164442)
1017
1018 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
1019 (issue 2458)
1020
1021 Performance and stability improvements on all platforms.
1022
1023
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +000010242012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +00001025
1026 V8_Fatal now prints C++ stack trace in debug mode.
1027
1028 Added HTML-based tick processor.
1029
1030 Continued implementation of Object.observe (V8 issue 2409).
1031
1032 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
1033
1034 Fixed Chromium issues 125308, 165637, 166379, 166553.
1035
1036 Performance and stability improvements on all platforms.
1037
1038
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +000010392012-12-10: Version 3.15.11
1040
1041 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
1042 flags.
1043
1044 Performance and stability improvements on all platforms.
1045
1046
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +000010472012-12-07: Version 3.15.10
1048
1049 Enabled optimisation of functions inside eval. (issue 2315)
1050
1051 Fixed spec violations in methods of Number.prototype. (issue 2443)
1052
1053 Added GCTracer metrics for a scavenger GC for DOM wrappers.
1054
1055 Performance and stability improvements on all platforms.
1056
1057
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +000010582012-12-06: Version 3.15.9
1059
1060 Fixed candidate eviction in code flusher.
1061 (Chromium issue 159140)
1062
1063 Iterate through all arguments for side effects in Math.min/max.
1064 (issue 2444)
1065
1066 Fixed spec violations related to regexp.lastIndex
1067 (issue 2437, issue 2438)
1068
1069 Performance and stability improvements on all platforms.
1070
1071
mmassi@chromium.org49a44672012-12-04 13:52:03 +000010722012-12-04: Version 3.15.8
1073
1074 Enforced stack allocation of TryCatch blocks.
1075 (issue 2166,chromium:152389)
1076
1077 Fixed external exceptions in external try-catch handlers.
1078 (issue 2166)
1079
1080 Activated incremental code flushing by default.
1081
1082 Performance and stability improvements on all platforms.
1083
1084
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +000010852012-11-30: Version 3.15.7
1086
1087 Activated code aging by default.
1088
1089 Included more information in --prof log.
1090
1091 Removed eager sweeping for lazy swept spaces. Try to find in
1092 SlowAllocateRaw a bounded number of times a big enough memory slot.
1093 (issue 2194)
1094
1095 Performance and stability improvements on all platforms.
1096
1097
danno@chromium.org1f34ad32012-11-26 14:53:56 +000010982012-11-26: Version 3.15.6
1099
1100 Ensure double arrays are filled with holes when extended from
1101 variations of empty arrays. (Chromium issue 162085)
1102
1103 Performance and stability improvements on all platforms.
1104
1105
ulan@chromium.org8e8d8822012-11-23 14:36:46 +000011062012-11-23: Version 3.15.5
1107
1108 Fixed JSON.stringify for objects with interceptor handlers.
1109 (Chromium issue 161028)
1110
1111 Fixed corner case in x64 compare stubs. (issue 2416)
1112
1113 Performance and stability improvements on all platforms.
1114
1115
yangguo@chromium.orgfb377212012-11-16 14:43:43 +000011162012-11-16: Version 3.15.4
1117
1118 Fixed Array.prototype.join evaluation order. (issue 2263)
1119
1120 Perform CPU sampling by CPU sampling thread only iff processing thread
1121 is not running. (issue 2364)
1122
1123 When using an Object as a set in Object.getOwnPropertyNames, null out
1124 the proto. (issue 2410)
1125
1126 Disabled EXTRA_CHECKS in Release build.
1127
1128 Heap explorer: Show representation of strings.
1129
1130 Removed 'type' and 'arguments' properties from Error object.
1131 (issue 2397)
1132
1133 Added atomics implementation for ThreadSanitizer v2.
1134 (Chromium issue 128314)
1135
1136 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1137
1138 Performance and stability improvements on all platforms.
1139
1140
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +000011412012-11-13: Version 3.15.3
1142
1143 Changed sample shell to send non-JS output (e.g. errors) to stderr
1144 instead of stdout.
1145
1146 Correctly check for stack overflow even when interrupt is pending.
1147 (issue 214)
1148
1149 Collect stack trace on stack overflow. (issue 2394)
1150
1151 Performance and stability improvements on all platforms.
1152
1153
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +000011542012-11-12: Version 3.15.2
1155
1156 Function::GetScriptOrigin supplies sourceURL when script name is
1157 not available. (Chromium issue 159413)
1158
1159 Made formatting error message side-effect-free. (issue 2398)
1160
1161 Fixed length check in JSON.stringify. (Chromium issue 160010)
1162
1163 ES6: Added support for Set and Map clear method (issue 2400)
1164
1165 Fixed slack tracking when instance prototype changes.
1166 (Chromium issue 157019)
1167
1168 Fixed disabling of code flusher while marking. (Chromium issue 159140)
1169
1170 Added a test case for object grouping in a scavenger GC (issue 2077)
1171
1172 Support shared library build of Android for v8.
1173 (Chromium issue 158821)
1174
1175 ES6: Added support for size to Set and Map (issue 2395)
1176
1177 Performance and stability improvements on all platforms.
1178
1179
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +000011802012-11-06: Version 3.15.1
1181
1182 Put incremental code flushing behind a flag. (Chromium issue 159140)
1183
1184 Performance and stability improvements on all platforms.
1185
1186
danno@chromium.org72204d52012-10-31 10:02:10 +000011872012-10-31: Version 3.15.0
1188
1189 Loosened aligned code target requirement on ARM (issue 2380)
1190
1191 Fixed JSON.parse to treat leading zeros correctly.
1192 (Chromium issue 158185)
1193
1194 Performance and stability improvements on all platforms.
1195
1196
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000011972012-10-22: Version 3.14.5
1198
1199 Killed off the SCons based build.
1200
1201 Added a faster API for creating v8::Integer objects.
1202
1203 Speeded up function deoptimization by avoiding quadratic pass over
1204 optimized function list. (Chromium issue 155270)
1205
1206 Always invoke the default Array.sort functions from builtin functions.
1207 (issue 2372)
1208
1209 Reverted recent CPU profiler changes because they broke --prof.
1210 (issue 2364)
1211
1212 Switched code flushing to use different JSFunction field.
1213 (issue 1609)
1214
1215 Performance and stability improvements on all platforms.
1216
1217
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000012182012-10-15: Version 3.14.4
1219
1220 Allow evals for debugger even if they are prohibited in the debugee
1221 context. (Chromium issue 154733)
1222
1223 Enabled --verify-heap in release mode (issue 2120)
1224
1225 Performance and stability improvements on all platforms.
1226
1227
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000012282012-10-11: Version 3.14.3
1229
1230 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1231 (Chromium issue 155076).
1232
1233 Bumped variable limit further to 2^17 (Chromium issue 151625).
1234
1235 Performance and stability improvements on all platforms.
1236
1237
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000012382012-10-10: Version 3.14.2
1239
1240 ARM: allowed VFP3 instructions when hardfloat is enabled.
1241 (Chromium issue 152506)
1242
1243 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1244 (Chromium issue 151749)
1245
1246 Made GDBJIT interface compile again. (issue 1804)
1247
1248 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1249 (Chromium issue 143967)
1250
1251 Made sure that names of temporaries do not clash with real variables.
1252 (issue 2322)
1253
1254 Rejected local module declarations. (Chromium issue 150628)
1255
1256 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1257
1258 Fixed slot recording of code target patches.
1259 (Chromium issue 152615,chromium:144230)
1260
1261 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1262
1263 Performance and stability improvements on all platforms.
1264
1265
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000012662012-10-01: Version 3.14.1
1267
1268 Don't set -m32 flag when compiling with Android ARM compiler.
1269 (Chromium issue 143889)
1270
1271 Restore the descriptor array before returning allocation failure.
1272 (Chromium issue 151750)
1273
1274 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1275 128252).
1276
1277 Pull more recent gyp in 'make dependencies'.
1278
1279 Made sure that the generic KeyedStoreIC changes length and element_kind
1280 atomically (issue 2346).
1281
1282 Bumped number of allowed variables per scope to 65535, to address GWT.
1283 (Chromium issue 151625)
1284
1285 Support sourceURL for dynamically inserted scripts (issue 2342).
1286
1287 Performance and stability improvements on all platforms.
1288
1289
ulan@chromium.org56c14af2012-09-20 12:51:09 +000012902012-09-20: Version 3.14.0
1291
1292 Fixed missing slot recording during clearing of CallICs.
1293 (Chromium issue 144230)
1294
1295 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1296 (Chromium issue 150729)
1297
1298 Fixed minus zero test. (Issue 2133)
1299
1300 Fixed setting array length to zero for slow elements.
1301 (Chromium issue 146910)
1302
1303 Fixed lost arguments dropping in HLeaveInlined.
1304 (Chromium issue 150545)
1305
1306 Fixed casting error for receiver of interceptors.
1307 (Chromium issue 149912)
1308
1309 Throw a more descriptive exception when blocking 'eval' via CSP.
1310 (Chromium issue 140191)
1311
1312 Fixed debugger's eval when close to stack overflow. (issue 2318)
1313
1314 Added checks to live edit. (issue 2297)
1315
1316 Switched on code compaction on incremental GCs.
1317
1318 Fixed caching of optimized code for OSR. (issue 2326)
1319
1320 Not mask exception thrown by toString in String::UtfValue etc.
1321 (issue 2317)
1322
1323 Fixed API check for length of external arrays. (Chromium issue 148896)
1324
1325 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1326
1327 Correctly initialize regexp global cache. (Chromium issue 148378)
1328
1329 Fixed arguments object materialization during deopt. (issue 2261)
1330
1331 Introduced new API to expose external string resource regardless of
1332 encoding.
1333
1334 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1335 --deopt-every-n-times flag is present
1336 (Chromium issue 148389)
1337
1338 Fixed edge case of extension with NULL as source string.
1339 (Chromium issue 144649)
1340
1341 Fixed array index dehoisting. (Chromium issue 141395)
1342
1343 Performance and stability improvements on all platforms.
1344
1345
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000013462012-09-11: Version 3.13.7
1347
1348 Enable/disable LiveEdit using the (C++) debug API.
1349
1350 Performance and stability improvements on all platforms.
1351
1352
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000013532012-09-06: Version 3.13.6
1354
1355 Added validity checking to API functions and calls.
1356
1357 Disabled accessor inlining (Chromium issue 134609).
1358
1359 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1360
1361 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1362
1363 Fixed VS2005 build (issue 2313).
1364
1365 Activated fixed ES5 readonly semantics by default.
1366
1367 Added hardfp flag to the Makefile.
1368
1369 Performance and stability improvements on all platforms.
1370
1371
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000013722012-08-29: Version 3.13.5
1373
1374 Release stack trace data after firing Error.stack accessor.
1375 (issue 2308)
1376
1377 Added a new API V8::SetJitCodeEventHandler to push code name and
1378 location to users such as profilers.
1379
1380 Allocate block-scoped global bindings to global context.
1381
1382 Performance and stability improvements on all platforms.
1383
1384
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000013852012-08-28: Version 3.13.4
1386
1387 Print reason for disabling optimization. Kill --trace-bailout flag.
1388
1389 Provided option to disable full DEBUG build on Android.
1390
1391 Introduced global contexts to represent lexical global scope(s).
1392
1393 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1394
1395 Performance and stability improvements on all platforms.
1396
1397
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000013982012-08-21: Version 3.13.3
1399
1400 Performance and stability improvements on all platforms.
1401
1402
14032012-08-20: Version 3.13.2
1404
1405 Performance and stability improvements on all platforms.
1406
1407
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000014082012-08-16: Version 3.13.1
1409
1410 Performance and stability improvements on all platforms.
1411
1412
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000014132012-08-10: Version 3.13.0
1414
1415 Added histograms for total allocated/live heap size, as well as
1416 allocated size and percentage of total for map and cell space.
1417
1418 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1419 (issue 1645)
1420
1421 Added checks for interceptors to negative lookup code in Crankshaft.
1422 (Chromium issue 140473)
1423
1424 Made incremental marking clear ICs and type feedback cells.
1425
1426 Performance and stability improvements on all platforms.
1427
1428
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000014292012-08-01: Version 3.12.19
1430
1431 Performance and stability improvements on all platforms.
1432
1433
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000014342012-07-30: Version 3.12.18
1435
1436 Forced using bit-pattern for signed zero double. (issue 2239)
1437
1438 Made sure double to int conversion is correct. (issue 2260)
1439
1440 Performance and stability improvements on all platforms.
1441
1442
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000014432012-07-27: Version 3.12.17
1444
1445 Always set the callee's context when calling a function from optimized
1446 code.
1447 (Chromium issue 138887)
1448
1449 Fixed building with GCC 3.x
1450 (issue 2016, 2017)
1451
1452 Improved API calls that return empty handles.
1453 (issue 2245)
1454
1455 Performance and stability improvements on all platforms.
1456
1457
danno@chromium.org129d3982012-07-25 15:01:47 +000014582012-07-25: Version 3.12.16
1459
1460 Performance and stability improvements on all platforms.
1461
1462
yangguo@chromium.org304cc332012-07-24 07:59:48 +000014632012-07-24: Version 3.12.15
1464
1465 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1466 (issue 2252)
1467
1468 Added dependency to HLoadKeyed* instructions to prevent invalid
1469 hoisting. (Chromium issue 137768)
1470
1471 Enabled building d8 for Android on Mac.
1472
1473 Interpret negative hexadecimal literals as NaN.
1474 (issue 2240)
1475
1476 Expose counters in javascript when using --track-gc-object-stats.
1477
1478 Enabled building and testing V8 on Android IA.
1479
1480 Added --trace-parse flag to parser.
1481
1482 Performance and stability improvements on all platforms.
1483
1484
verwaest@chromium.org178fb152012-07-18 11:21:48 +000014852012-07-18: Version 3.12.14
1486
1487 Deactivated optimization of packed arrays.
1488 (Chromium issue 137768)
1489
1490 Fixed broken accessor transition.
1491 (Chromium issue 137689)
1492
1493 Performance and stability improvements on all platforms.
1494
1495
verwaest@chromium.org753aee42012-07-17 16:15:42 +000014962012-07-17: Version 3.12.13
1497
1498 Fixed missing tagging of stack value in finally block.
1499 (Chromium issue 137496)
1500
1501 Added more support for heap analysis.
1502
1503 Performance and stability improvements on all platforms.
1504
1505
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000015062012-07-16: Version 3.12.12
1507
1508 Added an option to the tickprocessor to specify the directory for lib
1509 lookup.
1510
1511 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1512
1513 Fixed transcendental cache on ARM in optimized code (issue 2234).
1514
1515 New heap inspection tools: counters for object sizes and counts,
1516 histograms for external fragmentation.
1517
1518 Incorporated constness into inferred interfaces (in preparation for
1519 handling imports) (issue 1569).
1520
1521 Performance and stability improvements on all platforms.
1522
1523
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000015242012-07-12: Version 3.12.11
1525
1526 Renamed "mips" arch to "mipsel" in the GYP build.
1527
1528 Fixed computation of call targets on prototypes in Crankshaft.
1529 (Chromium issue 125148)
1530
1531 Removed use of __lookupGetter__ when generating stack trace.
1532 (issue 1591)
1533
1534 Turned on ES 5.2 globals semantics by default.
1535 (issue 1991, Chromium issue 80591)
1536
1537 Synced preparser and parser wrt syntax error in switch..case.
1538 (issue 2210)
1539
1540 Fixed reporting of octal literals in strict mode when preparsing.
1541 (issue 2220)
1542
1543 Fixed inline constructors for Harmony Proxy prototypes.
1544 (issue 2225)
1545
1546 Performance and stability improvements on all platforms.
1547
1548
danno@chromium.org81cac2b2012-07-10 11:28:27 +000015492012-07-10: Version 3.12.10
1550
1551 Re-enabled and fixed issue with array bounds check elimination
1552 (Chromium issue 132114).
1553
1554 Fixed Debug::Break crash. (Chromium issue 131642)
1555
1556 Added optimizing compiler support for JavaScript getters.
1557
1558 Performance and stability improvements on all platforms.
1559
1560
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000015612012-07-06: Version 3.12.9
1562
1563 Correctly advance the scanner when scanning unicode regexp flag.
1564 (Chromium issue 136084)
1565
1566 Fixed unhandlified code calling Harmony Proxy traps.
1567 (issue 2219)
1568
1569 Performance and stability improvements on all platforms.
1570
1571
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000015722012-07-05: Version 3.12.8
1573
1574 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1575
1576 Performance and stability improvements on all platforms.
1577
1578
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000015792012-07-03: Version 3.12.7
1580
1581 Fixed lazy compilation for strict eval scopes.
1582 (Chromium issue 135066)
1583
1584 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1585 (issue 2151)
1586
1587 Report "hidden properties" in heap profiler for properties case.
1588 (issue 2212)
1589
1590 Activated optimization of packed arrays by default.
1591
1592 Performance and stability improvements on all platforms.
1593
1594
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000015952012-06-29: Version 3.12.6
1596
1597 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1598
1599 Extended TypedArray support in d8.
1600
1601
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000016022012-06-28: Version 3.12.5
1603
1604 Fixed lazy parsing heuristics to respect outer scope.
1605 (Chromium issue 135008)
1606
1607 Allow using test-wrapper-gypbuild.py on Windows when no python
1608 interpreter is registered.
1609
1610 Performance and stability improvements on all platforms.
1611
1612
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000016132012-06-27: Version 3.12.4
1614
1615 Removed -fomit-frame-pointer flag from Release builds to make
1616 the stack walkable by TCMalloc (Chromium issue 133723).
1617
1618 Ported r7868 (constant masking) to x64 (issue 1374).
1619
1620 Expose more detailed memory statistics (issue 2201).
1621
1622 Fixed Harmony Maps and WeakMaps for undefined values
1623 (Chromium issue 132744).
1624
1625 Correctly throw reference error in strict mode with ICs disabled
1626 (issue 2119).
1627
1628 Performance and stability improvements on all platforms.
1629
1630
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000016312012-06-25: Version 3.12.3
1632
1633 Reverted r11835 'Unify promotion and allocation limit computation' due
1634 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1635
1636 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1637
1638 Performance and stability improvements on all platforms.
1639
1640
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000016412012-06-22: Version 3.12.2
1642
1643 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1644 ia32/x64. (Chromium issue 134055)
1645
1646 Fixed lazy sweeping heuristics to prevent old-space expansion.
1647 (issue 2194)
1648
1649 Performance and stability improvements on all platforms.
1650
1651
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000016522012-06-21: Version 3.12.1
1653
1654 Performance and stability improvements on all platforms.
1655
1656
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000016572012-06-20: Version 3.12.0
1658
1659 Fixed Chromium issues:
1660 115100, 129628, 131994, 132727, 132741, 132742, 133211
1661
1662 Fixed V8 issues:
1663 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1664
1665 Added --extra-code flag to mksnapshot to load JS code into the VM
1666 before creating the snapshot.
1667
1668 Support 'restart call frame' command in the debugger.
1669
1670 Performance and stability improvements on all platforms.
1671
1672
mmassi@chromium.org7028c052012-06-13 11:51:58 +000016732012-06-13: Version 3.11.10
1674
1675 Implemented heap profiler memory usage reporting.
1676
1677 Preserved error message during finally block in try..finally.
1678 (Chromium issue 129171)
1679
1680 Fixed EnsureCanContainElements to properly handle double values.
1681 (issue 2170)
1682
1683 Improved heuristics to keep objects in fast mode with inherited
1684 constructors.
1685
1686 Performance and stability improvements on all platforms.
1687
1688
rossberg@chromium.org400388e2012-06-06 09:29:22 +000016892012-06-06: Version 3.11.9
1690
1691 Implemented ES5-conformant semantics for inherited setters and read-only
1692 properties. Currently behind --es5_readonly flag, because it breaks
1693 WebKit bindings.
1694
1695 Exposed last seen heap object id via v8 public api.
1696
1697 Performance and stability improvements on all platforms.
1698
1699
verwaest@chromium.org37141392012-05-31 13:27:02 +000017002012-05-31: Version 3.11.8
1701
1702 Avoid overdeep recursion in regexp where a guarded expression with a
1703 minimum repetition count is inside another quantifier.
1704 (Chromium issue 129926)
1705
1706 Fixed missing write barrier in store field stub.
1707 (issues 2143, 1465, Chromium issue 129355)
1708
1709 Proxies: Fixed receiver for setters inherited from proxies.
1710 Proxies: Fixed ToStringArray function so that it does not reject some
1711 keys.
1712 (issue 1543)
1713
1714 Performance and stability improvements on all platforms.
1715
1716
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000017172012-05-29: Version 3.11.7
1718
1719 Get better function names in stack traces.
1720
1721 Performance and stability improvements on all platforms.
1722
1723
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000017242012-05-24: Version 3.11.6
1725
1726 Fixed RegExp.prototype.toString for incompatible receivers
1727 (issue 1981).
1728
1729 Performance and stability improvements on all platforms.
1730
1731
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000017322012-05-23: Version 3.11.5
1733
1734 Performance and stability improvements on all platforms.
1735
1736
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000017372012-05-22: Version 3.11.4
1738
1739 Some cleanup to common.gypi. This fixes some host/target combinations
1740 that weren't working in the Make build on Mac.
1741
1742 Handle EINTR in socket functions and continue incomplete sends.
1743 (issue 2098)
1744
1745 Fixed python deprecations. (issue 1391)
1746
1747 Made socket send and receive more robust and return 0 on failure.
1748 (Chromium issue 15719)
1749
1750 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1751
1752 Set '-m32' option for host and target platforms
1753
1754 Performance and stability improvements on all platforms.
1755
1756
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000017572012-05-18: Version 3.11.3
1758
1759 Disable optimization for functions that have scopes that cannot be
1760 reconstructed from the context chain. (issue 2071)
1761
1762 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1763
1764 Correctly check for native error objects. (Chromium issue 2138)
1765
1766 Performance and stability improvements on all platforms.
1767
1768
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000017692012-05-16: Version 3.11.2
1770
1771 Revert r11496. (Chromium issue 128146)
1772
1773 Implement map collection for incremental marking. (issue 1465)
1774
1775 Add toString method to CallSite (which describes a frame of the
1776 stack trace).
1777
1778
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000017792012-05-15: Version 3.11.1
1780
1781 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1782
1783 Fix freebsd build. (V8 issue 2126)
1784
1785 Performance and stability improvements on all platforms.
1786
1787
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000017882012-05-11: Version 3.11.0
1789
1790 Fixed compose-discard crasher from r11524 (issue 2123).
1791
1792 Activated new global semantics by default. Global variables can
1793 now shadow properties of the global object (ES5.1 erratum).
1794
1795 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1796 transitioning (Chromium issue 117409).
1797
1798 Made Error.prototype.name writable again, as required by the spec and
1799 the web (Chromium issue 69187).
1800
1801 Implemented map collection with incremental marking (issue 1465).
1802
1803 Regexp: Fixed overflow in min-match-length calculation
1804 (Chromium issue 126412).
1805
1806 MIPS: Fixed illegal instruction use on Loongson in code for
1807 Math.random() (issue 2115).
1808
1809 Fixed crash bug in VisitChoice (Chromium issue 126272).
1810
1811 Fixed unsigned-Smi check in MappedArgumentsLookup
1812 (Chromium issue 126414).
1813
1814 Fixed LiveEdit for function with no locals (issue 825).
1815
1816 Fixed register clobbering in LoadIC for interceptors
1817 (Chromium issue 125988).
1818
1819 Implemented clearing of CompareICs (issue 2102).
1820
1821 Performance and stability improvements on all platforms.
1822
1823
danno@chromium.org2c26cb12012-05-03 09:06:43 +000018242012-05-03: Version 3.10.8
1825
1826 Enabled MIPS cross-compilation.
1827
1828 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1829 (Chromium issue 125515)
1830
1831 Fixed corner cases in truncation behavior when storing to
1832 TypedArrays. (issue 2110)
1833
1834 Fixed failure to properly recognize and report out-of-memory
1835 conditions when allocating code space pages. (Chromium issue
1836 118625)
1837
1838 Fixed idle notifications to perform a round of incremental GCs
1839 after context disposal. (issue 2107)
1840
1841 Fixed preparser for try statement. (issue 2109)
1842
1843 Performance and stability improvements on all platforms.
1844
1845
danno@chromium.org1044a4d2012-04-30 12:34:39 +000018462012-04-30: Version 3.10.7
1847
1848 Performance and stability improvements on all platforms.
1849
1850
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000018512012-04-26: Version 3.10.6
1852
1853 Fixed some bugs in accessing details of the last regexp match.
1854
1855 Fixed source property of empty RegExp objects. (issue 1982)
1856
1857 Enabled inlining some V8 API functions.
1858
1859 Performance and stability improvements on all platforms.
1860
1861
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000018622012-04-23: Version 3.10.5
1863
1864 Put new global var semantics behind a flag until WebKit tests are
1865 cleaned up.
1866
1867 Enabled stepping into callback passed to builtins.
1868 (Chromium issue 109564)
1869
1870 Performance and stability improvements on all platforms.
1871
1872
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000018732012-04-19: Version 3.10.4
1874
1875 Fixed issues when stressing compaction with WeakMaps.
1876
1877 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1878
1879 Simplify invocation sequence at monomorphic function invocation sites.
1880 (issue 2079)
1881
1882 Performance and stability improvements on all platforms.
1883
1884
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000018852012-04-17: Version 3.10.3
1886
1887 Fixed several bugs in heap profiles (including issue 2078).
1888
1889 Throw syntax errors on illegal escape sequences.
1890
1891 Implemented rudimentary module linking (behind --harmony flag)
1892
1893 Implemented ES5 erratum: Global declarations should shadow
1894 inherited properties.
1895
1896 Made handling of const more consistent when combined with 'eval'
1897 and 'with'.
1898
1899 Fixed V8 on MinGW-x64 (issue 2026).
1900
1901 Performance and stability improvements on all platforms.
1902
1903
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000019042012-04-13: Version 3.10.2
1905
1906 Fixed native ARM build (issues 1744, 539)
1907
1908 Return LOOKUP variable instead of CONTEXT for non-context allocated
1909 outer scope parameters (Chromium issue 119609).
1910
1911 Fixed regular and ElementsKind transitions interfering with each other
1912 (Chromium issue 122271).
1913
1914 Improved performance of keyed loads/stores which have a HeapNumber
1915 index (issues 1388, 1295).
1916
1917 Fixed WeakMap processing for evacuation candidates (issue 2060).
1918
1919 Bailout on possible direct eval calls (Chromium issue 122681).
1920
1921 Do not assume that names of function expressions are context-allocated
1922 (issue 2051).
1923
1924 Performance and stability improvements on all platforms.
1925
1926
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000019272012-04-10: Version 3.10.1
1928
1929 Fixed bug with arguments object in inlined functions (issue 2045).
1930
1931 Fixed performance bug with lazy initialization (Chromium issue
1932 118686).
1933
1934 Added suppport for Mac OS X 64bit builds with GYP.
1935 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
1936
1937 Fixed bug with hidden properties (issue 2034).
1938
1939 Fixed a performance bug when reloading pages (Chromium issue 117767,
1940 V8 issue 1902).
1941
1942 Fixed bug when optimizing throw in top-level code (issue 2054).
1943
1944 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
1945
1946 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
1947
1948 Fixed a bug with the new runtime profiler (Chromium issue 121147).
1949
1950 Fixed compilation of V8 using uClibc.
1951
1952 Optimized boot-up memory use.
1953
1954 Optimized regular expressions.
1955
1956
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000019572012-03-30: Version 3.10.0
1958
1959 Fixed store IC writability check in strict mode
1960 (Chromium issue 120099).
1961
1962 Resynchronize timers if the Windows system time was changed.
1963 (Chromium issue 119815)
1964
1965 Removed "-mfloat-abi=hard" from host compiler cflags when building for
1966 hardfp ARM
1967 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
1968
1969 Fixed edge case for case independent regexp character classes
1970 (issue 2032).
1971
1972 Reset function info counters after context disposal.
1973 (Chromium issue 117767, V8 issue 1902)
1974
1975 Fixed missing write barrier in CopyObjectToObjectElements.
1976 (Chromium issue 119926)
1977
1978 Fixed missing bounds check in HasElementImpl.
1979 (Chromium issue 119925)
1980
1981 Performance and stability improvements on all platforms.
1982
1983
danno@chromium.org88aa0582012-03-23 15:11:57 +000019842012-03-23: Version 3.9.24
1985
1986 Activated count-based profiler for ARM.
1987
1988 Fixed use of proxies as f.prototype properties. (issue 2021)
1989
1990 Enabled snapshots on MIPS.
1991
1992 Performance and stability improvements on all platforms.
1993
1994
ulan@chromium.org6ff65142012-03-21 09:52:17 +000019952012-03-21: Version 3.9.23
1996
1997 Use correct arguments adaptation environment when inlining function
1998 containing arguments. (Issue 2014)
1999
2000 Performance and stability improvements on all platforms.
2001
2002
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000020032012-03-20: Version 3.9.22
2004
2005 Enabled count-based profiler by default.
2006
2007 Implemented a hash based look-up to speed up address checks
2008 in large object space (issue 853).
2009
2010 Performance and stability improvements on all platforms.
2011
2012
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000020132012-03-19: Version 3.9.21
2014
2015 Fixed push-to-trunk script (and re-push).
2016
2017 Added API call that identifies strings that are guaranteed only to
2018 contain ASCII characters.
2019
2020
20212012-03-19: Version 3.9.20
2022
2023 Fixed declarations escaping global strict eval. (Issue 1624)
2024
2025 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
2026
2027 Fixed function declarations overwriting read-only global properties.
2028 (Chromium issue 115452)
2029
2030 Fixed --use-strict flag in combination with --harmony[-scoping].
2031
2032 Debugger: naive implementation of "step into Function.prototype.bind".
2033
2034 Debugger: added ability to set script source from within OnBeforeCompile
2035
2036 Added flag to always call DebugBreak on abort.
2037
2038 Re-enabled constructor inlining and inline === comparison with boolean
2039 constants. (Issue 2009)
2040
2041 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
2042
2043 Performance and stability improvements on all platforms.
2044
2045
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000020462012-03-14: Version 3.9.19
2047
2048 Ensure there is a smi check of the receiver for global load and call
2049 ICs (Chromium issue 117794).
2050
2051 Performance and stability improvements on all platforms.
2052
2053
yangguo@chromium.org154ff992012-03-13 08:09:54 +000020542012-03-13: Version 3.9.18
2055
2056 Ensure consistency of Math.sqrt on Intel platforms.
2057
2058 Remove static initializers in v8. (issue 1859)
2059
2060 Add explicit dependency on v8_base in the GYP-based build.
2061
2062 Performance and stability improvements on all platforms.
2063
2064
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000020652012-03-12: Version 3.9.17
2066
2067 Fixed VFP detection through compiler defines. (issue 1996)
2068
2069 Add Code-related fields to postmortem metadata.
2070
2071 Performance and stability improvements on all platforms.
2072
2073
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000020742012-03-09: Version 3.9.16
2075
2076 Added basic interface inference for modules (behind the --harmony flag).
2077
2078 Added Object.is, Number.isFinite, Number.isNaN.
2079
2080 Updated the Unicode tables to Unicode version 6.1.0.
2081
2082 Performance and stability improvements on all platforms.
2083
2084
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000020852012-03-06: Version 3.9.15
2086
2087 Fix the heap profiler crash caused by memory layout changes between
2088 passes.
2089
2090 Fix Error.prototype.toString to throw TypeError. (issue 1980)
2091
2092 Fix double-rounding in strtod for MinGW. (issue 1062)
2093
2094 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
2095
2096 Performance and stability improvements on all platforms.
2097
2098
fschneider@chromium.org35814e52012-03-01 15:43:35 +000020992012-03-01: Version 3.9.14
2100
2101 Performance and stability improvements on all platforms.
2102
2103
ulan@chromium.org812308e2012-02-29 15:58:45 +000021042012-02-29: Version 3.9.13
2105
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002106 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002107
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002108 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2109 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00002110
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002111 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002112
2113 Performance and stability improvements on all platforms.
2114
2115
ulan@chromium.org967e2702012-02-28 09:49:15 +000021162012-02-28: Version 3.9.12
2117
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002118 Fixed the negative lookup stub to handle deleted entries in a
2119 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00002120
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002121 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00002122 callback function can resolve the location of a return address on stack
2123 to the location where a return-address rewriting profiler stashed the
2124 original return address.
2125
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002126 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2127 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002128
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002129 Fixed issue 1853: Update breakpoints set with partial file name after
2130 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002131
2132
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000021332012-02-27: Version 3.9.11
2134
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002135 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002136
2137
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000021382012-02-24: Version 3.9.10
2139
2140 Fixed V8 issues 1322, 1772 and 1969.
2141
2142 Conformance improvements.
2143
2144 Performance and stability improvements on all platforms.
2145
2146
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000021472012-02-23: Version 3.9.9
2148
2149 Supported fast case for-in in Crankshaft.
2150
2151 Sped up heap snapshot serialization and dominators construction.
2152
2153 Randomized allocation addresses on windows. (Chromium issue 115151)
2154
2155 Fixed compilation with MinGW-w64. (issue 1943)
2156
2157 Fixed incorrect value of assignments to non-extensible properties.
2158
2159 Fixed a crash bug in generated code on ia32.
2160
2161 Performance and stability improvements on all platforms.
2162
2163
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000021642012-02-21: Version 3.9.8
2165
2166 Fixed memory leak and missing #include in StartupDataDecompressor
2167 (issue 1960).
2168
2169 Renamed static methods to avoid shadowing virtual methods and fix Clang
2170 C++11 compile error.
2171
2172 Fixed sequence of element access in array builtins (issue 1790).
2173
2174 Performance and stability improvements on all platforms.
2175
2176
yangguo@chromium.org56454712012-02-16 15:33:53 +000021772012-02-16: Version 3.9.7
2178
2179 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2180
2181 Fixed GCC-4.7 warnings.
2182
2183 Added Navier-Stokes benchmark.
2184
2185 Performance and stability improvements on all platforms.
2186
2187
ulan@chromium.org65a89c22012-02-14 11:46:07 +000021882012-02-14: Version 3.9.6
2189
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002190 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002191
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002192 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002193
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002194 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002195
2196 Heap Snapshot maximum size limit is too low for really big apps. At the
2197 moment the limit is 256MB. (Chromium issue 113015)
2198
2199 Performance and stability improvements on all platforms.
2200
2201
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000022022012-02-09: Version 3.9.5
2203
2204 Removed unused command line flags.
2205
2206 Performance and stability improvements on all platforms.
2207
2208
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000022092012-02-08: Version 3.9.4
2210
2211 Properly initialize element-transitioning array literals on ARM.
2212 (issue 1930)
2213
2214 Bug fixes on all platforms.
2215
2216
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000022172012-02-07: Version 3.9.3
2218
2219 When rethrowing an exception, print the stack trace of its original
2220 site instead of rethrow site (Chromium issue 60240).
2221
2222 Increased size of small stacks from 32k to 64k to avoid hitting limits
2223 in Chromium (Chromium issue 112843).
2224
2225
rossberg@chromium.org994edf62012-02-06 10:12:55 +000022262012-02-06: Version 3.9.2
2227
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002228 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002229
2230 Heap profiler reports implicit references.
2231
2232 Optionally export metadata with libv8 to enable debuggers to inspect V8
2233 state.
2234
2235
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000022362012-02-02: Version 3.9.1
2237
2238 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2239 (Chromium issue 112315).
2240
2241 Fixed a crash in dev tools (Chromium issue 107996).
2242
2243 Added 'dependencies_traverse': 1 to v8 GYP target.
2244
2245 Performance and stability improvements on all platforms.
2246
2247
danno@chromium.orgfa458e42012-02-01 10:48:36 +000022482012-02-01: Version 3.9.0
2249
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002250 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002251
2252 Stability fixes and performance improvements on all platforms.
2253
2254
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000022552012-01-26: Version 3.8.9
2256
2257 Flush number string cache on GC (issue 1605).
2258
2259 Provide access to function inferred name with
2260 v8::Function::GetInferredName in V8 public API.
2261
2262 Fix building with Clang (issue 1912).
2263
2264 Reduce the space used by the stack for the profiling thread.
2265
2266 Fix misleading documentation of v8::Locker (issue 542).
2267
2268 Introduce readbinary function in d8 to read binary files.
2269
2270 Performance and stability improvements on all platforms.
2271
2272
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000022732012-01-23: Version 3.8.8
2274
2275 Limited number of loop iterations in Heap::ReserveSpace
2276 (Chromium issue 99027).
2277
2278 Fixed solaris build (VirtualMemory) (issue 1761).
2279
2280 Fixed strict vs. non-strict handling of function proxies in
2281 higher-order array and string methods.
2282
2283 Enabled asynchronous remote debugging with d8 (issue 1691).
2284
2285 Stability and performance improvements on all platforms.
2286
2287
ulan@chromium.org2efb9002012-01-19 15:36:35 +000022882012-01-19: Version 3.8.7
2289
2290 Ensure that LRandom restores rsi after call to the C function on x64.
2291 (Chromium issue http://crbug.com/110509)
2292
2293 Fixing include issues on *bsd when building with scons.
2294 (issue 1897)
2295
2296 Provide a switch to specify -fno-strict-aliasing
2297 (issue 1887)
2298
2299 Move WIN32 define from standalone.gypi to common.gypi
2300 (issue 1760)
2301
2302 Fix corner-case in heap size estimation.
2303 (issue 1893)
2304
2305 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2306 (issue 1903)
2307
2308 Performance improvements and bug fixes.
2309
2310
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000023112012-01-16: Version 3.8.6
2312
2313 Add primitive WebGL array support to d8.
2314
2315 Improve heap size estimation (issue 1893).
2316
2317 Hash collision DOS workaround extended from string keys
2318 to numeric keys.
2319
2320 Provide an API for iterating through all external strings referenced
2321 from the JS heap.
2322
2323 Adjust position recorded for call expressions. http://crbug.com/109195
2324
2325 Fix GC crash related to instanceof. http://crbug.com/109448
2326
2327 Performance improvements and bug fixes.
2328
2329
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000023302012-01-05: Version 3.8.5
2331
2332 Fix broken test that assumes that no GC can clear the regexp cache (GC
2333 can happen at any time due to Crankshaft).
2334
2335 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2336
2337 Add netbsd support to gyp build.
2338
2339 Determine page size at runtime on posix platforms.
2340
2341 Ensure that store buffer filtering hash sets are cleared after
2342 StoreBuffer::Filter.
2343
2344 Randomize the seed used for string hashing. This helps guard against
2345 CPU-eating DOS attacks against node.js servers. Based on code from
2346 Bert Belder. This version only solves the issue for those that compile
2347 V8 themselves or those that do not use snapshots. A snapshot-based
2348 precompiled V8 will still have predictable string hash codes.
2349
2350 Implement callback when script finishes running in V8 API.
2351
2352 Improve performance of Math.min and Math.max for the case of two
2353 arguments. (issue 1325)
2354
2355
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000023562012-01-02: Version 3.8.4
2357
2358 Performance improvements for large Smi-only arrays.
2359
2360 Fixed InternalArrays construction. (issue 1878)
2361
2362
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000023632011-12-27: Version 3.8.3
2364
2365 Avoid embedding new space objects into code objects in the lithium gap
2366 resolver. (chromium:108296)
2367
2368 Bug fixes and performance optimizations on all platforms.
2369
2370
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000023712011-12-21: Version 3.8.2
2372
2373 Add max optimization flag to v8 gyp build to ensure V8 is always built
2374 fully optimized in Chrome.
2375
2376 MIPS: Bring MIPS to parity with other platforms.
2377
2378 Optimizations and stability improvements on all platforms.
2379
2380
ricow@chromium.org7ad65222011-12-19 12:13:11 +000023812011-12-19: Version 3.8.1
2382
2383 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2384
2385 Stability improvements on all platforms.
2386
2387
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000023882011-12-13: Version 3.8.0
2389
2390 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2391
2392 Sync parser and preparser on do-while and return statements.
2393 (issue 1856)
2394
2395 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2396
2397 Stability and performance improvements on all platforms.
2398
2399
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000024002011-12-01: Version 3.7.12
2401
2402 Increase tick interval for the android platform.
2403
2404 Fix a bug in the register allocator. (chromium:105112)
2405
2406 Fix handling of recompiling code. (chromium:105375, v8:1782)
2407
2408 Start incremental marking on idle notification. (v8:1458)
2409
2410 Build fixes for various platforms.
2411
2412 Various performance improvements.
2413
2414
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000024152011-11-29: Version 3.7.11
2416
2417 Fixed bug when generating padding to ensure space for lazy
2418 deoptimization.
2419 (issue 1846)
2420
2421 Further reduced pause times due to GC.
2422
2423 Stability and performance improvements on all platforms.
2424
2425
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000024262011-11-23: Version 3.7.10
2427
2428 Set maximum length of FixedArray in terms of elements instead an
2429 absolute number of bytes.
2430 (Chromium issue 103103)
2431
2432 Stability and performance improvements on all platforms.
2433
2434
24352011-11-21: Version 3.7.9
2436
2437 Removed exit-time destructors.
2438
2439 Stability and performance improvements on all platforms.
2440
2441
ricow@chromium.org27bf2882011-11-17 08:34:43 +000024422011-11-17: Version 3.7.8
2443
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002444 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002445 function on builtins will not make the original function reappear.
2446
2447 Added NetBSD support for scons build.
2448
2449 Performance improvements on all platforms.
2450
2451
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000024522011-11-14: Version 3.7.7
2453
2454 Fix missing fast property accessors in heap snapshots.
2455 (issue 1818)
2456
2457
danno@chromium.org2c456792011-11-11 12:00:53 +000024582011-11-11: Version 3.7.6
2459
2460 Fixed filtering of store buffer for large object pages.
2461 (issue 1817)
2462
2463 Fixed generated hash function on all platforms.
2464 (issue 1808)
2465
2466 Fixed Heap::Shrink to ensure that it does not free pages that are
2467 still in use.
2468 (Chromium issue 100414)
2469
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002470 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002471
2472
danno@chromium.orgc612e022011-11-10 11:38:15 +000024732011-11-10: Version 3.7.5
2474
2475 Added initial gyp infrastructure for MIPS.
2476
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002477 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002478 collector.
2479
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002480 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002481
2482
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000024832011-11-07: Version 3.7.4
2484
2485 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2486
2487 Fix Harmony sets and maps to allow null and undefined as keys
2488 (still hidden behind --harmony flag) (issue 1622).
2489
2490 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2491
2492 Enable VFP instructions for Android.
2493
2494 Fix error handling in Date.prototype.toISOString (issue 1792).
2495
2496 Bug fixes and performance improvements for all platforms.
2497
2498 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2499
2500
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000025012011-10-28: Version 3.7.3
2502
2503 Slight deoptimization as a workaround for issue with jslint: Issue
2504 1789.
2505
2506
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000025072011-10-27: Version 3.7.2
2508
2509 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2510
2511
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000025122011-10-26: Version 3.7.1
2513
2514 Achieved 33% speedup in debug-mode tests.
2515
2516 Removed special casing of calls to RegExp test and exec methods with no
2517 argument. Now matches new JSC behaviour. crbug.com/75740.
2518
2519 Return the empty string on cyclic references in toString (ES5
2520 conformance).
2521
2522 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2523
2524 Made Math.random state per-context instead of per-process (issue 864).
2525
2526 Fixed stack traces to skip native functions.
2527
2528 Make snapshots (new contexts) smaller and faster.
2529
2530 Fixed handling of Function.apply for non-array arguments.
2531
2532 Fixed evaluation order in defineProperties to match FireFox.
2533
2534 Fixed handling of non-object receivers for array builtins,
2535 crbug.com/100702.
2536
2537 Multiple fixes to improve compliance with test262.
2538
2539 Fixed compatibility with older Android releases.
2540
2541 Fixed compilation with gcc-4.5.3.
2542
2543 Improved performance of WriteUtf8, issue 1665.
2544
2545 Made native syntax an early error in the preparser.
2546
2547 Fixed issues 793 and 893 relating to Function.prototype.bind.
2548
2549 Improved let, const, Set and Map support and other Harmony features
2550 (behind the --harmony flag).
2551
2552 Changed evaluation order for > and <= to match ES5 instead of ES3.
2553
2554 Bug fixes and performance improvements on all platforms.
2555
2556
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000025572011-10-13: Version 3.7.0
2558
2559 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2560
2561 Fixed issue 1757 (string slices of external strings).
2562
2563 Fixed issue 1759 (ARM).
2564
2565 Added flag --noclever-optimizations to disable some things that
2566 caused trouble in the past.
2567
2568 Added flag --stress-compaction for testing.
2569
2570 Added flag --harmony to activate all experimental Harmony features.
2571
2572
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000025732011-10-10: Version 3.6.6
2574
2575 Added a GC pause visualization tool.
2576
2577 Added presubmit=no and werror=no flags to Makefile.
2578
2579 ES5/Test262 conformance improvements.
2580
2581 Fixed compilation issues with GCC 4.5.x (issue 1743).
2582
2583 Bug fixes and performance improvements on all platforms.
2584
2585
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000025862011-10-05: Version 3.6.5
2587
2588 New incremental garbage collector.
2589
2590 Removed the hard heap size limit (soft heap size limit is still
2591 700/1400Mbytes by default).
2592
2593 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2594
2595 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2596
2597 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2598
2599 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2600
2601 Fixed the MinGW and Windows 2000 builds.
2602
2603 Fixed "Prototype chain is not searched if named property handler does
2604 not set a property" (Issue 1636).
2605
2606 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2607
2608 Disallowed future reserved words as labels in strict mode.
2609
2610 Fixed string split to correctly coerce the separator to a string
2611 (Issue 1711).
2612
2613 API: Added an optional source length field to the Extension
2614 constructor.
2615
2616 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2617 (Issue 1573).
2618
2619 Added "native" target to Makefile for the benefit of Linux distros.
2620
2621 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2622
2623 More work on ES-Harmony proxies. Still hidden behind a flag.
2624
2625 Bug fixes and performance improvements on all platforms.
2626
2627
lrn@chromium.org34e60782011-09-15 07:25:40 +000026282011-09-15: Version 3.6.4
2629
2630 Fixed d8's broken readline history.
2631
2632 Removed the need for code delete events in CPU profiler (Issue 1466).
2633
2634 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2635
2636 Fixing parallel execution in d8 (with -p) and some memory leaks.
2637
2638 Support for precise stepping in functions compiled before debugging was
2639 started (step 1).
2640
2641
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000026422011-09-13: Version 3.6.3
2643
2644 Implemented better support of typed arrays in the d8 shell.
2645
2646 Bug fixes and performance improvements on all platforms.
2647
2648
ricow@chromium.org55ee8072011-09-08 16:33:10 +000026492011-09-08: Version 3.6.2
2650
2651 Added "dependencies" target to top-level Makefile.
2652
2653 Added ability to turn profiler on/off in d8.
2654
2655 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2656
2657 Fixed several crash bugs.
2658
2659
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000026602011-09-07: Version 3.6.1
2661
2662 Fixed a bug in abrupt exit from with or catch inside finally.
2663
2664 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2665 issue 95113).
2666
2667 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2668
2669 Fixed a few clang warnings (which -Werror treated as errors).
2670
2671 Performance improvements on all platforms.
2672
2673
fschneider@chromium.org1805e212011-09-05 10:49:12 +000026742011-09-05: Version 3.6.0
2675
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002676 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002677
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002678 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002679
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002680 Made arguments and caller always be null on native functions
2681 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002682
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002683 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002684
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002685 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002686
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002687 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002688
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002689 Fixed a problem with large heap snapshots in Chrome DevTools
2690 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002691
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002692 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002693
2694
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000026952011-08-31: Version 3.5.10
2696
2697 Added dependency of v8_base on WinSocket2 Windows library in
2698 the GYP-build.
2699
2700 Various bugfixes.
2701
2702
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000027032011-08-29: Version 3.5.9
2704
2705 Made FromPropertyDescriptor not trigger inherited setters.
2706
2707 Fixed .gyp files to work on the ARM simulator.
2708
2709 Fixed shared library build warnings for MSVS.
2710
2711
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000027122011-08-24: Version 3.5.8
2713
2714 Added V8EXPORT attributes for v8::Array::CheckCast and
2715 v8::Number::CheckCast.
2716
2717 Made a slight API change enabling opting out from null termination
2718 in String::Write*().
2719
2720 Fixed arm build for gcc-4.6.
2721
2722
rossberg@chromium.org28a37082011-08-22 11:03:23 +000027232011-08-22: Version 3.5.7
2724
2725 Make scanner handle invalid unicode escapes in identifiers correctly.
2726
2727 Make regexp flag parsing stricter.
2728
2729 Fix several memory leaks.
2730
2731
danno@chromium.orgb6451162011-08-17 14:33:23 +000027322011-08-17: Version 3.5.6
2733
2734 Fixed issue that could cause crashes when running with --heap-stats.
2735
2736 Fixed compilation on Linux 2.6.9 and older.
2737
2738 Fixed live-object-list to work with isolates.
2739
2740 Fixed memory leaks in zones and isolates.
2741
2742 Fixed a performance regression for TypedArrays on x64.
2743
2744 Stability improvements on all platforms.
2745
2746
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000027472011-08-15: Version 3.5.5
2748
2749 Fixed bugs involving negative zero and the optimizing compiler.
2750
2751 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2752
2753 Eliminated uses of deprecated ARM instructions.
2754
2755 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2756
2757 Removed restriction on the size of disassembled code that is printed.
2758
2759
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000027602011-08-10: Version 3.5.4
2761
2762 Added a preliminary implementation of ES Harmony weak maps. Weak
2763 maps can be enabled by the flag --harmony-weakmaps.
2764
2765 Introduced a toplevel Makefile to support GYP-based building. GYP
2766 can be obtained from http://gyp.googlecode.com.
2767
2768 Fixed a bug in the length property of functions created by
2769 Function.prototype.bind.
2770
2771 Reduced malloc heap allocation on process startup.
2772
2773 Several important code generation bug fixes.
2774
2775 Performance improvements on all platforms.
2776
2777
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000027782011-08-03: Version 3.5.3
2779
2780 MIPS: Port of fix to ClassOf check from ARM.
2781 Patch from Paul Lind <plind44@gmail.com>.
2782
2783 Stopped using mprotect on Cygwin.
2784 Avoided uninitialized member warning on gcc 4.3.4
2785 Both patches by Bert Belder.
2786
2787 Bug fixes and performance improvements on all platforms.
2788
2789
vegorov@chromium.org7943d462011-08-01 11:41:52 +000027902011-08-01: Version 3.5.2
2791
2792 Performance improvements on all platforms.
2793
2794
ricow@chromium.org2c99e282011-07-28 09:15:17 +000027952011-07-28: Version 3.5.1
2796
2797 Fixed setting the readonly flag on the prototype property using the
2798 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2799
2800 Changed the tools/test.py script to use d8 instead of shell for
2801 testing.
2802
2803 Fixed crash in ToBooleanStub when GC happens during invocation.
2804
2805 Enabled automatic unboxing of double arrays.
2806
2807 Performance improvements on all platforms.
2808
2809
ricow@chromium.org9fa09672011-07-25 11:05:35 +000028102011-07-25: Version 3.5.0
2811
2812 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2813 proxies.
2814
2815 Removed logging to memory support.
2816
2817 Bugfixes and performance work.
2818
2819
rossberg@chromium.org717967f2011-07-20 13:44:42 +000028202011-07-20: Version 3.4.14
2821
2822 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2823
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002824 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002825 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002826
2827 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2828
2829
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000028302011-07-18: Version 3.4.13
2831
2832 Improved debugger support to allow inspection of optimized frames (issue
2833 1140).
2834
2835 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2836
2837 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2838
2839 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2840
2841 Simplified HClampToUint8. Patch by Andy Wingo.
2842
2843 Exposed APIs for detecting boxed primitives, native errors. Patch by
2844 Luke Zarko.
2845
2846 Added map check for COW elements to crankshaft array handling code
2847 (issue 1560).
2848
2849 Sample shell and (a light version of) D8 links against a shared library
2850 now.
2851
2852 Fixed bug in array filter and reduce functions (issue 1559).
2853
2854 Avoid TLS load in AstNode constructor.
2855
2856 Introduced a random entropy source which can optionally be provided at
2857 initialization. (Chromium issue 89462).
2858
2859
whesse@chromium.org030d38e2011-07-13 13:23:34 +000028602011-07-13: Version 3.4.12
2861
2862 Added --prof profiling option to d8 shell.
2863
2864 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2865
2866 Fixed a potential assertion failure in const declarations.
2867
2868 Fixed an assertion failure in descriptor arrays (issue 1526).
2869
2870 Enabled fast thread-local storage by default on supported platforms.
2871
2872 Improved reporting of source position for global variable loads
2873 (issue 1527).
2874
2875
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000028762011-07-11: Version 3.4.11
2877
2878 Fixed MinGW32 build.
2879
2880 Fixed a GC bug with RegExp code flushing.
2881
2882 Implemented Object.defineProperty for proxies.
2883
2884 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2885
2886 Added debugger support for inspecting optimized frames (issue 1140).
2887
2888 Allowed JSObject::PreventExtensions to work for arguments objects.
2889
2890 Bugfixes and performance work.
2891
2892
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000028932011-07-06: Version 3.4.10
2894
2895 Fixed debugger not breaking on certain "if" statements (issue 1523).
2896
2897 Fixed assertion failure in runtime profiler when running on IA32
2898 without snapshot (issue 1522).
2899
2900 Fixed ABI for API calls on IA32 (for clang compatibility).
2901
2902 Introduced code flushing of RegExp code to free memory used by
2903 RegExps sooner.
2904
2905 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
2906
2907 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
2908
2909 Performance improvements on all platforms.
2910
2911
ricow@chromium.org4f693d62011-07-04 14:01:31 +000029122011-07-04: Version 3.4.9
2913
2914 Added support for debugger inspection of locals in optimized frames
2915 (issue 1140).
2916
2917 Fixed SConstruct to pass correct defines to samples/preparser when
2918 building with library=shared.
2919
2920 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
2921
2922 Fixed a bug in Object.defineProperty on the arguments object.
2923
2924 Performance improvements on all platforms.
2925
2926
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000029272011-06-29: Version 3.4.8
2928
2929 Ensure 16-byte stack alignment on Solaris (issue 1505).
2930
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00002931 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00002932 that is not a smi. (issue 1246).
2933
2934
ager@chromium.org04921a82011-06-27 13:21:41 +000029352011-06-27: Version 3.4.7
2936
2937 Fixed 64-bit build on FreeBSD.
2938
2939 Added API to set the property attributes for the prototype
2940 property on functions created from FunctionTemplates.
2941
2942 Bugfixes and performance work.
2943
2944
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000029452011-06-22: Version 3.4.6
2946
2947 Lowered limit on code space for systems with low memory supply.
2948
2949 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
2950
2951 Extended setBreakpoint API to accept partial script name (issue 1418).
2952
2953 Made multi-line comments not count when deciding whether the '-->'
2954 comment starter is first on a line. This matches Safari.
2955
2956 Made handling of non-array recievers in Array length setter correct
2957 (issue 1491).
2958
2959 Added ability to heap profiler to iterate over snapshot's node
2960 (issue 1481).
2961
2962
whesse@chromium.org7b260152011-06-20 15:33:18 +000029632011-06-20: Version 3.4.5
2964
2965 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
2966 1476, and 1477.
2967
2968 Improved code generation for !0 and !1.
2969
2970 Reduced memory usage for regular expressions with nested qualifiers.
2971 (issue 1472)
2972
2973 Fixed V8 to count line terminators in multi-line comments.
2974 (Chromium issue 86431)
2975
2976 Fixed disassembler=on option for release-mode builds. (issue 1473)
2977
2978 Performance improvements on all platforms.
2979
2980
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000029812011-06-15: Version 3.4.4
2982
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002983 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002984
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002985 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002986
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002987 Several GYP-related changes: Added support for building Xcode project
2988 files. Make the ARM simulator build with GYP again. Generate Makefiles
2989 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002990
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002991 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
2992 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002993
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002994 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002995
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002996 Handle 'undefined' correctly when === has been specialized for doubles.
2997 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00002998
ricow@chromium.org4f693d62011-07-04 14:01:31 +00002999 Corrected the limit of local variables in an optimized function from 64
3000 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003001
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003002 Correctly set ReadOnly flag on indexed properties when using the API Set
3003 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003004
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003005 Give the correct error message when Object.isExtensible is called on a
3006 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003007
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003008 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
3009 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003010
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003011 Do not redefine properties unneccesarily in seal and freeze. (issue
3012 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003013
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003014 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003015
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003016 Distinguish keyed loads with a symbol key from fast elements loads,
3017 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003018
3019
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000030202011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003021
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003022 Clear the global thread table when an isolate is disposed
3023 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003024
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003025 Converted time zone name to UTF8 on Windows (issue 1290).
3026
3027 Limited the number of arguments in a function call to 32766
3028 (issue 1413).
3029
3030 Compress sources of JS libraries in addition to the snapshot.
3031
3032 Fixed a bug in Lithium environment iteration.
3033
3034 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003035
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003036
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000030372011-06-06: Version 3.4.2
3038
3039 More work on ES-Harmony proxies. Still hidden behind a flag.
3040
3041 Fixed some crash bugs and improved performance.
3042
3043 Fixed building with gdb debugging support.
3044
3045 Do not install SIGPROF handler until it is needed.
3046
3047 Added DateTimeFormat to i18n API.
3048
3049 Fixed compilation on OpenBSD.
3050
3051 Take the ulimit into account when sizing the heap. OpenBSD users
3052 may still have to increase the default ulimit to run heavy pages in
3053 the browser.
3054
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003055
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000030562011-06-01: Version 3.4.1
3057
3058 Fixed JSON stringify issue with arrays.
3059
3060 Changed calls to JS builtins to be passed undefined when called with
3061 implicit receiver.
3062
3063 Implemented the set trap for Harmony proxies. Proxies still need to
3064 be enabled with the --harmony-proxies flag.
3065
3066
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000030672011-05-30: Version 3.4.0
3068
3069 Changed calls to undefined property setters to not throw (issue 1355).
3070
3071 Made RegExp objects not callable.
3072
3073 Fixed issues on special case large JSON strings in new json parser
3074 (issues http://crbug.com/83877 and http://crbug.com/84186).
3075
3076 Performance improvements on all platforms.
3077
3078
danno@chromium.org40cb8782011-05-25 07:58:50 +000030792011-05-25: Version 3.3.10
3080
3081 Fixed calls of strict mode function with an implicit receiver.
3082
3083 Fixed fast handling of arrays to properly deal with changes to the
3084 Object prototype (issue 1403).
3085
3086 Changed strict mode poison pill to be the same type error function
3087 (issue 1387).
3088
3089 Fixed a debug crash in arguments object handling (issue 1227).
3090
3091 Fixed a bug in deoptimization on x64 (issue 1404).
3092
3093 Performance improvements and bug fixes on all platforms.
3094
3095
ager@chromium.orgea91cc52011-05-23 06:06:11 +000030962011-05-23: Version 3.3.9
3097
3098 Added DateTimeFormat class to experimental i18n API.
3099
3100 Extended preparser to give early errors for some strict mode
3101 restrictions.
3102
3103 Removed legacy execScript function from V8.
3104
3105 Extended isolate API with the ability to add embedder-specific
3106 data to an isolate.
3107
3108 Added basic support for polymorphic loads from JS and external
3109 arrays.
3110
3111 Fixed bug in handling of switch statements in the optimizing
3112 compiler.
3113
3114
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000031152011-05-18: Version 3.3.8
3116
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003117 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003118 handles are independent of all other persistent handles and can be
3119 garbage collected more frequently.
3120
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003121 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003122 with the --harmony-proxies flag.
3123
3124 Performance improvements and bug fixes on all platforms.
3125
3126
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000031272011-05-16: Version 3.3.7
3128
3129 Updated MIPS infrastructure files.
3130
3131 Performance improvements and bug fixes on all platforms.
3132
3133
karlklose@chromium.org83a47282011-05-11 11:54:09 +000031342011-05-11: Version 3.3.6
3135
3136 Updated MIPS infrastructure files.
3137
3138 Added method IsCallable for Object to the API.
3139 Patch by Peter Varga.
3140
3141
lrn@chromium.org1c092762011-05-09 09:42:16 +000031422011-05-09: Version 3.3.5
3143
3144 Fixed build on FreeBSD. Patch by Akinori MUSHA.
3145
3146 Added check that receiver is JSObject on API calls.
3147
3148 Implemented CallAsConstructor method for Object in the API (Issue 1348).
3149 Patch by Peter Varga.
3150
3151 Added CallAsFunction method to the Object class in the API (Issue 1336).
3152 Patch by Peter Varga.
3153
3154 Added per-isolate locking and unlocking.
3155
3156 Fixed bug in x64 >>> operator (Issue 1359).
3157
3158
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000031592011-05-04: Version 3.3.4
3160
3161 Implemented API to disallow code generation from strings for a context
3162 (issue 1258).
3163
3164 Fixed bug with whitespaces in parseInt (issue 955).
3165
3166 Fixed bug with == comparison of Date objects (issue 1356).
3167
3168 Added GYP variables for ARM code generation:
3169 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3170 and v8_use_arm_eabi_hardfloat.
3171
3172
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000031732011-05-02: Version 3.3.3
3174
3175 Added support for generating Visual Studio solution and project files
3176 using GYP.
3177
3178 Implemented support for ARM EABI calling convention variation where
3179 floating-point arguments are passed in registers (hardfloat).
3180
3181 Added Object::HasOwnProperty() to the API.
3182
3183 Added support for compressing startup data to reduce binary size. This
3184 includes build time support and an API for the embedder to decompress
3185 the startup data before initializing V8.
3186
3187 Reduced the profiling hooks overhead from >400% to 25% when using
3188 ll_prof.
3189
3190 Performance improvements and bug fixes on all platforms.
3191
3192
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000031932011-04-27: Version 3.3.2
3194
3195 Fixed crash bug on ARM with no VFP3 hardware.
3196
3197 Fixed compilation of V8 without debugger support.
3198
3199 Improved performance on JSLint.
3200
3201 Added support Float64 WebGL arrays.
3202
3203 Fixed crash bug in regexp replace.
3204
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003205
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000032062011-04-20: Version 3.3.1
3207
3208 Reduced V8 binary size by removing virtual functions from hydrogen.
3209
3210 Fixed crash bug on x64.
3211
3212 Performance improvements on ARM and IA32.
3213
3214
danno@chromium.org160a7b02011-04-18 15:51:38 +000032152011-04-18: Version 3.3.0
3216
3217 Fixed bug in floating point rounding in Crankshaft on ARM
3218 (issue 958)
3219
3220 Fixed a number of issues with running without VFPv3 support on ARM
3221 (issue 1315)
3222
3223 Introduced v8Locale.Collator, a partial implementation of Collator
3224 per last ECMAScript meeting + mailing list.
3225
3226 Minor performance improvements and bug fixes.
3227
3228
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000032292011-04-13: Version 3.2.10
3230
3231 Fixed bug in external float arrays on ARM (issue 1323).
3232
3233 Minor performance improvements and bug fixes.
3234
3235
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000032362011-04-11: Version 3.2.9
3237
3238 Removed support for ABI prior to EABI on ARM.
3239
3240 Fixed multiple crash bugs.
3241
3242 Added GCMole to the repository, a simple static analysis tool that
3243 searches for GC-unsafe evaluation order dependent callsites.
3244
3245 Made preparser API be exported in shared libraries.
3246
3247 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3248
3249 Fixed mutable __proto__ property if object is not extensible
3250 (Issue 1309).
3251
3252 Fixed auto suspension of the sampler thread.
3253
3254
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000032552011-04-06: Version 3.2.8
3256
3257 Exposed WebGL typed array constructors in the shell sample.
3258
3259 Performance improvements on all platforms.
3260
3261
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000032622011-04-04: Version 3.2.7
3263
3264 Disabled the original 'classic' V8 code generator. Crankshaft is
3265 now the default on all platforms.
3266
3267 Changed the heap profiler to use more descriptive names.
3268
3269 Performance and stability improvements to isolates on all platforms.
3270
3271
lrn@chromium.org7516f052011-03-30 08:52:27 +000032722011-03-30: Version 3.2.6
3273
3274 Fixed xcode build warning in shell.cc (out of order initialization).
3275
3276 Fixed null-pointer dereference in the compiler when running without
3277 SSE3 support (Chromium issue 77654).
3278
3279 Fixed x64 compilation error due to some dead code. (Issue 1286)
3280
3281 Introduced scons target to build the preparser stand-alone example.
3282
3283 Made FreeBSD build and pass all tests.
3284
3285
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000032862011-03-28: Version 3.2.5
3287
lrn@chromium.org7516f052011-03-30 08:52:27 +00003288 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003289
3290 Added Crankshaft support for external arrays.
3291
3292 Fixed two potential crash bugs.
3293
3294
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000032952011-03-23: Version 3.2.4
3296
3297 Added isolates which allows several V8 instances in the same process.
3298 This is controlled through the new Isolate class in the API.
3299
3300 Implemented more of EcmaScript 5 strict mode.
3301
3302 Reduced the time it takes to make detailed heap snapshot.
3303
3304 Added a number of commands to the ARM simulator and enhanced the ARM
3305 disassembler.
3306
3307
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000033082011-03-17: Version 3.2.3
3309
3310 Fixed a number of crash bugs.
3311
3312 Fixed Array::New(length) to return an array with a length (issue 1256).
3313
3314 Fixed FreeBSD build.
3315
3316 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3317
3318 Implemented more of EcmaScript 5 strict mode.
3319
3320 Improved Crankshaft performance on all platforms.
3321
3322
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000033232011-03-14: Version 3.2.2
3324
3325 Fixed a number of crash and correctness bugs.
3326
3327 Improved Crankshaft performance on all platforms.
3328
3329 Fixed Crankshaft on Solaris/Illumos.
3330
3331
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000033322011-03-10: Version 3.2.1
3333
3334 Fixed a number of crash bugs.
3335
3336 Improved Crankshaft for x64 and ARM.
3337
3338 Implemented more of EcmaScript 5 strict mode.
3339
3340
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000033412011-03-07: Version 3.2.0
3342
3343 Fixed a number of crash bugs.
3344
3345 Turned on Crankshaft by default on x64 and ARM.
3346
3347 Improved Crankshaft for x64 and ARM.
3348
3349 Implemented more of EcmaScript 5 strict mode.
3350
3351
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000033522011-03-02: Version 3.1.8
3353
3354 Fixed a number of crash bugs.
3355
3356 Improved Crankshaft for x64 and ARM.
3357
3358 Implemented more of EcmaScript 5 strict mode.
3359
3360 Fixed issue with unaligned reads and writes on ARM.
3361
3362 Improved heap profiler support.
3363
3364
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000033652011-02-28: Version 3.1.7
3366
3367 Fixed a number of crash bugs.
3368
3369 Improved Crankshaft for x64 and ARM.
3370
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003371 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003372 arrays (http://crbug.com/73940).
3373
3374 Fixed bug in map space compaction (http://crbug.com/59688).
3375
3376 Added support for direct getter accessors calls on ARM.
3377
3378
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000033792011-02-24: Version 3.1.6
3380
3381 Fixed a number of crash bugs.
3382
3383 Added support for Cygwin (issue 64).
3384
3385 Improved Crankshaft for x64 and ARM.
3386
3387 Added Crankshaft support for stores to pixel arrays.
3388
3389 Fixed issue in CPU profiler with Crankshaft.
3390
3391
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000033922011-02-16: Version 3.1.5
3393
3394 Change RegExp parsing to disallow /(*)/.
3395
3396 Added GDB JIT support for ARM.
3397
3398 Fixed several crash bugs.
3399
3400 Performance improvements on the IA32 platform.
3401
3402
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000034032011-02-14: Version 3.1.4
3404
3405 Fixed incorrect compare of prototypes of the global object (issue
3406 1082).
3407
3408 Fixed a bug in optimizing calls to global functions (issue 1106).
3409
3410 Made optimized Function.prototype.apply safe for non-JSObject first
3411 arguments (issue 1128).
3412
3413 Fixed an error related to element accessors on Object.prototype and
3414 parser errors (issue 1130).
3415
3416 Fixed a bug in sorting an array with large array indices (issue 1131).
3417
3418 Properly treat exceptions thrown while compiling (issue 1132).
3419
3420 Fixed bug in register requirements for function.apply (issue 1133).
3421
3422 Fixed a representation change bug in the Hydrogen graph construction
3423 (issue 1134).
3424
3425 Fixed the semantics of delete on parameters (issue 1136).
3426
3427 Fixed a optimizer bug related to moving instructions with side effects
3428 (issue 1138).
3429
3430 Added support for the global object in Object.keys (issue 1150).
3431
3432 Fixed incorrect value for Math.LOG10E
3433 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3434
3435 Performance improvements on the IA32 platform.
3436
3437 Implement assignment to undefined reference in ES5 Strict Mode.
3438
3439
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000034402011-02-09: Version 3.1.3
3441
3442 Fixed a bug triggered by functions with huge numbers of declared
3443 arguments.
3444
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003445 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003446
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003447 Fixed issue where Array.prototype.__proto__ had been set to null
3448 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003449
3450 Fixed stability bugs in Crankshaft for x86.
3451
3452
ricow@chromium.org83aa5492011-02-07 12:42:56 +000034532011-02-07: Version 3.1.2
3454
3455 Added better security checks when accessing properties via
3456 Object.getOwnPropertyDescriptor.
3457
3458 Fixed bug in Object.defineProperty and related access bugs (issues
3459 992, 1083 and 1092).
3460
3461 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3462 copyright notice generation for embedders.
3463
3464
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000034652011-02-02: Version 3.1.1
3466
3467 Perform security checks before fetching the value in
3468 Object.getOwnPropertyDescriptor.
3469
3470 Fixed a bug in Array.prototype.splice triggered by passing no
3471 arguments.
3472
3473 Fixed bugs in -0 in arithmetic and in Math.pow.
3474
3475 Fixed bugs in the register allocator and in switching from optimized
3476 to unoptimized code.
3477
3478
34792011-01-31: Version 3.1.0
3480
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003481 Performance improvements on all platforms.
3482
3483
ager@chromium.org378b34e2011-01-28 08:04:38 +000034842011-01-28: Version 3.0.12
3485
3486 Added support for strict mode parameter and object property
3487 validation.
3488
3489 Fixed a couple of crash bugs.
3490
3491
ager@chromium.org0ee099b2011-01-25 14:06:47 +000034922011-01-25: Version 3.0.11
3493
3494 Fixed a bug in deletion of lookup slots that could cause global
3495 variables to be accidentally deleted (http://crbug.com/70066).
3496
3497 Added support for strict mode octal literal verification.
3498
3499 Fixed a couple of crash bugs (issues 1070 and 1071).
3500
3501
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000035022011-01-24: Version 3.0.10
3503
3504 Fixed External::Wrap for 64-bit addresses (issue 1037).
3505
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003506 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003507 code generator (issue 1060).
3508
3509 Introduced partial strict mode support.
3510
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003511 Changed formatting of recursive error messages to match Firefox and
3512 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003513
3514 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003515 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003516 (issue http://crbug.com/50972).
3517
3518 Performance improvements on the IA32 platform.
3519
3520
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000035212011-01-19: Version 3.0.9
3522
3523 Added basic GDB JIT Interface integration.
3524
3525 Make invalid break/continue statements a syntax error instead of a
3526 runtime error.
3527
3528
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000035292011-01-17: Version 3.0.8
3530
3531 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003532 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003533
3534 Wrapped external pointers more carefully (issue 1037).
3535
3536 Hardened the implementation of error objects to avoid setters
3537 intercepting the properties set then throwing an error.
3538
3539 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3540
3541 Performance improvements on the IA32 platform.
3542
3543
35442011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003545
3546 Stopped calling inherited setters when creating object literals
3547 (issue 1015).
3548
3549 Changed interpretation of malformed \c? escapes in RegExp to match
3550 JSC.
3551
3552 Enhanced the command-line debugger interface and fixed some minor
3553 bugs in the debugger.
3554
3555 Performance improvements on the IA32 platform.
3556
3557
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000035582011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003559
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003560 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003561
3562 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003563 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003564
3565 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003566 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003567
3568 Added use_system_v8 option to gyp (off by default), to make it easier
3569 for Linux distributions to ship with system-provided V8 library.
3570
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003571 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003572
3573 Added labelled thread names to help with debugging (on Linux).
3574
3575
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000035762011-01-03: Version 3.0.5
3577
3578 Fixed a couple of cast errors for gcc-3.4.3.
3579
3580 Performance improvements in GC and IA32 code generator.
3581
3582
whesse@chromium.org023421e2010-12-21 12:19:12 +000035832010-12-21: Version 3.0.4
3584
3585 Added Date::ResetCache() to the API so that the cached values in the
3586 Date object can be reset to allow live DST / timezone changes.
3587
3588 Extended existing support for printing (while debugging) the contents
3589 of objects. Added support for printing objects from release builds.
3590
3591 Fixed V8 issues 989, 1006, and 1007.
3592
3593
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000035942010-12-17: Version 3.0.3
3595
3596 Reapplied all changes for version 3.0.1.
3597
3598 Improved debugger protocol for remote debugging.
3599
3600 Added experimental support for using gyp to generate build files
3601 for V8.
3602
3603 Fixed implementation of String::Write in the API (issue 975).
3604
3605
lrn@chromium.org8541d772010-12-15 12:05:09 +000036062010-12-15: Version 3.0.2
3607
3608 Revert version 3.0.1 and patch 3.0.1.1.
3609
3610
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000036112010-12-13: Version 3.0.1
3612
3613 Added support for an experimental internationalization API as an
3614 extension. This extension is disabled by default but can be enabled
3615 when building V8. The ECMAScript internationalization strawman is
3616 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3617
3618 Made RegExp character class parsing stricter. This mirrors a change
3619 to RegExp parsing in WebKit.
3620
3621 Fixed a bug in Object.defineProperty when used to change attributes
3622 of an existing property. It incorrectly set the property value to
3623 undefined (issue 965).
3624
3625 Fixed several different compilation failures on various platforms
3626 caused by the 3.0.0 release.
3627
3628 Optimized Math.pow so it can work on unboxed doubles.
3629
3630 Sped up quoting of JSON strings by removing one traversal of the
3631 string.
3632
3633
kasperl@chromium.orga5551262010-12-07 12:49:48 +000036342010-12-07: Version 3.0.0
3635
3636 Improved performance by (partially) addressing issue 957 on
3637 IA-32. Still needs more work for the other architectures.
3638
3639
ager@chromium.orgbeb25712010-11-29 08:02:25 +000036402010-11-29: Version 2.5.9
3641
3642 Fixed crashes during GC caused by partially initialize heap
3643 objects.
3644
3645 Fixed bug in process sample that caused memory leaks.
3646
3647 Improved performance on ARM by implementing missing stubs and
3648 inlining.
3649
3650 Improved heap profiler support.
3651
3652 Added separate seeding on Windows of the random number generator
3653 used internally by the compiler (issue 936).
3654
3655 Exposed API for getting the name of the function used to construct
3656 an object.
3657
3658 Fixed date parser to handle one and two digit millisecond
3659 values (issue 944).
3660
3661 Fixed number parsing to disallow space between sign and
3662 digits (issue 946).
3663
3664
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000036652010-11-23: Version 2.5.8
3666
3667 Removed dependency on Gay's dtoa.
3668
3669 Improved heap profiler precision and speed.
3670
3671 Reduced overhead of callback invocations on ARM.
3672
3673
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000036742010-11-18: Version 2.5.7
3675
3676 Fixed obscure evaluation order bug (issue 931).
3677
3678 Split the random number state between JavaScript and the private API.
3679
3680 Fixed performance bug causing GCs when generating stack traces on
3681 code from very large scripts.
3682
3683 Fixed bug in parser that allowed (foo):42 as a labelled statement
3684 (issue 918).
3685
3686 Provide more accurate results about used heap size via
3687 GetHeapStatistics.
3688
3689 Allow build-time customization of the max semispace size.
3690
3691 Made String.prototype.split honor limit when separator is empty
3692 (issue 929).
3693
3694 Added missing failure check after expecting an identifier in
3695 preparser (Chromium issue 62639).
3696
3697
ager@chromium.org01fe7df2010-11-10 11:59:11 +000036982010-11-10: Version 2.5.6
3699
3700 Added support for VFP rounding modes to the ARM simulator.
3701
3702 Fixed multiplication overflow bug (issue 927).
3703
3704 Added a limit for the amount of executable memory (issue 925).
3705
3706
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000037072010-11-08: Version 2.5.5
3708
3709 Added more aggressive GC of external objects in near out-of-memory
3710 situations.
3711
3712 Fixed a bug that gave the incorrect result for String.split called
3713 on the empty string (issue 924).
3714
3715
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000037162010-11-03: Version 2.5.4
3717
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003718 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003719
3720
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000037212010-11-01: Version 2.5.3
3722
3723 Fixed a bug that prevents constants from overwriting function values
3724 in object literals (issue 907).
3725
3726 Fixed a bug with reporting of impossible nested calls of DOM functions
3727 (issue http://crbug.com/60753).
3728
3729
lrn@chromium.org303ada72010-10-27 09:33:13 +000037302010-10-27: Version 2.5.2
3731
3732 Improved sampler resolution on Linux.
3733
3734 Allowed forcing the use of a simulator from the build script
3735 independently of the host architecture.
3736
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003737 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003738
3739 Made windows-tick-processor respect D8_PATH.
3740
3741 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3742
3743
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000037442010-10-20: Version 2.5.1
3745
3746 Fixed bug causing spurious out of memory exceptions
3747 (issue http://crbug.com/54580).
3748
3749 Fixed compilation error on Solaris platform (issue 901).
3750
3751 Fixed error in strtod (string to floating point number conversion)
3752 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3753
3754 Adjusted randomized allocations of executable memory to have 64k
3755 granularity (issue http://crbug.com/56036).
3756
3757 Supported profiling using kernel perf_events on linux. Added ll_prof
3758 script to tools and --ll-prof flag to V8.
3759
3760
vegorov@chromium.org42841962010-10-18 11:18:59 +000037612010-10-18: Version 2.5.0
3762
3763 Fixed bug in cache handling of lastIndex on global regexps
3764 (issue http://crbug.com/58740).
3765
3766 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3767 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003768 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003769
3770 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3771
3772
37732010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003774
3775 Fixed a bug in the handling of conditional expressions in test
3776 contexts in compiler for top-level code.
3777
3778 Added "//@ sourceURL" information to the StackTrace API.
3779
3780 Exposed RegExp construction through the API.
3781
3782
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000037832010-10-04: Version 2.4.8
3784
3785 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3786 whole snapshot (issue 868).
3787
3788 Performance improvements on all platforms.
3789
3790
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000037912010-09-30: Version 2.4.7
3792
3793 Changed the command-line flag --max-new-space-size to be in kB and the
3794 flag --max-old-space-size to be in MB (previously they were in bytes).
3795
3796 Added Debug::CancelDebugBreak to the debugger API.
3797
3798 Fixed a bug in getters for negative numeric property names
3799 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3800
3801 Performance improvements on all platforms.
3802
3803
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000038042010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003805
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003806 Fixed assertion failure related to copy-on-write arrays (issue 876).
3807
3808 Fixed build failure of 64-bit V8 on Windows.
3809
3810 Fixed a bug in RegExp (issue http://crbug.com/52801).
3811
3812 Improved the profiler's coverage to cover more functions (issue 858).
3813
3814 Fixed error in shift operators on 64-bit V8
3815 (issue http://crbug.com/54521).
3816
3817
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000038182010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003819
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003820 Changed the RegExp benchmark to exercise the regexp engine on different
3821 inputs by scrambling the input strings.
3822
3823 Fixed a bug in keyed loads on strings.
3824
3825 Fixed a bug with loading global function prototypes.
3826
3827 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3828
3829 Performance improvements on all platforms.
3830
3831
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000038322010-09-15: Version 2.4.4
3833
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003834 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003835
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003836 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003837
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003838 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003839
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003840 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003841
3842
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000038432010-09-13: Version 2.4.3
3844
3845 Made Date.parse properly handle TZ offsets (issue 857).
3846
3847 Performance improvements on all platforms.
3848
3849
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000038502010-09-08: Version 2.4.2
3851
3852 Fixed GC crash bug.
3853
3854 Fixed stack corruption bug.
3855
3856 Fixed compilation for newer C++ compilers that found Operand(0)
3857 ambiguous.
3858
3859
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000038602010-09-06: Version 2.4.1
3861
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003862 Added the ability for an embedding application to receive a callback
3863 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3864 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003865
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003866 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003867
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003868 Fixed memory overrun crash bug triggered during V8's tick-based
3869 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003870
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003871 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003872
3873
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000038742010-09-01: Version 2.4.0
3875
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003876 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3877 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003878
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003879 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003880 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003881
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003882 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003883
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003884 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003885
3886
ricow@chromium.org65fae842010-08-25 15:26:24 +000038872010-08-25: Version 2.3.11
3888
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003889 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003890
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003891 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003892 VARIANT_FLAGS that allows specification of sets of flags with which
3893 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003894
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003895 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003896
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003897 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003898
3899
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000039002010-08-23: Version 2.3.10
3901
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003902 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00003903
3904 Build fixes for unusual compilers.
3905
3906 Track high water mark for RWX memory.
3907
3908 Performance improvements on all platforms.
3909
3910
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000039112010-08-18: Version 2.3.9
3912
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003913 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003914
3915 Removed specialized handling of GCC 4.4 (issue 830).
3916
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003917 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003918 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
3919
ricow@chromium.org65fae842010-08-25 15:26:24 +00003920 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00003921
3922
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000039232010-08-16: Version 2.3.8
3924
3925 Fixed build with strict aliasing on GCC 4.4 (issue 463).
3926
3927 Fixed issue with incorrect handling of custom valueOf methods on
3928 string wrappers (issue 760).
3929
3930 Fixed compilation for ARMv4 (issue 590).
3931
3932 Improved performance.
3933
3934
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000039352010-08-11: Version 2.3.7
3936
3937 Reduced size of heap snapshots produced by heap profiler (issue 783).
3938
3939 Introduced v8::Value::IsRegExp method.
3940
3941 Fixed CPU profiler crash in start / stop sequence when non-existent
3942 name is passed (issue http://crbug.com/51594).
3943
3944 Introduced new indexed property query callbacks API (issue 816). This
3945 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
3946 by default.
3947
3948 Removed support for object literal get/set with number/string
3949 property name.
3950
3951 Fixed handling of JSObject::elements in CalculateNetworkSize
3952 (issue 822).
3953
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003954 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003955
3956
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000039572010-08-09: Version 2.3.6
3958
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003959 RegExp literals create a new object every time they are evaluated
3960 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003961
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00003962 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003963
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003964 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00003965
3966
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000039672010-08-04: Version 2.3.5
3968
3969 Added support for ES5 property names. Object initialisers and
3970 dot-notation property access now allows keywords. Also allowed
3971 non-identifiers after "get" or "set" in an object initialiser.
3972
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003973 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00003974
3975
whesse@chromium.orge90029b2010-08-02 11:52:17 +000039762010-08-02: Version 2.3.4
3977
3978 Fixed problems in implementation of ES5 function.prototype.bind.
3979
3980 Fixed error when using apply with arguments object on ARM (issue 784).
3981
3982 Added setting of global flags to debugger protocol.
3983
3984 Fixed an error affecting cached results of sin and cos (issue 792).
3985
3986 Removed memory leak from a boundary case where V8 is not initialized.
3987
3988 Fixed issue where debugger could set breakpoints outside the body
3989 of a function.
3990
3991 Fixed issue in debugger when using both live edit and step in features.
3992
3993 Added Number-letter (Nl) category to Unicode tables. These characters
3994 can now be used in identifiers.
3995
3996 Fixed an assert failure on X64 (issue 806).
3997
3998 Performance improvements on all platforms.
3999
4000
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000040012010-07-26: Version 2.3.3
4002
4003 Fixed error when building the d8 shell in a fresh checkout.
4004
4005 Implemented Function.prototype.bind (ES5 15.3.4.5).
4006
4007 Fixed an error in inlined stores on ia32.
4008
4009 Fixed an error when setting a breakpoint at the end of a function
4010 that does not end with a newline character.
4011
4012 Performance improvements on all platforms.
4013
4014
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000040152010-07-21: Version 2.3.2
4016
4017 Fixed compiler warnings when building with LLVM.
4018
4019 Fixed a bug with for-in applied to strings (issue 785).
4020
4021 Performance improvements on all platforms.
4022
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00004023
ricow@chromium.org4980dff2010-07-19 08:33:45 +000040242010-07-19: Version 2.3.1
4025
4026 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4027
4028 Fixed bug related to code flushing while compiling a lazy
4029 compilable function (issue http://crbug.com/49099).
4030
4031 Performance improvements on all platforms.
4032
4033
ager@chromium.orgb5737492010-07-15 09:29:43 +000040342010-07-15: Version 2.3.0
4035
4036 Added ES5 Object.seal and Object.isSealed.
4037
4038 Added debugger API for scheduling debugger commands from a
4039 separate thread.
4040
4041
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000040422010-07-14: Version 2.2.24
4043
4044 Added API for capturing stack traces for uncaught exceptions.
4045
4046 Fixed crash bug when preparsing from a non-external V8 string
4047 (issue 775).
4048
4049 Fixed JSON.parse bug causing input not to be converted to string
4050 (issue 764).
4051
4052 Added ES5 Object.freeze and Object.isFrozen.
4053
4054 Performance improvements on all platforms.
4055
4056
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000040572010-07-07: Version 2.2.23
4058
4059 API change: Convert Unicode code points outside the basic multilingual
4060 plane to the replacement character. Previous behavior was to silently
4061 truncate the value to 16 bits.
4062
4063 Fixed crash: handle all flat string types in regexp replace.
4064
4065 Prevent invalid pre-parsing data passed in through the API from
4066 crashing V8.
4067
4068 Performance improvements on all platforms.
4069
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00004070
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000040712010-07-05: Version 2.2.22
4072
4073 Added ES5 Object.isExtensible and Object.preventExtensions.
4074
4075 Enabled building V8 as a DLL.
4076
4077 Fixed a bug in date code where -0 was not interpreted as 0
4078 (issue 736).
4079
4080 Performance improvements on all platforms.
4081
4082
lrn@chromium.org32d961d2010-06-30 09:09:34 +000040832010-06-30: Version 2.2.21
4084
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004085 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004086
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004087 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004088
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004089 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004090
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004091 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004092
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004093 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004094
4095 Provide actual breakpoints locations in response to setBreakpoint
4096 and listBreakpoints requests.
4097
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004098
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000040992010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004100
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004101 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004102
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004103 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004104
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004105 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004106
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004107 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004108 miscalculated for some inputs.
4109
4110 Performance improvements on all platforms.
4111
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004112
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000041132010-06-23: Version 2.2.19
4114
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004115 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004116 (issue 738).
4117
4118 Added expose-externalize-string flag for testing extensions.
4119
4120 Resolve linker issues with using V8 as a DLL causing a number of
4121 problems with unresolved symbols.
4122
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004123 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004124 defined.
4125
4126 Performance improvements on all platforms.
4127
4128
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000041292010-06-16: Version 2.2.18
4130
4131 Added API functions to retrieve information on indexed properties
4132 managed by the embedding layer. Fixes bug 737.
4133
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004134 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004135
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004136 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004137
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004138 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004139
4140 Incremental performance improvements.
4141
4142
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000041432010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004144
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00004145 Improved debugger support for stepping out of functions.
4146
4147 Incremental performance improvements.
4148
4149
41502010-06-09: Version 2.2.16
4151
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004152 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004153 disposal of external string resources to call a virtual Dispose
4154 method on the resource.
4155
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004156 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004157 stepping.
4158
4159 Memory usage improvements on all platforms.
4160
4161
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000041622010-06-07: Version 2.2.15
4163
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004164 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004165
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004166 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004167 some compilers complaint when compiling with -Werror.
4168
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004169 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004170
4171
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000041722010-06-02: Version 2.2.14
4173
4174 Fixed a crash in code generated for String.charCodeAt.
4175
4176 Fixed a compilation issue with some GCC versions (issue 727).
4177
4178 Performance optimizations on x64 and ARM platforms.
4179
4180
ricow@chromium.org30ce4112010-05-31 10:38:25 +000041812010-05-31: Version 2.2.13
4182
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004183 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004184 strings (issue 599).
4185
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004186 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004187
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004188 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004189
4190 Performance improvements on all platforms.
4191
4192
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000041932010-05-26: Version 2.2.12
4194
4195 Allowed accessors to be defined on objects rather than just object
4196 templates.
4197
4198 Changed the ScriptData API.
4199
4200
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000042012010-05-21: Version 2.2.11
4202
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004203 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004204
4205 Use 'full compiler' when debugging is active. This should increase
4206 the density of possible break points, making single step more fine
4207 grained. This will only take effect for functions compiled after
4208 debugging has been started, so recompilation of all functions is
4209 required to get the full effect. IA32 and x64 only for now.
4210
4211 Misc. fixes to the Solaris build.
4212
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004213 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004214
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004215 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004216
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004217 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004218
4219 Incremental performance improvements in all backends.
4220
4221
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000042222010-05-17: Version 2.2.10
4223
4224 Performance improvements in the x64 and ARM backends.
4225
4226
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000042272010-05-10: Version 2.2.9
4228
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004229 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004230
4231 Fixed bug with Date.parse returning a non-NaN value when called on a
4232 non date string (issue 696).
4233
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004234 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004235 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004236
4237 C++ API for retrieving JavaScript stack trace information.
4238
4239
ager@chromium.orgac091b72010-05-05 07:34:42 +000042402010-05-05: Version 2.2.8
4241
4242 Performance improvements in the x64 and ARM backends.
4243
4244
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000042452010-05-03: Version 2.2.7
4246
4247 Added support for ES5 date time string format to Date.parse.
4248
4249 Performance improvements in the x64 backend.
4250
4251
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000042522010-04-28: Version 2.2.6
4253
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004254 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004255 (by Ryan Dahl <coldredlemur@gmail.com>).
4256
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004257 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004258
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004259 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004260
4261 Performance improvements on all platforms.
4262
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004263
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000042642010-04-26: Version 2.2.5
4265
4266 Various performance improvements (especially for ARM and x64)
4267
4268 Fixed bug in CPU profiling (http://crbug.com/42137)
4269
4270 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004271
4272 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004273 wrong calculations.
4274
4275 Fixed a bug that may cause a wrong result for shift operations.
4276
4277
42782010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004279
4280 Fixed warnings on arm on newer GCC versions.
4281
4282 Fixed a number of minor bugs.
4283
4284 Performance improvements on all platforms.
4285
4286
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000042872010-04-14: Version 2.2.3
4288
4289 Added stack command and mem command to ARM simulator debugger.
4290
4291 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4292
4293 Performance improvements on all platforms.
4294
4295
ager@chromium.org357bf652010-04-12 11:30:10 +000042962010-04-12: Version 2.2.2
4297
4298 Introduced new profiler API.
4299
4300 Fixed random number generator to produce full 32 random bits.
4301
4302
lrn@chromium.org25156de2010-04-06 13:10:27 +000043032010-04-06: Version 2.2.1
4304
4305 Debugger improvements.
4306
4307 Fixed minor bugs.
4308
4309
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000043102010-03-29: Version 2.2.0
4311
4312 Fixed a few minor bugs.
4313
4314 Performance improvements for string operations.
4315
4316
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000043172010-03-26: Version 2.1.10
4318
4319 Fixed scons build issues.
4320
4321 Fixed a couple of minor bugs.
4322
4323
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000043242010-03-25: Version 2.1.9
4325
4326 Added API support for reattaching a global object to a context.
4327
4328 Extended debugger API with access to the internal debugger context.
4329
4330 Fixed Chromium crashes (issues http://crbug.com/39128 and
4331 http://crbug.com/39160)
4332
4333
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000043342010-03-24: Version 2.1.8
4335
4336 Added fine-grained garbage collection callbacks to the API.
4337
4338 Performance improvements on all platforms.
4339
4340
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000043412010-03-22: Version 2.1.7
4342
4343 Fixed issue 650.
4344
4345 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004346
4347 Performance improvements for arithmetic operations.
4348
4349 Performance improvements for string operations.
4350
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004351 Print script name and line number information in stack trace.
4352
4353
43542010-03-17: Version 2.1.6
4355
4356 Performance improvements for arithmetic operations.
4357
4358 Performance improvements for string operations.
4359
4360
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000043612010-03-10: Version 2.1.4
4362
4363 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4364
4365 Performance improvements on all platforms.
4366
4367
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000043682010-03-10: Version 2.1.3
4369
4370 Added API method for context-disposal notifications.
4371
4372 Added API method for accessing elements by integer index.
4373
4374 Added missing implementation of Uint32::Value and Value::IsUint32
4375 API methods.
4376
4377 Added IsExecutionTerminating API method.
4378
4379 Disabled strict aliasing for GCC 4.4.
4380
4381 Fixed string-concatenation bug (issue 636).
4382
4383 Performance improvements on all platforms.
4384
4385
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000043862010-02-23: Version 2.1.2
4387
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004388 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004389
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004390 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004391
4392 Performance improvements on all platforms.
4393
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004394
ager@chromium.org5c838252010-02-19 08:53:10 +000043952010-02-19: Version 2.1.1
4396
4397 [ES5] Implemented Object.defineProperty.
4398
4399 Improved profiler support.
4400
4401 Added SetPrototype method in the public V8 API.
4402
4403 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4404 objects in the API.
4405
4406 Performance improvements on all platforms.
4407
4408
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000044092010-02-03: Version 2.1.0
4410
4411 Values are now always wrapped in objects when used as a receiver.
4412 (issue 223).
4413
4414 [ES5] Implemented Object.getOwnPropertyNames.
4415
4416 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4417 JSON grammar.
4418
4419 Improvement of debugger agent (issue 549 and 554).
4420
4421 Fixed problem with skipped stack frame in profiles (issue 553).
4422
4423 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4424 <ry@tinyclouds.org>.
4425
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004426 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004427 integers.
4428
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004429 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004430 functions (isue http://crbug.com/3867).
4431
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004432 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004433
4434 Numerous performance improvements including porting of previous IA-32
4435 optimizations to x64 and ARM architectures.
4436
4437
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000044382010-01-14: Version 2.0.6
4439
4440 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4441 GetOwnProperty, FromPropertyDescriptor.
4442
4443 Fixed Mac x64 build errors.
4444
4445 Improved performance of some math and string operations.
4446
4447 Improved performance of some regexp operations.
4448
4449 Improved performance of context creation.
4450
4451 Improved performance of hash tables.
4452
4453
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000044542009-12-18: Version 2.0.5
4455
4456 Extended to upper limit of map space to allow for 7 times as many map
4457 to be allocated (issue 524).
4458
4459 Improved performance of code using closures.
4460
4461 Improved performance of some binary operations involving doubles.
4462
4463
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000044642009-12-16: Version 2.0.4
4465
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004466 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004467
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004468 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004469
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004470 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004471
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004472 Improved handling of external strings by using a separate table
4473 instead of weak handles. This improves garbage collection
4474 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004475
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004476 Changed code generation for object and array literals in toplevel
4477 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004478
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004479 Fixed a crash bug triggered when garbage collection happened during
4480 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004481
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004482 Fixed crash bug sometimes triggered when local variables shadowed
4483 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004484
4485
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000044862009-12-03: Version 2.0.3
4487
4488 Optimized handling and adding of strings, for-in and Array.join.
4489
4490 Heap serialization is now non-destructive.
4491
4492 Improved profiler support with information on time spend in C++
4493 callbacks registered through the API.
4494
4495 Added commands to the debugger protocol for starting/stopping
4496 profiling.
4497
4498 Enabled the non-optimizing compiler for top-level code.
4499
4500 Changed the API to only allow strings to be set as data objects on
4501 Contexts and scripts to avoid potentially keeping global objects
4502 around for too long (issue 528).
4503
4504 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4505
4506 Fixed bugs.
4507
4508
ager@chromium.org01beca72009-11-24 14:29:16 +000045092009-11-24: Version 2.0.2
4510
4511 Improved profiler support.
4512
4513 Fixed bug that broke compilation of d8 with readline support.
4514
4515
ager@chromium.org6141cbe2009-11-20 12:14:52 +000045162009-11-20: Version 2.0.1
4517
4518 Fixed crash bug in String.prototype.replace.
4519
4520 Reverted a change which caused Chromium interactive ui test
4521 failures.
4522
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004523
ager@chromium.orgc4c92722009-11-18 14:12:51 +000045242009-11-18: Version 2.0.0
4525
4526 Added support for VFP on ARM.
4527
4528 Added TryCatch::ReThrow method to the API.
4529
4530 Reduced the size of snapshots and improved the snapshot load time.
4531
4532 Improved heap profiler support.
4533
4534 64-bit version now supported on Windows.
4535
4536 Fixed a number of debugger issues.
4537
4538 Fixed bugs.
4539
4540
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000045412009-10-29: Version 1.3.18
4542
4543 Reverted a change which caused crashes in RegExp replace.
4544
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004545 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004546
4547
ager@chromium.org3811b432009-10-28 14:53:37 +000045482009-10-28: Version 1.3.17
4549
4550 Added API method to get simple heap statistics.
4551
4552 Improved heap profiler support.
4553
4554 Fixed the implementation of the resource constraint API so it
4555 works when using snapshots.
4556
4557 Fixed a number of issues in the Windows 64-bit version.
4558
4559 Optimized calls to API getters.
4560
4561 Added valgrind notification on code modification to the 64-bit version.
4562
4563 Fixed issue where we logged shared library addresses on Windows at
4564 startup and never used them.
4565
4566
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000045672009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004568
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004569 X64: Convert smis to holding 32 bits of payload.
4570
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004571 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004572
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004573 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004574
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004575 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004576 Patch by Jan de Mooij <jandemooij@gmail.com>
4577
4578 Implement ES5 Array.isArray
4579 Patch by Jan de Mooij <jandemooij@gmail.com>
4580
4581 Skip access checks for hidden properties.
4582
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004583 Added String::Concat(Handle<String> left, Handle<String> right) to the
4584 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004585
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004586 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004587
4588
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000045892009-10-07: Version 1.3.15
4590
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004591 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004592
4593 Fixed a crash bug happening when starting profiling (issue
4594 http://crbug.com/23768).
4595
4596
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000045972009-10-07: Version 1.3.14
4598
4599 Added GetRealNamedProperty to the API to lookup real properties
4600 located on the object or in the prototype chain skipping any
4601 interceptors.
4602
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004603 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004604 stack limit now needs to be set to each thread thich is used with V8.
4605
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004606 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004607
4608 Ensure V8 is initialized before locking and unlocking threads.
4609
4610 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004611 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004612 Crockford from the project.
4613
4614 Added a missing optimization in StringCharAt.
4615
4616 Fixed some flaky socket tests.
4617
4618 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4619 in 64-bit mode.
4620
4621 Fixed memory leaks in the thread management code.
4622
4623 Fixed the result of assignment to a pixel array. The assigned value
4624 is now the result.
4625
4626 Error reporting for invalid left-hand sides in for-in statements, pre-
4627 and postfix count expressions, and assignments now matches the JSC
4628 behavior in Safari 4.
4629
4630 Follow the spec in disallowing function declarations without a name.
4631
4632 Always allocate code objects within a 2 GB range. On x64 architecture
4633 this is used to use near calls (32-bit displacement) in Code objects.
4634
4635 Optimized array construction ported to x64 and ARM architectures.
4636
4637 [ES5] Changed Object.keys to return strings for element indices.
4638
4639
ager@chromium.org68e7ab72009-09-23 09:40:39 +000046402009-09-23: Version 1.3.13
4641
4642 Fixed uninitialized memory problem.
4643
4644 Improved heap profiler support.
4645
4646
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000046472009-09-22: Version 1.3.12
4648
4649 Changed behavior of |function|.toString() on built-in functions to
4650 be compatible with other implementations. Patch by Jan de Mooij.
4651
4652 Added Object::IsDirty in the API.
4653
4654 Optimized array construction; it is now handled purely in native
4655 code.
4656
4657 [ES5] Made properties of the arguments array enumerable.
4658
4659 [ES5] Added test suite adapter for the es5conform test suite.
4660
4661 [ES5] Added Object.keys function.
4662
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004663
ager@chromium.org4af710e2009-09-15 12:20:11 +000046642009-09-15: Version 1.3.11
4665
4666 Fixed crash in error reporting during bootstrapping.
4667
4668 Optimized generated IA32 math code by using SSE2 instructions when
4669 available.
4670
4671 Implemented missing pieces of debugger infrastructure on ARM. The
4672 debugger is now fully functional on ARM.
4673
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004674 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004675
4676
ager@chromium.orga1645e22009-09-09 19:27:10 +000046772009-09-09: Version 1.3.10
4678
4679 Fixed profiler on Mac in 64-bit mode.
4680
4681 Optimized creation of objects from simple constructor functions on
4682 ARM.
4683
4684 Fixed a number of debugger issues.
4685
4686 Reduced the amount of memory consumed by V8.
4687
4688
ager@chromium.org18ad94b2009-09-02 08:22:29 +000046892009-09-02: Version 1.3.9
4690
4691 Optimized stack guard checks on ARM.
4692
4693 Optimized API operations by inlining more in the API.
4694
4695 Optimized creation of objects from simple constructor functions.
4696
4697 Enabled a number of missing optimizations in the 64-bit port.
4698
4699 Implemented native-code support for regular expressions on ARM.
4700
4701 Stopped using the 'sahf' instruction on 64-bit machines that do
4702 not support it.
4703
4704 Fixed a bug in the support for forceful termination of JavaScript
4705 execution.
4706
4707
ager@chromium.org96c75b52009-08-26 09:13:16 +000047082009-08-26: Version 1.3.8
4709
4710 Changed the handling of idle notifications to allow idle
4711 notifications when V8 has not yet been initialized.
4712
4713 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004714
ager@chromium.org96c75b52009-08-26 09:13:16 +00004715
ager@chromium.orgab99eea2009-08-25 07:05:41 +000047162009-08-25: Version 1.3.7
4717
4718 Reduced the size of generated code on ARM platforms by reducing
4719 the size of constant pools.
4720
4721 Changed build files to not include the 'ENV' user environment
4722 variable in the build environment.
4723
4724 Changed the handling of idle notifications.
4725
4726
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000047272009-08-21: Version 1.3.6
4728
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004729 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004730
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004731 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004732 a low memory situation to V8.
4733
4734 Changed the handling of global handles (persistent handles in the API
4735 sense) to avoid issues regarding allocation of new global handles
4736 during weak handle callbacks.
4737
4738 Changed the growth policy of the young space.
4739
4740 Fixed a GC issue introduced in version 1.3.5.
4741
4742
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000047432009-08-19: Version 1.3.5
4744
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004745 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004746
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004747 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004748
4749 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4750
4751 Changed typeof RegExp from 'object' to 'function' for compatibility.
4752 Fixed bug where regexps were not callable across contexts.
4753
4754 Added context independent script compilation to the API.
4755
4756 Added API call to get the stack trace for an exception.
4757
4758 Added API for getting object mirrors.
4759
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004760 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004761 running off a snapshot generated without using SSE3 instructions.
4762
4763 Tweaked the handling of the initial size and growth policy of the heap.
4764
4765 Added native code generation for RegExp to 64-bit version.
4766
4767 Added JavaScript debugger support to 64-bit version.
4768
4769
ager@chromium.orgadd848f2009-08-13 12:44:13 +000047702009-08-13: Version 1.3.4
4771
4772 Added a readline() command to the d8 shell.
4773
4774 Fixed bug in json parsing.
4775
4776 Added idle notification to the API and reduced memory on idle
4777 notifications.
4778
4779
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000047802009-08-12: Version 1.3.3
4781
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004782 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004783
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004784 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004785
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004786 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004787
4788 API: added function to find instance of template in prototype
4789 chain. Inlined Object::IsInstanceOf.
4790
4791 Land change to notify valgrind when we modify code on x86.
4792
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004793 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004794
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004795 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004796
4797
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000047982009-08-05: Version 1.3.2
4799
4800 Started new compiler infrastructure for two-pass compilation using a
4801 control flow graph constructed from the AST.
4802
4803 Profiler stack sampling for X64.
4804
4805 Safe handling of NaN to Posix platform-dependent time functions.
4806
4807 Added a new profiler control API to unify controlling various aspects
4808 of profiling.
4809
4810 Fixed issue 392.
4811
4812
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000048132009-07-30: Version 1.3.1
4814
4815 Speed improvements to accessors and interceptors.
4816
4817 Added support for capturing stack information on custom errors.
4818
4819 Added support for morphing an object into a pixel array where its
4820 indexed properties are stored in an external byte array. Values written
4821 are always clamped to the 0..255 interval.
4822
4823 Profiler on x64 now handles C/C++ functions from shared libraries.
4824
4825 Changed the debugger to avoid stepping into function.call/apply if the
4826 function is a built-in.
4827
4828 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004829
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004830 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004831
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004832 Optimized the called as constructor check for API calls.
4833
4834
kasperl@chromium.orge959c182009-07-27 08:59:04 +000048352009-07-27: Version 1.3.0
4836
4837 Allowed RegExp objects to be called as functions (issue 132).
4838
4839 Fixed issue where global property cells would escape after
4840 detaching the global object; see http://crbug.com/16276.
4841
4842 Added support for stepping into setters and getters in the
4843 debugger.
4844
4845 Changed the debugger to avoid stopping in its own JavaScript code
4846 and in the code of built-in functions.
4847
4848 Fixed issue 345 by avoiding duplicate escaping labels.
4849
4850 Fixed ARM code generator crash in short-circuited boolean
4851 expressions and added regression tests.
4852
4853 Added an external allocation limit to avoid issues where small V8
4854 objects would hold on to large amounts of external memory without
4855 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004856
4857 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004858
4859
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000048602009-07-13: Version 1.2.14
4861
4862 Added separate paged heap space for global property cells and
4863 avoid updating the write barrier when storing into them.
4864
4865 Improved peep-hole optimization on ARM platforms by not emitting
4866 unnecessary debug information.
4867
4868 Re-enabled ICs for loads and calls that skip a global object
4869 during lookup through the prototype chain.
4870
4871 Allowed access through global proxies to use ICs.
4872
4873 Fixed issue 401.
4874
4875
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000048762009-07-09: Version 1.2.13
4877
4878 Fixed issue 397, issue 398, and issue 399.
4879
4880 Added support for breakpoint groups.
4881
4882 Fixed bugs introduced with the new global object representation.
4883
4884 Fixed a few bugs in the ARM code generator.
4885
4886
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000048872009-07-06: Version 1.2.12
4888
4889 Added stack traces collection to Error objects accessible through
4890 the e.stack property.
4891
4892 Changed RegExp parser to use a recursive data structure instead of
4893 stack-based recursion.
4894
4895 Optimized Date object construction and string concatenation.
4896
4897 Improved performance of div, mod, and mul on ARM platforms.
4898
4899
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000049002009-07-02: Version 1.2.11
4901
4902 Improved performance on IA-32 and ARM.
4903
4904 Fixed profiler sampler implementation on Mac OS X.
4905
4906 Changed the representation of global objects to improve
4907 performance of adding a lot of new properties.
4908
4909
ager@chromium.org3e875802009-06-29 08:26:34 +000049102009-06-29: Version 1.2.10
4911
4912 Improved debugger support.
4913
4914 Fixed bug in exception message reporting (issue 390).
4915
4916 Improved overall performance.
4917
4918
ager@chromium.org5aa501c2009-06-23 07:57:28 +000049192009-06-23: Version 1.2.9
4920
4921 Improved math performance on ARM.
4922
4923 Fixed profiler name-inference bug.
4924
4925 Fixed handling of shared libraries in the profiler tick processor
4926 scripts.
4927
4928 Fixed handling of tests that time out in the test scripts.
4929
4930 Fixed compilation on MacOS X version 10.4.
4931
4932 Fixed two bugs in the regular expression engine.
4933
4934 Fixed a bug in the string type inference.
4935
4936 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004937
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004938 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004939
ager@chromium.org5aa501c2009-06-23 07:57:28 +00004940
ager@chromium.orgeadaf222009-06-16 09:43:10 +000049412009-06-16: Version 1.2.8
4942
4943 Optimized math on ARM platforms.
4944
4945 Fixed two crash bugs in the handling of getters and setters.
4946
4947 Improved the debugger support by adding scope chain information.
4948
4949 Improved the profiler support by compressing log data transmitted
4950 to clients.
4951
4952 Improved overall performance.
4953
4954
ager@chromium.orge2902be2009-06-08 12:21:35 +000049552009-06-08: Version 1.2.7
4956
4957 Improved debugger and profiler support.
4958
4959 Reduced compilation time by improving the handling of deferred
4960 code.
4961
4962 Optimized interceptor accesses where the property is on the object
4963 on which the interceptors is attached.
4964
4965 Fixed compilation problem on GCC 4.4 by changing the stack
4966 alignment to 16 bytes.
4967
4968 Fixed handle creation to follow stric aliasing rules.
4969
4970 Fixed compilation on FreeBSD.
4971
4972 Introduced API for forcing the deletion of a property ignoring
4973 interceptors and attributes.
4974
4975
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000049762009-05-29: Version 1.2.6
4977
4978 Added a histogram recording hit rates at different levels of the
4979 compilation cache.
4980
4981 Added stack overflow check for the RegExp analysis phase. Previously a
4982 very long regexp graph could overflow the stack with recursive calls.
4983
4984 Use a dynamic buffer when collecting log events in memory.
4985
4986 Added start/stop events to the profiler log.
4987
4988 Fixed infinite loop which could happen when setting a debug break while
4989 executing a RegExp compiled to native code.
4990
4991 Fixed handling of lastIndexOf called with negative index (issue 351).
4992
4993 Fixed irregular crash in profiler test (issue 358).
4994
4995 Fixed compilation issues with some versions of gcc.
4996
4997
kasperl@chromium.org71affb52009-05-26 05:44:31 +000049982009-05-26: Version 1.2.5
4999
5000 Fixed bug in initial boundary check for Boyer-Moore text
5001 search (issue 349).
5002
5003 Fixed compilation issues with MinGW and gcc 4.3+ and added support
5004 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
5005 Craig Schlenter.
5006
5007 Added a script cache to the debugger.
5008
5009 Optimized compilation performance by improving internal data
5010 structures and avoiding expensive property load optimizations for
5011 code that's infrequently executed.
5012
5013 Exposed the calling JavaScript context through the static API
5014 function Context::GetCalling().
5015
5016
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000050172009-05-18: Version 1.2.4
5018
5019 Improved performance of floating point number allocation for ARM
5020 platforms.
5021
5022 Fixed crash when using the instanceof operator on functions with
5023 number values in their prototype chain (issue 341).
5024
5025 Optimized virtual frame operations in the code generator to speed
5026 up compilation time and allocated the frames in the zone.
5027
5028 Made the representation of virtual frames and jump targets in the
5029 code generator much more compact.
5030
5031 Avoided linear search for non-locals in scope code when resolving
5032 variables inside with and eval scopes.
5033
5034 Optimized lexical scanner by dealing with whitespace as part of
5035 the token scanning instead of as a separate step before it.
5036
5037 Changed the scavenging collector so that promoted objects do not
5038 reside in the old generation while their remembered set is being
5039 swept for pointers into the young generation.
5040
5041 Fixed numeric overflow handling when compiling count operations.
5042
5043
ager@chromium.org9085a012009-05-11 19:22:57 +000050442009-05-11: Version 1.2.3
5045
5046 Fixed bug in reporting of out-of-memory situations.
5047
5048 Introduced hidden prototypes on certain builtin prototype objects
5049 such as String.prototype to emulate JSC's behavior of restoring
5050 the original function when deleting functions from those prototype
5051 objects.
5052
5053 Fixed crash bug in the register allocator.
5054
5055
ager@chromium.org5ec48922009-05-05 07:25:34 +000050562009-05-04: Version 1.2.2
5057
5058 Fixed bug in array sorting for sparse arrays (issue 326).
5059
5060 Added support for adding a soname when building a shared library
5061 on Linux (issue 151).
5062
5063 Fixed bug caused by morphing internal ASCII strings to external
5064 two-byte strings. Slices over ASCII strings have to forward ASCII
5065 checks to the underlying buffer string.
5066
5067 Allowed API call-as-function handlers to be called as
5068 constructors.
5069
5070 Fixed a crash bug where an external string was disposed but a
5071 slice of the external string survived as a symbol.
5072
5073
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000050742009-04-27: Version 1.2.1
5075
5076 Added EcmaScript 5 JSON object.
5077
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005078 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00005079
5080
ager@chromium.org65dad4b2009-04-23 08:48:43 +000050812009-04-23: Version 1.2.0
5082
5083 Optimized floating-point operations on ARM.
5084
5085 Added a number of extensions to the debugger API.
5086
5087 Changed the enumeration order for unsigned integer keys to always
5088 be numerical order.
5089
5090 Added a "read" extension to the shell sample.
5091
5092 Added support for Array.prototype.reduce and
5093 Array.prototype.reduceRight.
5094
5095 Added an option to the SCons build to control Microsoft Visual C++
5096 link-time code generation.
5097
5098 Fixed a number of bugs (in particular issue 315, issue 316,
5099 issue 317 and issue 318).
5100
5101
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000051022009-04-15: Version 1.1.10
5103
5104 Fixed crash bug that occurred when loading a const variable in the
5105 presence of eval.
5106
5107 Allowed using with and eval in registered extensions in debug mode
5108 by fixing bogus assert.
5109
5110 Fixed the source position for function returns to enable the
5111 debugger to break there.
5112
5113
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000051142009-04-14: Version 1.1.9
5115
5116 Made the stack traversal code in the profiler robust by avoiding
5117 to look into the heap.
5118
5119 Added name inferencing for anonymous functions to facilitate
5120 debugging and profiling.
5121
5122 Re-enabled stats timers in the developer shell (d8).
5123
5124 Fixed issue 303 by avoiding to shortcut cons-symbols.
5125
5126
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000051272009-04-11: Version 1.1.8
5128
5129 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5130
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005131 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005132 the debugger (issue 269).
5133
5134 Fixed v8::Object::DeleteHiddenValue to not bail out when there
5135 are no hidden properties.
5136
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005137 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005138 entries with deleted resources would lead to NPEs when looking
5139 up in the symbol table.
5140
5141
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000051422009-04-07: Version 1.1.7
5143
5144 Added support for easily importing additional environment
5145 variables into the SCons build.
5146
5147 Optimized strict equality checks.
5148
5149 Fixed crash in indexed setters on objects without a corresponding
5150 getter (issue 298).
5151
5152 Re-enabled script compilation cache.
5153
5154
ager@chromium.org8682a592009-04-01 10:47:14 +000051552009-04-01: Version 1.1.6
5156
5157 Reverted an unsafe code generator change.
5158
5159
ager@chromium.org71daaf62009-04-01 07:22:49 +000051602009-04-01: Version 1.1.5
5161
5162 Fixed bug that caused function literals to not be optimized as
5163 much as other functions.
5164
5165 Improved profiler support.
5166
5167 Fixed a crash bug in connection with debugger unloading.
5168
5169 Fixed a crash bug in the code generator caused by losing the
5170 information that a frame element was copied.
5171
5172 Fixed an exception propagation bug that could cause non-null
5173 return values when exceptions were thrown.
5174
5175
ager@chromium.org41826e72009-03-30 13:30:57 +000051762009-03-30: Version 1.1.4
5177
5178 Optimized String.prototype.match.
5179
5180 Improved the stack information in profiles.
5181
5182 Fixed bug in ARM port making it possible to compile the runtime
5183 system for thumb mode again.
5184
5185 Implemented a number of optimizations in the code generator.
5186
5187 Fixed a number of memory leaks in tests.
5188
5189 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005190 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005191
5192
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000051932009-03-24: Version 1.1.3
5194
5195 Fixed assertion failures in compilation of loop conditions.
5196
5197 Removed STL dependency from developer shell (d8).
5198
5199 Added infrastructure for protecting the V8 heap from corruption
5200 caused by memory modifications from the outside.
5201
5202
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000052032009-03-24: Version 1.1.2
5204
5205 Improved frame merge code generated by the code generator.
5206
5207 Optimized String.prototype.replace.
5208
5209 Implemented __defineGetter__ and __defineSetter__ for properties
5210 with integer keys on non-array objects.
5211
5212 Improved debugger and profiler support.
5213
5214 Fixed a number of portability issues to allow compilation for
5215 smaller ARM devices.
5216
5217 Exposed object cloning through the API.
5218
5219 Implemented hidden properties. This is used to expose an identity
5220 hash for objects through the API.
5221
5222 Implemented restarting of regular expressions if their input
5223 string changes representation during preemption.
5224
5225 Fixed a code generator bug that could cause assignments in loops
5226 to be ignored if using continue to break out of the loop (issue
5227 284).
5228
5229
ager@chromium.org3a6061e2009-03-12 14:24:36 +000052302009-03-12: Version 1.1.1
5231
5232 Fixed an assertion in the new compiler to take stack overflow
5233 exceptions into account.
5234
5235 Removed exception propagation code that could cause crashes.
5236
5237 Fixed minor bug in debugger line number computations.
5238
5239 8-byte align the C stack on Linux and Windows to speed up floating
5240 point computations.
5241
5242
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000052432009-03-12: Version 1.1.0
5244
5245 Improved code generation infrastructure by doing simple register
5246 allocation and constant folding and propagation.
5247
5248 Optimized regular expression matching by avoiding to create
5249 intermediate string arrays and by flattening nested array
5250 representations of RegExp data.
5251
5252 Traverse a few stack frames when recording profiler samples to
5253 include partial call graphs in the profiling output.
5254
5255 Added support for using OProfile to profile generated code.
5256
5257 Added remote debugging support to the D8 developer shell.
5258
5259 Optimized creation of nested literals like JSON objects.
5260
5261 Fixed a bug in garbage collecting unused maps and turned it on by
5262 default (--collect-maps).
5263
5264 Added support for running tests under Valgrind.
5265
5266
kasperl@chromium.org061ef742009-02-27 12:16:20 +000052672009-02-27: Version 1.0.3
5268
5269 Optimized double-to-integer conversions in bit operations by using
5270 SSE3 instructions if available.
5271
5272 Optimized initialization sequences that store to multiple
5273 properties of the same object.
5274
5275 Changed the D8 debugger frontend to use JSON messages.
5276
5277 Force garbage collections when disposing contexts.
5278
5279 Align code objects at 32-byte boundaries.
5280
5281
ager@chromium.org381abbb2009-02-25 13:23:22 +000052822009-02-25: Version 1.0.2
5283
5284 Improved profiling support by performing simple call stack
5285 sampling for ticks and by fixing a bug in the logging of code
5286 addresses.
5287
5288 Fixed a number of debugger issues.
5289
5290 Optimized code that uses eval.
5291
5292 Fixed a couple of bugs in the regular expression engine.
5293
5294 Reduced the size of generated code for certain regular expressions.
5295
5296 Removed JSCRE completely.
5297
5298 Fixed issue where test could not be run if there was a dot in the
5299 checkout path.
5300
5301
ager@chromium.org6f10e412009-02-13 10:11:16 +000053022009-02-13: Version 1.0.1
5303
5304 Fixed two crash-bugs in irregexp (issue 231 and 233).
5305
5306 Fixed a number of minor bugs (issue 87, 227 and 228).
5307
5308 Added support for morphing strings to external strings on demand
5309 to avoid having to create copies in the embedding code.
5310
5311 Removed experimental support for external symbol callbacks.
5312
5313
iposva@chromium.org245aa852009-02-10 00:49:54 +000053142009-02-09: Version 1.0.0
5315
5316 Fixed crash-bug in the code generation for case independent 16 bit
5317 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005318
iposva@chromium.org245aa852009-02-10 00:49:54 +00005319 Made shells more robust in the presence of string conversion
5320 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005321
iposva@chromium.org245aa852009-02-10 00:49:54 +00005322 Fixed a potential infinite loop when attempting to resolve
5323 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005324
iposva@chromium.org245aa852009-02-10 00:49:54 +00005325 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005326
iposva@chromium.org245aa852009-02-10 00:49:54 +00005327 Reduced binary by stripping unneeded text from JavaScript library and
5328 minifying some JavaScript files.
5329
5330
ager@chromium.orgddb913d2009-01-27 10:01:48 +000053312009-01-27: Version 0.4.9
5332
5333 Enabled new regular expression engine.
5334
5335 Made a number of changes to the debugger protocol.
5336
5337 Fixed a number of bugs in the preemption support.
5338
5339 Added -p option to the developer shell to run files in parallel
5340 using preemption.
5341
5342 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5343 193, 198 and 201).
5344
5345 Fixed a number of bugs in the serialization/deserialization
5346 support for the ARM platform.
5347
5348
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000053492009-01-19: Version 0.4.8.1
5350
5351 Minor patch to debugger support.
5352
5353
ager@chromium.org32912102009-01-16 10:38:43 +000053542009-01-16: Version 0.4.8
5355
5356 Fixed string length bug on ARM (issue 171).
5357
5358 Made most methods in the API const.
5359
5360 Optimized object literals by improving data locality.
5361
5362 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005363 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005364
5365 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005366 eval to behave incorrectly when using accessors (issues 186, 190
5367 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005368
5369
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000053702009-01-06: Version 0.4.7
5371
ager@chromium.org32912102009-01-16 10:38:43 +00005372 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005373
ager@chromium.org32912102009-01-16 10:38:43 +00005374 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005375
ager@chromium.org32912102009-01-16 10:38:43 +00005376 Fixed subtle bug that caused the wrong 'this' to be used when
5377 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005378
ager@chromium.org32912102009-01-16 10:38:43 +00005379 Inline array loads within loops directly in the code instead of
5380 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005381
ager@chromium.org32912102009-01-16 10:38:43 +00005382
ager@chromium.org8bb60582008-12-11 12:02:20 +000053832008-12-11: Version 0.4.6
5384
5385 Fixed exception reporting bug where certain exceptions were
5386 incorrectly reported as uncaught.
5387
5388 Improved the memory allocation strategy used during compilation to
5389 make running out of memory when compiling huge scripts less
5390 likely.
5391
5392 Optimized String.replace by avoiding the construction of certain
5393 sub strings.
5394
5395 Fixed bug in code generation for large switch statements on ARM.
5396
5397 Fixed bug that caused V8 to change the global object template
5398 passed in by the user.
5399
5400 Changed the API for creating object groups used during garbage
5401 collection. Entire object groups are now passed to V8 instead of
5402 individual members of the groups.
5403
ager@chromium.org32912102009-01-16 10:38:43 +00005404
ager@chromium.orga74f0da2008-12-03 16:05:52 +000054052008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005406
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005407 Added experimental API support for allocating V8 symbols as
5408 external strings.
5409
5410 Fixed bugs in debugging support on ARM.
5411
5412 Changed eval implementation to correctly detect whether or not a
5413 call to eval is aliased.
5414
5415 Fixed bug caused by a combination of the compilation cache and
5416 dictionary probing in native code. The bug caused us to sometimes
5417 call functions that had not yet been compiled.
5418
5419 Added platform support for FreeBSD.
5420
5421 Added support for building V8 on Windows with either the shared or
5422 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005423
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005424 Added the v8::jscre namespace around the jscre functions to avoid
5425 link errors (duplicate symbols) when building Google Chrome.
5426
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005427 Added support for calling a JavaScript function with the current
5428 debugger execution context as its argument to the debugger
5429 interface.
5430
5431 Changed the type of names of counters from wchar_t to char.
5432
5433 Changed the Windows system call used to compute daylight savings
5434 time. The system call that we used to use became four times
5435 slower on WinXP SP3.
5436
5437 Added support in the d8 developer shell for memory-mapped counters
5438 and added a stats-viewer tool.
5439
5440 Fixed bug in upper/lower case mappings (issue 149).
5441
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005442
ager@chromium.org3bf7b912008-11-17 09:09:45 +000054432008-11-17: Version 0.4.4
5444
5445 Reduced code size by using shorter instruction encoding when
5446 possible.
5447
5448 Added a --help option to the shell sample and to the d8 shell.
5449
5450 Added visual studio project files for building the ARM simulator.
5451
5452 Fixed a number of ARM simulator issues.
5453
5454 Fixed bug in out-of-memory handling on ARM.
5455
5456 Implemented shell support for passing arguments to a script from
5457 the command line.
5458
5459 Fixed bug in date code that made certain date functions return -0
5460 instead of 0 for dates before the epoch.
5461
5462 Restricted applications of eval so it can only be used in the
5463 context of the associated global object.
5464
5465 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005466
5467
ager@chromium.org870a0b62008-11-04 11:43:05 +000054682008-11-04: Version 0.4.3
5469
5470 Added support for API accessors that prohibit overwriting by
5471 accessors defined in JavaScript code by using __defineGetter__ and
5472 __defineSetter__.
5473
5474 Improved handling of conditionals in test status files.
5475
5476 Introduced access control in propertyIsEnumerable.
5477
5478 Improved performance of some string operations by caching
5479 information about the type of the string between operations.
5480
5481 Fixed bug in fast-case code for switch statements that only have
5482 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005483
ager@chromium.org870a0b62008-11-04 11:43:05 +00005484
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000054852008-10-30: Version 0.4.2
5486
5487 Improved performance of Array.prototype.concat by moving the
5488 implementation to C++ (issue 123).
5489
5490 Fixed heap growth policy to avoid growing old space to its maximum
5491 capacity before doing a garbage collection and fixed issue that
5492 would lead to artificial out of memory situations (issue 129).
5493
5494 Fixed Date.prototype.toLocaleDateString to return the date in the
5495 same format as WebKit.
5496
5497 Added missing initialization checks to debugger API.
5498
5499 Added removing of unused maps during GC.
5500
5501
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000055022008-10-28: Version 0.4.1
5503
5504 Added caching of RegExp data in compilation cache.
5505
5506 Added Visual Studio project file for d8 shell.
5507
5508 Fixed function call performance regression introduced in version
5509 0.4.0 when splitting the global object in two parts (issue 120).
5510
5511 Fixed issue 131 by checking for empty handles before throwing and
5512 reporting exceptions.
5513
5514
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000055152008-10-23: Version 0.4.0
5516
5517 Split the global object into two parts: The state holding global
5518 object and the global object proxy.
5519
5520 Fixed bug that affected the value of an assignment to an element
5521 in certain cases (issue 116).
5522
5523 Added GetPropertyNames functionality (issue 33) and extra Date
5524 functions (issue 77) to the API.
5525
5526 Changed WeakReferenceCallback to take a Persistent<Value> instead
5527 of a Persistent<Object> (issue 101).
5528
5529 Fixed issues with message reporting for exceptions in try-finally
5530 blocks (issues 73 and 75).
5531
ager@chromium.org32912102009-01-16 10:38:43 +00005532 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005533
5534 Improved Boyer-Moore implementation for faster indexOf operations.
5535
5536 Added development shell (d8) which includes counters and
5537 completion support.
5538
5539 Fixed problem with the receiver passed to functions called from
5540 eval (issue 124).
5541
5542
ager@chromium.org7c537e22008-10-16 08:43:32 +000055432008-10-16: Version 0.3.5
5544
5545 Improved string hash-code distribution by excluding bit-field bits
5546 from the hash-code.
5547
5548 Changed string search algorithm used in indexOf from KMP to
5549 Boyer-Moore.
5550
5551 Improved the generated code for the instanceof operator.
5552
5553 Improved performance of slow-case string equality checks by
5554 specializing the code based on the string representation.
5555
5556 Improve the handling of out-of-memory situations (issue 70).
5557
5558 Improved performance of strict equality checks.
5559
5560 Improved profiler output to make it easier to see anonymous
5561 functions.
5562
5563 Improved performance of slow-case keyed loads.
5564
5565 Improved property access performance by allocating a number of
5566 properties in the front object.
5567
5568 Changed the toString behavior on the built-in object constructors
5569 to print [native code] instead of the actual source. Some web
5570 applications do not like constructors with complex toString
5571 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005572
ager@chromium.org7c537e22008-10-16 08:43:32 +00005573
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000055742008-10-06: Version 0.3.4
5575
5576 Changed Array.prototype.sort to use quick sort.
5577
5578 Fixed code generation issue where leaving a finally block with
5579 break or continue would accumulate elements on the expression
5580 stack (issue 86).
5581
5582 Made sure that the name accessor on functions returns the expected
5583 names for builtin JavaScript functions and C++ callback functions.
5584
5585 Added fast case code for extending the property storage array of
5586 JavaScript objects.
5587
5588 Ported switch statement optimizations introduced in version 0.3.3
5589 to the ARM code generator.
5590
5591 Allowed GCC to use strict-aliasing rules when compiling.
5592
5593 Improved performance of arguments object allocation by taking care
5594 of arguments adaptor frames in the generated code.
5595
5596 Updated the V8 benchmark suite to version 2.
5597
5598
ager@chromium.org236ad962008-09-25 09:45:57 +000055992008-09-25: Version 0.3.3
5600
5601 Improved handling of relocation information to enable more
5602 peep-hole optimizations.
5603
5604 Optimized switch statements where all labels are constant small
5605 integers.
5606
5607 Optimized String.prototype.indexOf for common cases.
5608
5609 Fixed more build issues (issue 80).
5610
5611 Fixed a couple of profiler issues.
5612
5613 Fixed bug where the body of a function created using the Function
5614 constructor was not allowed to end with a single-line comment
5615 (issue 85).
5616
5617 Improved handling of object literals by canonicalizing object
5618 literal maps. This will allow JSON objects with the same set of
5619 properties to share the same map making inline caching work better
5620 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005621
ager@chromium.org236ad962008-09-25 09:45:57 +00005622
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000056232008-09-17: Version 0.3.2
5624
5625 Generalized the EvalCache into a CompilationCache and enabled it
5626 for scripts too. The current strategy is to retire all entries
5627 whenever a mark-sweep collection is started.
5628
5629 Fixed bug where switch statements containing only a default case
5630 would lead to an unbalanced stack (issue 69).
5631
5632 Fixed bug that made access to the function in a named function
5633 expression impossible in certain situations (issue 24).
5634
5635 Fixed even more build issues.
5636
5637 Optimized calling conventions on ARM. The conventions on ARM and
5638 IA-32 now match.
5639
5640 Removed static initializers for flags and counters.
5641
5642 Improved inline caching behavior for uncommon cases where lazily
5643 loading Date and RegExp code could force certain code paths go
5644 megamorphic.
5645
5646 Removed arguments adaption for builtins written in C++. This
5647 makes Array.prototype.push and Array.prototype.pop slightly
5648 faster.
5649
5650
ager@chromium.org9258b6b2008-09-11 09:11:10 +000056512008-09-11: Version 0.3.1
5652
5653 Fixed a number of build issues.
5654
5655 Fixed problem with missing I-cache flusing on ARM.
5656
5657 Changed space layout in memory management by splitting up
5658 code space into old data space and code space.
5659
5660 Added utf-8 conversion support to the API (issue 57).
5661
5662 Optimized repeated calls to eval with the same strings. These
5663 repeated calls are common in web applications.
5664
5665 Added Xcode project file.
5666
5667 Optimized a couple of Array operation.
5668
5669 Fixed parser bug by checking for end-of-string when parsing break
5670 and continue (issue 35).
5671
5672 Fixed problem where asian characters were not categorized as
5673 letters.
5674
5675 Fixed bug that disallowed calling functions fetched from an array
5676 using a string as an array index (issue 32).
5677
5678 Fixed bug where the internal field count on object templates were
5679 sometimes ignored (issue 54).
5680
5681 Added -f option to the shell sample for compatibility with other
5682 engines (issue 18).
5683
5684 Added source info to TryCatches in the API.
5685
5686 Fixed problem where the seed for the random number generator was
5687 clipped in a double to unsigned int conversion.
5688
5689 Fixed bug where cons string symbols were sometimes converted to
5690 non-symbol flat strings during GC.
5691
5692 Fixed bug in error reporting when attempting to convert null to an
5693 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005694
5695
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000056962008-09-04: Version 0.3.0
5697
5698 Added support for running tests on the ARM simulator.
5699
5700 Fixed bug in the 'in' operator where negative indices were not
5701 treated correctly.
5702
5703 Fixed build issues on gcc-4.3.1.
5704
5705 Changed Date.prototype.toLocaleTimeString to not print the
5706 timezone part of the time.
5707
5708 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5709 with user code.
5710
5711
v8.team.kasperl727e9952008-09-02 14:56:44 +000057122008-09-02: Version 0.2.5
5713
5714 Renamed the top level directory 'public' to 'include'.
5715
5716 Added 'env' option to the SCons build scripts to support
5717 overriding the ENV part of the build environment. This is mostly
5718 to support Windows builds in cases where SCons cannot find the
5719 correct paths to the Windows SDK, as these paths cannot be passed
5720 through shell environment variables.
5721
5722 Enabled "Buffer Security Check" on for the Windows SCons build and
5723 added the linker option /OPT:ICF as an optimization.
5724
5725 Added the V8 benchmark suite to the repository.
5726
5727
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000057282008-09-01: Version 0.2.4
5729
5730 Included mjsunit JavaScript test suite and C++ unit tests.
5731
5732 Changed the shell sample to not print the result of executing a
5733 script provided on the command line.
5734
5735 Fixed issue when building samples on Windows using a shared V8
5736 library. Added visibility option on Linux build which makes the
5737 generated library 18% smaller.
5738
5739 Changed build system to accept multiple build modes in one build
5740 and generate separate objects, libraries and executables for each
5741 mode.
5742
5743 Removed deferred negation optimization (a * -b => -(a * b)) since
5744 this visibly changes operand conversion order.
5745
5746 Improved parsing performance by introducing stack guard in
5747 preparsing. Without a stack guard preparsing always bails out
5748 with stack overflow.
5749
5750 Changed shell sample to take flags directly from the command-line.
5751 Added API call that implements this.
5752
5753 Added load, quit and version functions to the shell sample so it's
5754 easier to run benchmarks and tests.
5755
5756 Fixed issue with building samples and cctests on 64-bit machines.
5757
5758 Fixed bug in the runtime system where the prototype chain was not
5759 always searched for a setter when setting a property that does not
5760 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005761
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005762
mads.s.agercbaa0602008-08-14 13:41:48 +000057632008-08-14: Version 0.2.3
5764
5765 Improved performance of garbage collection by moving the
5766 function that updates pointers during compacting collection
5767 into the updating visitor. This gives the compiler a better
5768 chance to inline and avoid a function call per (potential)
5769 pointer.
5770
5771 Extended the shell sample with a --runtime-flags option.
5772
5773 Added Visual Studio project files for the shell.cc and
5774 process.cc samples.
5775
5776
57772008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005778
5779 Improved performance of garbage collection by changing the way
5780 we use the marking stack in the event of stack overflow during
5781 full garbage collection and by changing the way we mark roots.
5782
5783 Cleaned up ARM version by removing top of stack caching and by
5784 introducing push/pop elimination.
5785
5786 Cleaned up the way runtime functions are called to allow
5787 runtime calls with no arguments.
5788
5789 Changed Windows build options to make sure that exceptions are
5790 disabled and that optimization flags are enabled.
5791
5792 Added first version of Visual Studio project files.
5793
5794
mads.s.agercbaa0602008-08-14 13:41:48 +000057952008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005796
5797 Improved performance of unary addition by avoiding runtime calls.
5798
5799 Fixed the handling of '>' and '<=' to use right-to-left conversion
5800 and left-to-right evaluation as specified by ECMA-262.
5801
5802 Fixed a branch elimination bug on the ARM platform where incorrect
5803 code was generated because of overly aggressive branch
5804 elimination.
5805
5806 Improved performance of code that repeatedly assigns the same
5807 function to the same property of different objects with the same
5808 map.
5809
5810 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5811 no longer expects DEBUG to be defined.
5812
5813 Added platform-nullos.cc to serve as the basis for new platform
5814 implementations.
5815
mads.s.ager31e71382008-08-13 09:32:07 +00005816
mads.s.agercbaa0602008-08-14 13:41:48 +000058172008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005818
5819 Changed all text files to have native svn:eol-style.
5820
5821 Added a few samples and support for building them. The samples
5822 include a simple shell that can be used to benchmark and test V8.
5823
5824 Changed V8::GetVersion to return the version as a string.
5825
5826 Added source for lazily loaded scripts to snapshots and made
5827 serialization non-destructive.
5828
5829 Improved ARM support by fixing the write barrier code to use
5830 aligned loads and stores and by removing premature locals
5831 optimization that relied on broken support for callee-saved
5832 registers (removed).
5833
5834 Refactored the code for marking live objects during garbage
5835 collection and the code for allocating objects in paged
5836 spaces. Introduced an abstraction for the map word of a heap-
5837 allocated object and changed the memory allocator to allocate
5838 executable memory only for spaces that may contain code objects.
5839
5840 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5841 they can be used by debugging and logging modules. Added
5842 thread-safe message queues for dealing with debugger events.
5843
5844 Fixed the source code reported by toString for certain builtin
5845 empty functions and made sure that the prototype property of a
5846 function is enumerable.
5847
5848 Improved performance of converting values to condition flags in
5849 generated code.
5850
5851 Merged disassembler-{arch} files.
5852
5853
mads.s.agercbaa0602008-08-14 13:41:48 +000058542008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005855
5856 Added support for storing JavaScript stack traces in a stack
5857 allocated buffer to make it visible in shallow core dumps.
5858 Controlled by the --preallocate-message-memory flag which is
5859 disabled by default.
5860
5861
mads.s.agercbaa0602008-08-14 13:41:48 +000058622008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005863
5864 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5865 map transitions would count as properties.
5866
5867 Allowed aliased eval invocations by treating them as evals in the
5868 global context. This may change in the future.
5869
5870 Added support for accessing the last entered context through the
5871 API and renamed Context::Current to Context::GetCurrent and
5872 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5873
5874 Fixed bug in the debugger that would cause the debugger scripts to
5875 be recursively loaded and changed all disabling of interrupts to
5876 be block-structured.
5877
5878 Made snapshot data read-only to allow it to be more easily shared
5879 across multiple users of V8 when linked as a shared library.
5880
5881
mads.s.agercbaa0602008-08-14 13:41:48 +000058822008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005883
5884 Fixed building on Mac OS X by recognizing i386 and friends as
5885 IA-32 platforms.
5886
5887 Added propagation of stack overflow exceptions that occur while
5888 compiling nested functions.
5889
5890 Improved debugger with support for recursive break points and
5891 handling of exceptions that occur in the debugger JavaScript code.
5892
5893 Renamed GetInternal to GetInternalField and SetInternal to
5894 SetInternalField in the API and moved InternalFieldCount and
5895 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5896
5897
mads.s.agercbaa0602008-08-14 13:41:48 +000058982008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005899
5900 Fixed bug in stack overflow check code for IA-32 targets where a
5901 non-tagged value in register eax was pushed to the stack.
5902
5903 Fixed potential quadratic behavior when converting strings to
5904 numbers.
5905
5906 Fixed bug where the return value from Object::SetProperty could
5907 end up being the property holder instead of the written value.
5908
5909 Improved debugger support by allowing nested break points and by
5910 dealing with stack-overflows when compiling functions before
5911 setting break points in them.
5912
5913
mads.s.agercbaa0602008-08-14 13:41:48 +000059142008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005915
kasper.lundbd3ec4e2008-07-09 11:06:54 +00005916 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00005917
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00005918# Local Variables:
5919# mode:text
5920# End: