blob: 819f19e472a18a98159ede5d2c36b5d8412e73fe [file] [log] [blame]
jkummerow@chromium.org32aa03c2013-10-01 08:21:50 +000012013-10-01: Version 3.22.5
2
3 Disabled externalization of sliced/cons strings in old pointer space
4 (Chromium issue 276357).
5
6 Turned on handle zapping for release builds
7
8 Performance and stability improvements on all platforms.
9
10
jkummerow@chromium.orgc3669762013-09-30 13:42:25 +0000112013-09-30: Version 3.22.4
12
13 Function::Call and Object::CallAsFunction APIs should allow v8::Value as
14 a receiver (issue 2915).
15
16 Removed unnecessary mutex (Chromium issue 291236).
17
18 Removed ArrayBufferView::BaseAddress method.
19
20 Performance and stability improvements on all platforms.
21
22
machenbach@chromium.orgcfdf67d2013-09-27 07:27:26 +0000232013-09-27: Version 3.22.3
24
25 Added methods to enable configuration of ResourceConstraints based on
26 limits derived at runtime.
27 (Chromium issue 292928)
28
29 Added -optimize-for-size flag to optimize for memory size (will be used
30 by pre-aging CL), and removed the is_memory_constrained
31 ResourceConstraint.
32 (Chromium issue 292928)
33
34 Performance and stability improvements on all platforms.
35
36
machenbach@chromium.org8e36b5b2013-09-26 07:36:30 +0000372013-09-26: Version 3.22.2
38
39 Performance and stability improvements on all platforms.
40
41
machenbach@chromium.org3d079fe2013-09-25 08:19:55 +0000422013-09-25: Version 3.22.1
43
44 Sped up creating typed arrays from array-like objects.
45 (Chromium issue 270507)
46
47 Performance and stability improvements on all platforms.
48
49
machenbach@chromium.org528ce022013-09-23 14:09:36 +0000502013-09-23: Version 3.22.0
51
52 LiveEdit to mark more closure functions for re-instantiation when scope
53 layout changes.
54 (issue 2872)
55
56 Made bounds check elimination iterative instead of recursive.
57 (Chromium issue 289706)
58
59 Turned on i18n support by default.
60
61 Set the proper instance-type on HAllocate in BuildFastLiteral.
62 (Chromium issue 284577)
63
64 Performance and stability improvements on all platforms.
65
66
hpayer@chromium.org4f626d12013-09-18 07:47:45 +0000672013-09-18: Version 3.21.17
68
69 Implemented local load/store elimination on basic blocks.
70
71 Added mutex when accessing concurrent recompilation output queue.
72 (Chromium issue 291236)
73
74 Don't lookup the cache for the result of Function::New.
75 (Chromium issue 272579)
76
77 Tweaked HConstant::EmitAtUses() to eliminate useless constant
78 generation.
79 (Chromium issue 2881)
80
81 Performance and stability improvements on all platforms.
82
83
mvstanton@chromium.org5a4733b2013-09-16 07:33:24 +0000842013-09-16: Version 3.21.16
85
86 Every place where AllocationMemento is initialized with an
87 AllocationSite is now checked to be sure a valid Site goes in. This is
88 temporary code to diagnose chromium bug 284577.
89
90 Performance and stability improvements on all platforms.
91
92
dslomov@chromium.org4a35c5a2013-09-13 07:28:52 +0000932013-09-13: Version 3.21.15
94
95 Non-JSObject heap objects are now handled using slow-path IC stub
96 guarded by the map.
97 (Chromium issue 280632)
98
99 i18n Javascript code added to the snapshot.
100 (V8 issue 2745)
101
102 Performance and stability improvements on all platforms.
103
dslomov@chromium.orge97852d2013-09-12 09:02:59 +00001042013-09-12: Version 3.21.14
105
106 Added access check for observed objects.
107 (V8 issue 2778)
108
109 Cleaned up v8::ArrayBuffer::Allocator interface.
110 (V8 issue 2823)
111
112 Performance and stability improvements on all platforms.
113
hpayer@chromium.orgc5d49712013-09-11 08:25:48 +00001142013-09-11: Version 3.21.13
115
116 Added a ResourceConstraint for the embedder to specify that V8 is
117 running on a memory constrained device.
118 (Chromium issue 280984)
119
120 Removed HandleScope default ctor.
121 (Chromium issue 236173)
122
123 Enabled escape analysis for Hydrogen.
124
125 Correctly stringified mixed encoding indirect strings.
126 (Chromium issue 287476)
127
128 Performance and stability improvements on all platforms.
129
130
dslomov@chromium.org639bac02013-09-09 11:58:54 +00001312013-09-09: Version 3.21.12
132
133 Fixed bitwise negation on x64.
134 (Chromium issue 285355)
135
136 Dropped GetCurrentThreadId() and TerminateExecution(int) from
137 the external API.
138
139 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
140 (Chromium issue 284998)
141
142 Added check if timeout has expired after processing each sample.
143 (issue 2814,v8:2871)
144
145 Removed obsolete global V8::has_been_fooed flags.
146 (issue 2744)
147
148 Performance and stability improvements on all platforms.
149
150
jkummerow@chromium.org2c9426b2013-09-05 16:31:13 +00001512013-09-05: Version 3.21.11
152
153 Performance and stability improvements on all platforms.
154
155
jkummerow@chromium.org3d00d0a2013-09-04 13:57:32 +00001562013-09-04: Version 3.21.10
157
158 Fixed Eternal::IsEmpty logic (issue 2870).
159
160 Performance and stability improvements on all platforms.
161
162
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00001632013-09-03: Version 3.21.9
164
165 Deprecated Persistent functions which were marked to be deprecated.
166
167 Allowed uncacheable identifiers to go generic (issue 2867).
168
169 Performance and stability improvements on all platforms.
170
171
jkummerow@chromium.org8fa5bd92013-09-02 11:45:09 +00001722013-09-02: Version 3.21.8
173
174 Added scriptId to StackTrace frames (issue 2865).
175
176 Performance and stability improvements on all platforms.
177
178
jkummerow@chromium.orgdc94e192013-08-30 11:35:42 +00001792013-08-30: Version 3.21.7
180
181 Fixed casts of eternal handles.
182
183 Turned on global handle zapping.
184
185 Always visit branches during HGraph building (Chromium issue 280333).
186
187 Profiler changes: removed deprecated API, support higher sampling
188 rate on Windows.
189
190 Performance and stability improvements on all platforms.
191
192
mstarzinger@chromium.org1f410f92013-08-29 08:13:16 +00001932013-08-29: Version 3.21.6
194
195 Fixed inlined 'throw' statements interfering with live range
196 computation. (issue 2843)
197
198 Performance and stability improvements on all platforms.
199
200
verwaest@chromium.org662436e2013-08-28 08:41:27 +00002012013-08-28: Version 3.21.5
202
203 Fixed compilation with recent MinGW64 versions. (issue 2300)
204
205 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
206
207 Performance and stability improvements on all platforms.
208
209
jkummerow@chromium.org1e8da742013-08-26 17:13:35 +00002102013-08-26: Version 3.21.4
211
212 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
213
214 Use signals for cpu profiling on Mac OS X (issue 2814).
215
216 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
217
218 Added support for higher CPU profiler sampling rate on posix systems
219 (issue 2814).
220
221 Worked around 'inlining failed' build error with older GCC 4.x releases.
222
223 Added source map support to tick processor.
224
225 Stability improvements on all platforms.
226
227
rossberg@chromium.org92597162013-08-23 13:28:00 +00002282013-08-23: Version 3.21.3
229
230 Temporarily disabled optimization for StringWrappers to use native
231 valueOf. (issue 2855)
232
233 Fixed crash on function declarations in eval inside non-trivial local
234 scope. (issue 2594)
235
236 Rewrote SamplingCircularQueue. (issue 2814)
237
238 Fixed hidden properties on object with frozen prototype. (issue 2829)
239
240 Fix deoptimization bug. (Chromium issue 274164)
241
242 Stability improvements on all platforms.
243
244
verwaest@chromium.orgec6855e2013-08-22 12:26:58 +00002452013-08-22: Version 3.21.2
246
247 Stability improvements on all platforms.
248
249
verwaest@chromium.org32cb9b22013-08-21 11:18:12 +00002502013-08-21: Version 3.21.1
251
252 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
253 (Chromium issue 270527)
254
255 Replaced OS::MemCopy with memcpy in typed array initialization.
256 (Chromium issue 270642)
257
258 Moved i18n break iterator C++ code to runtime (issue 2745)
259
260 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
261 (Chromium issue 263515)
262
263 Fixed register misuse in Allocate() on ARM. (issue 2851)
264
265 Fixed empty handle dereference in Runtime_InternalNumberFormat.
266 (Chromium issue 275467)
267
268 Performance and stability improvements on all platforms.
269
270
rossberg@chromium.orgebeba022013-08-19 09:36:44 +00002712013-08-19: Version 3.21.0
272
273 Fixed GC-related crasher (Chromium issue 274438)
274
275 Reverted making Intl non-enumerable.
276
277 Performance and stability improvements on all platforms.
278
279
danno@chromium.orgc00ec2b2013-08-14 17:13:49 +00002802013-08-14: Version 3.20.17
281
282 Fixed Math.round/floor that had bogus Smi representation
283 (Chromium issue 272564)
284
285 Performance and stability improvements on all platforms.
286
287
danno@chromium.org59400602013-08-13 17:09:37 +00002882013-08-13: Version 3.20.16
289
290 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
291
292 Fixed gcmole bugs in i18n code (issue 2745)
293
294 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
295 set (issue 2827)
296
297 Made sure polymorphic element access creates non-replaying
298 phis. (issue 2815)
299
300 Allowed HPhis to have an invalid merge index. (issue 2815)
301
302 Fixed smi-based math floor. (Chromium issue 270268)
303
304 Deprecated self and total time getters and total sample count
305 getter on CpuProfileNode. (Chromium issue 267595)
306
307 Fixed Object.freeze, Object.observe wrt CountOperation and
308 CompoundAssignment. (issue 2774,2779)
309
310 Performance and stability improvements on all platforms.
311
312
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00003132013-08-07: Version 3.20.15
danno@chromium.org59400602013-08-13 17:09:37 +0000314
315 Exposed eternal handle api.
316
317 Bugfix to solve issues with enabling V8 typed arrays in Blink.
318
319 Fixed Array index dehoisting. (Chromium issue 264203)
320
321 Updated Array Iterator to use numeric indexes (issue 2818)
322
323 Return start/end profiling time in microseconds instead of milliseconds
324 (issue 2824)
325
326 Performance and stability improvements on all platforms.
327
328
3292013-08-06: Version 3.20.14
330
331 Added new Harmony methods to Array.prototype object.
332 (issue 2776,v8:2777)
333
334 Performance and stability improvements on all platforms.
335
336
danno@chromium.orgd3c42102013-08-01 16:58:23 +00003372013-08-01: Version 3.20.12
338
339 Removed buggy ToNumber truncation (partial fix for issue 2813)
340
341 Calling Map etc without new should throw TypeError (issue 2819)
342
343 Fixed a crash for large code objects on ARM (Chromium issue 2736)
344
345 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
346 (Chromium issue 265894)
347
348 Added new Harmony methods to String.prototype object.
349 (issue 2796,v8:2797,v8:2798,v8:2799)
350
351 Performance and stability improvements on all platforms.
352
353
3542013-07-30: Version 3.20.11
355
356 Performance and stability improvements on all platforms.
357
358
3592013-07-29: Version 3.20.10
360
361 Performance and stability improvements on all platforms.
362
363
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +00003642013-07-26: Version 3.20.9
365
366 Check that ExternalString objects get aligned resources.
367
368 Fixed JSArray-specific length lookup in polymorphic array handling
369 (Chromium issues 263276, 263905).
370
371 Performance and stability improvements on all platforms.
372
373
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +00003742013-07-24: Version 3.20.8
375
376 Deprecated v8::V8::Pause/ResumeProfiler.
377
378 Fixed Chromium issues 247688, 258519 and 260203.
379
380 Performance and stability improvements on all platforms.
381
382
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +00003832013-07-22: Version 3.20.7
384
385 Deprecated some debugger methods.
386
387 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
388
389 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
390
391 Fixed type feedback in presence of negative lookups
392 (Chromium issue 252797).
393
394 Do not materialize context-allocated values for debug-evaluate
395 (Chromium issue 259300).
396
397 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
398 (Chromium issue 260345).
399
400 Performance and stability improvements on all platforms.
401
402
jkummerow@chromium.org10480472013-07-17 08:22:15 +00004032013-07-17: Version 3.20.6
404
405 Try to remove invalidated stubs before falling back to checking the
406 constant state (Chromium issue 260585).
407
408 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
409
410 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
411
412 Use internal array as API function cache (Chromium issue 260106).
413
414 Fixed possible stack overflow in range analysis
415 (Chromium issue 259452).
416
417 Performance and stability improvements on all platforms.
418
419
danno@chromium.org169691d2013-07-15 08:01:13 +00004202013-07-15: Version 3.20.5
421
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000422 Ensured that the length of frozen arrays is immutable
423 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000424
425 Performance and stability improvements on all platforms.
426
427
danno@chromium.orgbee51992013-07-10 14:57:15 +00004282013-07-10: Version 3.20.4
429
430 Fixed garbage-collection issue that causes a crash on ARM
431 (Chromium issue 254570)
432
433 Performance and stability improvements on all platforms.
434
435
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00004362013-07-08: Version 3.20.3
437
438 Performance and stability improvements on all platforms.
439
440
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00004412013-07-05: Version 3.20.2
442
443 Remove deprecated heap profiler methods from V8 public API
444
445 Mark i18n functions as native and set proper names
446 (issue 2745)
447
448 Correctly report stack trace when current function is FunctionApply
449 builtin (Chromium issue 252097)
450
451 Enable GDBJIT interface for standalone by default.
452
453 Fix debuggersupport=off build. (issue 2754)
454
455 Introduce -m64 flag for making x64 when the default gcc compiler is for
456 X32
457
458 Performance and stability improvements on all platforms.
459
460
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00004612013-07-02: Version 3.20.1
462
463 Implemented WeakMap.prototype.clear function. (issue 2753)
464
465 Ensure CheckInitialized is present independent of define.
466 (Chromium issue 255779)
467
468 Performance and stability improvements on all platforms.
469
470
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00004712013-06-28: Version 3.20.0
472
473 Migrated several tests from blink to V8 repository.
474
475 Allowed users of the V8 API to distinguish between unset and undefined
476 HiddenValues (issue 2746).
477
478 Deprecated old style callbacks in the V8 API.
479
480 Turned on parallel recompilation.
481
482 Performance and stability improvements on all platforms.
483
484
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00004852013-06-18: Version 3.19.18
486
487 Fixed read-only attribute of Function.length in strict mode.
488 (issue 2705)
489
490 Fixed Runtime_SetProperty to properly handle OOM failures
491 (Chromium issue 249873)
492
493 Emit deprecated check for constant function transitions.
494 (Chromium issue 250609)
495
496 Made MathFloorOfDiv optimization trigger more often
497 (Issue 2205)
498
499 Make more GCs in idle notification handler.
500 (Chromium issue 241815)
501
502 Increased default type info threshold.
503 (Issue 2730)
504
505 Performance and stability improvements on all platforms.
506
507
5082013-06-14: Version 3.19.16
509
510 Performance and stability improvements on all platforms.
511
512
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00005132013-06-13: Version 3.19.15
514
515 Performance and stability improvements on all platforms.
516
517
danno@chromium.org41728482013-06-12 22:31:22 +00005182013-06-13: Version 3.19.14
519
520 Fixed crashes when calling new Array(a) with a single argument that
521 could result in creating a holey array with a packed elements kind.
522 (Chromium issue 245480)
523
524 Fixed issues in parallel compilation.
525 (Chromium issue 248076)
526
527 Performance and stability improvements on all platforms.
528
529
ulan@chromium.org837a67e2013-06-11 15:39:48 +00005302013-06-11: Version 3.19.13
531
532 Performance and stability improvements on all platforms.
533
534
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00005352013-06-10: Version 3.19.12
536
537 Fixed arguments array access. (Chromium issue 247303)
538
539 Fixed bug in LookupForWrite. (Chromium issue 242332)
540
541 Performance and stability improvements on all platforms.
542
543
danno@chromium.org1fd77d52013-06-07 16:01:45 +00005442013-06-07: Version 3.19.11
545
546 Performance and stability improvements on all platforms.
547
548
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00005492013-06-06: Version 3.19.10
550
551 Performance and stability improvements on all platforms.
552
553
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00005542013-06-05: Version 3.19.9
555
556 Implemented Load IC support for loading properties from primitive
557 values to avoid perpetual soft deopts. (Chromium issue 242512)
558
559 Implemented Freeing of PerThreadAssertData when possible to avoid
560 memory leak. (Chromium issue 246567)
561
562 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
563
564 Performance and stability improvements on all platforms.
565
566
rossberg@chromium.org79e79022013-06-03 15:43:46 +00005672013-06-03: Version 3.19.8
568
569 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
570
571 Fixed initialization of literal objects. (Chromium issue 245424)
572
573 Fixed function name inferred inside closures. (Chromium issue 224884)
574
575 Performance and stability improvements on all platforms.
576
577
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +00005782013-05-31: Version 3.19.7
579
580 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
581 (issue 2702)
582
583 Made sure IfBuilder::Return clears the current block.
584 (Chromium issue 243868)
585
586 Fixed two CPU profiler tests on ARM and MIPS simulators
587 (issue 2628)
588
589 Fixed idle incremental GC for large objects.
590 (Chromium issue 241815)
591
592 Disabled --optimize-constructed-arrays due to crashes
593 (Chromium issue 244461)
594
595 Performance and stability improvements on all platforms.
596
597
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +00005982013-05-28: Version 3.19.6
599
600 Fixed IfBuilder::Deopt to clear the current block
601 (Chromium issue 243868).
602
603 Performance and stability improvements on all platforms.
604
605
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +00006062013-05-27: Version 3.19.5
607
608 Reset regexp parser flag after scanning ahead for capture groups.
609 (issue 2690)
610
611 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
612 (issue 2628)
613
614 Performance and stability improvements on all platforms.
615
616
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00006172013-05-24: Version 3.19.4
618
619 Fixed edge case in stack trace formatting. (Chromium issue 237617)
620
621 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
622 issue 240032)
623
624 Made Object.freeze fast (issue 1858, Chromium issue 115960)
625
626 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
627 242924)
628
629 Performance and stability improvements on all platforms.
630
631
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00006322013-05-22: Version 3.19.3
633
634 Performance and stability improvements on all platforms.
635
636
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00006372013-05-17: Version 3.19.2
638
639 Fill in one-word-fillers for the unused property fields
640 (Chromium issue 240056).
641
642 Removed use_system_v8 logic from the mainline gyp file
643 (Chromium issue 226860).
644
645 Skip CPU profiler samples where top function's stack frame is not
646 set up properly (issue 2628).
647
648 Performance and stability improvements on all platforms.
649
650
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00006512013-05-14: Version 3.19.1
652
653 Fixed missing hole check for loads from Smi arrays when all uses are
654 changes (Chromium issue 233737)
655
656 Performance and stability improvements on all platforms.
657
658
ulan@chromium.org57ff8812013-05-10 08:16:55 +00006592013-05-10: Version 3.19.0
660
661 Deprecated Context::New which returns Persistent.
662
663 Added Persistent<T>::Reset which disposes the handle and redirects it to
664 point to another object.
665
666 Deprecated WriteAscii and MayContainNonAscii.
667
668 Exposed AssertNoAllocation to API.
669
670 Performance and stability improvements on all platforms.
671
672
danno@chromium.orgf005df62013-04-30 16:36:45 +00006732013-04-30: Version 3.18.5
674
675 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
676
677 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
678 (Chromium issue 235311)
679
680 Change 'Parse error' to three more informative messages.
681 (Chromium issue 2636)
682
683 Performance and stability improvements on all platforms.
684
685
danno@chromium.orgca29dd82013-04-26 11:59:48 +00006862013-04-26: Version 3.18.4
687
688 Added a preliminary API for ES6 ArrayBuffers
689
690 Replaced qsort with std::sort. (Chromium issue 2639)
691
692 Performance and stability improvements on all platforms.
693
694
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00006952013-04-24: Version 3.18.3
696
697 Exposed the GC under a name that is less collision prone than window.gc.
698 (issue 2641)
699
700 Do not emit double values at their use sites. (Chromium issue 234101)
701
702 Added methods to allow resuming execution after calling
703 TerminateExecution(). (issue 2361)
704
705 Performance and stability improvements on all platforms.
706
707
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00007082013-04-22: Version 3.18.2
709
710 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
711 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
712
713 Removed heap snapshot size limit. (Chromium issue 232305)
714
715 Performance and stability improvements on all platforms.
716
717
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00007182013-04-18: Version 3.18.1
719
720 Removed SCons related files and deprecated test suite configurations.
721
722 Improved handling of unary plus (issue 2527).
723
724 Performance and stability improvements on all platforms.
725
726
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00007272013-04-17: Version 3.18.0
728
729 Enabled pretenuring of fast literals in high promotion mode.
730
731 Removed preparser library; link preparser executable against full V8.
732
733 Fixed set-up of intrinsic's 'constructor' properties.
734 (Chromium issue 229445)
735
736 ES6 symbols: extended V8 API to support symbols (issue 2158).
737
738 Removed ARM support for VFP2.
739
740 Made __proto__ a real JavaScript accessor property.
741 (issue 1949 and issue 2606)
742
743 Performance and stability improvements on all platforms.
744
745
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00007462013-04-04: Version 3.17.16
747
748 Stack trace API: poison stack frames below the first strict mode frame.
749 (issue 2564)
750
751 Made Isolate::GetHeapStatistics robust against half-initialized
752 isolates (Chromium issue 2591).
753
754 Finished implementation of ES6 symbols aka. private names (issue 2158).
755
756 Performance and stability improvements on all platforms.
757
758
danno@chromium.orgc99cd482013-03-21 15:26:42 +00007592013-03-21: Version 3.17.15
760
761 Rolled back API changes to maintain compatibility with older
762 3.17.x versions of V8.
763
764 Disable zapping of global handles in release mode.
765
766 Always mark the entire valid prefix of the descriptor array.
767 (Chromium issue 196331)
768
769 Use internal memcpy for CopyWords and when copying code.
770 (Chromium issue 196330)
771
772 Performance and stability improvements on all platforms.
773
774
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00007752013-03-20: Version 3.17.14
776
777 Use internal memcpy when initializing code objects.
778 (Chromium issue 196330)
779
780 Disabled weak embedded maps because of crashes.
781 (Chromium issues 172489, 217858)
782
783 Performance and stability improvements on all platforms.
784
785
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00007862013-03-19: Version 3.17.13
787
788 Turned Flags into a uint32_t typedef (Chromium issue 194749).
789
790 Performance and stability improvements on all platforms.
791
792
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00007932013-03-18: Version 3.17.12
794
795 Unified kMaxArguments with number of bits used to encode it.
796 (Chromium issue 211741)
797
798 Fixed detection of |handle_smi| case in
799 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
800 (Chromium issue 196583)
801
802 Performance and stability improvements on all platforms.
803
804
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00008052013-03-15: Version 3.17.11
806
807 Added a version of the v8::HandleScope constructor with an v8::Isolate
808 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
809 method of v8::Isolate.
810 (issue 2487)
811
812 Fixed two register allocator bugs (off-by-one error/failure
813 propagation). (issue 2576)
814
815 Fixed huge heap snapshot when a heavily shared context has many
816 variables. (Chromium issue 145687)
817
818 Performance and stability improvements on all platforms.
819
820
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00008212013-03-13: Version 3.17.10
822
823 Fixed heap snapshot creation for Harmony collections. (issue 2535)
824
825 Fixed register allocation corner case. (Chromium issue 177883)
826
827 Performance and stability improvements on all platforms.
828
829
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00008302013-03-08: Version 3.17.9
831
832 Restored Function()'s expected string representation. (issue 2470)
833
834 Enabled deprecatations (again). (issue 2487)
835
836 Avoid bool to Oddball conversions by being lazy. (issue 2491)
837
838 Added %p option to --logfile.
839
840 Hardened Function()'s parsing of function literals. (issue 2470)
841
842 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
843
844 Performance and stability improvements on all platforms.
845
846
ulan@chromium.org750145a2013-03-07 15:14:13 +00008472013-03-07: Version 3.17.8
848
849 Added missing license headers. (Chromium issue 98597)
850
851 Inserted missing type cast in JSON.stringify. (issue 2570)
852
853 Reverted "Send SIGPROF signals on the profiler event processor thread"
854 (issue 2571)
855
856 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
857 (issue 2568)
858
859 ES6 symbols: filter symbols form for-in loops and Object.keys.
860 (issue 2158)
861
862 Properly handle misses for StoreArrayLengthStub on ia32 and x64
863 (issue 2566)
864
865 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
866
867 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
868
869 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
870 (issue 2556)
871
872 Enabled zapping of disposed global handles in release mode.
873 (Chromium issue 176056)
874
875 Added workaround for redefinition of __proto__ property. (issue 2565)
876
877 ES6 symbols: Allow symbols as property names. (issue 2158)
878
879 Performance and stability improvements on all platforms.
880
881
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00008822013-03-04: Version 3.17.7
883
884 Limited recursion in regexp compilation by a budget.
885 (Chromium issue 178790)
886
887 ES6 symbols: Implemented Symbol intrinsic and basic functionality
888 (issue 2158)
889
890 Performance and stability improvements on all platforms.
891
892
hpayer@chromium.org8432c912013-02-28 15:55:26 +00008932013-02-28: Version 3.17.6
894
895 Fixed materialization of arguments objects with unknown values.
896 (Chromium issue 163530)
897
898 Set default number of sweeper threads to at most four.
899
900 Performance and stability improvements on all platforms.
901
902
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00009032013-02-27: Version 3.17.5
904
905 Made __proto__ a foreign callback on Object.prototype.
906 (issue 621, issue 1949 and issue 2441)
907
908 Performance and stability improvements on all platforms.
909
910
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00009112013-02-25: Version 3.17.4
912
913 Performance and stability improvements on all platforms.
914
915
ulan@chromium.org2e04b582013-02-21 14:06:02 +00009162013-02-21: Version 3.17.3
917
918 Performance and stability improvements on all platforms.
919
920
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00009212013-02-19: Version 3.17.2
922
923 Removed bogus check for TOP register in deoptimizer.
924 (Chromium issue 176943)
925
926 Made the Isolate parameter mandatory for internal HandleScopes.
927 (issue 2487)
928
929 Fixed f.apply() optimization when declared arguments are mutated.
930 (issue 2539)
931
932 Performance and stability improvements on all platforms.
933
934
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00009352013-02-14: Version 3.17.1
936
937 Performance and stability improvements on all platforms.
938
939
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00009402013-02-13: Version 3.17.0
941
942 Enabled parallel sweeping.
943
944 Don't try to unlink instructions twice during GVN
945 (Chromium issue 175141)
946
947 Fixed code flusher disabling while marking incrementally.
948 (Chromium issue 173458, 168582)
949
950 Don't use TLS for space iterators.
951 (issue 2531)
952
953 Added new GetHeapStatistics API entry and deprecated old one.
954
955 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
956 platform-independent code.
957 (Chromium issue 173907)
958
959 Added --trace-array-abuse to help find OOB accesses.
960
961 Performance and stability improvements on all platforms.
962
963
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +00009642013-02-06: Version 3.16.14
965
966 Performance and stability improvements on all platforms.
967
968
danno@chromium.org94b0d6f2013-02-04 13:33:20 +00009692013-02-04: Version 3.16.13
970
971 Tagged stubs that rely on instance types as MEGAMORPHIC.
972 (Chromium issue 173974)
973
974 Fixed clearing of dead dependent codes and verifing of weak
975 embedded maps on full GC. (Chromium issue 172488,172489)
976
977 Made the arm port build cleanly with Clang.
978
979 Performance and stability improvements on all platforms.
980
981
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +00009822013-01-31: Version 3.16.12
983
984 Performance and stability improvements on all platforms.
985
986
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +00009872013-01-30: Version 3.16.11
988
989 Put making embedded maps in optimized code weak behind a flag.
990 (Chromium issue 172488,172489)
991
992 Performance and stability improvements on all platforms.
993
994
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +00009952013-01-25: Version 3.16.10
996
997 Avoid excessive memory usage during redundant phi elimination.
998 (issue 2510)
999
1000 Fixed additional spec violations wrt RegExp.lastIndex.
1001 (issue 2437)
1002
1003 Added Isolate parameter to Persistent class.
1004 (issue 2487)
1005
1006 Performance and stability improvements on all platforms.
1007
1008
yangguo@chromium.org003650e2013-01-24 16:31:08 +000010092013-01-24: Version 3.16.9
1010
1011 Made embedded maps in optimized code weak.
1012 (issue 2073)
1013
1014 Fixed corner case when JSFunction is evicted from flusher.
1015 (Chromium issue 168801)
1016
1017 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
1018 (Chromium issue 171641)
1019
1020 Performance and stability improvements on all platforms.
1021
1022
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +000010232013-01-23: Version 3.16.8
1024
1025 Correctly reset lastIndex in an RegExp object.
1026 (Chromium issue 170856)
1027
1028 Added a workaround for Windows compilation problems related to V8EXPORT.
1029 (issue 2507)
1030
1031 tools/run-tests.py: shlex.split() the value of --command-prefix
1032 (Chromium issue 171553)
1033
1034 Fixed pattern detection for replacing shifts by rotation.
1035 (Chromium issue 2499)
1036
1037 Performance and stability improvements on all platforms.
1038
1039
yangguo@chromium.org28381b42013-01-21 14:39:38 +000010402013-01-21: Version 3.16.7
1041
1042 Removed <(library) usage from v8.gyp.
1043 (Chromium issue 111541)
1044
1045 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
1046 (Chromium issue 169928)
1047
1048 Performance and stability improvements on all platforms.
1049
1050
yangguo@chromium.org46a2a512013-01-18 16:29:40 +000010512013-01-18: Version 3.16.6
1052
1053 Made the Isolate parameter mandatory in Locker and Unlocker classes.
1054 (issue 2487)
1055
1056 Avoid pointer underflow in CopyCharsUnsigned.
1057 (issue 2493)
1058
1059 Generate shim headers when using system v8.
1060 (Chromium issue 165264)
1061
1062 Fixed arguments materialization for inlined apply().
1063 (issue 2489)
1064
1065 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
1066 (Chromium issue 147497)
1067
1068 Added sanity check to CodeFlusher::AddCandidate.
1069 (Chromium issue 169209)
1070
1071 Performance and stability improvements on all platforms.
1072
1073
10742013-01-15: Version 3.16.5
1075
1076 Removed deprecated functions from V8's external API.
1077
1078 Prepared API for WebKit use of Latin-1.
1079
1080 Fixed V8 issue 2486.
1081
1082 Fixed Chromium issue 169723.
1083
1084 Performance and stability improvements on all platforms.
1085
1086
yangguo@chromium.org9768bf12013-01-11 14:51:07 +000010872013-01-11: Version 3.16.4
1088
1089 Fixed Chromium issues 168545 and 169209.
1090
1091 Performance and stability improvements on all platforms.
1092
1093
jkummerow@chromium.org59297c72013-01-09 16:32:23 +000010942013-01-09: Version 3.16.3
1095
1096 Improved GC performance when moving parts of a FixedArray (issue 2452).
1097
1098 Enabled readline on d8 while building a shared lib (issue 1781).
1099
1100 Fixed missing exception check in typed array constructor
1101 (Chromium issue 168545).
1102
1103 Check for read-only-ness when preparing for array sort (issue 2419).
1104
1105 Performance and stability improvements on all platforms.
1106
1107
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +000011082013-01-04: Version 3.16.2
1109
1110 Added Makefile options to build for the Raspberry Pi (armv7=0,
1111 arm_fpu=vfp2).
1112
1113 Performance and stability improvements on all platforms.
1114
1115
ulan@chromium.org4121f232012-12-27 15:57:11 +000011162012-12-27: Version 3.16.1
1117
1118 Fixed x64 MathMinMax for negative untagged int32 arguments.
1119 (Chromium issue 164442)
1120
1121 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
1122 (issue 2458)
1123
1124 Performance and stability improvements on all platforms.
1125
1126
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +000011272012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +00001128
1129 V8_Fatal now prints C++ stack trace in debug mode.
1130
1131 Added HTML-based tick processor.
1132
1133 Continued implementation of Object.observe (V8 issue 2409).
1134
1135 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
1136
1137 Fixed Chromium issues 125308, 165637, 166379, 166553.
1138
1139 Performance and stability improvements on all platforms.
1140
1141
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +000011422012-12-10: Version 3.15.11
1143
1144 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
1145 flags.
1146
1147 Performance and stability improvements on all platforms.
1148
1149
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +000011502012-12-07: Version 3.15.10
1151
1152 Enabled optimisation of functions inside eval. (issue 2315)
1153
1154 Fixed spec violations in methods of Number.prototype. (issue 2443)
1155
1156 Added GCTracer metrics for a scavenger GC for DOM wrappers.
1157
1158 Performance and stability improvements on all platforms.
1159
1160
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +000011612012-12-06: Version 3.15.9
1162
1163 Fixed candidate eviction in code flusher.
1164 (Chromium issue 159140)
1165
1166 Iterate through all arguments for side effects in Math.min/max.
1167 (issue 2444)
1168
1169 Fixed spec violations related to regexp.lastIndex
1170 (issue 2437, issue 2438)
1171
1172 Performance and stability improvements on all platforms.
1173
1174
mmassi@chromium.org49a44672012-12-04 13:52:03 +000011752012-12-04: Version 3.15.8
1176
1177 Enforced stack allocation of TryCatch blocks.
1178 (issue 2166,chromium:152389)
1179
1180 Fixed external exceptions in external try-catch handlers.
1181 (issue 2166)
1182
1183 Activated incremental code flushing by default.
1184
1185 Performance and stability improvements on all platforms.
1186
1187
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +000011882012-11-30: Version 3.15.7
1189
1190 Activated code aging by default.
1191
1192 Included more information in --prof log.
1193
1194 Removed eager sweeping for lazy swept spaces. Try to find in
1195 SlowAllocateRaw a bounded number of times a big enough memory slot.
1196 (issue 2194)
1197
1198 Performance and stability improvements on all platforms.
1199
1200
danno@chromium.org1f34ad32012-11-26 14:53:56 +000012012012-11-26: Version 3.15.6
1202
1203 Ensure double arrays are filled with holes when extended from
1204 variations of empty arrays. (Chromium issue 162085)
1205
1206 Performance and stability improvements on all platforms.
1207
1208
ulan@chromium.org8e8d8822012-11-23 14:36:46 +000012092012-11-23: Version 3.15.5
1210
1211 Fixed JSON.stringify for objects with interceptor handlers.
1212 (Chromium issue 161028)
1213
1214 Fixed corner case in x64 compare stubs. (issue 2416)
1215
1216 Performance and stability improvements on all platforms.
1217
1218
yangguo@chromium.orgfb377212012-11-16 14:43:43 +000012192012-11-16: Version 3.15.4
1220
1221 Fixed Array.prototype.join evaluation order. (issue 2263)
1222
1223 Perform CPU sampling by CPU sampling thread only iff processing thread
1224 is not running. (issue 2364)
1225
1226 When using an Object as a set in Object.getOwnPropertyNames, null out
1227 the proto. (issue 2410)
1228
1229 Disabled EXTRA_CHECKS in Release build.
1230
1231 Heap explorer: Show representation of strings.
1232
1233 Removed 'type' and 'arguments' properties from Error object.
1234 (issue 2397)
1235
1236 Added atomics implementation for ThreadSanitizer v2.
1237 (Chromium issue 128314)
1238
1239 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1240
1241 Performance and stability improvements on all platforms.
1242
1243
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +000012442012-11-13: Version 3.15.3
1245
1246 Changed sample shell to send non-JS output (e.g. errors) to stderr
1247 instead of stdout.
1248
1249 Correctly check for stack overflow even when interrupt is pending.
1250 (issue 214)
1251
1252 Collect stack trace on stack overflow. (issue 2394)
1253
1254 Performance and stability improvements on all platforms.
1255
1256
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +000012572012-11-12: Version 3.15.2
1258
1259 Function::GetScriptOrigin supplies sourceURL when script name is
1260 not available. (Chromium issue 159413)
1261
1262 Made formatting error message side-effect-free. (issue 2398)
1263
1264 Fixed length check in JSON.stringify. (Chromium issue 160010)
1265
1266 ES6: Added support for Set and Map clear method (issue 2400)
1267
1268 Fixed slack tracking when instance prototype changes.
1269 (Chromium issue 157019)
1270
1271 Fixed disabling of code flusher while marking. (Chromium issue 159140)
1272
1273 Added a test case for object grouping in a scavenger GC (issue 2077)
1274
1275 Support shared library build of Android for v8.
1276 (Chromium issue 158821)
1277
1278 ES6: Added support for size to Set and Map (issue 2395)
1279
1280 Performance and stability improvements on all platforms.
1281
1282
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +000012832012-11-06: Version 3.15.1
1284
1285 Put incremental code flushing behind a flag. (Chromium issue 159140)
1286
1287 Performance and stability improvements on all platforms.
1288
1289
danno@chromium.org72204d52012-10-31 10:02:10 +000012902012-10-31: Version 3.15.0
1291
1292 Loosened aligned code target requirement on ARM (issue 2380)
1293
1294 Fixed JSON.parse to treat leading zeros correctly.
1295 (Chromium issue 158185)
1296
1297 Performance and stability improvements on all platforms.
1298
1299
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000013002012-10-22: Version 3.14.5
1301
1302 Killed off the SCons based build.
1303
1304 Added a faster API for creating v8::Integer objects.
1305
1306 Speeded up function deoptimization by avoiding quadratic pass over
1307 optimized function list. (Chromium issue 155270)
1308
1309 Always invoke the default Array.sort functions from builtin functions.
1310 (issue 2372)
1311
1312 Reverted recent CPU profiler changes because they broke --prof.
1313 (issue 2364)
1314
1315 Switched code flushing to use different JSFunction field.
1316 (issue 1609)
1317
1318 Performance and stability improvements on all platforms.
1319
1320
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000013212012-10-15: Version 3.14.4
1322
1323 Allow evals for debugger even if they are prohibited in the debugee
1324 context. (Chromium issue 154733)
1325
1326 Enabled --verify-heap in release mode (issue 2120)
1327
1328 Performance and stability improvements on all platforms.
1329
1330
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000013312012-10-11: Version 3.14.3
1332
1333 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1334 (Chromium issue 155076).
1335
1336 Bumped variable limit further to 2^17 (Chromium issue 151625).
1337
1338 Performance and stability improvements on all platforms.
1339
1340
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000013412012-10-10: Version 3.14.2
1342
1343 ARM: allowed VFP3 instructions when hardfloat is enabled.
1344 (Chromium issue 152506)
1345
1346 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1347 (Chromium issue 151749)
1348
1349 Made GDBJIT interface compile again. (issue 1804)
1350
1351 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1352 (Chromium issue 143967)
1353
1354 Made sure that names of temporaries do not clash with real variables.
1355 (issue 2322)
1356
1357 Rejected local module declarations. (Chromium issue 150628)
1358
1359 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1360
1361 Fixed slot recording of code target patches.
1362 (Chromium issue 152615,chromium:144230)
1363
1364 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1365
1366 Performance and stability improvements on all platforms.
1367
1368
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000013692012-10-01: Version 3.14.1
1370
1371 Don't set -m32 flag when compiling with Android ARM compiler.
1372 (Chromium issue 143889)
1373
1374 Restore the descriptor array before returning allocation failure.
1375 (Chromium issue 151750)
1376
1377 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1378 128252).
1379
1380 Pull more recent gyp in 'make dependencies'.
1381
1382 Made sure that the generic KeyedStoreIC changes length and element_kind
1383 atomically (issue 2346).
1384
1385 Bumped number of allowed variables per scope to 65535, to address GWT.
1386 (Chromium issue 151625)
1387
1388 Support sourceURL for dynamically inserted scripts (issue 2342).
1389
1390 Performance and stability improvements on all platforms.
1391
1392
ulan@chromium.org56c14af2012-09-20 12:51:09 +000013932012-09-20: Version 3.14.0
1394
1395 Fixed missing slot recording during clearing of CallICs.
1396 (Chromium issue 144230)
1397
1398 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1399 (Chromium issue 150729)
1400
1401 Fixed minus zero test. (Issue 2133)
1402
1403 Fixed setting array length to zero for slow elements.
1404 (Chromium issue 146910)
1405
1406 Fixed lost arguments dropping in HLeaveInlined.
1407 (Chromium issue 150545)
1408
1409 Fixed casting error for receiver of interceptors.
1410 (Chromium issue 149912)
1411
1412 Throw a more descriptive exception when blocking 'eval' via CSP.
1413 (Chromium issue 140191)
1414
1415 Fixed debugger's eval when close to stack overflow. (issue 2318)
1416
1417 Added checks to live edit. (issue 2297)
1418
1419 Switched on code compaction on incremental GCs.
1420
1421 Fixed caching of optimized code for OSR. (issue 2326)
1422
1423 Not mask exception thrown by toString in String::UtfValue etc.
1424 (issue 2317)
1425
1426 Fixed API check for length of external arrays. (Chromium issue 148896)
1427
1428 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1429
1430 Correctly initialize regexp global cache. (Chromium issue 148378)
1431
1432 Fixed arguments object materialization during deopt. (issue 2261)
1433
1434 Introduced new API to expose external string resource regardless of
1435 encoding.
1436
1437 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1438 --deopt-every-n-times flag is present
1439 (Chromium issue 148389)
1440
1441 Fixed edge case of extension with NULL as source string.
1442 (Chromium issue 144649)
1443
1444 Fixed array index dehoisting. (Chromium issue 141395)
1445
1446 Performance and stability improvements on all platforms.
1447
1448
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000014492012-09-11: Version 3.13.7
1450
1451 Enable/disable LiveEdit using the (C++) debug API.
1452
1453 Performance and stability improvements on all platforms.
1454
1455
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000014562012-09-06: Version 3.13.6
1457
1458 Added validity checking to API functions and calls.
1459
1460 Disabled accessor inlining (Chromium issue 134609).
1461
1462 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1463
1464 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1465
1466 Fixed VS2005 build (issue 2313).
1467
1468 Activated fixed ES5 readonly semantics by default.
1469
1470 Added hardfp flag to the Makefile.
1471
1472 Performance and stability improvements on all platforms.
1473
1474
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000014752012-08-29: Version 3.13.5
1476
1477 Release stack trace data after firing Error.stack accessor.
1478 (issue 2308)
1479
1480 Added a new API V8::SetJitCodeEventHandler to push code name and
1481 location to users such as profilers.
1482
1483 Allocate block-scoped global bindings to global context.
1484
1485 Performance and stability improvements on all platforms.
1486
1487
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000014882012-08-28: Version 3.13.4
1489
1490 Print reason for disabling optimization. Kill --trace-bailout flag.
1491
1492 Provided option to disable full DEBUG build on Android.
1493
1494 Introduced global contexts to represent lexical global scope(s).
1495
1496 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1497
1498 Performance and stability improvements on all platforms.
1499
1500
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000015012012-08-21: Version 3.13.3
1502
1503 Performance and stability improvements on all platforms.
1504
1505
15062012-08-20: Version 3.13.2
1507
1508 Performance and stability improvements on all platforms.
1509
1510
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000015112012-08-16: Version 3.13.1
1512
1513 Performance and stability improvements on all platforms.
1514
1515
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000015162012-08-10: Version 3.13.0
1517
1518 Added histograms for total allocated/live heap size, as well as
1519 allocated size and percentage of total for map and cell space.
1520
1521 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1522 (issue 1645)
1523
1524 Added checks for interceptors to negative lookup code in Crankshaft.
1525 (Chromium issue 140473)
1526
1527 Made incremental marking clear ICs and type feedback cells.
1528
1529 Performance and stability improvements on all platforms.
1530
1531
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000015322012-08-01: Version 3.12.19
1533
1534 Performance and stability improvements on all platforms.
1535
1536
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000015372012-07-30: Version 3.12.18
1538
1539 Forced using bit-pattern for signed zero double. (issue 2239)
1540
1541 Made sure double to int conversion is correct. (issue 2260)
1542
1543 Performance and stability improvements on all platforms.
1544
1545
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000015462012-07-27: Version 3.12.17
1547
1548 Always set the callee's context when calling a function from optimized
1549 code.
1550 (Chromium issue 138887)
1551
1552 Fixed building with GCC 3.x
1553 (issue 2016, 2017)
1554
1555 Improved API calls that return empty handles.
1556 (issue 2245)
1557
1558 Performance and stability improvements on all platforms.
1559
1560
danno@chromium.org129d3982012-07-25 15:01:47 +000015612012-07-25: Version 3.12.16
1562
1563 Performance and stability improvements on all platforms.
1564
1565
yangguo@chromium.org304cc332012-07-24 07:59:48 +000015662012-07-24: Version 3.12.15
1567
1568 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1569 (issue 2252)
1570
1571 Added dependency to HLoadKeyed* instructions to prevent invalid
1572 hoisting. (Chromium issue 137768)
1573
1574 Enabled building d8 for Android on Mac.
1575
1576 Interpret negative hexadecimal literals as NaN.
1577 (issue 2240)
1578
1579 Expose counters in javascript when using --track-gc-object-stats.
1580
1581 Enabled building and testing V8 on Android IA.
1582
1583 Added --trace-parse flag to parser.
1584
1585 Performance and stability improvements on all platforms.
1586
1587
verwaest@chromium.org178fb152012-07-18 11:21:48 +000015882012-07-18: Version 3.12.14
1589
1590 Deactivated optimization of packed arrays.
1591 (Chromium issue 137768)
1592
1593 Fixed broken accessor transition.
1594 (Chromium issue 137689)
1595
1596 Performance and stability improvements on all platforms.
1597
1598
verwaest@chromium.org753aee42012-07-17 16:15:42 +000015992012-07-17: Version 3.12.13
1600
1601 Fixed missing tagging of stack value in finally block.
1602 (Chromium issue 137496)
1603
1604 Added more support for heap analysis.
1605
1606 Performance and stability improvements on all platforms.
1607
1608
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000016092012-07-16: Version 3.12.12
1610
1611 Added an option to the tickprocessor to specify the directory for lib
1612 lookup.
1613
1614 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1615
1616 Fixed transcendental cache on ARM in optimized code (issue 2234).
1617
1618 New heap inspection tools: counters for object sizes and counts,
1619 histograms for external fragmentation.
1620
1621 Incorporated constness into inferred interfaces (in preparation for
1622 handling imports) (issue 1569).
1623
1624 Performance and stability improvements on all platforms.
1625
1626
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000016272012-07-12: Version 3.12.11
1628
1629 Renamed "mips" arch to "mipsel" in the GYP build.
1630
1631 Fixed computation of call targets on prototypes in Crankshaft.
1632 (Chromium issue 125148)
1633
1634 Removed use of __lookupGetter__ when generating stack trace.
1635 (issue 1591)
1636
1637 Turned on ES 5.2 globals semantics by default.
1638 (issue 1991, Chromium issue 80591)
1639
1640 Synced preparser and parser wrt syntax error in switch..case.
1641 (issue 2210)
1642
1643 Fixed reporting of octal literals in strict mode when preparsing.
1644 (issue 2220)
1645
1646 Fixed inline constructors for Harmony Proxy prototypes.
1647 (issue 2225)
1648
1649 Performance and stability improvements on all platforms.
1650
1651
danno@chromium.org81cac2b2012-07-10 11:28:27 +000016522012-07-10: Version 3.12.10
1653
1654 Re-enabled and fixed issue with array bounds check elimination
1655 (Chromium issue 132114).
1656
1657 Fixed Debug::Break crash. (Chromium issue 131642)
1658
1659 Added optimizing compiler support for JavaScript getters.
1660
1661 Performance and stability improvements on all platforms.
1662
1663
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000016642012-07-06: Version 3.12.9
1665
1666 Correctly advance the scanner when scanning unicode regexp flag.
1667 (Chromium issue 136084)
1668
1669 Fixed unhandlified code calling Harmony Proxy traps.
1670 (issue 2219)
1671
1672 Performance and stability improvements on all platforms.
1673
1674
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000016752012-07-05: Version 3.12.8
1676
1677 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1678
1679 Performance and stability improvements on all platforms.
1680
1681
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000016822012-07-03: Version 3.12.7
1683
1684 Fixed lazy compilation for strict eval scopes.
1685 (Chromium issue 135066)
1686
1687 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1688 (issue 2151)
1689
1690 Report "hidden properties" in heap profiler for properties case.
1691 (issue 2212)
1692
1693 Activated optimization of packed arrays by default.
1694
1695 Performance and stability improvements on all platforms.
1696
1697
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000016982012-06-29: Version 3.12.6
1699
1700 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1701
1702 Extended TypedArray support in d8.
1703
1704
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000017052012-06-28: Version 3.12.5
1706
1707 Fixed lazy parsing heuristics to respect outer scope.
1708 (Chromium issue 135008)
1709
1710 Allow using test-wrapper-gypbuild.py on Windows when no python
1711 interpreter is registered.
1712
1713 Performance and stability improvements on all platforms.
1714
1715
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000017162012-06-27: Version 3.12.4
1717
1718 Removed -fomit-frame-pointer flag from Release builds to make
1719 the stack walkable by TCMalloc (Chromium issue 133723).
1720
1721 Ported r7868 (constant masking) to x64 (issue 1374).
1722
1723 Expose more detailed memory statistics (issue 2201).
1724
1725 Fixed Harmony Maps and WeakMaps for undefined values
1726 (Chromium issue 132744).
1727
1728 Correctly throw reference error in strict mode with ICs disabled
1729 (issue 2119).
1730
1731 Performance and stability improvements on all platforms.
1732
1733
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000017342012-06-25: Version 3.12.3
1735
1736 Reverted r11835 'Unify promotion and allocation limit computation' due
1737 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1738
1739 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1740
1741 Performance and stability improvements on all platforms.
1742
1743
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000017442012-06-22: Version 3.12.2
1745
1746 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1747 ia32/x64. (Chromium issue 134055)
1748
1749 Fixed lazy sweeping heuristics to prevent old-space expansion.
1750 (issue 2194)
1751
1752 Performance and stability improvements on all platforms.
1753
1754
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000017552012-06-21: Version 3.12.1
1756
1757 Performance and stability improvements on all platforms.
1758
1759
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000017602012-06-20: Version 3.12.0
1761
1762 Fixed Chromium issues:
1763 115100, 129628, 131994, 132727, 132741, 132742, 133211
1764
1765 Fixed V8 issues:
1766 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1767
1768 Added --extra-code flag to mksnapshot to load JS code into the VM
1769 before creating the snapshot.
1770
1771 Support 'restart call frame' command in the debugger.
1772
1773 Performance and stability improvements on all platforms.
1774
1775
mmassi@chromium.org7028c052012-06-13 11:51:58 +000017762012-06-13: Version 3.11.10
1777
1778 Implemented heap profiler memory usage reporting.
1779
1780 Preserved error message during finally block in try..finally.
1781 (Chromium issue 129171)
1782
1783 Fixed EnsureCanContainElements to properly handle double values.
1784 (issue 2170)
1785
1786 Improved heuristics to keep objects in fast mode with inherited
1787 constructors.
1788
1789 Performance and stability improvements on all platforms.
1790
1791
rossberg@chromium.org400388e2012-06-06 09:29:22 +000017922012-06-06: Version 3.11.9
1793
1794 Implemented ES5-conformant semantics for inherited setters and read-only
1795 properties. Currently behind --es5_readonly flag, because it breaks
1796 WebKit bindings.
1797
1798 Exposed last seen heap object id via v8 public api.
1799
1800 Performance and stability improvements on all platforms.
1801
1802
verwaest@chromium.org37141392012-05-31 13:27:02 +000018032012-05-31: Version 3.11.8
1804
1805 Avoid overdeep recursion in regexp where a guarded expression with a
1806 minimum repetition count is inside another quantifier.
1807 (Chromium issue 129926)
1808
1809 Fixed missing write barrier in store field stub.
1810 (issues 2143, 1465, Chromium issue 129355)
1811
1812 Proxies: Fixed receiver for setters inherited from proxies.
1813 Proxies: Fixed ToStringArray function so that it does not reject some
1814 keys.
1815 (issue 1543)
1816
1817 Performance and stability improvements on all platforms.
1818
1819
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000018202012-05-29: Version 3.11.7
1821
1822 Get better function names in stack traces.
1823
1824 Performance and stability improvements on all platforms.
1825
1826
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000018272012-05-24: Version 3.11.6
1828
1829 Fixed RegExp.prototype.toString for incompatible receivers
1830 (issue 1981).
1831
1832 Performance and stability improvements on all platforms.
1833
1834
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000018352012-05-23: Version 3.11.5
1836
1837 Performance and stability improvements on all platforms.
1838
1839
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000018402012-05-22: Version 3.11.4
1841
1842 Some cleanup to common.gypi. This fixes some host/target combinations
1843 that weren't working in the Make build on Mac.
1844
1845 Handle EINTR in socket functions and continue incomplete sends.
1846 (issue 2098)
1847
1848 Fixed python deprecations. (issue 1391)
1849
1850 Made socket send and receive more robust and return 0 on failure.
1851 (Chromium issue 15719)
1852
1853 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1854
1855 Set '-m32' option for host and target platforms
1856
1857 Performance and stability improvements on all platforms.
1858
1859
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000018602012-05-18: Version 3.11.3
1861
1862 Disable optimization for functions that have scopes that cannot be
1863 reconstructed from the context chain. (issue 2071)
1864
1865 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1866
1867 Correctly check for native error objects. (Chromium issue 2138)
1868
1869 Performance and stability improvements on all platforms.
1870
1871
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000018722012-05-16: Version 3.11.2
1873
1874 Revert r11496. (Chromium issue 128146)
1875
1876 Implement map collection for incremental marking. (issue 1465)
1877
1878 Add toString method to CallSite (which describes a frame of the
1879 stack trace).
1880
1881
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000018822012-05-15: Version 3.11.1
1883
1884 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1885
1886 Fix freebsd build. (V8 issue 2126)
1887
1888 Performance and stability improvements on all platforms.
1889
1890
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000018912012-05-11: Version 3.11.0
1892
1893 Fixed compose-discard crasher from r11524 (issue 2123).
1894
1895 Activated new global semantics by default. Global variables can
1896 now shadow properties of the global object (ES5.1 erratum).
1897
1898 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1899 transitioning (Chromium issue 117409).
1900
1901 Made Error.prototype.name writable again, as required by the spec and
1902 the web (Chromium issue 69187).
1903
1904 Implemented map collection with incremental marking (issue 1465).
1905
1906 Regexp: Fixed overflow in min-match-length calculation
1907 (Chromium issue 126412).
1908
1909 MIPS: Fixed illegal instruction use on Loongson in code for
1910 Math.random() (issue 2115).
1911
1912 Fixed crash bug in VisitChoice (Chromium issue 126272).
1913
1914 Fixed unsigned-Smi check in MappedArgumentsLookup
1915 (Chromium issue 126414).
1916
1917 Fixed LiveEdit for function with no locals (issue 825).
1918
1919 Fixed register clobbering in LoadIC for interceptors
1920 (Chromium issue 125988).
1921
1922 Implemented clearing of CompareICs (issue 2102).
1923
1924 Performance and stability improvements on all platforms.
1925
1926
danno@chromium.org2c26cb12012-05-03 09:06:43 +000019272012-05-03: Version 3.10.8
1928
1929 Enabled MIPS cross-compilation.
1930
1931 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1932 (Chromium issue 125515)
1933
1934 Fixed corner cases in truncation behavior when storing to
1935 TypedArrays. (issue 2110)
1936
1937 Fixed failure to properly recognize and report out-of-memory
1938 conditions when allocating code space pages. (Chromium issue
1939 118625)
1940
1941 Fixed idle notifications to perform a round of incremental GCs
1942 after context disposal. (issue 2107)
1943
1944 Fixed preparser for try statement. (issue 2109)
1945
1946 Performance and stability improvements on all platforms.
1947
1948
danno@chromium.org1044a4d2012-04-30 12:34:39 +000019492012-04-30: Version 3.10.7
1950
1951 Performance and stability improvements on all platforms.
1952
1953
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000019542012-04-26: Version 3.10.6
1955
1956 Fixed some bugs in accessing details of the last regexp match.
1957
1958 Fixed source property of empty RegExp objects. (issue 1982)
1959
1960 Enabled inlining some V8 API functions.
1961
1962 Performance and stability improvements on all platforms.
1963
1964
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000019652012-04-23: Version 3.10.5
1966
1967 Put new global var semantics behind a flag until WebKit tests are
1968 cleaned up.
1969
1970 Enabled stepping into callback passed to builtins.
1971 (Chromium issue 109564)
1972
1973 Performance and stability improvements on all platforms.
1974
1975
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000019762012-04-19: Version 3.10.4
1977
1978 Fixed issues when stressing compaction with WeakMaps.
1979
1980 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
1981
1982 Simplify invocation sequence at monomorphic function invocation sites.
1983 (issue 2079)
1984
1985 Performance and stability improvements on all platforms.
1986
1987
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000019882012-04-17: Version 3.10.3
1989
1990 Fixed several bugs in heap profiles (including issue 2078).
1991
1992 Throw syntax errors on illegal escape sequences.
1993
1994 Implemented rudimentary module linking (behind --harmony flag)
1995
1996 Implemented ES5 erratum: Global declarations should shadow
1997 inherited properties.
1998
1999 Made handling of const more consistent when combined with 'eval'
2000 and 'with'.
2001
2002 Fixed V8 on MinGW-x64 (issue 2026).
2003
2004 Performance and stability improvements on all platforms.
2005
2006
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000020072012-04-13: Version 3.10.2
2008
2009 Fixed native ARM build (issues 1744, 539)
2010
2011 Return LOOKUP variable instead of CONTEXT for non-context allocated
2012 outer scope parameters (Chromium issue 119609).
2013
2014 Fixed regular and ElementsKind transitions interfering with each other
2015 (Chromium issue 122271).
2016
2017 Improved performance of keyed loads/stores which have a HeapNumber
2018 index (issues 1388, 1295).
2019
2020 Fixed WeakMap processing for evacuation candidates (issue 2060).
2021
2022 Bailout on possible direct eval calls (Chromium issue 122681).
2023
2024 Do not assume that names of function expressions are context-allocated
2025 (issue 2051).
2026
2027 Performance and stability improvements on all platforms.
2028
2029
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000020302012-04-10: Version 3.10.1
2031
2032 Fixed bug with arguments object in inlined functions (issue 2045).
2033
2034 Fixed performance bug with lazy initialization (Chromium issue
2035 118686).
2036
2037 Added suppport for Mac OS X 64bit builds with GYP.
2038 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
2039
2040 Fixed bug with hidden properties (issue 2034).
2041
2042 Fixed a performance bug when reloading pages (Chromium issue 117767,
2043 V8 issue 1902).
2044
2045 Fixed bug when optimizing throw in top-level code (issue 2054).
2046
2047 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
2048
2049 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
2050
2051 Fixed a bug with the new runtime profiler (Chromium issue 121147).
2052
2053 Fixed compilation of V8 using uClibc.
2054
2055 Optimized boot-up memory use.
2056
2057 Optimized regular expressions.
2058
2059
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000020602012-03-30: Version 3.10.0
2061
2062 Fixed store IC writability check in strict mode
2063 (Chromium issue 120099).
2064
2065 Resynchronize timers if the Windows system time was changed.
2066 (Chromium issue 119815)
2067
2068 Removed "-mfloat-abi=hard" from host compiler cflags when building for
2069 hardfp ARM
2070 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
2071
2072 Fixed edge case for case independent regexp character classes
2073 (issue 2032).
2074
2075 Reset function info counters after context disposal.
2076 (Chromium issue 117767, V8 issue 1902)
2077
2078 Fixed missing write barrier in CopyObjectToObjectElements.
2079 (Chromium issue 119926)
2080
2081 Fixed missing bounds check in HasElementImpl.
2082 (Chromium issue 119925)
2083
2084 Performance and stability improvements on all platforms.
2085
2086
danno@chromium.org88aa0582012-03-23 15:11:57 +000020872012-03-23: Version 3.9.24
2088
2089 Activated count-based profiler for ARM.
2090
2091 Fixed use of proxies as f.prototype properties. (issue 2021)
2092
2093 Enabled snapshots on MIPS.
2094
2095 Performance and stability improvements on all platforms.
2096
2097
ulan@chromium.org6ff65142012-03-21 09:52:17 +000020982012-03-21: Version 3.9.23
2099
2100 Use correct arguments adaptation environment when inlining function
2101 containing arguments. (Issue 2014)
2102
2103 Performance and stability improvements on all platforms.
2104
2105
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000021062012-03-20: Version 3.9.22
2107
2108 Enabled count-based profiler by default.
2109
2110 Implemented a hash based look-up to speed up address checks
2111 in large object space (issue 853).
2112
2113 Performance and stability improvements on all platforms.
2114
2115
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000021162012-03-19: Version 3.9.21
2117
2118 Fixed push-to-trunk script (and re-push).
2119
2120 Added API call that identifies strings that are guaranteed only to
2121 contain ASCII characters.
2122
2123
21242012-03-19: Version 3.9.20
2125
2126 Fixed declarations escaping global strict eval. (Issue 1624)
2127
2128 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
2129
2130 Fixed function declarations overwriting read-only global properties.
2131 (Chromium issue 115452)
2132
2133 Fixed --use-strict flag in combination with --harmony[-scoping].
2134
2135 Debugger: naive implementation of "step into Function.prototype.bind".
2136
2137 Debugger: added ability to set script source from within OnBeforeCompile
2138
2139 Added flag to always call DebugBreak on abort.
2140
2141 Re-enabled constructor inlining and inline === comparison with boolean
2142 constants. (Issue 2009)
2143
2144 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
2145
2146 Performance and stability improvements on all platforms.
2147
2148
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000021492012-03-14: Version 3.9.19
2150
2151 Ensure there is a smi check of the receiver for global load and call
2152 ICs (Chromium issue 117794).
2153
2154 Performance and stability improvements on all platforms.
2155
2156
yangguo@chromium.org154ff992012-03-13 08:09:54 +000021572012-03-13: Version 3.9.18
2158
2159 Ensure consistency of Math.sqrt on Intel platforms.
2160
2161 Remove static initializers in v8. (issue 1859)
2162
2163 Add explicit dependency on v8_base in the GYP-based build.
2164
2165 Performance and stability improvements on all platforms.
2166
2167
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000021682012-03-12: Version 3.9.17
2169
2170 Fixed VFP detection through compiler defines. (issue 1996)
2171
2172 Add Code-related fields to postmortem metadata.
2173
2174 Performance and stability improvements on all platforms.
2175
2176
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000021772012-03-09: Version 3.9.16
2178
2179 Added basic interface inference for modules (behind the --harmony flag).
2180
2181 Added Object.is, Number.isFinite, Number.isNaN.
2182
2183 Updated the Unicode tables to Unicode version 6.1.0.
2184
2185 Performance and stability improvements on all platforms.
2186
2187
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000021882012-03-06: Version 3.9.15
2189
2190 Fix the heap profiler crash caused by memory layout changes between
2191 passes.
2192
2193 Fix Error.prototype.toString to throw TypeError. (issue 1980)
2194
2195 Fix double-rounding in strtod for MinGW. (issue 1062)
2196
2197 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
2198
2199 Performance and stability improvements on all platforms.
2200
2201
fschneider@chromium.org35814e52012-03-01 15:43:35 +000022022012-03-01: Version 3.9.14
2203
2204 Performance and stability improvements on all platforms.
2205
2206
ulan@chromium.org812308e2012-02-29 15:58:45 +000022072012-02-29: Version 3.9.13
2208
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002209 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002210
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002211 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2212 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00002213
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002214 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002215
2216 Performance and stability improvements on all platforms.
2217
2218
ulan@chromium.org967e2702012-02-28 09:49:15 +000022192012-02-28: Version 3.9.12
2220
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002221 Fixed the negative lookup stub to handle deleted entries in a
2222 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00002223
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002224 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00002225 callback function can resolve the location of a return address on stack
2226 to the location where a return-address rewriting profiler stashed the
2227 original return address.
2228
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002229 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2230 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002231
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002232 Fixed issue 1853: Update breakpoints set with partial file name after
2233 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002234
2235
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000022362012-02-27: Version 3.9.11
2237
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002238 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002239
2240
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000022412012-02-24: Version 3.9.10
2242
2243 Fixed V8 issues 1322, 1772 and 1969.
2244
2245 Conformance improvements.
2246
2247 Performance and stability improvements on all platforms.
2248
2249
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000022502012-02-23: Version 3.9.9
2251
2252 Supported fast case for-in in Crankshaft.
2253
2254 Sped up heap snapshot serialization and dominators construction.
2255
2256 Randomized allocation addresses on windows. (Chromium issue 115151)
2257
2258 Fixed compilation with MinGW-w64. (issue 1943)
2259
2260 Fixed incorrect value of assignments to non-extensible properties.
2261
2262 Fixed a crash bug in generated code on ia32.
2263
2264 Performance and stability improvements on all platforms.
2265
2266
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000022672012-02-21: Version 3.9.8
2268
2269 Fixed memory leak and missing #include in StartupDataDecompressor
2270 (issue 1960).
2271
2272 Renamed static methods to avoid shadowing virtual methods and fix Clang
2273 C++11 compile error.
2274
2275 Fixed sequence of element access in array builtins (issue 1790).
2276
2277 Performance and stability improvements on all platforms.
2278
2279
yangguo@chromium.org56454712012-02-16 15:33:53 +000022802012-02-16: Version 3.9.7
2281
2282 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2283
2284 Fixed GCC-4.7 warnings.
2285
2286 Added Navier-Stokes benchmark.
2287
2288 Performance and stability improvements on all platforms.
2289
2290
ulan@chromium.org65a89c22012-02-14 11:46:07 +000022912012-02-14: Version 3.9.6
2292
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002293 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002294
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002295 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002296
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002297 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002298
2299 Heap Snapshot maximum size limit is too low for really big apps. At the
2300 moment the limit is 256MB. (Chromium issue 113015)
2301
2302 Performance and stability improvements on all platforms.
2303
2304
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000023052012-02-09: Version 3.9.5
2306
2307 Removed unused command line flags.
2308
2309 Performance and stability improvements on all platforms.
2310
2311
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000023122012-02-08: Version 3.9.4
2313
2314 Properly initialize element-transitioning array literals on ARM.
2315 (issue 1930)
2316
2317 Bug fixes on all platforms.
2318
2319
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000023202012-02-07: Version 3.9.3
2321
2322 When rethrowing an exception, print the stack trace of its original
2323 site instead of rethrow site (Chromium issue 60240).
2324
2325 Increased size of small stacks from 32k to 64k to avoid hitting limits
2326 in Chromium (Chromium issue 112843).
2327
2328
rossberg@chromium.org994edf62012-02-06 10:12:55 +000023292012-02-06: Version 3.9.2
2330
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002331 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002332
2333 Heap profiler reports implicit references.
2334
2335 Optionally export metadata with libv8 to enable debuggers to inspect V8
2336 state.
2337
2338
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000023392012-02-02: Version 3.9.1
2340
2341 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2342 (Chromium issue 112315).
2343
2344 Fixed a crash in dev tools (Chromium issue 107996).
2345
2346 Added 'dependencies_traverse': 1 to v8 GYP target.
2347
2348 Performance and stability improvements on all platforms.
2349
2350
danno@chromium.orgfa458e42012-02-01 10:48:36 +000023512012-02-01: Version 3.9.0
2352
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002353 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002354
2355 Stability fixes and performance improvements on all platforms.
2356
2357
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000023582012-01-26: Version 3.8.9
2359
2360 Flush number string cache on GC (issue 1605).
2361
2362 Provide access to function inferred name with
2363 v8::Function::GetInferredName in V8 public API.
2364
2365 Fix building with Clang (issue 1912).
2366
2367 Reduce the space used by the stack for the profiling thread.
2368
2369 Fix misleading documentation of v8::Locker (issue 542).
2370
2371 Introduce readbinary function in d8 to read binary files.
2372
2373 Performance and stability improvements on all platforms.
2374
2375
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000023762012-01-23: Version 3.8.8
2377
2378 Limited number of loop iterations in Heap::ReserveSpace
2379 (Chromium issue 99027).
2380
2381 Fixed solaris build (VirtualMemory) (issue 1761).
2382
2383 Fixed strict vs. non-strict handling of function proxies in
2384 higher-order array and string methods.
2385
2386 Enabled asynchronous remote debugging with d8 (issue 1691).
2387
2388 Stability and performance improvements on all platforms.
2389
2390
ulan@chromium.org2efb9002012-01-19 15:36:35 +000023912012-01-19: Version 3.8.7
2392
2393 Ensure that LRandom restores rsi after call to the C function on x64.
2394 (Chromium issue http://crbug.com/110509)
2395
2396 Fixing include issues on *bsd when building with scons.
2397 (issue 1897)
2398
2399 Provide a switch to specify -fno-strict-aliasing
2400 (issue 1887)
2401
2402 Move WIN32 define from standalone.gypi to common.gypi
2403 (issue 1760)
2404
2405 Fix corner-case in heap size estimation.
2406 (issue 1893)
2407
2408 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2409 (issue 1903)
2410
2411 Performance improvements and bug fixes.
2412
2413
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000024142012-01-16: Version 3.8.6
2415
2416 Add primitive WebGL array support to d8.
2417
2418 Improve heap size estimation (issue 1893).
2419
2420 Hash collision DOS workaround extended from string keys
2421 to numeric keys.
2422
2423 Provide an API for iterating through all external strings referenced
2424 from the JS heap.
2425
2426 Adjust position recorded for call expressions. http://crbug.com/109195
2427
2428 Fix GC crash related to instanceof. http://crbug.com/109448
2429
2430 Performance improvements and bug fixes.
2431
2432
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000024332012-01-05: Version 3.8.5
2434
2435 Fix broken test that assumes that no GC can clear the regexp cache (GC
2436 can happen at any time due to Crankshaft).
2437
2438 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2439
2440 Add netbsd support to gyp build.
2441
2442 Determine page size at runtime on posix platforms.
2443
2444 Ensure that store buffer filtering hash sets are cleared after
2445 StoreBuffer::Filter.
2446
2447 Randomize the seed used for string hashing. This helps guard against
2448 CPU-eating DOS attacks against node.js servers. Based on code from
2449 Bert Belder. This version only solves the issue for those that compile
2450 V8 themselves or those that do not use snapshots. A snapshot-based
2451 precompiled V8 will still have predictable string hash codes.
2452
2453 Implement callback when script finishes running in V8 API.
2454
2455 Improve performance of Math.min and Math.max for the case of two
2456 arguments. (issue 1325)
2457
2458
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000024592012-01-02: Version 3.8.4
2460
2461 Performance improvements for large Smi-only arrays.
2462
2463 Fixed InternalArrays construction. (issue 1878)
2464
2465
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000024662011-12-27: Version 3.8.3
2467
2468 Avoid embedding new space objects into code objects in the lithium gap
2469 resolver. (chromium:108296)
2470
2471 Bug fixes and performance optimizations on all platforms.
2472
2473
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000024742011-12-21: Version 3.8.2
2475
2476 Add max optimization flag to v8 gyp build to ensure V8 is always built
2477 fully optimized in Chrome.
2478
2479 MIPS: Bring MIPS to parity with other platforms.
2480
2481 Optimizations and stability improvements on all platforms.
2482
2483
ricow@chromium.org7ad65222011-12-19 12:13:11 +000024842011-12-19: Version 3.8.1
2485
2486 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2487
2488 Stability improvements on all platforms.
2489
2490
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000024912011-12-13: Version 3.8.0
2492
2493 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2494
2495 Sync parser and preparser on do-while and return statements.
2496 (issue 1856)
2497
2498 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2499
2500 Stability and performance improvements on all platforms.
2501
2502
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000025032011-12-01: Version 3.7.12
2504
2505 Increase tick interval for the android platform.
2506
2507 Fix a bug in the register allocator. (chromium:105112)
2508
2509 Fix handling of recompiling code. (chromium:105375, v8:1782)
2510
2511 Start incremental marking on idle notification. (v8:1458)
2512
2513 Build fixes for various platforms.
2514
2515 Various performance improvements.
2516
2517
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000025182011-11-29: Version 3.7.11
2519
2520 Fixed bug when generating padding to ensure space for lazy
2521 deoptimization.
2522 (issue 1846)
2523
2524 Further reduced pause times due to GC.
2525
2526 Stability and performance improvements on all platforms.
2527
2528
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000025292011-11-23: Version 3.7.10
2530
2531 Set maximum length of FixedArray in terms of elements instead an
2532 absolute number of bytes.
2533 (Chromium issue 103103)
2534
2535 Stability and performance improvements on all platforms.
2536
2537
25382011-11-21: Version 3.7.9
2539
2540 Removed exit-time destructors.
2541
2542 Stability and performance improvements on all platforms.
2543
2544
ricow@chromium.org27bf2882011-11-17 08:34:43 +000025452011-11-17: Version 3.7.8
2546
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002547 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002548 function on builtins will not make the original function reappear.
2549
2550 Added NetBSD support for scons build.
2551
2552 Performance improvements on all platforms.
2553
2554
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000025552011-11-14: Version 3.7.7
2556
2557 Fix missing fast property accessors in heap snapshots.
2558 (issue 1818)
2559
2560
danno@chromium.org2c456792011-11-11 12:00:53 +000025612011-11-11: Version 3.7.6
2562
2563 Fixed filtering of store buffer for large object pages.
2564 (issue 1817)
2565
2566 Fixed generated hash function on all platforms.
2567 (issue 1808)
2568
2569 Fixed Heap::Shrink to ensure that it does not free pages that are
2570 still in use.
2571 (Chromium issue 100414)
2572
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002573 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002574
2575
danno@chromium.orgc612e022011-11-10 11:38:15 +000025762011-11-10: Version 3.7.5
2577
2578 Added initial gyp infrastructure for MIPS.
2579
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002580 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002581 collector.
2582
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002583 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002584
2585
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000025862011-11-07: Version 3.7.4
2587
2588 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2589
2590 Fix Harmony sets and maps to allow null and undefined as keys
2591 (still hidden behind --harmony flag) (issue 1622).
2592
2593 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2594
2595 Enable VFP instructions for Android.
2596
2597 Fix error handling in Date.prototype.toISOString (issue 1792).
2598
2599 Bug fixes and performance improvements for all platforms.
2600
2601 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2602
2603
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000026042011-10-28: Version 3.7.3
2605
2606 Slight deoptimization as a workaround for issue with jslint: Issue
2607 1789.
2608
2609
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000026102011-10-27: Version 3.7.2
2611
2612 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2613
2614
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000026152011-10-26: Version 3.7.1
2616
2617 Achieved 33% speedup in debug-mode tests.
2618
2619 Removed special casing of calls to RegExp test and exec methods with no
2620 argument. Now matches new JSC behaviour. crbug.com/75740.
2621
2622 Return the empty string on cyclic references in toString (ES5
2623 conformance).
2624
2625 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2626
2627 Made Math.random state per-context instead of per-process (issue 864).
2628
2629 Fixed stack traces to skip native functions.
2630
2631 Make snapshots (new contexts) smaller and faster.
2632
2633 Fixed handling of Function.apply for non-array arguments.
2634
2635 Fixed evaluation order in defineProperties to match FireFox.
2636
2637 Fixed handling of non-object receivers for array builtins,
2638 crbug.com/100702.
2639
2640 Multiple fixes to improve compliance with test262.
2641
2642 Fixed compatibility with older Android releases.
2643
2644 Fixed compilation with gcc-4.5.3.
2645
2646 Improved performance of WriteUtf8, issue 1665.
2647
2648 Made native syntax an early error in the preparser.
2649
2650 Fixed issues 793 and 893 relating to Function.prototype.bind.
2651
2652 Improved let, const, Set and Map support and other Harmony features
2653 (behind the --harmony flag).
2654
2655 Changed evaluation order for > and <= to match ES5 instead of ES3.
2656
2657 Bug fixes and performance improvements on all platforms.
2658
2659
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000026602011-10-13: Version 3.7.0
2661
2662 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2663
2664 Fixed issue 1757 (string slices of external strings).
2665
2666 Fixed issue 1759 (ARM).
2667
2668 Added flag --noclever-optimizations to disable some things that
2669 caused trouble in the past.
2670
2671 Added flag --stress-compaction for testing.
2672
2673 Added flag --harmony to activate all experimental Harmony features.
2674
2675
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000026762011-10-10: Version 3.6.6
2677
2678 Added a GC pause visualization tool.
2679
2680 Added presubmit=no and werror=no flags to Makefile.
2681
2682 ES5/Test262 conformance improvements.
2683
2684 Fixed compilation issues with GCC 4.5.x (issue 1743).
2685
2686 Bug fixes and performance improvements on all platforms.
2687
2688
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000026892011-10-05: Version 3.6.5
2690
2691 New incremental garbage collector.
2692
2693 Removed the hard heap size limit (soft heap size limit is still
2694 700/1400Mbytes by default).
2695
2696 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2697
2698 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2699
2700 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2701
2702 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2703
2704 Fixed the MinGW and Windows 2000 builds.
2705
2706 Fixed "Prototype chain is not searched if named property handler does
2707 not set a property" (Issue 1636).
2708
2709 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2710
2711 Disallowed future reserved words as labels in strict mode.
2712
2713 Fixed string split to correctly coerce the separator to a string
2714 (Issue 1711).
2715
2716 API: Added an optional source length field to the Extension
2717 constructor.
2718
2719 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2720 (Issue 1573).
2721
2722 Added "native" target to Makefile for the benefit of Linux distros.
2723
2724 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2725
2726 More work on ES-Harmony proxies. Still hidden behind a flag.
2727
2728 Bug fixes and performance improvements on all platforms.
2729
2730
lrn@chromium.org34e60782011-09-15 07:25:40 +000027312011-09-15: Version 3.6.4
2732
2733 Fixed d8's broken readline history.
2734
2735 Removed the need for code delete events in CPU profiler (Issue 1466).
2736
2737 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2738
2739 Fixing parallel execution in d8 (with -p) and some memory leaks.
2740
2741 Support for precise stepping in functions compiled before debugging was
2742 started (step 1).
2743
2744
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000027452011-09-13: Version 3.6.3
2746
2747 Implemented better support of typed arrays in the d8 shell.
2748
2749 Bug fixes and performance improvements on all platforms.
2750
2751
ricow@chromium.org55ee8072011-09-08 16:33:10 +000027522011-09-08: Version 3.6.2
2753
2754 Added "dependencies" target to top-level Makefile.
2755
2756 Added ability to turn profiler on/off in d8.
2757
2758 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2759
2760 Fixed several crash bugs.
2761
2762
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000027632011-09-07: Version 3.6.1
2764
2765 Fixed a bug in abrupt exit from with or catch inside finally.
2766
2767 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2768 issue 95113).
2769
2770 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2771
2772 Fixed a few clang warnings (which -Werror treated as errors).
2773
2774 Performance improvements on all platforms.
2775
2776
fschneider@chromium.org1805e212011-09-05 10:49:12 +000027772011-09-05: Version 3.6.0
2778
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002779 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002780
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002781 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002782
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002783 Made arguments and caller always be null on native functions
2784 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002785
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002786 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002787
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002788 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002789
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002790 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002791
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002792 Fixed a problem with large heap snapshots in Chrome DevTools
2793 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002794
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002795 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002796
2797
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000027982011-08-31: Version 3.5.10
2799
2800 Added dependency of v8_base on WinSocket2 Windows library in
2801 the GYP-build.
2802
2803 Various bugfixes.
2804
2805
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000028062011-08-29: Version 3.5.9
2807
2808 Made FromPropertyDescriptor not trigger inherited setters.
2809
2810 Fixed .gyp files to work on the ARM simulator.
2811
2812 Fixed shared library build warnings for MSVS.
2813
2814
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000028152011-08-24: Version 3.5.8
2816
2817 Added V8EXPORT attributes for v8::Array::CheckCast and
2818 v8::Number::CheckCast.
2819
2820 Made a slight API change enabling opting out from null termination
2821 in String::Write*().
2822
2823 Fixed arm build for gcc-4.6.
2824
2825
rossberg@chromium.org28a37082011-08-22 11:03:23 +000028262011-08-22: Version 3.5.7
2827
2828 Make scanner handle invalid unicode escapes in identifiers correctly.
2829
2830 Make regexp flag parsing stricter.
2831
2832 Fix several memory leaks.
2833
2834
danno@chromium.orgb6451162011-08-17 14:33:23 +000028352011-08-17: Version 3.5.6
2836
2837 Fixed issue that could cause crashes when running with --heap-stats.
2838
2839 Fixed compilation on Linux 2.6.9 and older.
2840
2841 Fixed live-object-list to work with isolates.
2842
2843 Fixed memory leaks in zones and isolates.
2844
2845 Fixed a performance regression for TypedArrays on x64.
2846
2847 Stability improvements on all platforms.
2848
2849
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000028502011-08-15: Version 3.5.5
2851
2852 Fixed bugs involving negative zero and the optimizing compiler.
2853
2854 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2855
2856 Eliminated uses of deprecated ARM instructions.
2857
2858 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2859
2860 Removed restriction on the size of disassembled code that is printed.
2861
2862
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000028632011-08-10: Version 3.5.4
2864
2865 Added a preliminary implementation of ES Harmony weak maps. Weak
2866 maps can be enabled by the flag --harmony-weakmaps.
2867
2868 Introduced a toplevel Makefile to support GYP-based building. GYP
2869 can be obtained from http://gyp.googlecode.com.
2870
2871 Fixed a bug in the length property of functions created by
2872 Function.prototype.bind.
2873
2874 Reduced malloc heap allocation on process startup.
2875
2876 Several important code generation bug fixes.
2877
2878 Performance improvements on all platforms.
2879
2880
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000028812011-08-03: Version 3.5.3
2882
2883 MIPS: Port of fix to ClassOf check from ARM.
2884 Patch from Paul Lind <plind44@gmail.com>.
2885
2886 Stopped using mprotect on Cygwin.
2887 Avoided uninitialized member warning on gcc 4.3.4
2888 Both patches by Bert Belder.
2889
2890 Bug fixes and performance improvements on all platforms.
2891
2892
vegorov@chromium.org7943d462011-08-01 11:41:52 +000028932011-08-01: Version 3.5.2
2894
2895 Performance improvements on all platforms.
2896
2897
ricow@chromium.org2c99e282011-07-28 09:15:17 +000028982011-07-28: Version 3.5.1
2899
2900 Fixed setting the readonly flag on the prototype property using the
2901 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2902
2903 Changed the tools/test.py script to use d8 instead of shell for
2904 testing.
2905
2906 Fixed crash in ToBooleanStub when GC happens during invocation.
2907
2908 Enabled automatic unboxing of double arrays.
2909
2910 Performance improvements on all platforms.
2911
2912
ricow@chromium.org9fa09672011-07-25 11:05:35 +000029132011-07-25: Version 3.5.0
2914
2915 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2916 proxies.
2917
2918 Removed logging to memory support.
2919
2920 Bugfixes and performance work.
2921
2922
rossberg@chromium.org717967f2011-07-20 13:44:42 +000029232011-07-20: Version 3.4.14
2924
2925 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2926
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002927 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002928 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002929
2930 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2931
2932
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000029332011-07-18: Version 3.4.13
2934
2935 Improved debugger support to allow inspection of optimized frames (issue
2936 1140).
2937
2938 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2939
2940 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2941
2942 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2943
2944 Simplified HClampToUint8. Patch by Andy Wingo.
2945
2946 Exposed APIs for detecting boxed primitives, native errors. Patch by
2947 Luke Zarko.
2948
2949 Added map check for COW elements to crankshaft array handling code
2950 (issue 1560).
2951
2952 Sample shell and (a light version of) D8 links against a shared library
2953 now.
2954
2955 Fixed bug in array filter and reduce functions (issue 1559).
2956
2957 Avoid TLS load in AstNode constructor.
2958
2959 Introduced a random entropy source which can optionally be provided at
2960 initialization. (Chromium issue 89462).
2961
2962
whesse@chromium.org030d38e2011-07-13 13:23:34 +000029632011-07-13: Version 3.4.12
2964
2965 Added --prof profiling option to d8 shell.
2966
2967 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
2968
2969 Fixed a potential assertion failure in const declarations.
2970
2971 Fixed an assertion failure in descriptor arrays (issue 1526).
2972
2973 Enabled fast thread-local storage by default on supported platforms.
2974
2975 Improved reporting of source position for global variable loads
2976 (issue 1527).
2977
2978
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000029792011-07-11: Version 3.4.11
2980
2981 Fixed MinGW32 build.
2982
2983 Fixed a GC bug with RegExp code flushing.
2984
2985 Implemented Object.defineProperty for proxies.
2986
2987 Fixed a bug in for/in iteration of arguments objects (issue 1531).
2988
2989 Added debugger support for inspecting optimized frames (issue 1140).
2990
2991 Allowed JSObject::PreventExtensions to work for arguments objects.
2992
2993 Bugfixes and performance work.
2994
2995
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000029962011-07-06: Version 3.4.10
2997
2998 Fixed debugger not breaking on certain "if" statements (issue 1523).
2999
3000 Fixed assertion failure in runtime profiler when running on IA32
3001 without snapshot (issue 1522).
3002
3003 Fixed ABI for API calls on IA32 (for clang compatibility).
3004
3005 Introduced code flushing of RegExp code to free memory used by
3006 RegExps sooner.
3007
3008 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
3009
3010 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
3011
3012 Performance improvements on all platforms.
3013
3014
ricow@chromium.org4f693d62011-07-04 14:01:31 +000030152011-07-04: Version 3.4.9
3016
3017 Added support for debugger inspection of locals in optimized frames
3018 (issue 1140).
3019
3020 Fixed SConstruct to pass correct defines to samples/preparser when
3021 building with library=shared.
3022
3023 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
3024
3025 Fixed a bug in Object.defineProperty on the arguments object.
3026
3027 Performance improvements on all platforms.
3028
3029
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000030302011-06-29: Version 3.4.8
3031
3032 Ensure 16-byte stack alignment on Solaris (issue 1505).
3033
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00003034 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00003035 that is not a smi. (issue 1246).
3036
3037
ager@chromium.org04921a82011-06-27 13:21:41 +000030382011-06-27: Version 3.4.7
3039
3040 Fixed 64-bit build on FreeBSD.
3041
3042 Added API to set the property attributes for the prototype
3043 property on functions created from FunctionTemplates.
3044
3045 Bugfixes and performance work.
3046
3047
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000030482011-06-22: Version 3.4.6
3049
3050 Lowered limit on code space for systems with low memory supply.
3051
3052 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
3053
3054 Extended setBreakpoint API to accept partial script name (issue 1418).
3055
3056 Made multi-line comments not count when deciding whether the '-->'
3057 comment starter is first on a line. This matches Safari.
3058
3059 Made handling of non-array recievers in Array length setter correct
3060 (issue 1491).
3061
3062 Added ability to heap profiler to iterate over snapshot's node
3063 (issue 1481).
3064
3065
whesse@chromium.org7b260152011-06-20 15:33:18 +000030662011-06-20: Version 3.4.5
3067
3068 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
3069 1476, and 1477.
3070
3071 Improved code generation for !0 and !1.
3072
3073 Reduced memory usage for regular expressions with nested qualifiers.
3074 (issue 1472)
3075
3076 Fixed V8 to count line terminators in multi-line comments.
3077 (Chromium issue 86431)
3078
3079 Fixed disassembler=on option for release-mode builds. (issue 1473)
3080
3081 Performance improvements on all platforms.
3082
3083
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000030842011-06-15: Version 3.4.4
3085
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003086 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003087
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003088 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003089
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003090 Several GYP-related changes: Added support for building Xcode project
3091 files. Make the ARM simulator build with GYP again. Generate Makefiles
3092 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003093
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003094 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
3095 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003096
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003097 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003098
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003099 Handle 'undefined' correctly when === has been specialized for doubles.
3100 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003101
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003102 Corrected the limit of local variables in an optimized function from 64
3103 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003104
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003105 Correctly set ReadOnly flag on indexed properties when using the API Set
3106 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003107
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003108 Give the correct error message when Object.isExtensible is called on a
3109 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003110
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003111 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
3112 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003113
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003114 Do not redefine properties unneccesarily in seal and freeze. (issue
3115 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003116
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003117 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003118
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003119 Distinguish keyed loads with a symbol key from fast elements loads,
3120 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003121
3122
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000031232011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003124
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003125 Clear the global thread table when an isolate is disposed
3126 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003127
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003128 Converted time zone name to UTF8 on Windows (issue 1290).
3129
3130 Limited the number of arguments in a function call to 32766
3131 (issue 1413).
3132
3133 Compress sources of JS libraries in addition to the snapshot.
3134
3135 Fixed a bug in Lithium environment iteration.
3136
3137 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003138
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003139
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000031402011-06-06: Version 3.4.2
3141
3142 More work on ES-Harmony proxies. Still hidden behind a flag.
3143
3144 Fixed some crash bugs and improved performance.
3145
3146 Fixed building with gdb debugging support.
3147
3148 Do not install SIGPROF handler until it is needed.
3149
3150 Added DateTimeFormat to i18n API.
3151
3152 Fixed compilation on OpenBSD.
3153
3154 Take the ulimit into account when sizing the heap. OpenBSD users
3155 may still have to increase the default ulimit to run heavy pages in
3156 the browser.
3157
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003158
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000031592011-06-01: Version 3.4.1
3160
3161 Fixed JSON stringify issue with arrays.
3162
3163 Changed calls to JS builtins to be passed undefined when called with
3164 implicit receiver.
3165
3166 Implemented the set trap for Harmony proxies. Proxies still need to
3167 be enabled with the --harmony-proxies flag.
3168
3169
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000031702011-05-30: Version 3.4.0
3171
3172 Changed calls to undefined property setters to not throw (issue 1355).
3173
3174 Made RegExp objects not callable.
3175
3176 Fixed issues on special case large JSON strings in new json parser
3177 (issues http://crbug.com/83877 and http://crbug.com/84186).
3178
3179 Performance improvements on all platforms.
3180
3181
danno@chromium.org40cb8782011-05-25 07:58:50 +000031822011-05-25: Version 3.3.10
3183
3184 Fixed calls of strict mode function with an implicit receiver.
3185
3186 Fixed fast handling of arrays to properly deal with changes to the
3187 Object prototype (issue 1403).
3188
3189 Changed strict mode poison pill to be the same type error function
3190 (issue 1387).
3191
3192 Fixed a debug crash in arguments object handling (issue 1227).
3193
3194 Fixed a bug in deoptimization on x64 (issue 1404).
3195
3196 Performance improvements and bug fixes on all platforms.
3197
3198
ager@chromium.orgea91cc52011-05-23 06:06:11 +000031992011-05-23: Version 3.3.9
3200
3201 Added DateTimeFormat class to experimental i18n API.
3202
3203 Extended preparser to give early errors for some strict mode
3204 restrictions.
3205
3206 Removed legacy execScript function from V8.
3207
3208 Extended isolate API with the ability to add embedder-specific
3209 data to an isolate.
3210
3211 Added basic support for polymorphic loads from JS and external
3212 arrays.
3213
3214 Fixed bug in handling of switch statements in the optimizing
3215 compiler.
3216
3217
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000032182011-05-18: Version 3.3.8
3219
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003220 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003221 handles are independent of all other persistent handles and can be
3222 garbage collected more frequently.
3223
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003224 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003225 with the --harmony-proxies flag.
3226
3227 Performance improvements and bug fixes on all platforms.
3228
3229
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000032302011-05-16: Version 3.3.7
3231
3232 Updated MIPS infrastructure files.
3233
3234 Performance improvements and bug fixes on all platforms.
3235
3236
karlklose@chromium.org83a47282011-05-11 11:54:09 +000032372011-05-11: Version 3.3.6
3238
3239 Updated MIPS infrastructure files.
3240
3241 Added method IsCallable for Object to the API.
3242 Patch by Peter Varga.
3243
3244
lrn@chromium.org1c092762011-05-09 09:42:16 +000032452011-05-09: Version 3.3.5
3246
3247 Fixed build on FreeBSD. Patch by Akinori MUSHA.
3248
3249 Added check that receiver is JSObject on API calls.
3250
3251 Implemented CallAsConstructor method for Object in the API (Issue 1348).
3252 Patch by Peter Varga.
3253
3254 Added CallAsFunction method to the Object class in the API (Issue 1336).
3255 Patch by Peter Varga.
3256
3257 Added per-isolate locking and unlocking.
3258
3259 Fixed bug in x64 >>> operator (Issue 1359).
3260
3261
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000032622011-05-04: Version 3.3.4
3263
3264 Implemented API to disallow code generation from strings for a context
3265 (issue 1258).
3266
3267 Fixed bug with whitespaces in parseInt (issue 955).
3268
3269 Fixed bug with == comparison of Date objects (issue 1356).
3270
3271 Added GYP variables for ARM code generation:
3272 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3273 and v8_use_arm_eabi_hardfloat.
3274
3275
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000032762011-05-02: Version 3.3.3
3277
3278 Added support for generating Visual Studio solution and project files
3279 using GYP.
3280
3281 Implemented support for ARM EABI calling convention variation where
3282 floating-point arguments are passed in registers (hardfloat).
3283
3284 Added Object::HasOwnProperty() to the API.
3285
3286 Added support for compressing startup data to reduce binary size. This
3287 includes build time support and an API for the embedder to decompress
3288 the startup data before initializing V8.
3289
3290 Reduced the profiling hooks overhead from >400% to 25% when using
3291 ll_prof.
3292
3293 Performance improvements and bug fixes on all platforms.
3294
3295
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000032962011-04-27: Version 3.3.2
3297
3298 Fixed crash bug on ARM with no VFP3 hardware.
3299
3300 Fixed compilation of V8 without debugger support.
3301
3302 Improved performance on JSLint.
3303
3304 Added support Float64 WebGL arrays.
3305
3306 Fixed crash bug in regexp replace.
3307
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003308
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000033092011-04-20: Version 3.3.1
3310
3311 Reduced V8 binary size by removing virtual functions from hydrogen.
3312
3313 Fixed crash bug on x64.
3314
3315 Performance improvements on ARM and IA32.
3316
3317
danno@chromium.org160a7b02011-04-18 15:51:38 +000033182011-04-18: Version 3.3.0
3319
3320 Fixed bug in floating point rounding in Crankshaft on ARM
3321 (issue 958)
3322
3323 Fixed a number of issues with running without VFPv3 support on ARM
3324 (issue 1315)
3325
3326 Introduced v8Locale.Collator, a partial implementation of Collator
3327 per last ECMAScript meeting + mailing list.
3328
3329 Minor performance improvements and bug fixes.
3330
3331
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000033322011-04-13: Version 3.2.10
3333
3334 Fixed bug in external float arrays on ARM (issue 1323).
3335
3336 Minor performance improvements and bug fixes.
3337
3338
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000033392011-04-11: Version 3.2.9
3340
3341 Removed support for ABI prior to EABI on ARM.
3342
3343 Fixed multiple crash bugs.
3344
3345 Added GCMole to the repository, a simple static analysis tool that
3346 searches for GC-unsafe evaluation order dependent callsites.
3347
3348 Made preparser API be exported in shared libraries.
3349
3350 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3351
3352 Fixed mutable __proto__ property if object is not extensible
3353 (Issue 1309).
3354
3355 Fixed auto suspension of the sampler thread.
3356
3357
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000033582011-04-06: Version 3.2.8
3359
3360 Exposed WebGL typed array constructors in the shell sample.
3361
3362 Performance improvements on all platforms.
3363
3364
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000033652011-04-04: Version 3.2.7
3366
3367 Disabled the original 'classic' V8 code generator. Crankshaft is
3368 now the default on all platforms.
3369
3370 Changed the heap profiler to use more descriptive names.
3371
3372 Performance and stability improvements to isolates on all platforms.
3373
3374
lrn@chromium.org7516f052011-03-30 08:52:27 +000033752011-03-30: Version 3.2.6
3376
3377 Fixed xcode build warning in shell.cc (out of order initialization).
3378
3379 Fixed null-pointer dereference in the compiler when running without
3380 SSE3 support (Chromium issue 77654).
3381
3382 Fixed x64 compilation error due to some dead code. (Issue 1286)
3383
3384 Introduced scons target to build the preparser stand-alone example.
3385
3386 Made FreeBSD build and pass all tests.
3387
3388
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000033892011-03-28: Version 3.2.5
3390
lrn@chromium.org7516f052011-03-30 08:52:27 +00003391 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003392
3393 Added Crankshaft support for external arrays.
3394
3395 Fixed two potential crash bugs.
3396
3397
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000033982011-03-23: Version 3.2.4
3399
3400 Added isolates which allows several V8 instances in the same process.
3401 This is controlled through the new Isolate class in the API.
3402
3403 Implemented more of EcmaScript 5 strict mode.
3404
3405 Reduced the time it takes to make detailed heap snapshot.
3406
3407 Added a number of commands to the ARM simulator and enhanced the ARM
3408 disassembler.
3409
3410
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000034112011-03-17: Version 3.2.3
3412
3413 Fixed a number of crash bugs.
3414
3415 Fixed Array::New(length) to return an array with a length (issue 1256).
3416
3417 Fixed FreeBSD build.
3418
3419 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3420
3421 Implemented more of EcmaScript 5 strict mode.
3422
3423 Improved Crankshaft performance on all platforms.
3424
3425
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000034262011-03-14: Version 3.2.2
3427
3428 Fixed a number of crash and correctness bugs.
3429
3430 Improved Crankshaft performance on all platforms.
3431
3432 Fixed Crankshaft on Solaris/Illumos.
3433
3434
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000034352011-03-10: Version 3.2.1
3436
3437 Fixed a number of crash bugs.
3438
3439 Improved Crankshaft for x64 and ARM.
3440
3441 Implemented more of EcmaScript 5 strict mode.
3442
3443
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000034442011-03-07: Version 3.2.0
3445
3446 Fixed a number of crash bugs.
3447
3448 Turned on Crankshaft by default on x64 and ARM.
3449
3450 Improved Crankshaft for x64 and ARM.
3451
3452 Implemented more of EcmaScript 5 strict mode.
3453
3454
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000034552011-03-02: Version 3.1.8
3456
3457 Fixed a number of crash bugs.
3458
3459 Improved Crankshaft for x64 and ARM.
3460
3461 Implemented more of EcmaScript 5 strict mode.
3462
3463 Fixed issue with unaligned reads and writes on ARM.
3464
3465 Improved heap profiler support.
3466
3467
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000034682011-02-28: Version 3.1.7
3469
3470 Fixed a number of crash bugs.
3471
3472 Improved Crankshaft for x64 and ARM.
3473
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003474 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003475 arrays (http://crbug.com/73940).
3476
3477 Fixed bug in map space compaction (http://crbug.com/59688).
3478
3479 Added support for direct getter accessors calls on ARM.
3480
3481
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000034822011-02-24: Version 3.1.6
3483
3484 Fixed a number of crash bugs.
3485
3486 Added support for Cygwin (issue 64).
3487
3488 Improved Crankshaft for x64 and ARM.
3489
3490 Added Crankshaft support for stores to pixel arrays.
3491
3492 Fixed issue in CPU profiler with Crankshaft.
3493
3494
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000034952011-02-16: Version 3.1.5
3496
3497 Change RegExp parsing to disallow /(*)/.
3498
3499 Added GDB JIT support for ARM.
3500
3501 Fixed several crash bugs.
3502
3503 Performance improvements on the IA32 platform.
3504
3505
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000035062011-02-14: Version 3.1.4
3507
3508 Fixed incorrect compare of prototypes of the global object (issue
3509 1082).
3510
3511 Fixed a bug in optimizing calls to global functions (issue 1106).
3512
3513 Made optimized Function.prototype.apply safe for non-JSObject first
3514 arguments (issue 1128).
3515
3516 Fixed an error related to element accessors on Object.prototype and
3517 parser errors (issue 1130).
3518
3519 Fixed a bug in sorting an array with large array indices (issue 1131).
3520
3521 Properly treat exceptions thrown while compiling (issue 1132).
3522
3523 Fixed bug in register requirements for function.apply (issue 1133).
3524
3525 Fixed a representation change bug in the Hydrogen graph construction
3526 (issue 1134).
3527
3528 Fixed the semantics of delete on parameters (issue 1136).
3529
3530 Fixed a optimizer bug related to moving instructions with side effects
3531 (issue 1138).
3532
3533 Added support for the global object in Object.keys (issue 1150).
3534
3535 Fixed incorrect value for Math.LOG10E
3536 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3537
3538 Performance improvements on the IA32 platform.
3539
3540 Implement assignment to undefined reference in ES5 Strict Mode.
3541
3542
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000035432011-02-09: Version 3.1.3
3544
3545 Fixed a bug triggered by functions with huge numbers of declared
3546 arguments.
3547
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003548 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003549
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003550 Fixed issue where Array.prototype.__proto__ had been set to null
3551 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003552
3553 Fixed stability bugs in Crankshaft for x86.
3554
3555
ricow@chromium.org83aa5492011-02-07 12:42:56 +000035562011-02-07: Version 3.1.2
3557
3558 Added better security checks when accessing properties via
3559 Object.getOwnPropertyDescriptor.
3560
3561 Fixed bug in Object.defineProperty and related access bugs (issues
3562 992, 1083 and 1092).
3563
3564 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3565 copyright notice generation for embedders.
3566
3567
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000035682011-02-02: Version 3.1.1
3569
3570 Perform security checks before fetching the value in
3571 Object.getOwnPropertyDescriptor.
3572
3573 Fixed a bug in Array.prototype.splice triggered by passing no
3574 arguments.
3575
3576 Fixed bugs in -0 in arithmetic and in Math.pow.
3577
3578 Fixed bugs in the register allocator and in switching from optimized
3579 to unoptimized code.
3580
3581
35822011-01-31: Version 3.1.0
3583
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003584 Performance improvements on all platforms.
3585
3586
ager@chromium.org378b34e2011-01-28 08:04:38 +000035872011-01-28: Version 3.0.12
3588
3589 Added support for strict mode parameter and object property
3590 validation.
3591
3592 Fixed a couple of crash bugs.
3593
3594
ager@chromium.org0ee099b2011-01-25 14:06:47 +000035952011-01-25: Version 3.0.11
3596
3597 Fixed a bug in deletion of lookup slots that could cause global
3598 variables to be accidentally deleted (http://crbug.com/70066).
3599
3600 Added support for strict mode octal literal verification.
3601
3602 Fixed a couple of crash bugs (issues 1070 and 1071).
3603
3604
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000036052011-01-24: Version 3.0.10
3606
3607 Fixed External::Wrap for 64-bit addresses (issue 1037).
3608
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003609 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003610 code generator (issue 1060).
3611
3612 Introduced partial strict mode support.
3613
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003614 Changed formatting of recursive error messages to match Firefox and
3615 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003616
3617 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003618 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003619 (issue http://crbug.com/50972).
3620
3621 Performance improvements on the IA32 platform.
3622
3623
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000036242011-01-19: Version 3.0.9
3625
3626 Added basic GDB JIT Interface integration.
3627
3628 Make invalid break/continue statements a syntax error instead of a
3629 runtime error.
3630
3631
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000036322011-01-17: Version 3.0.8
3633
3634 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003635 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003636
3637 Wrapped external pointers more carefully (issue 1037).
3638
3639 Hardened the implementation of error objects to avoid setters
3640 intercepting the properties set then throwing an error.
3641
3642 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3643
3644 Performance improvements on the IA32 platform.
3645
3646
36472011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003648
3649 Stopped calling inherited setters when creating object literals
3650 (issue 1015).
3651
3652 Changed interpretation of malformed \c? escapes in RegExp to match
3653 JSC.
3654
3655 Enhanced the command-line debugger interface and fixed some minor
3656 bugs in the debugger.
3657
3658 Performance improvements on the IA32 platform.
3659
3660
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000036612011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003662
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003663 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003664
3665 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003666 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003667
3668 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003669 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003670
3671 Added use_system_v8 option to gyp (off by default), to make it easier
3672 for Linux distributions to ship with system-provided V8 library.
3673
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003674 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003675
3676 Added labelled thread names to help with debugging (on Linux).
3677
3678
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000036792011-01-03: Version 3.0.5
3680
3681 Fixed a couple of cast errors for gcc-3.4.3.
3682
3683 Performance improvements in GC and IA32 code generator.
3684
3685
whesse@chromium.org023421e2010-12-21 12:19:12 +000036862010-12-21: Version 3.0.4
3687
3688 Added Date::ResetCache() to the API so that the cached values in the
3689 Date object can be reset to allow live DST / timezone changes.
3690
3691 Extended existing support for printing (while debugging) the contents
3692 of objects. Added support for printing objects from release builds.
3693
3694 Fixed V8 issues 989, 1006, and 1007.
3695
3696
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000036972010-12-17: Version 3.0.3
3698
3699 Reapplied all changes for version 3.0.1.
3700
3701 Improved debugger protocol for remote debugging.
3702
3703 Added experimental support for using gyp to generate build files
3704 for V8.
3705
3706 Fixed implementation of String::Write in the API (issue 975).
3707
3708
lrn@chromium.org8541d772010-12-15 12:05:09 +000037092010-12-15: Version 3.0.2
3710
3711 Revert version 3.0.1 and patch 3.0.1.1.
3712
3713
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000037142010-12-13: Version 3.0.1
3715
3716 Added support for an experimental internationalization API as an
3717 extension. This extension is disabled by default but can be enabled
3718 when building V8. The ECMAScript internationalization strawman is
3719 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3720
3721 Made RegExp character class parsing stricter. This mirrors a change
3722 to RegExp parsing in WebKit.
3723
3724 Fixed a bug in Object.defineProperty when used to change attributes
3725 of an existing property. It incorrectly set the property value to
3726 undefined (issue 965).
3727
3728 Fixed several different compilation failures on various platforms
3729 caused by the 3.0.0 release.
3730
3731 Optimized Math.pow so it can work on unboxed doubles.
3732
3733 Sped up quoting of JSON strings by removing one traversal of the
3734 string.
3735
3736
kasperl@chromium.orga5551262010-12-07 12:49:48 +000037372010-12-07: Version 3.0.0
3738
3739 Improved performance by (partially) addressing issue 957 on
3740 IA-32. Still needs more work for the other architectures.
3741
3742
ager@chromium.orgbeb25712010-11-29 08:02:25 +000037432010-11-29: Version 2.5.9
3744
3745 Fixed crashes during GC caused by partially initialize heap
3746 objects.
3747
3748 Fixed bug in process sample that caused memory leaks.
3749
3750 Improved performance on ARM by implementing missing stubs and
3751 inlining.
3752
3753 Improved heap profiler support.
3754
3755 Added separate seeding on Windows of the random number generator
3756 used internally by the compiler (issue 936).
3757
3758 Exposed API for getting the name of the function used to construct
3759 an object.
3760
3761 Fixed date parser to handle one and two digit millisecond
3762 values (issue 944).
3763
3764 Fixed number parsing to disallow space between sign and
3765 digits (issue 946).
3766
3767
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000037682010-11-23: Version 2.5.8
3769
3770 Removed dependency on Gay's dtoa.
3771
3772 Improved heap profiler precision and speed.
3773
3774 Reduced overhead of callback invocations on ARM.
3775
3776
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000037772010-11-18: Version 2.5.7
3778
3779 Fixed obscure evaluation order bug (issue 931).
3780
3781 Split the random number state between JavaScript and the private API.
3782
3783 Fixed performance bug causing GCs when generating stack traces on
3784 code from very large scripts.
3785
3786 Fixed bug in parser that allowed (foo):42 as a labelled statement
3787 (issue 918).
3788
3789 Provide more accurate results about used heap size via
3790 GetHeapStatistics.
3791
3792 Allow build-time customization of the max semispace size.
3793
3794 Made String.prototype.split honor limit when separator is empty
3795 (issue 929).
3796
3797 Added missing failure check after expecting an identifier in
3798 preparser (Chromium issue 62639).
3799
3800
ager@chromium.org01fe7df2010-11-10 11:59:11 +000038012010-11-10: Version 2.5.6
3802
3803 Added support for VFP rounding modes to the ARM simulator.
3804
3805 Fixed multiplication overflow bug (issue 927).
3806
3807 Added a limit for the amount of executable memory (issue 925).
3808
3809
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000038102010-11-08: Version 2.5.5
3811
3812 Added more aggressive GC of external objects in near out-of-memory
3813 situations.
3814
3815 Fixed a bug that gave the incorrect result for String.split called
3816 on the empty string (issue 924).
3817
3818
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000038192010-11-03: Version 2.5.4
3820
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003821 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003822
3823
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000038242010-11-01: Version 2.5.3
3825
3826 Fixed a bug that prevents constants from overwriting function values
3827 in object literals (issue 907).
3828
3829 Fixed a bug with reporting of impossible nested calls of DOM functions
3830 (issue http://crbug.com/60753).
3831
3832
lrn@chromium.org303ada72010-10-27 09:33:13 +000038332010-10-27: Version 2.5.2
3834
3835 Improved sampler resolution on Linux.
3836
3837 Allowed forcing the use of a simulator from the build script
3838 independently of the host architecture.
3839
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003840 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003841
3842 Made windows-tick-processor respect D8_PATH.
3843
3844 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3845
3846
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000038472010-10-20: Version 2.5.1
3848
3849 Fixed bug causing spurious out of memory exceptions
3850 (issue http://crbug.com/54580).
3851
3852 Fixed compilation error on Solaris platform (issue 901).
3853
3854 Fixed error in strtod (string to floating point number conversion)
3855 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3856
3857 Adjusted randomized allocations of executable memory to have 64k
3858 granularity (issue http://crbug.com/56036).
3859
3860 Supported profiling using kernel perf_events on linux. Added ll_prof
3861 script to tools and --ll-prof flag to V8.
3862
3863
vegorov@chromium.org42841962010-10-18 11:18:59 +000038642010-10-18: Version 2.5.0
3865
3866 Fixed bug in cache handling of lastIndex on global regexps
3867 (issue http://crbug.com/58740).
3868
3869 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3870 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003871 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003872
3873 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3874
3875
38762010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003877
3878 Fixed a bug in the handling of conditional expressions in test
3879 contexts in compiler for top-level code.
3880
3881 Added "//@ sourceURL" information to the StackTrace API.
3882
3883 Exposed RegExp construction through the API.
3884
3885
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000038862010-10-04: Version 2.4.8
3887
3888 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3889 whole snapshot (issue 868).
3890
3891 Performance improvements on all platforms.
3892
3893
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000038942010-09-30: Version 2.4.7
3895
3896 Changed the command-line flag --max-new-space-size to be in kB and the
3897 flag --max-old-space-size to be in MB (previously they were in bytes).
3898
3899 Added Debug::CancelDebugBreak to the debugger API.
3900
3901 Fixed a bug in getters for negative numeric property names
3902 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3903
3904 Performance improvements on all platforms.
3905
3906
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000039072010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003908
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003909 Fixed assertion failure related to copy-on-write arrays (issue 876).
3910
3911 Fixed build failure of 64-bit V8 on Windows.
3912
3913 Fixed a bug in RegExp (issue http://crbug.com/52801).
3914
3915 Improved the profiler's coverage to cover more functions (issue 858).
3916
3917 Fixed error in shift operators on 64-bit V8
3918 (issue http://crbug.com/54521).
3919
3920
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000039212010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003922
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003923 Changed the RegExp benchmark to exercise the regexp engine on different
3924 inputs by scrambling the input strings.
3925
3926 Fixed a bug in keyed loads on strings.
3927
3928 Fixed a bug with loading global function prototypes.
3929
3930 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3931
3932 Performance improvements on all platforms.
3933
3934
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000039352010-09-15: Version 2.4.4
3936
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003937 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003938
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003939 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003940
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003941 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003942
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003943 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003944
3945
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000039462010-09-13: Version 2.4.3
3947
3948 Made Date.parse properly handle TZ offsets (issue 857).
3949
3950 Performance improvements on all platforms.
3951
3952
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000039532010-09-08: Version 2.4.2
3954
3955 Fixed GC crash bug.
3956
3957 Fixed stack corruption bug.
3958
3959 Fixed compilation for newer C++ compilers that found Operand(0)
3960 ambiguous.
3961
3962
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000039632010-09-06: Version 2.4.1
3964
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003965 Added the ability for an embedding application to receive a callback
3966 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
3967 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003968
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003969 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003970
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003971 Fixed memory overrun crash bug triggered during V8's tick-based
3972 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003973
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003974 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00003975
3976
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000039772010-09-01: Version 2.4.0
3978
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003979 Fixed bug in Object.freeze and Object.seal when Array.prototype or
3980 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003981
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003982 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003983 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003984
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003985 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003986
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003987 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00003988
3989
ricow@chromium.org65fae842010-08-25 15:26:24 +000039902010-08-25: Version 2.3.11
3991
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003992 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003993
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003994 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00003995 VARIANT_FLAGS that allows specification of sets of flags with which
3996 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003997
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003998 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00003999
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004000 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004001
4002
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000040032010-08-23: Version 2.3.10
4004
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004005 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00004006
4007 Build fixes for unusual compilers.
4008
4009 Track high water mark for RWX memory.
4010
4011 Performance improvements on all platforms.
4012
4013
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000040142010-08-18: Version 2.3.9
4015
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004016 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004017
4018 Removed specialized handling of GCC 4.4 (issue 830).
4019
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004020 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004021 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
4022
ricow@chromium.org65fae842010-08-25 15:26:24 +00004023 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004024
4025
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000040262010-08-16: Version 2.3.8
4027
4028 Fixed build with strict aliasing on GCC 4.4 (issue 463).
4029
4030 Fixed issue with incorrect handling of custom valueOf methods on
4031 string wrappers (issue 760).
4032
4033 Fixed compilation for ARMv4 (issue 590).
4034
4035 Improved performance.
4036
4037
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000040382010-08-11: Version 2.3.7
4039
4040 Reduced size of heap snapshots produced by heap profiler (issue 783).
4041
4042 Introduced v8::Value::IsRegExp method.
4043
4044 Fixed CPU profiler crash in start / stop sequence when non-existent
4045 name is passed (issue http://crbug.com/51594).
4046
4047 Introduced new indexed property query callbacks API (issue 816). This
4048 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
4049 by default.
4050
4051 Removed support for object literal get/set with number/string
4052 property name.
4053
4054 Fixed handling of JSObject::elements in CalculateNetworkSize
4055 (issue 822).
4056
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004057 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004058
4059
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000040602010-08-09: Version 2.3.6
4061
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004062 RegExp literals create a new object every time they are evaluated
4063 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004064
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004065 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004066
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004067 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004068
4069
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000040702010-08-04: Version 2.3.5
4071
4072 Added support for ES5 property names. Object initialisers and
4073 dot-notation property access now allows keywords. Also allowed
4074 non-identifiers after "get" or "set" in an object initialiser.
4075
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004076 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00004077
4078
whesse@chromium.orge90029b2010-08-02 11:52:17 +000040792010-08-02: Version 2.3.4
4080
4081 Fixed problems in implementation of ES5 function.prototype.bind.
4082
4083 Fixed error when using apply with arguments object on ARM (issue 784).
4084
4085 Added setting of global flags to debugger protocol.
4086
4087 Fixed an error affecting cached results of sin and cos (issue 792).
4088
4089 Removed memory leak from a boundary case where V8 is not initialized.
4090
4091 Fixed issue where debugger could set breakpoints outside the body
4092 of a function.
4093
4094 Fixed issue in debugger when using both live edit and step in features.
4095
4096 Added Number-letter (Nl) category to Unicode tables. These characters
4097 can now be used in identifiers.
4098
4099 Fixed an assert failure on X64 (issue 806).
4100
4101 Performance improvements on all platforms.
4102
4103
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000041042010-07-26: Version 2.3.3
4105
4106 Fixed error when building the d8 shell in a fresh checkout.
4107
4108 Implemented Function.prototype.bind (ES5 15.3.4.5).
4109
4110 Fixed an error in inlined stores on ia32.
4111
4112 Fixed an error when setting a breakpoint at the end of a function
4113 that does not end with a newline character.
4114
4115 Performance improvements on all platforms.
4116
4117
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000041182010-07-21: Version 2.3.2
4119
4120 Fixed compiler warnings when building with LLVM.
4121
4122 Fixed a bug with for-in applied to strings (issue 785).
4123
4124 Performance improvements on all platforms.
4125
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00004126
ricow@chromium.org4980dff2010-07-19 08:33:45 +000041272010-07-19: Version 2.3.1
4128
4129 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4130
4131 Fixed bug related to code flushing while compiling a lazy
4132 compilable function (issue http://crbug.com/49099).
4133
4134 Performance improvements on all platforms.
4135
4136
ager@chromium.orgb5737492010-07-15 09:29:43 +000041372010-07-15: Version 2.3.0
4138
4139 Added ES5 Object.seal and Object.isSealed.
4140
4141 Added debugger API for scheduling debugger commands from a
4142 separate thread.
4143
4144
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000041452010-07-14: Version 2.2.24
4146
4147 Added API for capturing stack traces for uncaught exceptions.
4148
4149 Fixed crash bug when preparsing from a non-external V8 string
4150 (issue 775).
4151
4152 Fixed JSON.parse bug causing input not to be converted to string
4153 (issue 764).
4154
4155 Added ES5 Object.freeze and Object.isFrozen.
4156
4157 Performance improvements on all platforms.
4158
4159
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000041602010-07-07: Version 2.2.23
4161
4162 API change: Convert Unicode code points outside the basic multilingual
4163 plane to the replacement character. Previous behavior was to silently
4164 truncate the value to 16 bits.
4165
4166 Fixed crash: handle all flat string types in regexp replace.
4167
4168 Prevent invalid pre-parsing data passed in through the API from
4169 crashing V8.
4170
4171 Performance improvements on all platforms.
4172
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00004173
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000041742010-07-05: Version 2.2.22
4175
4176 Added ES5 Object.isExtensible and Object.preventExtensions.
4177
4178 Enabled building V8 as a DLL.
4179
4180 Fixed a bug in date code where -0 was not interpreted as 0
4181 (issue 736).
4182
4183 Performance improvements on all platforms.
4184
4185
lrn@chromium.org32d961d2010-06-30 09:09:34 +000041862010-06-30: Version 2.2.21
4187
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004188 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004189
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004190 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004191
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004192 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004193
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004194 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004195
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004196 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004197
4198 Provide actual breakpoints locations in response to setBreakpoint
4199 and listBreakpoints requests.
4200
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004201
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000042022010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004203
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004204 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004205
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004206 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004207
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004208 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004209
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004210 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004211 miscalculated for some inputs.
4212
4213 Performance improvements on all platforms.
4214
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004215
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000042162010-06-23: Version 2.2.19
4217
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004218 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004219 (issue 738).
4220
4221 Added expose-externalize-string flag for testing extensions.
4222
4223 Resolve linker issues with using V8 as a DLL causing a number of
4224 problems with unresolved symbols.
4225
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004226 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004227 defined.
4228
4229 Performance improvements on all platforms.
4230
4231
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000042322010-06-16: Version 2.2.18
4233
4234 Added API functions to retrieve information on indexed properties
4235 managed by the embedding layer. Fixes bug 737.
4236
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004237 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004238
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004239 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004240
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004241 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004242
4243 Incremental performance improvements.
4244
4245
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000042462010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004247
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00004248 Improved debugger support for stepping out of functions.
4249
4250 Incremental performance improvements.
4251
4252
42532010-06-09: Version 2.2.16
4254
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004255 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004256 disposal of external string resources to call a virtual Dispose
4257 method on the resource.
4258
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004259 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004260 stepping.
4261
4262 Memory usage improvements on all platforms.
4263
4264
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000042652010-06-07: Version 2.2.15
4266
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004267 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004268
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004269 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004270 some compilers complaint when compiling with -Werror.
4271
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004272 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004273
4274
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000042752010-06-02: Version 2.2.14
4276
4277 Fixed a crash in code generated for String.charCodeAt.
4278
4279 Fixed a compilation issue with some GCC versions (issue 727).
4280
4281 Performance optimizations on x64 and ARM platforms.
4282
4283
ricow@chromium.org30ce4112010-05-31 10:38:25 +000042842010-05-31: Version 2.2.13
4285
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004286 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004287 strings (issue 599).
4288
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004289 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004290
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004291 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004292
4293 Performance improvements on all platforms.
4294
4295
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000042962010-05-26: Version 2.2.12
4297
4298 Allowed accessors to be defined on objects rather than just object
4299 templates.
4300
4301 Changed the ScriptData API.
4302
4303
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000043042010-05-21: Version 2.2.11
4305
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004306 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004307
4308 Use 'full compiler' when debugging is active. This should increase
4309 the density of possible break points, making single step more fine
4310 grained. This will only take effect for functions compiled after
4311 debugging has been started, so recompilation of all functions is
4312 required to get the full effect. IA32 and x64 only for now.
4313
4314 Misc. fixes to the Solaris build.
4315
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004316 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004317
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004318 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004319
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004320 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004321
4322 Incremental performance improvements in all backends.
4323
4324
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000043252010-05-17: Version 2.2.10
4326
4327 Performance improvements in the x64 and ARM backends.
4328
4329
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000043302010-05-10: Version 2.2.9
4331
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004332 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004333
4334 Fixed bug with Date.parse returning a non-NaN value when called on a
4335 non date string (issue 696).
4336
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004337 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004338 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004339
4340 C++ API for retrieving JavaScript stack trace information.
4341
4342
ager@chromium.orgac091b72010-05-05 07:34:42 +000043432010-05-05: Version 2.2.8
4344
4345 Performance improvements in the x64 and ARM backends.
4346
4347
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000043482010-05-03: Version 2.2.7
4349
4350 Added support for ES5 date time string format to Date.parse.
4351
4352 Performance improvements in the x64 backend.
4353
4354
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000043552010-04-28: Version 2.2.6
4356
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004357 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004358 (by Ryan Dahl <coldredlemur@gmail.com>).
4359
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004360 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004361
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004362 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004363
4364 Performance improvements on all platforms.
4365
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004366
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000043672010-04-26: Version 2.2.5
4368
4369 Various performance improvements (especially for ARM and x64)
4370
4371 Fixed bug in CPU profiling (http://crbug.com/42137)
4372
4373 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004374
4375 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004376 wrong calculations.
4377
4378 Fixed a bug that may cause a wrong result for shift operations.
4379
4380
43812010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004382
4383 Fixed warnings on arm on newer GCC versions.
4384
4385 Fixed a number of minor bugs.
4386
4387 Performance improvements on all platforms.
4388
4389
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000043902010-04-14: Version 2.2.3
4391
4392 Added stack command and mem command to ARM simulator debugger.
4393
4394 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4395
4396 Performance improvements on all platforms.
4397
4398
ager@chromium.org357bf652010-04-12 11:30:10 +000043992010-04-12: Version 2.2.2
4400
4401 Introduced new profiler API.
4402
4403 Fixed random number generator to produce full 32 random bits.
4404
4405
lrn@chromium.org25156de2010-04-06 13:10:27 +000044062010-04-06: Version 2.2.1
4407
4408 Debugger improvements.
4409
4410 Fixed minor bugs.
4411
4412
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000044132010-03-29: Version 2.2.0
4414
4415 Fixed a few minor bugs.
4416
4417 Performance improvements for string operations.
4418
4419
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000044202010-03-26: Version 2.1.10
4421
4422 Fixed scons build issues.
4423
4424 Fixed a couple of minor bugs.
4425
4426
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000044272010-03-25: Version 2.1.9
4428
4429 Added API support for reattaching a global object to a context.
4430
4431 Extended debugger API with access to the internal debugger context.
4432
4433 Fixed Chromium crashes (issues http://crbug.com/39128 and
4434 http://crbug.com/39160)
4435
4436
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000044372010-03-24: Version 2.1.8
4438
4439 Added fine-grained garbage collection callbacks to the API.
4440
4441 Performance improvements on all platforms.
4442
4443
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000044442010-03-22: Version 2.1.7
4445
4446 Fixed issue 650.
4447
4448 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004449
4450 Performance improvements for arithmetic operations.
4451
4452 Performance improvements for string operations.
4453
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004454 Print script name and line number information in stack trace.
4455
4456
44572010-03-17: Version 2.1.6
4458
4459 Performance improvements for arithmetic operations.
4460
4461 Performance improvements for string operations.
4462
4463
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000044642010-03-10: Version 2.1.4
4465
4466 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4467
4468 Performance improvements on all platforms.
4469
4470
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000044712010-03-10: Version 2.1.3
4472
4473 Added API method for context-disposal notifications.
4474
4475 Added API method for accessing elements by integer index.
4476
4477 Added missing implementation of Uint32::Value and Value::IsUint32
4478 API methods.
4479
4480 Added IsExecutionTerminating API method.
4481
4482 Disabled strict aliasing for GCC 4.4.
4483
4484 Fixed string-concatenation bug (issue 636).
4485
4486 Performance improvements on all platforms.
4487
4488
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000044892010-02-23: Version 2.1.2
4490
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004491 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004492
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004493 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004494
4495 Performance improvements on all platforms.
4496
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004497
ager@chromium.org5c838252010-02-19 08:53:10 +000044982010-02-19: Version 2.1.1
4499
4500 [ES5] Implemented Object.defineProperty.
4501
4502 Improved profiler support.
4503
4504 Added SetPrototype method in the public V8 API.
4505
4506 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4507 objects in the API.
4508
4509 Performance improvements on all platforms.
4510
4511
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000045122010-02-03: Version 2.1.0
4513
4514 Values are now always wrapped in objects when used as a receiver.
4515 (issue 223).
4516
4517 [ES5] Implemented Object.getOwnPropertyNames.
4518
4519 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4520 JSON grammar.
4521
4522 Improvement of debugger agent (issue 549 and 554).
4523
4524 Fixed problem with skipped stack frame in profiles (issue 553).
4525
4526 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4527 <ry@tinyclouds.org>.
4528
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004529 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004530 integers.
4531
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004532 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004533 functions (isue http://crbug.com/3867).
4534
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004535 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004536
4537 Numerous performance improvements including porting of previous IA-32
4538 optimizations to x64 and ARM architectures.
4539
4540
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000045412010-01-14: Version 2.0.6
4542
4543 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4544 GetOwnProperty, FromPropertyDescriptor.
4545
4546 Fixed Mac x64 build errors.
4547
4548 Improved performance of some math and string operations.
4549
4550 Improved performance of some regexp operations.
4551
4552 Improved performance of context creation.
4553
4554 Improved performance of hash tables.
4555
4556
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000045572009-12-18: Version 2.0.5
4558
4559 Extended to upper limit of map space to allow for 7 times as many map
4560 to be allocated (issue 524).
4561
4562 Improved performance of code using closures.
4563
4564 Improved performance of some binary operations involving doubles.
4565
4566
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000045672009-12-16: Version 2.0.4
4568
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004569 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004570
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004571 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004572
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004573 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004574
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004575 Improved handling of external strings by using a separate table
4576 instead of weak handles. This improves garbage collection
4577 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004578
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004579 Changed code generation for object and array literals in toplevel
4580 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004581
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004582 Fixed a crash bug triggered when garbage collection happened during
4583 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004584
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004585 Fixed crash bug sometimes triggered when local variables shadowed
4586 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004587
4588
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000045892009-12-03: Version 2.0.3
4590
4591 Optimized handling and adding of strings, for-in and Array.join.
4592
4593 Heap serialization is now non-destructive.
4594
4595 Improved profiler support with information on time spend in C++
4596 callbacks registered through the API.
4597
4598 Added commands to the debugger protocol for starting/stopping
4599 profiling.
4600
4601 Enabled the non-optimizing compiler for top-level code.
4602
4603 Changed the API to only allow strings to be set as data objects on
4604 Contexts and scripts to avoid potentially keeping global objects
4605 around for too long (issue 528).
4606
4607 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4608
4609 Fixed bugs.
4610
4611
ager@chromium.org01beca72009-11-24 14:29:16 +000046122009-11-24: Version 2.0.2
4613
4614 Improved profiler support.
4615
4616 Fixed bug that broke compilation of d8 with readline support.
4617
4618
ager@chromium.org6141cbe2009-11-20 12:14:52 +000046192009-11-20: Version 2.0.1
4620
4621 Fixed crash bug in String.prototype.replace.
4622
4623 Reverted a change which caused Chromium interactive ui test
4624 failures.
4625
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004626
ager@chromium.orgc4c92722009-11-18 14:12:51 +000046272009-11-18: Version 2.0.0
4628
4629 Added support for VFP on ARM.
4630
4631 Added TryCatch::ReThrow method to the API.
4632
4633 Reduced the size of snapshots and improved the snapshot load time.
4634
4635 Improved heap profiler support.
4636
4637 64-bit version now supported on Windows.
4638
4639 Fixed a number of debugger issues.
4640
4641 Fixed bugs.
4642
4643
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000046442009-10-29: Version 1.3.18
4645
4646 Reverted a change which caused crashes in RegExp replace.
4647
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004648 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004649
4650
ager@chromium.org3811b432009-10-28 14:53:37 +000046512009-10-28: Version 1.3.17
4652
4653 Added API method to get simple heap statistics.
4654
4655 Improved heap profiler support.
4656
4657 Fixed the implementation of the resource constraint API so it
4658 works when using snapshots.
4659
4660 Fixed a number of issues in the Windows 64-bit version.
4661
4662 Optimized calls to API getters.
4663
4664 Added valgrind notification on code modification to the 64-bit version.
4665
4666 Fixed issue where we logged shared library addresses on Windows at
4667 startup and never used them.
4668
4669
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000046702009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004671
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004672 X64: Convert smis to holding 32 bits of payload.
4673
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004674 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004675
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004676 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004677
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004678 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004679 Patch by Jan de Mooij <jandemooij@gmail.com>
4680
4681 Implement ES5 Array.isArray
4682 Patch by Jan de Mooij <jandemooij@gmail.com>
4683
4684 Skip access checks for hidden properties.
4685
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004686 Added String::Concat(Handle<String> left, Handle<String> right) to the
4687 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004688
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004689 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004690
4691
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000046922009-10-07: Version 1.3.15
4693
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004694 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004695
4696 Fixed a crash bug happening when starting profiling (issue
4697 http://crbug.com/23768).
4698
4699
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000047002009-10-07: Version 1.3.14
4701
4702 Added GetRealNamedProperty to the API to lookup real properties
4703 located on the object or in the prototype chain skipping any
4704 interceptors.
4705
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004706 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004707 stack limit now needs to be set to each thread thich is used with V8.
4708
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004709 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004710
4711 Ensure V8 is initialized before locking and unlocking threads.
4712
4713 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004714 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004715 Crockford from the project.
4716
4717 Added a missing optimization in StringCharAt.
4718
4719 Fixed some flaky socket tests.
4720
4721 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4722 in 64-bit mode.
4723
4724 Fixed memory leaks in the thread management code.
4725
4726 Fixed the result of assignment to a pixel array. The assigned value
4727 is now the result.
4728
4729 Error reporting for invalid left-hand sides in for-in statements, pre-
4730 and postfix count expressions, and assignments now matches the JSC
4731 behavior in Safari 4.
4732
4733 Follow the spec in disallowing function declarations without a name.
4734
4735 Always allocate code objects within a 2 GB range. On x64 architecture
4736 this is used to use near calls (32-bit displacement) in Code objects.
4737
4738 Optimized array construction ported to x64 and ARM architectures.
4739
4740 [ES5] Changed Object.keys to return strings for element indices.
4741
4742
ager@chromium.org68e7ab72009-09-23 09:40:39 +000047432009-09-23: Version 1.3.13
4744
4745 Fixed uninitialized memory problem.
4746
4747 Improved heap profiler support.
4748
4749
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000047502009-09-22: Version 1.3.12
4751
4752 Changed behavior of |function|.toString() on built-in functions to
4753 be compatible with other implementations. Patch by Jan de Mooij.
4754
4755 Added Object::IsDirty in the API.
4756
4757 Optimized array construction; it is now handled purely in native
4758 code.
4759
4760 [ES5] Made properties of the arguments array enumerable.
4761
4762 [ES5] Added test suite adapter for the es5conform test suite.
4763
4764 [ES5] Added Object.keys function.
4765
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004766
ager@chromium.org4af710e2009-09-15 12:20:11 +000047672009-09-15: Version 1.3.11
4768
4769 Fixed crash in error reporting during bootstrapping.
4770
4771 Optimized generated IA32 math code by using SSE2 instructions when
4772 available.
4773
4774 Implemented missing pieces of debugger infrastructure on ARM. The
4775 debugger is now fully functional on ARM.
4776
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004777 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004778
4779
ager@chromium.orga1645e22009-09-09 19:27:10 +000047802009-09-09: Version 1.3.10
4781
4782 Fixed profiler on Mac in 64-bit mode.
4783
4784 Optimized creation of objects from simple constructor functions on
4785 ARM.
4786
4787 Fixed a number of debugger issues.
4788
4789 Reduced the amount of memory consumed by V8.
4790
4791
ager@chromium.org18ad94b2009-09-02 08:22:29 +000047922009-09-02: Version 1.3.9
4793
4794 Optimized stack guard checks on ARM.
4795
4796 Optimized API operations by inlining more in the API.
4797
4798 Optimized creation of objects from simple constructor functions.
4799
4800 Enabled a number of missing optimizations in the 64-bit port.
4801
4802 Implemented native-code support for regular expressions on ARM.
4803
4804 Stopped using the 'sahf' instruction on 64-bit machines that do
4805 not support it.
4806
4807 Fixed a bug in the support for forceful termination of JavaScript
4808 execution.
4809
4810
ager@chromium.org96c75b52009-08-26 09:13:16 +000048112009-08-26: Version 1.3.8
4812
4813 Changed the handling of idle notifications to allow idle
4814 notifications when V8 has not yet been initialized.
4815
4816 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004817
ager@chromium.org96c75b52009-08-26 09:13:16 +00004818
ager@chromium.orgab99eea2009-08-25 07:05:41 +000048192009-08-25: Version 1.3.7
4820
4821 Reduced the size of generated code on ARM platforms by reducing
4822 the size of constant pools.
4823
4824 Changed build files to not include the 'ENV' user environment
4825 variable in the build environment.
4826
4827 Changed the handling of idle notifications.
4828
4829
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000048302009-08-21: Version 1.3.6
4831
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004832 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004833
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004834 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004835 a low memory situation to V8.
4836
4837 Changed the handling of global handles (persistent handles in the API
4838 sense) to avoid issues regarding allocation of new global handles
4839 during weak handle callbacks.
4840
4841 Changed the growth policy of the young space.
4842
4843 Fixed a GC issue introduced in version 1.3.5.
4844
4845
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000048462009-08-19: Version 1.3.5
4847
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004848 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004849
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004850 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004851
4852 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4853
4854 Changed typeof RegExp from 'object' to 'function' for compatibility.
4855 Fixed bug where regexps were not callable across contexts.
4856
4857 Added context independent script compilation to the API.
4858
4859 Added API call to get the stack trace for an exception.
4860
4861 Added API for getting object mirrors.
4862
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004863 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004864 running off a snapshot generated without using SSE3 instructions.
4865
4866 Tweaked the handling of the initial size and growth policy of the heap.
4867
4868 Added native code generation for RegExp to 64-bit version.
4869
4870 Added JavaScript debugger support to 64-bit version.
4871
4872
ager@chromium.orgadd848f2009-08-13 12:44:13 +000048732009-08-13: Version 1.3.4
4874
4875 Added a readline() command to the d8 shell.
4876
4877 Fixed bug in json parsing.
4878
4879 Added idle notification to the API and reduced memory on idle
4880 notifications.
4881
4882
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000048832009-08-12: Version 1.3.3
4884
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004885 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004886
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004887 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004888
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004889 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004890
4891 API: added function to find instance of template in prototype
4892 chain. Inlined Object::IsInstanceOf.
4893
4894 Land change to notify valgrind when we modify code on x86.
4895
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004896 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004897
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004898 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004899
4900
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000049012009-08-05: Version 1.3.2
4902
4903 Started new compiler infrastructure for two-pass compilation using a
4904 control flow graph constructed from the AST.
4905
4906 Profiler stack sampling for X64.
4907
4908 Safe handling of NaN to Posix platform-dependent time functions.
4909
4910 Added a new profiler control API to unify controlling various aspects
4911 of profiling.
4912
4913 Fixed issue 392.
4914
4915
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000049162009-07-30: Version 1.3.1
4917
4918 Speed improvements to accessors and interceptors.
4919
4920 Added support for capturing stack information on custom errors.
4921
4922 Added support for morphing an object into a pixel array where its
4923 indexed properties are stored in an external byte array. Values written
4924 are always clamped to the 0..255 interval.
4925
4926 Profiler on x64 now handles C/C++ functions from shared libraries.
4927
4928 Changed the debugger to avoid stepping into function.call/apply if the
4929 function is a built-in.
4930
4931 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004932
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004933 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004934
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004935 Optimized the called as constructor check for API calls.
4936
4937
kasperl@chromium.orge959c182009-07-27 08:59:04 +000049382009-07-27: Version 1.3.0
4939
4940 Allowed RegExp objects to be called as functions (issue 132).
4941
4942 Fixed issue where global property cells would escape after
4943 detaching the global object; see http://crbug.com/16276.
4944
4945 Added support for stepping into setters and getters in the
4946 debugger.
4947
4948 Changed the debugger to avoid stopping in its own JavaScript code
4949 and in the code of built-in functions.
4950
4951 Fixed issue 345 by avoiding duplicate escaping labels.
4952
4953 Fixed ARM code generator crash in short-circuited boolean
4954 expressions and added regression tests.
4955
4956 Added an external allocation limit to avoid issues where small V8
4957 objects would hold on to large amounts of external memory without
4958 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004959
4960 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00004961
4962
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000049632009-07-13: Version 1.2.14
4964
4965 Added separate paged heap space for global property cells and
4966 avoid updating the write barrier when storing into them.
4967
4968 Improved peep-hole optimization on ARM platforms by not emitting
4969 unnecessary debug information.
4970
4971 Re-enabled ICs for loads and calls that skip a global object
4972 during lookup through the prototype chain.
4973
4974 Allowed access through global proxies to use ICs.
4975
4976 Fixed issue 401.
4977
4978
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000049792009-07-09: Version 1.2.13
4980
4981 Fixed issue 397, issue 398, and issue 399.
4982
4983 Added support for breakpoint groups.
4984
4985 Fixed bugs introduced with the new global object representation.
4986
4987 Fixed a few bugs in the ARM code generator.
4988
4989
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000049902009-07-06: Version 1.2.12
4991
4992 Added stack traces collection to Error objects accessible through
4993 the e.stack property.
4994
4995 Changed RegExp parser to use a recursive data structure instead of
4996 stack-based recursion.
4997
4998 Optimized Date object construction and string concatenation.
4999
5000 Improved performance of div, mod, and mul on ARM platforms.
5001
5002
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000050032009-07-02: Version 1.2.11
5004
5005 Improved performance on IA-32 and ARM.
5006
5007 Fixed profiler sampler implementation on Mac OS X.
5008
5009 Changed the representation of global objects to improve
5010 performance of adding a lot of new properties.
5011
5012
ager@chromium.org3e875802009-06-29 08:26:34 +000050132009-06-29: Version 1.2.10
5014
5015 Improved debugger support.
5016
5017 Fixed bug in exception message reporting (issue 390).
5018
5019 Improved overall performance.
5020
5021
ager@chromium.org5aa501c2009-06-23 07:57:28 +000050222009-06-23: Version 1.2.9
5023
5024 Improved math performance on ARM.
5025
5026 Fixed profiler name-inference bug.
5027
5028 Fixed handling of shared libraries in the profiler tick processor
5029 scripts.
5030
5031 Fixed handling of tests that time out in the test scripts.
5032
5033 Fixed compilation on MacOS X version 10.4.
5034
5035 Fixed two bugs in the regular expression engine.
5036
5037 Fixed a bug in the string type inference.
5038
5039 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005040
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005041 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005042
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005043
ager@chromium.orgeadaf222009-06-16 09:43:10 +000050442009-06-16: Version 1.2.8
5045
5046 Optimized math on ARM platforms.
5047
5048 Fixed two crash bugs in the handling of getters and setters.
5049
5050 Improved the debugger support by adding scope chain information.
5051
5052 Improved the profiler support by compressing log data transmitted
5053 to clients.
5054
5055 Improved overall performance.
5056
5057
ager@chromium.orge2902be2009-06-08 12:21:35 +000050582009-06-08: Version 1.2.7
5059
5060 Improved debugger and profiler support.
5061
5062 Reduced compilation time by improving the handling of deferred
5063 code.
5064
5065 Optimized interceptor accesses where the property is on the object
5066 on which the interceptors is attached.
5067
5068 Fixed compilation problem on GCC 4.4 by changing the stack
5069 alignment to 16 bytes.
5070
5071 Fixed handle creation to follow stric aliasing rules.
5072
5073 Fixed compilation on FreeBSD.
5074
5075 Introduced API for forcing the deletion of a property ignoring
5076 interceptors and attributes.
5077
5078
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000050792009-05-29: Version 1.2.6
5080
5081 Added a histogram recording hit rates at different levels of the
5082 compilation cache.
5083
5084 Added stack overflow check for the RegExp analysis phase. Previously a
5085 very long regexp graph could overflow the stack with recursive calls.
5086
5087 Use a dynamic buffer when collecting log events in memory.
5088
5089 Added start/stop events to the profiler log.
5090
5091 Fixed infinite loop which could happen when setting a debug break while
5092 executing a RegExp compiled to native code.
5093
5094 Fixed handling of lastIndexOf called with negative index (issue 351).
5095
5096 Fixed irregular crash in profiler test (issue 358).
5097
5098 Fixed compilation issues with some versions of gcc.
5099
5100
kasperl@chromium.org71affb52009-05-26 05:44:31 +000051012009-05-26: Version 1.2.5
5102
5103 Fixed bug in initial boundary check for Boyer-Moore text
5104 search (issue 349).
5105
5106 Fixed compilation issues with MinGW and gcc 4.3+ and added support
5107 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
5108 Craig Schlenter.
5109
5110 Added a script cache to the debugger.
5111
5112 Optimized compilation performance by improving internal data
5113 structures and avoiding expensive property load optimizations for
5114 code that's infrequently executed.
5115
5116 Exposed the calling JavaScript context through the static API
5117 function Context::GetCalling().
5118
5119
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000051202009-05-18: Version 1.2.4
5121
5122 Improved performance of floating point number allocation for ARM
5123 platforms.
5124
5125 Fixed crash when using the instanceof operator on functions with
5126 number values in their prototype chain (issue 341).
5127
5128 Optimized virtual frame operations in the code generator to speed
5129 up compilation time and allocated the frames in the zone.
5130
5131 Made the representation of virtual frames and jump targets in the
5132 code generator much more compact.
5133
5134 Avoided linear search for non-locals in scope code when resolving
5135 variables inside with and eval scopes.
5136
5137 Optimized lexical scanner by dealing with whitespace as part of
5138 the token scanning instead of as a separate step before it.
5139
5140 Changed the scavenging collector so that promoted objects do not
5141 reside in the old generation while their remembered set is being
5142 swept for pointers into the young generation.
5143
5144 Fixed numeric overflow handling when compiling count operations.
5145
5146
ager@chromium.org9085a012009-05-11 19:22:57 +000051472009-05-11: Version 1.2.3
5148
5149 Fixed bug in reporting of out-of-memory situations.
5150
5151 Introduced hidden prototypes on certain builtin prototype objects
5152 such as String.prototype to emulate JSC's behavior of restoring
5153 the original function when deleting functions from those prototype
5154 objects.
5155
5156 Fixed crash bug in the register allocator.
5157
5158
ager@chromium.org5ec48922009-05-05 07:25:34 +000051592009-05-04: Version 1.2.2
5160
5161 Fixed bug in array sorting for sparse arrays (issue 326).
5162
5163 Added support for adding a soname when building a shared library
5164 on Linux (issue 151).
5165
5166 Fixed bug caused by morphing internal ASCII strings to external
5167 two-byte strings. Slices over ASCII strings have to forward ASCII
5168 checks to the underlying buffer string.
5169
5170 Allowed API call-as-function handlers to be called as
5171 constructors.
5172
5173 Fixed a crash bug where an external string was disposed but a
5174 slice of the external string survived as a symbol.
5175
5176
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000051772009-04-27: Version 1.2.1
5178
5179 Added EcmaScript 5 JSON object.
5180
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005181 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00005182
5183
ager@chromium.org65dad4b2009-04-23 08:48:43 +000051842009-04-23: Version 1.2.0
5185
5186 Optimized floating-point operations on ARM.
5187
5188 Added a number of extensions to the debugger API.
5189
5190 Changed the enumeration order for unsigned integer keys to always
5191 be numerical order.
5192
5193 Added a "read" extension to the shell sample.
5194
5195 Added support for Array.prototype.reduce and
5196 Array.prototype.reduceRight.
5197
5198 Added an option to the SCons build to control Microsoft Visual C++
5199 link-time code generation.
5200
5201 Fixed a number of bugs (in particular issue 315, issue 316,
5202 issue 317 and issue 318).
5203
5204
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000052052009-04-15: Version 1.1.10
5206
5207 Fixed crash bug that occurred when loading a const variable in the
5208 presence of eval.
5209
5210 Allowed using with and eval in registered extensions in debug mode
5211 by fixing bogus assert.
5212
5213 Fixed the source position for function returns to enable the
5214 debugger to break there.
5215
5216
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000052172009-04-14: Version 1.1.9
5218
5219 Made the stack traversal code in the profiler robust by avoiding
5220 to look into the heap.
5221
5222 Added name inferencing for anonymous functions to facilitate
5223 debugging and profiling.
5224
5225 Re-enabled stats timers in the developer shell (d8).
5226
5227 Fixed issue 303 by avoiding to shortcut cons-symbols.
5228
5229
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000052302009-04-11: Version 1.1.8
5231
5232 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5233
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005234 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005235 the debugger (issue 269).
5236
5237 Fixed v8::Object::DeleteHiddenValue to not bail out when there
5238 are no hidden properties.
5239
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005240 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005241 entries with deleted resources would lead to NPEs when looking
5242 up in the symbol table.
5243
5244
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000052452009-04-07: Version 1.1.7
5246
5247 Added support for easily importing additional environment
5248 variables into the SCons build.
5249
5250 Optimized strict equality checks.
5251
5252 Fixed crash in indexed setters on objects without a corresponding
5253 getter (issue 298).
5254
5255 Re-enabled script compilation cache.
5256
5257
ager@chromium.org8682a592009-04-01 10:47:14 +000052582009-04-01: Version 1.1.6
5259
5260 Reverted an unsafe code generator change.
5261
5262
ager@chromium.org71daaf62009-04-01 07:22:49 +000052632009-04-01: Version 1.1.5
5264
5265 Fixed bug that caused function literals to not be optimized as
5266 much as other functions.
5267
5268 Improved profiler support.
5269
5270 Fixed a crash bug in connection with debugger unloading.
5271
5272 Fixed a crash bug in the code generator caused by losing the
5273 information that a frame element was copied.
5274
5275 Fixed an exception propagation bug that could cause non-null
5276 return values when exceptions were thrown.
5277
5278
ager@chromium.org41826e72009-03-30 13:30:57 +000052792009-03-30: Version 1.1.4
5280
5281 Optimized String.prototype.match.
5282
5283 Improved the stack information in profiles.
5284
5285 Fixed bug in ARM port making it possible to compile the runtime
5286 system for thumb mode again.
5287
5288 Implemented a number of optimizations in the code generator.
5289
5290 Fixed a number of memory leaks in tests.
5291
5292 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005293 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005294
5295
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000052962009-03-24: Version 1.1.3
5297
5298 Fixed assertion failures in compilation of loop conditions.
5299
5300 Removed STL dependency from developer shell (d8).
5301
5302 Added infrastructure for protecting the V8 heap from corruption
5303 caused by memory modifications from the outside.
5304
5305
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000053062009-03-24: Version 1.1.2
5307
5308 Improved frame merge code generated by the code generator.
5309
5310 Optimized String.prototype.replace.
5311
5312 Implemented __defineGetter__ and __defineSetter__ for properties
5313 with integer keys on non-array objects.
5314
5315 Improved debugger and profiler support.
5316
5317 Fixed a number of portability issues to allow compilation for
5318 smaller ARM devices.
5319
5320 Exposed object cloning through the API.
5321
5322 Implemented hidden properties. This is used to expose an identity
5323 hash for objects through the API.
5324
5325 Implemented restarting of regular expressions if their input
5326 string changes representation during preemption.
5327
5328 Fixed a code generator bug that could cause assignments in loops
5329 to be ignored if using continue to break out of the loop (issue
5330 284).
5331
5332
ager@chromium.org3a6061e2009-03-12 14:24:36 +000053332009-03-12: Version 1.1.1
5334
5335 Fixed an assertion in the new compiler to take stack overflow
5336 exceptions into account.
5337
5338 Removed exception propagation code that could cause crashes.
5339
5340 Fixed minor bug in debugger line number computations.
5341
5342 8-byte align the C stack on Linux and Windows to speed up floating
5343 point computations.
5344
5345
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000053462009-03-12: Version 1.1.0
5347
5348 Improved code generation infrastructure by doing simple register
5349 allocation and constant folding and propagation.
5350
5351 Optimized regular expression matching by avoiding to create
5352 intermediate string arrays and by flattening nested array
5353 representations of RegExp data.
5354
5355 Traverse a few stack frames when recording profiler samples to
5356 include partial call graphs in the profiling output.
5357
5358 Added support for using OProfile to profile generated code.
5359
5360 Added remote debugging support to the D8 developer shell.
5361
5362 Optimized creation of nested literals like JSON objects.
5363
5364 Fixed a bug in garbage collecting unused maps and turned it on by
5365 default (--collect-maps).
5366
5367 Added support for running tests under Valgrind.
5368
5369
kasperl@chromium.org061ef742009-02-27 12:16:20 +000053702009-02-27: Version 1.0.3
5371
5372 Optimized double-to-integer conversions in bit operations by using
5373 SSE3 instructions if available.
5374
5375 Optimized initialization sequences that store to multiple
5376 properties of the same object.
5377
5378 Changed the D8 debugger frontend to use JSON messages.
5379
5380 Force garbage collections when disposing contexts.
5381
5382 Align code objects at 32-byte boundaries.
5383
5384
ager@chromium.org381abbb2009-02-25 13:23:22 +000053852009-02-25: Version 1.0.2
5386
5387 Improved profiling support by performing simple call stack
5388 sampling for ticks and by fixing a bug in the logging of code
5389 addresses.
5390
5391 Fixed a number of debugger issues.
5392
5393 Optimized code that uses eval.
5394
5395 Fixed a couple of bugs in the regular expression engine.
5396
5397 Reduced the size of generated code for certain regular expressions.
5398
5399 Removed JSCRE completely.
5400
5401 Fixed issue where test could not be run if there was a dot in the
5402 checkout path.
5403
5404
ager@chromium.org6f10e412009-02-13 10:11:16 +000054052009-02-13: Version 1.0.1
5406
5407 Fixed two crash-bugs in irregexp (issue 231 and 233).
5408
5409 Fixed a number of minor bugs (issue 87, 227 and 228).
5410
5411 Added support for morphing strings to external strings on demand
5412 to avoid having to create copies in the embedding code.
5413
5414 Removed experimental support for external symbol callbacks.
5415
5416
iposva@chromium.org245aa852009-02-10 00:49:54 +000054172009-02-09: Version 1.0.0
5418
5419 Fixed crash-bug in the code generation for case independent 16 bit
5420 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005421
iposva@chromium.org245aa852009-02-10 00:49:54 +00005422 Made shells more robust in the presence of string conversion
5423 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005424
iposva@chromium.org245aa852009-02-10 00:49:54 +00005425 Fixed a potential infinite loop when attempting to resolve
5426 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005427
iposva@chromium.org245aa852009-02-10 00:49:54 +00005428 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005429
iposva@chromium.org245aa852009-02-10 00:49:54 +00005430 Reduced binary by stripping unneeded text from JavaScript library and
5431 minifying some JavaScript files.
5432
5433
ager@chromium.orgddb913d2009-01-27 10:01:48 +000054342009-01-27: Version 0.4.9
5435
5436 Enabled new regular expression engine.
5437
5438 Made a number of changes to the debugger protocol.
5439
5440 Fixed a number of bugs in the preemption support.
5441
5442 Added -p option to the developer shell to run files in parallel
5443 using preemption.
5444
5445 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5446 193, 198 and 201).
5447
5448 Fixed a number of bugs in the serialization/deserialization
5449 support for the ARM platform.
5450
5451
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000054522009-01-19: Version 0.4.8.1
5453
5454 Minor patch to debugger support.
5455
5456
ager@chromium.org32912102009-01-16 10:38:43 +000054572009-01-16: Version 0.4.8
5458
5459 Fixed string length bug on ARM (issue 171).
5460
5461 Made most methods in the API const.
5462
5463 Optimized object literals by improving data locality.
5464
5465 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005466 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005467
5468 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005469 eval to behave incorrectly when using accessors (issues 186, 190
5470 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005471
5472
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000054732009-01-06: Version 0.4.7
5474
ager@chromium.org32912102009-01-16 10:38:43 +00005475 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005476
ager@chromium.org32912102009-01-16 10:38:43 +00005477 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005478
ager@chromium.org32912102009-01-16 10:38:43 +00005479 Fixed subtle bug that caused the wrong 'this' to be used when
5480 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005481
ager@chromium.org32912102009-01-16 10:38:43 +00005482 Inline array loads within loops directly in the code instead of
5483 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005484
ager@chromium.org32912102009-01-16 10:38:43 +00005485
ager@chromium.org8bb60582008-12-11 12:02:20 +000054862008-12-11: Version 0.4.6
5487
5488 Fixed exception reporting bug where certain exceptions were
5489 incorrectly reported as uncaught.
5490
5491 Improved the memory allocation strategy used during compilation to
5492 make running out of memory when compiling huge scripts less
5493 likely.
5494
5495 Optimized String.replace by avoiding the construction of certain
5496 sub strings.
5497
5498 Fixed bug in code generation for large switch statements on ARM.
5499
5500 Fixed bug that caused V8 to change the global object template
5501 passed in by the user.
5502
5503 Changed the API for creating object groups used during garbage
5504 collection. Entire object groups are now passed to V8 instead of
5505 individual members of the groups.
5506
ager@chromium.org32912102009-01-16 10:38:43 +00005507
ager@chromium.orga74f0da2008-12-03 16:05:52 +000055082008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005509
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005510 Added experimental API support for allocating V8 symbols as
5511 external strings.
5512
5513 Fixed bugs in debugging support on ARM.
5514
5515 Changed eval implementation to correctly detect whether or not a
5516 call to eval is aliased.
5517
5518 Fixed bug caused by a combination of the compilation cache and
5519 dictionary probing in native code. The bug caused us to sometimes
5520 call functions that had not yet been compiled.
5521
5522 Added platform support for FreeBSD.
5523
5524 Added support for building V8 on Windows with either the shared or
5525 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005526
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005527 Added the v8::jscre namespace around the jscre functions to avoid
5528 link errors (duplicate symbols) when building Google Chrome.
5529
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005530 Added support for calling a JavaScript function with the current
5531 debugger execution context as its argument to the debugger
5532 interface.
5533
5534 Changed the type of names of counters from wchar_t to char.
5535
5536 Changed the Windows system call used to compute daylight savings
5537 time. The system call that we used to use became four times
5538 slower on WinXP SP3.
5539
5540 Added support in the d8 developer shell for memory-mapped counters
5541 and added a stats-viewer tool.
5542
5543 Fixed bug in upper/lower case mappings (issue 149).
5544
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005545
ager@chromium.org3bf7b912008-11-17 09:09:45 +000055462008-11-17: Version 0.4.4
5547
5548 Reduced code size by using shorter instruction encoding when
5549 possible.
5550
5551 Added a --help option to the shell sample and to the d8 shell.
5552
5553 Added visual studio project files for building the ARM simulator.
5554
5555 Fixed a number of ARM simulator issues.
5556
5557 Fixed bug in out-of-memory handling on ARM.
5558
5559 Implemented shell support for passing arguments to a script from
5560 the command line.
5561
5562 Fixed bug in date code that made certain date functions return -0
5563 instead of 0 for dates before the epoch.
5564
5565 Restricted applications of eval so it can only be used in the
5566 context of the associated global object.
5567
5568 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005569
5570
ager@chromium.org870a0b62008-11-04 11:43:05 +000055712008-11-04: Version 0.4.3
5572
5573 Added support for API accessors that prohibit overwriting by
5574 accessors defined in JavaScript code by using __defineGetter__ and
5575 __defineSetter__.
5576
5577 Improved handling of conditionals in test status files.
5578
5579 Introduced access control in propertyIsEnumerable.
5580
5581 Improved performance of some string operations by caching
5582 information about the type of the string between operations.
5583
5584 Fixed bug in fast-case code for switch statements that only have
5585 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005586
ager@chromium.org870a0b62008-11-04 11:43:05 +00005587
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000055882008-10-30: Version 0.4.2
5589
5590 Improved performance of Array.prototype.concat by moving the
5591 implementation to C++ (issue 123).
5592
5593 Fixed heap growth policy to avoid growing old space to its maximum
5594 capacity before doing a garbage collection and fixed issue that
5595 would lead to artificial out of memory situations (issue 129).
5596
5597 Fixed Date.prototype.toLocaleDateString to return the date in the
5598 same format as WebKit.
5599
5600 Added missing initialization checks to debugger API.
5601
5602 Added removing of unused maps during GC.
5603
5604
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000056052008-10-28: Version 0.4.1
5606
5607 Added caching of RegExp data in compilation cache.
5608
5609 Added Visual Studio project file for d8 shell.
5610
5611 Fixed function call performance regression introduced in version
5612 0.4.0 when splitting the global object in two parts (issue 120).
5613
5614 Fixed issue 131 by checking for empty handles before throwing and
5615 reporting exceptions.
5616
5617
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000056182008-10-23: Version 0.4.0
5619
5620 Split the global object into two parts: The state holding global
5621 object and the global object proxy.
5622
5623 Fixed bug that affected the value of an assignment to an element
5624 in certain cases (issue 116).
5625
5626 Added GetPropertyNames functionality (issue 33) and extra Date
5627 functions (issue 77) to the API.
5628
5629 Changed WeakReferenceCallback to take a Persistent<Value> instead
5630 of a Persistent<Object> (issue 101).
5631
5632 Fixed issues with message reporting for exceptions in try-finally
5633 blocks (issues 73 and 75).
5634
ager@chromium.org32912102009-01-16 10:38:43 +00005635 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005636
5637 Improved Boyer-Moore implementation for faster indexOf operations.
5638
5639 Added development shell (d8) which includes counters and
5640 completion support.
5641
5642 Fixed problem with the receiver passed to functions called from
5643 eval (issue 124).
5644
5645
ager@chromium.org7c537e22008-10-16 08:43:32 +000056462008-10-16: Version 0.3.5
5647
5648 Improved string hash-code distribution by excluding bit-field bits
5649 from the hash-code.
5650
5651 Changed string search algorithm used in indexOf from KMP to
5652 Boyer-Moore.
5653
5654 Improved the generated code for the instanceof operator.
5655
5656 Improved performance of slow-case string equality checks by
5657 specializing the code based on the string representation.
5658
5659 Improve the handling of out-of-memory situations (issue 70).
5660
5661 Improved performance of strict equality checks.
5662
5663 Improved profiler output to make it easier to see anonymous
5664 functions.
5665
5666 Improved performance of slow-case keyed loads.
5667
5668 Improved property access performance by allocating a number of
5669 properties in the front object.
5670
5671 Changed the toString behavior on the built-in object constructors
5672 to print [native code] instead of the actual source. Some web
5673 applications do not like constructors with complex toString
5674 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005675
ager@chromium.org7c537e22008-10-16 08:43:32 +00005676
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000056772008-10-06: Version 0.3.4
5678
5679 Changed Array.prototype.sort to use quick sort.
5680
5681 Fixed code generation issue where leaving a finally block with
5682 break or continue would accumulate elements on the expression
5683 stack (issue 86).
5684
5685 Made sure that the name accessor on functions returns the expected
5686 names for builtin JavaScript functions and C++ callback functions.
5687
5688 Added fast case code for extending the property storage array of
5689 JavaScript objects.
5690
5691 Ported switch statement optimizations introduced in version 0.3.3
5692 to the ARM code generator.
5693
5694 Allowed GCC to use strict-aliasing rules when compiling.
5695
5696 Improved performance of arguments object allocation by taking care
5697 of arguments adaptor frames in the generated code.
5698
5699 Updated the V8 benchmark suite to version 2.
5700
5701
ager@chromium.org236ad962008-09-25 09:45:57 +000057022008-09-25: Version 0.3.3
5703
5704 Improved handling of relocation information to enable more
5705 peep-hole optimizations.
5706
5707 Optimized switch statements where all labels are constant small
5708 integers.
5709
5710 Optimized String.prototype.indexOf for common cases.
5711
5712 Fixed more build issues (issue 80).
5713
5714 Fixed a couple of profiler issues.
5715
5716 Fixed bug where the body of a function created using the Function
5717 constructor was not allowed to end with a single-line comment
5718 (issue 85).
5719
5720 Improved handling of object literals by canonicalizing object
5721 literal maps. This will allow JSON objects with the same set of
5722 properties to share the same map making inline caching work better
5723 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005724
ager@chromium.org236ad962008-09-25 09:45:57 +00005725
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000057262008-09-17: Version 0.3.2
5727
5728 Generalized the EvalCache into a CompilationCache and enabled it
5729 for scripts too. The current strategy is to retire all entries
5730 whenever a mark-sweep collection is started.
5731
5732 Fixed bug where switch statements containing only a default case
5733 would lead to an unbalanced stack (issue 69).
5734
5735 Fixed bug that made access to the function in a named function
5736 expression impossible in certain situations (issue 24).
5737
5738 Fixed even more build issues.
5739
5740 Optimized calling conventions on ARM. The conventions on ARM and
5741 IA-32 now match.
5742
5743 Removed static initializers for flags and counters.
5744
5745 Improved inline caching behavior for uncommon cases where lazily
5746 loading Date and RegExp code could force certain code paths go
5747 megamorphic.
5748
5749 Removed arguments adaption for builtins written in C++. This
5750 makes Array.prototype.push and Array.prototype.pop slightly
5751 faster.
5752
5753
ager@chromium.org9258b6b2008-09-11 09:11:10 +000057542008-09-11: Version 0.3.1
5755
5756 Fixed a number of build issues.
5757
5758 Fixed problem with missing I-cache flusing on ARM.
5759
5760 Changed space layout in memory management by splitting up
5761 code space into old data space and code space.
5762
5763 Added utf-8 conversion support to the API (issue 57).
5764
5765 Optimized repeated calls to eval with the same strings. These
5766 repeated calls are common in web applications.
5767
5768 Added Xcode project file.
5769
5770 Optimized a couple of Array operation.
5771
5772 Fixed parser bug by checking for end-of-string when parsing break
5773 and continue (issue 35).
5774
5775 Fixed problem where asian characters were not categorized as
5776 letters.
5777
5778 Fixed bug that disallowed calling functions fetched from an array
5779 using a string as an array index (issue 32).
5780
5781 Fixed bug where the internal field count on object templates were
5782 sometimes ignored (issue 54).
5783
5784 Added -f option to the shell sample for compatibility with other
5785 engines (issue 18).
5786
5787 Added source info to TryCatches in the API.
5788
5789 Fixed problem where the seed for the random number generator was
5790 clipped in a double to unsigned int conversion.
5791
5792 Fixed bug where cons string symbols were sometimes converted to
5793 non-symbol flat strings during GC.
5794
5795 Fixed bug in error reporting when attempting to convert null to an
5796 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005797
5798
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000057992008-09-04: Version 0.3.0
5800
5801 Added support for running tests on the ARM simulator.
5802
5803 Fixed bug in the 'in' operator where negative indices were not
5804 treated correctly.
5805
5806 Fixed build issues on gcc-4.3.1.
5807
5808 Changed Date.prototype.toLocaleTimeString to not print the
5809 timezone part of the time.
5810
5811 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5812 with user code.
5813
5814
v8.team.kasperl727e9952008-09-02 14:56:44 +000058152008-09-02: Version 0.2.5
5816
5817 Renamed the top level directory 'public' to 'include'.
5818
5819 Added 'env' option to the SCons build scripts to support
5820 overriding the ENV part of the build environment. This is mostly
5821 to support Windows builds in cases where SCons cannot find the
5822 correct paths to the Windows SDK, as these paths cannot be passed
5823 through shell environment variables.
5824
5825 Enabled "Buffer Security Check" on for the Windows SCons build and
5826 added the linker option /OPT:ICF as an optimization.
5827
5828 Added the V8 benchmark suite to the repository.
5829
5830
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000058312008-09-01: Version 0.2.4
5832
5833 Included mjsunit JavaScript test suite and C++ unit tests.
5834
5835 Changed the shell sample to not print the result of executing a
5836 script provided on the command line.
5837
5838 Fixed issue when building samples on Windows using a shared V8
5839 library. Added visibility option on Linux build which makes the
5840 generated library 18% smaller.
5841
5842 Changed build system to accept multiple build modes in one build
5843 and generate separate objects, libraries and executables for each
5844 mode.
5845
5846 Removed deferred negation optimization (a * -b => -(a * b)) since
5847 this visibly changes operand conversion order.
5848
5849 Improved parsing performance by introducing stack guard in
5850 preparsing. Without a stack guard preparsing always bails out
5851 with stack overflow.
5852
5853 Changed shell sample to take flags directly from the command-line.
5854 Added API call that implements this.
5855
5856 Added load, quit and version functions to the shell sample so it's
5857 easier to run benchmarks and tests.
5858
5859 Fixed issue with building samples and cctests on 64-bit machines.
5860
5861 Fixed bug in the runtime system where the prototype chain was not
5862 always searched for a setter when setting a property that does not
5863 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005864
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005865
mads.s.agercbaa0602008-08-14 13:41:48 +000058662008-08-14: Version 0.2.3
5867
5868 Improved performance of garbage collection by moving the
5869 function that updates pointers during compacting collection
5870 into the updating visitor. This gives the compiler a better
5871 chance to inline and avoid a function call per (potential)
5872 pointer.
5873
5874 Extended the shell sample with a --runtime-flags option.
5875
5876 Added Visual Studio project files for the shell.cc and
5877 process.cc samples.
5878
5879
58802008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005881
5882 Improved performance of garbage collection by changing the way
5883 we use the marking stack in the event of stack overflow during
5884 full garbage collection and by changing the way we mark roots.
5885
5886 Cleaned up ARM version by removing top of stack caching and by
5887 introducing push/pop elimination.
5888
5889 Cleaned up the way runtime functions are called to allow
5890 runtime calls with no arguments.
5891
5892 Changed Windows build options to make sure that exceptions are
5893 disabled and that optimization flags are enabled.
5894
5895 Added first version of Visual Studio project files.
5896
5897
mads.s.agercbaa0602008-08-14 13:41:48 +000058982008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005899
5900 Improved performance of unary addition by avoiding runtime calls.
5901
5902 Fixed the handling of '>' and '<=' to use right-to-left conversion
5903 and left-to-right evaluation as specified by ECMA-262.
5904
5905 Fixed a branch elimination bug on the ARM platform where incorrect
5906 code was generated because of overly aggressive branch
5907 elimination.
5908
5909 Improved performance of code that repeatedly assigns the same
5910 function to the same property of different objects with the same
5911 map.
5912
5913 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5914 no longer expects DEBUG to be defined.
5915
5916 Added platform-nullos.cc to serve as the basis for new platform
5917 implementations.
5918
mads.s.ager31e71382008-08-13 09:32:07 +00005919
mads.s.agercbaa0602008-08-14 13:41:48 +000059202008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005921
5922 Changed all text files to have native svn:eol-style.
5923
5924 Added a few samples and support for building them. The samples
5925 include a simple shell that can be used to benchmark and test V8.
5926
5927 Changed V8::GetVersion to return the version as a string.
5928
5929 Added source for lazily loaded scripts to snapshots and made
5930 serialization non-destructive.
5931
5932 Improved ARM support by fixing the write barrier code to use
5933 aligned loads and stores and by removing premature locals
5934 optimization that relied on broken support for callee-saved
5935 registers (removed).
5936
5937 Refactored the code for marking live objects during garbage
5938 collection and the code for allocating objects in paged
5939 spaces. Introduced an abstraction for the map word of a heap-
5940 allocated object and changed the memory allocator to allocate
5941 executable memory only for spaces that may contain code objects.
5942
5943 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5944 they can be used by debugging and logging modules. Added
5945 thread-safe message queues for dealing with debugger events.
5946
5947 Fixed the source code reported by toString for certain builtin
5948 empty functions and made sure that the prototype property of a
5949 function is enumerable.
5950
5951 Improved performance of converting values to condition flags in
5952 generated code.
5953
5954 Merged disassembler-{arch} files.
5955
5956
mads.s.agercbaa0602008-08-14 13:41:48 +000059572008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00005958
5959 Added support for storing JavaScript stack traces in a stack
5960 allocated buffer to make it visible in shallow core dumps.
5961 Controlled by the --preallocate-message-memory flag which is
5962 disabled by default.
5963
5964
mads.s.agercbaa0602008-08-14 13:41:48 +000059652008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00005966
5967 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
5968 map transitions would count as properties.
5969
5970 Allowed aliased eval invocations by treating them as evals in the
5971 global context. This may change in the future.
5972
5973 Added support for accessing the last entered context through the
5974 API and renamed Context::Current to Context::GetCurrent and
5975 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
5976
5977 Fixed bug in the debugger that would cause the debugger scripts to
5978 be recursively loaded and changed all disabling of interrupts to
5979 be block-structured.
5980
5981 Made snapshot data read-only to allow it to be more easily shared
5982 across multiple users of V8 when linked as a shared library.
5983
5984
mads.s.agercbaa0602008-08-14 13:41:48 +000059852008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00005986
5987 Fixed building on Mac OS X by recognizing i386 and friends as
5988 IA-32 platforms.
5989
5990 Added propagation of stack overflow exceptions that occur while
5991 compiling nested functions.
5992
5993 Improved debugger with support for recursive break points and
5994 handling of exceptions that occur in the debugger JavaScript code.
5995
5996 Renamed GetInternal to GetInternalField and SetInternal to
5997 SetInternalField in the API and moved InternalFieldCount and
5998 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
5999
6000
mads.s.agercbaa0602008-08-14 13:41:48 +000060012008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006002
6003 Fixed bug in stack overflow check code for IA-32 targets where a
6004 non-tagged value in register eax was pushed to the stack.
6005
6006 Fixed potential quadratic behavior when converting strings to
6007 numbers.
6008
6009 Fixed bug where the return value from Object::SetProperty could
6010 end up being the property holder instead of the written value.
6011
6012 Improved debugger support by allowing nested break points and by
6013 dealing with stack-overflows when compiling functions before
6014 setting break points in them.
6015
6016
mads.s.agercbaa0602008-08-14 13:41:48 +000060172008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006018
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006019 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006020
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00006021# Local Variables:
6022# mode:text
6023# End: