blob: 7263730245a3ec095815e393288233079a830f07 [file] [log] [blame]
mstarzinger@chromium.org2efc3e42013-10-14 08:45:38 +000012013-10-14: Version 3.22.11
2
3 Performance and stability improvements on all platforms.
4
5
mvstanton@chromium.orgdd6d9ee2013-10-11 10:35:37 +000062013-10-11: Version 3.22.10
7
8 Fixed timezone issues with date-time/parse-* tests.
9 (Chromium issue 2919)
10
11 Added column getter to CpuProfileNode (Chromium issue 302537)
12
13 Performance and stability improvements on all platforms.
14
15
mvstanton@chromium.org63ea3d22013-10-10 09:24:12 +0000162013-10-10: Version 3.22.9
17
18 Ensure only whitelisted stubs have sse2 versions in the snapshot.
19 (fix for chromium 304565)
20
21 Implement ArrayBuffer.isView.
22
23 Performance and stability improvements on all platforms.
24
25
jkummerow@chromium.org25b0e212013-10-04 15:38:52 +0000262013-10-04: Version 3.22.8
27
28 Performance and stability improvements on all platforms.
29
30
jkummerow@chromium.orgd8a3a142013-10-03 12:15:05 +0000312013-10-03: Version 3.22.7
32
33 Debug: Allow stepping into on a given call frame
34 (Chromium issue 296963).
35
36 Always use timeGetTime() for TimeTicks::Now() on Windows
37 (Chromium issue 288924).
38
39 Performance and stability improvements on all platforms.
40
41
jkummerow@chromium.orgfb7a7c42013-10-02 11:41:02 +0000422013-10-02: Version 3.22.6
43
44 Performance and stability improvements on all platforms.
45
46
jkummerow@chromium.org32aa03c2013-10-01 08:21:50 +0000472013-10-01: Version 3.22.5
48
49 Disabled externalization of sliced/cons strings in old pointer space
50 (Chromium issue 276357).
51
52 Turned on handle zapping for release builds
53
54 Performance and stability improvements on all platforms.
55
56
jkummerow@chromium.orgc3669762013-09-30 13:42:25 +0000572013-09-30: Version 3.22.4
58
59 Function::Call and Object::CallAsFunction APIs should allow v8::Value as
60 a receiver (issue 2915).
61
62 Removed unnecessary mutex (Chromium issue 291236).
63
64 Removed ArrayBufferView::BaseAddress method.
65
66 Performance and stability improvements on all platforms.
67
68
machenbach@chromium.orgcfdf67d2013-09-27 07:27:26 +0000692013-09-27: Version 3.22.3
70
71 Added methods to enable configuration of ResourceConstraints based on
72 limits derived at runtime.
73 (Chromium issue 292928)
74
75 Added -optimize-for-size flag to optimize for memory size (will be used
76 by pre-aging CL), and removed the is_memory_constrained
77 ResourceConstraint.
78 (Chromium issue 292928)
79
80 Performance and stability improvements on all platforms.
81
82
machenbach@chromium.org8e36b5b2013-09-26 07:36:30 +0000832013-09-26: Version 3.22.2
84
85 Performance and stability improvements on all platforms.
86
87
machenbach@chromium.org3d079fe2013-09-25 08:19:55 +0000882013-09-25: Version 3.22.1
89
90 Sped up creating typed arrays from array-like objects.
91 (Chromium issue 270507)
92
93 Performance and stability improvements on all platforms.
94
95
machenbach@chromium.org528ce022013-09-23 14:09:36 +0000962013-09-23: Version 3.22.0
97
98 LiveEdit to mark more closure functions for re-instantiation when scope
99 layout changes.
100 (issue 2872)
101
102 Made bounds check elimination iterative instead of recursive.
103 (Chromium issue 289706)
104
105 Turned on i18n support by default.
106
107 Set the proper instance-type on HAllocate in BuildFastLiteral.
108 (Chromium issue 284577)
109
110 Performance and stability improvements on all platforms.
111
112
hpayer@chromium.org4f626d12013-09-18 07:47:45 +00001132013-09-18: Version 3.21.17
114
115 Implemented local load/store elimination on basic blocks.
116
117 Added mutex when accessing concurrent recompilation output queue.
118 (Chromium issue 291236)
119
120 Don't lookup the cache for the result of Function::New.
121 (Chromium issue 272579)
122
123 Tweaked HConstant::EmitAtUses() to eliminate useless constant
124 generation.
125 (Chromium issue 2881)
126
127 Performance and stability improvements on all platforms.
128
129
mvstanton@chromium.org5a4733b2013-09-16 07:33:24 +00001302013-09-16: Version 3.21.16
131
132 Every place where AllocationMemento is initialized with an
133 AllocationSite is now checked to be sure a valid Site goes in. This is
134 temporary code to diagnose chromium bug 284577.
135
136 Performance and stability improvements on all platforms.
137
138
dslomov@chromium.org4a35c5a2013-09-13 07:28:52 +00001392013-09-13: Version 3.21.15
140
141 Non-JSObject heap objects are now handled using slow-path IC stub
142 guarded by the map.
143 (Chromium issue 280632)
144
145 i18n Javascript code added to the snapshot.
146 (V8 issue 2745)
147
148 Performance and stability improvements on all platforms.
149
dslomov@chromium.orge97852d2013-09-12 09:02:59 +00001502013-09-12: Version 3.21.14
151
152 Added access check for observed objects.
153 (V8 issue 2778)
154
155 Cleaned up v8::ArrayBuffer::Allocator interface.
156 (V8 issue 2823)
157
158 Performance and stability improvements on all platforms.
159
hpayer@chromium.orgc5d49712013-09-11 08:25:48 +00001602013-09-11: Version 3.21.13
161
162 Added a ResourceConstraint for the embedder to specify that V8 is
163 running on a memory constrained device.
164 (Chromium issue 280984)
165
166 Removed HandleScope default ctor.
167 (Chromium issue 236173)
168
169 Enabled escape analysis for Hydrogen.
170
171 Correctly stringified mixed encoding indirect strings.
172 (Chromium issue 287476)
173
174 Performance and stability improvements on all platforms.
175
176
dslomov@chromium.org639bac02013-09-09 11:58:54 +00001772013-09-09: Version 3.21.12
178
179 Fixed bitwise negation on x64.
180 (Chromium issue 285355)
181
182 Dropped GetCurrentThreadId() and TerminateExecution(int) from
183 the external API.
184
185 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
186 (Chromium issue 284998)
187
188 Added check if timeout has expired after processing each sample.
189 (issue 2814,v8:2871)
190
191 Removed obsolete global V8::has_been_fooed flags.
192 (issue 2744)
193
194 Performance and stability improvements on all platforms.
195
196
jkummerow@chromium.org2c9426b2013-09-05 16:31:13 +00001972013-09-05: Version 3.21.11
198
199 Performance and stability improvements on all platforms.
200
201
jkummerow@chromium.org3d00d0a2013-09-04 13:57:32 +00002022013-09-04: Version 3.21.10
203
204 Fixed Eternal::IsEmpty logic (issue 2870).
205
206 Performance and stability improvements on all platforms.
207
208
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00002092013-09-03: Version 3.21.9
210
211 Deprecated Persistent functions which were marked to be deprecated.
212
213 Allowed uncacheable identifiers to go generic (issue 2867).
214
215 Performance and stability improvements on all platforms.
216
217
jkummerow@chromium.org8fa5bd92013-09-02 11:45:09 +00002182013-09-02: Version 3.21.8
219
220 Added scriptId to StackTrace frames (issue 2865).
221
222 Performance and stability improvements on all platforms.
223
224
jkummerow@chromium.orgdc94e192013-08-30 11:35:42 +00002252013-08-30: Version 3.21.7
226
227 Fixed casts of eternal handles.
228
229 Turned on global handle zapping.
230
231 Always visit branches during HGraph building (Chromium issue 280333).
232
233 Profiler changes: removed deprecated API, support higher sampling
234 rate on Windows.
235
236 Performance and stability improvements on all platforms.
237
238
mstarzinger@chromium.org1f410f92013-08-29 08:13:16 +00002392013-08-29: Version 3.21.6
240
241 Fixed inlined 'throw' statements interfering with live range
242 computation. (issue 2843)
243
244 Performance and stability improvements on all platforms.
245
246
verwaest@chromium.org662436e2013-08-28 08:41:27 +00002472013-08-28: Version 3.21.5
248
249 Fixed compilation with recent MinGW64 versions. (issue 2300)
250
251 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
252
253 Performance and stability improvements on all platforms.
254
255
jkummerow@chromium.org1e8da742013-08-26 17:13:35 +00002562013-08-26: Version 3.21.4
257
258 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
259
260 Use signals for cpu profiling on Mac OS X (issue 2814).
261
262 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
263
264 Added support for higher CPU profiler sampling rate on posix systems
265 (issue 2814).
266
267 Worked around 'inlining failed' build error with older GCC 4.x releases.
268
269 Added source map support to tick processor.
270
271 Stability improvements on all platforms.
272
273
rossberg@chromium.org92597162013-08-23 13:28:00 +00002742013-08-23: Version 3.21.3
275
276 Temporarily disabled optimization for StringWrappers to use native
277 valueOf. (issue 2855)
278
279 Fixed crash on function declarations in eval inside non-trivial local
280 scope. (issue 2594)
281
282 Rewrote SamplingCircularQueue. (issue 2814)
283
284 Fixed hidden properties on object with frozen prototype. (issue 2829)
285
286 Fix deoptimization bug. (Chromium issue 274164)
287
288 Stability improvements on all platforms.
289
290
verwaest@chromium.orgec6855e2013-08-22 12:26:58 +00002912013-08-22: Version 3.21.2
292
293 Stability improvements on all platforms.
294
295
verwaest@chromium.org32cb9b22013-08-21 11:18:12 +00002962013-08-21: Version 3.21.1
297
298 Promoted ArrayBuffer, DataView and typed arrays to non-experimental.
299 (Chromium issue 270527)
300
301 Replaced OS::MemCopy with memcpy in typed array initialization.
302 (Chromium issue 270642)
303
304 Moved i18n break iterator C++ code to runtime (issue 2745)
305
306 Fixed invalid out-of-bounds store in MacroAssembler::Allocate.
307 (Chromium issue 263515)
308
309 Fixed register misuse in Allocate() on ARM. (issue 2851)
310
311 Fixed empty handle dereference in Runtime_InternalNumberFormat.
312 (Chromium issue 275467)
313
314 Performance and stability improvements on all platforms.
315
316
rossberg@chromium.orgebeba022013-08-19 09:36:44 +00003172013-08-19: Version 3.21.0
318
319 Fixed GC-related crasher (Chromium issue 274438)
320
321 Reverted making Intl non-enumerable.
322
323 Performance and stability improvements on all platforms.
324
325
danno@chromium.orgc00ec2b2013-08-14 17:13:49 +00003262013-08-14: Version 3.20.17
327
328 Fixed Math.round/floor that had bogus Smi representation
329 (Chromium issue 272564)
330
331 Performance and stability improvements on all platforms.
332
333
danno@chromium.org59400602013-08-13 17:09:37 +00003342013-08-13: Version 3.20.16
335
336 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
337
338 Fixed gcmole bugs in i18n code (issue 2745)
339
340 ia32: Calls to the TranscendentalCacheStub must ensure that esi is
341 set (issue 2827)
342
343 Made sure polymorphic element access creates non-replaying
344 phis. (issue 2815)
345
346 Allowed HPhis to have an invalid merge index. (issue 2815)
347
348 Fixed smi-based math floor. (Chromium issue 270268)
349
350 Deprecated self and total time getters and total sample count
351 getter on CpuProfileNode. (Chromium issue 267595)
352
353 Fixed Object.freeze, Object.observe wrt CountOperation and
354 CompoundAssignment. (issue 2774,2779)
355
356 Performance and stability improvements on all platforms.
357
358
mstarzinger@chromium.orge9000182013-09-03 11:25:39 +00003592013-08-07: Version 3.20.15
danno@chromium.org59400602013-08-13 17:09:37 +0000360
361 Exposed eternal handle api.
362
363 Bugfix to solve issues with enabling V8 typed arrays in Blink.
364
365 Fixed Array index dehoisting. (Chromium issue 264203)
366
367 Updated Array Iterator to use numeric indexes (issue 2818)
368
369 Return start/end profiling time in microseconds instead of milliseconds
370 (issue 2824)
371
372 Performance and stability improvements on all platforms.
373
374
3752013-08-06: Version 3.20.14
376
377 Added new Harmony methods to Array.prototype object.
378 (issue 2776,v8:2777)
379
380 Performance and stability improvements on all platforms.
381
382
danno@chromium.orgd3c42102013-08-01 16:58:23 +00003832013-08-01: Version 3.20.12
384
385 Removed buggy ToNumber truncation (partial fix for issue 2813)
386
387 Calling Map etc without new should throw TypeError (issue 2819)
388
389 Fixed a crash for large code objects on ARM (Chromium issue 2736)
390
391 Fixed stale unhandlified value in JSObject::SetPropertyForResult.
392 (Chromium issue 265894)
393
394 Added new Harmony methods to String.prototype object.
395 (issue 2796,v8:2797,v8:2798,v8:2799)
396
397 Performance and stability improvements on all platforms.
398
399
4002013-07-30: Version 3.20.11
401
402 Performance and stability improvements on all platforms.
403
404
4052013-07-29: Version 3.20.10
406
407 Performance and stability improvements on all platforms.
408
409
jkummerow@chromium.orgfb732b12013-07-26 10:27:09 +00004102013-07-26: Version 3.20.9
411
412 Check that ExternalString objects get aligned resources.
413
414 Fixed JSArray-specific length lookup in polymorphic array handling
415 (Chromium issues 263276, 263905).
416
417 Performance and stability improvements on all platforms.
418
419
yangguo@chromium.orgc73d55b2013-07-24 08:18:28 +00004202013-07-24: Version 3.20.8
421
422 Deprecated v8::V8::Pause/ResumeProfiler.
423
424 Fixed Chromium issues 247688, 258519 and 260203.
425
426 Performance and stability improvements on all platforms.
427
428
jkummerow@chromium.orgba72ec82013-07-22 09:21:20 +00004292013-07-22: Version 3.20.7
430
431 Deprecated some debugger methods.
432
433 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
434
435 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
436
437 Fixed type feedback in presence of negative lookups
438 (Chromium issue 252797).
439
440 Do not materialize context-allocated values for debug-evaluate
441 (Chromium issue 259300).
442
443 Synchronized Compare-Literal behavior in FullCodegen and Hydrogen
444 (Chromium issue 260345).
445
446 Performance and stability improvements on all platforms.
447
448
jkummerow@chromium.org10480472013-07-17 08:22:15 +00004492013-07-17: Version 3.20.6
450
451 Try to remove invalidated stubs before falling back to checking the
452 constant state (Chromium issue 260585).
453
454 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
455
456 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
457
458 Use internal array as API function cache (Chromium issue 260106).
459
460 Fixed possible stack overflow in range analysis
461 (Chromium issue 259452).
462
463 Performance and stability improvements on all platforms.
464
465
danno@chromium.org169691d2013-07-15 08:01:13 +00004662013-07-15: Version 3.20.5
467
jkummerow@chromium.org10480472013-07-17 08:22:15 +0000468 Ensured that the length of frozen arrays is immutable
469 (issue 2711, Chromium issue 259548).
danno@chromium.org169691d2013-07-15 08:01:13 +0000470
471 Performance and stability improvements on all platforms.
472
473
danno@chromium.orgbee51992013-07-10 14:57:15 +00004742013-07-10: Version 3.20.4
475
476 Fixed garbage-collection issue that causes a crash on ARM
477 (Chromium issue 254570)
478
479 Performance and stability improvements on all platforms.
480
481
mstarzinger@chromium.orge0e1b0d2013-07-08 08:38:06 +00004822013-07-08: Version 3.20.3
483
484 Performance and stability improvements on all platforms.
485
486
machenbach@chromium.orgc1789ee2013-07-05 07:09:57 +00004872013-07-05: Version 3.20.2
488
489 Remove deprecated heap profiler methods from V8 public API
490
491 Mark i18n functions as native and set proper names
492 (issue 2745)
493
494 Correctly report stack trace when current function is FunctionApply
495 builtin (Chromium issue 252097)
496
497 Enable GDBJIT interface for standalone by default.
498
499 Fix debuggersupport=off build. (issue 2754)
500
501 Introduce -m64 flag for making x64 when the default gcc compiler is for
502 X32
503
504 Performance and stability improvements on all platforms.
505
506
jkummerow@chromium.org93a47f42013-07-02 14:43:41 +00005072013-07-02: Version 3.20.1
508
509 Implemented WeakMap.prototype.clear function. (issue 2753)
510
511 Ensure CheckInitialized is present independent of define.
512 (Chromium issue 255779)
513
514 Performance and stability improvements on all platforms.
515
516
mstarzinger@chromium.org1510d582013-06-28 14:00:48 +00005172013-06-28: Version 3.20.0
518
519 Migrated several tests from blink to V8 repository.
520
521 Allowed users of the V8 API to distinguish between unset and undefined
522 HiddenValues (issue 2746).
523
524 Deprecated old style callbacks in the V8 API.
525
526 Turned on parallel recompilation.
527
528 Performance and stability improvements on all platforms.
529
530
dslomov@chromium.orgb752d402013-06-18 11:54:54 +00005312013-06-18: Version 3.19.18
532
533 Fixed read-only attribute of Function.length in strict mode.
534 (issue 2705)
535
536 Fixed Runtime_SetProperty to properly handle OOM failures
537 (Chromium issue 249873)
538
539 Emit deprecated check for constant function transitions.
540 (Chromium issue 250609)
541
542 Made MathFloorOfDiv optimization trigger more often
543 (Issue 2205)
544
545 Make more GCs in idle notification handler.
546 (Chromium issue 241815)
547
548 Increased default type info threshold.
549 (Issue 2730)
550
551 Performance and stability improvements on all platforms.
552
553
5542013-06-14: Version 3.19.16
555
556 Performance and stability improvements on all platforms.
557
558
danno@chromium.orgf95d4b92013-06-13 14:40:17 +00005592013-06-13: Version 3.19.15
560
561 Performance and stability improvements on all platforms.
562
563
danno@chromium.org41728482013-06-12 22:31:22 +00005642013-06-13: Version 3.19.14
565
566 Fixed crashes when calling new Array(a) with a single argument that
567 could result in creating a holey array with a packed elements kind.
568 (Chromium issue 245480)
569
570 Fixed issues in parallel compilation.
571 (Chromium issue 248076)
572
573 Performance and stability improvements on all platforms.
574
575
ulan@chromium.org837a67e2013-06-11 15:39:48 +00005762013-06-11: Version 3.19.13
577
578 Performance and stability improvements on all platforms.
579
580
verwaest@chromium.org8a00e822013-06-10 15:11:22 +00005812013-06-10: Version 3.19.12
582
583 Fixed arguments array access. (Chromium issue 247303)
584
585 Fixed bug in LookupForWrite. (Chromium issue 242332)
586
587 Performance and stability improvements on all platforms.
588
589
danno@chromium.org1fd77d52013-06-07 16:01:45 +00005902013-06-07: Version 3.19.11
591
592 Performance and stability improvements on all platforms.
593
594
ulan@chromium.orgdfe53072013-06-06 14:14:51 +00005952013-06-06: Version 3.19.10
596
597 Performance and stability improvements on all platforms.
598
599
verwaest@chromium.orgd4be0f02013-06-05 13:39:03 +00006002013-06-05: Version 3.19.9
601
602 Implemented Load IC support for loading properties from primitive
603 values to avoid perpetual soft deopts. (Chromium issue 242512)
604
605 Implemented Freeing of PerThreadAssertData when possible to avoid
606 memory leak. (Chromium issue 246567)
607
608 Removed V8_USE_OLD_STYLE_PERSISTENT_HANDLE_VISITORS.
609
610 Performance and stability improvements on all platforms.
611
612
rossberg@chromium.org79e79022013-06-03 15:43:46 +00006132013-06-03: Version 3.19.8
614
615 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
616
617 Fixed initialization of literal objects. (Chromium issue 245424)
618
619 Fixed function name inferred inside closures. (Chromium issue 224884)
620
621 Performance and stability improvements on all platforms.
622
623
rossberg@chromium.orgb99c7542013-05-31 11:40:45 +00006242013-05-31: Version 3.19.7
625
626 Added support for //# sourceURL similar to deprecated //@ sourceURL one.
627 (issue 2702)
628
629 Made sure IfBuilder::Return clears the current block.
630 (Chromium issue 243868)
631
632 Fixed two CPU profiler tests on ARM and MIPS simulators
633 (issue 2628)
634
635 Fixed idle incremental GC for large objects.
636 (Chromium issue 241815)
637
638 Disabled --optimize-constructed-arrays due to crashes
639 (Chromium issue 244461)
640
641 Performance and stability improvements on all platforms.
642
643
jkummerow@chromium.orgc1184022013-05-28 16:58:15 +00006442013-05-28: Version 3.19.6
645
646 Fixed IfBuilder::Deopt to clear the current block
647 (Chromium issue 243868).
648
649 Performance and stability improvements on all platforms.
650
651
svenpanne@chromium.org53ad1752013-05-27 12:20:38 +00006522013-05-27: Version 3.19.5
653
654 Reset regexp parser flag after scanning ahead for capture groups.
655 (issue 2690)
656
657 Removed flakiness in test-cpu-profiler/SampleWhenFrameIsNotSetup.
658 (issue 2628)
659
660 Performance and stability improvements on all platforms.
661
662
svenpanne@chromium.orga53e8e02013-05-24 12:35:50 +00006632013-05-24: Version 3.19.4
664
665 Fixed edge case in stack trace formatting. (Chromium issue 237617)
666
667 Fixed embedded new-space pointer in LCmpObjectEqAndBranch. (Chromium
668 issue 240032)
669
670 Made Object.freeze fast (issue 1858, Chromium issue 115960)
671
672 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
673 242924)
674
675 Performance and stability improvements on all platforms.
676
677
ulan@chromium.orgbf9432e2013-05-22 14:05:23 +00006782013-05-22: Version 3.19.3
679
680 Performance and stability improvements on all platforms.
681
682
jkummerow@chromium.org4e308cf2013-05-17 13:39:16 +00006832013-05-17: Version 3.19.2
684
685 Fill in one-word-fillers for the unused property fields
686 (Chromium issue 240056).
687
688 Removed use_system_v8 logic from the mainline gyp file
689 (Chromium issue 226860).
690
691 Skip CPU profiler samples where top function's stack frame is not
692 set up properly (issue 2628).
693
694 Performance and stability improvements on all platforms.
695
696
ulan@chromium.org906e2fb2013-05-14 08:14:38 +00006972013-05-14: Version 3.19.1
698
699 Fixed missing hole check for loads from Smi arrays when all uses are
700 changes (Chromium issue 233737)
701
702 Performance and stability improvements on all platforms.
703
704
ulan@chromium.org57ff8812013-05-10 08:16:55 +00007052013-05-10: Version 3.19.0
706
707 Deprecated Context::New which returns Persistent.
708
709 Added Persistent<T>::Reset which disposes the handle and redirects it to
710 point to another object.
711
712 Deprecated WriteAscii and MayContainNonAscii.
713
714 Exposed AssertNoAllocation to API.
715
716 Performance and stability improvements on all platforms.
717
718
danno@chromium.orgf005df62013-04-30 16:36:45 +00007192013-04-30: Version 3.18.5
720
721 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
722
723 Fixed beyond-heap load on x64 Crankshafted StringCharFromCode
724 (Chromium issue 235311)
725
726 Change 'Parse error' to three more informative messages.
727 (Chromium issue 2636)
728
729 Performance and stability improvements on all platforms.
730
731
danno@chromium.orgca29dd82013-04-26 11:59:48 +00007322013-04-26: Version 3.18.4
733
734 Added a preliminary API for ES6 ArrayBuffers
735
736 Replaced qsort with std::sort. (Chromium issue 2639)
737
738 Performance and stability improvements on all platforms.
739
740
ulan@chromium.org32d7dba2013-04-24 10:59:06 +00007412013-04-24: Version 3.18.3
742
743 Exposed the GC under a name that is less collision prone than window.gc.
744 (issue 2641)
745
746 Do not emit double values at their use sites. (Chromium issue 234101)
747
748 Added methods to allow resuming execution after calling
749 TerminateExecution(). (issue 2361)
750
751 Performance and stability improvements on all platforms.
752
753
ulan@chromium.org77ca49a2013-04-22 09:43:56 +00007542013-04-22: Version 3.18.2
755
756 OS::MemMove/OS::MemCopy: Don't call through to generated code when size
757 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
758
759 Removed heap snapshot size limit. (Chromium issue 232305)
760
761 Performance and stability improvements on all platforms.
762
763
mstarzinger@chromium.orgb228be02013-04-18 14:56:59 +00007642013-04-18: Version 3.18.1
765
766 Removed SCons related files and deprecated test suite configurations.
767
768 Improved handling of unary plus (issue 2527).
769
770 Performance and stability improvements on all platforms.
771
772
mstarzinger@chromium.orge27d6172013-04-17 11:51:44 +00007732013-04-17: Version 3.18.0
774
775 Enabled pretenuring of fast literals in high promotion mode.
776
777 Removed preparser library; link preparser executable against full V8.
778
779 Fixed set-up of intrinsic's 'constructor' properties.
780 (Chromium issue 229445)
781
782 ES6 symbols: extended V8 API to support symbols (issue 2158).
783
784 Removed ARM support for VFP2.
785
786 Made __proto__ a real JavaScript accessor property.
787 (issue 1949 and issue 2606)
788
789 Performance and stability improvements on all platforms.
790
791
mstarzinger@chromium.orgf705b502013-04-04 11:38:09 +00007922013-04-04: Version 3.17.16
793
794 Stack trace API: poison stack frames below the first strict mode frame.
795 (issue 2564)
796
797 Made Isolate::GetHeapStatistics robust against half-initialized
798 isolates (Chromium issue 2591).
799
800 Finished implementation of ES6 symbols aka. private names (issue 2158).
801
802 Performance and stability improvements on all platforms.
803
804
danno@chromium.orgc99cd482013-03-21 15:26:42 +00008052013-03-21: Version 3.17.15
806
807 Rolled back API changes to maintain compatibility with older
808 3.17.x versions of V8.
809
810 Disable zapping of global handles in release mode.
811
812 Always mark the entire valid prefix of the descriptor array.
813 (Chromium issue 196331)
814
815 Use internal memcpy for CopyWords and when copying code.
816 (Chromium issue 196330)
817
818 Performance and stability improvements on all platforms.
819
820
jkummerow@chromium.org7bd87f02013-03-20 18:06:29 +00008212013-03-20: Version 3.17.14
822
823 Use internal memcpy when initializing code objects.
824 (Chromium issue 196330)
825
826 Disabled weak embedded maps because of crashes.
827 (Chromium issues 172489, 217858)
828
829 Performance and stability improvements on all platforms.
830
831
jkummerow@chromium.org4c54a2a2013-03-19 17:51:30 +00008322013-03-19: Version 3.17.13
833
834 Turned Flags into a uint32_t typedef (Chromium issue 194749).
835
836 Performance and stability improvements on all platforms.
837
838
svenpanne@chromium.org876cca82013-03-18 14:43:20 +00008392013-03-18: Version 3.17.12
840
841 Unified kMaxArguments with number of bits used to encode it.
842 (Chromium issue 211741)
843
844 Fixed detection of |handle_smi| case in
845 HOptimizedGraphBuilder::HandlePolymorphicCallNamed.
846 (Chromium issue 196583)
847
848 Performance and stability improvements on all platforms.
849
850
svenpanne@chromium.org2bda5432013-03-15 12:39:50 +00008512013-03-15: Version 3.17.11
852
853 Added a version of the v8::HandleScope constructor with an v8::Isolate
854 parameter and made AdjustAmountOfExternalAllocatedMemory an instance
855 method of v8::Isolate.
856 (issue 2487)
857
858 Fixed two register allocator bugs (off-by-one error/failure
859 propagation). (issue 2576)
860
861 Fixed huge heap snapshot when a heavily shared context has many
862 variables. (Chromium issue 145687)
863
864 Performance and stability improvements on all platforms.
865
866
ulan@chromium.org6e196bf2013-03-13 09:38:22 +00008672013-03-13: Version 3.17.10
868
869 Fixed heap snapshot creation for Harmony collections. (issue 2535)
870
871 Fixed register allocation corner case. (Chromium issue 177883)
872
873 Performance and stability improvements on all platforms.
874
875
svenpanne@chromium.org9faefa42013-03-08 13:13:16 +00008762013-03-08: Version 3.17.9
877
878 Restored Function()'s expected string representation. (issue 2470)
879
880 Enabled deprecatations (again). (issue 2487)
881
882 Avoid bool to Oddball conversions by being lazy. (issue 2491)
883
884 Added %p option to --logfile.
885
886 Hardened Function()'s parsing of function literals. (issue 2470)
887
888 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
889
890 Performance and stability improvements on all platforms.
891
892
ulan@chromium.org750145a2013-03-07 15:14:13 +00008932013-03-07: Version 3.17.8
894
895 Added missing license headers. (Chromium issue 98597)
896
897 Inserted missing type cast in JSON.stringify. (issue 2570)
898
899 Reverted "Send SIGPROF signals on the profiler event processor thread"
900 (issue 2571)
901
902 Fixed Array.length, String.length and Function.prototype LoadICs on x64.
903 (issue 2568)
904
905 ES6 symbols: filter symbols form for-in loops and Object.keys.
906 (issue 2158)
907
908 Properly handle misses for StoreArrayLengthStub on ia32 and x64
909 (issue 2566)
910
911 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
912
913 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
914
915 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
916 (issue 2556)
917
918 Enabled zapping of disposed global handles in release mode.
919 (Chromium issue 176056)
920
921 Added workaround for redefinition of __proto__ property. (issue 2565)
922
923 ES6 symbols: Allow symbols as property names. (issue 2158)
924
925 Performance and stability improvements on all platforms.
926
927
yangguo@chromium.org4a9f6552013-03-04 14:46:33 +00009282013-03-04: Version 3.17.7
929
930 Limited recursion in regexp compilation by a budget.
931 (Chromium issue 178790)
932
933 ES6 symbols: Implemented Symbol intrinsic and basic functionality
934 (issue 2158)
935
936 Performance and stability improvements on all platforms.
937
938
hpayer@chromium.org8432c912013-02-28 15:55:26 +00009392013-02-28: Version 3.17.6
940
941 Fixed materialization of arguments objects with unknown values.
942 (Chromium issue 163530)
943
944 Set default number of sweeper threads to at most four.
945
946 Performance and stability improvements on all platforms.
947
948
mstarzinger@chromium.org71fc3462013-02-27 09:34:27 +00009492013-02-27: Version 3.17.5
950
951 Made __proto__ a foreign callback on Object.prototype.
952 (issue 621, issue 1949 and issue 2441)
953
954 Performance and stability improvements on all platforms.
955
956
ulan@chromium.org09d7ab52013-02-25 15:50:35 +00009572013-02-25: Version 3.17.4
958
959 Performance and stability improvements on all platforms.
960
961
ulan@chromium.org2e04b582013-02-21 14:06:02 +00009622013-02-21: Version 3.17.3
963
964 Performance and stability improvements on all platforms.
965
966
yangguo@chromium.orgc03a1922013-02-19 13:55:47 +00009672013-02-19: Version 3.17.2
968
969 Removed bogus check for TOP register in deoptimizer.
970 (Chromium issue 176943)
971
972 Made the Isolate parameter mandatory for internal HandleScopes.
973 (issue 2487)
974
975 Fixed f.apply() optimization when declared arguments are mutated.
976 (issue 2539)
977
978 Performance and stability improvements on all platforms.
979
980
ulan@chromium.org6ba1fd02013-02-14 14:56:11 +00009812013-02-14: Version 3.17.1
982
983 Performance and stability improvements on all platforms.
984
985
hpayer@chromium.org7c3372b2013-02-13 17:26:04 +00009862013-02-13: Version 3.17.0
987
988 Enabled parallel sweeping.
989
990 Don't try to unlink instructions twice during GVN
991 (Chromium issue 175141)
992
993 Fixed code flusher disabling while marking incrementally.
994 (Chromium issue 173458, 168582)
995
996 Don't use TLS for space iterators.
997 (issue 2531)
998
999 Added new GetHeapStatistics API entry and deprecated old one.
1000
1001 Fixed DoubleStackSlot-to-DoubleStackSlot moves on ia32. Unified
1002 platform-independent code.
1003 (Chromium issue 173907)
1004
1005 Added --trace-array-abuse to help find OOB accesses.
1006
1007 Performance and stability improvements on all platforms.
1008
1009
mmassi@chromium.org2f0efde2013-02-06 14:12:58 +000010102013-02-06: Version 3.16.14
1011
1012 Performance and stability improvements on all platforms.
1013
1014
danno@chromium.org94b0d6f2013-02-04 13:33:20 +000010152013-02-04: Version 3.16.13
1016
1017 Tagged stubs that rely on instance types as MEGAMORPHIC.
1018 (Chromium issue 173974)
1019
1020 Fixed clearing of dead dependent codes and verifing of weak
1021 embedded maps on full GC. (Chromium issue 172488,172489)
1022
1023 Made the arm port build cleanly with Clang.
1024
1025 Performance and stability improvements on all platforms.
1026
1027
mstarzinger@chromium.orge3b8d0f2013-02-01 09:06:41 +000010282013-01-31: Version 3.16.12
1029
1030 Performance and stability improvements on all platforms.
1031
1032
mstarzinger@chromium.org068ea0a2013-01-30 09:39:44 +000010332013-01-30: Version 3.16.11
1034
1035 Put making embedded maps in optimized code weak behind a flag.
1036 (Chromium issue 172488,172489)
1037
1038 Performance and stability improvements on all platforms.
1039
1040
mvstanton@chromium.orgd16d8532013-01-25 13:29:10 +000010412013-01-25: Version 3.16.10
1042
1043 Avoid excessive memory usage during redundant phi elimination.
1044 (issue 2510)
1045
1046 Fixed additional spec violations wrt RegExp.lastIndex.
1047 (issue 2437)
1048
1049 Added Isolate parameter to Persistent class.
1050 (issue 2487)
1051
1052 Performance and stability improvements on all platforms.
1053
1054
yangguo@chromium.org003650e2013-01-24 16:31:08 +000010552013-01-24: Version 3.16.9
1056
1057 Made embedded maps in optimized code weak.
1058 (issue 2073)
1059
1060 Fixed corner case when JSFunction is evicted from flusher.
1061 (Chromium issue 168801)
1062
1063 Correctly set kCanBeDivByZero flag for HMathFloorOfDiv.
1064 (Chromium issue 171641)
1065
1066 Performance and stability improvements on all platforms.
1067
1068
mvstanton@chromium.org6bec0092013-01-23 13:46:53 +000010692013-01-23: Version 3.16.8
1070
1071 Correctly reset lastIndex in an RegExp object.
1072 (Chromium issue 170856)
1073
1074 Added a workaround for Windows compilation problems related to V8EXPORT.
1075 (issue 2507)
1076
1077 tools/run-tests.py: shlex.split() the value of --command-prefix
1078 (Chromium issue 171553)
1079
1080 Fixed pattern detection for replacing shifts by rotation.
1081 (Chromium issue 2499)
1082
1083 Performance and stability improvements on all platforms.
1084
1085
yangguo@chromium.org28381b42013-01-21 14:39:38 +000010862013-01-21: Version 3.16.7
1087
1088 Removed <(library) usage from v8.gyp.
1089 (Chromium issue 111541)
1090
1091 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo.
1092 (Chromium issue 169928)
1093
1094 Performance and stability improvements on all platforms.
1095
1096
yangguo@chromium.org46a2a512013-01-18 16:29:40 +000010972013-01-18: Version 3.16.6
1098
1099 Made the Isolate parameter mandatory in Locker and Unlocker classes.
1100 (issue 2487)
1101
1102 Avoid pointer underflow in CopyCharsUnsigned.
1103 (issue 2493)
1104
1105 Generate shim headers when using system v8.
1106 (Chromium issue 165264)
1107
1108 Fixed arguments materialization for inlined apply().
1109 (issue 2489)
1110
1111 Sync'ed laziness between BuildFunctionInfo and MakeFunctionInfo.
1112 (Chromium issue 147497)
1113
1114 Added sanity check to CodeFlusher::AddCandidate.
1115 (Chromium issue 169209)
1116
1117 Performance and stability improvements on all platforms.
1118
1119
11202013-01-15: Version 3.16.5
1121
1122 Removed deprecated functions from V8's external API.
1123
1124 Prepared API for WebKit use of Latin-1.
1125
1126 Fixed V8 issue 2486.
1127
1128 Fixed Chromium issue 169723.
1129
1130 Performance and stability improvements on all platforms.
1131
1132
yangguo@chromium.org9768bf12013-01-11 14:51:07 +000011332013-01-11: Version 3.16.4
1134
1135 Fixed Chromium issues 168545 and 169209.
1136
1137 Performance and stability improvements on all platforms.
1138
1139
jkummerow@chromium.org59297c72013-01-09 16:32:23 +000011402013-01-09: Version 3.16.3
1141
1142 Improved GC performance when moving parts of a FixedArray (issue 2452).
1143
1144 Enabled readline on d8 while building a shared lib (issue 1781).
1145
1146 Fixed missing exception check in typed array constructor
1147 (Chromium issue 168545).
1148
1149 Check for read-only-ness when preparing for array sort (issue 2419).
1150
1151 Performance and stability improvements on all platforms.
1152
1153
yangguo@chromium.org4cd70b42013-01-04 08:57:54 +000011542013-01-04: Version 3.16.2
1155
1156 Added Makefile options to build for the Raspberry Pi (armv7=0,
1157 arm_fpu=vfp2).
1158
1159 Performance and stability improvements on all platforms.
1160
1161
ulan@chromium.org4121f232012-12-27 15:57:11 +000011622012-12-27: Version 3.16.1
1163
1164 Fixed x64 MathMinMax for negative untagged int32 arguments.
1165 (Chromium issue 164442)
1166
1167 Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
1168 (issue 2458)
1169
1170 Performance and stability improvements on all platforms.
1171
1172
yangguo@chromium.org9b8fc9f2012-12-21 13:47:00 +000011732012-12-21: Version 3.16.0
yangguo@chromium.orga6bbcc82012-12-21 12:35:02 +00001174
1175 V8_Fatal now prints C++ stack trace in debug mode.
1176
1177 Added HTML-based tick processor.
1178
1179 Continued implementation of Object.observe (V8 issue 2409).
1180
1181 Fixed V8 issues 2243, 2340, 2393, 2399, 2457.
1182
1183 Fixed Chromium issues 125308, 165637, 166379, 166553.
1184
1185 Performance and stability improvements on all platforms.
1186
1187
jkummerow@chromium.org5323a9c2012-12-10 19:00:50 +000011882012-12-10: Version 3.15.11
1189
1190 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP
1191 flags.
1192
1193 Performance and stability improvements on all platforms.
1194
1195
rossberg@chromium.orgcddc71f2012-12-07 12:40:13 +000011962012-12-07: Version 3.15.10
1197
1198 Enabled optimisation of functions inside eval. (issue 2315)
1199
1200 Fixed spec violations in methods of Number.prototype. (issue 2443)
1201
1202 Added GCTracer metrics for a scavenger GC for DOM wrappers.
1203
1204 Performance and stability improvements on all platforms.
1205
1206
mstarzinger@chromium.org32280cf2012-12-06 17:32:37 +000012072012-12-06: Version 3.15.9
1208
1209 Fixed candidate eviction in code flusher.
1210 (Chromium issue 159140)
1211
1212 Iterate through all arguments for side effects in Math.min/max.
1213 (issue 2444)
1214
1215 Fixed spec violations related to regexp.lastIndex
1216 (issue 2437, issue 2438)
1217
1218 Performance and stability improvements on all platforms.
1219
1220
mmassi@chromium.org49a44672012-12-04 13:52:03 +000012212012-12-04: Version 3.15.8
1222
1223 Enforced stack allocation of TryCatch blocks.
1224 (issue 2166,chromium:152389)
1225
1226 Fixed external exceptions in external try-catch handlers.
1227 (issue 2166)
1228
1229 Activated incremental code flushing by default.
1230
1231 Performance and stability improvements on all platforms.
1232
1233
svenpanne@chromium.org83130cf2012-11-30 10:13:25 +000012342012-11-30: Version 3.15.7
1235
1236 Activated code aging by default.
1237
1238 Included more information in --prof log.
1239
1240 Removed eager sweeping for lazy swept spaces. Try to find in
1241 SlowAllocateRaw a bounded number of times a big enough memory slot.
1242 (issue 2194)
1243
1244 Performance and stability improvements on all platforms.
1245
1246
danno@chromium.org1f34ad32012-11-26 14:53:56 +000012472012-11-26: Version 3.15.6
1248
1249 Ensure double arrays are filled with holes when extended from
1250 variations of empty arrays. (Chromium issue 162085)
1251
1252 Performance and stability improvements on all platforms.
1253
1254
ulan@chromium.org8e8d8822012-11-23 14:36:46 +000012552012-11-23: Version 3.15.5
1256
1257 Fixed JSON.stringify for objects with interceptor handlers.
1258 (Chromium issue 161028)
1259
1260 Fixed corner case in x64 compare stubs. (issue 2416)
1261
1262 Performance and stability improvements on all platforms.
1263
1264
yangguo@chromium.orgfb377212012-11-16 14:43:43 +000012652012-11-16: Version 3.15.4
1266
1267 Fixed Array.prototype.join evaluation order. (issue 2263)
1268
1269 Perform CPU sampling by CPU sampling thread only iff processing thread
1270 is not running. (issue 2364)
1271
1272 When using an Object as a set in Object.getOwnPropertyNames, null out
1273 the proto. (issue 2410)
1274
1275 Disabled EXTRA_CHECKS in Release build.
1276
1277 Heap explorer: Show representation of strings.
1278
1279 Removed 'type' and 'arguments' properties from Error object.
1280 (issue 2397)
1281
1282 Added atomics implementation for ThreadSanitizer v2.
1283 (Chromium issue 128314)
1284
1285 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
1286
1287 Performance and stability improvements on all platforms.
1288
1289
yangguo@chromium.orgeeb44b62012-11-13 13:56:09 +000012902012-11-13: Version 3.15.3
1291
1292 Changed sample shell to send non-JS output (e.g. errors) to stderr
1293 instead of stdout.
1294
1295 Correctly check for stack overflow even when interrupt is pending.
1296 (issue 214)
1297
1298 Collect stack trace on stack overflow. (issue 2394)
1299
1300 Performance and stability improvements on all platforms.
1301
1302
mvstanton@chromium.orge4ac3ef2012-11-12 14:53:34 +000013032012-11-12: Version 3.15.2
1304
1305 Function::GetScriptOrigin supplies sourceURL when script name is
1306 not available. (Chromium issue 159413)
1307
1308 Made formatting error message side-effect-free. (issue 2398)
1309
1310 Fixed length check in JSON.stringify. (Chromium issue 160010)
1311
1312 ES6: Added support for Set and Map clear method (issue 2400)
1313
1314 Fixed slack tracking when instance prototype changes.
1315 (Chromium issue 157019)
1316
1317 Fixed disabling of code flusher while marking. (Chromium issue 159140)
1318
1319 Added a test case for object grouping in a scavenger GC (issue 2077)
1320
1321 Support shared library build of Android for v8.
1322 (Chromium issue 158821)
1323
1324 ES6: Added support for size to Set and Map (issue 2395)
1325
1326 Performance and stability improvements on all platforms.
1327
1328
verwaest@chromium.orge4ee6de2012-11-06 12:13:00 +000013292012-11-06: Version 3.15.1
1330
1331 Put incremental code flushing behind a flag. (Chromium issue 159140)
1332
1333 Performance and stability improvements on all platforms.
1334
1335
danno@chromium.org72204d52012-10-31 10:02:10 +000013362012-10-31: Version 3.15.0
1337
1338 Loosened aligned code target requirement on ARM (issue 2380)
1339
1340 Fixed JSON.parse to treat leading zeros correctly.
1341 (Chromium issue 158185)
1342
1343 Performance and stability improvements on all platforms.
1344
1345
rossberg@chromium.org89e18f52012-10-22 13:09:53 +000013462012-10-22: Version 3.14.5
1347
1348 Killed off the SCons based build.
1349
1350 Added a faster API for creating v8::Integer objects.
1351
1352 Speeded up function deoptimization by avoiding quadratic pass over
1353 optimized function list. (Chromium issue 155270)
1354
1355 Always invoke the default Array.sort functions from builtin functions.
1356 (issue 2372)
1357
1358 Reverted recent CPU profiler changes because they broke --prof.
1359 (issue 2364)
1360
1361 Switched code flushing to use different JSFunction field.
1362 (issue 1609)
1363
1364 Performance and stability improvements on all platforms.
1365
1366
svenpanne@chromium.orgc859c4f2012-10-15 11:51:39 +000013672012-10-15: Version 3.14.4
1368
1369 Allow evals for debugger even if they are prohibited in the debugee
1370 context. (Chromium issue 154733)
1371
1372 Enabled --verify-heap in release mode (issue 2120)
1373
1374 Performance and stability improvements on all platforms.
1375
1376
jkummerow@chromium.orgc1956672012-10-11 15:57:38 +000013772012-10-11: Version 3.14.3
1378
1379 Use native context to retrieve ErrorMessageForCodeGenerationFromStrings
1380 (Chromium issue 155076).
1381
1382 Bumped variable limit further to 2^17 (Chromium issue 151625).
1383
1384 Performance and stability improvements on all platforms.
1385
1386
verwaest@chromium.org33e09c82012-10-10 17:07:22 +000013872012-10-10: Version 3.14.2
1388
1389 ARM: allowed VFP3 instructions when hardfloat is enabled.
1390 (Chromium issue 152506)
1391
1392 Fixed instance_descriptors() and PushStackTraceAndDie regressions.
1393 (Chromium issue 151749)
1394
1395 Made GDBJIT interface compile again. (issue 1804)
1396
1397 Fixed Accessors::FunctionGetPrototype's proto chain traversal.
1398 (Chromium issue 143967)
1399
1400 Made sure that names of temporaries do not clash with real variables.
1401 (issue 2322)
1402
1403 Rejected local module declarations. (Chromium issue 150628)
1404
1405 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
1406
1407 Fixed slot recording of code target patches.
1408 (Chromium issue 152615,chromium:144230)
1409
1410 Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
1411
1412 Performance and stability improvements on all platforms.
1413
1414
jkummerow@chromium.org7a96c2a2012-10-01 16:24:39 +000014152012-10-01: Version 3.14.1
1416
1417 Don't set -m32 flag when compiling with Android ARM compiler.
1418 (Chromium issue 143889)
1419
1420 Restore the descriptor array before returning allocation failure.
1421 (Chromium issue 151750)
1422
1423 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
1424 128252).
1425
1426 Pull more recent gyp in 'make dependencies'.
1427
1428 Made sure that the generic KeyedStoreIC changes length and element_kind
1429 atomically (issue 2346).
1430
1431 Bumped number of allowed variables per scope to 65535, to address GWT.
1432 (Chromium issue 151625)
1433
1434 Support sourceURL for dynamically inserted scripts (issue 2342).
1435
1436 Performance and stability improvements on all platforms.
1437
1438
ulan@chromium.org56c14af2012-09-20 12:51:09 +000014392012-09-20: Version 3.14.0
1440
1441 Fixed missing slot recording during clearing of CallICs.
1442 (Chromium issue 144230)
1443
1444 Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly.
1445 (Chromium issue 150729)
1446
1447 Fixed minus zero test. (Issue 2133)
1448
1449 Fixed setting array length to zero for slow elements.
1450 (Chromium issue 146910)
1451
1452 Fixed lost arguments dropping in HLeaveInlined.
1453 (Chromium issue 150545)
1454
1455 Fixed casting error for receiver of interceptors.
1456 (Chromium issue 149912)
1457
1458 Throw a more descriptive exception when blocking 'eval' via CSP.
1459 (Chromium issue 140191)
1460
1461 Fixed debugger's eval when close to stack overflow. (issue 2318)
1462
1463 Added checks to live edit. (issue 2297)
1464
1465 Switched on code compaction on incremental GCs.
1466
1467 Fixed caching of optimized code for OSR. (issue 2326)
1468
1469 Not mask exception thrown by toString in String::UtfValue etc.
1470 (issue 2317)
1471
1472 Fixed API check for length of external arrays. (Chromium issue 148896)
1473
1474 Ensure correct enumeration indices in the dict (Chromium issue 148376)
1475
1476 Correctly initialize regexp global cache. (Chromium issue 148378)
1477
1478 Fixed arguments object materialization during deopt. (issue 2261)
1479
1480 Introduced new API to expose external string resource regardless of
1481 encoding.
1482
1483 Fixed CHECK failure in LCodeGen::DoWrapReceiver when
1484 --deopt-every-n-times flag is present
1485 (Chromium issue 148389)
1486
1487 Fixed edge case of extension with NULL as source string.
1488 (Chromium issue 144649)
1489
1490 Fixed array index dehoisting. (Chromium issue 141395)
1491
1492 Performance and stability improvements on all platforms.
1493
1494
mstarzinger@chromium.orgde886792012-09-11 13:22:37 +000014952012-09-11: Version 3.13.7
1496
1497 Enable/disable LiveEdit using the (C++) debug API.
1498
1499 Performance and stability improvements on all platforms.
1500
1501
jkummerow@chromium.org78502a92012-09-06 13:50:42 +000015022012-09-06: Version 3.13.6
1503
1504 Added validity checking to API functions and calls.
1505
1506 Disabled accessor inlining (Chromium issue 134609).
1507
1508 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
1509
1510 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
1511
1512 Fixed VS2005 build (issue 2313).
1513
1514 Activated fixed ES5 readonly semantics by default.
1515
1516 Added hardfp flag to the Makefile.
1517
1518 Performance and stability improvements on all platforms.
1519
1520
yangguo@chromium.org355cfd12012-08-29 15:32:24 +000015212012-08-29: Version 3.13.5
1522
1523 Release stack trace data after firing Error.stack accessor.
1524 (issue 2308)
1525
1526 Added a new API V8::SetJitCodeEventHandler to push code name and
1527 location to users such as profilers.
1528
1529 Allocate block-scoped global bindings to global context.
1530
1531 Performance and stability improvements on all platforms.
1532
1533
yangguo@chromium.org46839fb2012-08-28 09:06:19 +000015342012-08-28: Version 3.13.4
1535
1536 Print reason for disabling optimization. Kill --trace-bailout flag.
1537
1538 Provided option to disable full DEBUG build on Android.
1539
1540 Introduced global contexts to represent lexical global scope(s).
1541
1542 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
1543
1544 Performance and stability improvements on all platforms.
1545
1546
yangguo@chromium.org08eb1962012-08-21 11:19:20 +000015472012-08-21: Version 3.13.3
1548
1549 Performance and stability improvements on all platforms.
1550
1551
15522012-08-20: Version 3.13.2
1553
1554 Performance and stability improvements on all platforms.
1555
1556
verwaest@chromium.orgde64f722012-08-16 15:44:54 +000015572012-08-16: Version 3.13.1
1558
1559 Performance and stability improvements on all platforms.
1560
1561
mstarzinger@chromium.org471f2f12012-08-10 14:46:33 +000015622012-08-10: Version 3.13.0
1563
1564 Added histograms for total allocated/live heap size, as well as
1565 allocated size and percentage of total for map and cell space.
1566
1567 Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2).
1568 (issue 1645)
1569
1570 Added checks for interceptors to negative lookup code in Crankshaft.
1571 (Chromium issue 140473)
1572
1573 Made incremental marking clear ICs and type feedback cells.
1574
1575 Performance and stability improvements on all platforms.
1576
1577
jkummerow@chromium.org000f7fb2012-08-01 11:14:42 +000015782012-08-01: Version 3.12.19
1579
1580 Performance and stability improvements on all platforms.
1581
1582
ulan@chromium.orgea52b5f2012-07-30 13:05:33 +000015832012-07-30: Version 3.12.18
1584
1585 Forced using bit-pattern for signed zero double. (issue 2239)
1586
1587 Made sure double to int conversion is correct. (issue 2260)
1588
1589 Performance and stability improvements on all platforms.
1590
1591
verwaest@chromium.orgb6d052d2012-07-27 08:03:27 +000015922012-07-27: Version 3.12.17
1593
1594 Always set the callee's context when calling a function from optimized
1595 code.
1596 (Chromium issue 138887)
1597
1598 Fixed building with GCC 3.x
1599 (issue 2016, 2017)
1600
1601 Improved API calls that return empty handles.
1602 (issue 2245)
1603
1604 Performance and stability improvements on all platforms.
1605
1606
danno@chromium.org129d3982012-07-25 15:01:47 +000016072012-07-25: Version 3.12.16
1608
1609 Performance and stability improvements on all platforms.
1610
1611
yangguo@chromium.org304cc332012-07-24 07:59:48 +000016122012-07-24: Version 3.12.15
1613
1614 Added PRESERVE_ASCII_NULL option to String::WriteAscii.
1615 (issue 2252)
1616
1617 Added dependency to HLoadKeyed* instructions to prevent invalid
1618 hoisting. (Chromium issue 137768)
1619
1620 Enabled building d8 for Android on Mac.
1621
1622 Interpret negative hexadecimal literals as NaN.
1623 (issue 2240)
1624
1625 Expose counters in javascript when using --track-gc-object-stats.
1626
1627 Enabled building and testing V8 on Android IA.
1628
1629 Added --trace-parse flag to parser.
1630
1631 Performance and stability improvements on all platforms.
1632
1633
verwaest@chromium.org178fb152012-07-18 11:21:48 +000016342012-07-18: Version 3.12.14
1635
1636 Deactivated optimization of packed arrays.
1637 (Chromium issue 137768)
1638
1639 Fixed broken accessor transition.
1640 (Chromium issue 137689)
1641
1642 Performance and stability improvements on all platforms.
1643
1644
verwaest@chromium.org753aee42012-07-17 16:15:42 +000016452012-07-17: Version 3.12.13
1646
1647 Fixed missing tagging of stack value in finally block.
1648 (Chromium issue 137496)
1649
1650 Added more support for heap analysis.
1651
1652 Performance and stability improvements on all platforms.
1653
1654
jkummerow@chromium.org28583c92012-07-16 11:31:55 +000016552012-07-16: Version 3.12.12
1656
1657 Added an option to the tickprocessor to specify the directory for lib
1658 lookup.
1659
1660 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
1661
1662 Fixed transcendental cache on ARM in optimized code (issue 2234).
1663
1664 New heap inspection tools: counters for object sizes and counts,
1665 histograms for external fragmentation.
1666
1667 Incorporated constness into inferred interfaces (in preparation for
1668 handling imports) (issue 1569).
1669
1670 Performance and stability improvements on all platforms.
1671
1672
rossberg@chromium.org657d53b2012-07-12 11:06:03 +000016732012-07-12: Version 3.12.11
1674
1675 Renamed "mips" arch to "mipsel" in the GYP build.
1676
1677 Fixed computation of call targets on prototypes in Crankshaft.
1678 (Chromium issue 125148)
1679
1680 Removed use of __lookupGetter__ when generating stack trace.
1681 (issue 1591)
1682
1683 Turned on ES 5.2 globals semantics by default.
1684 (issue 1991, Chromium issue 80591)
1685
1686 Synced preparser and parser wrt syntax error in switch..case.
1687 (issue 2210)
1688
1689 Fixed reporting of octal literals in strict mode when preparsing.
1690 (issue 2220)
1691
1692 Fixed inline constructors for Harmony Proxy prototypes.
1693 (issue 2225)
1694
1695 Performance and stability improvements on all platforms.
1696
1697
danno@chromium.org81cac2b2012-07-10 11:28:27 +000016982012-07-10: Version 3.12.10
1699
1700 Re-enabled and fixed issue with array bounds check elimination
1701 (Chromium issue 132114).
1702
1703 Fixed Debug::Break crash. (Chromium issue 131642)
1704
1705 Added optimizing compiler support for JavaScript getters.
1706
1707 Performance and stability improvements on all platforms.
1708
1709
yangguo@chromium.org99aa4902012-07-06 16:21:55 +000017102012-07-06: Version 3.12.9
1711
1712 Correctly advance the scanner when scanning unicode regexp flag.
1713 (Chromium issue 136084)
1714
1715 Fixed unhandlified code calling Harmony Proxy traps.
1716 (issue 2219)
1717
1718 Performance and stability improvements on all platforms.
1719
1720
svenpanne@chromium.org619781a2012-07-05 08:22:44 +000017212012-07-05: Version 3.12.8
1722
1723 Implemented TypedArray.set and ArrayBuffer.slice in d8.
1724
1725 Performance and stability improvements on all platforms.
1726
1727
mstarzinger@chromium.orgc6d9cee2012-07-03 10:03:19 +000017282012-07-03: Version 3.12.7
1729
1730 Fixed lazy compilation for strict eval scopes.
1731 (Chromium issue 135066)
1732
1733 Made MACOSX_DEPLOYMENT_TARGET configurable in GYP.
1734 (issue 2151)
1735
1736 Report "hidden properties" in heap profiler for properties case.
1737 (issue 2212)
1738
1739 Activated optimization of packed arrays by default.
1740
1741 Performance and stability improvements on all platforms.
1742
1743
yangguo@chromium.orgc74d6742012-06-29 15:15:45 +000017442012-06-29: Version 3.12.6
1745
1746 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
1747
1748 Extended TypedArray support in d8.
1749
1750
yangguo@chromium.org9c741c82012-06-28 15:04:22 +000017512012-06-28: Version 3.12.5
1752
1753 Fixed lazy parsing heuristics to respect outer scope.
1754 (Chromium issue 135008)
1755
1756 Allow using test-wrapper-gypbuild.py on Windows when no python
1757 interpreter is registered.
1758
1759 Performance and stability improvements on all platforms.
1760
1761
jkummerow@chromium.org7a6fc812012-06-27 11:12:38 +000017622012-06-27: Version 3.12.4
1763
1764 Removed -fomit-frame-pointer flag from Release builds to make
1765 the stack walkable by TCMalloc (Chromium issue 133723).
1766
1767 Ported r7868 (constant masking) to x64 (issue 1374).
1768
1769 Expose more detailed memory statistics (issue 2201).
1770
1771 Fixed Harmony Maps and WeakMaps for undefined values
1772 (Chromium issue 132744).
1773
1774 Correctly throw reference error in strict mode with ICs disabled
1775 (issue 2119).
1776
1777 Performance and stability improvements on all platforms.
1778
1779
ulan@chromium.orgd9e468a2012-06-25 09:47:40 +000017802012-06-25: Version 3.12.3
1781
1782 Reverted r11835 'Unify promotion and allocation limit computation' due
1783 to V8 Splay performance regression on Mac. (Chromium issue 134183)
1784
1785 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
1786
1787 Performance and stability improvements on all platforms.
1788
1789
yangguo@chromium.orgde0db002012-06-22 13:44:28 +000017902012-06-22: Version 3.12.2
1791
1792 Made near-jump check more strict in LoadNamedFieldPolymorphic on
1793 ia32/x64. (Chromium issue 134055)
1794
1795 Fixed lazy sweeping heuristics to prevent old-space expansion.
1796 (issue 2194)
1797
1798 Performance and stability improvements on all platforms.
1799
1800
yangguo@chromium.orgd2899aa2012-06-21 11:16:20 +000018012012-06-21: Version 3.12.1
1802
1803 Performance and stability improvements on all platforms.
1804
1805
yangguo@chromium.org5a11aaf2012-06-20 11:29:00 +000018062012-06-20: Version 3.12.0
1807
1808 Fixed Chromium issues:
1809 115100, 129628, 131994, 132727, 132741, 132742, 133211
1810
1811 Fixed V8 issues:
1812 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
1813
1814 Added --extra-code flag to mksnapshot to load JS code into the VM
1815 before creating the snapshot.
1816
1817 Support 'restart call frame' command in the debugger.
1818
1819 Performance and stability improvements on all platforms.
1820
1821
mmassi@chromium.org7028c052012-06-13 11:51:58 +000018222012-06-13: Version 3.11.10
1823
1824 Implemented heap profiler memory usage reporting.
1825
1826 Preserved error message during finally block in try..finally.
1827 (Chromium issue 129171)
1828
1829 Fixed EnsureCanContainElements to properly handle double values.
1830 (issue 2170)
1831
1832 Improved heuristics to keep objects in fast mode with inherited
1833 constructors.
1834
1835 Performance and stability improvements on all platforms.
1836
1837
rossberg@chromium.org400388e2012-06-06 09:29:22 +000018382012-06-06: Version 3.11.9
1839
1840 Implemented ES5-conformant semantics for inherited setters and read-only
1841 properties. Currently behind --es5_readonly flag, because it breaks
1842 WebKit bindings.
1843
1844 Exposed last seen heap object id via v8 public api.
1845
1846 Performance and stability improvements on all platforms.
1847
1848
verwaest@chromium.org37141392012-05-31 13:27:02 +000018492012-05-31: Version 3.11.8
1850
1851 Avoid overdeep recursion in regexp where a guarded expression with a
1852 minimum repetition count is inside another quantifier.
1853 (Chromium issue 129926)
1854
1855 Fixed missing write barrier in store field stub.
1856 (issues 2143, 1465, Chromium issue 129355)
1857
1858 Proxies: Fixed receiver for setters inherited from proxies.
1859 Proxies: Fixed ToStringArray function so that it does not reject some
1860 keys.
1861 (issue 1543)
1862
1863 Performance and stability improvements on all platforms.
1864
1865
svenpanne@chromium.org830d30c2012-05-29 13:20:14 +000018662012-05-29: Version 3.11.7
1867
1868 Get better function names in stack traces.
1869
1870 Performance and stability improvements on all platforms.
1871
1872
jkummerow@chromium.org777db6f2012-05-24 09:33:09 +000018732012-05-24: Version 3.11.6
1874
1875 Fixed RegExp.prototype.toString for incompatible receivers
1876 (issue 1981).
1877
1878 Performance and stability improvements on all platforms.
1879
1880
mstarzinger@chromium.org15613d02012-05-23 12:04:37 +000018812012-05-23: Version 3.11.5
1882
1883 Performance and stability improvements on all platforms.
1884
1885
ulan@chromium.org0e3f88b2012-05-22 09:16:05 +000018862012-05-22: Version 3.11.4
1887
1888 Some cleanup to common.gypi. This fixes some host/target combinations
1889 that weren't working in the Make build on Mac.
1890
1891 Handle EINTR in socket functions and continue incomplete sends.
1892 (issue 2098)
1893
1894 Fixed python deprecations. (issue 1391)
1895
1896 Made socket send and receive more robust and return 0 on failure.
1897 (Chromium issue 15719)
1898
1899 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
1900
1901 Set '-m32' option for host and target platforms
1902
1903 Performance and stability improvements on all platforms.
1904
1905
ulan@chromium.orgd6899c32012-05-18 14:12:25 +000019062012-05-18: Version 3.11.3
1907
1908 Disable optimization for functions that have scopes that cannot be
1909 reconstructed from the context chain. (issue 2071)
1910
1911 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
1912
1913 Correctly check for native error objects. (Chromium issue 2138)
1914
1915 Performance and stability improvements on all platforms.
1916
1917
yangguo@chromium.org5f0b8ea2012-05-16 12:37:04 +000019182012-05-16: Version 3.11.2
1919
1920 Revert r11496. (Chromium issue 128146)
1921
1922 Implement map collection for incremental marking. (issue 1465)
1923
1924 Add toString method to CallSite (which describes a frame of the
1925 stack trace).
1926
1927
yangguo@chromium.orgcb9affa2012-05-15 12:16:38 +000019282012-05-15: Version 3.11.1
1929
1930 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
1931
1932 Fix freebsd build. (V8 issue 2126)
1933
1934 Performance and stability improvements on all platforms.
1935
1936
jkummerow@chromium.org212d9642012-05-11 15:02:09 +000019372012-05-11: Version 3.11.0
1938
1939 Fixed compose-discard crasher from r11524 (issue 2123).
1940
1941 Activated new global semantics by default. Global variables can
1942 now shadow properties of the global object (ES5.1 erratum).
1943
1944 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
1945 transitioning (Chromium issue 117409).
1946
1947 Made Error.prototype.name writable again, as required by the spec and
1948 the web (Chromium issue 69187).
1949
1950 Implemented map collection with incremental marking (issue 1465).
1951
1952 Regexp: Fixed overflow in min-match-length calculation
1953 (Chromium issue 126412).
1954
1955 MIPS: Fixed illegal instruction use on Loongson in code for
1956 Math.random() (issue 2115).
1957
1958 Fixed crash bug in VisitChoice (Chromium issue 126272).
1959
1960 Fixed unsigned-Smi check in MappedArgumentsLookup
1961 (Chromium issue 126414).
1962
1963 Fixed LiveEdit for function with no locals (issue 825).
1964
1965 Fixed register clobbering in LoadIC for interceptors
1966 (Chromium issue 125988).
1967
1968 Implemented clearing of CompareICs (issue 2102).
1969
1970 Performance and stability improvements on all platforms.
1971
1972
danno@chromium.org2c26cb12012-05-03 09:06:43 +000019732012-05-03: Version 3.10.8
1974
1975 Enabled MIPS cross-compilation.
1976
1977 Ensured reload of elements pointer in StoreFastDoubleElement stub.
1978 (Chromium issue 125515)
1979
1980 Fixed corner cases in truncation behavior when storing to
1981 TypedArrays. (issue 2110)
1982
1983 Fixed failure to properly recognize and report out-of-memory
1984 conditions when allocating code space pages. (Chromium issue
1985 118625)
1986
1987 Fixed idle notifications to perform a round of incremental GCs
1988 after context disposal. (issue 2107)
1989
1990 Fixed preparser for try statement. (issue 2109)
1991
1992 Performance and stability improvements on all platforms.
1993
1994
danno@chromium.org1044a4d2012-04-30 12:34:39 +000019952012-04-30: Version 3.10.7
1996
1997 Performance and stability improvements on all platforms.
1998
1999
yangguo@chromium.orgefdb9d72012-04-26 08:21:05 +000020002012-04-26: Version 3.10.6
2001
2002 Fixed some bugs in accessing details of the last regexp match.
2003
2004 Fixed source property of empty RegExp objects. (issue 1982)
2005
2006 Enabled inlining some V8 API functions.
2007
2008 Performance and stability improvements on all platforms.
2009
2010
mstarzinger@chromium.org88d326b2012-04-23 12:57:22 +000020112012-04-23: Version 3.10.5
2012
2013 Put new global var semantics behind a flag until WebKit tests are
2014 cleaned up.
2015
2016 Enabled stepping into callback passed to builtins.
2017 (Chromium issue 109564)
2018
2019 Performance and stability improvements on all platforms.
2020
2021
svenpanne@chromium.orgfb046332012-04-19 12:02:44 +000020222012-04-19: Version 3.10.4
2023
2024 Fixed issues when stressing compaction with WeakMaps.
2025
2026 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
2027
2028 Simplify invocation sequence at monomorphic function invocation sites.
2029 (issue 2079)
2030
2031 Performance and stability improvements on all platforms.
2032
2033
erik.corry@gmail.comed49e962012-04-17 11:57:53 +000020342012-04-17: Version 3.10.3
2035
2036 Fixed several bugs in heap profiles (including issue 2078).
2037
2038 Throw syntax errors on illegal escape sequences.
2039
2040 Implemented rudimentary module linking (behind --harmony flag)
2041
2042 Implemented ES5 erratum: Global declarations should shadow
2043 inherited properties.
2044
2045 Made handling of const more consistent when combined with 'eval'
2046 and 'with'.
2047
2048 Fixed V8 on MinGW-x64 (issue 2026).
2049
2050 Performance and stability improvements on all platforms.
2051
2052
jkummerow@chromium.org28faa982012-04-13 09:58:30 +000020532012-04-13: Version 3.10.2
2054
2055 Fixed native ARM build (issues 1744, 539)
2056
2057 Return LOOKUP variable instead of CONTEXT for non-context allocated
2058 outer scope parameters (Chromium issue 119609).
2059
2060 Fixed regular and ElementsKind transitions interfering with each other
2061 (Chromium issue 122271).
2062
2063 Improved performance of keyed loads/stores which have a HeapNumber
2064 index (issues 1388, 1295).
2065
2066 Fixed WeakMap processing for evacuation candidates (issue 2060).
2067
2068 Bailout on possible direct eval calls (Chromium issue 122681).
2069
2070 Do not assume that names of function expressions are context-allocated
2071 (issue 2051).
2072
2073 Performance and stability improvements on all platforms.
2074
2075
fschneider@chromium.org7d10be52012-04-10 12:30:14 +000020762012-04-10: Version 3.10.1
2077
2078 Fixed bug with arguments object in inlined functions (issue 2045).
2079
2080 Fixed performance bug with lazy initialization (Chromium issue
2081 118686).
2082
2083 Added suppport for Mac OS X 64bit builds with GYP.
2084 (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
2085
2086 Fixed bug with hidden properties (issue 2034).
2087
2088 Fixed a performance bug when reloading pages (Chromium issue 117767,
2089 V8 issue 1902).
2090
2091 Fixed bug when optimizing throw in top-level code (issue 2054).
2092
2093 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
2094
2095 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
2096
2097 Fixed a bug with the new runtime profiler (Chromium issue 121147).
2098
2099 Fixed compilation of V8 using uClibc.
2100
2101 Optimized boot-up memory use.
2102
2103 Optimized regular expressions.
2104
2105
jkummerow@chromium.org1456e702012-03-30 08:38:13 +000021062012-03-30: Version 3.10.0
2107
2108 Fixed store IC writability check in strict mode
2109 (Chromium issue 120099).
2110
2111 Resynchronize timers if the Windows system time was changed.
2112 (Chromium issue 119815)
2113
2114 Removed "-mfloat-abi=hard" from host compiler cflags when building for
2115 hardfp ARM
2116 (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
2117
2118 Fixed edge case for case independent regexp character classes
2119 (issue 2032).
2120
2121 Reset function info counters after context disposal.
2122 (Chromium issue 117767, V8 issue 1902)
2123
2124 Fixed missing write barrier in CopyObjectToObjectElements.
2125 (Chromium issue 119926)
2126
2127 Fixed missing bounds check in HasElementImpl.
2128 (Chromium issue 119925)
2129
2130 Performance and stability improvements on all platforms.
2131
2132
danno@chromium.org88aa0582012-03-23 15:11:57 +000021332012-03-23: Version 3.9.24
2134
2135 Activated count-based profiler for ARM.
2136
2137 Fixed use of proxies as f.prototype properties. (issue 2021)
2138
2139 Enabled snapshots on MIPS.
2140
2141 Performance and stability improvements on all platforms.
2142
2143
ulan@chromium.org6ff65142012-03-21 09:52:17 +000021442012-03-21: Version 3.9.23
2145
2146 Use correct arguments adaptation environment when inlining function
2147 containing arguments. (Issue 2014)
2148
2149 Performance and stability improvements on all platforms.
2150
2151
jkummerow@chromium.org531dfe82012-03-20 13:01:16 +000021522012-03-20: Version 3.9.22
2153
2154 Enabled count-based profiler by default.
2155
2156 Implemented a hash based look-up to speed up address checks
2157 in large object space (issue 853).
2158
2159 Performance and stability improvements on all platforms.
2160
2161
rossberg@chromium.org2c067b12012-03-19 11:01:52 +000021622012-03-19: Version 3.9.21
2163
2164 Fixed push-to-trunk script (and re-push).
2165
2166 Added API call that identifies strings that are guaranteed only to
2167 contain ASCII characters.
2168
2169
21702012-03-19: Version 3.9.20
2171
2172 Fixed declarations escaping global strict eval. (Issue 1624)
2173
2174 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
2175
2176 Fixed function declarations overwriting read-only global properties.
2177 (Chromium issue 115452)
2178
2179 Fixed --use-strict flag in combination with --harmony[-scoping].
2180
2181 Debugger: naive implementation of "step into Function.prototype.bind".
2182
2183 Debugger: added ability to set script source from within OnBeforeCompile
2184
2185 Added flag to always call DebugBreak on abort.
2186
2187 Re-enabled constructor inlining and inline === comparison with boolean
2188 constants. (Issue 2009)
2189
2190 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
2191
2192 Performance and stability improvements on all platforms.
2193
2194
mstarzinger@chromium.org3233d2f2012-03-14 11:16:03 +000021952012-03-14: Version 3.9.19
2196
2197 Ensure there is a smi check of the receiver for global load and call
2198 ICs (Chromium issue 117794).
2199
2200 Performance and stability improvements on all platforms.
2201
2202
yangguo@chromium.org154ff992012-03-13 08:09:54 +000022032012-03-13: Version 3.9.18
2204
2205 Ensure consistency of Math.sqrt on Intel platforms.
2206
2207 Remove static initializers in v8. (issue 1859)
2208
2209 Add explicit dependency on v8_base in the GYP-based build.
2210
2211 Performance and stability improvements on all platforms.
2212
2213
svenpanne@chromium.org4efbdb12012-03-12 08:18:42 +000022142012-03-12: Version 3.9.17
2215
2216 Fixed VFP detection through compiler defines. (issue 1996)
2217
2218 Add Code-related fields to postmortem metadata.
2219
2220 Performance and stability improvements on all platforms.
2221
2222
erik.corry@gmail.combbceb572012-03-09 10:52:05 +000022232012-03-09: Version 3.9.16
2224
2225 Added basic interface inference for modules (behind the --harmony flag).
2226
2227 Added Object.is, Number.isFinite, Number.isNaN.
2228
2229 Updated the Unicode tables to Unicode version 6.1.0.
2230
2231 Performance and stability improvements on all platforms.
2232
2233
ulan@chromium.org9a21ec42012-03-06 08:42:24 +000022342012-03-06: Version 3.9.15
2235
2236 Fix the heap profiler crash caused by memory layout changes between
2237 passes.
2238
2239 Fix Error.prototype.toString to throw TypeError. (issue 1980)
2240
2241 Fix double-rounding in strtod for MinGW. (issue 1062)
2242
2243 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
2244
2245 Performance and stability improvements on all platforms.
2246
2247
fschneider@chromium.org35814e52012-03-01 15:43:35 +000022482012-03-01: Version 3.9.14
2249
2250 Performance and stability improvements on all platforms.
2251
2252
ulan@chromium.org812308e2012-02-29 15:58:45 +000022532012-02-29: Version 3.9.13
2254
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002255 Added code kind check before preparing for OSR. (issue 1900, 115073)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002256
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002257 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
2258 ARM.
ulan@chromium.org812308e2012-02-29 15:58:45 +00002259
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002260 Ported string construct stub to x64. (issue 849)
ulan@chromium.org812308e2012-02-29 15:58:45 +00002261
2262 Performance and stability improvements on all platforms.
2263
2264
ulan@chromium.org967e2702012-02-28 09:49:15 +000022652012-02-28: Version 3.9.12
2266
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002267 Fixed the negative lookup stub to handle deleted entries in a
2268 dictionary. (issue 1964)
ulan@chromium.org967e2702012-02-28 09:49:15 +00002269
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002270 Added a new API where the host can supply a callback function. The
ulan@chromium.org967e2702012-02-28 09:49:15 +00002271 callback function can resolve the location of a return address on stack
2272 to the location where a return-address rewriting profiler stashed the
2273 original return address.
2274
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002275 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
2276 pass correct context value to the increment instruction.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002277
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002278 Fixed issue 1853: Update breakpoints set with partial file name after
2279 compile.
ulan@chromium.org967e2702012-02-28 09:49:15 +00002280
2281
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +000022822012-02-27: Version 3.9.11
2283
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002284 Made 'module' a context-sensitive keyword (V8 issue 1957).
yangguo@chromium.orga7d3df92012-02-27 11:46:55 +00002285
2286
yangguo@chromium.orgab30bb82012-02-24 14:41:46 +000022872012-02-24: Version 3.9.10
2288
2289 Fixed V8 issues 1322, 1772 and 1969.
2290
2291 Conformance improvements.
2292
2293 Performance and stability improvements on all platforms.
2294
2295
kmillikin@chromium.orgbe6bd102012-02-23 08:45:21 +000022962012-02-23: Version 3.9.9
2297
2298 Supported fast case for-in in Crankshaft.
2299
2300 Sped up heap snapshot serialization and dominators construction.
2301
2302 Randomized allocation addresses on windows. (Chromium issue 115151)
2303
2304 Fixed compilation with MinGW-w64. (issue 1943)
2305
2306 Fixed incorrect value of assignments to non-extensible properties.
2307
2308 Fixed a crash bug in generated code on ia32.
2309
2310 Performance and stability improvements on all platforms.
2311
2312
jkummerow@chromium.orgf7a58842012-02-21 10:08:21 +000023132012-02-21: Version 3.9.8
2314
2315 Fixed memory leak and missing #include in StartupDataDecompressor
2316 (issue 1960).
2317
2318 Renamed static methods to avoid shadowing virtual methods and fix Clang
2319 C++11 compile error.
2320
2321 Fixed sequence of element access in array builtins (issue 1790).
2322
2323 Performance and stability improvements on all platforms.
2324
2325
yangguo@chromium.org56454712012-02-16 15:33:53 +000023262012-02-16: Version 3.9.7
2327
2328 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
2329
2330 Fixed GCC-4.7 warnings.
2331
2332 Added Navier-Stokes benchmark.
2333
2334 Performance and stability improvements on all platforms.
2335
2336
ulan@chromium.org65a89c22012-02-14 11:46:07 +000023372012-02-14: Version 3.9.6
2338
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002339 Fixed template-related linker error. (issue 1936)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002340
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002341 Allowed inlining of functions containing object literals. (issue 1322)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002342
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002343 Added --call-graph-size option to tickprocessor. (issue 1937)
ulan@chromium.org65a89c22012-02-14 11:46:07 +00002344
2345 Heap Snapshot maximum size limit is too low for really big apps. At the
2346 moment the limit is 256MB. (Chromium issue 113015)
2347
2348 Performance and stability improvements on all platforms.
2349
2350
yangguo@chromium.org78d1ad42012-02-09 13:53:47 +000023512012-02-09: Version 3.9.5
2352
2353 Removed unused command line flags.
2354
2355 Performance and stability improvements on all platforms.
2356
2357
svenpanne@chromium.orgb1df11d2012-02-08 10:26:21 +000023582012-02-08: Version 3.9.4
2359
2360 Properly initialize element-transitioning array literals on ARM.
2361 (issue 1930)
2362
2363 Bug fixes on all platforms.
2364
2365
jkummerow@chromium.orgab7dad42012-02-07 12:07:34 +000023662012-02-07: Version 3.9.3
2367
2368 When rethrowing an exception, print the stack trace of its original
2369 site instead of rethrow site (Chromium issue 60240).
2370
2371 Increased size of small stacks from 32k to 64k to avoid hitting limits
2372 in Chromium (Chromium issue 112843).
2373
2374
rossberg@chromium.org994edf62012-02-06 10:12:55 +000023752012-02-06: Version 3.9.2
2376
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002377 Added timestamp to --trace-gc output. (issue 1932)
rossberg@chromium.org994edf62012-02-06 10:12:55 +00002378
2379 Heap profiler reports implicit references.
2380
2381 Optionally export metadata with libv8 to enable debuggers to inspect V8
2382 state.
2383
2384
jkummerow@chromium.org1145ef82012-02-02 16:21:15 +000023852012-02-02: Version 3.9.1
2386
2387 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo
2388 (Chromium issue 112315).
2389
2390 Fixed a crash in dev tools (Chromium issue 107996).
2391
2392 Added 'dependencies_traverse': 1 to v8 GYP target.
2393
2394 Performance and stability improvements on all platforms.
2395
2396
danno@chromium.orgfa458e42012-02-01 10:48:36 +000023972012-02-01: Version 3.9.0
2398
fschneider@chromium.org35814e52012-03-01 15:43:35 +00002399 Reduced memory use immediately after starting V8.
danno@chromium.orgfa458e42012-02-01 10:48:36 +00002400
2401 Stability fixes and performance improvements on all platforms.
2402
2403
yangguo@chromium.org659ceec2012-01-26 07:37:54 +000024042012-01-26: Version 3.8.9
2405
2406 Flush number string cache on GC (issue 1605).
2407
2408 Provide access to function inferred name with
2409 v8::Function::GetInferredName in V8 public API.
2410
2411 Fix building with Clang (issue 1912).
2412
2413 Reduce the space used by the stack for the profiling thread.
2414
2415 Fix misleading documentation of v8::Locker (issue 542).
2416
2417 Introduce readbinary function in d8 to read binary files.
2418
2419 Performance and stability improvements on all platforms.
2420
2421
jkummerow@chromium.org05ed9dd2012-01-23 14:42:48 +000024222012-01-23: Version 3.8.8
2423
2424 Limited number of loop iterations in Heap::ReserveSpace
2425 (Chromium issue 99027).
2426
2427 Fixed solaris build (VirtualMemory) (issue 1761).
2428
2429 Fixed strict vs. non-strict handling of function proxies in
2430 higher-order array and string methods.
2431
2432 Enabled asynchronous remote debugging with d8 (issue 1691).
2433
2434 Stability and performance improvements on all platforms.
2435
2436
ulan@chromium.org2efb9002012-01-19 15:36:35 +000024372012-01-19: Version 3.8.7
2438
2439 Ensure that LRandom restores rsi after call to the C function on x64.
2440 (Chromium issue http://crbug.com/110509)
2441
2442 Fixing include issues on *bsd when building with scons.
2443 (issue 1897)
2444
2445 Provide a switch to specify -fno-strict-aliasing
2446 (issue 1887)
2447
2448 Move WIN32 define from standalone.gypi to common.gypi
2449 (issue 1760)
2450
2451 Fix corner-case in heap size estimation.
2452 (issue 1893)
2453
2454 Fix and enable NEW_NON_STRICT_FAST ArgumentsAccess stub on x64.
2455 (issue 1903)
2456
2457 Performance improvements and bug fixes.
2458
2459
erik.corry@gmail.comf2038fb2012-01-16 11:42:08 +000024602012-01-16: Version 3.8.6
2461
2462 Add primitive WebGL array support to d8.
2463
2464 Improve heap size estimation (issue 1893).
2465
2466 Hash collision DOS workaround extended from string keys
2467 to numeric keys.
2468
2469 Provide an API for iterating through all external strings referenced
2470 from the JS heap.
2471
2472 Adjust position recorded for call expressions. http://crbug.com/109195
2473
2474 Fix GC crash related to instanceof. http://crbug.com/109448
2475
2476 Performance improvements and bug fixes.
2477
2478
rossberg@chromium.orgfab14982012-01-05 15:02:15 +000024792012-01-05: Version 3.8.5
2480
2481 Fix broken test that assumes that no GC can clear the regexp cache (GC
2482 can happen at any time due to Crankshaft).
2483
2484 Fix handling of bogus receivers for Harmony collections. (issue 1884)
2485
2486 Add netbsd support to gyp build.
2487
2488 Determine page size at runtime on posix platforms.
2489
2490 Ensure that store buffer filtering hash sets are cleared after
2491 StoreBuffer::Filter.
2492
2493 Randomize the seed used for string hashing. This helps guard against
2494 CPU-eating DOS attacks against node.js servers. Based on code from
2495 Bert Belder. This version only solves the issue for those that compile
2496 V8 themselves or those that do not use snapshots. A snapshot-based
2497 precompiled V8 will still have predictable string hash codes.
2498
2499 Implement callback when script finishes running in V8 API.
2500
2501 Improve performance of Math.min and Math.max for the case of two
2502 arguments. (issue 1325)
2503
2504
svenpanne@chromium.org3c93e772012-01-02 09:26:59 +000025052012-01-02: Version 3.8.4
2506
2507 Performance improvements for large Smi-only arrays.
2508
2509 Fixed InternalArrays construction. (issue 1878)
2510
2511
danno@chromium.orgbf0c8202011-12-27 10:09:42 +000025122011-12-27: Version 3.8.3
2513
2514 Avoid embedding new space objects into code objects in the lithium gap
2515 resolver. (chromium:108296)
2516
2517 Bug fixes and performance optimizations on all platforms.
2518
2519
danno@chromium.orge78f9fc2011-12-21 08:29:34 +000025202011-12-21: Version 3.8.2
2521
2522 Add max optimization flag to v8 gyp build to ensure V8 is always built
2523 fully optimized in Chrome.
2524
2525 MIPS: Bring MIPS to parity with other platforms.
2526
2527 Optimizations and stability improvements on all platforms.
2528
2529
ricow@chromium.org7ad65222011-12-19 12:13:11 +000025302011-12-19: Version 3.8.1
2531
2532 Fixed GCC 4.7 warnings. Patch from Tobias Burnus.
2533
2534 Stability improvements on all platforms.
2535
2536
ricow@chromium.org64e3a4b2011-12-13 08:07:27 +000025372011-12-13: Version 3.8.0
2538
2539 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
2540
2541 Sync parser and preparser on do-while and return statements.
2542 (issue 1856)
2543
2544 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
2545
2546 Stability and performance improvements on all platforms.
2547
2548
svenpanne@chromium.orgecb9dd62011-12-01 08:22:35 +000025492011-12-01: Version 3.7.12
2550
2551 Increase tick interval for the android platform.
2552
2553 Fix a bug in the register allocator. (chromium:105112)
2554
2555 Fix handling of recompiling code. (chromium:105375, v8:1782)
2556
2557 Start incremental marking on idle notification. (v8:1458)
2558
2559 Build fixes for various platforms.
2560
2561 Various performance improvements.
2562
2563
mstarzinger@chromium.org1b3afd12011-11-29 14:28:56 +000025642011-11-29: Version 3.7.11
2565
2566 Fixed bug when generating padding to ensure space for lazy
2567 deoptimization.
2568 (issue 1846)
2569
2570 Further reduced pause times due to GC.
2571
2572 Stability and performance improvements on all platforms.
2573
2574
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +000025752011-11-23: Version 3.7.10
2576
2577 Set maximum length of FixedArray in terms of elements instead an
2578 absolute number of bytes.
2579 (Chromium issue 103103)
2580
2581 Stability and performance improvements on all platforms.
2582
2583
25842011-11-21: Version 3.7.9
2585
2586 Removed exit-time destructors.
2587
2588 Stability and performance improvements on all platforms.
2589
2590
ricow@chromium.org27bf2882011-11-17 08:34:43 +000025912011-11-17: Version 3.7.8
2592
mstarzinger@chromium.orgf8c6bd52011-11-23 12:13:52 +00002593 Removed hidden prototype from builtins, i.e., deleting an overridden
ricow@chromium.org27bf2882011-11-17 08:34:43 +00002594 function on builtins will not make the original function reappear.
2595
2596 Added NetBSD support for scons build.
2597
2598 Performance improvements on all platforms.
2599
2600
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +000026012011-11-14: Version 3.7.7
2602
2603 Fix missing fast property accessors in heap snapshots.
2604 (issue 1818)
2605
2606
danno@chromium.org2c456792011-11-11 12:00:53 +000026072011-11-11: Version 3.7.6
2608
2609 Fixed filtering of store buffer for large object pages.
2610 (issue 1817)
2611
2612 Fixed generated hash function on all platforms.
2613 (issue 1808)
2614
2615 Fixed Heap::Shrink to ensure that it does not free pages that are
2616 still in use.
2617 (Chromium issue 100414)
2618
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002619 Stability and performance improvements on all platforms.
danno@chromium.org2c456792011-11-11 12:00:53 +00002620
2621
danno@chromium.orgc612e022011-11-10 11:38:15 +000026222011-11-10: Version 3.7.5
2623
2624 Added initial gyp infrastructure for MIPS.
2625
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002626 Implemented performance improvements to the incremental garbage
danno@chromium.orgc612e022011-11-10 11:38:15 +00002627 collector.
2628
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002629 Added optimizations and stability improvements on all platforms.
danno@chromium.orgc612e022011-11-10 11:38:15 +00002630
2631
jkummerow@chromium.orgc3b37122011-11-07 10:14:12 +000026322011-11-07: Version 3.7.4
2633
2634 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
2635
2636 Fix Harmony sets and maps to allow null and undefined as keys
2637 (still hidden behind --harmony flag) (issue 1622).
2638
2639 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
2640
2641 Enable VFP instructions for Android.
2642
2643 Fix error handling in Date.prototype.toISOString (issue 1792).
2644
2645 Bug fixes and performance improvements for all platforms.
2646
2647 Not officially supported but noteworthy: Crankshaft for MIPS :-)
2648
2649
erik.corry@gmail.combecbc522011-10-28 07:45:20 +000026502011-10-28: Version 3.7.3
2651
2652 Slight deoptimization as a workaround for issue with jslint: Issue
2653 1789.
2654
2655
erik.corry@gmail.com6e28b562011-10-27 14:20:17 +000026562011-10-27: Version 3.7.2
2657
2658 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
2659
2660
erik.corry@gmail.com394dbcf2011-10-27 07:38:48 +000026612011-10-26: Version 3.7.1
2662
2663 Achieved 33% speedup in debug-mode tests.
2664
2665 Removed special casing of calls to RegExp test and exec methods with no
2666 argument. Now matches new JSC behaviour. crbug.com/75740.
2667
2668 Return the empty string on cyclic references in toString (ES5
2669 conformance).
2670
2671 Fixed bug triggered by JSBeautifier. crbug.com/100409.
2672
2673 Made Math.random state per-context instead of per-process (issue 864).
2674
2675 Fixed stack traces to skip native functions.
2676
2677 Make snapshots (new contexts) smaller and faster.
2678
2679 Fixed handling of Function.apply for non-array arguments.
2680
2681 Fixed evaluation order in defineProperties to match FireFox.
2682
2683 Fixed handling of non-object receivers for array builtins,
2684 crbug.com/100702.
2685
2686 Multiple fixes to improve compliance with test262.
2687
2688 Fixed compatibility with older Android releases.
2689
2690 Fixed compilation with gcc-4.5.3.
2691
2692 Improved performance of WriteUtf8, issue 1665.
2693
2694 Made native syntax an early error in the preparser.
2695
2696 Fixed issues 793 and 893 relating to Function.prototype.bind.
2697
2698 Improved let, const, Set and Map support and other Harmony features
2699 (behind the --harmony flag).
2700
2701 Changed evaluation order for > and <= to match ES5 instead of ES3.
2702
2703 Bug fixes and performance improvements on all platforms.
2704
2705
rossberg@chromium.orgb4b2aa62011-10-13 09:49:59 +000027062011-10-13: Version 3.7.0
2707
2708 Fixed array handling for Object.defineOwnProperty (ES5 conformance).
2709
2710 Fixed issue 1757 (string slices of external strings).
2711
2712 Fixed issue 1759 (ARM).
2713
2714 Added flag --noclever-optimizations to disable some things that
2715 caused trouble in the past.
2716
2717 Added flag --stress-compaction for testing.
2718
2719 Added flag --harmony to activate all experimental Harmony features.
2720
2721
svenpanne@chromium.orga8bb4d92011-10-10 13:20:40 +000027222011-10-10: Version 3.6.6
2723
2724 Added a GC pause visualization tool.
2725
2726 Added presubmit=no and werror=no flags to Makefile.
2727
2728 ES5/Test262 conformance improvements.
2729
2730 Fixed compilation issues with GCC 4.5.x (issue 1743).
2731
2732 Bug fixes and performance improvements on all platforms.
2733
2734
erik.corry@gmail.comc3b670f2011-10-05 21:44:48 +000027352011-10-05: Version 3.6.5
2736
2737 New incremental garbage collector.
2738
2739 Removed the hard heap size limit (soft heap size limit is still
2740 700/1400Mbytes by default).
2741
2742 Implemented ES5 generic Array.prototype.toString (Issue 1361).
2743
2744 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
2745
2746 Fixed x64 RegExp start-of-string bug (Issues 1746, 1748).
2747
2748 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
2749
2750 Fixed the MinGW and Windows 2000 builds.
2751
2752 Fixed "Prototype chain is not searched if named property handler does
2753 not set a property" (Issue 1636).
2754
2755 Made the RegExp.prototype object be a RegExp object (Issue 1217).
2756
2757 Disallowed future reserved words as labels in strict mode.
2758
2759 Fixed string split to correctly coerce the separator to a string
2760 (Issue 1711).
2761
2762 API: Added an optional source length field to the Extension
2763 constructor.
2764
2765 API: Added Debug::DisableAgent to match existing Debug::EnableAgent
2766 (Issue 1573).
2767
2768 Added "native" target to Makefile for the benefit of Linux distros.
2769
2770 Fixed: debugger stops stepping outside evaluate (Issue 1639).
2771
2772 More work on ES-Harmony proxies. Still hidden behind a flag.
2773
2774 Bug fixes and performance improvements on all platforms.
2775
2776
lrn@chromium.org34e60782011-09-15 07:25:40 +000027772011-09-15: Version 3.6.4
2778
2779 Fixed d8's broken readline history.
2780
2781 Removed the need for code delete events in CPU profiler (Issue 1466).
2782
2783 Fixed debugger stepping next with trycatch recursion (Issue 1639).
2784
2785 Fixing parallel execution in d8 (with -p) and some memory leaks.
2786
2787 Support for precise stepping in functions compiled before debugging was
2788 started (step 1).
2789
2790
kmillikin@chromium.org83e16822011-09-13 08:21:47 +000027912011-09-13: Version 3.6.3
2792
2793 Implemented better support of typed arrays in the d8 shell.
2794
2795 Bug fixes and performance improvements on all platforms.
2796
2797
ricow@chromium.org55ee8072011-09-08 16:33:10 +000027982011-09-08: Version 3.6.2
2799
2800 Added "dependencies" target to top-level Makefile.
2801
2802 Added ability to turn profiler on/off in d8.
2803
2804 Added "soname_version" parameter to common.gypi, v8.gyp, and Makefile.
2805
2806 Fixed several crash bugs.
2807
2808
jkummerow@chromium.org486075a2011-09-07 12:44:28 +000028092011-09-07: Version 3.6.1
2810
2811 Fixed a bug in abrupt exit from with or catch inside finally.
2812
2813 Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
2814 issue 95113).
2815
2816 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
2817
2818 Fixed a few clang warnings (which -Werror treated as errors).
2819
2820 Performance improvements on all platforms.
2821
2822
fschneider@chromium.org1805e212011-09-05 10:49:12 +000028232011-09-05: Version 3.6.0
2824
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002825 Fixed a bug when optimizing named function expression (issue 1647).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002826
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002827 Fixed a bug when optimizing f.call.apply (issue 1650).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002828
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002829 Made arguments and caller always be null on native functions
2830 (issues 1548 and 1643).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002831
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002832 Fixed issue 1648 (cross-compiling x64 targeting ia32).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002833
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002834 Fixed issue 371 (d8 printing of strings containing \0).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002835
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002836 Fixed order of evaluation in arguments to parseInt (issue 1649).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002837
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002838 Fixed a problem with large heap snapshots in Chrome DevTools
2839 (issue 1658, chromium issue 89268).
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002840
ricow@chromium.org55ee8072011-09-08 16:33:10 +00002841 Upped default maximum heap size from 512M to 700M.
fschneider@chromium.org1805e212011-09-05 10:49:12 +00002842
2843
yangguo@chromium.org80c42ed2011-08-31 09:03:56 +000028442011-08-31: Version 3.5.10
2845
2846 Added dependency of v8_base on WinSocket2 Windows library in
2847 the GYP-build.
2848
2849 Various bugfixes.
2850
2851
ricow@chromium.org4668a2c2011-08-29 10:41:00 +000028522011-08-29: Version 3.5.9
2853
2854 Made FromPropertyDescriptor not trigger inherited setters.
2855
2856 Fixed .gyp files to work on the ARM simulator.
2857
2858 Fixed shared library build warnings for MSVS.
2859
2860
ricow@chromium.orgddd545c2011-08-24 12:02:41 +000028612011-08-24: Version 3.5.8
2862
2863 Added V8EXPORT attributes for v8::Array::CheckCast and
2864 v8::Number::CheckCast.
2865
2866 Made a slight API change enabling opting out from null termination
2867 in String::Write*().
2868
2869 Fixed arm build for gcc-4.6.
2870
2871
rossberg@chromium.org28a37082011-08-22 11:03:23 +000028722011-08-22: Version 3.5.7
2873
2874 Make scanner handle invalid unicode escapes in identifiers correctly.
2875
2876 Make regexp flag parsing stricter.
2877
2878 Fix several memory leaks.
2879
2880
danno@chromium.orgb6451162011-08-17 14:33:23 +000028812011-08-17: Version 3.5.6
2882
2883 Fixed issue that could cause crashes when running with --heap-stats.
2884
2885 Fixed compilation on Linux 2.6.9 and older.
2886
2887 Fixed live-object-list to work with isolates.
2888
2889 Fixed memory leaks in zones and isolates.
2890
2891 Fixed a performance regression for TypedArrays on x64.
2892
2893 Stability improvements on all platforms.
2894
2895
whesse@chromium.org4acdc2c2011-08-15 13:01:23 +000028962011-08-15: Version 3.5.5
2897
2898 Fixed bugs involving negative zero and the optimizing compiler.
2899
2900 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
2901
2902 Eliminated uses of deprecated ARM instructions.
2903
2904 Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
2905
2906 Removed restriction on the size of disassembled code that is printed.
2907
2908
kmillikin@chromium.org7c2628c2011-08-10 11:27:35 +000029092011-08-10: Version 3.5.4
2910
2911 Added a preliminary implementation of ES Harmony weak maps. Weak
2912 maps can be enabled by the flag --harmony-weakmaps.
2913
2914 Introduced a toplevel Makefile to support GYP-based building. GYP
2915 can be obtained from http://gyp.googlecode.com.
2916
2917 Fixed a bug in the length property of functions created by
2918 Function.prototype.bind.
2919
2920 Reduced malloc heap allocation on process startup.
2921
2922 Several important code generation bug fixes.
2923
2924 Performance improvements on all platforms.
2925
2926
lrn@chromium.orgd4e9e222011-08-03 12:01:58 +000029272011-08-03: Version 3.5.3
2928
2929 MIPS: Port of fix to ClassOf check from ARM.
2930 Patch from Paul Lind <plind44@gmail.com>.
2931
2932 Stopped using mprotect on Cygwin.
2933 Avoided uninitialized member warning on gcc 4.3.4
2934 Both patches by Bert Belder.
2935
2936 Bug fixes and performance improvements on all platforms.
2937
2938
vegorov@chromium.org7943d462011-08-01 11:41:52 +000029392011-08-01: Version 3.5.2
2940
2941 Performance improvements on all platforms.
2942
2943
ricow@chromium.org2c99e282011-07-28 09:15:17 +000029442011-07-28: Version 3.5.1
2945
2946 Fixed setting the readonly flag on the prototype property using the
2947 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
2948
2949 Changed the tools/test.py script to use d8 instead of shell for
2950 testing.
2951
2952 Fixed crash in ToBooleanStub when GC happens during invocation.
2953
2954 Enabled automatic unboxing of double arrays.
2955
2956 Performance improvements on all platforms.
2957
2958
ricow@chromium.org9fa09672011-07-25 11:05:35 +000029592011-07-25: Version 3.5.0
2960
2961 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for
2962 proxies.
2963
2964 Removed logging to memory support.
2965
2966 Bugfixes and performance work.
2967
2968
rossberg@chromium.org717967f2011-07-20 13:44:42 +000029692011-07-20: Version 3.4.14
2970
2971 Fix the debugger for strict-mode functions. (Chromium issue 89236)
2972
jkummerow@chromium.org04e4f1e2011-11-14 13:36:17 +00002973 Add GetPropertyAttribute method for Object in the API. (Patch by
ricow@chromium.org9fa09672011-07-25 11:05:35 +00002974 Peter Varga)
rossberg@chromium.org717967f2011-07-20 13:44:42 +00002975
2976 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
2977
2978
svenpanne@chromium.org84bcc552011-07-18 09:50:57 +000029792011-07-18: Version 3.4.13
2980
2981 Improved debugger support to allow inspection of optimized frames (issue
2982 1140).
2983
2984 Fixed a bug in prototype transitions cache clearing introduced by r8165.
2985
2986 Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
2987
2988 Fixed a memory leak in sample/shell.cc (dispose semaphores).
2989
2990 Simplified HClampToUint8. Patch by Andy Wingo.
2991
2992 Exposed APIs for detecting boxed primitives, native errors. Patch by
2993 Luke Zarko.
2994
2995 Added map check for COW elements to crankshaft array handling code
2996 (issue 1560).
2997
2998 Sample shell and (a light version of) D8 links against a shared library
2999 now.
3000
3001 Fixed bug in array filter and reduce functions (issue 1559).
3002
3003 Avoid TLS load in AstNode constructor.
3004
3005 Introduced a random entropy source which can optionally be provided at
3006 initialization. (Chromium issue 89462).
3007
3008
whesse@chromium.org030d38e2011-07-13 13:23:34 +000030092011-07-13: Version 3.4.12
3010
3011 Added --prof profiling option to d8 shell.
3012
3013 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
3014
3015 Fixed a potential assertion failure in const declarations.
3016
3017 Fixed an assertion failure in descriptor arrays (issue 1526).
3018
3019 Enabled fast thread-local storage by default on supported platforms.
3020
3021 Improved reporting of source position for global variable loads
3022 (issue 1527).
3023
3024
sgjesse@chromium.org6db88712011-07-11 11:41:22 +000030252011-07-11: Version 3.4.11
3026
3027 Fixed MinGW32 build.
3028
3029 Fixed a GC bug with RegExp code flushing.
3030
3031 Implemented Object.defineProperty for proxies.
3032
3033 Fixed a bug in for/in iteration of arguments objects (issue 1531).
3034
3035 Added debugger support for inspecting optimized frames (issue 1140).
3036
3037 Allowed JSObject::PreventExtensions to work for arguments objects.
3038
3039 Bugfixes and performance work.
3040
3041
jkummerow@chromium.orgddda9e82011-07-06 11:27:02 +000030422011-07-06: Version 3.4.10
3043
3044 Fixed debugger not breaking on certain "if" statements (issue 1523).
3045
3046 Fixed assertion failure in runtime profiler when running on IA32
3047 without snapshot (issue 1522).
3048
3049 Fixed ABI for API calls on IA32 (for clang compatibility).
3050
3051 Introduced code flushing of RegExp code to free memory used by
3052 RegExps sooner.
3053
3054 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
3055
3056 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
3057
3058 Performance improvements on all platforms.
3059
3060
ricow@chromium.org4f693d62011-07-04 14:01:31 +000030612011-07-04: Version 3.4.9
3062
3063 Added support for debugger inspection of locals in optimized frames
3064 (issue 1140).
3065
3066 Fixed SConstruct to pass correct defines to samples/preparser when
3067 building with library=shared.
3068
3069 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
3070
3071 Fixed a bug in Object.defineProperty on the arguments object.
3072
3073 Performance improvements on all platforms.
3074
3075
vegorov@chromium.org3cf47312011-06-29 13:20:01 +000030762011-06-29: Version 3.4.8
3077
3078 Ensure 16-byte stack alignment on Solaris (issue 1505).
3079
sgjesse@chromium.org6db88712011-07-11 11:41:22 +00003080 Fix "illegal access" when calling parseInt with a radix
vegorov@chromium.org3cf47312011-06-29 13:20:01 +00003081 that is not a smi. (issue 1246).
3082
3083
ager@chromium.org04921a82011-06-27 13:21:41 +000030842011-06-27: Version 3.4.7
3085
3086 Fixed 64-bit build on FreeBSD.
3087
3088 Added API to set the property attributes for the prototype
3089 property on functions created from FunctionTemplates.
3090
3091 Bugfixes and performance work.
3092
3093
lrn@chromium.orgac2828d2011-06-23 06:29:21 +000030942011-06-22: Version 3.4.6
3095
3096 Lowered limit on code space for systems with low memory supply.
3097
3098 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
3099
3100 Extended setBreakpoint API to accept partial script name (issue 1418).
3101
3102 Made multi-line comments not count when deciding whether the '-->'
3103 comment starter is first on a line. This matches Safari.
3104
3105 Made handling of non-array recievers in Array length setter correct
3106 (issue 1491).
3107
3108 Added ability to heap profiler to iterate over snapshot's node
3109 (issue 1481).
3110
3111
whesse@chromium.org7b260152011-06-20 15:33:18 +000031122011-06-20: Version 3.4.5
3113
3114 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
3115 1476, and 1477.
3116
3117 Improved code generation for !0 and !1.
3118
3119 Reduced memory usage for regular expressions with nested qualifiers.
3120 (issue 1472)
3121
3122 Fixed V8 to count line terminators in multi-line comments.
3123 (Chromium issue 86431)
3124
3125 Fixed disassembler=on option for release-mode builds. (issue 1473)
3126
3127 Performance improvements on all platforms.
3128
3129
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +000031302011-06-15: Version 3.4.4
3131
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003132 Added snapshot compression support and --stress-opt flag to d8.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003133
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003134 Improved performance of try/catch.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003135
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003136 Several GYP-related changes: Added support for building Xcode project
3137 files. Make the ARM simulator build with GYP again. Generate Makefiles
3138 for all architectures on Linux.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003139
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003140 Fixed Array.prototype.{reduce,reduceRight} to pass undefined as the
3141 receiver for strict mode callbacks. (issue 1436)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003142
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003143 Fixed a bug where an array load was incorrectly hoisted by GVN.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003144
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003145 Handle 'undefined' correctly when === has been specialized for doubles.
3146 (issue 1434)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003147
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003148 Corrected the limit of local variables in an optimized function from 64
3149 to 63.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003150
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003151 Correctly set ReadOnly flag on indexed properties when using the API Set
3152 method. (issue 1470)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003153
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003154 Give the correct error message when Object.isExtensible is called on a
3155 non-object. (issue 1452)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003156
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003157 Added GetOwnPropertyNames method for Object in the API. Patch by Peter
3158 Varga.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003159
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003160 Do not redefine properties unneccesarily in seal and freeze. (issue
3161 1447)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003162
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003163 IsExecutionTerminating has an Isolate parameter now.
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003164
ricow@chromium.org4f693d62011-07-04 14:01:31 +00003165 Distinguish keyed loads with a symbol key from fast elements loads,
3166 avoiding some useless deoptimizations. (issue 1471)
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003167
3168
jkummerow@chromium.orge297f592011-06-08 10:05:15 +000031692011-06-08: Version 3.4.3
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003170
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003171 Clear the global thread table when an isolate is disposed
3172 (issue 1433).
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003173
jkummerow@chromium.orge297f592011-06-08 10:05:15 +00003174 Converted time zone name to UTF8 on Windows (issue 1290).
3175
3176 Limited the number of arguments in a function call to 32766
3177 (issue 1413).
3178
3179 Compress sources of JS libraries in addition to the snapshot.
3180
3181 Fixed a bug in Lithium environment iteration.
3182
3183 Performance improvements on all platforms.
erik.corry@gmail.com8a177112011-06-08 07:23:54 +00003184
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003185
erik.corry@gmail.comd6076d92011-06-06 09:39:18 +000031862011-06-06: Version 3.4.2
3187
3188 More work on ES-Harmony proxies. Still hidden behind a flag.
3189
3190 Fixed some crash bugs and improved performance.
3191
3192 Fixed building with gdb debugging support.
3193
3194 Do not install SIGPROF handler until it is needed.
3195
3196 Added DateTimeFormat to i18n API.
3197
3198 Fixed compilation on OpenBSD.
3199
3200 Take the ulimit into account when sizing the heap. OpenBSD users
3201 may still have to increase the default ulimit to run heavy pages in
3202 the browser.
3203
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00003204
ricow@chromium.orgd2be9012011-06-01 06:00:58 +000032052011-06-01: Version 3.4.1
3206
3207 Fixed JSON stringify issue with arrays.
3208
3209 Changed calls to JS builtins to be passed undefined when called with
3210 implicit receiver.
3211
3212 Implemented the set trap for Harmony proxies. Proxies still need to
3213 be enabled with the --harmony-proxies flag.
3214
3215
ricow@chromium.orgc54d3652011-05-30 09:20:16 +000032162011-05-30: Version 3.4.0
3217
3218 Changed calls to undefined property setters to not throw (issue 1355).
3219
3220 Made RegExp objects not callable.
3221
3222 Fixed issues on special case large JSON strings in new json parser
3223 (issues http://crbug.com/83877 and http://crbug.com/84186).
3224
3225 Performance improvements on all platforms.
3226
3227
danno@chromium.org40cb8782011-05-25 07:58:50 +000032282011-05-25: Version 3.3.10
3229
3230 Fixed calls of strict mode function with an implicit receiver.
3231
3232 Fixed fast handling of arrays to properly deal with changes to the
3233 Object prototype (issue 1403).
3234
3235 Changed strict mode poison pill to be the same type error function
3236 (issue 1387).
3237
3238 Fixed a debug crash in arguments object handling (issue 1227).
3239
3240 Fixed a bug in deoptimization on x64 (issue 1404).
3241
3242 Performance improvements and bug fixes on all platforms.
3243
3244
ager@chromium.orgea91cc52011-05-23 06:06:11 +000032452011-05-23: Version 3.3.9
3246
3247 Added DateTimeFormat class to experimental i18n API.
3248
3249 Extended preparser to give early errors for some strict mode
3250 restrictions.
3251
3252 Removed legacy execScript function from V8.
3253
3254 Extended isolate API with the ability to add embedder-specific
3255 data to an isolate.
3256
3257 Added basic support for polymorphic loads from JS and external
3258 arrays.
3259
3260 Fixed bug in handling of switch statements in the optimizing
3261 compiler.
3262
3263
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +000032642011-05-18: Version 3.3.8
3265
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003266 Added MarkIndependent to the persistent handle API. Independent
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003267 handles are independent of all other persistent handles and can be
3268 garbage collected more frequently.
3269
ager@chromium.orgea91cc52011-05-23 06:06:11 +00003270 Implemented the get trap for Harmony proxies. Proxies are enabled
kmillikin@chromium.orgc53e10d2011-05-18 09:12:58 +00003271 with the --harmony-proxies flag.
3272
3273 Performance improvements and bug fixes on all platforms.
3274
3275
vegorov@chromium.org7304bca2011-05-16 12:14:13 +000032762011-05-16: Version 3.3.7
3277
3278 Updated MIPS infrastructure files.
3279
3280 Performance improvements and bug fixes on all platforms.
3281
3282
karlklose@chromium.org83a47282011-05-11 11:54:09 +000032832011-05-11: Version 3.3.6
3284
3285 Updated MIPS infrastructure files.
3286
3287 Added method IsCallable for Object to the API.
3288 Patch by Peter Varga.
3289
3290
lrn@chromium.org1c092762011-05-09 09:42:16 +000032912011-05-09: Version 3.3.5
3292
3293 Fixed build on FreeBSD. Patch by Akinori MUSHA.
3294
3295 Added check that receiver is JSObject on API calls.
3296
3297 Implemented CallAsConstructor method for Object in the API (Issue 1348).
3298 Patch by Peter Varga.
3299
3300 Added CallAsFunction method to the Object class in the API (Issue 1336).
3301 Patch by Peter Varga.
3302
3303 Added per-isolate locking and unlocking.
3304
3305 Fixed bug in x64 >>> operator (Issue 1359).
3306
3307
fschneider@chromium.orgfb144a02011-05-04 12:43:48 +000033082011-05-04: Version 3.3.4
3309
3310 Implemented API to disallow code generation from strings for a context
3311 (issue 1258).
3312
3313 Fixed bug with whitespaces in parseInt (issue 955).
3314
3315 Fixed bug with == comparison of Date objects (issue 1356).
3316
3317 Added GYP variables for ARM code generation:
3318 v8_can_use_vfp_instructions, v8_can_use_unaligned_accesses
3319 and v8_use_arm_eabi_hardfloat.
3320
3321
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +000033222011-05-02: Version 3.3.3
3323
3324 Added support for generating Visual Studio solution and project files
3325 using GYP.
3326
3327 Implemented support for ARM EABI calling convention variation where
3328 floating-point arguments are passed in registers (hardfloat).
3329
3330 Added Object::HasOwnProperty() to the API.
3331
3332 Added support for compressing startup data to reduce binary size. This
3333 includes build time support and an API for the embedder to decompress
3334 the startup data before initializing V8.
3335
3336 Reduced the profiling hooks overhead from >400% to 25% when using
3337 ll_prof.
3338
3339 Performance improvements and bug fixes on all platforms.
3340
3341
erik.corry@gmail.com3847bd52011-04-27 10:38:56 +000033422011-04-27: Version 3.3.2
3343
3344 Fixed crash bug on ARM with no VFP3 hardware.
3345
3346 Fixed compilation of V8 without debugger support.
3347
3348 Improved performance on JSLint.
3349
3350 Added support Float64 WebGL arrays.
3351
3352 Fixed crash bug in regexp replace.
3353
sgjesse@chromium.org8e8294a2011-05-02 14:30:53 +00003354
ricow@chromium.orgdcebac02011-04-20 09:44:50 +000033552011-04-20: Version 3.3.1
3356
3357 Reduced V8 binary size by removing virtual functions from hydrogen.
3358
3359 Fixed crash bug on x64.
3360
3361 Performance improvements on ARM and IA32.
3362
3363
danno@chromium.org160a7b02011-04-18 15:51:38 +000033642011-04-18: Version 3.3.0
3365
3366 Fixed bug in floating point rounding in Crankshaft on ARM
3367 (issue 958)
3368
3369 Fixed a number of issues with running without VFPv3 support on ARM
3370 (issue 1315)
3371
3372 Introduced v8Locale.Collator, a partial implementation of Collator
3373 per last ECMAScript meeting + mailing list.
3374
3375 Minor performance improvements and bug fixes.
3376
3377
ager@chromium.orga9aa5fa2011-04-13 08:46:07 +000033782011-04-13: Version 3.2.10
3379
3380 Fixed bug in external float arrays on ARM (issue 1323).
3381
3382 Minor performance improvements and bug fixes.
3383
3384
karlklose@chromium.org44bc7082011-04-11 12:33:05 +000033852011-04-11: Version 3.2.9
3386
3387 Removed support for ABI prior to EABI on ARM.
3388
3389 Fixed multiple crash bugs.
3390
3391 Added GCMole to the repository, a simple static analysis tool that
3392 searches for GC-unsafe evaluation order dependent callsites.
3393
3394 Made preparser API be exported in shared libraries.
3395
3396 Fixed multiple issues in EcmaScript 5 strict mode implementation.
3397
3398 Fixed mutable __proto__ property if object is not extensible
3399 (Issue 1309).
3400
3401 Fixed auto suspension of the sampler thread.
3402
3403
vegorov@chromium.org74f333b2011-04-06 11:17:46 +000034042011-04-06: Version 3.2.8
3405
3406 Exposed WebGL typed array constructors in the shell sample.
3407
3408 Performance improvements on all platforms.
3409
3410
kmillikin@chromium.orgc36ce6e2011-04-04 08:25:31 +000034112011-04-04: Version 3.2.7
3412
3413 Disabled the original 'classic' V8 code generator. Crankshaft is
3414 now the default on all platforms.
3415
3416 Changed the heap profiler to use more descriptive names.
3417
3418 Performance and stability improvements to isolates on all platforms.
3419
3420
lrn@chromium.org7516f052011-03-30 08:52:27 +000034212011-03-30: Version 3.2.6
3422
3423 Fixed xcode build warning in shell.cc (out of order initialization).
3424
3425 Fixed null-pointer dereference in the compiler when running without
3426 SSE3 support (Chromium issue 77654).
3427
3428 Fixed x64 compilation error due to some dead code. (Issue 1286)
3429
3430 Introduced scons target to build the preparser stand-alone example.
3431
3432 Made FreeBSD build and pass all tests.
3433
3434
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +000034352011-03-28: Version 3.2.5
3436
lrn@chromium.org7516f052011-03-30 08:52:27 +00003437 Fixed build with Irregexp interpreter (issue 1266).
fschneider@chromium.org7979bbb2011-03-28 10:47:03 +00003438
3439 Added Crankshaft support for external arrays.
3440
3441 Fixed two potential crash bugs.
3442
3443
sgjesse@chromium.orgea88ce92011-03-23 11:19:56 +000034442011-03-23: Version 3.2.4
3445
3446 Added isolates which allows several V8 instances in the same process.
3447 This is controlled through the new Isolate class in the API.
3448
3449 Implemented more of EcmaScript 5 strict mode.
3450
3451 Reduced the time it takes to make detailed heap snapshot.
3452
3453 Added a number of commands to the ARM simulator and enhanced the ARM
3454 disassembler.
3455
3456
ricow@chromium.orgbadaffc2011-03-17 12:15:27 +000034572011-03-17: Version 3.2.3
3458
3459 Fixed a number of crash bugs.
3460
3461 Fixed Array::New(length) to return an array with a length (issue 1256).
3462
3463 Fixed FreeBSD build.
3464
3465 Changed __defineGetter__ to not throw (matching the behavior of Safari).
3466
3467 Implemented more of EcmaScript 5 strict mode.
3468
3469 Improved Crankshaft performance on all platforms.
3470
3471
whesse@chromium.orgb08986c2011-03-14 16:13:42 +000034722011-03-14: Version 3.2.2
3473
3474 Fixed a number of crash and correctness bugs.
3475
3476 Improved Crankshaft performance on all platforms.
3477
3478 Fixed Crankshaft on Solaris/Illumos.
3479
3480
danno@chromium.org4d3fe4e2011-03-10 10:14:28 +000034812011-03-10: Version 3.2.1
3482
3483 Fixed a number of crash bugs.
3484
3485 Improved Crankshaft for x64 and ARM.
3486
3487 Implemented more of EcmaScript 5 strict mode.
3488
3489
karlklose@chromium.org8f806e82011-03-07 14:06:08 +000034902011-03-07: Version 3.2.0
3491
3492 Fixed a number of crash bugs.
3493
3494 Turned on Crankshaft by default on x64 and ARM.
3495
3496 Improved Crankshaft for x64 and ARM.
3497
3498 Implemented more of EcmaScript 5 strict mode.
3499
3500
ager@chromium.org9ee27ae2011-03-02 13:43:26 +000035012011-03-02: Version 3.1.8
3502
3503 Fixed a number of crash bugs.
3504
3505 Improved Crankshaft for x64 and ARM.
3506
3507 Implemented more of EcmaScript 5 strict mode.
3508
3509 Fixed issue with unaligned reads and writes on ARM.
3510
3511 Improved heap profiler support.
3512
3513
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +000035142011-02-28: Version 3.1.7
3515
3516 Fixed a number of crash bugs.
3517
3518 Improved Crankshaft for x64 and ARM.
3519
ager@chromium.org9ee27ae2011-03-02 13:43:26 +00003520 Fixed implementation of indexOf/lastIndexOf for sparse
vegorov@chromium.org5d6c1f52011-02-28 13:13:38 +00003521 arrays (http://crbug.com/73940).
3522
3523 Fixed bug in map space compaction (http://crbug.com/59688).
3524
3525 Added support for direct getter accessors calls on ARM.
3526
3527
fschneider@chromium.org3a5fd782011-02-24 10:10:44 +000035282011-02-24: Version 3.1.6
3529
3530 Fixed a number of crash bugs.
3531
3532 Added support for Cygwin (issue 64).
3533
3534 Improved Crankshaft for x64 and ARM.
3535
3536 Added Crankshaft support for stores to pixel arrays.
3537
3538 Fixed issue in CPU profiler with Crankshaft.
3539
3540
kmillikin@chromium.org49edbdf2011-02-16 12:32:18 +000035412011-02-16: Version 3.1.5
3542
3543 Change RegExp parsing to disallow /(*)/.
3544
3545 Added GDB JIT support for ARM.
3546
3547 Fixed several crash bugs.
3548
3549 Performance improvements on the IA32 platform.
3550
3551
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +000035522011-02-14: Version 3.1.4
3553
3554 Fixed incorrect compare of prototypes of the global object (issue
3555 1082).
3556
3557 Fixed a bug in optimizing calls to global functions (issue 1106).
3558
3559 Made optimized Function.prototype.apply safe for non-JSObject first
3560 arguments (issue 1128).
3561
3562 Fixed an error related to element accessors on Object.prototype and
3563 parser errors (issue 1130).
3564
3565 Fixed a bug in sorting an array with large array indices (issue 1131).
3566
3567 Properly treat exceptions thrown while compiling (issue 1132).
3568
3569 Fixed bug in register requirements for function.apply (issue 1133).
3570
3571 Fixed a representation change bug in the Hydrogen graph construction
3572 (issue 1134).
3573
3574 Fixed the semantics of delete on parameters (issue 1136).
3575
3576 Fixed a optimizer bug related to moving instructions with side effects
3577 (issue 1138).
3578
3579 Added support for the global object in Object.keys (issue 1150).
3580
3581 Fixed incorrect value for Math.LOG10E
3582 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
3583
3584 Performance improvements on the IA32 platform.
3585
3586 Implement assignment to undefined reference in ES5 Strict Mode.
3587
3588
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +000035892011-02-09: Version 3.1.3
3590
3591 Fixed a bug triggered by functions with huge numbers of declared
3592 arguments.
3593
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003594 Fixed zap value aliasing a real object - debug mode only (issue 866).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003595
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003596 Fixed issue where Array.prototype.__proto__ had been set to null
3597 (issue 1121).
erik.corry@gmail.comd91075f2011-02-10 07:45:38 +00003598
3599 Fixed stability bugs in Crankshaft for x86.
3600
3601
ricow@chromium.org83aa5492011-02-07 12:42:56 +000036022011-02-07: Version 3.1.2
3603
3604 Added better security checks when accessing properties via
3605 Object.getOwnPropertyDescriptor.
3606
3607 Fixed bug in Object.defineProperty and related access bugs (issues
3608 992, 1083 and 1092).
3609
3610 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
3611 copyright notice generation for embedders.
3612
3613
kmillikin@chromium.org31b12772011-02-02 16:08:26 +000036142011-02-02: Version 3.1.1
3615
3616 Perform security checks before fetching the value in
3617 Object.getOwnPropertyDescriptor.
3618
3619 Fixed a bug in Array.prototype.splice triggered by passing no
3620 arguments.
3621
3622 Fixed bugs in -0 in arithmetic and in Math.pow.
3623
3624 Fixed bugs in the register allocator and in switching from optimized
3625 to unoptimized code.
3626
3627
36282011-01-31: Version 3.1.0
3629
whesse@chromium.org7a392b32011-01-31 11:30:36 +00003630 Performance improvements on all platforms.
3631
3632
ager@chromium.org378b34e2011-01-28 08:04:38 +000036332011-01-28: Version 3.0.12
3634
3635 Added support for strict mode parameter and object property
3636 validation.
3637
3638 Fixed a couple of crash bugs.
3639
3640
ager@chromium.org0ee099b2011-01-25 14:06:47 +000036412011-01-25: Version 3.0.11
3642
3643 Fixed a bug in deletion of lookup slots that could cause global
3644 variables to be accidentally deleted (http://crbug.com/70066).
3645
3646 Added support for strict mode octal literal verification.
3647
3648 Fixed a couple of crash bugs (issues 1070 and 1071).
3649
3650
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +000036512011-01-24: Version 3.0.10
3652
3653 Fixed External::Wrap for 64-bit addresses (issue 1037).
3654
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003655 Fixed incorrect .arguments variable proxy handling in the full
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003656 code generator (issue 1060).
3657
3658 Introduced partial strict mode support.
3659
sgjesse@chromium.org496c03a2011-02-14 12:05:43 +00003660 Changed formatting of recursive error messages to match Firefox and
3661 Safari (issue http://crbug.com/70334).
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003662
3663 Fixed incorrect rounding for float-to-integer conversions for external
ager@chromium.org0ee099b2011-01-25 14:06:47 +00003664 array types, which implement the Typed Array spec
vegorov@chromium.org0a4e9012011-01-24 12:33:13 +00003665 (issue http://crbug.com/50972).
3666
3667 Performance improvements on the IA32 platform.
3668
3669
erik.corry@gmail.com0511e242011-01-19 11:11:08 +000036702011-01-19: Version 3.0.9
3671
3672 Added basic GDB JIT Interface integration.
3673
3674 Make invalid break/continue statements a syntax error instead of a
3675 runtime error.
3676
3677
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000036782011-01-17: Version 3.0.8
3679
3680 Exposed heap size limit to the heap statistics gathered by
erik.corry@gmail.com0511e242011-01-19 11:11:08 +00003681 the GetHeapStatistics API.
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +00003682
3683 Wrapped external pointers more carefully (issue 1037).
3684
3685 Hardened the implementation of error objects to avoid setters
3686 intercepting the properties set then throwing an error.
3687
3688 Avoided trashing the FPSCR when calculating Math.floor on ARM.
3689
3690 Performance improvements on the IA32 platform.
3691
3692
36932011-01-10: Version 3.0.7
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003694
3695 Stopped calling inherited setters when creating object literals
3696 (issue 1015).
3697
3698 Changed interpretation of malformed \c? escapes in RegExp to match
3699 JSC.
3700
3701 Enhanced the command-line debugger interface and fixed some minor
3702 bugs in the debugger.
3703
3704 Performance improvements on the IA32 platform.
3705
3706
sgjesse@chromium.orgc6c57182011-01-17 12:24:25 +000037072011-01-05: Version 3.0.6
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003708
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003709 Allowed getters and setters on JSArray elements (issue 900).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003710
3711 Stopped JSON objects from hitting inherited setters (part of
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003712 issue 1015).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003713
3714 Allowed numbers and strings as names of getters/setters in object
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003715 initializer (issue 820).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003716
3717 Added use_system_v8 option to gyp (off by default), to make it easier
3718 for Linux distributions to ship with system-provided V8 library.
3719
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003720 Exported external array data accessors (issue 1016).
lrn@chromium.org5d00b602011-01-05 09:51:43 +00003721
3722 Added labelled thread names to help with debugging (on Linux).
3723
3724
fschneider@chromium.org9e3e0b62011-01-03 10:16:46 +000037252011-01-03: Version 3.0.5
3726
3727 Fixed a couple of cast errors for gcc-3.4.3.
3728
3729 Performance improvements in GC and IA32 code generator.
3730
3731
whesse@chromium.org023421e2010-12-21 12:19:12 +000037322010-12-21: Version 3.0.4
3733
3734 Added Date::ResetCache() to the API so that the cached values in the
3735 Date object can be reset to allow live DST / timezone changes.
3736
3737 Extended existing support for printing (while debugging) the contents
3738 of objects. Added support for printing objects from release builds.
3739
3740 Fixed V8 issues 989, 1006, and 1007.
3741
3742
ager@chromium.org5f0c45f2010-12-17 08:51:21 +000037432010-12-17: Version 3.0.3
3744
3745 Reapplied all changes for version 3.0.1.
3746
3747 Improved debugger protocol for remote debugging.
3748
3749 Added experimental support for using gyp to generate build files
3750 for V8.
3751
3752 Fixed implementation of String::Write in the API (issue 975).
3753
3754
lrn@chromium.org8541d772010-12-15 12:05:09 +000037552010-12-15: Version 3.0.2
3756
3757 Revert version 3.0.1 and patch 3.0.1.1.
3758
3759
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +000037602010-12-13: Version 3.0.1
3761
3762 Added support for an experimental internationalization API as an
3763 extension. This extension is disabled by default but can be enabled
3764 when building V8. The ECMAScript internationalization strawman is
3765 at http://wiki.ecmascript.org/doku.php?id=strawman:i18n_api.
3766
3767 Made RegExp character class parsing stricter. This mirrors a change
3768 to RegExp parsing in WebKit.
3769
3770 Fixed a bug in Object.defineProperty when used to change attributes
3771 of an existing property. It incorrectly set the property value to
3772 undefined (issue 965).
3773
3774 Fixed several different compilation failures on various platforms
3775 caused by the 3.0.0 release.
3776
3777 Optimized Math.pow so it can work on unboxed doubles.
3778
3779 Sped up quoting of JSON strings by removing one traversal of the
3780 string.
3781
3782
kasperl@chromium.orga5551262010-12-07 12:49:48 +000037832010-12-07: Version 3.0.0
3784
3785 Improved performance by (partially) addressing issue 957 on
3786 IA-32. Still needs more work for the other architectures.
3787
3788
ager@chromium.orgbeb25712010-11-29 08:02:25 +000037892010-11-29: Version 2.5.9
3790
3791 Fixed crashes during GC caused by partially initialize heap
3792 objects.
3793
3794 Fixed bug in process sample that caused memory leaks.
3795
3796 Improved performance on ARM by implementing missing stubs and
3797 inlining.
3798
3799 Improved heap profiler support.
3800
3801 Added separate seeding on Windows of the random number generator
3802 used internally by the compiler (issue 936).
3803
3804 Exposed API for getting the name of the function used to construct
3805 an object.
3806
3807 Fixed date parser to handle one and two digit millisecond
3808 values (issue 944).
3809
3810 Fixed number parsing to disallow space between sign and
3811 digits (issue 946).
3812
3813
vegorov@chromium.org21b5e952010-11-23 10:24:40 +000038142010-11-23: Version 2.5.8
3815
3816 Removed dependency on Gay's dtoa.
3817
3818 Improved heap profiler precision and speed.
3819
3820 Reduced overhead of callback invocations on ARM.
3821
3822
erik.corry@gmail.com4a6c3272010-11-18 12:04:40 +000038232010-11-18: Version 2.5.7
3824
3825 Fixed obscure evaluation order bug (issue 931).
3826
3827 Split the random number state between JavaScript and the private API.
3828
3829 Fixed performance bug causing GCs when generating stack traces on
3830 code from very large scripts.
3831
3832 Fixed bug in parser that allowed (foo):42 as a labelled statement
3833 (issue 918).
3834
3835 Provide more accurate results about used heap size via
3836 GetHeapStatistics.
3837
3838 Allow build-time customization of the max semispace size.
3839
3840 Made String.prototype.split honor limit when separator is empty
3841 (issue 929).
3842
3843 Added missing failure check after expecting an identifier in
3844 preparser (Chromium issue 62639).
3845
3846
ager@chromium.org01fe7df2010-11-10 11:59:11 +000038472010-11-10: Version 2.5.6
3848
3849 Added support for VFP rounding modes to the ARM simulator.
3850
3851 Fixed multiplication overflow bug (issue 927).
3852
3853 Added a limit for the amount of executable memory (issue 925).
3854
3855
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +000038562010-11-08: Version 2.5.5
3857
3858 Added more aggressive GC of external objects in near out-of-memory
3859 situations.
3860
3861 Fixed a bug that gave the incorrect result for String.split called
3862 on the empty string (issue 924).
3863
3864
lrn@chromium.orgfa943b72010-11-03 08:14:36 +000038652010-11-03: Version 2.5.4
3866
whesse@chromium.orgf0ac72d2010-11-08 12:47:26 +00003867 Improved V8 VFPv3 runtime detection to address issue 914.
lrn@chromium.orgfa943b72010-11-03 08:14:36 +00003868
3869
fschneider@chromium.orge03fb642010-11-01 12:34:09 +000038702010-11-01: Version 2.5.3
3871
3872 Fixed a bug that prevents constants from overwriting function values
3873 in object literals (issue 907).
3874
3875 Fixed a bug with reporting of impossible nested calls of DOM functions
3876 (issue http://crbug.com/60753).
3877
3878
lrn@chromium.org303ada72010-10-27 09:33:13 +000038792010-10-27: Version 2.5.2
3880
3881 Improved sampler resolution on Linux.
3882
3883 Allowed forcing the use of a simulator from the build script
3884 independently of the host architecture.
3885
kmillikin@chromium.orgd2c22f02011-01-10 08:15:37 +00003886 Fixed FreeBSD port (issue 912).
lrn@chromium.org303ada72010-10-27 09:33:13 +00003887
3888 Made windows-tick-processor respect D8_PATH.
3889
3890 Implemented --noinline-new flag fully on IA32, X64 and ARM platforms.
3891
3892
whesse@chromium.org4a5224e2010-10-20 12:37:07 +000038932010-10-20: Version 2.5.1
3894
3895 Fixed bug causing spurious out of memory exceptions
3896 (issue http://crbug.com/54580).
3897
3898 Fixed compilation error on Solaris platform (issue 901).
3899
3900 Fixed error in strtod (string to floating point number conversion)
3901 due to glibc's use of 80-bit floats in the FPU on 32-bit linux.
3902
3903 Adjusted randomized allocations of executable memory to have 64k
3904 granularity (issue http://crbug.com/56036).
3905
3906 Supported profiling using kernel perf_events on linux. Added ll_prof
3907 script to tools and --ll-prof flag to V8.
3908
3909
vegorov@chromium.org42841962010-10-18 11:18:59 +000039102010-10-18: Version 2.5.0
3911
3912 Fixed bug in cache handling of lastIndex on global regexps
3913 (issue http://crbug.com/58740).
3914
3915 Added USE_SIMULATOR macro that explicitly indicates that we wish to use
3916 the simulator as the execution engine (by Mark Lam <mark.lam@palm.com>
kmillikin@chromium.orgfacd82d2010-12-13 18:00:51 +00003917 from Hewlett-Packard Development Company, LP).
vegorov@chromium.org42841962010-10-18 11:18:59 +00003918
3919 Fixed compilation error on ARM with gcc 4.4 (issue 894).
3920
3921
39222010-10-13: Version 2.4.9
ager@chromium.orgb61a0d12010-10-13 08:35:23 +00003923
3924 Fixed a bug in the handling of conditional expressions in test
3925 contexts in compiler for top-level code.
3926
3927 Added "//@ sourceURL" information to the StackTrace API.
3928
3929 Exposed RegExp construction through the API.
3930
3931
ricow@chromium.orgeb7c1442010-10-04 08:54:21 +000039322010-10-04: Version 2.4.8
3933
3934 Fixed a bug in ResumeProfilerEx causing it to not always write out the
3935 whole snapshot (issue 868).
3936
3937 Performance improvements on all platforms.
3938
3939
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +000039402010-09-30: Version 2.4.7
3941
3942 Changed the command-line flag --max-new-space-size to be in kB and the
3943 flag --max-old-space-size to be in MB (previously they were in bytes).
3944
3945 Added Debug::CancelDebugBreak to the debugger API.
3946
3947 Fixed a bug in getters for negative numeric property names
3948 (https://bugs.webkit.org/show_bug.cgi?id=46689).
3949
3950 Performance improvements on all platforms.
3951
3952
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +000039532010-09-27: Version 2.4.6
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003954
whesse@chromium.org4a1fe7d2010-09-27 12:32:04 +00003955 Fixed assertion failure related to copy-on-write arrays (issue 876).
3956
3957 Fixed build failure of 64-bit V8 on Windows.
3958
3959 Fixed a bug in RegExp (issue http://crbug.com/52801).
3960
3961 Improved the profiler's coverage to cover more functions (issue 858).
3962
3963 Fixed error in shift operators on 64-bit V8
3964 (issue http://crbug.com/54521).
3965
3966
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +000039672010-09-22: Version 2.4.5
kmillikin@chromium.orgf05f2912010-09-30 10:07:24 +00003968
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003969 Changed the RegExp benchmark to exercise the regexp engine on different
3970 inputs by scrambling the input strings.
3971
3972 Fixed a bug in keyed loads on strings.
3973
3974 Fixed a bug with loading global function prototypes.
3975
3976 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
3977
3978 Performance improvements on all platforms.
3979
3980
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +000039812010-09-15: Version 2.4.4
3982
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003983 Fixed bug with hangs on very large sparse arrays.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003984
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003985 Now tries harder to free up memory when running out of space.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003986
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003987 Added heap snapshots to JSON format to API.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003988
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00003989 Recalibrated benchmarks.
erik.corry@gmail.comd88afa22010-09-15 12:33:05 +00003990
3991
sgjesse@chromium.org2ec107f2010-09-13 09:19:46 +000039922010-09-13: Version 2.4.3
3993
3994 Made Date.parse properly handle TZ offsets (issue 857).
3995
3996 Performance improvements on all platforms.
3997
3998
ager@chromium.org5b2fbee2010-09-08 06:38:15 +000039992010-09-08: Version 2.4.2
4000
4001 Fixed GC crash bug.
4002
4003 Fixed stack corruption bug.
4004
4005 Fixed compilation for newer C++ compilers that found Operand(0)
4006 ambiguous.
4007
4008
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +000040092010-09-06: Version 2.4.1
4010
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004011 Added the ability for an embedding application to receive a callback
4012 when V8 allocates (V8::AddMemoryAllocationCallback) or deallocates
4013 (V8::RemoveMemoryAllocationCallback) from the OS.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004014
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004015 Fixed several JSON bugs (including issue 855).
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004016
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004017 Fixed memory overrun crash bug triggered during V8's tick-based
4018 profiling.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004019
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004020 Performance improvements on all platforms.
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004021
4022
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +000040232010-09-01: Version 2.4.0
4024
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004025 Fixed bug in Object.freeze and Object.seal when Array.prototype or
4026 Object.prototype are changed (issue 842).
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004027
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004028 Updated Array.splice to follow Safari and Firefox when called
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004029 with zero arguments.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004030
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004031 Fixed a missing live register when breaking at keyed loads on ARM.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004032
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004033 Performance improvements on all platforms.
ricow@chromium.orgd236f4d2010-09-01 06:52:08 +00004034
4035
ricow@chromium.org65fae842010-08-25 15:26:24 +000040362010-08-25: Version 2.3.11
4037
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004038 Fixed bug in RegExp related to copy-on-write arrays.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004039
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004040 Refactored tools/test.py script, including the introduction of
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004041 VARIANT_FLAGS that allows specification of sets of flags with which
4042 all tests should be run.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004043
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004044 Fixed a bug in the handling of debug breaks in CallIC.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004045
ager@chromium.org5b2fbee2010-09-08 06:38:15 +00004046 Performance improvements on all platforms.
ricow@chromium.org65fae842010-08-25 15:26:24 +00004047
4048
erik.corry@gmail.com145eff52010-08-23 11:36:18 +000040492010-08-23: Version 2.3.10
4050
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004051 Fixed bug in bitops on ARM.
erik.corry@gmail.com145eff52010-08-23 11:36:18 +00004052
4053 Build fixes for unusual compilers.
4054
4055 Track high water mark for RWX memory.
4056
4057 Performance improvements on all platforms.
4058
4059
ricow@chromium.org0b9f8502010-08-18 07:45:01 +000040602010-08-18: Version 2.3.9
4061
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004062 Fixed compilation for ARMv4 on OpenBSD/FreeBSD.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004063
4064 Removed specialized handling of GCC 4.4 (issue 830).
4065
kmillikin@chromium.org3cdd9e12010-09-06 11:39:48 +00004066 Fixed DST cache to take into account the suspension of DST in
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004067 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
4068
ricow@chromium.org65fae842010-08-25 15:26:24 +00004069 Performance improvements on all platforms.
ricow@chromium.org0b9f8502010-08-18 07:45:01 +00004070
4071
ager@chromium.orgea4f62e2010-08-16 16:28:43 +000040722010-08-16: Version 2.3.8
4073
4074 Fixed build with strict aliasing on GCC 4.4 (issue 463).
4075
4076 Fixed issue with incorrect handling of custom valueOf methods on
4077 string wrappers (issue 760).
4078
4079 Fixed compilation for ARMv4 (issue 590).
4080
4081 Improved performance.
4082
4083
vegorov@chromium.org26c16f82010-08-11 13:41:03 +000040842010-08-11: Version 2.3.7
4085
4086 Reduced size of heap snapshots produced by heap profiler (issue 783).
4087
4088 Introduced v8::Value::IsRegExp method.
4089
4090 Fixed CPU profiler crash in start / stop sequence when non-existent
4091 name is passed (issue http://crbug.com/51594).
4092
4093 Introduced new indexed property query callbacks API (issue 816). This
4094 API is guarded by USE_NEW_QUERY_CALLBACK define and is disabled
4095 by default.
4096
4097 Removed support for object literal get/set with number/string
4098 property name.
4099
4100 Fixed handling of JSObject::elements in CalculateNetworkSize
4101 (issue 822).
4102
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004103 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004104
4105
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +000041062010-08-09: Version 2.3.6
4107
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004108 RegExp literals create a new object every time they are evaluated
4109 (issue 704).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004110
vegorov@chromium.org26c16f82010-08-11 13:41:03 +00004111 Object.seal and Object.freeze return the modified object (issue 809).
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004112
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004113 Fixed building using GCC 4.4.4.
lrn@chromium.orgc4e51ac2010-08-09 09:47:21 +00004114
4115
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +000041162010-08-04: Version 2.3.5
4117
4118 Added support for ES5 property names. Object initialisers and
4119 dot-notation property access now allows keywords. Also allowed
4120 non-identifiers after "get" or "set" in an object initialiser.
4121
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004122 Randomized the addresses of allocated executable memory on Windows.
sgjesse@chromium.orgc3a01972010-08-04 09:46:24 +00004123
4124
whesse@chromium.orge90029b2010-08-02 11:52:17 +000041252010-08-02: Version 2.3.4
4126
4127 Fixed problems in implementation of ES5 function.prototype.bind.
4128
4129 Fixed error when using apply with arguments object on ARM (issue 784).
4130
4131 Added setting of global flags to debugger protocol.
4132
4133 Fixed an error affecting cached results of sin and cos (issue 792).
4134
4135 Removed memory leak from a boundary case where V8 is not initialized.
4136
4137 Fixed issue where debugger could set breakpoints outside the body
4138 of a function.
4139
4140 Fixed issue in debugger when using both live edit and step in features.
4141
4142 Added Number-letter (Nl) category to Unicode tables. These characters
4143 can now be used in identifiers.
4144
4145 Fixed an assert failure on X64 (issue 806).
4146
4147 Performance improvements on all platforms.
4148
4149
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +000041502010-07-26: Version 2.3.3
4151
4152 Fixed error when building the d8 shell in a fresh checkout.
4153
4154 Implemented Function.prototype.bind (ES5 15.3.4.5).
4155
4156 Fixed an error in inlined stores on ia32.
4157
4158 Fixed an error when setting a breakpoint at the end of a function
4159 that does not end with a newline character.
4160
4161 Performance improvements on all platforms.
4162
4163
fschneider@chromium.orged78ffd2010-07-21 11:05:19 +000041642010-07-21: Version 2.3.2
4165
4166 Fixed compiler warnings when building with LLVM.
4167
4168 Fixed a bug with for-in applied to strings (issue 785).
4169
4170 Performance improvements on all platforms.
4171
whesse@chromium.orgba5a61b2010-07-26 11:44:40 +00004172
ricow@chromium.org4980dff2010-07-19 08:33:45 +000041732010-07-19: Version 2.3.1
4174
4175 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag.
4176
4177 Fixed bug related to code flushing while compiling a lazy
4178 compilable function (issue http://crbug.com/49099).
4179
4180 Performance improvements on all platforms.
4181
4182
ager@chromium.orgb5737492010-07-15 09:29:43 +000041832010-07-15: Version 2.3.0
4184
4185 Added ES5 Object.seal and Object.isSealed.
4186
4187 Added debugger API for scheduling debugger commands from a
4188 separate thread.
4189
4190
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +000041912010-07-14: Version 2.2.24
4192
4193 Added API for capturing stack traces for uncaught exceptions.
4194
4195 Fixed crash bug when preparsing from a non-external V8 string
4196 (issue 775).
4197
4198 Fixed JSON.parse bug causing input not to be converted to string
4199 (issue 764).
4200
4201 Added ES5 Object.freeze and Object.isFrozen.
4202
4203 Performance improvements on all platforms.
4204
4205
erik.corry@gmail.com4a2e25e2010-07-07 12:22:46 +000042062010-07-07: Version 2.2.23
4207
4208 API change: Convert Unicode code points outside the basic multilingual
4209 plane to the replacement character. Previous behavior was to silently
4210 truncate the value to 16 bits.
4211
4212 Fixed crash: handle all flat string types in regexp replace.
4213
4214 Prevent invalid pre-parsing data passed in through the API from
4215 crashing V8.
4216
4217 Performance improvements on all platforms.
4218
ager@chromium.org6a2b0aa2010-07-13 20:58:03 +00004219
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +000042202010-07-05: Version 2.2.22
4221
4222 Added ES5 Object.isExtensible and Object.preventExtensions.
4223
4224 Enabled building V8 as a DLL.
4225
4226 Fixed a bug in date code where -0 was not interpreted as 0
4227 (issue 736).
4228
4229 Performance improvements on all platforms.
4230
4231
lrn@chromium.org32d961d2010-06-30 09:09:34 +000042322010-06-30: Version 2.2.21
4233
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004234 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004235
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004236 Updated JSON.stringify to floor the space parameter (issue 753).
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004237
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004238 Updated the Mozilla test expectations to the newest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004239
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004240 Updated the ES5 Conformance Test expectations to the latest version.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004241
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004242 Updated the V8 benchmark suite.
lrn@chromium.org32d961d2010-06-30 09:09:34 +00004243
4244 Provide actual breakpoints locations in response to setBreakpoint
4245 and listBreakpoints requests.
4246
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004247
fschneider@chromium.org40b9da32010-06-28 11:29:21 +000042482010-06-28: Version 2.2.20
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004249
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004250 Fixed bug with for-in on x64 platform (issue 748).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004251
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004252 Fixed crash bug on x64 platform (issue 756).
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004253
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004254 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004255
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004256 Fixed a bug on ARM that caused the result of 1 << x to be
fschneider@chromium.org40b9da32010-06-28 11:29:21 +00004257 miscalculated for some inputs.
4258
4259 Performance improvements on all platforms.
4260
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004261
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +000042622010-06-23: Version 2.2.19
4263
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004264 Fixed bug that causes the build to break when profillingsupport=off
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004265 (issue 738).
4266
4267 Added expose-externalize-string flag for testing extensions.
4268
4269 Resolve linker issues with using V8 as a DLL causing a number of
4270 problems with unresolved symbols.
4271
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004272 Fixed build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not
ricow@chromium.org5ad5ace2010-06-23 09:06:43 +00004273 defined.
4274
4275 Performance improvements on all platforms.
4276
4277
whesse@chromium.org2c186ca2010-06-16 11:32:39 +000042782010-06-16: Version 2.2.18
4279
4280 Added API functions to retrieve information on indexed properties
4281 managed by the embedding layer. Fixes bug 737.
4282
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004283 Made ES5 Object.defineProperty support array elements. Fixes bug 619.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004284
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004285 Added heap profiling to the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004286
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004287 Removed old named property query from the API.
whesse@chromium.org2c186ca2010-06-16 11:32:39 +00004288
4289 Incremental performance improvements.
4290
4291
ager@chromium.org2cc82ae2010-06-14 07:35:38 +000042922010-06-14: Version 2.2.17
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004293
ager@chromium.org2cc82ae2010-06-14 07:35:38 +00004294 Improved debugger support for stepping out of functions.
4295
4296 Incremental performance improvements.
4297
4298
42992010-06-09: Version 2.2.16
4300
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004301 Removed the SetExternalStringDiposeCallback API. Changed the
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004302 disposal of external string resources to call a virtual Dispose
4303 method on the resource.
4304
kmillikin@chromium.org69ea3962010-07-05 11:01:40 +00004305 Added support for more precise break points when debugging and
vegorov@chromium.org2356e6f2010-06-09 09:38:56 +00004306 stepping.
4307
4308 Memory usage improvements on all platforms.
4309
4310
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +000043112010-06-07: Version 2.2.15
4312
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004313 Added an API to control the disposal of external string resources.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004314
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004315 Added missing initialization of a couple of variables which makes
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004316 some compilers complaint when compiling with -Werror.
4317
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004318 Improved performance on all platforms.
lrn@chromium.org1af7e1b2010-06-07 11:12:01 +00004319
4320
sgjesse@chromium.org82dbbab2010-06-02 08:57:44 +000043212010-06-02: Version 2.2.14
4322
4323 Fixed a crash in code generated for String.charCodeAt.
4324
4325 Fixed a compilation issue with some GCC versions (issue 727).
4326
4327 Performance optimizations on x64 and ARM platforms.
4328
4329
ricow@chromium.org30ce4112010-05-31 10:38:25 +000043302010-05-31: Version 2.2.13
4331
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004332 Implemented Object.getOwnPropertyDescriptor for element indices and
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004333 strings (issue 599).
4334
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004335 Fixed bug for windows 64 bit C calls from generated code.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004336
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004337 Added new scons flag unalignedaccesses for arm builds.
ricow@chromium.org30ce4112010-05-31 10:38:25 +00004338
4339 Performance improvements on all platforms.
4340
4341
kmillikin@chromium.org9155e252010-05-26 13:27:57 +000043422010-05-26: Version 2.2.12
4343
4344 Allowed accessors to be defined on objects rather than just object
4345 templates.
4346
4347 Changed the ScriptData API.
4348
4349
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +000043502010-05-21: Version 2.2.11
4351
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004352 Fixed crash bug in liveedit on 64 bit.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004353
4354 Use 'full compiler' when debugging is active. This should increase
4355 the density of possible break points, making single step more fine
4356 grained. This will only take effect for functions compiled after
4357 debugging has been started, so recompilation of all functions is
4358 required to get the full effect. IA32 and x64 only for now.
4359
4360 Misc. fixes to the Solaris build.
4361
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004362 Added new flags --print-cumulative-gc-stat and --trace-gc-nvp.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004363
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004364 Added filtering of CPU profiles by security context.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004365
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004366 Fixed crash bug on ARM when running without VFP2 or VFP3.
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004367
4368 Incremental performance improvements in all backends.
4369
4370
vegorov@chromium.orgdff694e2010-05-17 09:10:26 +000043712010-05-17: Version 2.2.10
4372
4373 Performance improvements in the x64 and ARM backends.
4374
4375
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +000043762010-05-10: Version 2.2.9
4377
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004378 Allowed Object.create to be called with a function (issue 697).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004379
4380 Fixed bug with Date.parse returning a non-NaN value when called on a
4381 non date string (issue 696).
4382
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004383 Allowed unaligned memory accesses on ARM targets that support it (by
erik.corry@gmail.com9dfbea42010-05-21 12:58:28 +00004384 Subrato K De of CodeAurora <subratokde@codeaurora.org>).
sgjesse@chromium.org720dc0b2010-05-10 09:25:39 +00004385
4386 C++ API for retrieving JavaScript stack trace information.
4387
4388
ager@chromium.orgac091b72010-05-05 07:34:42 +000043892010-05-05: Version 2.2.8
4390
4391 Performance improvements in the x64 and ARM backends.
4392
4393
kmillikin@chromium.org4111b802010-05-03 10:34:42 +000043942010-05-03: Version 2.2.7
4395
4396 Added support for ES5 date time string format to Date.parse.
4397
4398 Performance improvements in the x64 backend.
4399
4400
lrn@chromium.orgc34f5802010-04-28 12:53:43 +000044012010-04-28: Version 2.2.6
4402
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004403 Added "amd64" as recognized architecture in scons build script
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004404 (by Ryan Dahl <coldredlemur@gmail.com>).
4405
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004406 Fixed bug in String search and replace with very simple RegExps.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004407
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004408 Fixed bug in RegExp containing "\b^".
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004409
4410 Performance improvements on all platforms.
4411
kmillikin@chromium.org4111b802010-05-03 10:34:42 +00004412
fschneider@chromium.org013f3e12010-04-26 13:27:52 +000044132010-04-26: Version 2.2.5
4414
4415 Various performance improvements (especially for ARM and x64)
4416
4417 Fixed bug in CPU profiling (http://crbug.com/42137)
4418
4419 Fixed a bug with the natives cache.
lrn@chromium.orgc34f5802010-04-28 12:53:43 +00004420
4421 Fixed two bugs in the ARM code generator that can cause
fschneider@chromium.org013f3e12010-04-26 13:27:52 +00004422 wrong calculations.
4423
4424 Fixed a bug that may cause a wrong result for shift operations.
4425
4426
44272010-04-21: Version 2.2.4
ricow@chromium.orgc9c80822010-04-21 08:22:37 +00004428
4429 Fixed warnings on arm on newer GCC versions.
4430
4431 Fixed a number of minor bugs.
4432
4433 Performance improvements on all platforms.
4434
4435
whesse@chromium.orgb6e43bb2010-04-14 09:36:28 +000044362010-04-14: Version 2.2.3
4437
4438 Added stack command and mem command to ARM simulator debugger.
4439
4440 Fixed scons snapshot and ARM build, and Windows X64 build issues.
4441
4442 Performance improvements on all platforms.
4443
4444
ager@chromium.org357bf652010-04-12 11:30:10 +000044452010-04-12: Version 2.2.2
4446
4447 Introduced new profiler API.
4448
4449 Fixed random number generator to produce full 32 random bits.
4450
4451
lrn@chromium.org25156de2010-04-06 13:10:27 +000044522010-04-06: Version 2.2.1
4453
4454 Debugger improvements.
4455
4456 Fixed minor bugs.
4457
4458
ricow@chromium.orgaa1b6162010-03-29 07:44:58 +000044592010-03-29: Version 2.2.0
4460
4461 Fixed a few minor bugs.
4462
4463 Performance improvements for string operations.
4464
4465
ager@chromium.orgb26c50a2010-03-26 09:27:16 +000044662010-03-26: Version 2.1.10
4467
4468 Fixed scons build issues.
4469
4470 Fixed a couple of minor bugs.
4471
4472
sgjesse@chromium.orgdf7a2842010-03-25 14:34:15 +000044732010-03-25: Version 2.1.9
4474
4475 Added API support for reattaching a global object to a context.
4476
4477 Extended debugger API with access to the internal debugger context.
4478
4479 Fixed Chromium crashes (issues http://crbug.com/39128 and
4480 http://crbug.com/39160)
4481
4482
kmillikin@chromium.org5d8f0e62010-03-24 08:21:20 +000044832010-03-24: Version 2.1.8
4484
4485 Added fine-grained garbage collection callbacks to the API.
4486
4487 Performance improvements on all platforms.
4488
4489
whesse@chromium.orgcec079d2010-03-22 14:44:04 +000044902010-03-22: Version 2.1.7
4491
4492 Fixed issue 650.
4493
4494 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
fschneider@chromium.org086aac62010-03-17 13:18:24 +00004495
4496 Performance improvements for arithmetic operations.
4497
4498 Performance improvements for string operations.
4499
whesse@chromium.orgcec079d2010-03-22 14:44:04 +00004500 Print script name and line number information in stack trace.
4501
4502
45032010-03-17: Version 2.1.6
4504
4505 Performance improvements for arithmetic operations.
4506
4507 Performance improvements for string operations.
4508
4509
vegorov@chromium.orgf8372902010-03-15 10:26:20 +000045102010-03-10: Version 2.1.4
4511
4512 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
4513
4514 Performance improvements on all platforms.
4515
4516
ager@chromium.orgce5e87b2010-03-10 10:24:18 +000045172010-03-10: Version 2.1.3
4518
4519 Added API method for context-disposal notifications.
4520
4521 Added API method for accessing elements by integer index.
4522
4523 Added missing implementation of Uint32::Value and Value::IsUint32
4524 API methods.
4525
4526 Added IsExecutionTerminating API method.
4527
4528 Disabled strict aliasing for GCC 4.4.
4529
4530 Fixed string-concatenation bug (issue 636).
4531
4532 Performance improvements on all platforms.
4533
4534
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +000045352010-02-23: Version 2.1.2
4536
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004537 Fixed a crash bug caused by wrong assert.
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004538
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004539 Fixed a bug with register names on 64-bit V8 (issue 615).
fschneider@chromium.orgb95b98b2010-02-23 10:34:29 +00004540
4541 Performance improvements on all platforms.
4542
ager@chromium.orgce5e87b2010-03-10 10:24:18 +00004543
ager@chromium.org5c838252010-02-19 08:53:10 +000045442010-02-19: Version 2.1.1
4545
4546 [ES5] Implemented Object.defineProperty.
4547
4548 Improved profiler support.
4549
4550 Added SetPrototype method in the public V8 API.
4551
4552 Added GetScriptOrigin and GetScriptLineNumber methods to Function
4553 objects in the API.
4554
4555 Performance improvements on all platforms.
4556
4557
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +000045582010-02-03: Version 2.1.0
4559
4560 Values are now always wrapped in objects when used as a receiver.
4561 (issue 223).
4562
4563 [ES5] Implemented Object.getOwnPropertyNames.
4564
4565 [ES5] Restrict JSON.parse to only accept strings that conforms to the
4566 JSON grammar.
4567
4568 Improvement of debugger agent (issue 549 and 554).
4569
4570 Fixed problem with skipped stack frame in profiles (issue 553).
4571
4572 Solaris support by Erich Ocean <erich.ocean@me.com> and Ryan Dahl
4573 <ry@tinyclouds.org>.
4574
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004575 Fixed a bug that Math.round() returns incorrect results for huge
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004576 integers.
4577
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004578 Fixed enumeration order for objects created from some constructor
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004579 functions (isue http://crbug.com/3867).
4580
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004581 Fixed arithmetic on some integer constants (issue 580).
sgjesse@chromium.orgb302e562010-02-03 11:26:59 +00004582
4583 Numerous performance improvements including porting of previous IA-32
4584 optimizations to x64 and ARM architectures.
4585
4586
fschneider@chromium.org0c20e672010-01-14 15:28:53 +000045872010-01-14: Version 2.0.6
4588
4589 Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
4590 GetOwnProperty, FromPropertyDescriptor.
4591
4592 Fixed Mac x64 build errors.
4593
4594 Improved performance of some math and string operations.
4595
4596 Improved performance of some regexp operations.
4597
4598 Improved performance of context creation.
4599
4600 Improved performance of hash tables.
4601
4602
sgjesse@chromium.org846fb742009-12-18 08:56:33 +000046032009-12-18: Version 2.0.5
4604
4605 Extended to upper limit of map space to allow for 7 times as many map
4606 to be allocated (issue 524).
4607
4608 Improved performance of code using closures.
4609
4610 Improved performance of some binary operations involving doubles.
4611
4612
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +000046132009-12-16: Version 2.0.4
4614
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004615 Added ECMAScript 5 Object.create.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004616
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004617 Improved performance of Math.max and Math.min.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004618
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004619 Optimized adding of strings on 64-bit platforms.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004620
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004621 Improved handling of external strings by using a separate table
4622 instead of weak handles. This improves garbage collection
4623 performance and uses less memory.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004624
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004625 Changed code generation for object and array literals in toplevel
4626 code to be more compact by doing more work in the runtime.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004627
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004628 Fixed a crash bug triggered when garbage collection happened during
4629 generation of a callback load inline cache stub.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004630
sgjesse@chromium.org846fb742009-12-18 08:56:33 +00004631 Fixed crash bug sometimes triggered when local variables shadowed
4632 parameters in functions that used the arguments object.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004633
4634
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +000046352009-12-03: Version 2.0.3
4636
4637 Optimized handling and adding of strings, for-in and Array.join.
4638
4639 Heap serialization is now non-destructive.
4640
4641 Improved profiler support with information on time spend in C++
4642 callbacks registered through the API.
4643
4644 Added commands to the debugger protocol for starting/stopping
4645 profiling.
4646
4647 Enabled the non-optimizing compiler for top-level code.
4648
4649 Changed the API to only allow strings to be set as data objects on
4650 Contexts and scripts to avoid potentially keeping global objects
4651 around for too long (issue 528).
4652
4653 OpenBSD support patch by Peter Valchev <pvalchev@gmail.com>.
4654
4655 Fixed bugs.
4656
4657
ager@chromium.org01beca72009-11-24 14:29:16 +000046582009-11-24: Version 2.0.2
4659
4660 Improved profiler support.
4661
4662 Fixed bug that broke compilation of d8 with readline support.
4663
4664
ager@chromium.org6141cbe2009-11-20 12:14:52 +000046652009-11-20: Version 2.0.1
4666
4667 Fixed crash bug in String.prototype.replace.
4668
4669 Reverted a change which caused Chromium interactive ui test
4670 failures.
4671
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004672
ager@chromium.orgc4c92722009-11-18 14:12:51 +000046732009-11-18: Version 2.0.0
4674
4675 Added support for VFP on ARM.
4676
4677 Added TryCatch::ReThrow method to the API.
4678
4679 Reduced the size of snapshots and improved the snapshot load time.
4680
4681 Improved heap profiler support.
4682
4683 64-bit version now supported on Windows.
4684
4685 Fixed a number of debugger issues.
4686
4687 Fixed bugs.
4688
4689
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +000046902009-10-29: Version 1.3.18
4691
4692 Reverted a change which caused crashes in RegExp replace.
4693
sgjesse@chromium.orgac6aa172009-12-04 12:29:05 +00004694 Reverted a change which caused Chromium ui_tests failure.
sgjesse@chromium.orgf1e73132009-10-29 14:46:49 +00004695
4696
ager@chromium.org3811b432009-10-28 14:53:37 +000046972009-10-28: Version 1.3.17
4698
4699 Added API method to get simple heap statistics.
4700
4701 Improved heap profiler support.
4702
4703 Fixed the implementation of the resource constraint API so it
4704 works when using snapshots.
4705
4706 Fixed a number of issues in the Windows 64-bit version.
4707
4708 Optimized calls to API getters.
4709
4710 Added valgrind notification on code modification to the 64-bit version.
4711
4712 Fixed issue where we logged shared library addresses on Windows at
4713 startup and never used them.
4714
4715
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +000047162009-10-16: Version 1.3.16
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004717
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004718 X64: Convert smis to holding 32 bits of payload.
4719
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004720 Introduced v8::Integer::NewFromUnsigned method.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004721
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004722 Added missing null check in Context::GetCurrent.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004723
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004724 Added trim, trimLeft and trimRight methods to String
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004725 Patch by Jan de Mooij <jandemooij@gmail.com>
4726
4727 Implement ES5 Array.isArray
4728 Patch by Jan de Mooij <jandemooij@gmail.com>
4729
4730 Skip access checks for hidden properties.
4731
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004732 Added String::Concat(Handle<String> left, Handle<String> right) to the
4733 V8 API.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004734
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004735 Fixed GYP-based builds of V8.
christian.plesner.hansen@gmail.com9d58c2b2009-10-16 11:48:38 +00004736
4737
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +000047382009-10-07: Version 1.3.15
4739
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004740 Expanded the maximum size of the code space to 512MB for 64-bit mode.
sgjesse@chromium.org152a0b02009-10-07 13:50:16 +00004741
4742 Fixed a crash bug happening when starting profiling (issue
4743 http://crbug.com/23768).
4744
4745
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +000047462009-10-07: Version 1.3.14
4747
4748 Added GetRealNamedProperty to the API to lookup real properties
4749 located on the object or in the prototype chain skipping any
4750 interceptors.
4751
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004752 Fixed the stack limits setting API to work correctly with threads. The
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004753 stack limit now needs to be set to each thread thich is used with V8.
4754
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004755 Removed the high-priority flag from IdleNotification()
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004756
4757 Ensure V8 is initialized before locking and unlocking threads.
4758
4759 Implemented a new JavaScript minifier for compressing the source of
ager@chromium.org3811b432009-10-28 14:53:37 +00004760 the built-in JavaScript. This removes non-Open Source code from Douglas
sgjesse@chromium.orgc5145742009-10-07 09:00:33 +00004761 Crockford from the project.
4762
4763 Added a missing optimization in StringCharAt.
4764
4765 Fixed some flaky socket tests.
4766
4767 Change by Alexander Botero-Lowry to fix profiler sampling on FreeBSD
4768 in 64-bit mode.
4769
4770 Fixed memory leaks in the thread management code.
4771
4772 Fixed the result of assignment to a pixel array. The assigned value
4773 is now the result.
4774
4775 Error reporting for invalid left-hand sides in for-in statements, pre-
4776 and postfix count expressions, and assignments now matches the JSC
4777 behavior in Safari 4.
4778
4779 Follow the spec in disallowing function declarations without a name.
4780
4781 Always allocate code objects within a 2 GB range. On x64 architecture
4782 this is used to use near calls (32-bit displacement) in Code objects.
4783
4784 Optimized array construction ported to x64 and ARM architectures.
4785
4786 [ES5] Changed Object.keys to return strings for element indices.
4787
4788
ager@chromium.org68e7ab72009-09-23 09:40:39 +000047892009-09-23: Version 1.3.13
4790
4791 Fixed uninitialized memory problem.
4792
4793 Improved heap profiler support.
4794
4795
christian.plesner.hansen@gmail.com2bc58ef2009-09-22 10:00:30 +000047962009-09-22: Version 1.3.12
4797
4798 Changed behavior of |function|.toString() on built-in functions to
4799 be compatible with other implementations. Patch by Jan de Mooij.
4800
4801 Added Object::IsDirty in the API.
4802
4803 Optimized array construction; it is now handled purely in native
4804 code.
4805
4806 [ES5] Made properties of the arguments array enumerable.
4807
4808 [ES5] Added test suite adapter for the es5conform test suite.
4809
4810 [ES5] Added Object.keys function.
4811
ager@chromium.org68e7ab72009-09-23 09:40:39 +00004812
ager@chromium.org4af710e2009-09-15 12:20:11 +000048132009-09-15: Version 1.3.11
4814
4815 Fixed crash in error reporting during bootstrapping.
4816
4817 Optimized generated IA32 math code by using SSE2 instructions when
4818 available.
4819
4820 Implemented missing pieces of debugger infrastructure on ARM. The
4821 debugger is now fully functional on ARM.
4822
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004823 Made 'hidden' the default visibility for gcc.
ager@chromium.org4af710e2009-09-15 12:20:11 +00004824
4825
ager@chromium.orga1645e22009-09-09 19:27:10 +000048262009-09-09: Version 1.3.10
4827
4828 Fixed profiler on Mac in 64-bit mode.
4829
4830 Optimized creation of objects from simple constructor functions on
4831 ARM.
4832
4833 Fixed a number of debugger issues.
4834
4835 Reduced the amount of memory consumed by V8.
4836
4837
ager@chromium.org18ad94b2009-09-02 08:22:29 +000048382009-09-02: Version 1.3.9
4839
4840 Optimized stack guard checks on ARM.
4841
4842 Optimized API operations by inlining more in the API.
4843
4844 Optimized creation of objects from simple constructor functions.
4845
4846 Enabled a number of missing optimizations in the 64-bit port.
4847
4848 Implemented native-code support for regular expressions on ARM.
4849
4850 Stopped using the 'sahf' instruction on 64-bit machines that do
4851 not support it.
4852
4853 Fixed a bug in the support for forceful termination of JavaScript
4854 execution.
4855
4856
ager@chromium.org96c75b52009-08-26 09:13:16 +000048572009-08-26: Version 1.3.8
4858
4859 Changed the handling of idle notifications to allow idle
4860 notifications when V8 has not yet been initialized.
4861
4862 Fixed ARM simulator compilation problem on Windows.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004863
ager@chromium.org96c75b52009-08-26 09:13:16 +00004864
ager@chromium.orgab99eea2009-08-25 07:05:41 +000048652009-08-25: Version 1.3.7
4866
4867 Reduced the size of generated code on ARM platforms by reducing
4868 the size of constant pools.
4869
4870 Changed build files to not include the 'ENV' user environment
4871 variable in the build environment.
4872
4873 Changed the handling of idle notifications.
4874
4875
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +000048762009-08-21: Version 1.3.6
4877
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004878 Added support for forceful termination of JavaScript execution.
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004879
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004880 Added low memory notification to the API. The embedding host can signal
sgjesse@chromium.orgc81c8942009-08-21 10:54:26 +00004881 a low memory situation to V8.
4882
4883 Changed the handling of global handles (persistent handles in the API
4884 sense) to avoid issues regarding allocation of new global handles
4885 during weak handle callbacks.
4886
4887 Changed the growth policy of the young space.
4888
4889 Fixed a GC issue introduced in version 1.3.5.
4890
4891
sgjesse@chromium.org911335c2009-08-19 12:59:44 +000048922009-08-19: Version 1.3.5
4893
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004894 Optimized initialization of some arrays in the builtins.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004895
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004896 Fixed mac-nm script to support filenames with spaces.
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004897
4898 Support for using the V8 profiler when V8 is embedded in a Windows DLL.
4899
4900 Changed typeof RegExp from 'object' to 'function' for compatibility.
4901 Fixed bug where regexps were not callable across contexts.
4902
4903 Added context independent script compilation to the API.
4904
4905 Added API call to get the stack trace for an exception.
4906
4907 Added API for getting object mirrors.
4908
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004909 Made sure that SSE3 instructions are used whenever possible even when
sgjesse@chromium.org911335c2009-08-19 12:59:44 +00004910 running off a snapshot generated without using SSE3 instructions.
4911
4912 Tweaked the handling of the initial size and growth policy of the heap.
4913
4914 Added native code generation for RegExp to 64-bit version.
4915
4916 Added JavaScript debugger support to 64-bit version.
4917
4918
ager@chromium.orgadd848f2009-08-13 12:44:13 +000049192009-08-13: Version 1.3.4
4920
4921 Added a readline() command to the d8 shell.
4922
4923 Fixed bug in json parsing.
4924
4925 Added idle notification to the API and reduced memory on idle
4926 notifications.
4927
4928
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +000049292009-08-12: Version 1.3.3
4930
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004931 Fixed issue 417: incorrect %t placeholder expansion.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004932
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004933 Added .gitignore file similar to Chromium's one.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004934
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004935 Fixed SConstruct file to build with new logging code for Android.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004936
4937 API: added function to find instance of template in prototype
4938 chain. Inlined Object::IsInstanceOf.
4939
4940 Land change to notify valgrind when we modify code on x86.
4941
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004942 Added api call to determine whether a string can be externalized.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004943
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00004944 Added a write() command to d8.
christian.plesner.hansen@gmail.com5a6af922009-08-12 14:20:51 +00004945
4946
sgjesse@chromium.orgb9d7da12009-08-05 08:38:10 +000049472009-08-05: Version 1.3.2
4948
4949 Started new compiler infrastructure for two-pass compilation using a
4950 control flow graph constructed from the AST.
4951
4952 Profiler stack sampling for X64.
4953
4954 Safe handling of NaN to Posix platform-dependent time functions.
4955
4956 Added a new profiler control API to unify controlling various aspects
4957 of profiling.
4958
4959 Fixed issue 392.
4960
4961
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +000049622009-07-30: Version 1.3.1
4963
4964 Speed improvements to accessors and interceptors.
4965
4966 Added support for capturing stack information on custom errors.
4967
4968 Added support for morphing an object into a pixel array where its
4969 indexed properties are stored in an external byte array. Values written
4970 are always clamped to the 0..255 interval.
4971
4972 Profiler on x64 now handles C/C++ functions from shared libraries.
4973
4974 Changed the debugger to avoid stepping into function.call/apply if the
4975 function is a built-in.
4976
4977 Initial implementation of constructor heap profile for JS objects.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004978
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004979 More fine grained control of profiling aspects through the API.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00004980
sgjesse@chromium.org0b6db592009-07-30 14:48:31 +00004981 Optimized the called as constructor check for API calls.
4982
4983
kasperl@chromium.orge959c182009-07-27 08:59:04 +000049842009-07-27: Version 1.3.0
4985
4986 Allowed RegExp objects to be called as functions (issue 132).
4987
4988 Fixed issue where global property cells would escape after
4989 detaching the global object; see http://crbug.com/16276.
4990
4991 Added support for stepping into setters and getters in the
4992 debugger.
4993
4994 Changed the debugger to avoid stopping in its own JavaScript code
4995 and in the code of built-in functions.
4996
4997 Fixed issue 345 by avoiding duplicate escaping labels.
4998
4999 Fixed ARM code generator crash in short-circuited boolean
5000 expressions and added regression tests.
5001
5002 Added an external allocation limit to avoid issues where small V8
5003 objects would hold on to large amounts of external memory without
5004 causing garbage collections.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005005
5006 Finished more of the inline caching stubs for x64 targets.
kasperl@chromium.orge959c182009-07-27 08:59:04 +00005007
5008
kasperl@chromium.orgdefbd102009-07-13 14:04:26 +000050092009-07-13: Version 1.2.14
5010
5011 Added separate paged heap space for global property cells and
5012 avoid updating the write barrier when storing into them.
5013
5014 Improved peep-hole optimization on ARM platforms by not emitting
5015 unnecessary debug information.
5016
5017 Re-enabled ICs for loads and calls that skip a global object
5018 during lookup through the prototype chain.
5019
5020 Allowed access through global proxies to use ICs.
5021
5022 Fixed issue 401.
5023
5024
kasperl@chromium.org68ac0092009-07-09 06:00:35 +000050252009-07-09: Version 1.2.13
5026
5027 Fixed issue 397, issue 398, and issue 399.
5028
5029 Added support for breakpoint groups.
5030
5031 Fixed bugs introduced with the new global object representation.
5032
5033 Fixed a few bugs in the ARM code generator.
5034
5035
kasperl@chromium.org86f77b72009-07-06 08:21:57 +000050362009-07-06: Version 1.2.12
5037
5038 Added stack traces collection to Error objects accessible through
5039 the e.stack property.
5040
5041 Changed RegExp parser to use a recursive data structure instead of
5042 stack-based recursion.
5043
5044 Optimized Date object construction and string concatenation.
5045
5046 Improved performance of div, mod, and mul on ARM platforms.
5047
5048
kasperl@chromium.org2abc4502009-07-02 07:00:29 +000050492009-07-02: Version 1.2.11
5050
5051 Improved performance on IA-32 and ARM.
5052
5053 Fixed profiler sampler implementation on Mac OS X.
5054
5055 Changed the representation of global objects to improve
5056 performance of adding a lot of new properties.
5057
5058
ager@chromium.org3e875802009-06-29 08:26:34 +000050592009-06-29: Version 1.2.10
5060
5061 Improved debugger support.
5062
5063 Fixed bug in exception message reporting (issue 390).
5064
5065 Improved overall performance.
5066
5067
ager@chromium.org5aa501c2009-06-23 07:57:28 +000050682009-06-23: Version 1.2.9
5069
5070 Improved math performance on ARM.
5071
5072 Fixed profiler name-inference bug.
5073
5074 Fixed handling of shared libraries in the profiler tick processor
5075 scripts.
5076
5077 Fixed handling of tests that time out in the test scripts.
5078
5079 Fixed compilation on MacOS X version 10.4.
5080
5081 Fixed two bugs in the regular expression engine.
5082
5083 Fixed a bug in the string type inference.
5084
5085 Fixed a bug in the handling of 'constant function' properties.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005086
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005087 Improved overall performance.
kmillikin@chromium.org13bd2942009-12-16 15:36:05 +00005088
ager@chromium.org5aa501c2009-06-23 07:57:28 +00005089
ager@chromium.orgeadaf222009-06-16 09:43:10 +000050902009-06-16: Version 1.2.8
5091
5092 Optimized math on ARM platforms.
5093
5094 Fixed two crash bugs in the handling of getters and setters.
5095
5096 Improved the debugger support by adding scope chain information.
5097
5098 Improved the profiler support by compressing log data transmitted
5099 to clients.
5100
5101 Improved overall performance.
5102
5103
ager@chromium.orge2902be2009-06-08 12:21:35 +000051042009-06-08: Version 1.2.7
5105
5106 Improved debugger and profiler support.
5107
5108 Reduced compilation time by improving the handling of deferred
5109 code.
5110
5111 Optimized interceptor accesses where the property is on the object
5112 on which the interceptors is attached.
5113
5114 Fixed compilation problem on GCC 4.4 by changing the stack
5115 alignment to 16 bytes.
5116
5117 Fixed handle creation to follow stric aliasing rules.
5118
5119 Fixed compilation on FreeBSD.
5120
5121 Introduced API for forcing the deletion of a property ignoring
5122 interceptors and attributes.
5123
5124
sgjesse@chromium.org755c5b12009-05-29 11:04:38 +000051252009-05-29: Version 1.2.6
5126
5127 Added a histogram recording hit rates at different levels of the
5128 compilation cache.
5129
5130 Added stack overflow check for the RegExp analysis phase. Previously a
5131 very long regexp graph could overflow the stack with recursive calls.
5132
5133 Use a dynamic buffer when collecting log events in memory.
5134
5135 Added start/stop events to the profiler log.
5136
5137 Fixed infinite loop which could happen when setting a debug break while
5138 executing a RegExp compiled to native code.
5139
5140 Fixed handling of lastIndexOf called with negative index (issue 351).
5141
5142 Fixed irregular crash in profiler test (issue 358).
5143
5144 Fixed compilation issues with some versions of gcc.
5145
5146
kasperl@chromium.org71affb52009-05-26 05:44:31 +000051472009-05-26: Version 1.2.5
5148
5149 Fixed bug in initial boundary check for Boyer-Moore text
5150 search (issue 349).
5151
5152 Fixed compilation issues with MinGW and gcc 4.3+ and added support
5153 for armv7 and cortex-a8 architectures. Patches by Lei Zhang and
5154 Craig Schlenter.
5155
5156 Added a script cache to the debugger.
5157
5158 Optimized compilation performance by improving internal data
5159 structures and avoiding expensive property load optimizations for
5160 code that's infrequently executed.
5161
5162 Exposed the calling JavaScript context through the static API
5163 function Context::GetCalling().
5164
5165
kasperl@chromium.orgb3284ad2009-05-18 06:12:45 +000051662009-05-18: Version 1.2.4
5167
5168 Improved performance of floating point number allocation for ARM
5169 platforms.
5170
5171 Fixed crash when using the instanceof operator on functions with
5172 number values in their prototype chain (issue 341).
5173
5174 Optimized virtual frame operations in the code generator to speed
5175 up compilation time and allocated the frames in the zone.
5176
5177 Made the representation of virtual frames and jump targets in the
5178 code generator much more compact.
5179
5180 Avoided linear search for non-locals in scope code when resolving
5181 variables inside with and eval scopes.
5182
5183 Optimized lexical scanner by dealing with whitespace as part of
5184 the token scanning instead of as a separate step before it.
5185
5186 Changed the scavenging collector so that promoted objects do not
5187 reside in the old generation while their remembered set is being
5188 swept for pointers into the young generation.
5189
5190 Fixed numeric overflow handling when compiling count operations.
5191
5192
ager@chromium.org9085a012009-05-11 19:22:57 +000051932009-05-11: Version 1.2.3
5194
5195 Fixed bug in reporting of out-of-memory situations.
5196
5197 Introduced hidden prototypes on certain builtin prototype objects
5198 such as String.prototype to emulate JSC's behavior of restoring
5199 the original function when deleting functions from those prototype
5200 objects.
5201
5202 Fixed crash bug in the register allocator.
5203
5204
ager@chromium.org5ec48922009-05-05 07:25:34 +000052052009-05-04: Version 1.2.2
5206
5207 Fixed bug in array sorting for sparse arrays (issue 326).
5208
5209 Added support for adding a soname when building a shared library
5210 on Linux (issue 151).
5211
5212 Fixed bug caused by morphing internal ASCII strings to external
5213 two-byte strings. Slices over ASCII strings have to forward ASCII
5214 checks to the underlying buffer string.
5215
5216 Allowed API call-as-function handlers to be called as
5217 constructors.
5218
5219 Fixed a crash bug where an external string was disposed but a
5220 slice of the external string survived as a symbol.
5221
5222
ager@chromium.org3a37e9b2009-04-27 09:26:21 +000052232009-04-27: Version 1.2.1
5224
5225 Added EcmaScript 5 JSON object.
5226
fschneider@chromium.orgc20610a2010-09-22 09:44:58 +00005227 Fixed bug in preemption support on ARM.
ager@chromium.org3a37e9b2009-04-27 09:26:21 +00005228
5229
ager@chromium.org65dad4b2009-04-23 08:48:43 +000052302009-04-23: Version 1.2.0
5231
5232 Optimized floating-point operations on ARM.
5233
5234 Added a number of extensions to the debugger API.
5235
5236 Changed the enumeration order for unsigned integer keys to always
5237 be numerical order.
5238
5239 Added a "read" extension to the shell sample.
5240
5241 Added support for Array.prototype.reduce and
5242 Array.prototype.reduceRight.
5243
5244 Added an option to the SCons build to control Microsoft Visual C++
5245 link-time code generation.
5246
5247 Fixed a number of bugs (in particular issue 315, issue 316,
5248 issue 317 and issue 318).
5249
5250
kasperl@chromium.org2d18d102009-04-15 13:27:32 +000052512009-04-15: Version 1.1.10
5252
5253 Fixed crash bug that occurred when loading a const variable in the
5254 presence of eval.
5255
5256 Allowed using with and eval in registered extensions in debug mode
5257 by fixing bogus assert.
5258
5259 Fixed the source position for function returns to enable the
5260 debugger to break there.
5261
5262
kasperl@chromium.orgd1e3e722009-04-14 13:38:25 +000052632009-04-14: Version 1.1.9
5264
5265 Made the stack traversal code in the profiler robust by avoiding
5266 to look into the heap.
5267
5268 Added name inferencing for anonymous functions to facilitate
5269 debugging and profiling.
5270
5271 Re-enabled stats timers in the developer shell (d8).
5272
5273 Fixed issue 303 by avoiding to shortcut cons-symbols.
5274
5275
kasperl@chromium.orgacae3782009-04-11 09:17:08 +000052762009-04-11: Version 1.1.8
5277
5278 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
5279
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005280 Fixed step-in handling for Function.prototype.apply and call in
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005281 the debugger (issue 269).
5282
5283 Fixed v8::Object::DeleteHiddenValue to not bail out when there
5284 are no hidden properties.
5285
ager@chromium.org65dad4b2009-04-23 08:48:43 +00005286 Added workaround for crash bug, where external symbol table
kasperl@chromium.orgacae3782009-04-11 09:17:08 +00005287 entries with deleted resources would lead to NPEs when looking
5288 up in the symbol table.
5289
5290
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +000052912009-04-07: Version 1.1.7
5292
5293 Added support for easily importing additional environment
5294 variables into the SCons build.
5295
5296 Optimized strict equality checks.
5297
5298 Fixed crash in indexed setters on objects without a corresponding
5299 getter (issue 298).
5300
5301 Re-enabled script compilation cache.
5302
5303
ager@chromium.org8682a592009-04-01 10:47:14 +000053042009-04-01: Version 1.1.6
5305
5306 Reverted an unsafe code generator change.
5307
5308
ager@chromium.org71daaf62009-04-01 07:22:49 +000053092009-04-01: Version 1.1.5
5310
5311 Fixed bug that caused function literals to not be optimized as
5312 much as other functions.
5313
5314 Improved profiler support.
5315
5316 Fixed a crash bug in connection with debugger unloading.
5317
5318 Fixed a crash bug in the code generator caused by losing the
5319 information that a frame element was copied.
5320
5321 Fixed an exception propagation bug that could cause non-null
5322 return values when exceptions were thrown.
5323
5324
ager@chromium.org41826e72009-03-30 13:30:57 +000053252009-03-30: Version 1.1.4
5326
5327 Optimized String.prototype.match.
5328
5329 Improved the stack information in profiles.
5330
5331 Fixed bug in ARM port making it possible to compile the runtime
5332 system for thumb mode again.
5333
5334 Implemented a number of optimizations in the code generator.
5335
5336 Fixed a number of memory leaks in tests.
5337
5338 Fixed crash bug in connection with script source code and external
kasperl@chromium.org8ccb0be2009-04-07 07:21:39 +00005339 strings.
ager@chromium.org41826e72009-03-30 13:30:57 +00005340
5341
kasperl@chromium.orgf5aa8372009-03-24 14:47:14 +000053422009-03-24: Version 1.1.3
5343
5344 Fixed assertion failures in compilation of loop conditions.
5345
5346 Removed STL dependency from developer shell (d8).
5347
5348 Added infrastructure for protecting the V8 heap from corruption
5349 caused by memory modifications from the outside.
5350
5351
ager@chromium.orgbb29dc92009-03-24 13:25:23 +000053522009-03-24: Version 1.1.2
5353
5354 Improved frame merge code generated by the code generator.
5355
5356 Optimized String.prototype.replace.
5357
5358 Implemented __defineGetter__ and __defineSetter__ for properties
5359 with integer keys on non-array objects.
5360
5361 Improved debugger and profiler support.
5362
5363 Fixed a number of portability issues to allow compilation for
5364 smaller ARM devices.
5365
5366 Exposed object cloning through the API.
5367
5368 Implemented hidden properties. This is used to expose an identity
5369 hash for objects through the API.
5370
5371 Implemented restarting of regular expressions if their input
5372 string changes representation during preemption.
5373
5374 Fixed a code generator bug that could cause assignments in loops
5375 to be ignored if using continue to break out of the loop (issue
5376 284).
5377
5378
ager@chromium.org3a6061e2009-03-12 14:24:36 +000053792009-03-12: Version 1.1.1
5380
5381 Fixed an assertion in the new compiler to take stack overflow
5382 exceptions into account.
5383
5384 Removed exception propagation code that could cause crashes.
5385
5386 Fixed minor bug in debugger line number computations.
5387
5388 8-byte align the C stack on Linux and Windows to speed up floating
5389 point computations.
5390
5391
kasperl@chromium.org7be3c992009-03-12 07:19:55 +000053922009-03-12: Version 1.1.0
5393
5394 Improved code generation infrastructure by doing simple register
5395 allocation and constant folding and propagation.
5396
5397 Optimized regular expression matching by avoiding to create
5398 intermediate string arrays and by flattening nested array
5399 representations of RegExp data.
5400
5401 Traverse a few stack frames when recording profiler samples to
5402 include partial call graphs in the profiling output.
5403
5404 Added support for using OProfile to profile generated code.
5405
5406 Added remote debugging support to the D8 developer shell.
5407
5408 Optimized creation of nested literals like JSON objects.
5409
5410 Fixed a bug in garbage collecting unused maps and turned it on by
5411 default (--collect-maps).
5412
5413 Added support for running tests under Valgrind.
5414
5415
kasperl@chromium.org061ef742009-02-27 12:16:20 +000054162009-02-27: Version 1.0.3
5417
5418 Optimized double-to-integer conversions in bit operations by using
5419 SSE3 instructions if available.
5420
5421 Optimized initialization sequences that store to multiple
5422 properties of the same object.
5423
5424 Changed the D8 debugger frontend to use JSON messages.
5425
5426 Force garbage collections when disposing contexts.
5427
5428 Align code objects at 32-byte boundaries.
5429
5430
ager@chromium.org381abbb2009-02-25 13:23:22 +000054312009-02-25: Version 1.0.2
5432
5433 Improved profiling support by performing simple call stack
5434 sampling for ticks and by fixing a bug in the logging of code
5435 addresses.
5436
5437 Fixed a number of debugger issues.
5438
5439 Optimized code that uses eval.
5440
5441 Fixed a couple of bugs in the regular expression engine.
5442
5443 Reduced the size of generated code for certain regular expressions.
5444
5445 Removed JSCRE completely.
5446
5447 Fixed issue where test could not be run if there was a dot in the
5448 checkout path.
5449
5450
ager@chromium.org6f10e412009-02-13 10:11:16 +000054512009-02-13: Version 1.0.1
5452
5453 Fixed two crash-bugs in irregexp (issue 231 and 233).
5454
5455 Fixed a number of minor bugs (issue 87, 227 and 228).
5456
5457 Added support for morphing strings to external strings on demand
5458 to avoid having to create copies in the embedding code.
5459
5460 Removed experimental support for external symbol callbacks.
5461
5462
iposva@chromium.org245aa852009-02-10 00:49:54 +000054632009-02-09: Version 1.0.0
5464
5465 Fixed crash-bug in the code generation for case independent 16 bit
5466 backreferences.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005467
iposva@chromium.org245aa852009-02-10 00:49:54 +00005468 Made shells more robust in the presence of string conversion
5469 failures (issue 224).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005470
iposva@chromium.org245aa852009-02-10 00:49:54 +00005471 Fixed a potential infinite loop when attempting to resolve
5472 eval (issue 221).
ager@chromium.org6f10e412009-02-13 10:11:16 +00005473
iposva@chromium.org245aa852009-02-10 00:49:54 +00005474 Miscellaneous fixes to the new regular expression engine.
ager@chromium.org6f10e412009-02-13 10:11:16 +00005475
iposva@chromium.org245aa852009-02-10 00:49:54 +00005476 Reduced binary by stripping unneeded text from JavaScript library and
5477 minifying some JavaScript files.
5478
5479
ager@chromium.orgddb913d2009-01-27 10:01:48 +000054802009-01-27: Version 0.4.9
5481
5482 Enabled new regular expression engine.
5483
5484 Made a number of changes to the debugger protocol.
5485
5486 Fixed a number of bugs in the preemption support.
5487
5488 Added -p option to the developer shell to run files in parallel
5489 using preemption.
5490
5491 Fixed a number of minor bugs (including issues 176, 187, 189, 192,
5492 193, 198 and 201).
5493
5494 Fixed a number of bugs in the serialization/deserialization
5495 support for the ARM platform.
5496
5497
sgjesse@chromium.org715915b2009-01-19 16:08:47 +000054982009-01-19: Version 0.4.8.1
5499
5500 Minor patch to debugger support.
5501
5502
ager@chromium.org32912102009-01-16 10:38:43 +000055032009-01-16: Version 0.4.8
5504
5505 Fixed string length bug on ARM (issue 171).
5506
5507 Made most methods in the API const.
5508
5509 Optimized object literals by improving data locality.
5510
5511 Fixed bug that caused incomplete functions to be cached in case of
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005512 stack overflow exceptions.
ager@chromium.org32912102009-01-16 10:38:43 +00005513
5514 Fixed bugs that caused catch variables and variables introduced by
sgjesse@chromium.org715915b2009-01-19 16:08:47 +00005515 eval to behave incorrectly when using accessors (issues 186, 190
5516 and 191).
ager@chromium.org32912102009-01-16 10:38:43 +00005517
5518
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +000055192009-01-06: Version 0.4.7
5520
ager@chromium.org32912102009-01-16 10:38:43 +00005521 Minor bugfixes and optimizations.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005522
ager@chromium.org32912102009-01-16 10:38:43 +00005523 Added command line debugger to D8 shell.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005524
ager@chromium.org32912102009-01-16 10:38:43 +00005525 Fixed subtle bug that caused the wrong 'this' to be used when
5526 calling a caught function in a catch clause.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005527
ager@chromium.org32912102009-01-16 10:38:43 +00005528 Inline array loads within loops directly in the code instead of
5529 always calling a stub.
christian.plesner.hansen@gmail.com37abdec2009-01-06 14:43:28 +00005530
ager@chromium.org32912102009-01-16 10:38:43 +00005531
ager@chromium.org8bb60582008-12-11 12:02:20 +000055322008-12-11: Version 0.4.6
5533
5534 Fixed exception reporting bug where certain exceptions were
5535 incorrectly reported as uncaught.
5536
5537 Improved the memory allocation strategy used during compilation to
5538 make running out of memory when compiling huge scripts less
5539 likely.
5540
5541 Optimized String.replace by avoiding the construction of certain
5542 sub strings.
5543
5544 Fixed bug in code generation for large switch statements on ARM.
5545
5546 Fixed bug that caused V8 to change the global object template
5547 passed in by the user.
5548
5549 Changed the API for creating object groups used during garbage
5550 collection. Entire object groups are now passed to V8 instead of
5551 individual members of the groups.
5552
ager@chromium.org32912102009-01-16 10:38:43 +00005553
ager@chromium.orga74f0da2008-12-03 16:05:52 +000055542008-12-03: Version 0.4.5
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005555
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005556 Added experimental API support for allocating V8 symbols as
5557 external strings.
5558
5559 Fixed bugs in debugging support on ARM.
5560
5561 Changed eval implementation to correctly detect whether or not a
5562 call to eval is aliased.
5563
5564 Fixed bug caused by a combination of the compilation cache and
5565 dictionary probing in native code. The bug caused us to sometimes
5566 call functions that had not yet been compiled.
5567
5568 Added platform support for FreeBSD.
5569
5570 Added support for building V8 on Windows with either the shared or
5571 static version of MSVCRT
ager@chromium.org32912102009-01-16 10:38:43 +00005572
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005573 Added the v8::jscre namespace around the jscre functions to avoid
5574 link errors (duplicate symbols) when building Google Chrome.
5575
ager@chromium.orga74f0da2008-12-03 16:05:52 +00005576 Added support for calling a JavaScript function with the current
5577 debugger execution context as its argument to the debugger
5578 interface.
5579
5580 Changed the type of names of counters from wchar_t to char.
5581
5582 Changed the Windows system call used to compute daylight savings
5583 time. The system call that we used to use became four times
5584 slower on WinXP SP3.
5585
5586 Added support in the d8 developer shell for memory-mapped counters
5587 and added a stats-viewer tool.
5588
5589 Fixed bug in upper/lower case mappings (issue 149).
5590
iposva@chromium.org96f667e2008-11-26 23:48:02 +00005591
ager@chromium.org3bf7b912008-11-17 09:09:45 +000055922008-11-17: Version 0.4.4
5593
5594 Reduced code size by using shorter instruction encoding when
5595 possible.
5596
5597 Added a --help option to the shell sample and to the d8 shell.
5598
5599 Added visual studio project files for building the ARM simulator.
5600
5601 Fixed a number of ARM simulator issues.
5602
5603 Fixed bug in out-of-memory handling on ARM.
5604
5605 Implemented shell support for passing arguments to a script from
5606 the command line.
5607
5608 Fixed bug in date code that made certain date functions return -0
5609 instead of 0 for dates before the epoch.
5610
5611 Restricted applications of eval so it can only be used in the
5612 context of the associated global object.
5613
5614 Treat byte-order marks as whitespace characters.
ager@chromium.org32912102009-01-16 10:38:43 +00005615
5616
ager@chromium.org870a0b62008-11-04 11:43:05 +000056172008-11-04: Version 0.4.3
5618
5619 Added support for API accessors that prohibit overwriting by
5620 accessors defined in JavaScript code by using __defineGetter__ and
5621 __defineSetter__.
5622
5623 Improved handling of conditionals in test status files.
5624
5625 Introduced access control in propertyIsEnumerable.
5626
5627 Improved performance of some string operations by caching
5628 information about the type of the string between operations.
5629
5630 Fixed bug in fast-case code for switch statements that only have
5631 integer labels.
ager@chromium.org32912102009-01-16 10:38:43 +00005632
ager@chromium.org870a0b62008-11-04 11:43:05 +00005633
kasperl@chromium.org9bbf9682008-10-30 11:53:07 +000056342008-10-30: Version 0.4.2
5635
5636 Improved performance of Array.prototype.concat by moving the
5637 implementation to C++ (issue 123).
5638
5639 Fixed heap growth policy to avoid growing old space to its maximum
5640 capacity before doing a garbage collection and fixed issue that
5641 would lead to artificial out of memory situations (issue 129).
5642
5643 Fixed Date.prototype.toLocaleDateString to return the date in the
5644 same format as WebKit.
5645
5646 Added missing initialization checks to debugger API.
5647
5648 Added removing of unused maps during GC.
5649
5650
kasperl@chromium.org9fe21c62008-10-28 08:53:51 +000056512008-10-28: Version 0.4.1
5652
5653 Added caching of RegExp data in compilation cache.
5654
5655 Added Visual Studio project file for d8 shell.
5656
5657 Fixed function call performance regression introduced in version
5658 0.4.0 when splitting the global object in two parts (issue 120).
5659
5660 Fixed issue 131 by checking for empty handles before throwing and
5661 reporting exceptions.
5662
5663
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +000056642008-10-23: Version 0.4.0
5665
5666 Split the global object into two parts: The state holding global
5667 object and the global object proxy.
5668
5669 Fixed bug that affected the value of an assignment to an element
5670 in certain cases (issue 116).
5671
5672 Added GetPropertyNames functionality (issue 33) and extra Date
5673 functions (issue 77) to the API.
5674
5675 Changed WeakReferenceCallback to take a Persistent<Value> instead
5676 of a Persistent<Object> (issue 101).
5677
5678 Fixed issues with message reporting for exceptions in try-finally
5679 blocks (issues 73 and 75).
5680
ager@chromium.org32912102009-01-16 10:38:43 +00005681 Optimized flattening of strings and string equality checking.
kasperl@chromium.org5a8ca6c2008-10-23 13:57:19 +00005682
5683 Improved Boyer-Moore implementation for faster indexOf operations.
5684
5685 Added development shell (d8) which includes counters and
5686 completion support.
5687
5688 Fixed problem with the receiver passed to functions called from
5689 eval (issue 124).
5690
5691
ager@chromium.org7c537e22008-10-16 08:43:32 +000056922008-10-16: Version 0.3.5
5693
5694 Improved string hash-code distribution by excluding bit-field bits
5695 from the hash-code.
5696
5697 Changed string search algorithm used in indexOf from KMP to
5698 Boyer-Moore.
5699
5700 Improved the generated code for the instanceof operator.
5701
5702 Improved performance of slow-case string equality checks by
5703 specializing the code based on the string representation.
5704
5705 Improve the handling of out-of-memory situations (issue 70).
5706
5707 Improved performance of strict equality checks.
5708
5709 Improved profiler output to make it easier to see anonymous
5710 functions.
5711
5712 Improved performance of slow-case keyed loads.
5713
5714 Improved property access performance by allocating a number of
5715 properties in the front object.
5716
5717 Changed the toString behavior on the built-in object constructors
5718 to print [native code] instead of the actual source. Some web
5719 applications do not like constructors with complex toString
5720 results.
ager@chromium.org32912102009-01-16 10:38:43 +00005721
ager@chromium.org7c537e22008-10-16 08:43:32 +00005722
kasperl@chromium.org41044eb2008-10-06 08:24:46 +000057232008-10-06: Version 0.3.4
5724
5725 Changed Array.prototype.sort to use quick sort.
5726
5727 Fixed code generation issue where leaving a finally block with
5728 break or continue would accumulate elements on the expression
5729 stack (issue 86).
5730
5731 Made sure that the name accessor on functions returns the expected
5732 names for builtin JavaScript functions and C++ callback functions.
5733
5734 Added fast case code for extending the property storage array of
5735 JavaScript objects.
5736
5737 Ported switch statement optimizations introduced in version 0.3.3
5738 to the ARM code generator.
5739
5740 Allowed GCC to use strict-aliasing rules when compiling.
5741
5742 Improved performance of arguments object allocation by taking care
5743 of arguments adaptor frames in the generated code.
5744
5745 Updated the V8 benchmark suite to version 2.
5746
5747
ager@chromium.org236ad962008-09-25 09:45:57 +000057482008-09-25: Version 0.3.3
5749
5750 Improved handling of relocation information to enable more
5751 peep-hole optimizations.
5752
5753 Optimized switch statements where all labels are constant small
5754 integers.
5755
5756 Optimized String.prototype.indexOf for common cases.
5757
5758 Fixed more build issues (issue 80).
5759
5760 Fixed a couple of profiler issues.
5761
5762 Fixed bug where the body of a function created using the Function
5763 constructor was not allowed to end with a single-line comment
5764 (issue 85).
5765
5766 Improved handling of object literals by canonicalizing object
5767 literal maps. This will allow JSON objects with the same set of
5768 properties to share the same map making inline caching work better
5769 for JSON objects.
ager@chromium.org32912102009-01-16 10:38:43 +00005770
ager@chromium.org236ad962008-09-25 09:45:57 +00005771
kasperl@chromium.orgb9123622008-09-17 14:05:56 +000057722008-09-17: Version 0.3.2
5773
5774 Generalized the EvalCache into a CompilationCache and enabled it
5775 for scripts too. The current strategy is to retire all entries
5776 whenever a mark-sweep collection is started.
5777
5778 Fixed bug where switch statements containing only a default case
5779 would lead to an unbalanced stack (issue 69).
5780
5781 Fixed bug that made access to the function in a named function
5782 expression impossible in certain situations (issue 24).
5783
5784 Fixed even more build issues.
5785
5786 Optimized calling conventions on ARM. The conventions on ARM and
5787 IA-32 now match.
5788
5789 Removed static initializers for flags and counters.
5790
5791 Improved inline caching behavior for uncommon cases where lazily
5792 loading Date and RegExp code could force certain code paths go
5793 megamorphic.
5794
5795 Removed arguments adaption for builtins written in C++. This
5796 makes Array.prototype.push and Array.prototype.pop slightly
5797 faster.
5798
5799
ager@chromium.org9258b6b2008-09-11 09:11:10 +000058002008-09-11: Version 0.3.1
5801
5802 Fixed a number of build issues.
5803
5804 Fixed problem with missing I-cache flusing on ARM.
5805
5806 Changed space layout in memory management by splitting up
5807 code space into old data space and code space.
5808
5809 Added utf-8 conversion support to the API (issue 57).
5810
5811 Optimized repeated calls to eval with the same strings. These
5812 repeated calls are common in web applications.
5813
5814 Added Xcode project file.
5815
5816 Optimized a couple of Array operation.
5817
5818 Fixed parser bug by checking for end-of-string when parsing break
5819 and continue (issue 35).
5820
5821 Fixed problem where asian characters were not categorized as
5822 letters.
5823
5824 Fixed bug that disallowed calling functions fetched from an array
5825 using a string as an array index (issue 32).
5826
5827 Fixed bug where the internal field count on object templates were
5828 sometimes ignored (issue 54).
5829
5830 Added -f option to the shell sample for compatibility with other
5831 engines (issue 18).
5832
5833 Added source info to TryCatches in the API.
5834
5835 Fixed problem where the seed for the random number generator was
5836 clipped in a double to unsigned int conversion.
5837
5838 Fixed bug where cons string symbols were sometimes converted to
5839 non-symbol flat strings during GC.
5840
5841 Fixed bug in error reporting when attempting to convert null to an
5842 object.
ager@chromium.org32912102009-01-16 10:38:43 +00005843
5844
ager@chromium.orgc27e4e72008-09-04 13:52:27 +000058452008-09-04: Version 0.3.0
5846
5847 Added support for running tests on the ARM simulator.
5848
5849 Fixed bug in the 'in' operator where negative indices were not
5850 treated correctly.
5851
5852 Fixed build issues on gcc-4.3.1.
5853
5854 Changed Date.prototype.toLocaleTimeString to not print the
5855 timezone part of the time.
5856
5857 Renamed debug.h to v8-debug.h to reduce the risk of name conflicts
5858 with user code.
5859
5860
v8.team.kasperl727e9952008-09-02 14:56:44 +000058612008-09-02: Version 0.2.5
5862
5863 Renamed the top level directory 'public' to 'include'.
5864
5865 Added 'env' option to the SCons build scripts to support
5866 overriding the ENV part of the build environment. This is mostly
5867 to support Windows builds in cases where SCons cannot find the
5868 correct paths to the Windows SDK, as these paths cannot be passed
5869 through shell environment variables.
5870
5871 Enabled "Buffer Security Check" on for the Windows SCons build and
5872 added the linker option /OPT:ICF as an optimization.
5873
5874 Added the V8 benchmark suite to the repository.
5875
5876
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +000058772008-09-01: Version 0.2.4
5878
5879 Included mjsunit JavaScript test suite and C++ unit tests.
5880
5881 Changed the shell sample to not print the result of executing a
5882 script provided on the command line.
5883
5884 Fixed issue when building samples on Windows using a shared V8
5885 library. Added visibility option on Linux build which makes the
5886 generated library 18% smaller.
5887
5888 Changed build system to accept multiple build modes in one build
5889 and generate separate objects, libraries and executables for each
5890 mode.
5891
5892 Removed deferred negation optimization (a * -b => -(a * b)) since
5893 this visibly changes operand conversion order.
5894
5895 Improved parsing performance by introducing stack guard in
5896 preparsing. Without a stack guard preparsing always bails out
5897 with stack overflow.
5898
5899 Changed shell sample to take flags directly from the command-line.
5900 Added API call that implements this.
5901
5902 Added load, quit and version functions to the shell sample so it's
5903 easier to run benchmarks and tests.
5904
5905 Fixed issue with building samples and cctests on 64-bit machines.
5906
5907 Fixed bug in the runtime system where the prototype chain was not
5908 always searched for a setter when setting a property that does not
5909 exist locally.
ager@chromium.org32912102009-01-16 10:38:43 +00005910
mads.s.ager@gmail.com9a4089a2008-09-01 08:55:01 +00005911
mads.s.agercbaa0602008-08-14 13:41:48 +000059122008-08-14: Version 0.2.3
5913
5914 Improved performance of garbage collection by moving the
5915 function that updates pointers during compacting collection
5916 into the updating visitor. This gives the compiler a better
5917 chance to inline and avoid a function call per (potential)
5918 pointer.
5919
5920 Extended the shell sample with a --runtime-flags option.
5921
5922 Added Visual Studio project files for the shell.cc and
5923 process.cc samples.
5924
5925
59262008-08-13: Version 0.2.2
mads.s.ager31e71382008-08-13 09:32:07 +00005927
5928 Improved performance of garbage collection by changing the way
5929 we use the marking stack in the event of stack overflow during
5930 full garbage collection and by changing the way we mark roots.
5931
5932 Cleaned up ARM version by removing top of stack caching and by
5933 introducing push/pop elimination.
5934
5935 Cleaned up the way runtime functions are called to allow
5936 runtime calls with no arguments.
5937
5938 Changed Windows build options to make sure that exceptions are
5939 disabled and that optimization flags are enabled.
5940
5941 Added first version of Visual Studio project files.
5942
5943
mads.s.agercbaa0602008-08-14 13:41:48 +000059442008-08-06: Version 0.2.1
mads.s.ager@gmail.com769cc962008-08-06 10:02:49 +00005945
5946 Improved performance of unary addition by avoiding runtime calls.
5947
5948 Fixed the handling of '>' and '<=' to use right-to-left conversion
5949 and left-to-right evaluation as specified by ECMA-262.
5950
5951 Fixed a branch elimination bug on the ARM platform where incorrect
5952 code was generated because of overly aggressive branch
5953 elimination.
5954
5955 Improved performance of code that repeatedly assigns the same
5956 function to the same property of different objects with the same
5957 map.
5958
5959 Untangled DEBUG and ENABLE_DISASSEMBLER defines. The disassembler
5960 no longer expects DEBUG to be defined.
5961
5962 Added platform-nullos.cc to serve as the basis for new platform
5963 implementations.
5964
mads.s.ager31e71382008-08-13 09:32:07 +00005965
mads.s.agercbaa0602008-08-14 13:41:48 +000059662008-07-30: Version 0.2.0
kasper.lund7276f142008-07-30 08:49:36 +00005967
5968 Changed all text files to have native svn:eol-style.
5969
5970 Added a few samples and support for building them. The samples
5971 include a simple shell that can be used to benchmark and test V8.
5972
5973 Changed V8::GetVersion to return the version as a string.
5974
5975 Added source for lazily loaded scripts to snapshots and made
5976 serialization non-destructive.
5977
5978 Improved ARM support by fixing the write barrier code to use
5979 aligned loads and stores and by removing premature locals
5980 optimization that relied on broken support for callee-saved
5981 registers (removed).
5982
5983 Refactored the code for marking live objects during garbage
5984 collection and the code for allocating objects in paged
5985 spaces. Introduced an abstraction for the map word of a heap-
5986 allocated object and changed the memory allocator to allocate
5987 executable memory only for spaces that may contain code objects.
5988
5989 Moved StringBuilder to utils.h and ScopedLock to platform.h, where
5990 they can be used by debugging and logging modules. Added
5991 thread-safe message queues for dealing with debugger events.
5992
5993 Fixed the source code reported by toString for certain builtin
5994 empty functions and made sure that the prototype property of a
5995 function is enumerable.
5996
5997 Improved performance of converting values to condition flags in
5998 generated code.
5999
6000 Merged disassembler-{arch} files.
6001
6002
mads.s.agercbaa0602008-08-14 13:41:48 +000060032008-07-28: Version 0.1.4
kasper.lundaf4734f2008-07-28 12:50:18 +00006004
6005 Added support for storing JavaScript stack traces in a stack
6006 allocated buffer to make it visible in shallow core dumps.
6007 Controlled by the --preallocate-message-memory flag which is
6008 disabled by default.
6009
6010
mads.s.agercbaa0602008-08-14 13:41:48 +000060112008-07-25: Version 0.1.3
kasper.lund44510672008-07-25 07:37:58 +00006012
6013 Fixed bug in JSObject::GetPropertyAttributePostInterceptor where
6014 map transitions would count as properties.
6015
6016 Allowed aliased eval invocations by treating them as evals in the
6017 global context. This may change in the future.
6018
6019 Added support for accessing the last entered context through the
6020 API and renamed Context::Current to Context::GetCurrent and
6021 Context::GetSecurityContext to Context::GetCurrentSecurityContext.
6022
6023 Fixed bug in the debugger that would cause the debugger scripts to
6024 be recursively loaded and changed all disabling of interrupts to
6025 be block-structured.
6026
6027 Made snapshot data read-only to allow it to be more easily shared
6028 across multiple users of V8 when linked as a shared library.
6029
6030
mads.s.agercbaa0602008-08-14 13:41:48 +000060312008-07-16: Version 0.1.2
kasper.lund212ac232008-07-16 07:07:30 +00006032
6033 Fixed building on Mac OS X by recognizing i386 and friends as
6034 IA-32 platforms.
6035
6036 Added propagation of stack overflow exceptions that occur while
6037 compiling nested functions.
6038
6039 Improved debugger with support for recursive break points and
6040 handling of exceptions that occur in the debugger JavaScript code.
6041
6042 Renamed GetInternal to GetInternalField and SetInternal to
6043 SetInternalField in the API and moved InternalFieldCount and
6044 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
6045
6046
mads.s.agercbaa0602008-08-14 13:41:48 +000060472008-07-09: Version 0.1.1
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006048
6049 Fixed bug in stack overflow check code for IA-32 targets where a
6050 non-tagged value in register eax was pushed to the stack.
6051
6052 Fixed potential quadratic behavior when converting strings to
6053 numbers.
6054
6055 Fixed bug where the return value from Object::SetProperty could
6056 end up being the property holder instead of the written value.
6057
6058 Improved debugger support by allowing nested break points and by
6059 dealing with stack-overflows when compiling functions before
6060 setting break points in them.
6061
6062
mads.s.agercbaa0602008-08-14 13:41:48 +000060632008-07-03: Version 0.1.0
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006064
kasper.lundbd3ec4e2008-07-09 11:06:54 +00006065 Initial export.
christian.plesner.hansen43d26ec2008-07-03 15:10:15 +00006066
svenpanne@chromium.org6d786c92011-06-15 10:58:27 +00006067# Local Variables:
6068# mode:text
6069# End: